@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700&subset=cyrillic,cyrillic-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic,cyrillic-ext');
.up {
  text-transform: uppercase;
}
.none {
  text-decoration: none;
}
.bold {
  font-weight: bold;
}
.un {
  text-decoration: underline;
}
.in {
  display: inline-block;
}
.vam {
  vertical-align: middle;
}
.rel {
  position: relative;
}
.bl {
  display: block;
}
.abs {
  position: absolute;
}
.l {
  font-weight: 300;
}
.rob {
  font-family: 'Arial', 'Roboto', sans-serif;
}
.block_header_poisk {
width:230px;
height:25px;
margin:0px 0 0 0;
float:right;
font-weight:500;
color:#fff;
}
.block_header_poisk a {
width:auto;
text-decoration:none;
border-bottom:1px #8ec0dd dashed;
color:#8ec0dd;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  background: #FDFDFD;
  overflow-x: hidden;
}
body,
th,
td {
  font-family: 'Arial', 'Roboto Slab', serif;
  font-size: 14px;
  color: #393939;
}
body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
img,
table {
  border: none;
}
table {
  border-collapse: collapse;
}
table td {
  padding: 0;
}
a {
  color: #393939;
  cursor: pointer;
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}
a:hover {
  text-decoration: none;
}
input,
textarea,
button,
select {
  margin: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Arial', 'Roboto Slab', serif;
}
button,
input[type='submit'] {
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
  cursor: pointer;
  border: 0;
}
.an {
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}
.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section,
header,
footer,
nav,
main {
  display: block;
}
.clear {
  clear: both;
}
.wrap {
  margin: 0 auto;
  width: 1180px;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.top-menu {
  background: #f8f8f8;
  position: relative;
}
.top-menu:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background: #e8e8e8;
}
.top-menu .wrap {
  position: relative;
  z-index: 2;
  background: #f8f8f8 url('/img/top-menu.jpg') no-repeat right;
}
.top-menu ul {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
}
.top-menu ul li {
  display: inline-block;
  margin-right: 15px;
}
.top-menu ul li:last-child {
  margin-right: 0;
}
.top-menu ul li a {
  font-family: 'Arial', 'Roboto', sans-serif;
  font-weight: 100;
  color: #000000;
  display: block;
  padding: 18px 0;
}
.top-menu .links {
  float: right;
  padding-top: 18px;
  font-family: 'Arial', 'Roboto', sans-serif;
  font-weight: 100;
  color: #aaaaaa;
}
.top-menu .links.m_r {
  margin-right: -60px;
  margin-top: -5px;
}
.top-menu .links .name {
  font-weight: 300;
  font-family: 'Arial', 'Roboto', sans-serif;
  color: #3c4858;
  vertical-align: middle;
  margin-right: 25px;
}
.top-menu .links .name sup {
  font-size: 12px;
}
.top-menu .links .name img {
  width: 30px;
  border-radius: 50%;
  box-shadow: rgba(1, 1, 1, 0.4) 0 3px 12px;
  vertical-align: middle;
  margin: -2px 4px 0 0;
}
.top-menu .links img {
  vertical-align: middle;
  margin-top: -2px;
}
.top-menu .links a {
  color: #2eb7ff;
  margin: 0 5px;
}
.header {
  background: #FDFDFD;
}
.header .logo {
  float: left;
  padding: 25px 0;
}
.header ul {
  float: left;
  padding: 0;
  margin: 0 0 0 70px;
  list-style: none;
}
.header ul li {
  display: inline-block;
  margin-right: 35px;
}
.header ul li:last-child {
  margin-right: 0;
}
.header ul li a {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  padding: 60px 0;
  position: relative;
}
.header ul li a.active {
  color: #2eb7ff;
}
.header ul li a.active:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0px;
  background: #2eb7ff;
  left: 0;
  bottom: 0;
}
.header .menu-button {
  float: right;
  cursor: pointer;
  margin-top: 60px;
  display: none;
}
.header .menu-button .fa {
  font-size: 22px;
  color: #2eb7ff;
}
.banner-place {
  margin-bottom: 30px;
  padding-top:10px
  text-align: center;
}
.banner-place img {
  max-width: 100%;
}
.block-name {
  height: 50px;
  line-height: 50px;
  background: #e8e8e8;
  position: relative;
  margin-bottom: 50px;
}
.block-name.small .wrap {
  background: #e8e8e8 url('/img/block-name4.jpg') no-repeat left;
}
.block-name.other {
  background: #f8f8f8;
}
.block-name.other:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background: #e8e8e8;
}
.block-name.other .wrap {
  background: #f8f8f8;
}
.block-name.other .wrap:before {
  content: "";
  position: absolute;
  width: 76px;
  height: 100%;
  left: -76px;
  top: 0;
  background: url('/img/block-name2.jpg');
}
.block-name.other2 {
  background: #e8e8e8;
}
.block-name.other2 .wrap {
  background: #e8e8e8 url('/img/block-name3.jpg') no-repeat right;
}
.block-name.other2:before {
  left: auto;
  right: 0;
}
.block-name:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background: #f8f8f8;
}
.block-name * {
  vertical-align: middle;
}
.block-name .wrap {
  position: relative;
  background: #e8e8e8 url('/img/block-name.jpg') no-repeat left;
}
.block-name .name {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  color: #2eb7ff;
  margin-left: 50px;
  text-decoration: none;
}
.block-name .name:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 14px;
  background: #2eb7ff;
  vertical-align: middle;
  margin: -4px 6px 0 0;
}
.block-name .right-link {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Arial', 'Roboto', sans-serif;
  font-weight: 300;
  color: #aaaaaa;
}
.block-name .right-link_2 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Arial', 'Roboto', sans-serif;
  font-weight: 300;
  color: #aaaaaa;
}
.block-name .right-link_2 img {
  margin-left: 8px;
}
.block-name .news-date {
  position: absolute;
  left: 380px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
}
.block-name .date {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Arial', 'Roboto', sans-serif;
  font-weight: 300;
  color: #aaaaaa;
}
.block-name .navi {
  position: absolute;
  left: 380px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
}
.block-name .navi img {
  vertical-align: middle;
  margin: 0 10px;
}
.block-name .navi a:last-child {
  text-decoration: none;
}
.index-news .col {
  width: 29%;
}
.index-news .item {
  margin: 30px 0 60px;
  background: #fff;
  border-radius: 6px;
  padding: 20px;
  box-shadow: rgba(1, 1, 1, 0.3) 0 2px 4px;
}
.index-news .item.no_image {
  margin: 0 0 60px;
}
.index-news .item .image {
  text-align: center;
  margin: -50px 0 20px;
}
.index-news .item .image img {
  max-width: 100%;
  border-radius: 6px;
}
.index-news .item .date {
  font-family: 'Arial', 'Roboto', sans-serif;
  font-size: 13px;
  color: #286686;
  margin-bottom: 10px;
}
.index-news .item .date .fa {
  font-size: 15px;
  color: #999999;
  vertical-align: middle;
  margin: -2px 4px 0 0;
}
.index-news .item .name {
  display: block;
  font-size: 18px;
  color: #000000;
  margin-bottom: 12px;
  text-decoration: none;
}
.index-news .item p {
  font-family: 'Arial', 'Roboto', sans-serif;
  font-weight: 300;
  color: #000000;
  margin-bottom: 15px;
  line-height: 20px;
}
.index-news .item .author {
  float: left;
  font-family: 'Arial', 'Roboto', sans-serif;
  color: #3c4858;
}
.index-news .item .author img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 4px;
  box-shadow: rgba(1, 1, 1, 0.5) 0 2px 12px;
}
.index-news .item .counts {
  float: right;
  font-family: 'Arial', 'Roboto', sans-serif;
  font-weight: 300;
  color: #000000;
  padding-top: 6px;
}
.index-news .item .counts img {
  vertical-align: middle;
}
.index-news .item .counts img:nth-child(2) {
  margin-left: 10px;
}
.day-events {
  margin-bottom: 50px;
  padding: 20px 40px 30px 40px;
  border-radius: 6px;
  box-shadow: rgba(1, 1, 1, 0.3) 0 2px 4px;
  background: linear-gradient(to right, #0a3d58, #2b6888);
}
.day-events .item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 0;
}
.day-events .item.last {
  border-bottom: 0;
}
.day-events .item .content {
  color: #fff;
  margin: 0 -15px;
}
.day-events .item .content .date {
  float: left;
  font-size: 13px;
  padding-top: 2px;
}
.day-events .item .content .date .fa {
  font-size: 15px;
  color: #396379;
  vertical-align: middle;
  margin: -2px 4px 0 0;
}
.day-events .item .content .right-content {
  margin-left: 130px;
}
.day-events .item .content .right-content .counts {
  float: right;
  font-family: 'Arial', 'Roboto', sans-serif;
  font-weight: 300;
  color: #e8e8e8;
  padding-top: 4px;
}
.day-events .item .content .right-content .counts img {
  vertical-align: middle;
}
.day-events .item .content .right-content .counts img:nth-child(2) {
  margin-left: 10px;
}
.day-events .item .content .right-content .name {
  margin-right: 100px;
  white-space: nowrap;
  overflow: hidden;
}
.day-events .item .content .right-content .name a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
.day-events .button {
  text-align: center;
  margin: 20px 0 -45px;
}
.day-events .button button {
  font-family: 'Arial', 'Roboto', sans-serif;
  font-weight: 300;
  color: #5f5757;
  border-radius: 24px;
  background: #fff;
  padding: 10px 20px;
  box-shadow: rgba(1, 1, 1, 0.15) 0 2px 4px;
}
.photos-list .item {
  width: 30%;
  margin-bottom: 50px;
}
.photos-list .item .name {
  display: block;
  font-size: 18px;
  color: #3c4858;
  text-align: center;
  margin-bottom: 15px;
  text-decoration: none;
}
.photos-list .item .image {
  width: 100%;
  box-shadow: rgba(1, 1, 1, 0.5) 0 4px 30px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.photos-list .item .author {
  float: left;
  font-family: 'Arial', 'Roboto', sans-serif;
  color: #3c4858;
  padding-left: 20px;
}
.photos-list .item .author img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 4px;
  box-shadow: rgba(1, 1, 1, 0.5) 0 2px 12px;
}
.photos-list .item .counts {
  float: right;
  font-family: 'Arial', 'Roboto', sans-serif;
  font-weight: 300;
  color: #000000;
  padding-top: 6px;
  padding-right: 20px;
}
.photos-list .item .counts img {
  vertical-align: middle;
}
.photos-list .item .counts img:nth-child(2) {
  margin-left: 10px;
}
.vote-block {
  margin-bottom: 50px;
}
.vote-block .about-vote {
  font-family: 'Arial', 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #000000;
  float: left;
  width: 280px;
  line-height: 20px;
}
.vote-block .list {
  margin-left: 340px;
}
.vote-block .list .radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.vote-block .list .radio + label {
  position: relative;
  padding: 0 0 10px 25px;
  cursor: pointer;
  display: block;
  font-family: 'Arial', 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #000000;
}
.vote-block .list .radio + label:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #787878;
  border-radius: 50%;
  background: none;
}
.vote-block .list .radio + label:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  background: url('/img/radio.jpg');
  border-radius: 50%;
  opacity: 0;
  transition: .2s;
}
.vote-block .list .radio:checked + label:after {
  opacity: 1;
}
.vote-block .list button {
  font-family: 'Arial', 'Roboto', sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 12px;
  margin-top: 20px;
  border-radius: 24px;
  background: #2eb7ff;
  padding: 12px 24px;
}
.birthdays-list {
  margin-bottom: 50px;
}
.birthdays-list .item {
  width: 48%;
  padding: 22px 0;
  border-bottom: 1px solid #e8e8e8;
}
.birthdays-list .item:last-child {
  border-bottom: 0;
}
.birthdays-list .item .name {
  font-family: 'Arial', 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #3c4858;
}
.birthdays-list .item .name.small {
  font-size: 14px;
}
.birthdays-list .item .name.small .avatar {
  width: 30px;
}
.birthdays-list .item .name.small sup {
  font-size: 10px;
}
.birthdays-list .item .name .avatar {
  border-radius: 50%;
  box-shadow: rgba(1, 1, 1, 0.3) 0 3px 12px;
  vertical-align: middle;
  margin: -2px 8px 0 0;
}
.birthdays-list .item .name sup {
  font-size: 12px;
}
.birthdays-list .item .counts {
  font-family: 'Arial', 'Roboto', sans-serif;
  font-weight: 300;
  color: #000000;
  margin: 0 10px;
}
.birthdays-list .item .counts img {
  vertical-align: middle;
}
.birthdays-list .item .counts img:nth-child(2) {
  margin-left: 10px;
}
.birthdays-list .item button {
  font-family: 'Arial', 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 12px;
  float: right;
  margin-top: 15px;
  color: #5f5757;
  border-radius: 24px;
  background: #fff;
  padding: 6px 12px;
  box-shadow: rgba(1, 1, 1, 0.15) 0 2px 4px;
}
.birthdays-small-list {
  margin-bottom: 40px;
}
.birthdays-small-list .item {
  width: 12%;
  margin-bottom: 25px;
}
.birthdays-small-list .item div {
  display: table-cell;
  vertical-align: middle;
}
.birthdays-small-list .item div img {
  width: 30px;
  margin-right: 10px;
}
.birthdays-small-list .item div .name {
  display: block;
  font-family: 'Arial', 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #3c4858;
}
.birthdays-small-list .item div .name sup {
  font-size: 10px;
}
.birthdays-small-list .item div .date {
  color: #979797;
  display: block;
  font-family: 'Arial', 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 12px;
  margin: 2px 0;
}
.birthdays-small-list .item div button {
  font-family: 'Arial', 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 10px;
  float: right;
  color: #5f5757;
  border-radius: 24px;
  background: #fff;
  padding: 3px 0;
  width: 100%;
  box-shadow: rgba(1, 1, 1, 0.15) 0 2px 4px;
}
.footer {
  border-radius: 6px 6px 0 0;
  padding: 30px 40px;
  background: linear-gradient(to right, #0a3d58, #2b6888);
  margin-top: 20px;
  position: relative;
}
.footer .logo {
  float: left;
}
.footer .logo .social {
  text-align: right;
  padding-top: 30px;
}
.footer nav {
  float: left;
  margin-left: 40px;
  padding-top: 22px;
}
.footer nav .first {
  padding: 0;
  margin: 0 0 30px 0;
  list-style: none;
}
.footer nav .first li {
  display: inline-block;
  margin-right: 40px;
}
.footer nav .first li:last-child {
  margin: 0;
}
.footer nav .first li a {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #77a8c3;
}
.footer nav .first li a.active {
  color: #2eb7ff;
  text-decoration: none;
}
.footer nav .second {
  display: inline-block;
  padding: 0;
  margin: 0 105px 0 0;
  list-style: none;
}
.footer nav .second li {
  margin-bottom: 10px;
}
.footer nav .second li a {
  font-family: 'Arial', 'Roboto', sans-serif;
  font-weight: 300;
  color: #77a8c3;
}
.footer .counters {
  position: absolute;
  right: 40px;
  top: 110px;
}
.copy {
  border-radius: 0 0 12px 12px;
  background: linear-gradient(to right, #08354e, #255e7e);
  padding: 10px 0;
  text-align: center;
  font-family: 'Arial', 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #77a8c3;
}
.mobile-menu {
  display: none;
}
.news-page {
  background: #fff;
  box-shadow: rgba(1, 1, 1, 0.3) 0 2px 4px;
  border-radius: 6px;
  padding: 30px 50px;
  margin-bottom: 30px;
}
.news-page .img_l {
  float: left;
  margin: 0 30px 20px 0;
}
.news-page .counts {
  float: right;
  font-family: 'Arial', 'Roboto', sans-serif;
  font-weight: 300;
  color: #000000;
}
.news-page .counts img {
  vertical-align: middle;
}
.news-page .counts img:nth-child(2) {
  margin-left: 10px;
}
.news-page .date {
  font-family: 'Arial', 'Roboto', sans-serif;
  font-size: 13px;
  color: #286686;
  margin-bottom: 10px;
}
.news-page .date .fa {
  font-size: 15px;
  color: #999999;
  vertical-align: middle;
  margin: -2px 4px 0 0;
}
.news-page .name {
  display: block;
  font-size: 20px;
  color: #000000;
  margin-bottom: 12px;
  text-decoration: none;
}
.news-page p {
  font-family: 'Arial', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #000000;
  margin-bottom: 30px;
  line-height: 20px;
}
.news-page .share {
  float: left;
}
.news-page .author {
  float: right;
  font-family: 'Arial', 'Roboto', sans-serif;
  color: #3c4858;
}
.news-page .author img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 4px;
  box-shadow: rgba(1, 1, 1, 0.5) 0 2px 12px;
}
.news-page .author sup {
  font-size: 11px;
}
.comments-links {
  text-align: right;
  margin: -85px 0 50px;
  position: relative;
}
.comments-links a {
  font-family: 'Arial', 'Roboto', sans-serif;
  font-weight: 300;
  color: #aaaaaa;
  margin-left: 20px;
}
.comments-links a img {
  vertical-align: middle;
  margin-left: 10px;
}
.comment-item {
  margin-bottom: 30px;
}
.comment-item .number {
  font-family: 'Arial', 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #000000;
  float: left;
}
.comment-item .avatar {
  float: left;
  margin-left: 30px;
  border-radius: 50%;
  box-shadow: rgba(1, 1, 1, 0.4) 0 3px 12px;
}
.comment-item .content {
  word-wrap: break-word;
  margin-left: 120px;
}
.comment-item .content .name {
  font-weight: bold;
  font-size: 18px;
  color: #000000;
}
.comment-item .content .date {
  font-family: 'Arial', 'Roboto', sans-serif;
  color: #000000;
}
.comment-item .content p {
  font-family: 'Arial', 'Roboto', sans-serif;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 300;
  color: #000000;
  line-height: 20px;
}
.comment-item .content .counts {
  text-align: right;
  padding-top: 15px;
  font-family: 'Arial', 'Roboto', sans-serif;
  font-size: 12px;
}
.comment-item .content .counts .likes {
  color: #f44336;
  margin-right: 15px;
}
.comment-item .content .counts .back {
  text-decoration: none;
  color: #2eb7ff;
  text-transform: uppercase;
}
.comment-item .content .counts .back img {
  vertical-align: middle;
  margin: -2px 2px 0 0;
}
.comment-item .content .counts .fa {
  vertical-align: middle;
  margin: -2px 2px 0 0;
}
.comment-item .content .counts .fa.fa-heart {
  color: #f48f97;
  font-size: 14px;
}
.comment-item .content .counts .rating .fa {
  color: #2eb7ff;
  margin-left: 10px;
  font-size: 20px;
  vertical-align: middle;
}
.comments-form {
  margin-bottom: 30px;
}
.comments-form .avatar {
  border-radius: 50%;
  box-shadow: rgba(1, 1, 1, 0.4) 0 3px 12px;
  float: left;
}
.comments-form form {
  margin-left: 80px;
  padding-top: 15px;
}
.comments-form form textarea {
  background: #fff;
  width: 100%;
  border: 0;
  height: 160px;
  box-shadow: rgba(1, 1, 1, 0.3) 0 2px 4px;
  border-radius: 6px;
  padding: 10px 20px;
  margin-bottom: 30px;
  font-family: 'Arial', 'Roboto', sans-serif;
  font-weight: 300;
}
.comments-form form .button {
  text-align: right;
}
.comments-form form .button a {
  font-family: 'Arial', 'Roboto', sans-serif;
  font-weight: 300;
  color: #999;
  margin-right: 40px;
}
.comments-form form .button input {
  font-family: 'Arial', 'Roboto', sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  background: #2eb7ff;
  padding: 12px 36px;
  text-transform: uppercase;
  box-shadow: #b2e2fc 0 3px 12px;
}
.top-page-text {
  padding: 0 50px 30px 50px;
  font-family: 'Arial', 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
}
.top-page-text span {
  font-weight: 900;
}
.photos-page {
  margin-bottom: 20px;
}
.photos-page .col {
  width: 30%;
}
.photos-page .col .item {
  background: #fff;
  box-shadow: rgba(1, 1, 1, 0.3) 0 2px 4px;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 30px;
}
.photos-page .col .item .name {
  font-weight: bold;
  font-size: 18px;
  color: #3c4858;
  margin-bottom: 30px;
}
.photos-page .col .item .name img {
  vertical-align: middle;
  margin: -4px 8px 0 0;
}
.photos-page .col .item a {
  display: block;
  font-family: 'Arial', 'Roboto', sans-serif;
  font-weight: 300;
  color: #000;
  margin-bottom: 12px;
  padding: 0 48px;
}
.pages {
  text-align: center;
  margin-bottom: 50px;
}
.pages a {
  display: inline-block;
  font-family: 'Arial', 'Roboto', sans-serif;
  color: #999;
  text-decoration: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
}
.pages a.active {
  color: #fff;
  box-shadow: #bfe7fc 0 3px 12px;
  background: #2eb7ff;
}
.photos-page-name {
  font-weight: bold;
  position: absolute;
  font-size: 18px;
  color: #3c4858;
}
.photos-page-name img {
  vertical-align: middle;
  margin: -4px 8px 0 0;
}
.photo-album {
  padding: 0 130px;
  margin-bottom: 30px;
}
.photo-album .item {
  margin-bottom: 50px;
  width: 20%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  box-shadow: rgba(1, 1, 1, 0.3) 0 2px 4px;
  border-radius: 6px;
  padding: 10px;
}
.photo-album .item .image {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 12px;
}
.photo-album .item .content {
  padding: 0 10px;
}
.photo-album .item .name {
  display: block;
  font-size: 18px;
  color: #3c4858;
  margin-bottom: 30px;
  text-decoration: none;
}
.photo-album .item .rating {
  float: left;
}
.photo-album .item .rating .fa {
  font-size: 22px;
  color: #999;
  vertical-align: middle;
}
.photo-album .item .rating .fa.active {
  color: #2eb7ff;
}
.photo-album .item .rating span {
  font-family: 'Arial', 'Roboto', sans-serif;
  font-weight: 300;
  color: #999;
  margin-left: 4px;
}
.photo-album .item .counts {
  float: right;
  font-family: 'Arial', 'Roboto', sans-serif;
  font-weight: 300;
  color: #000000;
  padding-top: 4px;
}
.photo-album .item .counts img {
  vertical-align: middle;
}
.photo-album .item .counts img:nth-child(2) {
  margin-left: 10px;
}
.profile-page {
  margin-bottom: 50px;
}
.profile-page .image {
  float: left;
  background: #fff;
  box-shadow: rgba(1, 1, 1, 0.3) 0 2px 4px;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 30px;
  text-align: center;
}
.profile-page .image img {
  border-radius: 6px;
}
.profile-page .image .content {
  padding: 25px 0;
  font-size: 18px;
  color: #3c4858;
}
.profile-page .image .content .links {
  padding-top: 20px;
  font-size: 40px;
  font-weight: bold;
  color: #2eb7ff;
}
.profile-page .image .content .links a {
  margin: 0 15px;
}
.profile-page .image .content .links a .fa {
  color: #8e8e8e;
}
.profile-page .info {
  margin-left: 480px;
}
.profile-page .info .name {
  font-size: 30px;
  font-weight: bold;
  color: #3c4858;
  padding: 10px 0;
}
.profile-page .info .name sup {
  font-family: 'Arial', 'Roboto', sans-serif;
  font-size: 16px;
  color: #999;
  font-weight: 400;
}
.profile-page .info .item {
  padding: 12px 2px;
  font-size: 16px;
  font-family: 'Arial', 'Roboto', sans-serif;
  font-weight: 300;
  color: #3c4858;
  border-bottom: 1px solid #e7e6e6;
}
.profile-page .info .item table {
  width: 100%;
}
.profile-page .info .item table tr td {
  width: 50%;
  font-size: 16px;
  font-family: 'Arial', 'Roboto', sans-serif;
  font-weight: 300;
  color: #3c4858;
}
.profile-page .info .item table tr td:last-child {
  color: #484848;
}
.reg-page {
  background: #fff;
  box-shadow: rgba(1, 1, 1, 0.3) 0 2px 4px;
  border-radius: 6px;
  padding: 40px 20px;
  margin: 0 120px;
  margin-bottom: 50px;
}
.reg-page .name {
  font-family: 'Arial', 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 36px;
  margin-bottom: 60px;
  text-align: center;
}
.reg-page .inputs {
  width: 320px;
  margin: 0 auto 20px auto;
}
.reg-page .inputs .item {
  margin-bottom: 25px;
}
.reg-page .inputs .item img {
  float: left;
}
.reg-page .inputs .item .inp {
  margin-left: 40px;
}
.reg-page .inputs .item .inp input[type='text'] {
  width: 100%;
  height: 26px;
  font-family: 'Arial', 'Roboto', sans-serif;
  border: 0;
  border-bottom: 1px solid #d2d2d2;
}
.reg-page .inputs .item .inp input[type='text']:focus {
  border-bottom: 1px solid #2eb7ff;
}
.reg-page .bottom-info {
  width: 520px;
  margin: 0 auto;
  padding-top: 30px;
}
.reg-page .bottom-info .agree {
  background: url('/img/agree.jpg') no-repeat 0 0;
  padding-top: 3px;
  padding-left: 40px;
  font-family: 'Arial', 'Roboto', sans-serif;
  font-weight: 300;
  color: #999;
  line-height: 20px;
  margin-bottom: 30px;
}
.reg-page .bottom-info input[type='checkbox'] {
  width: 20px;
  height: 20px;
  float: left;
}
.reg-page .bottom-info label {
  font-family: 'Arial', 'Roboto', sans-serif;
  font-weight: 300;
  color: #999;
  margin-left: 40px;
  display: block;
  padding-top: 2px;
}
.reg-page .bottom-info label a {
  color: #2eb7ff;
}
.reg-page .bottom-info input[type='submit'] {
  font-family: 'Arial', 'Roboto', sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 12px;
  border-radius: 32px;
  background: #2eb7ff;
  padding: 12px 24px;
  text-transform: uppercase;
  box-shadow: #b2e2fc 0 3px 12px;
  display: block;
  margin: 25px auto 0 auto;
}
.archive-page {
  margin-bottom: 30px;
  padding: 0 40px;
}
.archive-page .item {
  margin-bottom: 40px;
  width: 23%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  box-shadow: rgba(1, 1, 1, 0.3) 0 2px 4px;
  border-radius: 6px;
  padding: 30px;
}
.archive-page .item .name {
  font-weight: bold;
  font-size: 18px;
  color: #3c4858;
  margin-bottom: 30px;
}
.archive-page .item .name img {
  vertical-align: middle;
  margin: -4px 8px 0 0;
}
.archive-page .item a {
  display: block;
  font-family: 'Arial', 'Roboto', sans-serif;
  font-weight: 300;
  color: #999;
  margin-bottom: 12px;
  padding: 0 42px;
}
@media (max-width: 1210px) {
  .wrap {
    width: 970px;
  }
  .top-menu ul li {
    margin-right: 11px;
  }
  .top-menu ul li a {
    font-size: 13px;
  }
  .header ul {
    margin-left: 40px;
  }
  .header ul li {
    margin-right: 21px;
  }
  .index-news .col {
    width: 32%;
  }
  .photos-list .item {
    width: 32%;
  }
  .birthdays-list .item {
    width: 100%;
  }
  .birthdays-small-list .item {
    width: 24%;
  }
  .footer nav .first li {
    margin-right: 20px;
  }
  .footer nav .first li a {
    font-size: 13px;
  }
  .footer nav .second {
    margin-right: 80px;
  }
  .photos-page .col {
    width: 32%;
  }
  .photos-page .col .item {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .wrap {
    width: 747px;
  }
  .top-menu {
    display: none;
  }
  .header ul {
    display: none;
  }
  .header .logo {
    padding: 20px 0;
  }
  .menubg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(1, 1, 1, 0.7);
    z-index: 11;
    display: none;
  }
  .mobile-menu {
    display: block;
    position: fixed;
    width: 280px;
    height: 100%;
    left: -300px;
    top: 0;
    background: #fff;
    z-index: 12;
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
  }
  .mobile-menu.opened {
    left: 0;
  }
  .mobile-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .mobile-menu ul li a {
    display: block;
    font-size: 16px;
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
  }
  .header .menu-button {
    display: block;
  }
  .photos-list .item .author {
    padding-left: 0;
  }
  .photos-list .item .counts {
    padding-right: 0;
  }
  .index-news .item {
    padding: 15px;
  }
  .index-news .item .counts img:nth-child(2) {
    margin-left: 5px;
  }
  .footer .logo {
    float: none;
    text-align: center;
  }
  .footer .logo .social {
    text-align: center;
  }
  .footer .counters {
    display: none;
  }
  .footer nav {
    float: none;
    margin: 25px 0 0 0;
  }
  .footer nav .first li {
    margin-right: 30px;
  }
  .footer nav .second {
    margin-right: 130px;
  }
  .photos-page .col .item a {
    padding: 0 20px;
  }
  .photo-album {
    padding: 0 50px;
  }
  .block-name .right-link {
    display: none;
  }
  .profile-page .image img {
    width: 200px;
  }
  .profile-page .info {
    margin-left: 260px;
  }
  .reg-page {
    margin: 0 0 50px 0;
  }
  .archive-page .item {
    width: 31%;
  }
}
@media (max-width: 767px) {
  .wrap {
    width: auto;
    padding: 0 10px;
  }
  .block-name {
    height: auto;
    padding: 15px;
    line-height: 140%;
  }
  .block-name:before {
    display: none;
  }
  .block-name .wrap {
    background: none;
  }
  .block-name .name {
    margin-left: 0;
    font-size: 18px;
  }
  .block-name .name:before {
    display: none;
  }
  .index-news .col {
    width: 100%;
  }
  .index-news .item {
    margin: 0 0 60px 0;
  }
  .day-events {
    padding: 15px 25px 30px 25px;
  }
  .day-events .item .content .right-content .counts {
    display: none;
  }
  .day-events .item .content .right-content .name {
    margin-right: 0;
    white-space: normal;
  }
  .day-events .item .content .date {
    float: none;
  }
  .day-events .item .content .right-content {
    margin: 5px 0 0 0;
  }
  .photos-list .item {
    width: 100%;
  }
  .vote-block .about-vote {
    float: none;
    width: auto;
  }
  .vote-block .list {
    margin: 20px 0 0 0;
  }
  .block-name .date {
    display: none;
  }
  .birthdays-list .item .name.small {
    display: none;
  }
  .birthdays-small-list .item {
    width: 48%;
  }
  .footer {
    padding: 20px;
    text-align: center;
  }
  .footer nav .first li {
    display: block;
    margin: 0 0 5px 0;
  }
  .footer nav .second {
    display: block;
    margin: 0;
  }
  .news-page {
    padding: 20px;
  }
  .news-page .img_l {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .news-page .share {
    float: none;
  }
  .news-page .author {
    float: none;
    margin-top: 15px;
  }
  .comments-links {
    margin-top: 0;
    text-align: center;
  }
  .comments-links a {
    display: block;
    margin: 0 0 5px 0;
  }
  .comment-item .avatar {
    margin-left: 10px;
  }
  .comment-item .content {
    margin-left: 90px;
  }
  .comment-item .content .date {
    display: block;
  }
  .block-name .right-link_2 {
    display: none;
  }
  .comments-form .avatar {
    width: 30px;
  }
  .comments-form form {
    margin-left: 40px;
    padding-top: 0;
  }
  .photos-page .col {
    width: 100%;
  }
  .photos-page .col .item a {
    padding: 0;
  }
  .top-page-text {
    padding: 0 0 30px 0;
  }
  .photo-album {
    padding: 0;
  }
  .photos-page-name {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
  }
  .photo-album .item {
    width: 100%;
  }
  .block-name.small .wrap {
    background: #e8e8e8;
  }
  .block-name .navi {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin-top: 10px;
  }
  .profile-page .image {
    float: none;
  }
  .profile-page .image img {
    width: auto;
    max-width: 100%;
  }
  .profile-page .info {
    margin: 0;
  }
  .profile-page .info .item {
    font-size: 18px;
  }
  .profile-page .info .item table tr td {
    Font-size: 18px;
  }
  .reg-page {
    padding: 20px;
  }
  .reg-page .name {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .reg-page .inputs {
    width: auto;
  }
  .reg-page .bottom-info {
    width: auto;
  }
  .archive-page {
    padding: 0;
  }
  .archive-page .item {
    width: 100%;
  }
  .mobile-menu ul li a {
    font-size: 14px;
    padding: 8px 10px;
  }
}
