*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,menu,section,summary {display: block}[hidden],template{display: none}audio,img,svg,iframe,video,canvas {vertical-align: middle;}audio,canvas,progress,video {display: inline-block;vertical-align: baseline;}audio:not([controls]) {display: none;height: 0;}svg:not(:root) {overflow: hidden;}b,strong {font-weight: bold}hr {height: 0}small {font-size: 80%;}sub,sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline}sup {top: -0.5em}sub {bottom: -0.25em}img {border: 0;vertical-align: middle}address {font-style: normal;}figure {margin: 0;}fieldset {border: 1px solid #c0c0c0;margin: 0 2px;padding: 0.35em 0.625em 0.75em}legend {border: 0;padding: 0}button,input,select,textarea {margin: 0;font: inherit;color: inherit;outline: none;}button,input {line-height: normal}button,select {text-transform: none}input {line-height: normal;}select {font-family: 'Ubuntu', sans-serif;}button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance: button;cursor: pointer}button[disabled],html input[disabled] {cursor: default}input[type="checkbox"],input[type="radio"] {padding: 0}button::-moz-focus-inner,input::-moz-focus-inner {border: 0;padding: 0}textarea {overflow: auto;vertical-align: top;resize: vertical;}

html {
  font-size: 10px;
  font-family: 'Ubuntu', sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
  height: 100%;
  min-height: 100%;
}

.ie7 html,
.ie7 body {height: auto;}

body {
  margin: 0;
  color: #51565b;
  font: 14px/1.42857143 'Ubuntu', sans-serif;
  background: url('/images/bg.png');
}

a {
  color: #000;
  background: transparent;
}

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

a:active,
a:hover {color: #000}

a:visited {}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* ============================ Пишем оформление элементов SiteNN по умолчанию */

h1,h2,h3,h4,h5,h6 {
  line-height: 100%;
  margin-top: 0;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
}

h1 {font-size: 36px;}
h2 {font-size: 28px;}
h3 {font-size: 24px;}
h4 {font-size: 18px;}
h5 {font-size: 14px;}
h6 {font-size: 12px;}

h1 a,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
}

.view {
  width: 100%;
  background: #fff;
  border-radius: 2px;
  padding: 10px;
  margin-bottom: 10px;
}

.view input[type="checkbox"],
.view input[type="radio"] {height: 16px;}

.view th h3 {
  margin-bottom: 5px;
  width: 510px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #ccc;
}

.view th {font-size: 13px}

.view td [type="text"],
.view td [type="email"],
.view td [type="password"],
.view td textarea,
.view td select {
  background: #fff;
  border-radius: 2px;
  border: 1px solid #ccc;
  padding: 5px;
  width: 100%;
  font-size: 13px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.view td [type="text"]:focus,
.view td [type="email"]:focus,
.view td [type="password"]:focus,
.view td textarea:focus,
.view td select:focus {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

/* ============================ Готовые классы помошники */
.ie7 .cf,
.ie7 .container {zoom: 1;}
.cf {padding:0 0 15px 0;}

.cf:before,
.cf:after,
.container:before,
.container:after {display: table;content: "";}

.cf:after,
.container:after {clear: both;}

.tar {text-align: right;}
.tac {text-align: center;}
.tal {text-align: left;}
.taj {text-align: justify;}
.fl {float: left;}
.fr {float: right;}
.ovh {overflow: hidden;}

.middle {
  display: inline-block;
  vertical-align: middle;
}

/* Простой обнуленный список */
.ln {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Табличный список */
.lt {
  display: table;
  width: 100%;
}

.lt.ltf {table-layout: fixed;}

.lt > ul {display: table-row;}
.lt > ul > li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.lt > ul > li > a {display: block;}

/* Список по центру */
.lc {
  text-align: center;
  font-size: 0;
}

.lr {
  text-align: right;
  font-size: 0;
}

.ln li {position: relative;}
.lfl:not(.topMenu) > li {float: left;}

.lc > li,
.lr > li {
  display: inline-block;
  vertical-align: top;
}

.lc a,
.lr a {font-size: 14px;}

/* Таблицы */
.table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.table td {vertical-align: top;}

/* Фиксированный и центрированный контейнер */
.container {
  position: relative;
  width: 970px;
  margin: 0 auto;
  min-height: 1px;
}

/* Основа для кнопок */
.but {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  font-size: 13px;
  line-height: 24px;
  height: 24px;
  vertical-align: middle;
  text-align: center;
  background: none;
  text-decoration: none;
  color: #fff;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;

  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.ie7 .but {
  zoom: 1;
  display: inline;
}

.but1 {
background: #515558;
 line-height: 37px;
 border-radius: 33px;
 padding: 0 15px 0 14px;
 background: rgb(81,85,88);
 background: -moz-linear-gradient(top, rgba(81,85,88,1) 0%, rgba(19,19,19,1) 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(81,85,88,1)), color-stop(100%,rgba(19,19,19,1)));
 background: -webkit-linear-gradient(top, rgba(81,85,88,1) 0%,rgba(19,19,19,1) 100%);
 background: -o-linear-gradient(top, rgba(81,85,88,1) 0%,rgba(19,19,19,1) 100%);
 background: -ms-linear-gradient(top, rgba(81,85,88,1) 0%,rgba(19,19,19,1) 100%);
 background: linear-gradient(to bottom, rgba(81,85,88,1) 0%,rgba(19,19,19,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515558', endColorstr='#131313',GradientType=0 );
 box-shadow: 0px 1px 2px rgba(0,0,0,.5);
  height: 37px;
}
.but1:hover {
    background: rgb(19,19,19);
    background: -moz-linear-gradient(top, rgba(19,19,19,1) 0%, rgba(81,85,88,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(19,19,19,1)), color-stop(100%,rgba(81,85,88,1)));
    background: -webkit-linear-gradient(top, rgba(19,19,19,1) 0%,rgba(81,85,88,1) 100%);
    background: -o-linear-gradient(top, rgba(19,19,19,1) 0%,rgba(81,85,88,1) 100%);
    background: -ms-linear-gradient(top, rgba(19,19,19,1) 0%,rgba(81,85,88,1) 100%);
    background: linear-gradient(to bottom, rgba(19,19,19,1) 0%,rgba(81,85,88,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#515558',GradientType=0 );
    color: #fff;
}

/*
  ================================================================================================== Основная верстка ==================================================================================================
*/

/* ============================ Обертка для прижатия футера */
.wrap {
  height: auto !important;
  height: 100%;
  min-height: 100%;
  position: relative;
}

/* ============================ Шапка */
#header {
  height: 117px;
  background: #00419b url('/images/header-glow.png') top center no-repeat;
}

/* ============================ Логотип */
#logo {
  position: absolute;
  top: 35px;
  left: 30px;
  text-decoration: none;
  z-index: 1;
}

/* ============================ Верхнее меню */
#topMenu {
  position: relative;
  height: 79px;
  background: #003479;
}

#topMenu .container,
#topMenu ul.lfl,
#topMenu ul.lfl > li {height: 100%; text-align: center; padding: 0;}

#topMenu:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  content: '';
  background: rgb(248,88,239);
  background: -moz-linear-gradient(left,  rgba(248,88,239,1) 0%, rgba(255,228,19,1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(248,88,239,1)), color-stop(100%,rgba(255,228,19,1)));
  background: -webkit-linear-gradient(left,  rgba(248,88,239,1) 0%,rgba(255,228,19,1) 100%);
  background: -o-linear-gradient(left,  rgba(248,88,239,1) 0%,rgba(255,228,19,1) 100%);
  background: -ms-linear-gradient(left,  rgba(248,88,239,1) 0%,rgba(255,228,19,1) 100%);
  background: linear-gradient(to right,  rgba(248,88,239,1) 0%,rgba(255,228,19,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f858ef', endColorstr='#ffe413',GradientType=1 );
}

#topMenu ul.lfl > li {margin-right: 32px;display: inline-block;}

#topMenu li a {
  display: block;
  text-decoration: none;
}

#topMenu ul.lfl > li > a {
  font-size: 16px;
  color: #b7d5ff;
  margin-top: 25px;
  /*text-shadow: 0px -2px rgba(0, 0, 0, .8);*/
}

#topMenu ul.lfl > li > a.active,
#topMenu ul.lfl > li:hover > a {color: #fff;}

/* Выпадающее меню */
#topMenu ul ul {
  position: absolute;
  top: 120%;
  left: 0;
  width: 160px;
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
  transition: all .2s;
  background: #003479;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 3px 2px rgba(0,0,0,0.4);
}

#topMenu li:hover ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

#topMenu ul ul a {
  padding: 10px 15px;
  font-size: 13px;
  color: #afcdf7;
}

#topMenu ul ul a:hover {background: #07489f; color: #fff;}
#topMenu ul ul li:last-child a {border-radius: 0 0 10px 10px;}

/* ============================ Контакты */
.contacts {
  float: right;
  color: #fff;
  margin: 20px 30px 0 0;
}

.contacts p {margin: 0}

.head-tel {
  color: #fff;
  text-decoration: none;
}
.head-tel:hover {
  color: #f9cfff;
}
.head-tel:active {
  color: rgb(227, 179, 233);
}

/* ============================ Слайдер (Базовые стили/Не менять, если используется несколько слайдеров. Изменяйте только те элементы, которые требует макет) */
.flexslider {position: relative;}
.flex-viewport {}

.flexslider .slides > li {
  position: relative;
  display: none;
}

.flexslider .slides > li > img {
  width: 100%;
  display: block;
}

.flex-control-nav,
.flex-direction-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 0;
  width: 100%;
}

.ie7 .flex-direction-nav {height: 0;}

.flex-direction-nav {display: none;}
.flexslider:hover .flex-direction-nav {display: block;}

/* Стрелочки */
.flex-direction-nav a {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 37px;
  height: 37px;
  margin-top: -18.5px;
  cursor: pointer;
  font-size: 0;
  text-decoration: none;
  background: url('/images/icons/slider-arrows.png') no-repeat;
}

.flex-direction-nav a.flex-prev {
  left: -20px;
  background-position: top right;
}

.flex-direction-nav a.flex-next {
  right: -20px;
  background-position: top left;
}

.flex-direction-nav a.flex-prev:hover {background-position: -38px -37px;}
.flex-direction-nav a.flex-next:hover {background-position: 0 -37px;}

/* Точки */
.flex-control-nav {margin-top: 21px;}

.flex-control-nav li {
  display: inline-block;
  vertical-align: top;
}

.flex-control-nav li a {
  display: block;
  cursor: pointer;
  font-size: 0;
  background: url('/images/icons/slider-nav-buttons.png') no-repeat 0px 0px;
  height: 13px;
  width: 13px;
  margin: 0 2px;
}

.flex-control-nav li a:hover {background-position: -12px 0}
.flex-control-nav li a.flex-active {background-position: -24px 0}

/* ============================ Слайдер на главной */
#mainSlider {
  height: 484px;
  margin: 40px auto 57px;
  background: url('/images/slider-bg.png') bottom repeat-x;
}

#mainSlider .flexslider {background: url('/images/slider-shadow.png') center bottom -20px no-repeat;}

/* ============================ Тело контента сайта */
#main {}

#sidebarRight,
#content {
  position: relative;
  min-height: 1px;
}

/* ============================ Контент блок */
#content.newsPage {margin: 0 312px 20px 0;}

/* Заголовок страницы */
#pageTitle {
  margin-top: 0;
  font-size: 40px;
  background: url('/images/tabs-divider.png') repeat-x bottom center;
  text-shadow: 1px 1px rgba(255, 255, 255, 1);
  margin-bottom: 30px;
  padding: 15px 0;
}

/* Путь по сайту */
#path {margin: 0 0 1em 0;}
#path a {}

#path a {
  /* cursor: text; */
  text-decoration: none;
  color: rgb(167, 167, 167);
  /* pointer-events: none; */
}
#path a:hover {
  color: rgb(117, 117, 117);
}

/* Переключатель страниц */
.pager {clear: none!important;}

.pager a {
  margin: 0!important;
  color: #333;
  padding: 5px 7px;
  text-decoration: none;
}

.pager a.active {
  color: #fff;
  background: #666;
  border-radius: 2px;
}

/* ============================ Левый блок */
#sidebarRight {
  width: 282px;
  float: right;
}

#rightMenu a {
  display: block;
  text-decoration: none;
  color: #696969;
  transition: all .2s;
  line-height: 1.5em;
  padding: 0.6em 0;
  border-bottom: 1px solid #d7d7d7;
}

#rightMenu a.active,
#rightMenu a:hover {
  background: #f1f1f1;
  padding-left: 5px;
}

/* ============================ Новости */
.tabNav {
  height: 32px;
  background: url('/images/tabs-divider.png') no-repeat bottom center;
}

.tabNav a {
  display: block;
  color: #747474;
  font-size: 12px;
  margin-right: 5px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  padding-left: 10px;
  position: relative;
  background: url('/images/tabs.png') no-repeat;
}

.tabNav a span {
  display: block;
  height: 100%;
  padding-right: 10px;
  background: url('/images/tabs.png') no-repeat right -40px;
}

.tabNav a:hover {background-position: 0px -80px;}

.tabNav a.act {
  background-position: 0px -80px;
  color: #000;
}

.tabNav a:hover span,
.tabNav a.act span {background-position: right -120px;}

.tabsCont {padding-top: 30px}

.tab {display: none;}
.tab:first-child {display: block;}

.newsItem {
  float: left;
  width: 302px;
  padding: 0 10px;
  margin: 0 0 30px 30px;
}

.newsItem:first-child {margin-left: 0;}

.newsItemImg {
  position: relative;
  display: block;
  padding-bottom: 14px;
  background: url('/images/shadow-1-3.png') bottom center no-repeat;
}

.newsItemImg:hover:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url('/images/icons/plus-sign.png') center no-repeat;
  content: '';
}

.newsItemImg img {
  width: 282px;
  height: 150px;
  transition: all .2s;
  border-radius: 10px;
}

.newsItemImg:hover img {opacity: .5}

.newsItemTitle {
  font-size: 20px;
  line-height: 1.4em;
  margin-bottom: 10px;
  font-weight: normal;
  color: #2f3235;
  border-bottom: 1px solid #c4c7c8;
  padding-bottom: 10px;
}

/* ============================ Позиция новости */
.simpleNews {
  margin-bottom: 40px;
  background: url('/images/post-divider.png') center bottom 17px no-repeat;
}

.simpleNewsInfo {
  position: relative;
  overflow: hidden;
  height: 375px;
  background: #fff;
  border-radius: 10px;
}

.meta {
  margin: 30px 0 0 30px;
  font-size: 12px;
}

.simpleNewsImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.simpleNewsImg img {
  border-radius: 10px;
  width: 100%;
}

.simpleNewsInfo:hover .simpleNewsImg {left: 50%;}
.simpleNewsInfo:hover .simpleNewsImg img {border-radius: 0}

.simpleNewsImgShadow {
  background: url('/images/shadow-blog.png') no-repeat top center;
  height: 20px;
}

.simpleNews .but {
  width: 112px;
  display: block;
  margin: 30px auto 0;
}

/* ============================ Детальная новостей */
.detailNewsImg {border-radius: 10px}

.detailNewsInfo {
  background: #f1f1f1;
  padding: 20px;
  border-color: #e7e6e6 #ececec #ececec #ececec;
  border-width: 3px 1px 1px 1px;
  border-style: solid;
  border-radius: 10px;
}

.detailNewsInfo .meta {
  margin: 0;
  font-size: 14px;
}

/* ============================ Подвал */
/* Должен быть равен ПОЛНОЙ высоте блока #footer */
.padding {height: 358px;}

#footer {
  position: relative;
  margin-top: -358px;
  height: 358px;
  background: #003479 url('/images/footer-glow.png') no-repeat top center;
  color: #bbbaba;
}

#footer > .container {height: 298px;}

.footerCol {
  font-size: 14px;
  width: 302px;
  float: left;
  margin-left: 30px;
  margin-bottom: 30px;
  line-height: 1.5em;
}

.footerCol:first-child {margin-left: 0}

.footerCol h6 {
  font-size: 20px;
  color: #d7d7d7;
  margin-top: 30px;
  margin-bottom: 20px;
  text-shadow: 0px -2px rgba(0, 0, 0, .8);
}

.about {padding: 10px 0px 0px 0px;}

#lastNewsList a {
  text-decoration: none;
  color:#bbbaba;
}

#lastNewsList a:hover {color:#fff;}

/* ============================ Нижнее меню */
#footMenu {}
#lastNewsList li {padding: 0.3em 0;}
#footMenu li a {
  text-decoration: none;
  display: block;
  color: #bbbaba;
  transition: all .2s;

  line-height: 1.5em;
  padding: 0.6em 0;
  padding-left: 17px;
  border-bottom: 1px solid #7491c2;
  background: url('/images/icons/footer-bullet.png') no-repeat 0px 15px;
}

#footMenu li:first-child a {border-top: none;}
#footMenu li:last-child a {border-bottom: none;}

#footMenu > ul > li > a.active,
#footMenu > ul > li:hover > a {
  color: #fff;
  padding-left: 22px;
}

#footerBot {
  position: relative;
  width: 100%;
  font-size: 12px;
  line-height: 1.5em;
  line-height: 60px;
  color: #7491c2;
  background: #00419b url('/images/bottom-shadow.png') repeat-x;
}

#to-top {
  position: absolute;
  right: 30px;
  top: -22px;
  width: 33px;
  height: 33px;
  background: url('/images/icons/to-top.png') no-repeat;
  cursor: pointer;
}

.copy {}
.counter {margin-top: 10px}

#footer p {margin: 0;}
@media (max-width: 552px) {
    .view,
    .view tbody,
    .view th,
    .view td,
    .view tr,
    .view [type="text"],
    .view textarea,
    .view select {display: block;}

    .view input,
    .view textarea,
    .view select {width: 100%;}
}
#page-content td, #page-content th {border-bottom: 1px solid #1f1f1f;}
#page-content td {padding: 10px;}
.create {float:right;}
.create a {color:#fff;text-decoration: none}
.create a:hover {color:#b6a7cb}


/* категории */
.category-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0;
  margin: 0;
  margin: 20px 0;
  list-style: none;
}
.category-list__item {
  position: relative;
  width: 30%;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  margin-right: 30px;
}
.category-list__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
}
.category-list__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 70px;
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  color:#51565b;
  border-bottom: 1px solid #c4c7c8;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.category-list__pic {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  font-size: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.category-list__img {
  width: 100%;
  height: auto;
}
.category-list__item:hover .category-list__pic {
  -webkit-box-shadow: 0 0px 7px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0px 7px 2px rgba(0, 0, 0, 0.6);
}
.category-list__item:hover .category-list__title {
  color: #000;
  border-bottom: 1px solid #51565b;
}
/*-------------------PHOTOS------------*/
.album-block .album{
  display:flex;
  justify-content:flex-start;
}
.album-block{
  padding-bottom: 50px;
}
.album .photo-item{
  padding: 0 10px;
  box-sizing: border-box;
}
.photos-title a{
  padding:10px;
  background-color:#d6d6d6;
  display: block;
  color:#003479;
  font-weight: bold;
  text-decoration: none;
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
}
.photos:hover .photos-title a{
  background:#003479;
  color:#fff;
}
.photos .photo-img{
  display:block;
  overflow: hidden;
}
.photos img{
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
}
.photos:hover .photo-img img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.album .photo-item a{
  display:block;
  text-decoration: none;
}
.photo-item span{
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 8px;
}

.pager {
  width: 100%;
}
.photo_gallery__list {
  margin-left: -13px;
  margin-right: -13px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.photo_gallery__item {
  width: 25%;
  padding-left: 13px;
  padding-right: 13px;
  margin-bottom: 20px;
}
.photo_gallery__item_wrap {
  position: relative;
}
.photo_gallery__item_wrap img {
  display: block;
  width: 100%;
}
.photo_gallery__item_title {
  font-size: 14px;
  font-weight: bold;
  padding-top: 10px;
  text-align: center;
}
.absolute_full {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
}