@import "fonts.css";
@import "normalize.css";
@import "reset.css";
@import "/fancybox/jquery.fancybox.css";
@import "/js/jquery-ui-1.11.4.custom/jquery-ui.min.css";
.none {
  display: none;
}
.clear {
  clear: both;
}
.clearfix:before {
  clear: both;
  display: table;
  content: "";
}
.bs {
  box-sizing: border-box;
}
.cover {
  background-size: cover;
}
.contain {
  background-size: contain;
}
.ff {
  font-family: 'pncr';
}
.white {
  color: #fff;
}
.img {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.content {
  width: 1200px;
  margin: 0 auto;
}
.min_content {
  width: 900px;
  margin: 0 auto;
}
body,
html {
  margin: 0;
  padding: 0;
  font-family: 'pncr';
  color: #0e0e09;
  font-size: 16px;
  overflow-x: hidden;
}
.clearfix:after {
  clear: both;
  content: "";
  display: table;
}
h1 {
  color: #205696;
  font-size: 36px;
}
.button {
  color: #fff;
  background: #06bda1;
  text-transform: uppercase;
  border-radius: 200px;
  padding: 10px 50px;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Calibri';
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.button:after {
  content: '';
  position: absolute;
  top: -12px;
  left: -12px;
  width: 100%;
  height: 100%;
  padding: 11px;
  border: 1px solid #06bda1;
  border-radius: inherit;
}
.cycle-pager-style {
  cursor: pointer;
  z-index: 9999999;
}
.cycle-pager-style span,
.cycle-pager-style span.cycle-pager-active {
  font-size: 0;
  padding: 5px 13px;
  display: inline-block;
  width: 25px;
  height: 5px;
  background: url('/images/icon/slider_pager.png') center no-repeat;
}
.cycle-pager-style span.cycle-pager-active {
  background: url('/images/icon/slider_pager_act.png') center no-repeat;
}
.cont {
  width: 1200px;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0 auto;
}
header {
  position: relative;
  background: url(/images/header_bg.jpg) center center;
  z-index: 9999;
  box-sizing: border-box;
}
header #logo {
  float: left;
  background: url(/images/logo_bg.png) left top no-repeat;
  width: 531px;
  height: 122px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header #logo a {
  color: #fff;
  text-decoration: none;
}
header #logo #name_org {
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  font-family: 'pncr';
}
header #logo #name_org div:nth-child(1) {
  font-family: 'pb';
  font-size: 27px;
  line-height: 12px;
  padding-bottom: 7px;
}
header #header_info_uch {
  float: right;
  width: 250px;
  font-family: 'pn';
  font-size: 14px;
  color: #fff;
  padding-top: 10px;
  box-sizing: border-box;
}
header #header_info_uch div {
  padding: 5px 30px 5px 30px;
}
header #header_info_uch .phone {
  background: url(/images/phone_icon.png) left 7px no-repeat;
}
header #header_info_uch .address {
  background: url(/images/address_icon.png) left 7px no-repeat;
}
header #header_info_uch .email {
  background: url(/images/email_icon.png) left 7px no-repeat;
}
header #header_right_info {
  float: right;
  width: 240px;
  padding-top: 10px;
}
header #header_right_info #vds {
  color: #fff;
  box-sizing: border-box;
  padding: 2px 40px 5px 0px;
  background: url(/images/vds.png) no-repeat right 5px;
  cursor: pointer;
  font-family: 'pn';
  font-size: 16px;
}
header #header_right_info #search {
  margin: 30px 0px 0px 0px;
  cursor: pointer;
  position: relative;
}
header #header_right_info #search input {
  background: none;
  border: 1px solid rgba(255,255,255,0.4);
  border-radius: 5px;
  padding: 10px 40px 10px 15px;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
}
header #header_right_info #search input::-webkit-input-placeholder {
  color: rgba(255,255,255,0.4);
  font-family: 'pn';
}
header #header_right_info #search input::-moz-placeholder {
  color: rgba(255,255,255,0.4);
  font-family: 'pn';
}
header #header_right_info #search input:-ms-input-placeholder {
  color: rgba(255,255,255,0.4);
  font-family: 'pn';
}
header #header_right_info #search button {
  background: url(/images/search.png) no-repeat center 11px;
  border: 0;
  position: absolute;
  top: 0px;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
header #header_menu {
  position: relative;
  border-top: 1px solid rgba(255,255,255,0.4);
}
header #header_menu #header_menu_wrap {
  display: table;
}
header #header_menu #header_menu_wrap #wrap_menu {
  display: table-cell;
  vertical-align: middle;
}
header #header_menu #header_menu_wrap #wrap_menu .menu td:hover .child {
  display: block;
  box-shadow: 0 5px 5px rgba(0,0,0,0.3);
}
header #header_menu #header_menu_wrap #wrap_menu .menu td:hover .lvl_1 a {
  background-color: #06bda1;
}
header #header_menu #header_menu_wrap #wrap_menu .menu .lvl_1.act {
  background-color: #06bda1;
}
header #header_menu #header_menu_wrap #wrap_menu .menu .lvl_1 a {
  font-family: 'pb';
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  padding: 20px 10px;
  display: block;
}
header #header_menu #header_menu_wrap #wrap_menu .menu .lvl_2 a {
  padding: 10px 20px;
  display: block;
  color: #313131;
  text-decoration: none;
  background: #fff;
}
header #header_menu #header_menu_wrap #wrap_menu .menu .lvl_2 a:hover {
  text-decoration: underline;
}
header #header_menu #header_menu_wrap #wrap_menu .menu .child {
  position: absolute;
  z-index: 1000;
  box-sizing: border-box;
  min-width: 200px;
}
.main_cont {
  margin: 20px auto;
  width: 1200px;
}
#left {
  width: 300px;
  float: left;
}
#right {
  float: right;
  width: calc(100% - 320px);
}
h2.arr {
  background: #205696;
  color: #fff;
  text-transform: uppercase;
  font-family: 'pncb';
  font-size: 18px;
  text-align: center;
  position: relative;
  padding: 15px 0;
  width: calc(100% - 50px);
  margin: 0 25px;
  height: 51px;
  box-sizing: border-box;
}
h2.arr:after {
  content: "";
  border-style: solid;
  border-color: transparent;
  border-width: 37px 0 0 37px;
  border-top-color: #205696;
  position: absolute;
  right: -18px;
  top: 7px;
  transform: rotate(45deg);
}
h2.arr:before {
  content: "";
  border-style: solid;
  border-color: transparent;
  border-width: 37px 0 0 37px;
  border-top-color: #205696;
  position: absolute;
  left: -18px;
  top: 7px;
  transform: rotate(-135deg);
}
h2.arr .prev {
  position: absolute;
  left: 5px;
  z-index: 2;
  cursor: pointer;
}
h2.arr .next {
  position: absolute;
  right: 5px;
  z-index: 2;
  cursor: pointer;
}
#left_menu {
  font-family: 'pncb';
}
#left_menu ul li {
  border-bottom: 1px solid #bfcee1;
}
#left_menu ul li:last-child {
  border: 0;
}
#left_menu ul li:hover {
  background: #06bda1;
}
#left_menu ul li:hover a {
  color: #fff;
}
#left_menu ul li a {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 20px;
  font-size: 16px;
  display: block;
}
#breadcrumb .bread_link a {
  color: #06bda1;
  font-size: 12px;
}
#breadcrumb .separator {
  color: #06bda1;
  padding: 0 5px;
  font-size: 12px;
}
#slider_wrap {
  width: 100%;
  height: 510px;
  display: table;
  position: relative;
}
#slider_wrap #slider_right {
  width: 100%;
  display: table-cell;
  height: inherit;
}
#slider_wrap #slider_right .cycle-slide {
  height: 510px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
#slider_wrap .cycle-pager {
  position: absolute;
  left: 30px;
  bottom: 10%;
}
#slider_wrap #slider_text {
  font-family: 'pncb';
  position: absolute;
  left: 50px;
  top: 50px;
  color: #205696;
  z-index: 9000;
}
#slider_wrap #slider_text #slider_text_1 {
  font-size: 42px;
  line-height: 60px;
}
#slider_wrap #slider_text .slider_text_2 {
  font-size: 27px;
  line-height: 40px;
  font-family: 'pncr';
}
.main {
  margin-top: 30px;
}
#anons {
  margin-bottom: 50px;
}
#anons .slide {
  display: flex !important;
  align-items: baseline;
  justify-content: space-between;
}
#anons .slide .item {
  width: 23%;
}
#anons .slide .item a {
  text-decoration: none;
}
#anons .slide .item .img {
  height: 110px;
  border: 1px solid #ddd;
}
#anons .slide .item .date {
  color: #06bda1;
  margin: 15px 0;
}
#anons .slide .item .title {
  color: #333;
  font-size: 16px;
  padding: 15px 0;
  font-family: 'pncb';
}
#text {
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 24px;
}
#text p {
  margin: 20px 0;
}
#text h3 {
  font-size: 24px;
  font-family: 'pncb';
  margin-top: 30px;
}
#links {
  margin-bottom: 50px;
}
#links #links_slider_wrap {
  margin-top: 40px;
}
#links .slide {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  width: 100%;
}
#links .slide .item img {
  max-width: 300px;
  max-height: 100px;
  width: auto;
  height: auto;
}
#paginator {
  margin-top: 30px;
}
#paginator .paginator {
  text-decoration: none;
  margin-right: 10px;
  color: #205696;
}
#paginator #current_page {
  margin-right: 10px;
}
#news {
  position: relative;
}
#news .slide {
  width: 100%;
}
#news .slide .flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
#news .slide .flex .item {
  padding: 20px 20px 58px 20px;
  border: 1px solid #264eb3;
  border-radius: 8px;
  width: 23.5%;
  box-sizing: border-box;
  margin: 0 2% 30px 0;
  position: relative;
  height: 320px;
  background: #fff;
}
#news .slide .flex .item:nth-child(4) {
  margin-right: 0;
}
#news .slide .flex .item .title {
  color: #185298;
  padding-bottom: 15px;
  font-size: 14px;
}
#news .slide .flex .item .date {
  color: #ffec3e;
  font-size: 12px;
  padding-bottom: 15px;
}
#news .slide .flex .item .text {
  color: #313131;
  font-size: 12px;
}
#news .slide .flex .item .more {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
#news .slide .flex .item .more a {
  color: #263d59;
  padding: 15px 20px;
  display: block;
  text-decoration: none;
  box-sizing: border-box;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  transition: .3s all linear;
}
#news .slide .flex .item .more a:hover {
  background: #feee31;
}
#news .cycle-pager-style span.cycle-pager-active {
  background: url(/images/icon/slider_pager_act_blue.jpg) center no-repeat;
}
#news #news_all {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
}
#news #news_all a {
  color: #2a56b6;
  font-weight: bold;
  text-decoration: none;
  padding: 0 55px 0 0;
  background: url(/images/icon/more.png) no-repeat right center;
}
#page-news .news-item {
  border: 1px solid #264eb3;
  border-radius: 15px;
  display: flex;
  margin-bottom: 30px;
  box-sizing: border-box;
}
#page-news .news-item .img {
  height: 200px;
  width: 340px !important;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
#page-news .news-item .info {
  padding: 25px 30px;
  width: calc(100% - 340px);
  position: relative;
}
#page-news .news-item .info .title {
  color: #185298;
  font-size: 16px;
  float: left;
  width: calc(100% - 75px);
  margin-bottom: 20px;
}
#page-news .news-item .info .date {
  color: #264db2;
  font-size: 12px;
  float: right;
}
#page-news .news-item .info .anons {
  color: #313131;
  font-size: 14px;
  margin: 20px 0;
}
#page-news .news-item .info .anons:before {
  clear: both;
  display: table;
  content: "";
}
#page-news .news-item .info .more {
  position: absolute;
  bottom: 25px;
}
#page-news .news-item .info .more a {
  color: #263d59;
}
#page-news .afisha-item {
  position: relative;
  width: 380px;
  height: 450px;
  display: inline-block;
  vertical-align: top;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0px 8px 13px 0px rgba(34,62,138,0.14);
}
#page-news .afisha-item:nth-child(2) {
  margin: 0 19.5px;
}
#page-news .afisha-item:hover .wrap_info {
  bottom: 0;
}
#page-news .afisha-item:hover .img {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  filter: blur(5px);
}
#page-news .afisha-item .wrap_info {
  position: absolute;
  height: calc(100% - 200px);
  bottom: -72px;
  background: #fff;
  transition: 0.5s;
}
#page-news .afisha-item .wrap_info .date {
  color: #185298;
  padding: 20px 35px 15px;
  font-size: 24px;
  font-weight: bold;
}
#page-news .afisha-item .wrap_info .date span {
  float: right;
}
#page-news .afisha-item .wrap_info .title {
  font-size: 16px;
  color: #313131;
  padding: 0 35px;
  line-height: 24px;
}
#page-news .afisha-item .wrap_info .more {
  background-image: -webkit-gradient(linear,0% 0%,100% 100%,color-stop(0,#ffeb30),color-stop(1,#f4ff37));
  background-image: -webkit-repeating-linear-gradient(top left,#ffeb30 0%,#f4ff37 100%);
  background-image: repeating-linear-gradient(to bottom right,#ffeb30 0%,#f4ff37 100%);
  background-image: -ms-repeating-linear-gradient(top left,#ffeb30 0%,#f4ff37 100%);
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
#page-news .afisha-item .wrap_info .more a {
  display: block;
  width: 100%;
  color: #185298;
  font-size: 16px;
  box-sizing: border-box;
  text-decoration: none;
  padding: 15px 35px;
  font-weight: bold;
  background: url(/images/icon/more.png) no-repeat calc(60%) center;
}
#page-news .afisha-item .img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 300px;
  transition: 0.5s;
}
.page_text {
  margin-bottom: 40px;
}
.page_text .text a {
  color: #289dcc;
}
.page_text .text p {
  margin-bottom: 20px;
}
.page_text .text ul {
  list-style: circle;
  margin: 0 0 20px 20px;
}
.page_text .text h2 {
  font-size: 20px;
  color: #205696;
  margin-bottom: 20px;
}
.page_text .text table.common {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.page_text .text table.common td {
  border: 1px solid #ccc;
  padding: 5px;
}
.page_news .wrap_news_info {
  width: 900px;
  margin: 0 auto;
}
.page_news .wrap_news_info .title {
  color: #345395;
  font-family: 'pncb';
  font-size: 24px;
}
.page_news .wrap_news_info .date {
  color: #264db2;
  font-size: 14px;
  padding: 20px 0;
}
.page_news .wrap_news_info .full_news_img {
  text-align: center;
}
.page_news .wrap_news_info .full_news_img img {
  max-width: 100%;
  margin-bottom: 20px;
}
.page_news #news_text {
  width: 900px;
  margin: 0 auto;
}
.page_news #all_news {
  text-align: center;
  margin-top: 20px;
  font-family: 'mb';
}
.page_news #all_news a {
  color: #263d59;
}
#top {
  box-sizing: border-box;
  margin-bottom: 30px;
}
.contact_info {
  display: flex;
  font-size: 20px;
}
.contact_info .contacts_block {
  width: 100%;
}
.contact_info .contacts_block div {
  padding-left: 40px;
  margin: 15px 0;
}
.contact_info .contacts_block .address {
  background: url(/images/address_icon.png) 3px center no-repeat;
}
.contact_info .contacts_block .phone {
  background: url(/images/phone_icon.png) left center no-repeat;
}
.contact_info .contacts_block .email {
  background: url(/images/email_icon.png) left center no-repeat;
}
#map {
  margin: 20px 0;
  border: 1px solid #2449b0;
  height: 400px;
  border-radius: 15px;
}
#map ymaps {
  border-radius: 15px;
}
.feedback_form {
  margin-top: 50px;
}
.feedback_form input[type=text],
.feedback_form textarea {
  border-radius: 5px;
  border: 1px solid #205696;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 15px;
}
.feedback_form textarea {
  height: 100px;
}
.feedback_form button {
  background: #205696;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 30px;
  border: 0;
  border-radius: 5px;
  margin-top: 15px;
  cursor: pointer;
}
.photogallery_page .item {
  display: inline-block;
  width: 32%;
  height: 270px;
  margin: 20px 0;
}
.photogallery_page .item:nth-child(2),
.photogallery_page .item:nth-child(5),
.photogallery_page .item:nth-child(8) {
  margin: 20px 2%;
}
.photogallery_page .item a {
  text-decoration: none;
}
.photogallery_page .item .img {
  width: 100%;
  height: 250px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.photogallery_page .item .title {
  text-align: center;
  color: #666;
  margin: 10px 0;
}
.photogallery_page #filter_type a {
  color: #205696;
  text-decoration: none;
}
.photogallery_page #filter_type .filter_type_val {
  margin-left: 15px;
}
.photogallery_page .gallery_photo {
  width: 32%;
  border: 1px solid #ccc;
  height: 250px;
  margin: 20px 0;
}
.photogallery_page .gallery_photo:nth-child(2),
.photogallery_page .gallery_photo:nth-child(5),
.photogallery_page .gallery_photo:nth-child(8) {
  margin: 20px 2%;
}
footer {
  background: #1f518f;
  padding: 55px 0;
}
footer .cont {
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
}
footer .cont #bottom_logo {
  float: left;
  width: 531px;
  height: 122px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
footer .cont #bottom_logo a {
  color: #fff;
  text-decoration: none;
}
footer .cont #bottom_logo .name_org {
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  font-family: 'pncr';
}
footer .cont #bottom_logo .name_org div:nth-child(1) {
  font-family: 'pb';
  font-size: 27px;
  line-height: 12px;
  padding-bottom: 7px;
}
footer .cont #footer_wrap_info {
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
footer .cont #footer_wrap_info div {
  padding: 0 35px;
  max-width: 230px;
  box-sizing: border-box;
}
footer .cont #footer_wrap_info #footer_info_address {
  background: url(/images/address_icon.png) left center no-repeat;
}
footer .cont #footer_wrap_info #footer_info_phone {
  background: url(/images/phone_icon.png) left center no-repeat;
}
footer .cont #footer_wrap_info #footer_info_email {
  background: url(/images/email_icon.png) left center no-repeat;
}
#mobile_menu_button {
  display: none;
}
@media (max-width: 1240px) {
  .cont {
    width: 100%;
  }
  .main_cont {
    width: 100%;
  }
}
@media (max-width: 1180px) {
  #anons .slide {
    display: block !important;
  }
  #anons .slide .item {
    width: 48%;
    height: 350px;
    overflow: hidden;
  }
  #anons .slide .item:nth-child(2n+1) {
    float: left;
  }
  #anons .slide .item:nth-child(2n) {
    float: right;
  }
  #anons .slide .item .img {
    height: 200px;
  }
  header #header_info_uch {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  header #header_info_uch:before {
    content: "";
    display: table;
    clear: both;
  }
  #links .slide {
    display: block !important;
    text-align: center;
    height: auto;
  }
  #links .slide .item {
    margin: 10px 0;
  }
  footer {
    padding: 30px 0;
  }
  footer .cont {
    display: block;
    text-align: center;
  }
  footer .cont #bottom_logo {
    float: none;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  footer .cont #footer_wrap_info {
    justify-content: center;
  }
  #mobile_menu_button {
    display: block;
    background: url(/images/hamburger.png) right center no-repeat;
    height: 100%;
    width: 50px;
    background-size: contain;
  }
  #slider_wrap #slider_text {
    z-index: 999;
  }
  header #header_menu #header_menu_wrap {
    height: 70px;
    margin-left: 10px;
    width: 100%;
  }
  header #header_menu #header_menu_wrap #wrap_menu {
    border-top: 1px solid #ccc;
    display: none;
    z-index: 10100;
    position: absolute;
    width: 100%;
    background: #fff;
    left: 0;
    padding: 20px 0 0 0;
    box-shadow: 0 5px 5px rgba(0,0,0,0.5);
  }
  header #header_menu #header_menu_wrap #wrap_menu table {
    width: 100%;
  }
  header #header_menu #header_menu_wrap #wrap_menu .menu td {
    display: block;
  }
  header #header_menu #header_menu_wrap #wrap_menu .menu td .lvl_1 a {
    padding: 15px 20px;
  }
  header #header_menu #header_menu_wrap #name_org {
    width: 100%;
    text-align: left;
    padding-right: 10px;
  }
}
@media (max-width: 800px) {
  #left {
    display: none;
  }
  #right {
    width: 100%;
  }
  .main_cont {
    margin-top: 0;
  }
  header #logo {
    float: none;
    width: 100%;
    text-align: center;
    background-position: center;
  }
  header #header_right_info {
    float: none;
    width: 100%;
    text-align: center;
  }
  header #header_right_info #vds {
    width: 240px;
    margin: 5px auto;
  }
  header #header_right_info #search {
    margin-top: 5px;
  }
  header #header_info_uch {
    display: block;
  }
  #news .slide .flex {
    display: block;
    text-align: center;
  }
  #news .slide .flex .item {
    width: 320px;
    margin: 10px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
  }
  .photogallery_page .wrap_item {
    text-align: center;
  }
  .photogallery_page .wrap_item .item {
    width: 380px;
    margin: 10px;
  }
  .photogallery_page .wrap_item .gallery_photo {
    width: 380px;
    margin: 10px;
  }
  .min_content {
    width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 780px) {
  .content {
    width: 100%;
  }
  header #header_wrap_info .cont {
    display: flex;
    justify-content: space-around;
  }
  header #header_wrap_info #header_info_uch {
    display: block;
  }
  header #header_wrap_info #header_info_uch div {
    padding: 10px !important;
  }
  header #header_wrap_info #header_right_info {
    display: block;
    text-align: right;
  }
  header #header_wrap_info #header_right_info div {
    padding: 10px !important;
  }
  header #header_wrap_info #header_right_info #vds {
    background: none;
  }
  header #header_wrap_info #header_right_info #search {
    background: url(/images/search.png) no-repeat calc(95%) center;
    height: 40px;
    box-sizing: border-box;
  }
  #slider_wrap {
    height: 500px;
  }
  #slider_wrap #slider_right {
    width: 100%;
  }
  #slider_wrap #slider_right .cycle-slide {
    height: 500px;
  }
  #slider_wrap #slider_left {
    display: none;
  }
  #slider_wrap #slider_text {
    width: 100%;
    left: 10px;
  }
  #slider_wrap #slider_text #slider_text_1 {
    font-size: 50px;
    line-height: normal;
  }
  #slider_wrap #slider_text .slider_text_2 {
    font-size: 30px;
    line-height: normal;
  }
  #page-news-cont #page-news .news-item {
    display: block;
  }
  #page-news-cont #page-news .news-item .img {
    margin: 0 auto;
  }
  #page-news-cont #page-news .news-item .info {
    width: 100%;
    box-sizing: border-box;
  }
  .contact_info {
    display: block;
    width: 100%;
  }
  .contact_info .contacts_block,
  .contact_info .social_block {
    width: 100%;
  }
}
@media (max-width: 600px) {
  header #logo {
    background: none;
  }
  footer .cont #footer_wrap_info {
    display: block;
    text-align: center;
  }
  footer .cont #footer_wrap_info div {
    margin: 5px auto;
  }
  #anons .slide .item {
    width: 96%;
    margin: 10px 2%;
    float: none;
    height: auto;
  }
  #slider_wrap {
    height: 360px;
  }
  #slider_wrap #slider_right .cycle-slide {
    height: 360px;
  }
}
@media (max-width: 460px) {
  header #header_menu #header_menu_wrap #name_org div:nth-child(2) {
    font-size: 13px;
  }
  #afiha #afiha_slider_wrap .slide {
    width: calc(100% - 20px);
  }
  #afiha #afiha_slider_wrap .slide .item {
    width: 100%;
  }
  #page-news .afisha-item {
    width: calc(100% - 20px);
  }
  #main_block_center #dost_sreda,
  #main_block_center #prot_kor {
    text-align: right;
    font-size: 14px;
  }
  #slider_wrap #slider_text #slider_text_1 {
    font-size: 30px;
  }
  #slider_wrap #slider_text .slider_text_2 {
    font-size: 20px;
  }
}
@media (max-width: 410px) {
  header #header_menu #logo {
    top: -7px;
  }
  .photogallery_page .wrap_item {
    text-align: center;
  }
  .photogallery_page .wrap_item .item {
    width: calc(100% - 20px);
  }
  .photogallery_page .wrap_item .gallery_photo {
    width: calc(100% - 20px);
  }
}
