body {
  font: 1em Arial, sans-serif;
}

body, select, input, textarea {
  color: #333;
}

a {
  color: #03f;
}

a:focus,
a:hover {
  outline: none;
}

a:hover {
  color: #69f;
}

a,
a:before,
a:after {
  transition: all 0.15s linear 0s;
}

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

a:link {
  -webkit-tap-highlight-color: #000;
}

ins {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

mark {
  background-color: #000;
  color: #fff;
  font-style: italic;
  font-weight: bold;
}

input:-moz-placeholder {
  color:#a9a9a9;
}

textarea:-moz-placeholder {
  color:#a9a9a9;
}

big {
  font-size: 1.5em;
}

.transition {
  transition: all 0.15s linear 0s;
}



/* Page
-------------------------------------------------------------------------------*/

.page-wrapper {
}

.page-content {
  width: 940px;
  margin: 0 auto;
}

.page-content header {
  padding: 20px 0 10px 0;
}

.page-content header a.logo {
  display: inline-block;
  padding: 14px 10px 8px;
  border: none;
  border-radius: 6px;
  margin-left: -10px;
}

.page-content header .logo-img {
  display: inline-block;
  width: 185px;
  height: 61px;
  position: relative;
}

.page-content header a.logo:hover,
.page-content header a.logo:focus {
  background: #000;
}

.page-content header .logo-img:before,
.page-content header .logo-img:after {
  content: '';
  display: block;
  position: absolute;
  top: 0; bottom: 0;
  left: 0; right: 0;
  background: url('../../i/logo.png') 0 0 no-repeat;
  transition: opacity 0.15s linear 0s;
}

.page-content header .logo-img:after {
  background-position: 0 -61px;
  opacity: 0;
}

.page-content header .logo:hover .logo-img:after,
.page-content header .logo:focus .logo-img:after {
  opacity: 1;
}

.page-content header .logo:hover .logo-img:before,
.page-content header .logo:focus .logo-img:before {
  opacity: 0;
}

.page-content header a.normal {
  display: inline-block;
  float: right;
  margin-top: 30px;
  margin-right: -12px;
  font-size: 1.125em;
  color: #000;
  text-decoration: none;
  padding: 8px 12px;
  border: none;
  border-radius: 4px;
}

.page-content header .normal:hover,
.page-content header .normal:focus {
  background: #000;
  color: #fff;
}

.page-content header .normal .icon {
  display: inline-block;
  width: 24px;
  height: 14px;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
}

.page-content header .normal .icon:before,
.page-content header .normal .icon:after {
  content: '';
  display: block;
  position: absolute;
  top: 0; bottom: 0;
  left: 0; right: 0;
  background: url('../../i/icon-eye.png') 0 0 no-repeat;
  transition: opacity 0.15s linear 0s;
}

.page-content header .normal .icon:before {
  background-position: 0 0;
  opacity: 1;
}

.page-content header .normal:hover .icon:before,
.page-content header .normal:focus .icon:before {
  opacity: 0;
}

.page-content header .normal .icon:after {
  background-position: 0 -14px;
  opacity: 0;
}

.page-content header .normal:hover .icon:after,
.page-content header .normal:focus .icon:after {
  opacity: 1;
}


.page-content nav.main {
  margin: 10px 0;
  border: 2px solid #000;
  border-radius: 5px;
}

.page-content nav.main a {
  display: block;
  float: left;
  line-height: 56px;
  padding: 0 20px;
  border: none;
  text-decoration: none;
  color: #000;
  font-size: 1.125em;
}

.page-content nav.main a:hover,
.page-content nav.main a:focus {
  background: #e5e5e5;
}

.page-content nav.main a .text {
  border-bottom: 1px solid transparent;
  transition: border-color 0.15s linear 0s;
}

.page-content nav.main a:hover .text,
.page-content nav.main a:focus .text {
  border-color: #000;
}

.page-content nav.main a.active {
  background: #000;
}

.page-content nav.main a.active .text {
  color: #fff;
}

.page-content nav.main .menu .icon {
  display: inline-block;
  width: 24px;
  height: 20px;
  vertical-align: middle;
  margin: 0 20px 2px 0;
  position: relative;
  background: url('../../i/icon-menu.png') 0 0 no-repeat;
}

.page-content nav.main .search .icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin: 0 10px 3px 0;
  position: relative;
  background: url('../../i/icon-search.png') 0 0 no-repeat;
}

.page-content nav.main .add .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin: 0 20px 3px 0;
  position: relative;
  background: url('../../i/icon-add.png') 0 0 no-repeat;
}

.page-content nav.main .enter .icon {
  display: inline-block;
  width: 18px;
  height: 24px;
  vertical-align: middle;
  margin: 0 20px 4px 0;
  position: relative;
  background: url('../../i/icon-enter.png') 0 0 no-repeat;
}

footer {
  margin-top: 40px;
}

footer p {
  color: #707070;
  font-size: 0.8125em;
  margin-top: -8px;
  line-height: 1.4em;
}

footer .copyright {
  font-size: 1.125em;
}

.page-content .spacer {
  height: 30px;
}

.page-content > section.main {
  padding: 30px 0 100px 0;
}

.page-content h1 {
  display: block;
  font-size: 3em;
  color: #000;
  margin: 10px -2px;
}

.page-content h1 .counter {
  font-size: 0.5em;
  margin-left: 15px;
  vertical-align: middle;
}

.page-content h2 {
  display: block;
  font-size: 1.5em;
  margin: 10px -2px;
}

.page-content .submenu {
  margin-top: 20px;
}

.page-content .img-slider {
  margin-top: 25px;
}

.page-content .slick-slider {
  position: relative;
}

.page-content .slick-slider .slick-arrow {
  display: inline-block;
  position: absolute;
  width: 56px;
  height: 56px;
  top: 50%;
  margin-top: -28px;
  border: none;
  border-radius: 4px;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  transition: all 0.15s linear 0s;
}

.page-content .slick-slider .slick-arrow:hover,
.page-content .slick-slider .slick-arrow:focus {
  background-color: rgba(0,0,0,1);
  outline: none;
}

.page-content .slick-slider .slick-arrow.slick-prev {
  left: -8px;
}

.page-content .slick-slider .slick-arrow.slick-next {
  right: -8px;
}

.page-content .slick-slider .slick-arrow.slick-prev:before,
.page-content .slick-slider .slick-arrow.slick-next:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%; left: 50%;
  margin-top: -12px;
  margin-left: -13px;
  width: 25px;
  height: 26px;
  background: url('../../i/icon-slider-arrows.png') 0 0 no-repeat;
}

.page-content .slick-slider .slick-arrow.slick-next:before {
  background-position: 0 -26px;
}

.page-content .img-slider .slider-wrapper {
  border: 2px solid #000;
  border-radius: 4px;
  padding: 21px 40px 30px;
}

.page-content .buttons {
  margin-top: 20px;
}

.page-content .button.input {
  padding: 9px;
  font-size: 1.125em;
  vertical-align: middle;
  height: 44px;
}

.page-content .button.input:active  {
  padding: 10px;
}

.page-content .button.small {
  padding: 10px;
  font-size: 1.125em;
}

.page-content a.button.small:hover,
.page-content a.button.small:focus {
  color: #000;
  background: #e5e5e5;
}

.page-content a.button.small:active  {
  padding: 10px;
}

.page-content a.button.small .text {
  border-bottom: 1px solid transparent;
  transition: border-color 0.15s linear 0s;
}

.page-content a.button.small:hover .text,
.page-content a.button.small:focus .text {
  border-color: #000;
}

.page-content a.button.small.active {
  background: #000;
  color: #fff;
}

.page-content a.button.small.active:hover,
.page-content a.button.small.active:focus {
  background: #000;
}

.page-content a.button.small.active:hover .text,
.page-content a.button.small.active:focus .text {
  border-color: #fff;
}

.page-content .pseudo .text {
  border-bottom: 1px solid transparent;
  transition: border-color 0.15s linear 0s;
}

.page-content .pseudo:hover .text,
.page-content .pseudo:focus .text {
  border-color: #000;
}

.page-content .main .index-news {
  margin: 20px -10px;
  display: none;
}
.page-content .main .index-news.active {
  display: block;
}

.page-content .main .index-news > a:link {
    text-decoration: none;
    margin: 0 10px 30px;
    border: 0 none;
    width: 455px;
    min-height: 135px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    _height: 310px;
}

.page-content .main .index-news > a .poster {
  display: block;
  text-align: center;
  background: #000;
  font-size: 0;
  width: 100%;
  padding: 0;
}

.page-content .main .index-news > a .info {
  display: table-cell;
  vertical-align: top;
}

.page-content .main .index-news > a .info .title {
  font-size: 1.5em;
  margin-top: 15px;
}

.page-content .index-news > a .info .title .text {
  border-bottom: 1px solid #ccc;
  transition: border-color 0.15s linear 0s;
}

.page-content .index-news > a .info .desc {
  line-height: 1.625em;
  margin-top: 10px;
}

.page-content .index-news > a .info .desc .comments:before {
  content: '|';
  display: inline;
  margin: 0 10px 0;
}

.page-content .index-news > a:hover .info .title .text,
.page-content .index-news > a:focus .info .title .text {
  border-color: #000;
}

.page-content .pager > a {
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 1.125em;
  line-height: 1.1em;
}

.page-content .list-news {
  margin: 20px 0;
}

.page-content .list-news > a:link {
  text-decoration: none;
  display: table;
  margin-top: 50px;
  border: 0 none;
}

.page-content .list-news > a .poster {
  display: table-cell;
  width: 100px;
  padding-right: 14px;
}

.page-content .list-news > a .info {
  display: table-cell;
  vertical-align: top;
}

.page-content .list-news > a .info .title {
  font-size: 1.5em;
  margin-top: 15px;
}

.page-content .list-news > a .info .title .text {
  border-bottom: 1px solid #ccc;
  transition: border-color 0.15s linear 0s;
}

.page-content .list-news > a .info .anons {
  line-height: 1.625em;
  margin-top: 10px;
}

.page-content .list-news > a .info .actions {
  margin-top: 10px;
}

.page-content .list-news > a:hover .info .title .text,
.page-content .list-news > a:focus .info .title .text {
  border-color: #000;
}

.page-content .list-news > a:hover .pseudo,
.page-content .list-news > a:focus .pseudo {
  border-color: #000;
  background: #ccc;
}

.page-content .list-news > a:hover .pseudo .text,
.page-content .list-news > a:focus .pseudo .text  {
  color: #000;
  border-color: #000;
}

.page-content .list-news > a:active .pseudo,
.page-content .list-news > a:active .pseudo {
  padding: 12px;
}

.page-content .list-news > a .comments-counter {
  line-height: 2.5em;
  padding-left: 1.2em;
}

.page-content .list-discuss {
  margin: 10px 0;
}

.page-content .list-discuss .day {
  margin: 2em 0 -4px;
}

.page-content .list-discuss .item {
  margin-top: 20px;
  position: relative;
}

.page-content .list-discuss .item:after {
  content: '';
  display: block;
  clear: both;
}

.page-content .list-discuss .item .title {
  font-size: 1.4em;
  padding-left: 3em;
}

.page-content .list-discuss .item .time {
  float: left;
  line-height: 1.8em;
  position: absolute;
}

.page-content .list-discuss .item .anons {
  padding: 0.5em 0;
  line-height: 1.6em;
}

.page-content .list-discuss .image {
  float: left;
  font-size: 1.4em;
  margin: 0 1em 0 3em;
}

.page-content .list-discuss > a:link {
  text-decoration: none;
  display: block;
  margin-top: 50px;
  border: none;
}

.page-content .list-discuss > a .title {
  font-size: 1.5em;
  margin-top: 5px;
}

.page-content .list-discuss > a .title .text {
  border-bottom: 1px solid #ccc;
  transition: border-color 0.15s linear 0s;
}

.page-content .list-discuss > a:hover .title .text,
.page-content .list-discuss > a:focus .title .text {
  border-color: #000;
}

.page-content .list-discuss > a .info {
  font-size: 0.95em;
  margin-bottom: 1em;
}



/* Common styles
-------------------------------------------------------------------------------*/

/* selection */

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

/* headers */

.page-content h1 {
  display: block;
  font-size: 3em;
  color: #000;
  margin: 10px -2px;
}

/* paragraph */

.page-content p {
  color: #000;
  padding: 1em 0 0;
  line-height: 1.4em;
}

.page-content .text-body {
  font-size: 1.125em;
  margin-top: 1em;
}

/* lists */

.page-content ul {
  padding-left: 1em;
}

.page-content ul > li {
  padding-left: 1.5em;
  margin-top: 0.5em;
  text-indent: -1.3em;
}

.page-content ul > li:before {
  content: "\2014";
  padding-right: 5px;
}

/* text colors */

.page-content .color-normal {
  color: #000;
}

.page-content .color-light {
  color: #707070;
}

/* links */

.page-content a:link,
.page-content a:visited,
.page-content a.link-normal:link,
.page-content a.link-normal:visited {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  transition: all 0.15s linear 0s;
}

.page-content a:hover,
.page-content a:focus,
.page-content a.link-normal:hover,
.page-content a.link-normal:focus {
  border-width: 2px;
  border-color: #000;
}

.page-content a:active,
.page-content a.link-normal:active {
  color: #707070;
  border-width: 1px;
  border-color: #ccc;
}

.page-content a.link-light:link,
.page-content a.link-light:visited {
  color: #707070;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  transition: all 0.15s linear 0s;
}

.page-content a.link-light:hover,
.page-content a.link-light:focus {
  color: #000;
  border-width: 2px;
  border-color: #000;
}

.page-content a.link-light:active {
  color: #707070;
  border-width: 1px;
  border-color: #ccc;
}

/* buttons */

.page-content .button,
.page-content a.button,
.page-content a.button:visited {
  display: inline-block;
  padding: 20px;
  text-decoration: none;
  color: #000;
  background: #fff;
  border: 2px solid #000;
  border-radius: 4px;
  vertical-align: top;
  transition: all 0.15s linear 0s;
  font-size: 1.125em;
}

.page-content .button.active,
.page-content .button:hover,
.page-content a.button:hover,
.page-content .button:focus,
.page-content a.button:focus {
  color: #fff;
  background: #000;
  outline: none;
}

.page-content .button:active,
.page-content a.button:active {
  padding: 22px 20px 18px 20px;
}

/* pseudo buttons */

.page-content .pseudo,
.page-content a.pseudo,
.page-content a.pseudo:visited {
  display: inline-block;
  padding: 12px;
  text-decoration: none;
  color: #000;
  background: #e5e5e5;
  border: none;
  border-radius: 4px;
  vertical-align: top;
  transition: all 0.15s linear 0s;
}

.page-content .pseudo:hover,
.page-content a.pseudo:hover,
.page-content .pseudo:focus,
.page-content a.pseudo:focus {
  color: #fff;
  background: #000;
  outline: none;
}

.page-content .pseudo:active,
.page-content a.pseudo:active {
  padding: 14px 12px 10px 12px;
}

/* input forms */

.page-content select,
.page-content input[type=text],
.page-content input[type=password],
.page-content textarea {
  border: none;
  border-radius: 2px;
  box-shadow: 0 0 0 2px #000;
  padding: 8px 5px;
  color: #000;
  font-family: Arial;
  font-size: 1.2em;
  background: #fff;
  transition: all 0.15s linear 0s;
}

.page-content select:focus,
.page-content input[type=text]:focus,
.page-content input[type=password]:focus,
.page-content textarea:focus {
  box-shadow: 0 0 0 4px #000;
  outline: none;
}

.page-content select:disabled,
.page-content input[type=text]:disabled,
.page-content input[type=password]:disabled,
.page-content textarea:disabled {
  color: #ccc;
  box-shadow: 0 0 0 2px #ccc;
  background: #fff;
}

.page-content input[type=checkbox],
.page-content input[type=radio] {
    display: none;
}

.page-content input[type=checkbox] + label,
.page-content input[type=radio] + label {
  display: inline-block;
  min-height: 20px;
  cursor: pointer;
  position: relative;
}

.page-content input[type=checkbox] + label:before,
.page-content input[type=radio] + label:before {
  content: '';
  display: inline-block;
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  border: 2px solid #000;
  transition: background-color 0.15s linear 0s, box-shadow 0.15s linear 0s;
}

.page-content input[type=checkbox] + label:before,
.page-content input[type=radio] + label:before {
  background: none;
}

.page-content input[type=checkbox]:checked + label:before {
  background: url('../../i/icon-checkbox.png') 0 0 no-repeat;
}

.page-content input[type=radio]:checked + label:before {
  background: url('../../i/icon-radio.png') 0 0 no-repeat;
}

.page-content input[type=radio] + label:hover:before,
.page-content input[type=radio] + label:focus:before  {
  background-color: #000;
  box-shadow: 0 0 0 2px #000;
}

.page-content input[type=checkbox] + label:hover:before,
.page-content input[type=checkbox] + label:focus:before  {
  background-color: #000;
  box-shadow: 0 0 0 1px #000;
}

.page-content input[type=radio]:checked + label:hover:before,
.page-content input[type=radio]:checked + label:focus:before,
.page-content input[type=checkbox]:checked + label:hover:before,
.page-content input[type=checkbox]:checked + label:focus:before  {
  background-position: 0 -22px;
}

.page-content input[type=radio]:checked + label:active:before,
.page-content input[type=checkbox]:checked + label:active:before  {
  background-position: 0 -44px;
}

.page-content input[type=radio]:disabled + label:before,
.page-content input[type=checkbox]:disabled + label:before,
.page-content input[type=radio]:disabled + label:hover:before,
.page-content input[type=checkbox]:disabled + label:hover:before,
.page-content input[type=radio]:disabled + label:focus:before,
.page-content input[type=checkbox]:disabled + label:focus:before,
.page-content input[type=radio]:disabled + label:active:before,
.page-content input[type=checkbox]:disabled + label:active:before {
  border-color: #ccc;
  background-position: 0 -66px;
  box-shadow: none;
  background-color: #fff;
}

.page-content input[type=radio] + label:before {
  border-radius: 50%;
}

.page-content input[type=file] {
    display: none;
}

/* breadcrumbs */

.page-content nav.breadcrumbs {
  padding-top: 6px;
}

.page-content nav.breadcrumbs > span:before {
  content: '\2192';
  display: inline-block;
  position: relative;
  padding-right: 5px;
}

.page-content nav.breadcrumbs > span:first-child:before {
  content: none;
}

.page-content nav.breadcrumbs > span:last-child a {
  border: none;
}


.page-content .company-logo {
  display: inline-block;
  float: right;
  margin-top: 1em;
}

.page-content .hr-line {
  height: 2px;
  background: #000;
  margin-top: 1em;
}

.page-content form {
  margin: 20px 0 20px 0;
}

.page-content .input-row {
  margin-top: 25px;
}

.page-content .input-label {
  display: inline-block;
  width: 130px;
  font-size: 1.125em;
  vertical-align: top;
  padding: 8px 0;
}

.page-content .input-field {
  display: inline-block;
  width: 800px;
}

.page-content .input-hint {
  padding-top: 6px;
}

.page-content .width-small {
  width: 100px;
}

.page-content .width-normal {
  width: 320px;
}

.page-content .width-medium {
  width: 470px;
}

.page-content .width-wide {
  width: 100%;
}

.page-content .height-medium {
  height: 160px;
}

.page-content .radio-group {
  margin: 20px 0 0;
  border: 2px solid #000;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.page-content .radio-group label {
  display: block;
  position: static;
  padding: 4px 10px 10px;
  border: none;
  border-right: 2px solid #000;
  text-decoration: none;
  width: 312px;
  transition: all 0.15s linear 0s;
}

.page-content .radio-group label.last {
  border: none;
}

.page-content .radio-group label:hover,
.page-content .radio-group label:focus {
  border-right: 2px solid #000;
  background: #e5e5e5;
}

.page-content .radio-group label.last:hover,
.page-content .radio-group label.last:focus {
  border: none;
}

.page-content .radio-group label .title {
  font-size: 1.125em;
}

.page-content .radio-group label .block {
  display: block;
  padding: 10px 0 0 34px;
}

.page-content .radio-group label .description {
  padding-bottom: 2em;
}

.page-content .radio-group label .pull-down {
  position: absolute;
  bottom: 0;
  padding-bottom: 10px;
}

.page-content .search-wrapper input[type=submit] {
  vertical-align: middle;
  height: 42px;
  padding: 8px;
  margin-left: 10px;
}

.page-content .search-wrapper .search-input {
  display: inline-block;
  position: relative;
}

.page-content .search-wrapper .search {
  padding-left: 40px;
}

.page-content .search-wrapper .icon-search {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 7px;
  width: 25px;
  height: 25px;
  background: url('../../i/icon-search.png') 0 0 no-repeat;
  pointer-events: none;
}

.page-content .columns.col-3 {
  -webkit-columns: 287px 3;
  -moz-columns: 287px 3;
  columns: 287px 3;
}

.page-content .columns.categories > div {
  padding-top: 20px;
}

.page-content .columns.categories .category {
  font-size: 1.125em;
}

.page-content .emergency {
  margin: 40px 0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.page-content .emergency > div {
  position: relative;
}

.page-content .emergency .headline a {
  display: block;
  padding: 26px 8px;
  text-decoration: none;
  border: none;
}

.page-content .emergency.collapsed .content {
  height: 0px;
  overflow: hidden;
  padding: 0;
}

.page-content .emergency .content {
  padding-bottom: 40px;
}

.page-content .emergency .content > div {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}

.page-content .emergency .content > div p {
  padding: 10px 0 0;
}

.page-content .emergency.collapsed .headline a:hover,
.page-content .emergency.collapsed .headline a:focus {
  background: #e5e5e5;
}

.page-content .emergency .headline a .pseudo {
  float: right;
  margin-top: -6px;
}

.page-content .emergency .headline a:hover .pseudo,
.page-content .emergency .headline a:focus .pseudo{
  background: #cecece;
  color: #000;
}

.page-content .emergency .headline .title {
  font-size: 1.5em;
}

.page-content .emergency dt {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  text-align: center;
  line-height: 48px;
}

.page-content .emergency dd {
  padding: 15px 0 0 60px;
  font-size: 1.125em;
}

.page-content .emergency dd .separate {
  line-height: 2em;
}

.page-content .inverse {
  color: #fff;
  background: #000;
}

.page-content .inform,
.page-content .advert {
  margin-bottom: 50px;
}

.page-content .inform .title,
.page-content .advert .title {
  font-size: 1.5em;
}

.page-content .inform .address {
  font-size: 1.125em;
  padding: 15px 0 0 30px;
  position: relative;
}

.page-content .advert .date {
  padding-top: 20px;
}

.page-content .inform .address:before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 22px;
  height: 32px;
  background: url('../../i/icon-address.png') 0 0 no-repeat;
}

.page-content .inform .text {
  font-size: 1.125em;
  padding: 10px 0 0 30px;
}

.page-content .advert .text {
  font-size: 1em;
  padding-top: 10px;
}

.page-content .advert .image {
  padding-top: 15px;
}

.page-content .advert .actions {
  padding-top: 20px;
}

.page-content .inform .text p,
.page-content .advert .text p {
  padding: 5px 0 0 0;
}

.page-content .inform .pseudo {
  margin: 25px 0 0 30px;
}

.page-content .emergency .padding-medium {
  padding: 25px 0 35px 0;
}

.page-content .emergency .text-body {
  margin: 5px 0;
}

.page-content .top-advert .image {
  margin-bottom: 10px;
}

.page-content .top-advert .advert {
  margin: 0px;
}

.page-content .comment-textarea {
  margin: 0 2px;
}

.page-content .comment-actions {
  padding-top: 10px;
}

.page-content .pull-right {
  float: right;
}

.page-content .social span {
  line-height: 60px;
  padding-right: 10px;
}

.page-content .social .button {
  width: 60px;
  height: 60px;
  position: relative;
}

.page-content .social .social-vk:before,
.page-content .social .social-vk:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -12px;
  width: 24px;
  height: 14px;
  background: url('../../i/icon-social-vk.png') 0 0 no-repeat;
  opacity: 1;
  transition: opacity 0.15s linear 0s;
}

.page-content .social .social-vk:after {
  background-position: 0 -14px;
  opacity: 0;
}

.page-content .social .social-vk:hover:before,
.page-content .social .social-vk:focus:before {
  opacity: 0;
}

.page-content .social .social-vk:hover:after,
.page-content .social .social-vk:focus:after {
  opacity: 1;
}

.page-content .social .social-ok:before,
.page-content .social .social-ok:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -7px;
  width: 13px;
  height: 24px;
  background: url('../../i/icon-social-ok.png') 0 0 no-repeat;
  opacity: 1;
  transition: opacity 0.15s linear 0s;
}

.page-content .social .social-ok:after {
  background-position: 0 -24px;
  opacity: 0;
}

.page-content .social .social-ok:hover:before,
.page-content .social .social-ok:focus:before {
  opacity: 0;
}

.page-content .social .social-ok:hover:after,
.page-content .social .social-ok:focus:after {
  opacity: 1;
}

.page-content .social .social-fb:before,
.page-content .social .social-fb:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -5px;
  width: 11px;
  height: 24px;
  background: url('../../i/icon-social-fb.png') 0 0 no-repeat;
  opacity: 1;
  transition: opacity 0.15s linear 0s;
}

.page-content .social .social-fb:after {
  background-position: 0 -24px;
  opacity: 0;
}

.page-content .social .social-fb:hover:before,
.page-content .social .social-fb:focus:before {
  opacity: 0;
}

.page-content .social .social-fb:hover:after,
.page-content .social .social-fb:focus:after {
  opacity: 1;
}

.page-content .social .social-tw:before,
.page-content .social .social-tw:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -12px;
  width: 24px;
  height: 15px;
  background: url('../../i/icon-social-tw.png') 0 0 no-repeat;
  opacity: 1;
  transition: opacity 0.15s linear 0s;
}

.page-content .social .social-tw:after {
  background-position: 0 -15px;
  opacity: 0;
}

.page-content .social .social-tw:hover:before,
.page-content .social .social-tw:focus:before {
  opacity: 0;
}

.page-content .social .social-tw:hover:after,
.page-content .social .social-tw:focus:after {
  opacity: 1;
}

.page-content .social .social-lj:before,
.page-content .social .social-lj:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  width: 24px;
  height: 24px;
  background: url('../../i/icon-social-lj.png') 0 0 no-repeat;
  opacity: 1;
  transition: opacity 0.15s linear 0s;
}

.page-content .social .social-lj:after {
  background-position: 0 -24px;
  opacity: 0;
}

.page-content .social .social-lj:hover:before,
.page-content .social .social-lj:focus:before {
  opacity: 0;
}

.page-content .social .social-lj:hover:after,
.page-content .social .social-lj:focus:after {
  opacity: 1;
}

.page-content .social .social-mm:before,
.page-content .social .social-mm:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -12px;
  width: 24px;
  height: 23px;
  background: url('../../i/icon-social-mm.png') 0 0 no-repeat;
  opacity: 1;
  transition: opacity 0.15s linear 0s;
}

.page-content .social .social-mm:after {
  background-position: 0 -23px;
  opacity: 0;
}

.page-content .social .social-mm:hover:before,
.page-content .social .social-mm:focus:before {
  opacity: 0;
}

.page-content .social .social-mm:hover:after,
.page-content .social .social-mm:focus:after {
  opacity: 1;
}

.page-content .news-date {
  margin: 1em 0 0;
}

.page-content .text-body.news > p:first-child {
  padding-top: 0;
}

.page-content .img-centered {
  text-align: center;
  background: #000;
  font-size: 0;
  margin: 30px 0;
}

.page-content .gallery {
  margin-top: 30px;
}

.page-content .gallery .picture {
  cursor: pointer;
}

.page-content .gallery .preview {
  margin: 0 -5px 0;
}

.page-content .gallery .preview a {
  display: block;
  float: left;
  width: 180px;
  height: 120px;
  margin: 5px;
  position: relative;
  border: none;
}

.page-content .gallery .preview a.item:before {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  left: 0; right: 0;
  background: rgba(255,255,255,0.5);
  transition: opacity 0.15s linear 0s;
  opacity: 1;
}

.page-content .gallery .preview a.item.active:before {
  opacity: 0;
}

.page-content .gallery .preview a.item:hover:before,
.page-content .gallery .preview a.item:focus:before {
  opacity: 0;
}

.page-content .gallery .preview a.item:after {
  content: '';
  position: absolute;
  top: -4px; bottom: -4px;
  left: -4px; right: -4px;
  border: 2px solid transparent;
  border-radius: 4px;
  transition: border-color 0.15s linear 0s;
}

.page-content .gallery .preview a.item.active:after {
  border-color: #000;
}

.page-content .gallery .preview a.load-more {
  font-size: 18px;
  text-align: center;
  padding-top: 2em;
}

.page-content .voting .header {
  font-size: 1.5em;
}

.page-content .voting .total {
  margin-top: 0.8em;
}

.page-content .voting .answers,
.page-content .voting .results {
  margin: 1em 0 2.5em 0;
}

.page-content .voting .answers p {
  padding: 0.7em 0 0;
  font-size: 1.125em;
}

.page-content .voting .results .result-row {
  padding: 0.8em 0;
}

.page-content .voting .results .result-row > div {
  display: inline-block;
  vertical-align: middle;
}

.page-content .voting .results .result-row .precent {
  width: 80px;
  height: 10px;
}

.page-content .voting .results .result-row .precent .load {
  display: block;
  background: #000;
  height: 100%;
}

.page-content .voting .results .result-row .count {
  width: 180px;
}

.page-content .voting .results .result-row .answer{
  font-size: 1.125em;
  max-width: 650px;
}

.page-content .comment .comment-body {
  padding: 1em 0 0 2em;
  line-height: 1.3em;
}

.page-content .comment-add .label {
  margin: 1.5em 0 0.5em 0;
}

.page-content .comment-add .buttons {
  margin-left: -2px;
}

.page-content .list-photo {
  margin: 20px -10px 0;
}

.page-content .list-photo > div.item {
  float: left;
  width: 220px;
  margin: 0 10px;
}

.page-content .list-photo img {
  display: block;
  margin-bottom: 8px;
}

.page-content .list-photo .text {
  line-height: 1.4em;
  font-size: 1.125em;
}

.page-content .links {
  font-size: 1.125em;
}


.artcommentlink {
    display: block;
    font-size: 3em;
    color: #000;
    margin: 10px -2px;
    border-bottom: 2px solid #000;
    padding-bottom: 15px;
    margin-top: 60px;
}
.artcommentlink span {
    font-size: 0.5em;
    margin-left: 5px;
    vertical-align: middle;
    color: #707070;
}
ul.comments-list {
    padding: 0;
}
ul.comments-list li {
    position: relative;
    margin: 30px 0px 20px;
    padding: 0;
    padding-bottom: 40px;
    border-bottom: 2px solid #000;
    text-indent: 0;
}
ul.comments-list li:before {
    content: '';
    display: none;
}
ul.comments-list li .postinfo {
    color: #707070;
}
ul.comments-list li .postinfo img {
    display: none;
}
ul.comments-list li .comment {
    padding: 1em 0 0 2em;
    line-height: 1.3em;
}
ul.comments-list li .comment .username {
    font-weight: bold;
    background: none;
    margin-bottom: 10px;
    text-decoration: underline;
}
ul.comments-list li .cit {
    font-style: italic;
}
ul.comments-list li .hidden-parent {
    display: none;
}
ul.comments-list li .comrait {
    position: absolute;
    right: 0;
    width: 237px;
    text-align: right;
    top: 0;
}
ul.comments-list li .comrait .like-comment, ul.comments-list li .comrait .dislike-comment {
    display: inline-block;
    cursor: pointer;
}

ul.comments-list li .comrait .dislike-comment span, ul.comments-list li .comrait .like-comment span {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #aaa;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    font-size: 25px;
}
ul.comments-list li .comrait .like-comment strong, ul.comments-list li .comrait .dislike-comment strong {
    display: inline-block;
    width: 20px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
}

ul.comments-list li .hidden-parent .comment {
    padding: 20px;
    margin: 0;
    background: #eee;
    margin-bottom: 20px;
}
ul.comments-list li a.addressee {
    color: #000;
    background: #eee;
    padding: 5px 10px;
    display: block;
    max-width: 200px;
    margin-bottom: 10px;
    cursor: pointer;
}
ul.comments-list li .hidden-parent {
    display: none;
}
ul.comments-list li .hidden-parent .comment {
    padding: 20px;
    margin: 0;
    background: #eee;
    margin-bottom: 20px;
}
.form.form-comments label {
    display: block;
    margin: 1.5em 0 0.5em 0;
}

.form.form-comments {
    margin-top: 40px;
}

.form.form-comments .formauth.services {
    display: none;
}
.form.form-comments textarea {
    width: 100%;
}

.form.form-comments input#postComment {
    display: inline-block;
    padding: 20px;
    text-decoration: none;
    color: #000;
    background: #fff;
    border: 2px solid #000;
    border-radius: 4px;
    vertical-align: top;
    transition: all 0.15s linear 0s;
    font-size: 1.125em;
    margin-top: 20px;
}
.form.form-comments input#postComment:hover{
    color: #fff;
    background: #000;
    outline: none;
}


.pager {
    display:block;
    margin-top: 30px!important;
}
.pager ul {
    padding-left: 0;
}
.pager ul > li {
    padding-left: 0;
    margin-top: 0;
    text-indent: 0;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
.pager ul > li.first, .pager ul > li.last {
    display: none;
}
.pager ul > li a {    
}
.page-content ul > li:before {
    content: "";
    display: none;
}
.pager > span, .pager > .yiiPager{
    display:inline-block;    
}

.page-content .button.search-button {
    height: auto;
    padding: 9px 20px;
    margin: -2px 0 0 15px;
}


.errorMessage {
  color: red;
}

.mfp-container,
.mfp-bg {
  background: #fff;
}

.mfp-counter {
  left: 0;
  text-align: center;
  font-size: 18px;
  color: #000;
  line-height: 35px;
}

.mfp-narrow {
  overflow: visible;
  border: none;
  background: transparent;
  outline: none;
  position: absolute;
  top: 50%;
  margin-top: -50px;
}

.mfp-narrow:hover .icon,
.mfp-narrow:focus .icon {
  background: #000;
}

.mfp-narrow-left {
  left: 130px;
}

.mfp-narrow-right {
  right: 130px;
}

.mfp-narrow .text{
  display: block;
  padding-top: 15px;
  font-size: 18px;
}

.mfp-narrow .icon {
  display: block;
  width: 98px;
  height: 98px;
  border: 2px solid #000;
  border-radius: 50%;
  transition: background 0.15s linear 0s;
  position: relative;
}

.mfp-narrow .icon:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -17px;
  width: 18px;
  height: 34px;
}

.mfp-narrow-left .icon:before {
  margin-left: -13px;
  background: url('../../i/icon-gallery-buttons-left.png') 0 0 no-repeat;
}

.mfp-narrow-right .icon:before {
  margin-left: -9px;
  background: url('../../i/icon-gallery-buttons-right.png') 0 0 no-repeat;
}

.mfp-narrow-left:hover .icon:before,
.mfp-narrow-left:focus .icon:before,
.mfp-narrow-right:hover .icon:before,
.mfp-narrow-right:focus .icon:before {
  background-position: 0 -34px;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #000;
  font-size: 18px;
  position: fixed;
  top: 20px;
  right: 20px;
}

.mfp-image-holder .mfp-close .icon,
.mfp-iframe-holder .mfp-close .icon {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  border: 2px solid #000;
  border-radius: 50%;
  transition: background 0.15s linear 0s;
  pointer-events: none;
}

.mfp-image-holder .mfp-close:hover .icon,
.mfp-image-holder .mfp-close:focus .icon,
.mfp-iframe-holder .mfp-close:hover .icon,
.mfp-iframe-holder .mfp-close:focus .icon {
  background: #000;
}

.mfp-image-holder .mfp-close .icon:before,
.mfp-iframe-holder .mfp-close .icon:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  width: 16px;
  height: 16px;
  background: url('../../i/icon-gallery-buttons-close.png') 0 0 no-repeat;
}

.mfp-image-holder .mfp-close:hover .icon:before,
.mfp-image-holder .mfp-close:focus .icon:before,
.mfp-iframe-holder .mfp-close:hover .icon:before,
.mfp-iframe-holder .mfp-close:focus .icon:before {
  background-position: 0 -16px;
}




/* Media queries
-------------------------------------------------------------------------------*/

@media screen and (max-width: 480px) {


}



/* Print styles
-------------------------------------------------------------------------------*/
@media print {



}