@charset "UTF-8";
.affix {
  top: 0;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1000;
}

.affix + .wrapper-content {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .affix + .wrapper-content {
    padding-top: 70px;
  }
}

[data-icon]:before {
  content: attr(data-icon);
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

.cross-line {
  background-color: #2f3e9b;
  color: #ffffff;
}
.cross-line .list-inline {
  margin-bottom: 0;
}
.cross-line .list-inline li {
  padding-left: 0;
  padding-right: 0;
}
.cross-line .active a, .cross-line .active .pseudo-link {
  border-color: #448aff;
  color: #ffffff;
  text-decoration: none;
}
.cross-line a, .cross-line .pseudo-link {
  border-top: 5px solid transparent;
  color: #8e9ce3;
  cursor: pointer;
  display: block;
  font-size: 13px;
  padding: 0 20px 6px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cross-line a, .cross-line .pseudo-link {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cross-line a:hover, .cross-line a:focus, .cross-line a:active, .cross-line .pseudo-link:hover, .cross-line .pseudo-link:focus, .cross-line .pseudo-link:active {
  border-color: #448aff;
  color: #ffffff;
  text-decoration: none;
}

.navbar-main {
  background-color: #ffffff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 10px;
  min-height: 60px;
}
@media (max-width: 767px) {
  .navbar-main {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
  }
}
.navbar-main.affix {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.navbar-main.affix:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 767px) {
  .navbar-main .navbar-header {
    position: relative;
  }
}
.navbar-main .navbar-header .navbar-brand {
  height: 60px;
  padding: 5px 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-main .navbar-header .navbar-brand {
    margin-left: 0;
    padding-left: 0;
    padding-right: 5px;
  }
}
.navbar-main .navbar-header .navbar-brand img {
  max-height: 100%;
}
.navbar-main .navbar-header a, .navbar-main .navbar-header .pseudo-link {
  color: #444444;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 19px 15px 17px;
  position: relative;
}
@media (max-width: 767px) {
  .navbar-main .navbar-header a, .navbar-main .navbar-header .pseudo-link {
    position: static;
  }
}
.navbar-main .navbar-header a .material-icons, .navbar-main .navbar-header .pseudo-link .material-icons {
  font-size: 32px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-main .navbar-header a .material-icons, .navbar-main .navbar-header .pseudo-link .material-icons {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .navbar-main .navbar-header .dropdown {
    position: static;
  }
}
.navbar-main .navbar-header .dropdown .dropdown-town {
  color: #2f3e9b;
  font-size: 13px;
  line-height: 1.2;
  padding-right: 15px;
  padding-top: 5px;
}
@media (min-width: 480px) and (max-width: 991px) {
  .navbar-main .navbar-header .dropdown .dropdown-town {
    padding-right: 5px;
  }
}
.navbar-main .navbar-header .dropdown .dropdown-town p {
  margin-bottom: 0;
}
.navbar-main .navbar-header .dropdown .dropdown-town .dropdown-toggle {
  display: block;
  font-size: 14px;
  height: auto;
  padding: 0;
}
.navbar-main .navbar-header .dropdown .dropdown-town .dropdown-toggle:hover, .navbar-main .navbar-header .dropdown .dropdown-town .dropdown-toggle:focus, .navbar-main .navbar-header .dropdown .dropdown-town .dropdown-toggle:active {
  text-decoration: none;
}
.navbar-main .navbar-header .dropdown .dropdown-town.open .dropdown-toggle {
  background-color: transparent;
}
.navbar-main .navbar-header .dropdown .dropdown-town .dropdown-menu {
  padding: 0;
}
@media (max-width: 767px) {
  .navbar-main .navbar-header .dropdown .dropdown-town .dropdown-menu {
    right: 0;
    max-height: 340px;
    overflow: auto;
  }
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-main .navbar-header .dropdown .dropdown-town .dropdown-menu {
    max-height: 200px;
  }
}
.navbar-main .navbar-header .dropdown .dropdown-town .dropdown-menu li a, .navbar-main .navbar-header .dropdown .dropdown-town .dropdown-menu li .pseudo-link {
  border-bottom: 1px solid #f5f5f5;
  font-weight: normal;
  color: #757575;
  font-size: 16px;
  padding: 10px 15px;
}
.navbar-main .navbar-header .dropdown .dropdown-town .dropdown-menu li a:hover, .navbar-main .navbar-header .dropdown .dropdown-town .dropdown-menu li a:focus, .navbar-main .navbar-header .dropdown .dropdown-town .dropdown-menu li a:active, .navbar-main .navbar-header .dropdown .dropdown-town .dropdown-menu li .pseudo-link:hover, .navbar-main .navbar-header .dropdown .dropdown-town .dropdown-menu li .pseudo-link:focus, .navbar-main .navbar-header .dropdown .dropdown-town .dropdown-menu li .pseudo-link:active {
  background-color: #f5f5f5;
  color: #000;
}
.navbar-main .navbar-header .dropdown .dropdown-town .dropdown-menu .dropdown-submenu {
  position: relative;
}
.navbar-main .navbar-header .dropdown .dropdown-town .dropdown-menu .dropdown-submenu a:before, .navbar-main .navbar-header .dropdown .dropdown-town .dropdown-menu .dropdown-submenu .pseudo-link:before {
  position: absolute;
  right: 10px;
  top: 16px;
}
.navbar-main .navbar-header .dropdown .dropdown-town .dropdown-menu .dropdown-submenu .dropdown-menu {
  -webkit-box-shadow: 4px 0 4px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 0 4px 1px rgba(0, 0, 0, 0.3);
  top: 0;
  left: 100%;
}
.navbar-main .navbar-header .dropdown .dropdown-town .dropdown-menu .dropdown-submenu .dropdown-menu li a:before {
  display: none;
}
@media (max-width: 767px) {
  .navbar-main .navbar-header .dropdown .dropdown-town .dropdown-menu .dropdown-submenu .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    position: static;
    width: 100%;
  }
  .navbar-main .navbar-header .dropdown .dropdown-town .dropdown-menu .dropdown-submenu .dropdown-menu li a {
    padding-left: 30px;
    position: relative;
  }
  .navbar-main .navbar-header .dropdown .dropdown-town .dropdown-menu .dropdown-submenu .dropdown-menu li a:before {
    display: block;
    left: 10px;
    right: auto;
  }
}
.navbar-main .navbar-header .navbar-toggle {
  position: relative;
  cursor: pointer;
  margin-bottom: 11px;
  margin-right: 5px;
  margin-top: 14px;
  padding-left: 0;
}
.navbar-main .navbar-header .navbar-toggle span {
  display: block;
  background-color: #3f51b5;
  opacity: 1;
  position: relative;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.navbar-main .navbar-header .navbar-toggle .icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 4px;
}
.navbar-main .navbar-header .navbar-toggle .icon-bar:nth-child(2) {
  width: 0;
  opacity: 0;
}
.navbar-main .navbar-header .navbar-toggle .icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -8px;
}
.navbar-main .navbar-header .navbar-toggle.collapsed .icon-bar:nth-child(1) {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 0;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.navbar-main .navbar-header .navbar-toggle.collapsed .icon-bar:nth-child(2) {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  width: 100%;
  opacity: 1;
}
.navbar-main .navbar-header .navbar-toggle.collapsed .icon-bar:nth-child(3) {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  top: 0;
}
@media (min-width: 768px) {
  .navbar-main .navbar-collapse .navbar-nav li.active a, .navbar-main .navbar-collapse .navbar-nav li.active .pseudo-link {
    -webkit-box-shadow: 0 -4px 0 #448aff inset;
    box-shadow: 0 -4px 0 #448aff inset;
    color: #3f51b5;
  }
}
@media (min-width: 768px) {
  .navbar-main .navbar-collapse .navbar-nav li.active a:hover, .navbar-main .navbar-collapse .navbar-nav li.active a:focus, .navbar-main .navbar-collapse .navbar-nav li.active a:active, .navbar-main .navbar-collapse .navbar-nav li.active .pseudo-link:hover, .navbar-main .navbar-collapse .navbar-nav li.active .pseudo-link:focus, .navbar-main .navbar-collapse .navbar-nav li.active .pseudo-link:active {
    -webkit-box-shadow: 0 -4px 0 #448aff inset;
    box-shadow: 0 -4px 0 #448aff inset;
    color: #3f51b5;
  }
}
@media (min-width: 768px) {
  .navbar-main .navbar-collapse .navbar-nav li a:active, .navbar-main .navbar-collapse .navbar-nav li a:focus, .navbar-main .navbar-collapse .navbar-nav li a:hover, .navbar-main .navbar-collapse .navbar-nav li .pseudo-link:active, .navbar-main .navbar-collapse .navbar-nav li .pseudo-link:focus, .navbar-main .navbar-collapse .navbar-nav li .pseudo-link:hover {
    -webkit-box-shadow: 0 -4px 0 #448aff inset;
    box-shadow: 0 -4px 0 #448aff inset;
    color: #3f51b5;
  }
}
.navbar-main .navbar-nav li.active a, .navbar-main .navbar-nav li.active .pseudo-link {
  background-color: transparent;
  color: #000;
}
.navbar-main .navbar-nav li.active a:hover, .navbar-main .navbar-nav li.active a:focus, .navbar-main .navbar-nav li.active a:active, .navbar-main .navbar-nav li.active .pseudo-link:hover, .navbar-main .navbar-nav li.active .pseudo-link:focus, .navbar-main .navbar-nav li.active .pseudo-link:active {
  background-color: transparent;
  color: #000;
}
.navbar-main .navbar-nav li a, .navbar-main .navbar-nav li .pseudo-link {
  color: #444444;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 19px 8px 20px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-main .navbar-nav li a, .navbar-main .navbar-nav li .pseudo-link {
    font-size: 14px;
    font-weight: normal;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 18px;
  }
}
.navbar-main .navbar-nav li a:active, .navbar-main .navbar-nav li a:focus, .navbar-main .navbar-nav li a:hover, .navbar-main .navbar-nav li .pseudo-link:active, .navbar-main .navbar-nav li .pseudo-link:focus, .navbar-main .navbar-nav li .pseudo-link:hover {
  background-color: transparent;
  color: #000;
}
.navbar-main .navbar-nav li a .material-icons, .navbar-main .navbar-nav li .pseudo-link .material-icons {
  font-size: 32px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-main .navbar-nav li a .material-icons, .navbar-main .navbar-nav li .pseudo-link .material-icons {
    font-size: 28px;
  }
}
.navbar-main .navbar-right li.user a {
  color: #2f3e9b;
}
.navbar-main .navbar-right li.user a .material-icons {
  color: #2f3e9b;
}
.navbar-main .navbar-right li a, .navbar-main .navbar-right li .pseudo-link {
  height: 60px;
  padding: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-main .navbar-right li a, .navbar-main .navbar-right li .pseudo-link {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .navbar-main .navbar-right li a, .navbar-main .navbar-right li .pseudo-link {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  #wrapper {
    position: relative;
    left: 0;
    -webkit-transition: left 0.35s ease;
    -o-transition: left 0.35s ease;
    transition: left 0.35s ease;
    padding-top: 70px;
  }

  body.menu-slider.in {
    overflow: hidden;
  }

  body.menu-slider #wrapper {
    -webkit-transition: left 0.35s ease;
    -o-transition: left 0.35s ease;
    transition: left 0.35s ease;
  }

  body.menu-slider.in #wrapper .wrapper-content {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
  }
  body.menu-slider.in #wrapper .wrapper-content:before {
    background-color: rgba(255, 255, 255, 0.9);
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
  }

  .navbar-main .navbar-collapse {
    position: fixed;
    top: 0;
    left: -265px;
    display: block;
    width: 265px;
    height: 100% !important;
    max-height: 100%;
    margin: 0;
    padding: 0;
    background-color: #f8f8f8;
    border-top: none;
    z-index: 91;
    -webkit-transition: left 0.35s ease;
    -o-transition: left 0.35s ease;
    transition: left 0.35s ease;
  }
  .navbar-main .navbar-collapse.collapsing {
    -webkit-transition: left 0.35s ease;
    -o-transition: left 0.35s ease;
    transition: left 0.35s ease;
  }
  .navbar-main .navbar-collapse.in {
    left: 0;
  }
  .navbar-main .navbar-collapse .navbar-nav {
    margin: 0;
  }
  .navbar-main .navbar-collapse .navbar-nav li a, .navbar-main .navbar-collapse .navbar-nav li .pseudo-link {
    border-bottom: 1px solid #e0e0e0;
    font-weight: normal;
    color: #757575;
    font-size: 13px;
    padding: 16px;
  }
  .navbar-main .navbar-collapse .navbar-nav li a:hover, .navbar-main .navbar-collapse .navbar-nav li a:focus, .navbar-main .navbar-collapse .navbar-nav li a:active, .navbar-main .navbar-collapse .navbar-nav li .pseudo-link:hover, .navbar-main .navbar-collapse .navbar-nav li .pseudo-link:focus, .navbar-main .navbar-collapse .navbar-nav li .pseudo-link:active {
    background-color: #e0e0e0;
    color: #212121;
  }
}
.sb-search {
  background-color: transparent;
  margin-top: 10px;
  width: 0;
  min-width: 60px;
  height: 40px;
  float: right;
  overflow: hidden;
  position: absolute;
  right: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sb-search {
    min-width: 50px;
  }
}
.sb-search.sb-search-open {
  width: 235px;
}
@media (min-width: 768px) {
  .sb-search.sb-search-open {
    height: auto;
    min-height: 40px;
    z-index: 5;
  }
}
.sb-search.sb-search-open .sb-icon-search {
  z-index: 11;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  border-left: none;
  color: #303e99;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.sb-search.sb-search-open .sb-icon-search:hover, .sb-search.sb-search-open .sb-icon-search:focus, .sb-search.sb-search-open .sb-icon-search:active {
  color: #303e99;
}
.sb-search .sb-search-input {
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #e9e9e9;
  outline: none;
  width: 100%;
  height: 40px;
  margin: 0;
  z-index: 10;
  padding: 6px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.sb-search .sb-icon-search,
.sb-search .sb-search-submit {
  background-color: #ffffff;
  color: #3f51b5;
  width: 60px;
  height: 40px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 6px 15px;
  margin: 0;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sb-search .sb-icon-search,
.sb-search .sb-search-submit {
    width: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.sb-search .sb-icon-search:hover, .sb-search .sb-icon-search:focus, .sb-search .sb-icon-search:active,
.sb-search .sb-search-submit:hover,
.sb-search .sb-search-submit:focus,
.sb-search .sb-search-submit:active {
  color: #8e9ce3;
}
.sb-search .sb-icon-search .material-icons,
.sb-search .sb-search-submit .material-icons {
  font-size: 32px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sb-search .sb-icon-search .material-icons,
.sb-search .sb-search-submit .material-icons {
    font-size: 28px;
  }
}
.sb-search .sb-search-submit {
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
.sb-search .sb-icon-search {
  z-index: 90;
}
.sb-search .news-list {
  margin-top: 39px;
}
.sb-search .news-list .thumbnail {
  -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.3);
}
.sb-search .news-list .thumbnail .thumbnail-body {
  padding: 0;
}
.sb-search .news-list .thumbnail .news-title a {
  font-size: 14px;
  padding: 6px 15px;
  height: auto;
}
.sb-search .news-list .thumbnail p {
  padding: 6px 15px;
}

.user_block .btn-add {
  position: relative;
  z-index: 10;
}
.user_block .btn-add .btn {
  color: #ffffff;
  height: 40px;
  padding: 8px 0;
  top: 11px;
  width: 40px;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
}
.user_block .btn-add .btn:hover, .user_block .btn-add .btn:focus, .user_block .btn-add .btn:active {
  background-color: #006c23;
  color: #ffffff;
}
.user_block .btn-add .btn .material-icons {
  font-size: 24px;
}
@media (max-width: 767px) {
  .user_block .btn-add {
    right: 45px;
    z-index: 9;
  }
  .user_block .btn-add .btn {
    background-color: transparent;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #3f51b5;
    height: 60px;
    padding: 15px 0;
    top: 0;
    width: 42px;
  }
  .user_block .btn-add .btn:hover, .user_block .btn-add .btn:focus, .user_block .btn-add .btn:active {
    background: none;
    background-color: transparent;
    color: #3f51b5;
    opacity: 0.85;
    filter: alpha(opacity=85);
  }
  .user_block .btn-add .btn .material-icons {
    font-size: 32px;
  }
}
.user_block .user span {
  font-weight: normal;
  position: relative;
  top: -10px;
}
@media (max-width: 767px) {
  .user_block .user.dropdown {
    right: 5px;
    width: 95px;
    z-index: 1;
  }
}
.user_block .user.dropdown .dropdown-toggle {
  background-color: transparent;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 5px;
}
.user_block .user.dropdown .dropdown-toggle:focus, .user_block .user.dropdown .dropdown-toggle:hover {
  background-color: transparent;
}
.user_block .user.dropdown .dropdown-toggle span {
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  display: inline-block;
  height: 40px;
  width: 40px;
  margin-right: 5px;
  margin-top: 11px;
  overflow: hidden;
  position: relative;
  vertical-align: -24px;
  z-index: 2;
}
@media (max-width: 767px) {
  .user_block .user.dropdown .dropdown-toggle span {
    height: 38px;
    width: 38px;
    margin-top: 10px;
  }
}
.user_block .user.dropdown .dropdown-toggle span img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: auto;
  min-height: 100%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.user_block .user.dropdown .dropdown-menu {
  border: none;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  margin-top: 4px;
  min-width: 300px;
  padding: 0;
}
@media (max-width: 767px) {
  .user_block .user.dropdown .dropdown-menu {
    background-color: #ffffff;
    float: left;
    left: auto;
    position: absolute;
    right: 0;
  }
}
.user_block .user.dropdown .dropdown-menu:after, .user_block .user.dropdown .dropdown-menu:before {
  content: none;
}
.user_block .user.dropdown .dropdown-menu .user-drop .img-group {
  padding: 25px 0 10px;
  text-align: center;
}
.user_block .user.dropdown .dropdown-menu .user-drop .img-group .img-author {
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  margin: 0 auto;
  position: relative;
  height: 75px;
  width: 75px;
  overflow: hidden;
  z-index: 2;
}
.user_block .user.dropdown .dropdown-menu .user-drop .img-group .img-author img {
  height: 76px;
  left: 50%;
  min-width: 76px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.user_block .user.dropdown .dropdown-menu .user-drop .img-group .img-author a {
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 0;
  color: #ffffff;
  display: block;
  font-size: 12px;
  height: 25px;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.user_block .user.dropdown .dropdown-menu .user-drop .img-group .img-author a:hover, .user_block .user.dropdown .dropdown-menu .user-drop .img-group .img-author a:focus, .user_block .user.dropdown .dropdown-menu .user-drop .img-group .img-author a:active {
  text-decoration: none;
}
.user_block .user.dropdown .dropdown-menu .user-drop .img-group .user-name {
  margin-top: 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.user_block .user.dropdown .dropdown-menu .user-drop .user-status .btn-group {
  background-color: #f3f3f3;
  padding: 10px 0;
  width: 100%;
}
.user_block .user.dropdown .dropdown-menu .user-drop .user-status .btn {
  background-image: none;
  background-color: #f3f3f3;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #5c5c5c;
  cursor: default;
  line-height: 1;
  padding: 0;
  text-transform: none;
  width: 50%;
}
.user_block .user.dropdown .dropdown-menu .user-drop .user-status .btn:hover, .user_block .user.dropdown .dropdown-menu .user-drop .user-status .btn:focus, .user_block .user.dropdown .dropdown-menu .user-drop .user-status .btn:active {
  background-image: none;
  background-color: #f3f3f3;
}
.user_block .user.dropdown .dropdown-menu .user-drop .user-status .btn + .btn {
  border-left: 1px solid #d7d7d7;
}
.user_block .user.dropdown .dropdown-menu .user-drop .user-status .btn span {
  color: #2f3e9b;
  display: block;
  font-weight: 500;
  margin-top: 3px;
  position: static;
}
.user_block .user.dropdown .dropdown-menu .user-drop .user-footer {
  padding: 15px 30px 30px;
}
.user_block .user.dropdown .dropdown-menu .user-drop .user-footer .btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  height: 30px;
  line-height: 1;
  padding: 0;
  text-transform: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.user_block .user.dropdown .dropdown-menu .user-drop .user-footer .btn.btn-success {
  color: #ffffff;
}
.user_block .user.dropdown .dropdown-menu .user-drop .user-footer .btn.btn-success:active, .user_block .user.dropdown .dropdown-menu .user-drop .user-footer .btn.btn-success:focus, .user_block .user.dropdown .dropdown-menu .user-drop .user-footer .btn.btn-success:hover {
  background-color: #006c23;
  color: #ffffff;
}
.user_block .user.dropdown .dropdown-menu .user-drop .user-footer .btn.btn-default {
  background-color: #d7d7d7;
  border-color: #cfcfcf;
  color: #5c5c5c;
  float: right;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .user_block .notifications-menu {
    display: none;
  }
}
.user_block .notifications-menu .dropdown-toggle {
  background-color: transparent;
  padding-left: 0;
}
.user_block .notifications-menu .dropdown-toggle.open:active, .user_block .notifications-menu .dropdown-toggle.open:focus, .user_block .notifications-menu .dropdown-toggle.open:hover {
  background-color: transparent;
}
@media (min-width: 768px) and (max-width: 991px) {
  .user_block .notifications-menu .dropdown-toggle {
    padding-right: 5px;
  }
}
.user_block .notifications-menu .material-icons {
  color: #3f51b5;
}
.user_block .notifications-menu .label {
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  display: block;
  font-size: 12px;
  height: 20px;
  line-height: 1;
  min-width: 20px;
  padding: 5px 0;
  position: absolute;
  right: 10px;
  top: 8px;
}
@media (max-width: 991px) {
  .user_block .notifications-menu .label {
    right: -2px;
  }
}
.user_block .notifications-menu .dropdown-menu {
  padding: 0;
  width: 266px;
}
.user_block .notifications-menu .dropdown-menu .menu {
  max-height: 200px;
  overflow: hidden;
  position: relative;
}
.user_block .notifications-menu .dropdown-menu .menu li {
  border-top: 1px solid #dfdfdf;
  display: block;
}
.user_block .notifications-menu .dropdown-menu .menu li:first-child {
  border-top: none;
}
.user_block .notifications-menu .dropdown-menu .menu li a {
  color: #444444;
  display: block;
  font-size: 14px;
  height: auto;
  line-height: 20px;
  padding: 15px 20px;
}
.user_block .notifications-menu .dropdown-menu .menu li a:hover, .user_block .notifications-menu .dropdown-menu .menu li a:focus, .user_block .notifications-menu .dropdown-menu .menu li a:active {
  background-color: #f5f5f5;
  text-decoration: none;
}
.user_block .notifications-menu .dropdown-menu .menu li a span {
  color: #fe7fa9;
  display: block;
}

@media (max-width: 767px) {
  .user_block {
    margin: 0;
    position: absolute;
    right: 50px;
    top: 0;
  }
  .user_block .user {
    right: 45px;
    text-align: center;
    width: 35px;
  }
  .user_block .sb-search {
    min-width: 45px;
  }
  .user_block .sb-search .sb-icon-search,
.user_block .sb-search .sb-search-submit {
    padding-left: 0;
    padding-right: 0;
    width: 45px;
  }
}
.title {
  color: #212121;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 18px;
  margin-top: 19px;
  text-transform: uppercase;
  padding-left: 25px;
  position: relative;
}
.title:before {
  background-color: #448aff;
  content: "";
  display: block;
  height: 14px;
  left: 0;
  position: absolute;
  top: 1px;
  width: 14px;
}
.title.green:before {
  background-color: #008b2d;
}
.title a, .title .pseudo-link {
  cursor: pointer;
  color: #212121;
}

.title-reader {
  background-color: #ffffff;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  padding: 30px 15px 0;
  position: relative;
  text-transform: uppercase;
}
.title-reader:hover:after {
  width: 100%;
}
.title-reader:after {
  content: "";
  background-color: #008b2d;
  display: block;
  height: 5px;
  width: 50px;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.title-reader a, .title-reader .pseudo-link {
  cursor: pointer;
  color: #000000;
}
.title-reader a:hover, .title-reader a:focus, .title-reader a:active, .title-reader a.active, .title-reader .pseudo-link:hover, .title-reader .pseudo-link:focus, .title-reader .pseudo-link:active, .title-reader .pseudo-link.active {
  text-decoration: none;
}

.title-clear {
  color: #000000;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 11.5px;
  margin-top: 5px;
  position: relative;
  line-height: 1.846;
  z-index: 4;
}
@media (max-width: 767px) {
  .title-clear {
    font-size: 22px;
    line-height: 1.2;
    margin-top: 23px;
  }
}
.title-clear a {
  color: #000000;
}
.title-clear a:hover, .title-clear a:focus, .title-clear a:active, .title-clear a.active {
  text-decoration: none;
}
.title-clear span {
  position: relative;
  z-index: 5;
}

.title-img {
  color: #000000;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 13px;
  margin-top: 33px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .title-img {
    font-size: 22px;
    line-height: 1.2;
    margin-top: 23px;
    padding-left: 15px;
  }
}
.title-img a {
  color: #000000;
}
.title-img a:hover, .title-img a:focus, .title-img a:active, .title-img a.active {
  text-decoration: none;
}
.title-img img {
  position: absolute;
  left: 0;
  height: 50px;
  z-index: 4;
}
@media (max-width: 767px) {
  .title-img img {
    top: -14px;
  }
}
.title-img span, .title-img .title-clear {
  display: inline-block;
  margin: 0;
  position: relative;
  z-index: 5;
  vertical-align: middle;
}
.title-img .tabbable {
  display: inline-block;
}
.title-img .tabbable .select2,
.title-img .tabbable .select2_widget {
  width: auto !important;
  outline: none;
}
@media (min-width: 768px) {
  .title-img .tabbable .select2,
.title-img .tabbable .select2_widget {
    display: none;
  }
}
.title-img .tabbable .select2 .select2-selection,
.title-img .tabbable .select2_widget .select2-selection {
  background: transparent;
  border: none;
  outline: none;
}
.title-img .tabbable .select2 .select2-selection__rendered,
.title-img .tabbable .select2_widget .select2-selection__rendered {
  color: #3f51b5;
  font-size: 22px;
  font-weight: 500;
  padding-left: 0;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .title-img .tabbable .select2 .select2-selection__rendered,
.title-img .tabbable .select2_widget .select2-selection__rendered {
    margin-top: -2px;
  }
}
.title-img .tabbable .select2 .select2-selection__arrow b,
.title-img .tabbable .select2_widget .select2-selection__arrow b {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border: solid #3f51b5;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  vertical-align: middle;
  margin-top: -6px;
  margin-left: 3px;
}
@media (min-width: 768px) {
  .title-img .tabbable.tags .form-tabs {
    margin-left: 0;
    margin-top: 3px;
  }
  .title-img .tabbable.tags .form-tabs li a {
    font-size: 18px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .title-img .tabbable.tags {
    background-color: #ffffff;
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    display: block;
    position: relative;
    overflow-y: hidden;
    z-index: 2;
    margin-left: -25px;
    margin-top: 20px;
    margin-right: -8px;
  }
  .title-img .tabbable.tags .form-tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    margin-left: 0;
    margin-top: 1px;
    overflow-y: hidden;
  }
  .title-img .tabbable.tags .form-tabs li {
    display: block;
    width: auto;
  }
}
.title-img .nav-tabs li.active a,
.title-img .nav-tabs li.active button {
  color: #000000;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 500;
}
.title-img .nav-tabs li.active a:hover, .title-img .nav-tabs li.active a:focus, .title-img .nav-tabs li.active a:focus:hover, .title-img .nav-tabs li.active a:active,
.title-img .nav-tabs li.active button:hover,
.title-img .nav-tabs li.active button:focus,
.title-img .nav-tabs li.active button:focus:hover,
.title-img .nav-tabs li.active button:active {
  color: #000000;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.title-img .nav-tabs li a,
.title-img .nav-tabs li button {
  background: none;
  border: none;
  color: #8b8b8b;
  font-weight: normal;
  line-height: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.title-img .nav-tabs li a:hover, .title-img .nav-tabs li a:focus, .title-img .nav-tabs li a:active,
.title-img .nav-tabs li button:hover,
.title-img .nav-tabs li button:focus,
.title-img .nav-tabs li button:active {
  color: #3f51b5;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
@media (min-width: 768px) {
  .title-img .nav-tabs {
    display: inline-block;
    vertical-align: middle;
    margin-left: -10px;
    margin-top: 1px;
  }
  .title-img .nav-tabs li a,
.title-img .nav-tabs li button {
    font-size: 30px;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: lowercase;
  }
}
@media (max-width: 767px) {
  .title-img .nav-tabs {
    border-bottom: none;
    top: 4px;
    position: relative;
  }
  .title-img .nav-tabs li.dropdown-tab .dropdown-toggle {
    color: #3f51b5;
    font-size: 22px;
    font-weight: 500;
    padding: 0;
    padding-right: 25px;
  }
  .title-img .nav-tabs li.dropdown-tab .dropdown-toggle:after {
    content: "";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 26px;
    position: absolute;
    top: -1px;
    right: 0;
  }
  .title-img .nav-tabs li.dropdown-tab .dropdown-menu {
    min-width: auto;
    padding: 0;
    margin-top: 5px;
  }
  .title-img .nav-tabs li.dropdown-tab .dropdown-menu li.active {
    display: none;
  }
  .title-img .nav-tabs li.dropdown-tab .dropdown-menu li.active a {
    font-weight: normal;
  }
  .title-img .nav-tabs li.dropdown-tab .dropdown-menu li a {
    color: #8b8b8b;
    font-size: 22px;
    font-weight: normal;
    line-height: 20px;
    padding: 13px 14px;
    white-space: nowrap;
    text-align: left;
  }
  .title-img .nav-tabs li a,
.title-img .nav-tabs li button {
    font-size: 14px;
    text-align: center;
  }
}

.box {
  overflow: hidden;
  position: relative;
}
.box:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.box.ratio2_1:before {
  padding-top: 50%;
}
.box.ratio1_2:before {
  padding-top: 200%;
}
.box.ratio4_3:before {
  padding-top: 75%;
}
.box.ratio16_9:before {
  padding-top: 56.25%;
}
.box .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.footer {
  background-color: #ffffff;
  color: #000000;
  font-size: 16px;
}
.footer p {
  font-size: 14px;
  margin-bottom: 2em;
}
.footer a {
  color: #000000;
  font-size: 14px;
  line-height: 1;
  text-decoration: underline;
}
.footer a:hover, .footer a:focus, .footer a:active {
  color: #526cfd;
}
.footer .logo-footer {
  height: 100%;
  max-width: 115px;
  width: 100%;
  max-height: 120px;
}
.footer .copyright {
  letter-spacing: 0.85px;
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .footer .copyright {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .footer .besthost {
    margin-bottom: 30px;
    text-align: center;
  }
  .footer .besthost img {
    margin: 0 auto;
  }
}
.footer .besthost img {
  height: 17px;
}
.footer .besthost .depositphotos {
  margin-top: 3px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .footer .besthost .depositphotos {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
  }
}
.footer .besthost .depositphotos img {
  max-width: 50%;
  height: auto;
}
@media (min-width: 768px) {
  .footer .besthost .depositphotos img {
    margin-left: 10px;
    max-width: 100%;
    max-height: 25px;
  }
}
.footer .list-inline {
  margin-bottom: 0;
}
.footer .list-inline li {
  margin-bottom: 20px;
}
.footer .list-inline li.phone {
  color: #303e99;
  margin-top: 20px;
  margin-bottom: 0;
  max-width: 170px;
  display: flex;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .footer .list-inline li.phone {
    margin: 20px auto;
    font-size: 14px;
  }
}
.footer .list-inline li.phone .material-icons {
  vertical-align: middle;
}
@media (min-width: 768px) {
  .footer .list-inline li.phone .material-icons {
    margin-right: 10px;
  }
}
.footer .footer-social {
  background-color: #3f51b5;
  margin-bottom: 25px;
  padding-top: 10px;
}
.footer .footer-social ul {
  margin-bottom: 0;
}
.footer .footer-social ul li {
  margin: 0;
  padding: 0 1px;
}
.footer .footer-social ul a, .footer .footer-social ul .pseudo-link {
  border: 2px solid;
  color: #ffffff;
  display: table-cell;
  height: 45px;
  text-align: center;
  vertical-align: middle;
  width: 45px;
}
.footer .footer-social ul a:hover, .footer .footer-social ul a:focus, .footer .footer-social ul a:active, .footer .footer-social ul a.active, .footer .footer-social ul .pseudo-link:hover, .footer .footer-social ul .pseudo-link:focus, .footer .footer-social ul .pseudo-link:active, .footer .footer-social ul .pseudo-link.active {
  color: #526cfd;
  text-decoration: none;
}
.footer .footer-social ul .title:before {
  display: none;
}
.footer .footer-social ul .title a, .footer .footer-social ul .title .pseudo-link {
  border: medium none;
  display: table-cell;
  font-size: 16px;
  font-weight: normal;
  height: 45px;
  vertical-align: middle;
  width: auto;
  text-decoration: none;
  text-transform: none;
}
.footer .footer-social ul .title a:hover, .footer .footer-social ul .title a:focus, .footer .footer-social ul .title a:active, .footer .footer-social ul .title a.active, .footer .footer-social ul .title .pseudo-link:hover, .footer .footer-social ul .title .pseudo-link:focus, .footer .footer-social ul .title .pseudo-link:active, .footer .footer-social ul .title .pseudo-link.active {
  color: #ffffff;
}
@media (max-width: 767px) {
  .footer .footer-social ul .title {
    display: block;
    text-align: center;
  }
  .footer .footer-social ul .title a {
    display: block;
    height: auto;
    margin-bottom: 10px;
  }
}
.footer .footer-social .fa {
  font-size: 26px;
}
.footer .footer-list {
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 1211px) {
  .footer .footer-list {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .footer .footer-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
}
.footer .footer-list li {
  vertical-align: top;
}
@media (min-width: 1212px) {
  .footer .footer-list li {
    margin-right: 30px;
  }
  .footer .footer-list li:last-child {
    margin-right: 0;
  }
}
.footer .footer-list .media-heading {
  letter-spacing: 0.85px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1211px) {
  .footer .footer-list .media-heading {
    letter-spacing: 0;
  }
}
.footer .footer-list p {
  margin-bottom: 10px;
}

.news-user {
  position: relative;
  height: 100%;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .news-user {
    height: 324px;
  }
}
@media (min-width: 1212px) {
  .news-user {
    height: 441px;
  }
}
.news-user .list-group-item {
  line-height: 1.3;
}
@media (min-width: 992px) {
  .news-user .list-group-item {
    overflow: hidden;
  }
}
@media (min-width: 992px) and (max-width: 1211px) {
  .news-user .list-group-item {
    padding: 8px 15px;
  }
}
@media (max-width: 991px) {
  .news-user .list-group-item {
    display: none;
  }
  .news-user .list-group-item:nth-child(1) {
    display: block;
  }
  .news-user .list-group-item:nth-child(2) {
    display: block;
  }
  .news-user .list-group-item:nth-child(3) {
    display: block;
  }
}
.news-user .list-group-item .list-group-item-heading {
  color: #212121;
  display: block;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 0;
}
.news-user .list-group-item .list-group-item-text {
  color: #b6b6b6;
  line-height: 23px;
}

.top-news.top-news--m_t {
  margin-top: 16px;
}
.top-news .see-more {
  border-top: none;
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .top-news .see-more {
    height: 66px;
  }
}
@media (min-width: 992px) and (max-width: 1211px) {
  .top-news .see-more {
    height: 62px;
  }
  .top-news .see-more a, .top-news .see-more .pseudo-link {
    padding-top: 8px;
  }
}
.top-news .see-more a, .top-news .see-more .pseudo-link {
  color: #2f3e9b;
  display: block;
  padding-top: 4px;
}
.top-news .see-more a .material-icons, .top-news .see-more .pseudo-link .material-icons {
  font-size: 29px;
  vertical-align: -9px;
}

.last-news.list-group {
  margin-bottom: 0;
  position: relative;
}
@media (min-width: 992px) {
  .last-news.list-group {
    height: 731px;
  }
}
@media (min-width: 1212px) {
  .last-news.list-group {
    height: 732px;
  }
}
@media (max-width: 991px) {
  .last-news.list-group.open .list-group-item {
    display: block;
  }
}
.last-news .list-group-item {
  line-height: 1.3;
}
.last-news .list-group-item.active {
  background-color: #ffffff;
  border: 1px solid #fafafa;
  color: #212121;
  z-index: 0;
}
.last-news .list-group-item.active .list-group-item-text {
  color: #b6b6b6;
}
.last-news .list-group-item.active .list-group-item-heading {
  font-weight: 600;
}
.last-news .list-group-item.active:hover, .last-news .list-group-item.active:focus, .last-news .list-group-item.active:active {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #000000;
}
.last-news .list-group-item.active:hover .list-group-item-text, .last-news .list-group-item.active:focus .list-group-item-text, .last-news .list-group-item.active:active .list-group-item-text {
  color: #b6b6b6;
}
.last-news .list-group-item.see-more {
  border-top: none;
  font-size: 14px;
  text-align: center;
  margin-bottom: 16px;
}
.last-news .list-group-item.see-more.see-more--group {
  border: none;
  height: auto;
  padding: 0;
}
.last-news .list-group-item.see-more.see-more--group .btn-group .btn {
  border: 1px solid #e2e2e2;
  height: 52px;
  padding-top: 5px;
  text-transform: none;
  width: 72%;
}
.last-news .list-group-item.see-more.see-more--group .btn-group .btn:first-child {
  background-image: none;
}
.last-news .list-group-item.see-more.see-more--group .btn-group .btn:hover, .last-news .list-group-item.see-more.see-more--group .btn-group .btn:focus, .last-news .list-group-item.see-more.see-more--group .btn-group .btn:active {
  background-color: transparent;
  text-decoration: underline;
  outline: none;
}
.last-news .list-group-item.see-more.see-more--group .btn-group .btn-link + .btn-link {
  background-color: #f7f7f7;
  border-left: medium none;
  padding-top: 12px;
  width: 28%;
}
.last-news .list-group-item.see-more.see-more--group .btn-group .btn-link + .btn-link:hover, .last-news .list-group-item.see-more.see-more--group .btn-group .btn-link + .btn-link:focus, .last-news .list-group-item.see-more.see-more--group .btn-group .btn-link + .btn-link:active {
  background-color: #f7f7f7;
  text-decoration: none;
}
@media (min-width: 992px) {
  .last-news .list-group-item.see-more {
    height: 61px;
  }
}
@media (max-width: 991px) {
  .last-news .list-group-item.see-more {
    display: block;
  }
}
.last-news .list-group-item.see-more a, .last-news .list-group-item.see-more .pseudo-link {
  color: #2f3e9b;
  padding-top: 4px;
}
.last-news .list-group-item.see-more a .material-icons, .last-news .list-group-item.see-more .pseudo-link .material-icons {
  font-size: 29px;
  vertical-align: -9px;
}
.last-news .list-group-item .list-group-item-heading {
  color: #212121;
  display: inline;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.3;
}
.last-news .list-group-item .list-group-item-heading + .material-icons {
  margin-left: 5px;
}
.last-news .list-group-item .list-group-item-text {
  display: block;
  color: #b6b6b6;
  line-height: 1;
  margin-bottom: 8px;
}
.last-news .list-group-item .material-icons {
  color: #b6b6b6;
  font-size: 21px;
  vertical-align: -5px;
}
.last-news .list-group-item .material-icons.text-primary {
  color: #3f51b5;
}
.last-news .list-unstyled {
  margin-bottom: 0;
}
.last-news .panel-theme {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.last-news .panel-theme .panel-body {
  padding: 20px;
  padding-bottom: 0;
}
.last-news .panel-theme .list-group {
  margin-bottom: 0;
}
.last-news .panel-theme .list-group-item {
  border: none;
  border-top: 1px solid #ddd;
  padding: 0;
}
.last-news .panel-theme .list-group-item:first-child, .last-news .panel-theme .list-group-item:last-child {
  border-top: none;
}
.last-news .panel-theme .list-group-item.media {
  margin-top: 0;
}
.last-news .panel-theme .list-group-item .media-left {
  background-color: #f4f4f4;
  padding-right: 0;
}
.last-news .panel-theme .list-group-item .media-left .quantity {
  color: #2f3e9b;
  font-size: 36px;
  letter-spacing: 1px;
  line-height: 1;
  padding: 15px;
  text-align: center;
}
.last-news .panel-theme .list-group-item .media-left .quantity small {
  color: #333333;
  display: block;
  font-size: 14px;
}
.last-news .panel-theme .list-group-item .media-body {
  padding: 12px 15px 15px;
}
.last-news .panel-theme .list-group-item .list-group-item-heading {
  color: #333;
  display: block;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 992px) {
  .last-news .panel-theme .list-group-item .list-group-item-heading {
    height: 40px;
    overflow: hidden;
  }
}
.last-news .panel-theme .list-group-item .list-group-item-heading:hover, .last-news .panel-theme .list-group-item .list-group-item-heading:focus {
  text-decoration: none;
  color: #2f3e9b;
}
.last-news .panel-theme .list-group-item .list-group-item-text {
  color: #b6b6b6;
  font-size: 13px;
}
.last-news .panel-theme .list-group-item .list-group-item-text .label {
  margin-right: 20px;
  vertical-align: middle;
}
.last-news .panel-theme .list-group-item.see-more {
  font-size: 14px;
  padding: 15px;
  text-align: center;
}
@media (min-width: 992px) {
  .last-news .panel-theme .list-group-item.see-more {
    height: 65px;
  }
}
.last-news .panel-theme .list-group-item.see-more a, .last-news .panel-theme .list-group-item.see-more .pseudo-link {
  color: #2f3e9b;
  display: block;
  padding-top: 5px;
}
.last-news .panel-theme .list-group-item.see-more a .material-icons, .last-news .panel-theme .list-group-item.see-more .pseudo-link .material-icons {
  font-size: 29px;
  vertical-align: -9px;
}

.top-news .thumbnail {
  line-height: 1.4;
  margin-bottom: 16px;
  padding: 0;
  position: relative;
}
.top-news .thumbnail .box.box-img:before {
  padding-top: 62.9%;
}
.top-news .thumbnail .box .content {
  background-attachment: scroll;
  background-color: #ffffff;
  background-image: url("../img/bg-img--small.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .top-news .thumbnail img, .top-news .thumbnail a > img {
    width: 100%;
  }
}
.top-news .thumbnail .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  cursor: pointer;
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  overflow: hidden;
}
.top-news .thumbnail .caption h4, .top-news .thumbnail .caption .h4 {
  background-color: #ffffff;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 5px 10px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-news .thumbnail .caption h4, .top-news .thumbnail .caption .h4 {
    font-size: 14px;
  }
}
.top-news .thumbnail .caption h4 .material-icons, .top-news .thumbnail .caption .h4 .material-icons {
  color: #b6b6b6;
  font-size: 18px;
  margin-right: 10px;
  vertical-align: -2px;
}
.top-news .thumbnail.thumbnail-big .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  padding: 0;
  cursor: pointer;
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
}
.top-news .thumbnail.thumbnail-big .caption:before {
  content: "";
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#FF000000", GradientType=0);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 75%;
  overflow: hidden;
}
.top-news .thumbnail.thumbnail-big .caption h4, .top-news .thumbnail.thumbnail-big .caption .h4 {
  background-color: transparent;
  bottom: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  left: 0;
  position: absolute;
  width: 100%;
}
@media (min-width: 768px) {
  .top-news .thumbnail.thumbnail-big .caption h4 h4, .top-news .thumbnail.thumbnail-big .caption h4 .h4, .top-news .thumbnail.thumbnail-big .caption .h4 h4, .top-news .thumbnail.thumbnail-big .caption .h4 .h4 {
    font-size: 36px;
    font-weight: normal;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .top-news .thumbnail.thumbnail-big .box.box-img:before {
    padding-top: 64.3%;
  }
  .top-news .thumbnail.thumbnail-big .caption h4, .top-news .thumbnail.thumbnail-big .caption .h4 {
    font-size: 36px;
    font-weight: normal;
  }
  .top-news .thumbnail.thumbnail-big .caption h4 .material-icons, .top-news .thumbnail.thumbnail-big .caption .h4 .material-icons {
    font-size: 24px;
    margin-right: 12px;
    vertical-align: 0;
  }
}
@media (min-width: 992px) and (max-width: 1211px) {
  .top-news .thumbnail.thumbnail-big .box.box-img:before {
    padding-top: 64.3%;
  }
}
@media (min-width: 1212px) {
  .top-news .thumbnail.thumbnail-big .box.box-img:before {
    padding-top: 64%;
  }
}
.top-news .thumbnail.thumbnail-big .box .content {
  background-image: url("../img/590_392.jpg");
}

@media (max-width: 767px) {
  .vsim .top-news .col-md-9 {
    margin-bottom: 20px;
  }
  .vsim .top-news .thumbnail {
    margin-bottom: -1px;
  }
  .vsim .top-news .thumbnail.thumbnail-big {
    margin-bottom: 10px;
  }
  .vsim .top-news .thumbnail.thumbnail-big .box {
    display: block;
  }
  .vsim .top-news .thumbnail.thumbnail-big .caption {
    position: absolute;
  }
  .vsim .top-news .thumbnail.thumbnail-big .caption h4, .vsim .top-news .thumbnail.thumbnail-big .caption .h4 {
    font-size: 18px;
    line-height: 1.1;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .vsim .top-news .thumbnail .box {
    display: none;
  }
  .vsim .top-news .thumbnail .caption {
    position: static;
  }
  .vsim .top-news .thumbnail .caption h4, .vsim .top-news .thumbnail .caption .h4 {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 15px;
    line-height: 1.4;
  }
}

.news .thumbnail {
  margin-bottom: 16px;
  padding: 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .news .thumbnail:hover .img-block img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.news .thumbnail.top .img-block {
  background-image: url("../img/590_392.jpg");
}
@media (min-width: 768px) and (max-width: 991px) {
  .news .thumbnail.top .img-block {
    height: auto;
  }
  .news .thumbnail.top .img-block img {
    height: auto;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .news .thumbnail.top .img-block {
    height: 392px;
  }
}
@media (min-width: 992px) {
  .news .thumbnail.top .caption {
    height: 370px;
  }
}
@media (min-width: 768px) {
  .news .thumbnail.top .news-title a {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .news .thumbnail.top .news-title a {
    max-height: 100%;
    font-size: 32px;
    line-height: 38px;
  }
}
@media (min-width: 992px) {
  .news .thumbnail.top .news-content p {
    margin: 10.5px 0;
  }
}
.news .thumbnail .img-block {
  background-attachment: scroll;
  background-color: #ffffff;
  background-image: url("../img/bg-img--small.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .news .thumbnail .img-block {
    background-size: contain;
    height: 215px;
  }
}
@media (min-width: 992px) {
  .news .thumbnail .img-block {
    height: 192px;
  }
}
@media (max-width: 767px) {
  .news .thumbnail .img-block {
    height: 192px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news .thumbnail .img-block img {
    height: 215px;
  }
}
@media (min-width: 992px) {
  .news .thumbnail .img-block img {
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s;
  }
}
@media (max-width: 767px) {
  .news .thumbnail img, .news .thumbnail a > img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .news .thumbnail img, .news .thumbnail a > img {
    height: 350px;
  }
}

.news .thumbnail .caption {
  padding: 8px 20px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .news .thumbnail .caption {
    height: 130px;
    margin-bottom: 20px;
  }
}
.news .thumbnail .caption.caption-clear {
  height: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .news .thumbnail .caption.caption-clear {
    height: 115px;
  }
}
.news .thumbnail .caption.caption-clear .caption-title {
  color: #ff3d00;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  margin-top: 10px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .news .thumbnail .caption {
    height: 170px;
    margin-bottom: 20px;
  }
  .news .thumbnail .caption.caption-clear {
    height: 68px;
    margin-top: 15px;
    padding-top: 0;
  }
  .news .thumbnail .caption.caption-clear .news-title a {
    margin-bottom: 8px;
  }
}
.news .thumbnail .caption-author {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 20px;
  margin-right: 15px;
}
.news .thumbnail .news-time {
  color: #fe7faa;
  display: inline-block;
  font-size: 12px;
  margin: 5px 0;
}
.news .thumbnail .news-time .fa {
  font-size: 15px;
  margin-right: 5px;
}
.news .thumbnail .news-time .fa + .fa, .news .thumbnail .news-time .fa + .material-icons {
  margin-left: 15px;
}
.news .thumbnail .news-time .material-icons {
  color: #b6b6b6;
  font-size: 21px;
  margin-left: 15px;
  vertical-align: -6px;
}
.news .thumbnail .news-time .material-icons + .material-icons {
  margin-left: 7px;
}
.news .thumbnail .news-content p {
  color: #8b8b8b;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .news .thumbnail .news-content p {
    overflow: hidden;
  }
}
.news .thumbnail .news-content ul {
  color: #8b8b8b;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .news .thumbnail .news-content ul {
    overflow: hidden;
  }
}
.news .thumbnail .news-title a {
  color: #444;
  display: block;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 10px;
}
.news .thumbnail .news-title a:hover, .news .thumbnail .news-title a:focus {
  color: #2f3e9b;
  text-decoration: none;
}
.news .thumbnail .news-title .material-icons {
  color: #b6b6b6;
  font-size: 21px;
  vertical-align: -4px;
}
.news .thumbnail .news-content {
  margin-top: 10px;
}
.news .news-horizontal.author-block .col-2 .caption .news-time span + span {
  margin-left: 25px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .news .news-horizontal.author-block .col-2 {
    width: 100%;
  }
  .news .news-horizontal.author-block .col-2 .img-block {
    float: left;
    height: auto;
    width: 32.5%;
  }
  .news .news-horizontal.author-block .col-2 .img-block img {
    height: auto;
    max-width: 100%;
  }
  .news .news-horizontal.author-block .col-2 .caption {
    height: auto;
    margin-bottom: 0;
    width: 67.5%;
  }
}
@media (min-width: 992px) {
  .news .news-horizontal.author-block .col-2:first-child .thumbnail {
    margin-bottom: 0 !important;
  }
  .news .news-horizontal.author-block .col-2:hover .img-block img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .news .news-horizontal.author-block .col-2 .img-block {
    background-image: none;
    height: 192px;
  }
  .news .news-horizontal.author-block .col-2 .img-block img {
    min-width: 0;
  }
  .news .news-horizontal.author-block .col-2 .caption .h4 {
    margin-top: 17px;
  }
  .news .news-horizontal.author-block .col-2 .caption .news-time {
    font-size: 16px;
    margin-top: 6px;
  }
  .news .news-horizontal.author-block .col-2 .caption .news-title {
    color: #444444;
    font-size: 16px;
    line-height: 22px;
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .news .news-horizontal.author-block .thumbnail .img-block {
    height: auto;
  }
  .news .news-horizontal.author-block .thumbnail .img-block img {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news .news-horizontal .thumbnail.top .img-block img {
    height: auto;
  }
}
@media (min-width: 992px) {
  .news .news-horizontal .thumbnail.top .img-block {
    height: 358px;
  }
}
@media (min-width: 992px) {
  .news .news-horizontal .thumbnail.top .caption {
    height: 340px;
  }
}
@media (min-width: 992px) {
  .news .news-horizontal .thumbnail .caption {
    height: 178px;
    margin-bottom: 12px;
  }
  .news .news-horizontal .thumbnail .caption.caption-clear {
    height: auto;
  }
  .news .news-horizontal .thumbnail .caption.caption-clear p {
    height: auto;
    max-height: 100%;
  }
}
@media (max-width: 991px) {
  .news .news-horizontal .thumbnail .news-content.blog {
    max-height: 78px;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .news .news-horizontal .thumbnail .news-content.blog p {
    max-height: 100px;
  }
}
@media (min-width: 992px) {
  .news .news-horizontal .thumbnail .news-content p {
    max-height: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news .news-horizontal {
    padding-right: 0;
    padding-left: 0;
  }
  .news .news-horizontal .col-2 {
    float: left;
    padding-right: 8px;
    padding-left: 8px;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .news .news-horizontal .col-2 .thumbnail {
    height: 193px;
  }
  .news .news-horizontal .col-2:first-child .thumbnail {
    height: 192px;
    margin-bottom: -1px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .news .news-horizontal .col-2:hover .img-block img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media (min-width: 992px) {
  .news .news-horizontal .col-2 .img-block {
    float: left;
    width: 48.3%;
    position: relative;
  }
}
@media (min-width: 992px) {
  .news .news-horizontal .col-2 .caption {
    float: left;
    width: 51.7%;
  }
}
.news .news-big .thumbnail {
  line-height: 1.4;
  margin-bottom: 15px;
  padding: 0;
  position: relative;
}
.news .news-big .thumbnail .box.box-img:before {
  padding-top: 62.9%;
}
.news .news-big .thumbnail .box .content {
  background-attachment: scroll;
  background-color: #ffffff;
  background-image: url("../img/bg-img--small.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news .news-big .thumbnail .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  padding: 0;
  cursor: pointer;
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
}
.news .news-big .thumbnail .caption:before {
  content: "";
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#FF000000", GradientType=0);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 75%;
  overflow: hidden;
}
.news .news-big .thumbnail .caption h4, .news .news-big .thumbnail .caption .h4 {
  bottom: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  left: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  width: 100%;
}
.news .news-big .thumbnail.thumbnail-big .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  padding: 0;
  cursor: pointer;
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 0;
}
.news .news-big .thumbnail.thumbnail-big .caption:before {
  content: "";
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#FF000000", GradientType=0);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 75%;
  overflow: hidden;
}
.news .news-big .thumbnail.thumbnail-big .caption h4, .news .news-big .thumbnail.thumbnail-big .caption .h4 {
  background-color: transparent;
  bottom: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  left: 0;
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 5px 10px;
}
@media (min-width: 768px) {
  .news .news-big .thumbnail.thumbnail-big .caption h4, .news .news-big .thumbnail.thumbnail-big .caption .h4 {
    font-size: 36px;
    font-weight: normal;
  }
}
@media (min-width: 768px) {
  .news .news-big .thumbnail.thumbnail-big .box.box-img:before {
    padding-top: 64.3%;
  }
  .news .news-big .thumbnail.thumbnail-big .caption h4, .news .news-big .thumbnail.thumbnail-big .caption .h4 {
    font-size: 36px;
    font-weight: normal;
  }
  .news .news-big .thumbnail.thumbnail-big .caption h4 .material-icons, .news .news-big .thumbnail.thumbnail-big .caption .h4 .material-icons {
    font-size: 24px;
    margin-right: 12px;
    vertical-align: 0;
  }
}
@media (min-width: 992px) and (max-width: 1211px) {
  .news .news-big .thumbnail.thumbnail-big .box.box-img:before {
    padding-top: 64.3%;
  }
}
@media (min-width: 1212px) {
  .news .news-big .thumbnail.thumbnail-big .box.box-img:before {
    padding-top: 65%;
  }
}
.news .news-big .thumbnail.thumbnail-big .box .content {
  background-image: url("../img/590_392.jpg");
}
.news .owl-widget.widget_20.widget_20-new .thumbnail {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  border: none;
  cursor: pointer;
}
.news .owl-widget.widget_20.widget_20-new .thumbnail .img-block {
  height: 170px;
}
@media (max-width: 767px) {
  .news .owl-widget.widget_20.widget_20-new .thumbnail .img-block {
    height: 170px;
  }
}
.news .owl-widget.widget_20.widget_20-new .thumbnail .img-block img {
  height: auto;
  position: absolute;
  width: 100%;
  -webkit-transform: scale(1) translate(-50%, -50%);
  -ms-transform: scale(1) translate(-50%, -50%);
  -o-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.news .owl-widget.widget_20.widget_20-new .thumbnail .caption {
  height: 173px;
  padding-top: 15px;
}
@media (max-width: 767px) {
  .news .owl-widget.widget_20.widget_20-new .thumbnail .caption {
    height: 215px;
  }
}
.news .owl-widget.widget_20.widget_20-new .thumbnail .news-title {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news .owl-widget.widget_20.widget_20-new .thumbnail .star-group {
  display: inline-block;
  margin-top: 0;
}
.news .owl-widget.widget_20.widget_20-new .thumbnail .star-group .control-label {
  color: #05558a;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 0;
  vertical-align: 1px;
}
.news .owl-widget.widget_20.widget_20-new .thumbnail .star-group .rating-container {
  display: inline-block;
  font-size: 18px;
}
.news .owl-widget.widget_20.widget_20-new .thumbnail .star-group .rating-container .rating-input {
  display: none;
}
.news .owl-widget.widget_20.widget_20-new .thumbnail .star-group .rating-container .empty-stars {
  color: #05558a;
}
.news .owl-widget.widget_20.widget_20-new .thumbnail .star-group .rating-container .filled-stars {
  color: #05558a;
  text-shadow: none;
  -webkit-text-stroke: inherit;
}
.news .owl-widget.widget_20.widget_20-new .thumbnail .star-group .rating-container .caption {
  font-size: 20px;
  float: left;
  height: auto;
  margin: -2px 0 0;
  padding: 0;
}
@media (max-width: 767px) {
  .news .owl-widget.widget_20.widget_20-new .thumbnail .star-group .rating-container .caption {
    height: auto;
  }
}
.news .owl-widget.widget_20.widget_20-new .thumbnail .star-group .rating-container .caption .label {
  background-color: transparent;
  color: #05558a;
  font-size: 20px;
  font-weight: normal;
  padding-left: 0;
  padding-right: 5px;
}
.news .owl-widget.widget_20.widget_20-new .thumbnail .star-group .rating-disabled .rating-input,
.news .owl-widget.widget_20.widget_20-new .thumbnail .star-group .rating-disabled .rating-stars {
  cursor: pointer;
}
.news .owl-widget.widget_20.widget_20-new .thumbnail .review {
  color: #05558a;
  font-size: 16px;
}
@media (min-width: 1212px) {
  .news .owl-widget.widget_20.widget_20-new .thumbnail .review {
    float: right;
    margin-top: 2px;
  }
}
.news .owl-widget.widget_20.widget_20-new .thumbnail .user-review .author {
  color: #333333;
  font-size: 15px;
}
.news .owl-widget.widget_20.widget_20-new .thumbnail .user-review .user-text {
  color: #7f7f7f;
  height: 60px;
  font-size: 14px;
  line-height: 20px;
  overflow-y: hidden;
  padding-left: 20px;
  position: relative;
}
.news .owl-widget.widget_20.widget_20-new .thumbnail .user-review .user-text:before {
  content: "“";
  font-size: 32px;
  left: 0;
  position: absolute;
  top: 8px;
}
.news .owl-widget.widget_moemisto .thumbnail {
  height: 370px;
}
@media (min-width: 992px) {
  .news .owl-widget.widget_moemisto .thumbnail:hover .img-block img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.news .owl-widget.widget_moemisto .thumbnail .img-block img {
  height: auto;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media (max-width: 767px) {
  .news .owl-widget.widget_moemisto .thumbnail .img-block img {
    height: 100%;
    max-width: none;
    width: auto;
  }
}
.news .owl-widget.widget_moemisto .thumbnail .caption {
  height: 152px;
}
.news .tab-content .thumbnail .news-time .material-icons {
  color: #fe7faa;
  margin-left: 0;
}

.news .thumbnail .img-block.bg_analitika-i-publicistika {
  background-image: url("../img/bg/investigation.jpg");
}
.news .thumbnail .img-block.bg_dtp {
  background-image: url("../img/bg/road_car.jpg");
}
.news .thumbnail .img-block.bg_kult-podii {
  background-image: url("../img/bg/vacation.jpg");
}
.news .thumbnail .img-block.bg_osvita {
  background-image: url("../img/bg/education.jpg");
}
.news .thumbnail .img-block.bg_zdorovya {
  background-image: url("../img/bg/medecine.jpg");
}
.news .thumbnail .img-block.bg_groshi {
  background-image: url("../img/bg/money.jpg");
}
.news .thumbnail .img-block.bg_sport {
  background-image: url("../img/bg/sport.jpg");
}
.news .thumbnail .img-block.bg_kryminal {
  background-image: url("../img/bg/crime.jpg");
}
.news .thumbnail.top .img-block.bg_analitika-i-publicistika {
  background-image: url("../img/bg/590_392_investigation.jpg");
}
.news .thumbnail.top .img-block.bg_dtp {
  background-image: url("../img/bg/590_392_road_car.jpg");
}
.news .thumbnail.top .img-block.bg_kult-podii {
  background-image: url("../img/bg/590_392_vacation.jpg");
}
.news .thumbnail.top .img-block.bg_osvita {
  background-image: url("../img/bg/590_392_education.jpg");
}
.news .thumbnail.top .img-block.bg_zdorovya {
  background-image: url("../img/bg/590_392_medecine.jpg");
}
.news .thumbnail.top .img-block.bg_groshi {
  background-image: url("../img/bg/590_392_money.jpg");
}
.news .thumbnail.top .img-block.bg_sport {
  background-image: url("../img/bg/590_392_sport.jpg");
}
.news .thumbnail.top .img-block.bg_kryminal {
  background-image: url("../img/bg/590_392_crime.jpg");
}

@media (max-width: 767px) {
  .col-md-widget {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .article_comments .news .img-block {
    height: auto;
  }
}

@media (min-width: 768px) {
  .widget .title-img .nav-tabs {
    margin-left: 0;
  }
  .widget .title-img .nav-tabs li.active a {
    color: #3f51b5;
  }
}

.pdf-content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.pdf-content .media {
  overflow: visible;
  margin-bottom: 30px;
}
.pdf-content .media .media-left {
  padding-right: 20px;
}
.pdf-content .media .media-heading {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
}
.pdf-content .media .media-object {
  -webkit-box-shadow: -1px 1px 8px 0px rgba(0, 0, 0, 0.37);
  box-shadow: -1px 1px 8px 0px rgba(0, 0, 0, 0.37);
}
@media (min-width: 768px) {
  .pdf-content .media .media-object {
    height: 226px;
    min-width: 100%;
  }
}
.pdf-content .media .btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  padding: 15px 15px 14px;
  text-transform: none;
  width: 200px;
}
@media (max-width: 767px) {
  .pdf-content .media .media-left,
.pdf-content .media .media-right,
.pdf-content .media .media-body {
    display: block;
  }
  .pdf-content .media .media-object {
    margin: 0 auto 20px;
    max-width: 100%;
  }
  .pdf-content .media .media-left {
    padding-right: 0;
  }
  .pdf-content .media .media-body {
    max-width: 100%;
    text-align: center;
  }
}
.pdf-content .pdf-content--old .owl-pdf {
  display: block;
}
.pdf-content .pdf-content--old .pdf-content--item {
  position: relative;
}
@media (max-width: 767px) {
  .pdf-content .pdf-content--old .pdf-content--item {
    margin-bottom: 16px;
    text-align: center;
  }
}
.pdf-content .pdf-content--old .pdf-content--item img {
  -webkit-box-shadow: -1px 1px 8px 0px rgba(0, 0, 0, 0.37);
  box-shadow: -1px 1px 8px 0px rgba(0, 0, 0, 0.37);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media (min-width: 768px) {
  .pdf-content .pdf-content--old .pdf-content--item img {
    margin-right: 0;
    height: 226px;
    min-width: 100%;
  }
}
@media (min-width: 992px) {
  .pdf-content .pdf-content--old .pdf-content--item:focus:before, .pdf-content .pdf-content--old .pdf-content--item:hover:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.75);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
}
@media (min-width: 992px) {
  .pdf-content .pdf-content--old .pdf-content--item:focus .item-info, .pdf-content .pdf-content--old .pdf-content--item:hover .item-info {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media (min-width: 992px) {
  .pdf-content .pdf-content--old .pdf-content--item .item-info {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 11;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    text-align: center;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@media (max-width: 991px) {
  .pdf-content .pdf-content--old .pdf-content--item .item-info {
    margin-top: 12px;
  }
}
.pdf-content .pdf-content--old .pdf-content--item .item-info a {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
}
.pdf-content .pdf-content--old .pdf-content--item .item-info a:hover, .pdf-content .pdf-content--old .pdf-content--item .item-info a:focus, .pdf-content .pdf-content--old .pdf-content--item .item-info a:active {
  text-decoration: none;
}
.pdf-content .pdf-content--old .pdf-content--item .item-info a .item-info--number {
  display: block;
}
.pdf-content .pdf-content--old .pdf-content--item .item-info a .item-info--date {
  display: block;
}
.pdf-content .pdf-content--old .pdf-content--item .item-info a .material-icons {
  display: block;
  font-size: 34px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .pdf-content .pdf-content--old .pdf-content--item .item-info a .material-icons {
    margin-top: 5px;
    text-align: center;
  }
}
.pdf-content .pdf-content--old .see-more {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
  margin-top: 18px;
  text-align: right;
}
@media (max-width: 767px) {
  .pdf-content .pdf-content--old .see-more {
    text-align: center;
  }
}

.pdf_top {
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  padding: 30px;
}
.pdf_top h4, .pdf_top .h4 {
  color: #010101;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 50px;
}
.pdf_top h4 a, .pdf_top .h4 a {
  vertical-align: sub;
}
.pdf_top .pdf_top-item {
  margin-bottom: 25px;
  margin-top: 50px;
  position: relative;
  text-align: center;
}
.pdf_top .pdf_top-item img {
  -webkit-box-shadow: -1px 1px 8px 0px rgba(0, 0, 0, 0.37);
  box-shadow: -1px 1px 8px 0px rgba(0, 0, 0, 0.37);
  max-width: 280px;
}
.pdf_top .pdf_top-item .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 45px;
  width: 170px;
  text-transform: none;
  font-size: 16px;
  padding: 8px;
}
.pdf_top .share_group .dropdown {
  display: inline-block;
}
.pdf_top .share_group .dropdown .btn {
  background-color: #eaeaea;
  color: #767676;
}
.pdf_top .share_group .dropdown .dropdown-menu {
  left: -117px;
  padding: 10px;
  top: -11px;
  white-space: nowrap;
}
.pdf_top .share_group .dropdown .dropdown-menu .material-icons {
  padding-top: 4px;
}
.pdf_top .share_group .dropdown .dropdown-menu .btn {
  color: #ffffff;
}
.pdf_top .share_group .btn {
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  color: #ffffff;
  padding: 0;
  height: 32px;
  width: 32px;
}
.pdf_top .share_group .btn.btn-fb {
  background-color: #3b5998;
}
.pdf_top .share_group .btn.btn-fb:hover, .pdf_top .share_group .btn.btn-fb:focus, .pdf_top .share_group .btn.btn-fb:active {
  background-color: #4967a6;
}
.pdf_top .share_group .btn.btn-vk {
  background-color: #45668e;
}
.pdf_top .share_group .btn.btn-vk:hover, .pdf_top .share_group .btn.btn-vk:focus, .pdf_top .share_group .btn.btn-vk:active {
  background-color: #54759d;
}
.pdf_top .share_group .btn.btn-g {
  background-color: #dc4e41;
}
.pdf_top .share_group .btn.btn-g:hover, .pdf_top .share_group .btn.btn-g:focus, .pdf_top .share_group .btn.btn-g:active {
  background-color: #ea5c4f;
}
.pdf_top .share_group .btn.btn-od {
  background-color: #ed812b;
}
.pdf_top .share_group .btn.btn-od:hover, .pdf_top .share_group .btn.btn-od:focus, .pdf_top .share_group .btn.btn-od:active {
  background-color: #fc903a;
}
.pdf_top .share_group .btn.btn-tw {
  background-color: #1da1f2;
}
.pdf_top .share_group .btn.btn-tw:hover, .pdf_top .share_group .btn.btn-tw:focus, .pdf_top .share_group .btn.btn-tw:active {
  background-color: #2cb0ff;
}
.pdf_top .share_group .btn.btn-mail {
  background-color: #767676;
}
.pdf_top .share_group .btn.btn-mail:hover, .pdf_top .share_group .btn.btn-mail:focus, .pdf_top .share_group .btn.btn-mail:active {
  background-color: #858585;
}
.pdf_top .share_group .btn.btn-telegram {
  background-color: #0088cc;
}
.pdf_top .share_group .btn.btn-telegram:hover, .pdf_top .share_group .btn.btn-telegram:focus, .pdf_top .share_group .btn.btn-telegram:active {
  background-color: #0099cc;
}
.pdf_top .share_group .btn.btn-viber {
  background-color: #59267c;
}
.pdf_top .share_group .btn.btn-viber:hover, .pdf_top .share_group .btn.btn-viber:focus, .pdf_top .share_group .btn.btn-viber:active {
  background-color: #8f5db7;
}
.pdf_top .share_group .btn .fa {
  padding-top: 10px;
}

@media (min-width: 768px) {
  .pdf-group .col-sm-3:nth-child(4n+1) {
    clear: both;
  }
}
.pdf-history {
  margin-bottom: 30px;
  margin-top: 10px;
}
.pdf-history .input-group {
  background-color: #ffffff;
  border: 1px solid #c5c5c5;
}
@media (max-width: 767px) {
  .pdf-history .input-group {
    margin-bottom: 15px;
  }
}
.pdf-history .input-group .input-group-addon {
  color: #6c6c6c;
  padding: 16px;
}
.pdf-history .input-group select.form-control {
  background-position: 96% center;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #333333;
  font-size: 14px;
  height: 57px;
  line-height: 57px;
  padding: 0;
}
.pdf-history .btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  height: 59px;
  text-transform: none;
}

.thumbnail-pdf {
  border: none;
  -webkit-box-shadow: -1px 1px 8px 0px rgba(0, 0, 0, 0.37);
  box-shadow: -1px 1px 8px 0px rgba(0, 0, 0, 0.37);
}

.pdf-carousel .owl-destination {
  margin: 0 auto 30px;
  max-width: 275px;
}
.pdf-carousel .owl-destination .item {
  position: relative;
}
.pdf-carousel .owl-destination .item img {
  -webkit-box-shadow: -1px 1px 8px 0px rgba(0, 0, 0, 0.37);
  box-shadow: -1px 1px 8px 0px rgba(0, 0, 0, 0.37);
}
.pdf-carousel .owl-destination .item .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 45px;
  width: 170px;
  text-transform: none;
  font-size: 16px;
  padding: 8px;
}
.pdf-carousel .owl-navigation {
  margin: 0 auto 40px;
  max-width: 605px;
}
.pdf-carousel .owl-navigation .owl-item {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.pdf-carousel .owl-navigation .owl-nav {
  margin: 0;
}
.pdf-carousel .owl-navigation .owl-nav [class*=owl-] {
  background-color: transparent;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  color: #c4c4c4;
  font-size: 32px;
  line-height: 1;
  padding: 0;
}
.pdf-carousel .owl-navigation .owl-nav .disabled {
  color: #ffffff;
}
.pdf-carousel .owl-navigation .owl-nav .owl-prev {
  left: -30px;
  position: absolute;
  top: 10%;
}
@media (max-width: 991px) {
  .pdf-carousel .owl-navigation .owl-nav .owl-prev {
    top: 15%;
  }
}
@media (max-width: 650px) {
  .pdf-carousel .owl-navigation .owl-nav .owl-prev {
    left: -27px;
  }
}
.pdf-carousel .owl-navigation .owl-nav .owl-next {
  right: -30px;
  position: absolute;
  top: 10%;
}
@media (max-width: 991px) {
  .pdf-carousel .owl-navigation .owl-nav .owl-next {
    top: 15%;
  }
}
@media (max-width: 650px) {
  .pdf-carousel .owl-navigation .owl-nav .owl-next {
    right: -27px;
  }
}
.pdf-carousel .owl-navigation .owl-dots .owl-dot.active span, .pdf-carousel .owl-navigation .owl-dots .owl-dot:hover span {
  background-color: #3f51b5;
}
.pdf-carousel .owl-navigation .owl-dots .owl-dot span {
  background-color: #c5c5c5;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  height: 4px;
  width: 20px;
  margin: 10px 5px;
}

.blogs .panel {
  height: 113px;
  overflow: hidden;
}
.blogs .panel .panel-body {
  display: block;
  overflow: hidden;
}
.blogs .media {
  max-height: 85px;
}
@media (min-width: 992px) {
  .blogs .media .media-left {
    padding-right: 15px;
  }
}
.blogs .media .media-left a {
  background-color: #eaeaea;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: block;
  height: 83px;
  width: 83px;
  overflow: hidden;
  position: relative;
  text-align: center;
  z-index: 5;
}
.blogs .media .media-left .media-object {
  position: absolute;
  left: 50%;
  top: 50%;
  max-height: 100%;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.blogs .media .media-heading {
  color: #ff4181;
  font-size: 14px;
  margin-bottom: 9px;
}
.blogs .media .media-heading a {
  color: #ff4181;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
}
.blogs .media .media-heading a:hover, .blogs .media .media-heading a:focus, .blogs .media .media-heading a:active {
  color: #ff4181;
}
@media (min-width: 768px) and (max-width: 991px) {
  .blogs .media .media-heading a {
    max-width: 230px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media (min-width: 992px) and (max-width: 1211px) {
  .blogs .media .media-heading a {
    max-width: 330px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.blogs .media .media-text {
  color: #444444;
  font-size: 18px;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
}
.blogs .see-more {
  font-size: 14px;
  text-align: right;
  margin-bottom: 23px;
}
.blogs .see-more a, .blogs .see-more .pseudo-link {
  color: #2f3e9b;
  display: block;
  float: right;
  line-height: 1;
  margin-bottom: -4px;
  margin-top: -4px;
}
.blogs .see-more a .material-icons, .blogs .see-more .pseudo-link .material-icons {
  vertical-align: -8px;
}
.blogs .see-more .add {
  margin-right: 30px;
}

.nav-custom .nav-tabs li.active a {
  -webkit-box-shadow: 0 -2px 0 #3f51b5 inset;
  box-shadow: 0 -2px 0 #3f51b5 inset;
}
.nav-custom .nav-tabs li.active a:focus {
  -webkit-box-shadow: 0 -2px 0 #3f51b5 inset;
  box-shadow: 0 -2px 0 #3f51b5 inset;
}
.nav-custom .nav-tabs li a {
  text-transform: uppercase;
  box-shadow: none;
}
@media (min-width: 992px) {
  .nav-custom .nav-tabs li a {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .nav-custom .nav-tabs li a {
    font-size: 18px;
  }
}
.nav-custom .tab-content {
  padding-top: 30px;
}
.nav-custom .tab-content p {
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
.nav-custom .panel-group {
  margin-bottom: 0;
}
.nav-custom .panel-group .panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav-custom .panel-group .panel + .panel {
  border-top: 1px solid #bbb;
  margin-top: 0;
}
.nav-custom .panel-group .panel .panel-heading {
  padding: 0;
}
.nav-custom .panel-group .panel .panel-heading .panel-title {
  font-size: 16px;
}
.nav-custom .panel-group .panel .panel-heading .panel-title a {
  display: block;
  padding: 15px;
}
.nav-custom .panel-group .panel .panel-heading .panel-title a:active, .nav-custom .panel-group .panel .panel-heading .panel-title a:focus {
  outline: none;
}

.panel-theme .title-media {
  color: #333333;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
  text-transform: uppercase;
}

.infographic .panel-theme .list-group {
  margin-bottom: 0;
}
.infographic .panel-theme .list-group-item {
  border: none;
  border-top: 1px solid #ddd;
  padding: 0;
}
.infographic .panel-theme .list-group-item:first-child, .infographic .panel-theme .list-group-item:last-child {
  border-top: none;
}
.infographic .panel-theme .list-group-item.media {
  margin-top: 0;
}
.infographic .panel-theme .list-group-item .media-left {
  padding-right: 5px;
  vertical-align: middle;
}
.infographic .panel-theme .list-group-item .media-left img {
  height: 60px;
  width: 80px;
}
.infographic .panel-theme .list-group-item .media-body {
  padding: 8px 15px 10px;
}
.infographic .panel-theme .list-group-item .list-group-item-heading {
  color: #333;
  display: block;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 992px) {
  .infographic .panel-theme .list-group-item .list-group-item-heading {
    height: 40px;
    overflow: hidden;
  }
}
.infographic .panel-theme .list-group-item .list-group-item-heading:hover, .infographic .panel-theme .list-group-item .list-group-item-heading:focus {
  text-decoration: none;
  color: #2f3e9b;
}
.infographic .panel-theme .list-group-item .list-group-item-text {
  color: #b6b6b6;
  font-size: 13px;
}
.infographic .panel-theme .list-group-item .list-group-item-text .label {
  margin-right: 20px;
  vertical-align: middle;
}
.infographic .panel-theme .list-group-item.see-more {
  font-size: 14px;
  text-align: center;
}
.infographic .panel-theme .list-group-item.see-more a, .infographic .panel-theme .list-group-item.see-more .pseudo-link {
  color: #2f3e9b;
  display: block;
  padding-top: 6px;
}
.infographic .panel-theme .list-group-item.see-more a .material-icons, .infographic .panel-theme .list-group-item.see-more .pseudo-link .material-icons {
  font-size: 29px;
  vertical-align: -9px;
}

.share {
  margin-bottom: 6px;
}
.share .social {
  margin-bottom: 16px;
}
.share .social a {
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  display: block;
  font-size: 16px;
  padding: 8px 10px;
  white-space: nowrap;
}
.share .social a:hover, .share .social a:focus, .share .social a:active {
  text-decoration: none;
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.share .social a .fa {
  font-size: 22px;
  vertical-align: text-bottom;
}
.share .social.social-fb a {
  background-color: #3b5998;
}
.share .social.social-vk a {
  background-color: #45668e;
}
.share .social.social-tw a {
  background-color: #1da1f2;
}
.share .social.social-od a {
  background-color: #ed812b;
}
.share .form-group .form-control {
  border: 1px solid #cbcbcb;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  height: 54px;
  padding: 6px 12px;
}
.share .form-group .form-control:focus {
  border-color: #448aff;
  outline: 0;
}
.share .form-group .btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  height: 54px;
  text-transform: none;
}

.subs {
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.subs .panel-body {
  padding: 0;
}
.subs .text-subs {
  color: #212121;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding-bottom: 35px;
  padding-top: 35px;
}
.subs .text-subs p {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .subs .form-subs {
    border-left: 1px solid #e2e2e2;
  }
}
.subs .form-subs form {
  background-color: #f7f7f7;
  padding: 37px 15px 35px;
}
@media (min-width: 768px) {
  .subs .form-subs form {
    padding: 37px 55px 35px;
    margin-left: -8px;
  }
}
.subs .form-subs form .has-error .form-control {
  border-color: #c92525;
}
.subs .form-subs form .help-block {
  color: #c92525;
  font-size: 14px;
  margin-bottom: 0;
}
.subs .form-subs .form-group {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .subs .form-subs .input-group {
    display: block;
  }
}
.subs .form-subs .input-group .form-control {
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #212121;
  font-size: 14px;
  height: 46px;
  padding: 15px 20px;
}
.subs .form-subs .input-group .form-control:focus, .subs .form-subs .input-group .form-control:hover, .subs .form-subs .input-group .form-control:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .subs .form-subs .input-group-btn {
    padding-left: 20px;
  }
}
.subs .form-subs .input-group-btn .btn {
  border-color: #2a70e5;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 46px;
  text-transform: none;
  min-width: 150px;
}
@media (max-width: 991px) {
  .subs .form-subs .input-group-btn .btn {
    margin-top: 15px;
    width: 100%;
  }
}
.subs .form-subs .finale {
  background-color: #f7f7f7;
  color: #212121;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 25px;
  padding-top: 25px;
  text-align: center;
}
@media (min-width: 768px) {
  .subs .form-subs .finale {
    margin-left: -8px;
  }
}
.subs .form-subs .finale p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}

.widget .thumbnail {
  border: 1px solid #e6e6e6;
  height: 435px;
  margin-bottom: 20px;
  padding: 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .widget .thumbnail {
    height: 415px;
  }
}
.widget .thumbnail .img-block {
  display: block;
  height: 200px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.widget .thumbnail .event-rec {
  background-color: rgba(255, 255, 255, 0.85);
  color: #333333;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  font-size: 12px;
  padding: 3px 10px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
}
.widget .thumbnail .event-rec.red {
  background-color: #c91f28;
  color: #ffffff;
}
.widget .thumbnail .caption {
  height: auto;
  padding: 17px 20px 16px;
}
.widget .thumbnail .caption .caption-category {
  color: #7f7f7f;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.widget .thumbnail .caption .caption-category:hover, .widget .thumbnail .caption .caption-category:focus, .widget .thumbnail .caption .caption-category:active {
  color: #c91f28;
  text-decoration: none;
}
.widget .thumbnail .caption .caption-title {
  color: #333333;
  display: block;
  font-size: 20px;
  height: 52px;
  line-height: 26px;
  margin: 12px 0;
  overflow: hidden;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.widget .thumbnail .caption .caption-title:hover, .widget .thumbnail .caption .caption-title:focus, .widget .thumbnail .caption .caption-title:active {
  color: #c91f28;
  text-decoration: none;
}
.widget .thumbnail .caption .caption-date {
  color: #7f7f7f;
  line-height: 20px;
}
.widget .thumbnail .thumbnail-footer {
  border-top: 1px solid #e6e6e6;
  color: #7f7f7f;
  padding: 10px 20px 10px 10px;
  position: relative;
}
.widget .thumbnail .thumbnail-footer .share-block {
  float: right;
}
.widget .thumbnail .thumbnail-footer .share-block .dropdown {
  position: static;
}
.widget .thumbnail .thumbnail-footer .share-block .dropdown .dropdown-toggle {
  display: none;
}
.widget .thumbnail .thumbnail-footer .share-block .dropdown .dropdown-menu {
  display: block;
}
.widget .thumbnail .thumbnail-footer .share-block .dropdown .dropdown-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 60px;
  padding: 0 10px;
  top: 0;
}
.widget .thumbnail .thumbnail-footer .share-block .dropdown .dropdown-menu:after {
  display: none;
}
.widget .thumbnail .thumbnail-footer .share-block .dropdown .dropdown-menu:before {
  display: none;
}
.widget .thumbnail .thumbnail-footer .share-block .dropdown .dropdown-menu li {
  height: 60px;
  vertical-align: middle;
}
.widget .thumbnail .thumbnail-footer .share-block .dropdown .dropdown-menu a {
  background-color: #ffffff;
  border: 1px solid transparent;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  height: 32px;
  margin: 0 auto;
  padding: 4.5px 0 0;
  text-align: center;
  width: 32px;
}
.widget .thumbnail .thumbnail-footer .share-block .dropdown .dropdown-menu a.vk {
  color: #45668e;
  border-color: #45668e;
}
.widget .thumbnail .thumbnail-footer .share-block .dropdown .dropdown-menu a.vk:hover, .widget .thumbnail .thumbnail-footer .share-block .dropdown .dropdown-menu a.vk:focus, .widget .thumbnail .thumbnail-footer .share-block .dropdown .dropdown-menu a.vk:active, .widget .thumbnail .thumbnail-footer .share-block .dropdown .dropdown-menu a.vk.active {
  color: #ffffff;
  background-color: #45668e;
}
.widget .thumbnail .thumbnail-footer .share-block .dropdown .dropdown-menu a.g {
  color: #dd4b39;
  border-color: #dd4b39;
}
.widget .thumbnail .thumbnail-footer .share-block .dropdown .dropdown-menu a.g:hover, .widget .thumbnail .thumbnail-footer .share-block .dropdown .dropdown-menu a.g:focus, .widget .thumbnail .thumbnail-footer .share-block .dropdown .dropdown-menu a.g:active, .widget .thumbnail .thumbnail-footer .share-block .dropdown .dropdown-menu a.g.active {
  color: #ffffff;
  background-color: #dd4b39;
}
.widget .thumbnail .thumbnail-footer .share-block .dropdown .dropdown-menu a.fb {
  color: #3b5998;
  border-color: #3b5998;
}
.widget .thumbnail .thumbnail-footer .share-block .dropdown .dropdown-menu a.fb:hover, .widget .thumbnail .thumbnail-footer .share-block .dropdown .dropdown-menu a.fb:focus, .widget .thumbnail .thumbnail-footer .share-block .dropdown .dropdown-menu a.fb:active, .widget .thumbnail .thumbnail-footer .share-block .dropdown .dropdown-menu a.fb.active {
  color: #ffffff;
  background-color: #3b5998;
}
.widget .thumbnail .thumbnail-footer .share-block .dropdown .dropdown-menu a.tw {
  color: #1da1f2;
  border-color: #1da1f2;
}
.widget .thumbnail .thumbnail-footer .share-block .dropdown .dropdown-menu a.tw:hover, .widget .thumbnail .thumbnail-footer .share-block .dropdown .dropdown-menu a.tw:focus, .widget .thumbnail .thumbnail-footer .share-block .dropdown .dropdown-menu a.tw:active, .widget .thumbnail .thumbnail-footer .share-block .dropdown .dropdown-menu a.tw.active {
  color: #ffffff;
  background-color: #1da1f2;
}
.widget .thumbnail .thumbnail-footer .share-block .dropdown .dropdown-menu a.od {
  color: #ed812b;
  border-color: #ed812b;
}
.widget .thumbnail .thumbnail-footer .share-block .dropdown .dropdown-menu a.od:hover, .widget .thumbnail .thumbnail-footer .share-block .dropdown .dropdown-menu a.od:focus, .widget .thumbnail .thumbnail-footer .share-block .dropdown .dropdown-menu a.od:active, .widget .thumbnail .thumbnail-footer .share-block .dropdown .dropdown-menu a.od.active {
  color: #ffffff;
  background-color: #ed812b;
}
@media (max-width: 767px) {
  .widget .thumbnail .thumbnail-footer .share-block .dropdown .dropdown-menu li {
    float: left;
    width: 20%;
  }
  .widget .thumbnail .thumbnail-footer .share-block .dropdown .dropdown-menu li a {
    margin-top: 12.5px;
  }
}
.widget .thumbnail .thumbnail-footer .share-block .btn {
  border: none;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 35px;
  padding: 0 0 0 4px;
  text-align: center;
  vertical-align: middle;
  width: 35px;
}
.widget .thumbnail .thumbnail-footer .share-block .btn .icon-share {
  background-image: url("../img/icon-share.png");
  background-repeat: no-repeat;
  display: table-cell;
  height: 23px;
  width: 23px;
}
.widget .thumbnail .thumbnail-footer .like-block .btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  border-color: transparent;
  color: #444;
  line-height: 2.5;
  padding: 5px 10px 5px 44px;
  position: relative;
}
.widget .thumbnail .thumbnail-footer .like-block .btn:hover, .widget .thumbnail .thumbnail-footer .like-block .btn:focus, .widget .thumbnail .thumbnail-footer .like-block .btn:active, .widget .thumbnail .thumbnail-footer .like-block .btn.active {
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  color: #c91f28;
  vertical-align: middle;
}
.widget .thumbnail .thumbnail-footer .like-block .btn:hover .icon-like, .widget .thumbnail .thumbnail-footer .like-block .btn:focus .icon-like, .widget .thumbnail .thumbnail-footer .like-block .btn:active .icon-like, .widget .thumbnail .thumbnail-footer .like-block .btn.active .icon-like {
  background-image: url("../img/icon-like-h.png");
}
.widget .thumbnail .thumbnail-footer .like-block .btn .icon-like {
  background-image: url("../img/icon-like.png");
  background-repeat: no-repeat;
  height: 24px;
  position: absolute;
  left: 10px;
  width: 24px;
}

@media (min-width: 992px) {
  .list-category .news .news-horizontal .col-2 .thumbnail {
    height: 193px;
  }
  .list-category .news .news-horizontal .col-2:first-child .thumbnail {
    height: 193px;
    margin-bottom: 16px;
  }
}
@media (min-width: 992px) {
  .list-category .article_comments {
    width: 66.6%;
  }
}
@media (min-width: 1212px) {
  .list-category .article_comments {
    width: 73.8%;
  }
}
.list-category.page .banner-block {
  height: auto;
  position: sticky;
  top: 0;
  margin-bottom: 17px;
  margin-top: 54px;
}
.list-category.page .news .col-2:last-child .thumbnail {
  margin-bottom: 0;
}
.list-category.list-blog .author-block .media {
  background-color: #ffffff;
  border: 1px solid #ddd;
  margin-bottom: 4px;
  padding: 30px 30px 15px;
}
@media (max-width: 767px) {
  .list-category.list-blog .author-block .media {
    margin-bottom: 18px;
    padding: 20px 15px 25px;
  }
}
.list-category.list-blog .author-block .media .media-left {
  padding-right: 20px;
}
@media (min-width: 768px) {
  .list-category.list-blog .author-block .media .media-left {
    padding-right: 40px;
  }
}
.list-category.list-blog .author-block .media .phone {
  color: #444444;
  font-size: 14px;
  line-height: 22px;
}
.list-category.list-blog .author-block .media .phone .fa {
  margin-right: 4px;
}
.list-category.list-blog .author-block .media .img-block {
  -webkit-box-shadow: 0px 0px 1px 0px #dedede;
  box-shadow: 0px 0px 1px 0px #dedede;
  height: 70px;
  width: 70px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .list-category.list-blog .author-block .media .img-block {
    margin: 0 30px 15px;
  }
}
.list-category.list-blog .author-block .media .img-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .list-category.list-blog .author-block .media .media-body {
    vertical-align: middle;
  }
}
.list-category.list-blog .author-block .media .media-heading {
  color: #010101;
  font-size: 24px;
  line-height: 27px;
}
@media (max-width: 767px) {
  .list-category.list-blog .author-block .media .media-heading {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
  }
}
.list-category.list-blog .author-block .media .info-title {
  color: #444444;
  font-size: 16px;
  line-height: 22px;
}
.list-category.list-blog .author-block .media .link-list {
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .list-category.list-blog .author-block .media .link-list {
    margin-top: 22px;
  }
}
@media (min-width: 768px) {
  .list-category.list-blog .author-block .media .link-list li + li {
    margin-left: 15px;
  }
}
.list-category.list-blog .author-block .media .link-list li a {
  color: #3f51b5;
  font-size: 14px;
  line-height: 22px;
  text-decoration: underline;
}
.list-category.list-blog .author-block .media .link-list li a:hover, .list-category.list-blog .author-block .media .link-list li a:focus, .list-category.list-blog .author-block .media .link-list li a:active {
  text-decoration: none;
}
.list-category.list-blog .author-block .owl-author {
  background-color: #ffffff;
  border: 1px solid #ddd;
  height: 138px;
  padding: 4px;
  overflow: hidden;
}
.list-category.list-blog .author-block .owl-author .owl-item {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.list-category.list-blog .author-block .owl-author .owl-item img {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  height: 125px;
  width: auto;
}
.list-category.list-blog .author-block .owl-author .owl-nav {
  margin: 0;
}
.list-category.list-blog .author-block .owl-author .owl-nav [class*=owl-] {
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: 0;
  color: #ffffff;
  background-color: #3f51b5;
  height: 64px;
  width: 64px;
  font-size: 28px;
  padding-top: 6px;
}
.list-category.list-blog .author-block .owl-author .owl-prev {
  left: -32px;
  padding-right: 15px;
  text-align: right;
  -webkit-box-shadow: 1px 0px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 0px 3px 0px rgba(0, 0, 0, 0.5);
}
.list-category.list-blog .author-block .owl-author .owl-prev.disabled {
  display: none;
}
.list-category.list-blog .author-block .owl-author .owl-next {
  right: -32px;
  padding-left: 15px;
  -webkit-box-shadow: -1px 0px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: -1px 0px 3px 0px rgba(0, 0, 0, 0.5);
}
.list-category.list-blog .author-block .owl-author .owl-next.disabled {
  display: none;
}
@media (min-width: 768px) {
  .list-category.list-blog {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .list-category.list-blog .search-autor {
    height: 30px;
    position: relative;
    margin-top: 15px;
  }
}
.list-category.list-blog .search-autor .sb-search {
  margin: 0;
  top: -8px;
  width: 100px;
  height: 30px;
}
@media (max-width: 767px) {
  .list-category.list-blog .search-autor .sb-search {
    top: 0;
    left: -15px;
  }
}
.list-category.list-blog .search-autor .sb-search.sb-search-open {
  height: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .list-category.list-blog .search-autor .sb-search.sb-search-open {
    width: auto;
    left: -25px;
    right: 1px;
  }
}
.list-category.list-blog .search-autor .sb-search.sb-search-open .sb-icon-search {
  background-color: #3f51b5;
  height: 50px;
  width: 60px;
  padding: 15px;
  text-align: center;
}
.list-category.list-blog .search-autor .sb-search.sb-search-open .sb-search-input {
  background-color: #ffffff;
  border-color: #ddd;
  height: 50px;
}
.list-category.list-blog .search-autor .sb-search.sb-search-open .sb-search-input::-moz-placeholder {
  color: #444444;
  opacity: 1;
}
.list-category.list-blog .search-autor .sb-search.sb-search-open .sb-search-input:-ms-input-placeholder {
  color: #444444;
}
.list-category.list-blog .search-autor .sb-search.sb-search-open .sb-search-input::-webkit-input-placeholder {
  color: #444444;
}
.list-category.list-blog .search-autor .sb-search .sb-icon-search {
  background-color: transparent;
  height: 30px;
  line-height: 30px;
  width: 100px;
  padding: 3px 0;
  text-align: right;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.list-category.list-blog .search-autor .sb-search .sb-icon-search .material-icons {
  font-size: 24px;
}
.list-category.list-blog .search-autor .sb-search .sb-search-input {
  background-color: transparent;
  border-color: transparent;
  height: 30px;
  font-size: 14px;
  padding: 0 15px;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.list-category.list-blog .search-autor .sb-search .sb-search-input::-moz-placeholder {
  color: #3f51b5;
  opacity: 1;
}
.list-category.list-blog .search-autor .sb-search .sb-search-input:-ms-input-placeholder {
  color: #3f51b5;
}
.list-category.list-blog .search-autor .sb-search .sb-search-input::-webkit-input-placeholder {
  color: #3f51b5;
}
.list-category.list-blog .search-autor .sb-search .sb-search-submit {
  height: 30px;
  line-height: 30px;
  width: 30px;
  padding: 3px 0;
}
@media (max-width: 767px) {
  .list-category.list-blog .title {
    line-height: 33px;
    margin-top: 13px;
  }
  .list-category.list-blog .title:before {
    top: 9px;
  }
}
.list-category.list-blog .news .news-horizontal .col-2 .thumbnail .list-inline {
  color: #8b8b8b;
}
.list-category.list-blog .news .news-horizontal .col-2 .thumbnail .list-inline li + li {
  margin-left: 15px;
}
.list-category.list-blog .news .news-horizontal .col-2 .thumbnail .list-inline a {
  color: #fe7faa;
}
.list-category.list-blog .news .news-horizontal .col-2 .thumbnail .list-inline .fa {
  color: #fe7faa;
  vertical-align: middle;
  margin-right: 5px;
}
.list-category.list-blog .news .news-horizontal .col-2 .thumbnail .list-inline .material-icons {
  color: #fe7faa;
  font-size: 15px;
  vertical-align: -3px;
}
@media (min-width: 992px) {
  .list-category.list-blog .news .news-horizontal .col-2:first-child .thumbnail {
    margin-bottom: -1px;
  }
  .list-category.list-blog .news .news-horizontal .col-2:last-child .thumbnail {
    margin-bottom: 16px;
  }
  .list-category.list-blog .news .news-horizontal .col-2 .thumbnail {
    margin-bottom: -1px;
    padding: 30px 38px;
  }
  .list-category.list-blog .news .news-horizontal .col-2 .thumbnail .img-block {
    height: 130px;
    margin-right: 50px;
    width: 175px;
  }
  .list-category.list-blog .news .news-horizontal .col-2 .thumbnail .caption {
    height: 130px;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .list-category.list-blog .news .news-horizontal .thumbnail .caption {
    height: auto;
  }
}
@media (max-width: 767px) {
  .list-category.list-blog .news .news-horizontal .col-2:first-child .thumbnail {
    margin-bottom: -1px;
  }
  .list-category.list-blog .news .news-horizontal .col-2:last-child .thumbnail {
    margin-bottom: 16px;
  }
  .list-category.list-blog .news .news-horizontal .col-2 .thumbnail {
    margin-bottom: -1px;
  }
  .list-category.list-blog .news .news-horizontal .col-2 .thumbnail .img-block {
    display: none;
  }
  .list-category.list-blog .news .news-horizontal .col-2 .thumbnail .caption {
    height: auto;
  }
}
@media (min-width: 992px) {
  .list-category .news .news-horizontal .col-2 .img-block {
    background-position: left top;
    height: 210px;
    width: 32.5%;
  }
  .list-category .news .news-horizontal .col-2 .caption {
    height: 210px;
    width: 67.5%;
  }
  .list-category .news .news-horizontal .col-2:last-child .thumbnail {
    margin-bottom: 16px;
  }
}
.list-category .banner-block {
  height: 675px;
}
.list-category .btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  height: 54px;
  text-transform: none;
  margin-bottom: 30px;
  width: 100%;
}

.list-search {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .list-search {
    margin-top: 0;
  }
}
.list-search a:hover, .list-search a:focus, .list-search a:active {
  text-decoration: none;
}
.list-search .input-group {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  margin-bottom: 15px;
}
.list-search .input-group .form-control {
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 50px;
  padding: 15px 30px;
}
.list-search .input-group .btn {
  height: 50px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 12px 20px;
}
.list-search .input-group .btn:focus {
  outline: none;
}
.list-search .input-group .btn .material-icons {
  font-size: 28px;
}
.list-search .search-text {
  color: #333333;
  font-size: 14px;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .list-search .search-text {
    line-height: 1.4;
    margin-bottom: 15px;
  }
}
.list-search .nav-tabs {
  font-size: 14px;
}
@media (min-width: 768px) {
  .list-search .nav-tabs {
    background-color: #ffffff;
    border: 1px solid #ddd;
    padding-left: 200px;
  }
}
.list-search .nav-tabs > li > a,
.list-search .nav-tabs > li > a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.list-search .nav-tabs > li > a:hover,
.list-search .nav-tabs > li > a:focus:hover {
  -webkit-box-shadow: inset 0px 5px 0px 0px #448aff;
  box-shadow: inset 0px 5px 0px 0px #448aff;
}
@media (max-width: 767px) {
  .list-search .nav-tabs > li > a:hover,
.list-search .nav-tabs > li > a:focus:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.list-search .nav-tabs > li.active > a, .list-search .nav-tabs > li.active > a:focus {
  -webkit-box-shadow: inset 0px 5px 0px 0px #448aff;
  box-shadow: inset 0px 5px 0px 0px #448aff;
}
@media (max-width: 767px) {
  .list-search .nav-tabs > li.active > a, .list-search .nav-tabs > li.active > a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media (min-width: 768px) {
  .list-search .nav-tabs li a {
    padding-bottom: 13px;
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .list-search .nav-tabs li {
    margin-bottom: 5px;
  }
  .list-search .nav-tabs li.active {
    background-color: #ffffff;
    color: #3f51b5;
  }
  .list-search .nav-tabs li.active a {
    background-color: #ffffff;
    color: #3f51b5;
  }
  .list-search .nav-tabs li.active a:hover, .list-search .nav-tabs li.active a:focus, .list-search .nav-tabs li.active a:active {
    background-color: #ffffff;
    color: #3f51b5;
  }
  .list-search .nav-tabs li a {
    background-color: #3f51b5;
    color: #ffffff;
    margin-bottom: 0;
    text-align: left;
  }
  .list-search .nav-tabs li a:hover, .list-search .nav-tabs li a:focus, .list-search .nav-tabs li a:active {
    background-color: #ffffff;
    color: #3f51b5;
  }
}
@media (max-width: 767px) {
  .list-search .tab-content {
    margin-bottom: 23px;
  }
}
.list-search .media-group {
  background-color: #ffffff;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 15px 20px;
}
@media (max-width: 767px) {
  .list-search .media-group {
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
  }
}
.list-search .media {
  margin-top: 0;
}
@media (max-width: 767px) {
  .list-search .media:last-child .list-group .list-group-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  .list-search .media .media-left {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.list-search .list-group {
  margin-bottom: 0;
}
.list-search .list-group .list-group-item {
  color: #8b8b8b;
  font-size: 14px;
  line-height: 20px;
  padding: 0;
}
.list-search .list-group .list-group-item:hover, .list-search .list-group .list-group-item:focus, .list-search .list-group .list-group-item:active {
  background-color: transparent;
}
.list-search .list-group .list-group-item:hover h4, .list-search .list-group .list-group-item:hover .h4, .list-search .list-group .list-group-item:focus h4, .list-search .list-group .list-group-item:focus .h4, .list-search .list-group .list-group-item:active h4, .list-search .list-group .list-group-item:active .h4 {
  color: #3f51b5;
}
@media (max-width: 991px) {
  .list-search .list-group .list-group-item {
    border: none;
  }
}
@media (max-width: 767px) {
  .list-search .list-group .list-group-item {
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 1em;
  }
}
.list-search .list-group .list-group-item h4, .list-search .list-group .list-group-item .h4 {
  color: #444444;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  margin-bottom: 10px;
}
.list-search .list-group .list-group-item h4.media-heading:hover .material-icons, .list-search .list-group .list-group-item h4.media-heading:focus .material-icons, .list-search .list-group .list-group-item h4.media-heading:active .material-icons, .list-search .list-group .list-group-item .h4.media-heading:hover .material-icons, .list-search .list-group .list-group-item .h4.media-heading:focus .material-icons, .list-search .list-group .list-group-item .h4.media-heading:active .material-icons {
  color: #bababa;
}
.list-search .list-group .list-group-item h4.media-heading span, .list-search .list-group .list-group-item .h4.media-heading span {
  background-color: transparent;
  color: #5c5c5c;
  font-size: 14px;
}
.list-search .list-group .list-group-item h4.media-heading span.user-name, .list-search .list-group .list-group-item .h4.media-heading span.user-name {
  font-weight: 500;
}
.list-search .list-group .list-group-item h4.media-heading span.user-name-re, .list-search .list-group .list-group-item .h4.media-heading span.user-name-re {
  color: #a5a5a5;
  font-weight: normal;
}
.list-search .list-group .list-group-item h4.media-heading span.comments-time, .list-search .list-group .list-group-item .h4.media-heading span.comments-time {
  color: #a5a5a5;
  font-weight: normal;
}
.list-search .list-group .list-group-item h4.media-heading .material-icons, .list-search .list-group .list-group-item .h4.media-heading .material-icons {
  color: #bababa;
  vertical-align: middle;
}
.list-search .list-group .list-group-item h4 span, .list-search .list-group .list-group-item .h4 span {
  background-color: #3f51b5;
  color: #ffffff;
  padding: 0 5px;
}
.list-search .list-group .list-group-item h6, .list-search .list-group .list-group-item .h6 {
  font-weight: 500;
}
.list-search .list-group .list-group-item span {
  background-color: #3f51b5;
  color: #ffffff;
  padding: 0 5px;
}
.list-search .list-group .list-group-item img {
  float: left;
  margin-right: 20px;
}
.list-search .news-time {
  color: #fe7faa;
  display: block;
  font-size: 14px;
  min-width: 170px;
  white-space: nowrap;
}
.list-search .banner-block {
  height: 678px;
}
.list-search .btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  height: 54px;
  text-transform: none;
  margin-bottom: 30px;
  width: 100%;
}
@media (max-width: 767px) {
  .list-search .btn {
    margin-bottom: 0;
  }
}

.big-block {
  margin: 16px auto;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 767px) {
  .big-block {
    margin: 0 auto;
  }
  .big-block div {
    margin-bottom: 16px;
  }
}
.big-block .tracker-adsense img {
  position: absolute;
}

.interview p {
  color: #212121;
  font-size: 16px;
}
.interview .form-group {
  margin-bottom: 2.5em;
}
.interview .btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  height: 54px;
  text-transform: none;
}
.interview .progress-question {
  color: #212121;
  font-size: 15px;
}
.interview .total-voice {
  font-size: 18px;
}

.ria img {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .ria img {
    max-height: 286px;
  }
}
.ria .btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  height: 54px;
  line-height: 2.5;
  margin-top: -54px;
  text-transform: none;
}

.checkbox label:after,
.radio label:after {
  content: "";
  display: table;
  clear: both;
}

.checkbox .cr {
  border: 1px solid #3f51b5;
  color: #3f51b5;
  display: inline-block;
  float: left;
  height: 1.3em;
  left: 0;
  position: absolute;
  width: 1.3em;
}
.checkbox .cr .cr-icon {
  font-size: 12px;
  left: 15%;
  line-height: 0;
  position: absolute;
  top: 50%;
}

.radio label {
  font-size: 15px;
}
.radio label:after {
  content: "";
  display: table;
  clear: both;
}
.radio .cr {
  display: inline-block;
  border: 1px solid #a9a9a9;
  width: 1.3em;
  height: 1.3em;
  font-size: 13px;
  float: left;
  margin-right: 1.3em;
  margin-top: 5px;
}

.radio .cr {
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
}

.checkbox label input[type=checkbox],
.radio label input[type=radio] {
  display: none;
}

.radio label input[type=radio]:checked + .cr {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-color: #3f51b5;
  -webkit-box-shadow: inset 0em 0em 1.3em 1.3em #3f51b5;
  box-shadow: inset 0em 0em 1.3em 1.3em #3f51b5;
}

.radio label input[type=radio]:disabled + .cr {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.checkbox label input[type=checkbox] + .cr > .cr-icon {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.checkbox label input[type=checkbox]:checked + .cr > .cr-icon {
  opacity: 1;
  filter: alpha(opacity=100);
}

.checkbox label input[type=checkbox]:disabled + .cr {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.form_add {
  margin-top: 20px;
}
.form_add .banner-block {
  height: 604px;
}
.form_add form {
  background-color: #ffffff;
  padding: 15px 20px;
  margin-bottom: 30px;
}
.form_add form label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
.form_add form .checkbox label {
  font-weight: normal;
  padding-left: 30px;
}
@media (min-width: 768px) {
  .form_add form select {
    width: auto;
  }
}
.form_add form select.form-control {
  background-position: 95% center;
  background-size: 14px;
}
.form_add form textarea {
  resize: none;
}
.form_add form .form-control {
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 6px 16px;
}
.form_add form .form-control:focus {
  border-color: #3f51b5;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form_add form .btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  height: 54px;
  text-transform: none;
  width: 100%;
}

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x,
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.owl-widget {
  display: block;
}

.owl_news_theme {
  display: block;
}
@media (max-width: 767px) {
  .owl_news_theme .caption {
    height: 138px;
  }
  .owl_news_theme .caption .news-content {
    display: none;
  }
}

@media (min-width: 768px) {
  .js-equal-height {
    min-height: 900px;
  }
}
.js-equal-height .read_last-news {
  bottom: 0;
  left: 15px;
  max-width: 300px;
}
.js-equal-height .read_last-news.absolute {
  position: absolute;
}

@media (min-width: 992px) {
  .read_last-news {
    width: 300px;
  }
}
@media (min-width: 768px) {
  .top-asside .last-news .banner-group {
    margin-top: 25px;
    margin-bottom: 15px;
  }
}

#SinoptikInformer {
  margin-bottom: 25px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  #SinoptikInformer {
    margin-left: auto;
    margin-right: auto;
  }
}
#SinoptikInformer .siHeader .siMh {
  height: 23px !important;
}
#SinoptikInformer .siBody {
  height: 241px;
}
#SinoptikInformer .siFooter .siMf {
  height: 4px !important;
}

.owl-slider .owl-nav {
  text-align: center;
}
.owl-slider .owl-nav .owl-next {
  display: inline-block;
  font-size: 20px;
  margin-left: 35px;
  padding: 5px 10px;
}
.owl-slider .owl-nav .owl-next.disabled {
  color: #bbb;
  cursor: default;
}
.owl-slider .owl-nav .owl-next.disabled:hover, .owl-slider .owl-nav .owl-next.disabled:focus, .owl-slider .owl-nav .owl-next.disabled:active {
  color: #bbb;
}
.owl-slider .owl-nav .owl-next:hover, .owl-slider .owl-nav .owl-next:focus, .owl-slider .owl-nav .owl-next:active {
  color: #3f51b5;
}
.owl-slider .owl-nav .owl-prev {
  display: inline-block;
  font-size: 20px;
  margin-right: 35px;
  padding: 5px 10px;
}
.owl-slider .owl-nav .owl-prev.disabled {
  color: #bbb;
  cursor: default;
}
.owl-slider .owl-nav .owl-prev.disabled:hover, .owl-slider .owl-nav .owl-prev.disabled:focus, .owl-slider .owl-nav .owl-prev.disabled:active {
  color: #bbb;
}
.owl-slider .owl-nav .owl-prev:hover, .owl-slider .owl-nav .owl-prev:focus, .owl-slider .owl-nav .owl-prev:active {
  color: #3f51b5;
}
.owl-slider .owl-dots {
  counter-reset: slides-num;
  /* Initialize counter. */
  cursor: default;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -28%);
  -ms-transform: translate(-50%, -28%);
  -o-transform: translate(-50%, -28%);
  transform: translate(-50%, -28%);
}
.owl-slider .owl-dots:after {
  content: counter(slides-num);
  /* get total number of items - more info on http://www.sitepoint.com/a-little-known-way-to-replace-some-scripts-with-css-counters/ */
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
}
.owl-slider .owl-dot {
  counter-increment: slides-num;
  /* Increment counter */
  cursor: default;
  display: inline-block;
}
.owl-slider .owl-dot span {
  display: none;
}
.owl-slider .owl-dot.active:before {
  content: counter(slides-num) "/";
  /* Use the same counter to get current item. */
  vertical-align: middle;
  font-size: 16px;
}
.owl-slider .owl-item a {
  color: #b6b6b6;
}
.owl-slider .owl-item a:focus, .owl-slider .owl-item a:hover, .owl-slider .owl-item a:active {
  outline: none;
  text-decoration: none;
}
.owl-slider .owl-item .ck_editor_figure .text-muted {
  margin-bottom: 0;
}
.owl-slider .owl-item .fullsize {
  position: absolute;
  right: 5px;
  top: 5px;
}
.owl-slider .owl-item .fullsize:hover, .owl-slider .owl-item .fullsize:focus, .owl-slider .owl-item .fullsize:active {
  color: #ffffff;
}
.owl-slider .owl-item img {
  -webkit-transform-style: initial;
  -moz-transform-style: initial;
  -o-transform-style: initial;
  -ms-transform-style: initial;
  transform-style: initial;
}
.owl-slider .owl-item .small {
  color: #121212;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.icon-sub {
  background-image: url("../img/icon-sub.png");
  background-repeat: no-repeat;
  display: inline-block;
  height: 18px;
  width: 21px;
}

.title-link .btn {
  margin-left: 20px;
  margin-top: -3px;
  padding: 0;
  position: absolute;
}
.title-link .btn:hover, .title-link .btn:focus, .title-link .btn:active {
  background: none;
  outline: none;
}

.partner-block {
  color: #000000;
  font-size: 14px;
}
@media (min-width: 768px) {
  .partner-block {
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 55px;
  }
}
@media (max-width: 767px) {
  .partner-block {
    background-color: #ffffff;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
  }
}
.partner-block img {
  height: 40px;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .partner-block img {
    margin-left: auto;
  }
}

@media (min-width: 768px) {
  .page .partner-block {
    position: static;
    margin-top: 38px;
  }
  .page .partner-block img {
    display: block;
    height: auto;
    margin: 15px 0;
  }
}
@media (max-width: 767px) {
  .page .partner-block {
    border: none;
    margin-top: -2px;
    padding: 0 0 15px;
  }
}

@media (min-width: 768px) {
  .wrapper-content .partner-block {
    top: 20px;
  }
}
@media (min-width: 768px) {
  .wrapper-content.wrapper-content--partner {
    margin-top: 35px;
  }
  .wrapper-content.wrapper-content--partner .title-img {
    max-width: 80%;
  }
  .wrapper-content.wrapper-content--partner .widget .title-img {
    max-width: 100%;
  }
}
.wrapper-content.wrapper-content--partner .partner-block {
  color: #8b8b8b;
  font-size: 14px;
}
@media (min-width: 768px) {
  .wrapper-content.wrapper-content--partner .partner-block {
    top: 15px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .modal-sub {
    text-align: center;
    padding: 0 !important;
  }
  .modal-sub:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
  }
}
@media (min-width: 768px) {
  .modal-sub .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 400px;
  }
}
.modal-sub .modal-header {
  padding-bottom: 0;
}
.modal-sub .modal-body {
  padding-top: 0;
}

.subs-form {
  margin: 0 auto;
  max-width: 300px;
  text-align: center;
}
.subs-form h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 0;
}
.subs-form p {
  font-size: 16px;
  line-height: 21px;
}
.subs-form form {
  font-size: 16px;
}
.subs-form form .form-group {
  margin-bottom: 10px;
}
.subs-form form .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e2e2e2;
  font-size: 14px;
  height: 45px;
  padding: 10px 20px;
}
.subs-form form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #bfbfbf;
}
.subs-form form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #bfbfbf;
}
.subs-form form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #bfbfbf;
}
.subs-form form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #bfbfbf;
}
.subs-form form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.subs-form form .btn {
  font-size: 14px;
  height: 45px;
  text-transform: none;
}
.subs-form .list-inline li {
  padding-left: 2px;
  padding-right: 2px;
}
.subs-form .list-inline a {
  color: #ffffff;
  display: block;
  font-size: 22px;
  height: 45px;
  position: relative;
  width: 53px;
}
@media (max-width: 767px) {
  .subs-form .list-inline a {
    width: 48px;
  }
}
.subs-form .list-inline a .fa {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.subs-form .list-inline .fb {
  background-color: #3b5998;
  border-color: #3b5998;
}
.subs-form .list-inline .fb:hover, .subs-form .list-inline .fb:focus, .subs-form .list-inline .fb:active {
  background-color: #2f4779;
}
.subs-form .list-inline .vk {
  background-color: #45668e;
  border-color: #45668e;
}
.subs-form .list-inline .vk:hover, .subs-form .list-inline .vk:focus, .subs-form .list-inline .vk:active {
  background-color: #375171;
}
.subs-form .list-inline .g_plus {
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.subs-form .list-inline .g_plus:hover, .subs-form .list-inline .g_plus:focus, .subs-form .list-inline .g_plus:active {
  background-color: #b03c2d;
}
.subs-form .list-inline .od {
  background-color: #ed812b;
  border-color: #ed812b;
}
.subs-form .list-inline .od:hover, .subs-form .list-inline .od:focus, .subs-form .list-inline .od:active {
  background-color: #bd6722;
}
.subs-form .list-inline .tw {
  background-color: #1da1f2;
  border-color: #1da1f2;
}
.subs-form .list-inline .tw:hover, .subs-form .list-inline .tw:focus, .subs-form .list-inline .tw:active {
  background-color: #1780c1;
}

@media (max-width: 767px) {
  .list-all_news .article_comments {
    padding-left: 0;
    padding-right: 0;
  }
  .list-all_news .article_comments .filter-group {
    margin-left: 0;
    margin-right: 0;
  }
  .list-all_news .article_comments .filter-group .col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .list-all_news .article_comments .news {
    margin-left: 0;
    margin-right: 0;
  }
  .list-all_news .article_comments .news .col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .list-all_news .article_comments .news .thumbnail {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.list-all_news .thumbnail {
  margin-bottom: 10px;
  padding: 20px;
}
.list-all_news .thumbnail + .thumbnail {
  margin-top: -1px;
}
@media (min-width: 768px) {
  .list-all_news .thumbnail .media-left {
    min-width: 180px;
  }
}
@media (max-width: 767px) {
  .list-all_news .thumbnail .media-left {
    display: block;
    margin-bottom: 15px;
    padding: 0;
  }
}
.list-all_news .thumbnail .media-left .news-time {
  font-size: 14px;
  margin: 0;
}
.list-all_news .thumbnail .media-body .list-inline {
  color: #8b8b8b;
}
.list-all_news .thumbnail .media-body .list-inline li + li {
  margin-left: 15px;
}
.list-all_news .thumbnail .media-body .list-inline a {
  color: #fe7faa;
}
.list-all_news .thumbnail .media-body .list-inline .material-icons {
  color: #fe7faa;
  font-size: 15px;
  vertical-align: -3px;
}
.list-all_news .thumbnail .media-body .news-content {
  font-size: 14px;
}
.list-all_news .thumbnail .media-body .news-content p {
  font-size: 14px;
}
.list-all_news .thumbnail:last-child {
  margin-bottom: 20px;
}
.list-all_news .thumbnail.pseudo-link {
  margin-bottom: 0;
}

.filter {
  background-color: #ffffff;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
@media (min-width: 768px) {
  .filter .nav-tabs {
    float: left;
  }
}
@media (max-width: 767px) {
  .filter .nav-tabs {
    width: 100%;
  }
}
.filter .nav-tabs li.active > a,
.filter .nav-tabs li.active > a:focus {
  -webkit-box-shadow: 0 4px 0 #448aff inset;
  box-shadow: 0 4px 0 #448aff inset;
  color: #3f51b5;
}
@media (max-width: 767px) {
  .filter .nav-tabs li {
    text-align: center;
    width: 33.3333%;
  }
}
@media (max-width: 430px) {
  .filter .nav-tabs li {
    display: table-cell;
    float: none;
    vertical-align: middle;
    width: 1%;
  }
}
.filter .nav-tabs li a {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #666;
  font-size: 14px;
  padding: 13px 10px 12px;
}
@media (min-width: 768px) {
  .filter .nav-tabs li a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.filter .nav-tabs li a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.filter .nav-tabs li a:focus:hover {
  -webkit-box-shadow: 0 4px 0 #448aff inset;
  box-shadow: 0 4px 0 #448aff inset;
}
.filter .nav-tabs li a:hover {
  -webkit-box-shadow: 0 4px 0 #448aff inset;
  box-shadow: 0 4px 0 #448aff inset;
}
@media (min-width: 768px) {
  .filter .nav-tabs li .input-group {
    margin-left: 10px;
    max-width: 140px;
  }
}
@media (max-width: 430px) {
  .filter .nav-tabs li .input-group {
    min-width: 140px;
  }
}
.filter .nav-tabs li .input-group .input-group-addon {
  padding: 12px 10px;
}
.filter .nav-tabs li .input-group .datepicker-icon {
  cursor: pointer;
}
.filter .nav-tabs li .input-group .fa {
  color: #3f51b5;
  font-size: 16px;
}
.filter .nav-tabs li .input-group .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  height: 50px;
  border: none;
}
.filter .nav-tabs li .input-group .form-control::-webkit-input-placeholder {
  color: #666;
}
.filter .nav-tabs li .input-group .form-control::-moz-placeholder {
  color: #666;
}
.filter .nav-tabs li .input-group .form-control:-ms-input-placeholder {
  color: #666;
}
.filter .nav-tabs li .input-group .form-control:-moz-placeholder {
  color: #666;
}
.filter .filter-type {
  float: left;
  margin: 9px 12px 0;
}
@media (min-width: 1212px) {
  .filter .filter-type {
    float: right;
    margin-top: 13px;
  }
}
.filter .filter-type .checkbox,
.filter .filter-type .radio {
  margin-top: 0;
  padding-left: 0;
}
.filter .filter-type .checkbox + .checkbox,
.filter .filter-type .checkbox + .radio,
.filter .filter-type .radio + .checkbox,
.filter .filter-type .radio + .radio {
  margin-left: 0;
}
.filter .filter-type .checkbox label,
.filter .filter-type .radio label {
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 9px;
  min-height: 25px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
}
.filter .filter-type .checkbox label.checked,
.filter .filter-type .radio label.checked {
  background-color: #d0d9ef;
  color: #3f51b5;
  padding-right: 34px;
  margin-left: 2px;
  margin-right: 2px;
}
.filter .filter-type .checkbox .cr,
.filter .filter-type .radio .cr {
  background-color: #3f51b5;
  color: #ffffff;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
  height: 25px;
  width: 24px;
}
.filter .filter-type .checkbox .cr .cr-icon,
.filter .filter-type .radio .cr .cr-icon {
  left: 23%;
}
.filter .filter-type .checkbox input[type=checkbox]:checked + .cr,
.filter .filter-type .checkbox input[type=radio]:checked + .cr,
.filter .filter-type .radio input[type=checkbox]:checked + .cr,
.filter .filter-type .radio input[type=radio]:checked + .cr {
  display: inline-block;
}
.filter .filter-type .checkbox input[type=checkbox] + .cr,
.filter .filter-type .checkbox input[type=radio] + .cr,
.filter .filter-type .radio input[type=checkbox] + .cr,
.filter .filter-type .radio input[type=radio] + .cr {
  display: none;
}

.filter-mobile {
  background-color: #eaeaea;
  border: 1px solid #ddd;
  padding: 20px 15px;
}
.filter-mobile .btn {
  color: #3f51b5;
  font-size: 22px;
  height: auto;
  margin-bottom: 0;
  padding: 0 7px 0 22px;
}
.filter-mobile .btn:hover, .filter-mobile .btn:focus, .filter-mobile .btn:active {
  background: none;
  outline: none;
}
.filter-mobile .select2-container .select2-selection--single {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  height: 42px;
  outline: none;
}
.filter-mobile .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  outline: none;
  padding-right: 32px;
}
.filter-mobile .select2-container .select2-selection--single .select2-selection__arrow {
  height: 40px;
  width: 32px;
}
.filter-mobile .select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #3f51b5 transparent transparent;
  border-width: 10px 6px 0;
  margin-left: -6px;
  margin-top: -4px;
}
.filter-mobile .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #3f51b5;
  border-width: 0 6px 10px;
}

.select2-container .filter--drop {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.select2-container .filter--drop .select2-results > .select2-results__options {
  max-height: 300px;
}
.select2-container .filter--drop .select2-results__option--highlighted[aria-selected] {
  background-color: #448aff;
}

.modal-calendar .modal-dialog {
  background-color: #fff;
  height: 100%;
  margin: 0;
}
.modal-calendar .modal-content {
  border: none;
  height: 100%;
}
.modal-calendar .modal-header {
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.34);
}
.modal-calendar .modal-header .modal-title {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
}
.modal-calendar .modal-header .close {
  margin-top: 0;
}
.modal-calendar .checkbox label {
  color: #333333;
  line-height: 1.4;
  padding-left: 40px;
}
.modal-calendar .checkbox .cr {
  border-color: #d1d1d1;
  height: 20px;
  width: 20px;
}
.modal-calendar .checkbox input[type=checkbox]:checked + .cr {
  border-color: #3f51b5;
}
.modal-calendar .datepicker {
  margin-top: 20px;
  width: 100%;
}
.modal-calendar .datepicker .ui-widget {
  border: none;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.modal-calendar .datepicker .ui-datepicker {
  width: 100%;
}
.modal-calendar .datepicker .ui-datepicker .ui-datepicker-header {
  color: #3f51b5;
  margin-top: 10px;
}
.modal-calendar .datepicker .ui-datepicker .ui-datepicker-header .ui-icon {
  display: none;
}
.modal-calendar .datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.modal-calendar .datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  background-color: transparent;
  border: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  cursor: pointer;
  text-decoration: none;
  top: 0;
}
.modal-calendar .datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-datepicker-next-hover {
  right: 2px;
}
.modal-calendar .datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #3f51b5;
  font-size: 20px;
  line-height: 1;
  position: absolute;
  top: 5px;
  left: 0;
}
.modal-calendar .datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-datepicker-prev-hover {
  left: 2px;
}
.modal-calendar .datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #3f51b5;
  font-size: 20px;
  line-height: 1;
  position: absolute;
  top: 5px;
  right: 0;
}
.modal-calendar .datepicker .ui-datepicker .ui-datepicker-calendar th {
  color: #3f51b5;
  font-weight: normal;
}
.modal-calendar .datepicker .ui-datepicker .ui-state-default {
  border-color: transparent;
}
.modal-calendar .datepicker .ui-datepicker .ui-state-active {
  border-color: #3f51b5;
  color: #3f51b5;
}
.modal-calendar .datepicker .ui-datepicker .ui-state-highlight {
  border-color: #3f51b5;
  color: #3f51b5;
}
.modal-calendar .datepicker .ui-datepicker td {
  padding: 0;
}
.modal-calendar .datepicker .ui-datepicker td span {
  border: none;
}

.ui-datepicker {
  width: 22em;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
@media (max-width: 767px) {
  .ui-datepicker {
    left: auto !important;
    right: 8px !important;
    width: calc(100% - 15px);
    z-index: 100 !important;
  }
}
.ui-datepicker .ui-datepicker-header {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  background-color: transparent;
  border: none;
  color: #666;
}
.ui-datepicker td {
  height: 40px;
  width: 40px;
}
.ui-datepicker td span, .ui-datepicker td a {
  text-align: center;
  padding-bottom: 6px;
  padding-top: 6px;
}
.ui-datepicker .ui-datepicker-calendar {
  font-size: 14px;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default {
  background-color: transparent;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight {
  border-color: #fe7faa;
  color: #fe7faa;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
  border-color: #3f51b5;
  color: #3f51b5;
}
.news .title-img {
  margin-top: 0;
}
@media (max-width: 767px) {
  .news .title-img {
    margin-top: 12px;
    margin-bottom: 27px;
  }
}

@media (min-width: 1212px) {
  .list-all_news .article_comments.col-lg-9 {
    padding-right: 32px;
  }
}
.list-all_news .article_comments .news-list .thumbnail {
  padding: 0;
}
.list-all_news .article_comments .news-list .thumbnail.pseudo-link {
  padding: 20px;
}
@media (max-width: 767px) {
  .list-all_news .article_comments .news-list .thumbnail {
    padding: 0;
  }
  .list-all_news .article_comments .news-list .thumbnail.pseudo-link {
    padding: 20px;
  }
}

.news-list .thumbnail {
  padding: 0;
}
.news-list .thumbnail.pseudo-link {
  font-size: 16px;
  line-height: 1;
  padding: 20px;
  text-decoration: none;
}
.news-list .thumbnail.pseudo-link:hover, .news-list .thumbnail.pseudo-link:focus, .news-list .thumbnail.pseudo-link:active {
  border-color: #ddd;
}
.news-list .thumbnail.pseudo-link .label {
  padding: 3px 5px;
}
.news-list .thumbnail .thumbnail-head {
  color: #8b8b8b;
  font-size: 13px;
  line-height: 1;
  padding: 20px;
}
@media (max-width: 767px) {
  .news-list .thumbnail .thumbnail-head {
    padding: 20px 15px 10px;
  }
}
.news-list .thumbnail .thumbnail-body {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .news-list .thumbnail .thumbnail-body {
    padding: 0 15px;
  }
}
.news-list .thumbnail .thumbnail-body .media-news .media-right {
  padding-left: 0;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .news-list .thumbnail .thumbnail-body .media-news .media-right {
    display: none;
  }
}
.news-list .thumbnail .thumbnail-body .media-news .media-object {
  margin-left: 20px;
  max-width: none;
  height: 90px;
  width: 90px;
}
.news-list .thumbnail .thumbnail-body .media-comments {
  font-size: 13px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .news-list .thumbnail .thumbnail-body .media-comments {
    margin-left: 30px;
  }
}
.news-list .thumbnail .thumbnail-body .media-comments .media-left {
  min-width: auto;
}
@media (max-width: 767px) {
  .news-list .thumbnail .thumbnail-body .media-comments .media-left {
    display: table-cell;
    padding-right: 10px;
  }
}
.news-list .thumbnail .thumbnail-body .media-comments .media-object {
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  height: 20px;
  width: 20px;
  max-width: none;
  margin-left: 0;
}
.news-list .thumbnail .thumbnail-body .media-comments .media-heading {
  color: #404040;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 2px;
}
.news-list .thumbnail .thumbnail-body .media-comments p {
  color: #404040;
  line-height: 18px;
  margin-bottom: 0;
}
.news-list .thumbnail .thumbnail-body .media-comments .btn-primary {
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  height: 30px;
  padding-top: 3px;
  text-transform: none;
}
.news-list .thumbnail .thumbnail-body .media-comments .btn-primary:hover, .news-list .thumbnail .thumbnail-body .media-comments .btn-primary:focus, .news-list .thumbnail .thumbnail-body .media-comments .btn-primary.focus, .news-list .thumbnail .thumbnail-body .media-comments .btn-primary:active {
  outline: none;
}
.news-list .thumbnail .thumbnail-body .media-comments .read_group {
  display: none;
  margin-top: 15px;
}
.news-list .thumbnail .thumbnail-body .media-comments .read_more .fos_comment_comment_body {
  height: 138px;
  overflow: hidden;
}
.news-list .thumbnail .thumbnail-body .media-comments .read_more .fos_comment_comment_body img {
  max-width: 100%;
}
.news-list .thumbnail .thumbnail-body .media-comments .read_more .read_group {
  display: block;
}
.news-list .thumbnail .thumbnail-body .media-comments .no_read .fos_comment_comment_body {
  height: auto;
}
.news-list .thumbnail .thumbnail-body .media-comments .no_read .fos_comment_comment_body img {
  max-width: 100%;
}
.news-list .thumbnail .thumbnail-body .media-comments .no_read .read_group {
  display: none;
}
.news-list .thumbnail .thumbnail-body .media-comments .see_more .btn-primary {
  padding-top: 0;
  padding-bottom: 1px;
}
.news-list .thumbnail .thumbnail-footer {
  border-top: 1px solid #ddd;
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .news-list .thumbnail .thumbnail-footer {
    padding: 10px 15px;
  }
}
.news-list .thumbnail .thumbnail-footer .list-info_news {
  color: #8b8b8b;
  display: inline-block;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .news-list .thumbnail .thumbnail-footer .list-info_news li + li {
    margin-left: 15px;
  }
}
.news-list .thumbnail .thumbnail-footer .list-info_news a {
  color: #fe7faa;
}
.news-list .thumbnail .thumbnail-footer .list-info_news .material-icons {
  color: #fe7faa;
  font-size: 15px;
  vertical-align: -3px;
}
.news-list .thumbnail .thumbnail-footer .list-info_news .material-icons.text-primary {
  color: #3f51b5;
  font-size: 16px;
}
.news-list .thumbnail .thumbnail-footer .list-info_news .btn-premium {
  padding: 0;
}
.news-list .thumbnail .thumbnail-footer .list-info_news .btn-premium:hover, .news-list .thumbnail .thumbnail-footer .list-info_news .btn-premium:focus, .news-list .thumbnail .thumbnail-footer .list-info_news .btn-premium:active {
  background: none;
  outline: none;
}
@media (min-width: 768px) {
  .news-list .thumbnail .thumbnail-footer .list-info_news .btn-premium:hover span, .news-list .thumbnail .thumbnail-footer .list-info_news .btn-premium:focus span, .news-list .thumbnail .thumbnail-footer .list-info_news .btn-premium:active span {
    opacity: 1;
    visibility: visible;
  }
}
.news-list .thumbnail .thumbnail-footer .list-info_news .btn-premium span {
  opacity: 0;
  visibility: hidden;
  text-transform: none;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .news-list .thumbnail .thumbnail-footer .list-info_news .btn-premium span {
    display: none;
  }
}
.news-list .thumbnail .thumbnail-footer .share-group {
  float: right;
}
.news-list .thumbnail .thumbnail-footer .share-group .share-link {
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  text-transform: none;
  color: #3f51b5;
  padding: 0;
  height: auto;
  margin-bottom: 0;
}
.news-list .thumbnail .thumbnail-footer .share-group .share-link:hover, .news-list .thumbnail .thumbnail-footer .share-group .share-link:focus, .news-list .thumbnail .thumbnail-footer .share-group .share-link:active, .news-list .thumbnail .thumbnail-footer .share-group .share-link.active {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.news-list .thumbnail .thumbnail-footer .share-group .share-link .material-icons {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
  vertical-align: middle;
}
.news-list .thumbnail .thumbnail-footer .share-group .list-inline {
  margin-bottom: 0;
  top: -9px;
  right: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  left: auto;
  text-align: right;
  min-width: 110px;
}
.news-list .thumbnail .thumbnail-footer .share-group .list-inline li {
  padding-left: 0;
  padding-right: 0;
}
.news-list .thumbnail .thumbnail-footer .share-group .list-inline a {
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  color: #ffffff;
  display: block;
  font-size: 14px;
  height: 32px;
  position: relative;
  width: 32px;
  padding: 0;
}
.news-list .thumbnail .thumbnail-footer .share-group .list-inline a .fa {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.news-list .thumbnail .thumbnail-footer .share-group .list-inline .fb {
  background-color: #3b5998;
  border-color: #3b5998;
}
.news-list .thumbnail .thumbnail-footer .share-group .list-inline .fb:hover, .news-list .thumbnail .thumbnail-footer .share-group .list-inline .fb:focus, .news-list .thumbnail .thumbnail-footer .share-group .list-inline .fb:active {
  background-color: #2f4779;
}
.news-list .thumbnail .thumbnail-footer .share-group .list-inline .viber {
  background-color: #7b519b;
  border-color: #7b519b;
  font-size: 13px;
}
.news-list .thumbnail .thumbnail-footer .share-group .list-inline .viber:hover, .news-list .thumbnail .thumbnail-footer .share-group .list-inline .viber:focus, .news-list .thumbnail .thumbnail-footer .share-group .list-inline .viber:active {
  background-color: #60407a;
}
.news-list .thumbnail .thumbnail-footer .share-group .list-inline .viber .fa {
  padding-top: 3px;
}
.news-list .thumbnail .thumbnail-footer .share-group .list-inline .messenger {
  background-color: #29b645;
  border-color: #29b645;
  font-size: 24px;
}
.news-list .thumbnail .thumbnail-footer .share-group .list-inline .messenger:hover, .news-list .thumbnail .thumbnail-footer .share-group .list-inline .messenger:focus, .news-list .thumbnail .thumbnail-footer .share-group .list-inline .messenger:active {
  background-color: #208c35;
}
.news-list .thumbnail .thumbnail-footer .share-group .list-inline .messenger .fa {
  padding-top: 5px;
}
.news-list .thumbnail .news-content p {
  font-size: 14px;
  margin-bottom: 20px;
}
.news-list .thumbnail .news-title a {
  font-size: 24px;
  margin-top: 0;
}
.news-list .load-more {
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  height: 54px;
  text-transform: none;
  margin-bottom: 30px;
  width: 100%;
}

@font-face {
  font-family: "icon-social";
  src: url("../fonts/icon-social.eot");
  src: url("../fonts/icon-social.eot?#iefix") format("embedded-opentype"), url("../fonts/icon-social.woff") format("woff"), url("../fonts/icon-social.ttf") format("truetype"), url("../fonts/icon-social.svg#icon-social") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
[class^=s_icon-]:before,
[class*=s_icon-]:before {
  font-family: "icon-social" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.s_icon-messenger:before {
  content: "a";
}

.s_icon-viber:before {
  content: "b";
}

.modal-fullscreen {
  background-color: #000000;
  text-align: center;
}
@media (min-width: 768px) {
  .modal-fullscreen:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
  }
  .modal-fullscreen.modal {
    padding: 0 !important;
  }
}
.modal-fullscreen .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .modal-fullscreen .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
}
.modal-fullscreen .modal-dialog .modal-content {
  background-color: #000000;
  border: none;
  height: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-fullscreen .modal-dialog .modal-content .modal-header {
  position: absolute;
  right: 0;
  z-index: 5;
  padding: 20px 30px;
}
@media (min-width: 768px) {
  .modal-fullscreen .modal-dialog .modal-content .modal-header {
    background-color: rgba(0, 0, 0, 0.75);
    height: 67px;
    width: 150px;
  }
}
.modal-fullscreen .modal-dialog .modal-content .modal-header .close {
  color: #ffffff;
}
@media (max-width: 767px) {
  .modal-fullscreen .modal-dialog .modal-content .modal-header .close {
    color: #ffffff;
  }
}
@media (max-width: 767px) {
  .modal-fullscreen .modal-dialog .modal-content .modal-header {
    padding-right: 10px;
  }
}
.modal-fullscreen .modal-dialog .modal-content .modal-body {
  background-color: #000000;
  padding: 0;
  height: 100%;
}
.modal-fullscreen .modal-dialog .modal-content .modal-body .owl-carousel {
  height: 100%;
}
.modal-fullscreen .modal-dialog .modal-content .modal-body .owl-carousel .item {
  border-right: none;
  display: block;
  color: #FFF;
  text-align: center;
  margin: 0;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.modal-fullscreen .modal-dialog .modal-content .modal-body .owl-carousel .item img {
  display: block;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.modal-fullscreen .modal-dialog .modal-content .modal-body .owl-carousel .owl-buttons {
  color: white;
  display: block;
  font-size: 42px;
  opacity: 1;
}
@media (max-width: 767px) {
  .modal-fullscreen .modal-dialog .modal-content .modal-body .owl-carousel .owl-buttons {
    display: none;
  }
}
.modal-fullscreen .modal-dialog .modal-content .modal-body .owl-carousel .owl-buttons div {
  position: absolute;
  opacity: 0.8;
}
.modal-fullscreen .modal-dialog .modal-content .modal-body .owl-carousel .owl-buttons div:hover, .modal-fullscreen .modal-dialog .modal-content .modal-body .owl-carousel .owl-buttons div:focus, .modal-fullscreen .modal-dialog .modal-content .modal-body .owl-carousel .owl-buttons div:active {
  opacity: 1;
}
.modal-fullscreen .modal-dialog .modal-content .modal-body .owl-carousel .owl-buttons .owl-prev {
  left: -1px;
  top: 41%;
}
.modal-fullscreen .modal-dialog .modal-content .modal-body .owl-carousel .owl-buttons .owl-next {
  right: -1px;
  top: 41%;
}
.modal-fullscreen .modal-dialog .modal-content .modal-body .owl-carousel .owl-nav {
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.modal-fullscreen .modal-dialog .modal-content .modal-body .owl-carousel .owl-nav [class*=owl-] {
  background: #000000;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  color: #999999;
  font-size: 26px;
  line-height: 1;
  padding: 6px;
  margin: 0;
}
.modal-fullscreen .modal-dialog .modal-content .modal-body .owl-carousel .owl-nav [class*=owl-]:hover, .modal-fullscreen .modal-dialog .modal-content .modal-body .owl-carousel .owl-nav [class*=owl-]:focus, .modal-fullscreen .modal-dialog .modal-content .modal-body .owl-carousel .owl-nav [class*=owl-]:active {
  color: #999999;
}
.modal-fullscreen .modal-dialog .modal-content .modal-body .owl-carousel .owl-nav .owl-prev {
  left: 10px;
  position: absolute;
  margin-top: -28px;
}
@media (min-width: 768px) {
  .modal-fullscreen .modal-dialog .modal-content .modal-body .owl-carousel .owl-nav .owl-prev {
    left: 30px;
  }
}
.modal-fullscreen .modal-dialog .modal-content .modal-body .owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 10px;
  margin-top: -28px;
}
@media (min-width: 768px) {
  .modal-fullscreen .modal-dialog .modal-content .modal-body .owl-carousel .owl-nav .owl-next {
    right: 30px;
  }
}
.modal-fullscreen .modal-dialog .modal-content .modal-body .owl-carousel .owl-dots {
  background-color: rgba(0, 0, 0, 0.75);
  color: #999999;
  counter-reset: slides-num;
  /* Initialize counter. */
  cursor: default;
  left: 0;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .modal-fullscreen .modal-dialog .modal-content .modal-body .owl-carousel .owl-dots {
    height: 67px;
    padding: 19px 30px;
    width: 150px;
  }
}
@media (max-width: 767px) {
  .modal-fullscreen .modal-dialog .modal-content .modal-body .owl-carousel .owl-dots {
    left: 10px;
    top: 17px;
  }
}
.modal-fullscreen .modal-dialog .modal-content .modal-body .owl-carousel .owl-dots:after {
  content: counter(slides-num);
  /* get total number of items - more info on http://www.sitepoint.com/a-little-known-way-to-replace-some-scripts-with-css-counters/ */
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
}
.modal-fullscreen .modal-dialog .modal-content .modal-body .owl-carousel .owl-dot {
  counter-increment: slides-num;
  /* Increment counter */
  cursor: default;
  display: inline-block;
}
.modal-fullscreen .modal-dialog .modal-content .modal-body .owl-carousel .owl-dot span {
  display: none;
}
.modal-fullscreen .modal-dialog .modal-content .modal-body .owl-carousel .owl-dot.active:before {
  content: counter(slides-num) "/";
  /* Use the same counter to get current item. */
  vertical-align: middle;
  font-size: 16px;
}

.modal-slide {
  background-color: #000000;
  font-size: 14px;
}
.modal-slide .owl-carousel .item {
  height: 100vh;
}
@media (min-width: 768px) {
  .modal-slide .owl-carousel .owl-nav .owl-prev {
    left: 20px;
  }
  .modal-slide .owl-carousel .owl-nav .owl-next {
    right: 20px;
  }
}
.modal-slide .owl-footer {
  background-color: rgba(0, 0, 0, 0.75);
  color: #999999;
  padding: 20px 15px 19px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
  text-align: center;
}
@media (max-width: 767px) {
  .modal-slide .owl-footer {
    display: none;
  }
}
.modal-slide .owl-header {
  background-color: rgba(0, 0, 0, 0.75);
  line-height: 2;
  color: #999999;
  padding: 20px 15px 19px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .modal-slide .owl-header {
    height: 67px;
    left: 150px;
    right: 150px;
  }
}
@media (max-width: 767px) {
  .modal-slide .owl-header {
    top: auto;
    bottom: 0;
  }
}
.modal-slide .owl-header .owl-size {
  font-size: 18px;
  position: absolute;
  text-align: left;
  top: 8px;
}
@media (min-width: 768px) {
  .modal-slide .owl-header .owl-size {
    text-align: right;
    right: 20px;
  }
}
.modal-slide .owl-header .owl-size a {
  cursor: pointer;
  color: #ffffff;
  opacity: 0.8;
}
.modal-slide .owl-header .owl-size a:hover, .modal-slide .owl-header .owl-size a:focus, .modal-slide .owl-header .owl-size a:active {
  color: #ffffff;
  text-decoration: none;
  opacity: 1;
}
.modal-slide .owl-footer-photo {
  color: #999999;
}
.modal-slide .owl-footer-save {
  text-align: center;
}
.modal-slide .owl-footer-save .photo-download {
  cursor: pointer;
  color: #999999;
}
.modal-slide .owl-footer-save .photo-download:hover, .modal-slide .owl-footer-save .photo-download:focus, .modal-slide .owl-footer-save .photo-download:active {
  color: #ffffff;
  text-decoration: none;
}
.modal-slide .owl-footer-save .photo-download .fa {
  padding-right: 5px;
}
.modal-slide .owl-footer-share {
  text-align: center;
}
.modal-slide .owl-footer-share .share-photo {
  cursor: pointer;
  color: #999999;
}
.modal-slide .owl-footer-share .share-photo:hover, .modal-slide .owl-footer-share .share-photo:focus, .modal-slide .owl-footer-share .share-photo:active {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
.modal-slide .owl-footer-share .share-photo .fa {
  padding-right: 5px;
}

.community {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.15);
  height: 60px;
  width: 100%;
  z-index: 1030;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.community.open {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .community {
    height: 46px;
  }
}
.community .close {
  font-size: 36px;
  height: 60px;
  width: 60px;
  color: #3f51b5;
  outline: none;
  opacity: 1;
  background-color: transparent;
}
.community .close:hover, .community .close:focus, .community .close:active, .community .close.active {
  background-color: transparent;
  outline: none;
}
@media (max-width: 767px) {
  .community .close {
    font-size: 34px;
    height: 35px;
    width: 35px;
    position: absolute;
    left: 0;
    bottom: 6px;
  }
}
.community .community-text {
  color: #3f51b5;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  padding-left: 35px;
  padding-top: 15px;
}
@media (max-width: 767px) {
  .community .community-text {
    font-size: 12px;
    line-height: 14px;
    padding-left: 35px;
    padding-right: 110px;
    padding-top: 10px;
  }
}
@media (min-width: 768px) {
  .community .community-options .community-social {
    background-color: #3b5ba4;
    padding: 17px 0 0 46px;
    height: 60px;
  }
  .community .community-options .community-social .community-social--fb {
    background-color: #4868b0;
    color: #ffffff;
    height: 60px;
    width: 60px;
    text-align: center;
    font-size: 24px;
    padding: 10px 15px;
    margin-left: 43px;
    margin-top: -17px;
  }
}
@media (max-width: 767px) {
  .community .community-options .community-social .fb-like,
.community .community-options .community-social .fb-follow {
    width: 102px;
    position: absolute;
    top: 11px;
    right: 5px;
  }
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1212px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
.modal-share {
  text-align: center;
}
.modal-share:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-share .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-share .modal-dialog .modal-content .modal-header {
  border-bottom: 0;
  padding: 20px;
}
.modal-share .modal-dialog .modal-content .modal-header .close {
  color: #4e4e56;
}
.modal-share .modal-dialog .modal-content .modal-header .close:hover, .modal-share .modal-dialog .modal-content .modal-header .close:focus, .modal-share .modal-dialog .modal-content .modal-header .close:active {
  outline: none;
}
.modal-share .modal-dialog .modal-content .modal-header .modal-title {
  margin: 0 auto;
  max-width: 430px;
}
.modal-share .modal-dialog .modal-content .modal-body {
  padding: 0 0 30px;
  margin: 0 auto;
  max-width: 430px;
}
@media (max-width: 767px) {
  .modal-share .modal-dialog .modal-content .modal-body {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.modal-share .modal-dialog .modal-content .modal-body .section-share {
  margin: 0;
}
.modal-share .modal-dialog .modal-content .modal-body .section-share .section-share-link {
  color: #ffffff;
  display: table;
  height: 35px;
  overflow: hidden;
  padding-right: 0;
  white-space: nowrap;
}
.modal-share .modal-dialog .modal-content .modal-body .section-share .section-share-link:hover, .modal-share .modal-dialog .modal-content .modal-body .section-share .section-share-link:focus, .modal-share .modal-dialog .modal-content .modal-body .section-share .section-share-link:active {
  text-decoration: none;
}
.modal-share .modal-dialog .modal-content .modal-body .section-share .section-share-link:hover .fa, .modal-share .modal-dialog .modal-content .modal-body .section-share .section-share-link:focus .fa, .modal-share .modal-dialog .modal-content .modal-body .section-share .section-share-link:active .fa {
  opacity: 1;
}
.modal-share .modal-dialog .modal-content .modal-body .section-share .section-share-link:last-child {
  margin-right: 0;
}
.modal-share .modal-dialog .modal-content .modal-body .section-share .section-share-link .fa {
  background-color: #018bd0;
  color: #ffffff;
  display: table-cell;
  font-size: 25px;
  height: 35px;
  overflow: hidden;
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
  opacity: 0.8;
}
.modal-share .modal-dialog .modal-content .modal-body .section-share .section-share-link .fa.fa-facebook {
  background-color: #4a6ea9;
}
.modal-share .modal-dialog .modal-content .modal-body .section-share .section-share-link .fa.fa-twitter {
  background-color: #55acee;
}
.modal-share .modal-dialog .modal-content .modal-body .section-share .section-share-link .fa.fa-vk {
  background-color: #4c75a3;
}
.modal-share .modal-dialog .modal-content .modal-body .section-share .section-share-link .fa.fa-odnoklassniki {
  background-color: #f58220;
}
.modal-share .modal-dialog .modal-content .modal-body .section-share .section-share-link .fa.fa-google-plus {
  background-color: #dd4b39;
}
.modal-share .modal-dialog .modal-content .modal-body .section-share .section-share-amount {
  display: table-cell;
  line-height: 1;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .modal-share .modal-dialog .modal-content .modal-body .section-share .row {
    margin-left: -10px;
    margin-right: 0;
  }
  .modal-share .modal-dialog .modal-content .modal-body .section-share .section-share-link {
    padding-left: 10px;
  }
  .modal-share .modal-dialog .modal-content .modal-body .section-share .section-share-link:hover .section-share-amount, .modal-share .modal-dialog .modal-content .modal-body .section-share .section-share-link:focus .section-share-amount, .modal-share .modal-dialog .modal-content .modal-body .section-share .section-share-link:active .section-share-amount {
    opacity: 1;
  }
  .modal-share .modal-dialog .modal-content .modal-body .section-share .section-share-link .section-share-amount {
    opacity: 0.8;
  }
  .modal-share .modal-dialog .modal-content .modal-body .section-share .section-share-link.section-share-link_fb .section-share-amount {
    background-color: #4a6ea9;
  }
  .modal-share .modal-dialog .modal-content .modal-body .section-share .section-share-link.section-share-link_tw .section-share-amount {
    background-color: #55acee;
  }
  .modal-share .modal-dialog .modal-content .modal-body .section-share .section-share-link.section-share-link_vk .section-share-amount {
    background-color: #4c75a3;
  }
  .modal-share .modal-dialog .modal-content .modal-body .section-share .section-share-link.section-share-link_od .section-share-amount {
    background-color: #f58220;
  }
  .modal-share .modal-dialog .modal-content .modal-body .section-share .section-share-link.section-share-link_g .section-share-amount {
    background-color: #dd4b39;
  }
}
@media (min-width: 768px) {
  .modal-share .modal-dialog .modal-content .modal-body .section-share .section-share-link {
    color: #4a4848;
    height: 45px;
  }
  .modal-share .modal-dialog .modal-content .modal-body .section-share .section-share-link .fa {
    height: 45px;
    width: 45px;
  }
  .modal-share .modal-dialog .modal-content .modal-body .section-share .section-share-link .section-share-amount {
    background-color: #eeeeee;
    height: 45px;
    width: 70px;
  }
}

.follow-me-container {
  width: 210px;
}

.follow-me {
  position: absolute;
  font-size: 18px;
}

.follow-me a {
  color: white;
}

.m-b-30 {
  margin-bottom: 30px;
}

.scrollToTop {
  background-color: #3f51b5;
  bottom: 185px;
  color: #ffffff;
  display: none;
  font-size: 30px;
  height: 50px;
  padding: 3px;
  position: fixed;
  right: 0;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 1000;
  opacity: 0.8;
}
.scrollToTop:hover, .scrollToTop:focus, .scrollToTop:active {
  background-color: #3f51b5;
  color: #ffffff;
  text-decoration: none;
  opacity: 1;
}
.scrollToTop .material-icons {
  font-size: 32px;
}

.dropdown-soc {
  position: fixed;
  right: 0;
  bottom: 135px;
  z-index: 1000;
}
.dropdown-soc .btn-toggle {
  background-color: #3f51b5;
  color: #ffffff;
  display: none;
  font-size: 30px;
  height: 50px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 50px;
  opacity: 0.8;
}
.dropdown-soc .btn-toggle:hover, .dropdown-soc .btn-toggle:focus, .dropdown-soc .btn-toggle:active {
  background-color: #3f51b5;
  color: #ffffff;
  text-decoration: none;
  opacity: 1;
  outline: none;
}
.dropdown-soc .dropdown-menu {
  left: auto;
  right: 100%;
  top: 0;
  padding: 0;
  min-width: 320px;
}
.dropdown-soc .dropdown-menu li {
  display: inline-block;
  vertical-align: middle;
}
.dropdown-soc .dropdown-menu .title {
  color: #3f51b5;
  text-transform: none;
  margin-right: 10px;
  padding-left: 20px;
  margin-top: 17px;
  margin-bottom: 16px;
}
.dropdown-soc .dropdown-menu .title:before {
  content: none;
}
.dropdown-soc .dropdown-menu .btn {
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  color: #ffffff;
  padding: 0;
  height: 32px;
  width: 32px;
}
.dropdown-soc .dropdown-menu .btn.btn-fb {
  background-color: #3b5998;
}
.dropdown-soc .dropdown-menu .btn.btn-fb:hover, .dropdown-soc .dropdown-menu .btn.btn-fb:focus, .dropdown-soc .dropdown-menu .btn.btn-fb:active {
  background-color: #4967a6;
}
.dropdown-soc .dropdown-menu .btn.btn-vk {
  background-color: #45668e;
}
.dropdown-soc .dropdown-menu .btn.btn-vk:hover, .dropdown-soc .dropdown-menu .btn.btn-vk:focus, .dropdown-soc .dropdown-menu .btn.btn-vk:active {
  background-color: #54759d;
}
.dropdown-soc .dropdown-menu .btn.btn-g {
  background-color: #dc4e41;
}
.dropdown-soc .dropdown-menu .btn.btn-g:hover, .dropdown-soc .dropdown-menu .btn.btn-g:focus, .dropdown-soc .dropdown-menu .btn.btn-g:active {
  background-color: #ea5c4f;
}
.dropdown-soc .dropdown-menu .btn.btn-od {
  background-color: #ed812b;
}
.dropdown-soc .dropdown-menu .btn.btn-od:hover, .dropdown-soc .dropdown-menu .btn.btn-od:focus, .dropdown-soc .dropdown-menu .btn.btn-od:active {
  background-color: #fc903a;
}
.dropdown-soc .dropdown-menu .btn.btn-tw {
  background-color: #1da1f2;
}
.dropdown-soc .dropdown-menu .btn.btn-tw:hover, .dropdown-soc .dropdown-menu .btn.btn-tw:focus, .dropdown-soc .dropdown-menu .btn.btn-tw:active {
  background-color: #2cb0ff;
}
.dropdown-soc .dropdown-menu .btn.btn-mail {
  background-color: #767676;
}
.dropdown-soc .dropdown-menu .btn.btn-mail:hover, .dropdown-soc .dropdown-menu .btn.btn-mail:focus, .dropdown-soc .dropdown-menu .btn.btn-mail:active {
  background-color: #858585;
}
.dropdown-soc .dropdown-menu .btn.btn-telegram {
  background-color: #0088cc;
}
.dropdown-soc .dropdown-menu .btn.btn-telegram:hover, .dropdown-soc .dropdown-menu .btn.btn-telegram:focus, .dropdown-soc .dropdown-menu .btn.btn-telegram:active {
  background-color: #0099cc;
}
.dropdown-soc .dropdown-menu .btn.btn-viber {
  background-color: #59267c;
}
.dropdown-soc .dropdown-menu .btn.btn-viber:hover, .dropdown-soc .dropdown-menu .btn.btn-viber:focus, .dropdown-soc .dropdown-menu .btn.btn-viber:active {
  background-color: #8f5db7;
}
.dropdown-soc .dropdown-menu .btn .fa {
  padding-top: 10px;
}

.instagram-media {
  width: 100%;
}

.news_group-main--text .embed-responsive {
  margin-bottom: 30px;
  clear: both;
}

@media (max-width: 767px) {
  .news_group-main--text .tracker-adsense {
    max-width: 300px;
    display: block;
    margin: 0 auto 30px;
    text-align: center;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .breadcrumb {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .cross-line {
    margin-bottom: 10px;
  }

  .title-category {
    position: relative;
    top: -41px;
    margin-bottom: -40px !important;
  }
}
.select2-container--open .select2-dropdown--below {
  border-top: 1px solid #dcdcdc;
}
.select2-container--open .tab--drop,
.select2-container--open .tab--drop-widget {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-color: #dcdcdc;
  width: auto !important;
}
.select2-container--open .tab--drop .select2-results__option,
.select2-container--open .tab--drop-widget .select2-results__option {
  color: #8b8b8b;
  font-size: 22px;
  line-height: 20px;
  padding: 13px 14px;
  white-space: nowrap;
}
.select2-container--open .tab--drop .select2-results__option.select2-results__option--highlighted,
.select2-container--open .tab--drop-widget .select2-results__option.select2-results__option--highlighted {
  display: none;
}
.select2-container--open .tab--drop-widget {
  left: -35px;
}

.delete-block {
  display: none;
}

.news_delete {
  position: relative;
  height: 550px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}
.news_delete p {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.news_delete .delete-block {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.95) 0%, #fff);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.95) 0%, #fff);
  background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.95) 0%, #fff);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0DFFFFFF", endColorstr="#FFFFFFFF", GradientType=0);
  display: block;
  padding: 120px 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.news_delete .delete-block .delete-block--text {
  font-size: 20px;
  vertical-align: -3px;
}

.news_group .news_group-main iframe {
  display: block;
  margin: 0 auto 15px;
  max-width: 100%;
}
@media (min-width: 992px) {
  .news_group .news_group-main .b-c-r {
    float: right;
    margin-bottom: 20px;
    margin-left: 15px;
  }
  .news_group .news_group-main .b-c-r .banner-content {
    text-align: center;
    display: block;
    margin: 0 auto;
  }
  .news_group .news_group-main .b-c-r .banner-content > div {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .news_group .news_group-main .b-c-r {
    margin-bottom: 1em;
  }
}
.news_group .news_group-main .news_group-main--text .pnlm-container {
  height: 400px;
  margin: 1em 0;
}
.news_group .news_group-main .news_group-main--text .pnlm-container p {
  color: #ffffff;
}
.news_group .news_group-main .news_group-main--text .pnlm-container .pnlm-load-button {
  margin: -50px 0 0 -50px;
  width: 100px;
}
.news_group .news_group-main .news_group-main--text .pnlm-container .pnlm-load-button .material-icons {
  display: block;
  font-size: 3em;
}

.city-kp .cross-line {
  display: none;
}
@media (min-width: 768px) {
  .city-kp .navbar-main {
    min-height: 77px;
    padding-top: 8px;
  }
}
@media (min-width: 768px) {
  .city-kp .navbar-main .navbar-header .navbar-brand {
    padding: 5px 10px;
  }
}
@media (max-width: 767px) {
  .city-kp .navbar-main .navbar-header .navbar-brand {
    padding-left: 10px;
  }
}
.city-kp .navbar-main .navbar-header .navbar-brand img {
  max-height: none;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .city-kp .navbar-main .navbar-header .navbar-brand img {
    margin-top: -8px;
    max-height: 78px;
  }
}
@media (max-width: 767px) {
  .city-kp .navbar-main .navbar-header .navbar-brand img {
    max-width: 55px;
  }
}

.btn-popover {
  color: #404040;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 500;
  padding: 0;
  text-transform: none;
  font-size: 16px;
  line-height: 1;
  outline: none;
}
.btn-popover:hover, .btn-popover:focus, .btn-popover:active {
  color: #3f51b5;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
}
.btn-popover .material-icons {
  font-size: 22px;
  margin-right: 4px;
  vertical-align: -7px;
  top: -2px;
  position: relative;
}
.btn-popover + .popover {
  font-size: 14px;
}
.btn-popover + .popover.top > .arrow {
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.btn-popover + .popover .popover-title {
  background: none;
  border: none;
  color: #3f51b5;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 -14px;
  padding: 16px 20px 0;
}
.btn-popover + .popover .popover-title .material-icons {
  font-size: 22px;
  margin-right: 3px;
  vertical-align: -6px;
}
.btn-popover + .popover .popover-content {
  line-height: 22px;
  padding: 18px 20px;
}
.btn-popover + .popover .popover-content span {
  font-weight: 500;
}

.btn-tooltip .tooltip {
  font-size: 14px;
}
@media (max-width: 767px) {
  .btn-tooltip .tooltip {
    display: none !important;
  }
}
.btn-tooltip .tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-tooltip .tooltip.right {
  margin-left: 22px;
}
.btn-tooltip .tooltip.right .tooltip-arrow {
  display: none;
}
.btn-tooltip .tooltip .tooltip-inner {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  color: #444444;
  max-width: none;
  white-space: nowrap;
  padding: 5px 20px;
}

.btn-add .tooltip {
  font-size: 14px;
}
.btn-add .tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-add .tooltip.bottom {
  margin-top: 5px;
  margin-left: -83%;
}
.btn-add .tooltip.bottom .tooltip-arrow {
  display: none;
}
.btn-add .tooltip .tooltip-inner {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  color: #444444;
  max-width: none;
  white-space: nowrap;
  padding: 5px 20px;
}

.btn-group .tooltip {
  font-size: 14px;
}
@media (max-width: 767px) {
  .btn-group .tooltip {
    display: none !important;
  }
}
.btn-group .tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-group .tooltip.top .tooltip-arrow {
  display: none;
}
.btn-group .tooltip .tooltip-inner {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  color: #444444;
  max-width: none;
  white-space: nowrap;
  padding: 5px 20px;
}

.vote-group {
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.progress-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 125px;
  height: 150px;
  margin: auto 10px 0 10px;
  transition: height 0.3s ease-out 0s;
}
@media (max-width: 767px) {
  .progress-group {
    margin: 0;
    width: 72px;
  }
}
.progress-group:first-child {
  margin-left: 0;
}
.progress-group:last-child {
  margin-right: 0;
}
.progress-group.voted .btn-vote {
  color: #3f51b5;
}
.progress-group.voted .progress-voting {
  color: #3f51b5;
}
.progress-group.voted .progress.vertical .progress-bar {
  background-color: #3f51b5;
}
.progress-group .progress-voting {
  color: #333333;
  font-size: 17px;
  text-align: center;
}
.progress-group .btn-vote {
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #333333;
  font-size: 14px;
  padding: 5px 10px;
  text-transform: none;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 5;
}
.progress-group .btn-vote:hover, .progress-group .btn-vote:focus, .progress-group .btn-vote:active, .progress-group .btn-vote:active {
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.35);
  color: #3f51b5;
  outline: none;
}
@media (max-width: 767px) {
  .progress-group .btn-vote {
    line-height: 1.5;
    padding: 2px 10px;
    width: 72px;
  }
  .progress-group .btn-vote .material-icons {
    font-size: 20px;
  }
}
.progress-group .btn-vote .up, .progress-group .btn-vote .down {
  display: none;
}
.progress-group .btn-vote.vote-down {
  border-color: #c91f28;
}
.progress-group .btn-vote.vote-down .btn-text {
  display: none;
}
.progress-group .btn-vote.vote-down .down {
  display: block;
}
.progress-group .btn-vote.vote-up {
  border-color: #008b2d;
}
.progress-group .btn-vote.vote-up .btn-text {
  display: none;
}
.progress-group .btn-vote.vote-up .down {
  display: none;
}
.progress-group .btn-vote.vote-up .up {
  display: block;
}

.progress.vertical {
  position: relative;
  width: 98px;
  margin: 0 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
@media (max-width: 767px) {
  .progress.vertical {
    width: 50px;
  }
}
.progress.vertical .progress-bar {
  background-color: #c5c9e8;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

@media (max-width: 767px) {
  .wrapper-content .n_g-r {
    margin-top: 20px;
  }
  .wrapper-content .n_g-r .breadcrumb {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .modal_sub {
    text-align: center;
    padding: 0 !important;
  }
  .modal_sub:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
  }
  .modal_sub .modal-dialog {
    width: 415px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
  .modal_sub .modal-content {
    -webkit-box-shadow: -1px 2px 20px 0px rgba(0, 0, 0, 0.3);
    box-shadow: -1px 2px 20px 0px rgba(0, 0, 0, 0.3);
  }
  .modal_sub .modal-body {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .modal_sub {
    text-align: center;
    padding: 0 !important;
    overflow: hidden !important;
    z-index: 1066;
  }
  .modal_sub:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: bottom;
    margin-right: -4px;
  }
  .modal_sub.fade .modal-dialog {
    -webkit-transform: translate(0, 25%);
    -ms-transform: translate(0, 25%);
    -o-transform: translate(0, 25%);
    transform: translate(0, 25%);
  }
  .modal_sub.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .modal_sub .modal-dialog {
    margin: 0;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 100%;
  }
  .modal_sub .modal-content {
    border: none;
    -webkit-box-shadow: 9px 5px 30px 0px rgba(0, 0, 0, 0.56);
    box-shadow: 9px 5px 30px 0px rgba(0, 0, 0, 0.56);
  }
  .modal_sub .modal-body {
    padding: 20px;
  }
}
.modal_sub .close {
  position: absolute;
  right: 18px;
  top: 16px;
  z-index: 5;
}
@media (min-width: 768px) {
  .modal_sub .sub-group {
    margin: 0 48px;
  }
}
.modal_sub .sub-group .sub-group--img {
  display: block;
  margin: 20px auto;
  height: auto;
  width: 130px;
}
.modal_sub .sub-group .sub-group--img.logo {
  height: auto;
  width: 60px;
}
.modal_sub .sub-group .sub-group--img.gn {
  height: auto;
  width: 200px;
  margin: 0 auto;
}
.modal_sub .sub-group .sub-group--text {
  color: #050505;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  margin-bottom: 20px;
}
.modal_sub .sub-group .sub-group--btn {
  background-color: #303e99;
  padding: 4px 15px 5px;
  border-radius: 25px;
  margin: 0 auto 20px;
  text-transform: none;
  display: block;
  width: 180px;
  font-size: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal_sub .sub-group .sub-group--btn:focus:focus, .modal_sub .sub-group .sub-group--btn:focus:active, .modal_sub .sub-group .sub-group--btn:focus:hover, .modal_sub .sub-group .sub-group--btn:focus.active, .modal_sub .sub-group .sub-group--btn:hover:focus, .modal_sub .sub-group .sub-group--btn:hover:active, .modal_sub .sub-group .sub-group--btn:hover:hover, .modal_sub .sub-group .sub-group--btn:hover.active, .modal_sub .sub-group .sub-group--btn:active:focus, .modal_sub .sub-group .sub-group--btn:active:active, .modal_sub .sub-group .sub-group--btn:active:hover, .modal_sub .sub-group .sub-group--btn:active.active, .modal_sub .sub-group .sub-group--btn.active:focus, .modal_sub .sub-group .sub-group--btn.active:active, .modal_sub .sub-group .sub-group--btn.active:hover, .modal_sub .sub-group .sub-group--btn.active.active {
  outline: none;
}
.modal_sub .sub-group .sub-group--btn .fa {
  font-size: 1.5em;
  vertical-align: middle;
}
.modal_sub .sub-group .form-control {
  text-align: center;
  margin-top: -14px;
  -webkit-box-shadow: inset 0 -1px 0 #919191;
  box-shadow: inset 0 -1px 0 #919191;
}
.modal_sub .sub-group .form-control:focus {
  -webkit-box-shadow: inset 0 -2px 0 #3f51b5;
  box-shadow: inset 0 -2px 0 #3f51b5;
}

.page .widget-informer {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border: 1px solid #c4cae8;
  overflow: hidden;
}
.page .widget-informer .informer-carousel .carousel-caption .h4, .page .widget-informer .informer-carousel .carousel-caption h4 {
  font-size: 18px;
}
@media (min-width: 768px) {
  .page .widget-informer .informer-carousel .item {
    height: 300px;
  }
}

.widget-informer {
  margin: 20px 0;
}
.widget-informer .widget-informer-header {
  background-color: #ffffff;
  padding: 10px;
}
@media (min-width: 768px) {
  .widget-informer .widget-informer-header {
    padding: 20px 20px 10px;
  }
}
.widget-informer .widget-informer-header .logo-group {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.widget-informer .widget-informer-header .logo {
  height: 45px;
  margin-right: 15px;
  display: inline-block;
}
.widget-informer .widget-informer-header .nav-scroller {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.widget-informer .widget-informer-header .nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 32px;
  padding-bottom: 1rem;
}
.widget-informer .widget-informer-header .nav-scroller .nav-link {
  color: #000;
  font-size: 16px;
  padding: 0 15px;
}
.widget-informer .widget-informer-header .nav-scroller .nav-link:first-child {
  padding-left: 0;
}
.widget-informer .widget-informer-header .nav-scroller .nav-link:last-child {
  padding-right: 0;
}
.widget-informer .widget-informer-header .nav-scroller .nav-link:hover, .widget-informer .widget-informer-header .nav-scroller .nav-link:focus, .widget-informer .widget-informer-header .nav-scroller .nav-link:active, .widget-informer .widget-informer-header .nav-scroller .nav-link.active {
  color: #3f51b5;
  text-decoration: none;
}
.widget-informer .informer-carousel .owl-nav {
  font-size: 30px;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
@media (min-width: 768px) {
  .widget-informer .informer-carousel .owl-nav {
    font-size: 42px;
  }
}
.widget-informer .informer-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 20px;
}
@media (min-width: 768px) {
  .widget-informer .informer-carousel .owl-nav .owl-prev {
    left: 30px;
  }
}
.widget-informer .informer-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 20px;
}
@media (min-width: 768px) {
  .widget-informer .informer-carousel .owl-nav .owl-next {
    right: 30px;
  }
}
.widget-informer .informer-carousel .carousel-caption {
  background-color: rgba(255, 255, 255, 0.75);
  text-shadow: none;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding: 15px;
}
@media (min-width: 768px) {
  .widget-informer .informer-carousel .carousel-caption {
    padding: 12px 18px;
  }
}
@media (max-width: 767px) {
  .widget-informer .informer-carousel .carousel-caption {
    width: 65%;
  }
}
.widget-informer .informer-carousel .carousel-caption .h4, .widget-informer .informer-carousel .carousel-caption h4 {
  color: #000000;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 991px) {
  .widget-informer .informer-carousel .carousel-caption .h4, .widget-informer .informer-carousel .carousel-caption h4 {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .widget-informer .informer-carousel .item {
    height: 350px;
  }
  .widget-informer .informer-carousel .item a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
  }
  .widget-informer .informer-carousel .item a:hover img.height, .widget-informer .informer-carousel .item a:focus img.height {
    top: 100%;
    bottom: 100%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  .widget-informer .informer-carousel .item a img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    height: 100%;
    display: block;
    max-width: none;
    max-height: none;
    width: auto;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  .widget-informer .informer-carousel .item a img.height {
    width: 100%;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -15%);
    -ms-transform: translate(0, -15%);
    -o-transform: translate(0, -15%);
    transform: translate(0, -15%);
  }
}
@media (max-width: 767px) {
  .widget-informer .informer-carousel .item {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
}

@media (min-width: 1212px) {
  .embed-responsive-top {
    padding-bottom: 20.974%;
  }
}
@media (min-width: 992px) and (max-width: 1211px) {
  .embed-responsive-top {
    padding-bottom: 20.834%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .embed-responsive-top {
    padding-bottom: 21%;
  }
}

.modal-open.pwa {
  overflow: auto;
}

@media (min-width: 768px) {
  .modal_pwa {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .modal_pwa {
    top: auto;
  }
  .modal_pwa .modal-dialog {
    margin: 0;
  }
  .modal_pwa .modal-content {
    border: 0;
  }
  .modal_pwa .modal-body {
    background-color: #3f51b5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
  }
  .modal_pwa .modal-body .close {
    color: #fff;
    margin-right: 13px;
    position: relative;
    display: inline-block;
    min-width: 17px;
    min-height: 17px;
    overflow: hidden;
    opacity: 1;
  }
  .modal_pwa .modal-body .close::before, .modal_pwa .modal-body .close::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
    border-radius: 10px;
  }
  .modal_pwa .modal-body .close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .modal_pwa .modal-body .close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .modal_pwa .modal-body p {
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    margin-bottom: 0;
  }
  .modal_pwa .modal-body .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 50rem;
    color: #3f51b5;
    text-transform: none;
    font-size: 12px;
    line-height: 14px;
    padding: 8px 12px;
    margin-left: 10px;
  }
}

@media (min-width: 768px) {
  .alert-pwa {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .alert-pwa {
    background-color: #3f51b5;
    margin: 0 20px 20px;
    border-radius: 10px;
    padding: 20px 10px 10px 20px;
  }
  .alert-pwa h6 {
    color: #fff;
    margin-top: 5px;
  }
  .alert-pwa .small {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .alert-pwa .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 50rem;
    color: #3f51b5;
    text-transform: none;
    font-size: 12px;
    line-height: 14px;
    padding: 8px 12px;
    margin-left: 10px;
  }
  .alert-pwa .btn.btn-link {
    color: #fff;
    opacity: 0.6;
  }
  .alert-pwa .btn.btn-primary {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .alert-pwa.alert-content {
    background-color: #fff;
    margin: 20px;
    border-radius: 10px;
    padding: 15px;
  }
  .alert-pwa.alert-content .alert-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .alert-pwa.alert-content .logo {
    height: auto;
    width: 60px;
    padding-right: 5px;
  }
  .alert-pwa.alert-content h6 {
    color: #404040;
  }
  .alert-pwa.alert-content .small {
    color: #B3B3B3;
  }
}

.title-clear .btn.tooltip-new {
  vertical-align: 5px;
}
.title-clear .btn.btn-viber, .title-clear .btn.btn-telegram {
  vertical-align: 2px;
}

.list-plashka {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 767px) {
  .list-plashka {
    margin-top: 11.5px;
    padding: 0 10px;
  }
}
.list-plashka .plashka {
  border-radius: 5px;
  background-color: #FFFFFF;
  border: 1px solid #314093;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  text-transform: none;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 20px;
}
@media (max-width: 991px) {
  .list-plashka .plashka {
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
  }
}
.list-plashka .plashka:hover, .list-plashka .plashka:focus, .list-plashka .plashka:active {
  background-color: rgba(49, 64, 147, 0.35);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.list-plashka .plashka:active {
  background-color: rgba(49, 64, 147, 0.35);
  background-image: -webkit-radial-gradient(circle, rgba(49, 64, 147, 0.35) 10%, rgba(49, 64, 147, 0.3) 11%);
  background-image: radial-gradient(circle, rgba(49, 64, 147, 0.5) 10%, rgba(49, 64, 147, 0.3) 11%);
  background-repeat: no-repeat;
  background-size: 1000% 1000%;
}
.list-plashka .plashka .icon {
  border-radius: 50%;
  margin-right: 10px;
  overflow: hidden;
  height: 25px;
  width: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}
.list-plashka .plashka .icon.icon-quarantine {
  background-image: url("../img/cbimage.jpg");
  background-size: 100%;
  background-color: #ffffff;
}

.tooltip-new {
  color: #3f51b5;
  text-transform: none;
  font-size: 16px;
  padding-right: 0;
  background: none;
}
.tooltip-new:hover, .tooltip-new:active:hover, .tooltip-new:focus, .tooltip-new:active {
  background: none;
  outline: none;
}

.btn-viber,
.btn-telegram {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-viber {
  background-color: #532B78;
}
.btn-viber:hover, .btn-viber:focus, .btn-viber:active {
  background-color: #532B78;
}

.btn-telegram {
  background-color: #71A6D9;
}
.btn-telegram:hover, .btn-telegram:focus, .btn-telegram:active {
  background-color: #71A6D9;
}

.card-block.card-last-news .see-more.see-more--group .btn-group.group-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.card-block.card-last-news .see-more.see-more--group .btn-group.group-flex .btn {
  height: auto;
  margin: 0;
  padding: 10px;
  width: auto;
}
.card-block.card-last-news .see-more.see-more--group .btn-group.group-flex .btn + .btn {
  padding: 10px;
  width: auto;
}
.card-block.card-last-news .see-more.see-more--group .btn-group.group-flex .btn.btn-viber, .card-block.card-last-news .see-more.see-more--group .btn-group.group-flex .btn.btn-telegram {
  border-radius: 50%;
  display: flex;
  height: 35px;
  width: 35px;
  min-width: 35px;
}
.card-block.card-last-news .see-more.see-more--group .btn-group.group-flex .btn.btn-viber {
  background-color: #532B78;
}
.card-block.card-last-news .see-more.see-more--group .btn-group.group-flex .btn.btn-viber:hover, .card-block.card-last-news .see-more.see-more--group .btn-group.group-flex .btn.btn-viber:focus, .card-block.card-last-news .see-more.see-more--group .btn-group.group-flex .btn.btn-viber:active {
  background-color: #532B78;
}
.card-block.card-last-news .see-more.see-more--group .btn-group.group-flex .btn.btn-telegram {
  background-color: #71A6D9;
}
.card-block.card-last-news .see-more.see-more--group .btn-group.group-flex .btn.btn-telegram:hover, .card-block.card-last-news .see-more.see-more--group .btn-group.group-flex .btn.btn-telegram:focus, .card-block.card-last-news .see-more.see-more--group .btn-group.group-flex .btn.btn-telegram:active {
  background-color: #71A6D9;
}

.visible-xs-d-flex {
  display: none;
}
@media (max-width: 767px) {
  .visible-xs-d-flex {
    display: flex;
  }
}

.new-page .quarantine {
  margin-left: 0;
  margin-bottom: 1rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  .news .title-clear .quarantine {
    border-radius: 5px;
    display: inline-flex;
    width: 240px;
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  .news .title-clear {
    display: block;
    padding-right: 15px;
  }
  .news .title-clear .btn.tooltip-new {
    padding: 0 10px;
    vertical-align: 2px;
  }
  .news .title-clear .quarantine {
    border-radius: 5px;
    display: flex;
    margin: 20px auto 0;
    width: 240px;
  }
}
@media (max-width: 357px) {
  .news .btn-viber,
.news .btn-telegram {
    height: 20px;
    width: 20px;
  }
  .news .btn-viber svg,
.news .btn-telegram svg {
    height: 10px;
    width: 10px;
  }
}

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