@import "fonts/fonts.css";
body {
  background: #ffffff url("../img/body_bg.jpg") top center no-repeat;
  color: #333333;
}
iframe {
  width: 100%;
}
p {
  margin: 0;
}
.modalDialog {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  display: none;
  pointer-events: none;
}
.modalDialog:target {
  display: block;
  pointer-events: auto;
}
.modalDialog > div {
  width: 400px;
  position: relative;
  margin: 10% auto;
  padding: 5px 20px 13px 20px;
  border-radius: 10px;
  background: #fff;
  background: -moz-linear-gradient(#fff, #999);
  background: -webkit-linear-gradient(#fff, #999);
  background: -o-linear-gradient(#fff, #999);
}
.menu_right {
  display: none;
}
.but_right {
  position: fixed;
  right: 0;
  top: 200px;
  width: 74px;
  z-index: 100;
}
.but_right a {
  width: 74px;
  height: 155px;
  display: block;
  position: relative;
  right: -5px;
  margin: 10px 0 0 0;
}
.but_right a:hover {
  right: 0;
}
.but_right .but_quest {
  background: url("../img/but_quest.png") no-repeat;
}
.but_right .but_test {
  background: url("../img/but_test.png") no-repeat;
}
.but_right .but_interesting {
  background: url("../img/but_interesting.png") no-repeat;
}
.popup_wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.popup_wrap .mask {
  background: #222222;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.popup_wrap .form {
  width: 600px;
  max-width: 100%;
  height: 550px;
  background: #ffffff;
  left: 50%;
  top: 50%;
  margin: -275px 0 0 -300px;
  position: absolute;
  box-sizing: border-box;
  padding: 40px 125px 0 40px;
  border-radius: 4px;
}
.popup_wrap .form .close {
  position: absolute;
  font-size: 40px;
  font-family: dinprobold, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
  color: #444444;
  right: 15px;
  top: 0;
  cursor: pointer;
}
.popup_wrap .form .close:hover {
  color: #f17e00;
}
.popup_wrap .form .h {
  text-transform: uppercase;
  color: #f17e00;
  font-family: dinpromedium, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
  font-size: 18px;
  padding: 0 0 30px 0;
}
.popup_wrap .form .form_line {
  overflow: hidden;
  padding: 0 0 15px 0;
}
.popup_wrap .form .form_line input {
  float: right;
  border: 1px solid #b2b2b2;
  width: 300px;
  padding: 0 10px;
  box-sizing: border-box;
  font-family: dinpro-regularregular, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
  height: 25px;
  line-height: 25px;
}
.popup_wrap .form .form_line input.error {
  border-color: #e64a00;
}
.popup_wrap .form .form_line textarea {
  float: right;
  border: 1px solid #b2b2b2;
  resize: none;
  width: 300px;
  padding: 5px 10px;
  box-sizing: border-box;
  font-family: dinpro-regularregular, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
  overflow: hidden;
  font-size: 13px;
  height: 120px;
}
.popup_wrap .form .form_line textarea.error {
  border-color: #e64a00;
}
.popup_wrap .form .form_line label {
  color: #333333;
  text-transform: uppercase;
  font-size: 13px;
  font-family: dinpro-regularregular, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
  line-height: 25px;
}
.popup_wrap .form .form_line label.error {
  color: #e64a00;
}
.popup_wrap .form .form_line .right {
  box-sizing: border-box;
  width: 300px;
  float: right;
}
.popup_wrap .form .form_line .right img {
  float: right;
}
.popup_wrap .form .form_line .right .left {
  float: left;
  font-size: 11px;
}
.popup_wrap .form .form_line .right .left input {
  width: 160px;
  float: none;
}
.popup_wrap .form .form_line .right .left a {
  color: #444444;
}
.popup_wrap .form p.error {
  color: #e64a00;
  font-size: 14px;
  width: 300px;
  float: right;
  display: none;
}
.popup_wrap .form .send {
  padding: 30px 0 0 0;
  float: right;
  width: 300px;
}
.popup_wrap .form .send button {
  background: #f17e00;
  border: 0;
  text-transform: uppercase;
  color: #ffffff;
  padding: 15px 40px;
  border-radius: 6px;
  font-family: dinpromedium, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
  font-size: 18px;
  cursor: pointer;
}
.popup_wrap .form .send button:hover {
  background: #e64a00;
}
/*HEADER*/
header {
  background: #ffffff;
  padding: 0 35px;
  max-width: 1000px;
  min-width: 480px;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  font-family: dinpro-regularregular, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
}
header .header_top {
  border-bottom: 4px solid #ebebeb;
  overflow: hidden;
  padding: 0 0 50px 0;
  min-height: 150px;
}
header .header_top .logo {
  background: url("../img/logo.png") no-repeat;
  width: 232px;
  height: 97px;
  margin: 36px auto 0 auto;
  display: block;
}
header .header_top .icons {
  float: right;
  padding: 60px 0 0 0;
  font-size: 12px;
}
header .header_top .icons a {
  width: 50px;
  color: #333333;
  text-align: center;
  float: left;
  padding: 0 0 0 35px;
}
header .header_top .icons a:hover {
  text-decoration: none;
}
header .header_top .icons i {
  display: inline-block;
  height: 29px;
  background: url("../img/top_icons.png") no-repeat;
}
header .header_top .icons .lc i {
  background-position: -47px 0;
  width: 25px;
}
header .header_top .icons .otz i {
  background-position: -20px 0;
  width: 27px;
}
header .header_top .icons .about {
  padding: 0 0 0 25px;
}
header .header_top .icons .about i {
  width: 20px;
}
header .header_top .icons .gal {
  width: 70px;
}
header .header_top .icons .gal i {
  background: url("../img/gal_icon.png") no-repeat;
  width: 25px;
}
header .header_top .address {
  float: left;
  padding: 50px 0 0 0;
}
header .header_top .address .number {
  font-size: 17px;
}
header .header_top .address a {
  text-transform: uppercase;
  color: #c32a1f;
  font-size: 13px;
  padding: 5px 0;
  display: block;
}
header .header_top .address a:hover {
  text-decoration: none;
}
header .header_top .address a.call {
  color: #c32a1f;
  font-family: dinpromedium, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
  font-size: 27px;
  line-height: 27px;
  display: inline;
  padding: 0;
  text-decoration: none;
}
header .header_top .address i {
  font-style: normal;
}
header .header_top .address .phone {
  color: #c32a1f;
  font-family: dinpromedium, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
  font-size: 27px;
  line-height: 27px;
}
header .header_top .address .phone .code {
  color: #333333;
  font-family: dinpro-regularregular, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
  font-size: 16px;
  vertical-align: 6px;
}
header .header_top .address .phone .violet {
  color: #ac1da3;
}
header .header_top .address .phone .orange {
  color: #f17e00;
}
header .header_middle .h {
  text-align: center;
  text-transform: uppercase;
  padding: 25px 0;
  font-size: 24px;
  font-family: dinprobold, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
  color: #444444;
}
header .header_middle .block {
  background: #ebebeb;
  overflow: hidden;
  padding: 50px 0 45px 0;
}
header .header_middle .block a {
  width: 20%;
  float: left;
  box-sizing: border-box;
  text-align: center;
  padding: 0 15px;
  text-transform: uppercase;
  font-size: 14px;
  color: #444444;
}
header .header_middle .block a i {
  background: url("../img/block_icons.png") no-repeat;
  height: 62px;
  width: 62px;
  display: inline-block;
  margin: 0 0 20px 0;
}
header .header_middle .block a:nth-child(1) i {
  background-position: 0 0;
}
header .header_middle .block a:nth-child(2) i {
  background-position: -62px 0;
}
header .header_middle .block a:nth-child(3) i {
  background-position: -124px 0;
}
header .header_middle .block a:nth-child(4) i {
  background-position: -186px 0;
}
header .header_middle .block a:nth-child(5) i {
  background-position: -250px 0;
}
header .header_middle .block a:hover {
  text-decoration: none;
}
header .wellcome_text {
  padding: 30px 0 0 0;
  font-size: 17px;
}
header .wellcome_text p {
  padding: 0 0 15px 0;
}
header .wellcome_text p.h {
  font-size: 21px;
  color: #444;
  line-height: 25px;
  font-family: dinpromedium, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
}
header .wellcome_text p.h a {
  color: #444;
  font-size: 21px;
  text-transform: none;
}
header .wellcome_text a {
  color: #f17e00;
  font-size: 15px;
  text-transform: uppercase;
}
header .wellcome_text a:hover {
  color: #bbd700;
}
header .wellcome_text .event_icon {
  float: right;
  background: url("../img/event_icon.png") no-repeat;
  width: 303px;
  height: 300px;
  margin: 0 0 0 60px;
}
/*/HEADER*/
/*CAROUSEL_WRAP*/
.carousel_wrap {
  max-width: 1000px;
  min-width: 480px;
  box-sizing: border-box;
  margin: 0 auto;
  font-family: dinpro-regularregular, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
  overflow: visible;
}
/*/CAROUSEL_WRAP*/
/*CATEGORY_NAV*/
.category_nav {
  background: #ffffff;
  max-width: 1000px;
  min-width: 480px;
  box-sizing: border-box;
  margin: 0 auto;
  font-family: dinpro-regularregular, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
  height: 260px;
}
.category_nav div {
  width: 25%;
  box-sizing: border-box;
  float: left;
}
.category_nav div .wrap {
  width: auto;
}
.category_nav div a {
  float: left;
  margin: 0 0 10px 0;
}
.category_nav div a img {
  display: block;
}
.category_nav div .slot1 {
  margin: 0 10px 10px 0;
}
.category_nav div .slot2_v {
  float: right;
}
.category_nav div:nth-child(1) .slot1:last-child {
  margin: 0;
}
.category_nav div:nth-child(4) {
  float: right;
  padding: 0 0 0 7px;
}
.category_nav div:nth-child(4) .slot1:last-child {
  float: right;
  margin: 0;
}
/*/CATEGORY_NAV*/
/*NEWS_MAIN*/
.news_main {
  background: #ffffff;
  max-width: 1000px;
  min-width: 480px;
  margin: 0 auto;
  overflow: hidden;
  font-family: dinpro-regularregular, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
  padding: 30px 30px 0 30px;
  box-sizing: border-box;
}
.news_main section {
  overflow: hidden;
}
.news_main .h {
  font-size: 22px;
  font-family: dinprobold, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
  color: #444444;
  text-transform: uppercase;
  padding: 0 0 30px 0;
}
.news_main div:last-child {
  padding: 0;
}
.news_main .item {
  width: 25%;
  float: left;
  padding: 0 45px 0 0;
  box-sizing: border-box;
}
.news_main .item .h {
  font-family: dinpromedium, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
  font-size: 15px;
  overflow: hidden;
  padding: 0 0 20px 0;
}
.news_main .item .h i {
  font-style: normal;
  font-size: 11px;
  background: url("../img/news_date.png") no-repeat;
  width: 32px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  display: block;
  margin: 2px 0 0 0;
}
.news_main .item .h a {
  color: #f17e00;
}
.news_main .item .h a:hover {
  text-decoration: none;
}
.news_main .prog_next {
  display: none;
}
.news_main .prog_more {
  display: none;
}
.news_all {
  background: #ffffff;
  padding: 35px 0 !important;
  max-width: 1000px;
  min-width: 480px;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  font-family: dinpro-regularregular, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
}
.news_all a {
  color: #f17e00;
}
.news_all a:hover {
  text-decoration: none;
}
/*/NEWS_MAIN*/
/*ALL_PROGRAMMS*/
.prog_all {
  background: #f3f3f3;
  max-width: 1000px;
  min-width: 480px;
  box-sizing: border-box;
  overflow: hidden;
  font-family: dinpro-regularregular, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
  padding: 30px 0;
  text-align: center;
  margin: 20px auto 0 auto;
  clear: both;
}
.red_arr_wrap {
  position: relative;
}
.red_arr_wrap .arr_red {
  background: url('../img/arrow.png') no-repeat;
  width: 30px;
  height: 69px;
  display: block;
  position: absolute;
  bottom: -69px;
  right: 0;
}
/*SOCIAL*/
.social {
  background: #ffffff;
  padding: 0 35px;
  max-width: 1000px;
  min-width: 480px;
  margin: 0 auto;
  color: #444444;
  overflow: hidden;
  font-family: dinprobold, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
  box-sizing: border-box;
}
.social div {
  float: right;
}
.social div span {
  float: left;
  line-height: 33px;
  font-size: 17px;
  padding: 0 10px 0 0;
}
.social div a {
  float: left;
  width: 33px;
  height: 33px;
  margin: 0 0 0 10px;
}
.social div a.vk {
  background: url("../img/vk.png") no-repeat;
}
.social div a.fb {
  background: url("../img/fb.png") no-repeat;
}
.social div a.tw {
  background: url("../img/tw.png") no-repeat;
}
.social div a.ins {
  background: url("../img/ins.png") no-repeat;
}
/*/SOCIAL*/
/*CONTENT_WRAP*/
.content_wrap {
  background: #ffffff;
  padding: 40px 35px 0 35px;
  max-width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  font-family: dinpro-regularregular, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
}
.content_wrap aside {
  float: right;
  width: 240px;
  padding: 0 0 0 90px;
}
.content_wrap aside nav {
  font-size: 15px;
  text-transform: uppercase;
}
.content_wrap aside nav .h {
  font-size: 24px;
  color: #444444;
  font-family: dinprobold, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
  padding: 0 0 35px 5px;
}
.content_wrap aside nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #dfdfdf;
}
.content_wrap aside nav ul li {
  border-top: 1px solid #dfdfdf;
}
.content_wrap aside nav ul li a {
  color: #f17e00;
  padding: 15px 10px 15px 20px;
  display: block;
  margin: 0 0 0 -10px;
}
.content_wrap aside nav ul li a:hover {
  color: #e64a00;
  text-decoration: none;
}
.content_wrap aside nav ul li.active {
  background: #f4f4f4;
}
.content_wrap aside nav ul li.active a {
  color: #333333;
  text-decoration: none;
  background: url("../img/category_right_corner.png") left center no-repeat;
}
.content_wrap aside .social_aside {
  padding: 30px 0 0 0;
}
.content_wrap aside .social_aside span {
  line-height: 33px;
  font-size: 17px;
  padding: 0 10px 20px 0;
  font-family: dinprobold, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
  display: block;
}
.content_wrap aside .social_aside a {
  display: inline-block;
  width: 33px;
  height: 33px;
  margin: 0 10px 0 0;
}
.content_wrap aside .social_aside a.vk {
  background: url("../img/vk.png") no-repeat;
}
.content_wrap aside .social_aside a.fb {
  background: url("../img/fb.png") no-repeat;
}
.content_wrap aside .social_aside a.tw {
  background: url("../img/tw.png") no-repeat;
}
.content_wrap aside .social_aside a.ins {
  background: url("../img/ins.png") no-repeat;
}
.content_wrap section {
  overflow: hidden;
}
.content_wrap section .breadcrumbs {
  font-size: 13px;
  text-transform: uppercase;
  padding: 0 0 30px 0;
}
.content_wrap section .breadcrumbs a {
  color: #f17e00;
  display: inline-block;
}
.content_wrap section .breadcrumbs a:hover {
  color: #e64a00;
  text-decoration: none;
}
.content_wrap section .breadcrumbs i {
  display: inline-block;
  border-right: 1px solid #bbd700;
  height: 15px;
  vertical-align: -2px;
  margin: 0 10px;
}
.content_wrap section content {
  font-family: tahoma, dinpro-regularregular, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
  color: #333333;
  font-size: 12pt;
}
.content_wrap section content h1,
.content_wrap section content h2,
.content_wrap section content h3,
.content_wrap section content h4,
.content_wrap section content h5 {
  font-family: dinprobold, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
  margin: 0;
  font-weight: normal;
  padding: 0 0 15px 0;
}
.content_wrap section content h1 {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 24px;
  padding: 0 0 25px 0;
}
.content_wrap section content h2 {
  font-size: 16px;
}
.content_wrap section content p {
  padding: 0 0 20px 0;
}
.content_wrap section content a {
  color: #f17e00;
}
.content_wrap section content a:hover {
  color: #e64a00;
  text-decoration: none;
}
.content_wrap section content .news_date {
  font-size: 14px;
  color: #333333;
  font-family: dinpromedium, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
}
.content_wrap section content .prepods {
  text-align: center;
}
.content_wrap section content .prepods .item {
  width: 200px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 0 10px 20px 10px;
  color: #333333;
  text-decoration: none;
}
.content_wrap section content .prepods .item img {
  width: 200px;
  height: 200px;
  margin: 0 0 10px 0;
}
.content_wrap section content .prepods .item font {
  font-size: 17px;
  font-weight: bold;
}
.content_wrap section content .prepods .item:hover {
  color: #f17e00;
}
.content_wrap section .photogallery {
  text-align: center;
}
.content_wrap section .photogallery a {
  padding: 15px 15px 20px 15px;
  box-sizing: border-box;
  height: 270px;
  border-bottom: 3px solid #eaebeb;
  border-right: 3px solid #eaebeb;
  display: inline-block;
  border-radius: 5px;
  margin: 10px 10px 20px 10px;
  background: #efefef;
  width: 221px;
  vertical-align: top;
}
.content_wrap section .photogallery a img {
  display: block;
  margin: 0 0 20px 0;
}
.content_wrap section .news {
  color: #545454;
}
.content_wrap section .news .item {
  padding: 0 45px 20px 0;
}
.content_wrap section .news .item .h {
  font-family: dinpromedium, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
  font-size: 15px;
  overflow: hidden;
  padding: 0 0 20px 0;
}
.content_wrap section .news .item .h i {
  font-style: normal;
  font-size: 11px;
  background: url("../img/news_date.png") no-repeat;
  width: 32px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  float: left;
  margin: 2px 0 0 0;
}
.content_wrap section .news .item .h a {
  color: #f17e00;
  overflow: hidden;
  padding: 0 0 0 10px;
  display: block;
  text-transform: uppercase;
  font-size: 18px;
}
.content_wrap section .news .item .h a:hover {
  text-decoration: none;
}
.content_wrap section .news .item .more {
  display: none;
}
.content_wrap section .paginator {
  font-size: 16px;
}
.content_wrap section .paginator a {
  color: #f17e00;
  margin: 0 6px 0 0;
}
.content_wrap section .paginator span,
.content_wrap section .paginator a:hover {
  color: #333333;
  margin: 0 6px 0 0;
}
.content_wrap section .news_np {
  border-top: 2px solid #ebebeb;
  overflow: hidden;
  padding: 20px 0 0 0;
  margin: 10px 0 0 0;
  font-size: 15px;
  font-family: dinpromedium, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
}
.content_wrap section .news_np a {
  text-decoration: none;
  line-height: 15px;
  height: 20px;
}
.content_wrap section .news_np a span {
  border-bottom: 1px solid #f17e00;
  color: #f17e00;
}
.content_wrap section .news_np a i {
  background: url("../img/news_np.png") no-repeat;
  width: 9px;
  height: 15px;
  display: inline-block;
  vertical-align: -4px;
}
.content_wrap section .news_np a:hover span {
  border: 0;
}
.content_wrap section .news_np .right {
  float: right;
}
.content_wrap section .news_np .right i {
  background-position: -9px 0;
  margin: 0 0 0 10px;
}
.content_wrap section .news_np .left {
  float: left;
}
.content_wrap section .news_np .left i {
  background-position: 0 0;
  margin: 0 10px 0 0;
}
.content_wrap section .reviews .tab {
  font-family: dinpro-regularregular, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 0 25px 0;
}
.content_wrap section .reviews .tab span {
  background: #ebebeb;
  padding: 8px 10px;
  display: inline-block;
  border-radius: 5px;
  margin: 0 15px 0 0;
}
.content_wrap section .reviews .tab a {
  padding: 8px 10px;
  display: inline-block;
  margin: 0 15px 0 0;
}
.content_wrap section .reviews .item {
  font-family: dinpromedium, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
  font-size: 14px;
  padding: 0 0 40px 0;
}
.content_wrap section .reviews .item .name {
  color: #e64a00;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 0 5px 0;
}
.content_wrap section .reviews .item .whois {
  color: #f17e00;
  padding: 0 0 15px 0;
}
.content_wrap section .reviews .item .cont {
  font-family: tahoma, dinpro-regularregular, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
  color: #535353;
  padding: 0;
  font-size: 12pt;
}
.content_wrap section .reviews .item .item_answer {
  padding: 30px 0 0 30px;
}
.content_wrap section .reviews .item .item_answer .h {
  text-transform: uppercase;
  color: #555555;
  font-family: dinpromedium, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
  padding: 0 0 15px 0;
  font-size: 14px;
}
.content_wrap section .reviews .form {
  width: 425px;
}
.content_wrap section .reviews .form .h {
  text-transform: uppercase;
  color: #f17e00;
  font-family: dinpromedium, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
  font-size: 18px;
  padding: 0 0 30px 0;
}
.content_wrap section .reviews .form .form_line {
  overflow: hidden;
  padding: 0 0 15px 0;
}
.content_wrap section .reviews .form .form_line input {
  float: right;
  border: 1px solid #b2b2b2;
  width: 300px;
  padding: 0 10px;
  box-sizing: border-box;
  font-family: dinpro-regularregular, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
  height: 25px;
  line-height: 25px;
}
.content_wrap section .reviews .form .form_line input.error {
  border-color: #e64a00;
}
.content_wrap section .reviews .form .form_line textarea {
  float: right;
  border: 1px solid #b2b2b2;
  resize: none;
  width: 300px;
  padding: 5px 10px;
  box-sizing: border-box;
  font-family: dinpro-regularregular, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
  overflow: hidden;
  font-size: 13px;
  height: 120px;
}
.content_wrap section .reviews .form .form_line textarea.error {
  border-color: #e64a00;
}
.content_wrap section .reviews .form .form_line label {
  color: #333333;
  text-transform: uppercase;
  font-size: 13px;
  font-family: dinpro-regularregular, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
  line-height: 25px;
}
.content_wrap section .reviews .form .form_line label.error {
  color: #e64a00;
}
.content_wrap section .reviews .form .form_line .right {
  box-sizing: border-box;
  width: 300px;
  float: right;
}
.content_wrap section .reviews .form .form_line .right .left {
  float: left;
  font-size: 11px;
}
.content_wrap section .reviews .form .form_line .right .left input {
  width: 160px;
  float: none;
}
.content_wrap section .reviews .form .form_line .right .left a {
  color: #444444;
}
.content_wrap section .reviews .form .form_line .right img {
  float: right;
}
.content_wrap section .reviews .form p.error {
  color: #e64a00;
  font-size: 14px;
  width: 300px;
  float: right;
  display: none;
}
.content_wrap section .reviews .form .send {
  padding: 30px 0 0 0;
  float: right;
  width: 300px;
}
.content_wrap section .reviews .form .send button {
  background: #f17e00;
  border: 0;
  text-transform: uppercase;
  color: #ffffff;
  padding: 15px 40px;
  border-radius: 6px;
  font-family: dinpromedium, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
  font-size: 18px;
  cursor: pointer;
}
.content_wrap section .reviews .form .send button:hover {
  background: #e64a00;
}
/*/CONTENT_WRAP*/
/*FOOTER*/
footer {
  background: #ffffff;
  max-width: 1000px;
  min-width: 480px;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  font-family: dinpro-regularregular, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
  border-top: 4px solid #ebebeb;
  padding: 25px 0 35px 0;
  margin-top: 45px;
  color: #333333;
  font-size: 14px;
}
footer .activation {
  float: right;
}
footer .activation a {
  color: #333333;
}
footer .activation a:hover {
  text-decoration: none;
}
footer .copy {
  width: 50%;
}
/*/FOOTER*/
/*DIRECTIONS*/
.directions header .directions_but {
  float: right;
  font-family: dinprobold, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}
.directions header .directions_but a {
  display: inline-block;
  border-radius: 0 0 5px 5px;
  color: #ffffff;
  text-decoration: none;
  padding: 15px 10px;
  box-sizing: border-box;
  min-width: 110px;
  text-align: center;
  margin: 0 0 0 5px;
}
.directions header .directions_but a:hover {
  padding-bottom: 18px;
}
.directions header .directions_but a.active {
  padding-bottom: 23px;
}
.directions header .directions_but a:nth-child(1) {
  background: #bbd700;
}
.directions header .directions_but a:nth-child(2) {
  background: #f17e00;
}
.directions header .directions_but a:nth-child(3) {
  background: #ad1da3;
}
.directions header .icons {
  padding: 30px 15px 0 0;
}
.directions header .icons a {
  background: url("../img/top_icons_directions.png") no-repeat;
  height: 33px;
  width: 32px;
  display: block;
  margin: 0 10px 0 0;
  padding: 0;
}
.directions header .icons .gal {
  background: url("../img/gal_icon_in.png") no-repeat;
  width: 32px;
}
.directions header .icons .about {
  background-position: 0 0;
  padding: 0;
}
.directions header .icons .otz {
  background-position: -32px 0;
}
.directions header .icons .lc {
  background-position: -64px 0;
}
.directions header .address {
  padding: 25px 0 0 0;
}
.directions header .address_directions {
  float: left;
  padding: 28px 0 0 35px;
}
.directions header .address_directions .phone {
  color: #c32a1f;
  font-family: dinpromedium, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
  font-size: 25px;
  line-height: 25px;
}
.directions header .address_directions .phone .left {
  float: left;
  margin: -6px 7px 0 0;
}
.directions header .address_directions .phone .right {
  float: right;
}
.directions header .address_directions .phone .code {
  color: #333333;
  font-family: dinpro-regularregular, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
  font-size: 16px;
}
.directions header .address_directions .phone .violet {
  color: #ac1da3;
}
.directions header .address_directions .phone .orange {
  color: #f17e00;
}
.directions header .address_directions .phone i {
  font-style: normal;
}
.directions header .header_top {
  border: 0;
}
.directions header .header_top .logo {
  display: none;
}
.directions header .header_middle {
  position: relative;
  overflow: hidden;
  height: 210px;
  border-radius: 8px 8px 0 0;
}
.directions header .header_middle .logo {
  background: url("../img/logo_directions.png") no-repeat;
  width: 234px;
  height: 97px;
  display: block;
  position: absolute;
  left: 25px;
  top: 25px;
}
.directions header .header_middle .zag {
  text-align: right;
  right: 40px;
  top: 55px;
  color: #ffffff;
  font-size: 23px;
  line-height: 25px;
  text-transform: uppercase;
  font-family: dinpromedium, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
  position: absolute;
}
.directions header .header_middle nav {
  position: absolute;
  left: 0;
  bottom: 0;
}
.directions header .header_middle nav ul {
  list-style: none;
  margin: 0 0 0 10px;
  padding: 0;
  text-transform: uppercase;
}
.directions header .header_middle nav ul li {
  display: inline-block;
  margin: 0 0 0 10px;
}
.directions header .header_middle nav ul li a {
  line-height: 50px;
  height: 50px;
  display: block;
  padding: 0 15px;
  font-family: dinprobold, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;
  border-radius: 6px 6px 0 0;
}
.directions header .header_middle nav ul li.active a {
  background: #ffffff;
  text-shadow: none;
}
.directions header .header_middle nav ul li.active a:hover {
  background: #ffffff;
}
.directions section.directions_carousel {
  background: #ffffff;
  margin: 0 auto;
  overflow: hidden;
  font-size: 12pt;
  font-family: tahoma, dinpro-regularregular, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
  padding: 0;
}
.directions section.directions_carousel .breadcrumbs {
  font-size: 13px;
  text-transform: lowercase;
  padding: 30px 0 50px 0;
}
.directions section.directions_carousel .breadcrumbs a {
  color: #f17e00;
  display: inline-block;
}
.directions section.directions_carousel .breadcrumbs a:hover {
  color: #e64a00;
  text-decoration: none;
}
.directions section.directions_carousel .breadcrumbs i {
  display: inline-block;
  border-right: 1px solid #bbd700;
  height: 11px;
  vertical-align: -2px;
  margin: 0 10px;
}
.directions section.directions_carousel .carousel_directions_wrap .right {
  width: 287px;
  padding: 0 0 0 20px;
  float: right;
  font-size: 14px;
  color: #646464;
}
.directions section.directions_carousel .carousel_directions_wrap .right p {
  padding: 0 0 15px 0;
  line-height: 1.5em;
}
.directions section.directions_carousel .carousel_directions_wrap .right a {
  color: #575757;
}
.directions section.directions_carousel .carousel_directions_wrap .right .h {
  font-family: dinprobold, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
  font-size: 25px;
  line-height: 25px;
}
.directions section.directions_carousel .carousel_directions_wrap .right .show_all {
  color: #ffffff;
  font-size: 18px;
  font-family: dinprobold, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
  text-align: center;
  text-transform: uppercase;
  width: 160px;
  height: 45px;
  line-height: 45px;
  display: block;
  text-decoration: none;
  border-radius: 6px;
}
.directions section.directions_carousel .carousel_directions_wrap .left {
  float: left;
  overflow: hidden;
  width: 623px;
  height: 294px;
  box-sizing: border-box;
}
.directions section.directions_carousel .carousel_directions_wrap .left .connected-carousels .carousel li div {
  font-family: dinprobold, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
  padding: 20px 50px 20px 20px;
  left: -6px;
  bottom: 30px;
}
.directions section.block_photo {
  background: #ffffff;
  padding: 0 35px;
  max-width: 1000px;
  min-width: 480px;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  font-family: dinpro-regularregular, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
  position: relative;
}
.directions section.block_photo p {
  color: #a4bd39;
  font-family: dinprobold, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
  font-size: 24px;
  padding: 55px 0 0 22px;
}
.directions section.block_photo a {
  color: #a4bd39;
  font-family: dinprobold, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
  font-size: 16px;
  bottom: 90px;
  right: 80px;
  position: absolute;
}
.directions section.block_text {
  background: #ffffff;
  margin: 0 auto;
  font-size: 12pt;
  font-family: tahoma, dinpro-regularregular, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
  overflow: hidden;
  padding: 0;
}
.directions section.block_text .right {
  float: right;
  padding: 0 0 0 45px;
}
.directions section.block_text .left {
  overflow: hidden;
  color: #333333;
  font-size: 14px;
}
.directions section.block_text .left p {
  margin: 0 0 15px 0;
}
.directions section.block_text .left .h {
  font-family: dinprobold, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
  font-size: 24px;
  padding: 0 0 30px 0;
  margin: 0;
}
.directions section.block_text .left .social {
  width: auto;
  padding: 30px 0 0 0;
  font-size: 20px;
}
.directions section.block_text .left .social div {
  float: none;
}
.directions.children .header_middle {
  background: #bbd700;
}
.directions.children .header_middle nav ul li a {
  background: #d3e559;
  text-shadow: 1px 1px 1px rgba(153, 174, 0, 0.75);
}
.directions.children .header_middle nav ul li a:hover {
  background: #b0c900;
}
.directions.children .header_middle nav ul li.active a {
  color: #bbd700;
}
.directions.children section.directions_carousel .breadcrumbs a {
  color: #bbd700;
  text-shadow: 1px 1px 1px rgba(221, 116, 0, 0.75);
}
.directions.children section.directions_carousel .carousel_directions_wrap .right .h {
  color: #bbd700;
}
.directions.children section.directions_carousel .carousel_directions_wrap .right .show_all {
  background: #bbd700;
}
.directions.children section.directions_carousel .carousel_directions_wrap .left {
  background: #bbd700;
}
.directions.children section.directions_carousel .carousel_directions_wrap .left .connected-carousels .carousel li div {
  color: #bbd700;
}
.directions.children section.block_photo {
  background: url("../img/block_photo_bg.jpg") center no-repeat;
  height: 410px;
}
.directions.children section.block_text .left .h {
  color: #bbd700;
}
.directions.children section.content_wrap aside nav ul li a {
  color: #98ae00;
}
.directions.children section.content_wrap section .breadcrumbs a {
  color: #98ae00;
}
.directions.children section.content_wrap section content a {
  color: #98ae00;
}
.directions.children footer {
  background: #bbd700;
  color: #ffffff;
  border: 0;
  padding: 25px 30px 35px 30px;
  box-sizing: border-box;
}
.directions.children footer a {
  color: #ffffff;
}
.directions.teen .header_middle {
  background: #f17e00;
}
.directions.teen .header_middle nav ul li a {
  background: #f7b873;
}
.directions.teen .header_middle nav ul li a:hover {
  background: #e26700;
}
.directions.teen .header_middle nav ul li.active a {
  color: #f17e00;
}
.directions.teen section.directions_carousel .breadcrumbs a {
  color: #f17e00;
}
.directions.teen section.directions_carousel .carousel_directions_wrap .right .h {
  color: #f17e00;
}
.directions.teen section.directions_carousel .carousel_directions_wrap .right .show_all {
  background: #f17e00;
}
.directions.teen section.directions_carousel .carousel_directions_wrap .left {
  background: #f17e00;
}
.directions.teen section.directions_carousel .carousel_directions_wrap .left .connected-carousels .carousel li div {
  color: #f17e00;
}
.directions.teen section.block_photo a {
  position: static;
  padding: 9px;
  text-decoration: none;
  color: #f17e00;
  margin: 0 5px 0 0;
}
.directions.teen section.block_photo a img {
  display: block;
  margin: 0 0 13px 0;
}
.directions.teen section.block_photo a:last-child {
  margin: 0;
}
.directions.teen section.block_photo .wrap {
  background: #fdeddb;
  padding: 22px;
  overflow: hidden;
}
.directions.teen section.block_photo .wrap .h {
  padding: 0;
  color: #f17e00;
  display: block;
}
.directions.teen section.block_photo .wrap .item {
  display: inline-block;
  background: #ffffff;
}
.directions.teen section.block_text .left .h {
  color: #f17e00;
}
.directions.teen section.content_wrap aside nav ul li a {
  color: #f17e00;
}
.directions.teen section.content_wrap section .breadcrumbs a {
  color: #f17e00;
}
.directions.teen section.content_wrap section content a {
  color: #f17e00;
}
.directions.teen footer {
  background: #f17e00;
  color: #ffffff;
  border: 0;
  padding: 25px 30px 35px 30px;
  box-sizing: border-box;
}
.directions.teen footer a {
  color: #ffffff;
}
.directions.old .header_middle {
  background: #85167c;
}
.directions.old .header_middle nav ul li a {
  background: #a5529e;
}
.directions.old .header_middle nav ul li a:hover {
  background: #72136a;
}
.directions.old .header_middle nav ul li.active a {
  color: #85167c;
}
.directions.old section.directions_carousel .breadcrumbs a {
  color: #85167c;
}
.directions.old section.directions_carousel .carousel_directions_wrap .right .h {
  color: #85167c;
}
.directions.old section.directions_carousel .carousel_directions_wrap .right .show_all {
  background: #85167c;
}
.directions.old section.directions_carousel .carousel_directions_wrap .left {
  background: #85167c;
}
.directions.old section.directions_carousel .carousel_directions_wrap .left .connected-carousels .carousel li div {
  color: #85167c;
}
.directions.old section.block_photo a {
  position: static;
  padding: 9px;
  text-decoration: none;
  color: #85167c;
  margin: 0 5px 0 0;
}
.directions.old section.block_photo a img {
  display: block;
  margin: 0 0 13px 0;
}
.directions.old section.block_photo a:last-child {
  margin: 0;
}
.directions.old section.block_photo .wrap {
  background: #eedeed;
  padding: 22px;
  overflow: hidden;
}
.directions.old section.block_photo .wrap .h {
  padding: 0;
  color: #85167c;
  display: block;
}
.directions.old section.block_photo .wrap .item {
  display: inline-block;
  background: #ffffff;
}
.directions.old section.block_text .left .h {
  color: #85167c;
}
.directions.old section.content_wrap aside nav ul li a {
  color: #85167c;
}
.directions.old section.content_wrap section .breadcrumbs a {
  color: #85167c;
}
.directions.old section.content_wrap section content a {
  color: #85167c;
}
.directions.old footer {
  background: #85167c;
  color: #ffffff;
  border: 0;
  padding: 25px 30px 35px 30px;
  box-sizing: border-box;
}
.directions.old footer a {
  color: #ffffff;
}
/*/DIRECTIONS*/
.success {
  color: green;
}
.reviews .tab a.active {
  background: #ebebeb;
  border-radius: 5px;
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 8px 10px;
  text-decoration: none;
  color: #333;
}
/*ALL_PROG_IN*/
.all_prog_in .filter {
  padding: 0 0 30px 0;
  text-transform: uppercase;
  font-size: 14px;
}
.all_prog_in .filter a {
  margin: 0 20px;
  display: inline-block;
  padding: 3px 10px;
}
.all_prog_in .filter .all {
  margin-left: 0;
}
.all_prog_in.all .filter .all,
.all_prog_in.old .filter .old,
.all_prog_in.teen .filter .teen,
.all_prog_in.kids .filter .kids {
  background: #ebebeb;
  border-radius: 4px;
  color: #333;
  text-decoration: none;
}
.all_prog_in.all .item {
  display: inline-block;
}
.all_prog_in.old .item.old,
.all_prog_in.old .item.old.teen,
.all_prog_in.old .item.old.teen.kids {
  display: inline-block;
}
.all_prog_in.old .item.teen {
  display: none;
}
.all_prog_in.old .item.kids {
  display: none;
}
.all_prog_in.teen .item.teen,
.all_prog_in.teen .item.old.teen,
.all_prog_in.teen .item.old.teen.kids {
  display: inline-block;
}
.all_prog_in.teen .item.old {
  display: none;
}
.all_prog_in.teen .item.kids {
  display: none;
}
.all_prog_in.kids .item.kids,
.all_prog_in.kids .item.teen.kids,
.all_prog_in.kids .item.old.teen.kids {
  display: inline-block;
}
.all_prog_in.kids .item.old {
  display: none;
}
.all_prog_in.kids .item.teen {
  display: none;
}
.all_prog_in h2 {
  text-align: left;
  text-transform: uppercase;
  color: #444;
}
.all_prog_in .item {
  display: inline-block;
  box-sizing: border-box;
  width: 242px;
  border: 1px solid #dfdfdf;
  vertical-align: top;
  text-align: center;
  min-height: 260px;
  color: #575757;
  padding: 25px 15px;
  margin: 0 5px 40px 0;
  position: relative;
}
.all_prog_in .item.kids {
  background: url('../img/all_prog_in_kids.gif') center top no-repeat;
}
.all_prog_in .item.teen {
  background: url('../img/all_prog_in_teen.gif') center top no-repeat;
}
.all_prog_in .item.old {
  background: url('../img/all_prog_in_old.gif') center top no-repeat;
}
.all_prog_in .item.teen.old {
  background: url('../img/all_prog_in_teen_old.gif') center top no-repeat;
}
.all_prog_in .item.kids.teen.old {
  background: url('../img/all_prog_in_kids_teen_old.gif') center top no-repeat;
}
.all_prog_in .item .h,
.directions.children section.block_text .left .all_prog_in .item .h,
.directions section.block_text .left .all_prog_in .item .h {
  font-family: dinpromedium, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #575757;
}
.all_prog_in .item .more,
.directions.children section.content_wrap section content .all_prog_in .item a.more,
.directions.old section.content_wrap section content .all_prog_in .item a.more {
  position: absolute;
  bottom: -25px;
  left: -1px;
  width: 242px;
  height: 45px;
  box-sizing: border-box;
  display: block;
  background: url('../img/more_bg.png') center no-repeat;
  color: #444;
  text-transform: uppercase;
  font-family: dinpromedium, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
  padding: 9px 0 0 0;
}
/*/ALL_PROG_IN*/
/*ALL_PROG_MAIN*/
.all_prog_main {
  background: #f3f3f3;
}
.all_prog_main .h1 {
  font-family: dinpromedium, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
  color: #444;
  font-size: 22px;
  text-align: center;
  padding: 20px 0;
}
.all_prog_main .item {
  display: inline-block;
  box-sizing: border-box;
  width: 242px;
  border: 1px solid #dfdfdf;
  vertical-align: top;
  text-align: center;
  height: 280px;
  color: #575757;
  padding: 25px 15px;
  margin: 0 2px 40px 2px;
  position: relative;
  font-size: 14px;
  overflow: hidden;
  background: #fff;
}
.all_prog_main .item.kids {
  background: #fff url('../img/all_prog_in_kids.gif') center top no-repeat;
}
.all_prog_main .item.teen {
  background: #fff url('../img/all_prog_in_teen.gif') center top no-repeat;
}
.all_prog_main .item.old {
  background: #fff url('../img/all_prog_in_old.gif') center top no-repeat;
}
.all_prog_main .item.teen.old {
  background: #fff url('../img/all_prog_in_teen_old.gif') center top no-repeat;
}
.all_prog_main .item.kids.teen.old {
  background: #fff url('../img/all_prog_in_kids_teen_old.gif') center top no-repeat;
}
.all_prog_main .item .h {
  font-family: dinpromedium, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding: 0 0 10px 0;
}
.all_prog_main .item .more {
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 242px;
  height: 45px;
  box-sizing: border-box;
  display: block;
  background: #e8e8e8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e8e8e8 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8e8e8), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e8e8e8 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e8e8e8 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e8e8e8 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e8e8e8 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#cccccc', GradientType=0);
  /* IE6-9 */
  color: #444;
  text-transform: uppercase;
  font-family: dinpromedium, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
  padding: 9px 0 0 0;
}
/*/ALL_PROG_MAIN*/
.zapis {
  background-color: #85167c;
  margin-bottom: 10px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 7px;
  font-size: 20px;
  border: solid 1px #000;
  color: #FFF;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.zapis {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  color: #fff;
  padding: 15px;
  border-radius: 7px;
  margin: 10px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.zapis:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.spblock {
  -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.66);
  -moz-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.66);
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.66);
  z-index: 1000;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -o-transform: scale(0.95);
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.spblock:hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
.table {
  width: 100%;
  margin: 0 0 20px 0;
  font-size: 85%;
}
.table thead td {
  background: #eee;
  font-weight: bold;
}
.table td {
  border: 1px solid #ccc;
  padding: 10px;
}
.top_block {
  background: #ffffff;
  padding: 0 35px;
  max-width: 1000px;
  min-width: 480px;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  font-family: dinpro-regularregular, Arial, Helvetica CY, Nimbus Sans L, sans-serif;
}
.block_text li {
  margin: 10px;
  padding: 10px;
  border: solid 2px #EEE;
}
@media (max-width: 1200px) {
  .all_prog_main {
    width: 754px;
  }
  .jcarousel {
    width: 740px !important;
  }
}
@media (max-width: 1120px) {
  body {
    background: none;
  }
  body header .header_middle .block {
    padding: 50px 30px 45px 30px;
  }
  body header .header_middle .block a {
    font-size: 12px;
  }
}
@media (max-width: 1070px) {
  .category_nav div .slot2 img {
    width: 242px;
  }
  .category_nav div .slot2_v img {
    height: 240px;
  }
  .category_nav div .slot1 img {
    width: 116px;
  }
  .category_nav div .slot1.red_arr_wrap {
    margin-top: 8px;
  }
  .category_nav div img.slot1 {
    width: 116px;
  }
  .category_nav div:nth-child(4) .slot2_v img {
    height: 116px;
  }
}
@media (max-width: 1069px) {
  .category_nav div {
    width: 240px;
  }
  .category_nav div .slot2 img {
    width: 232px;
  }
  .category_nav div .slot2_v img {
    height: 232px;
  }
  .category_nav div .slot1 {
    margin: 0;
  }
  .category_nav div .slot1 img {
    width: 111px;
  }
  .category_nav div img.slot1 {
    width: 111px;
  }
  .category_nav div:nth-child(4) .slot2_v img {
    height: 111px;
  }
  .category_nav div:nth-child(1) .slot1:last-child {
    margin-left: 10px;
  }
  .category_nav div:nth-child(1) .slot1.red_arr_wrap:last-child {
    margin: 10px 0 0 0;
  }
}
@media (max-width: 1030px) {
  .directions section.directions_carousel .carousel_directions_wrap .left {
    width: 532px;
    height: 259px;
  }
  .directions section.directions_carousel .carousel_directions_wrap .left .connected-carousels .stage {
    width: 395px;
  }
  .directions section.directions_carousel .carousel_directions_wrap .left .connected-carousels .stage img {
    width: 395px;
    height: auto;
  }
  .directions section.directions_carousel .carousel_directions_wrap .left .connected-carousels .navigation {
    width: 137px;
  }
  .directions section.directions_carousel .carousel_directions_wrap .left .connected-carousels .carousel-navigation {
    width: 137px;
  }
  .directions section.directions_carousel .carousel_directions_wrap .left .connected-carousels .carousel-navigation li {
    height: 78px;
    width: 137px;
  }
  .directions section.directions_carousel .carousel_directions_wrap .left .connected-carousels .carousel-navigation li img {
    height: 75px;
    width: 120px;
  }
  .directions section.directions_carousel .carousel_directions_wrap .right {
    width: 345px;
  }
  .category_nav {
    padding: 0 20px;
  }
  .category_nav div {
    width: 220px;
  }
  .category_nav div .slot2 img {
    width: 212px;
  }
  .category_nav div .slot2_v img {
    height: 212px;
  }
  .category_nav div .slot1 {
    margin: 0;
  }
  .category_nav div .slot1 img {
    width: 102px;
  }
  .category_nav div img.slot1 {
    width: 102px;
  }
  .category_nav div:nth-child(4) .slot2_v img {
    height: 102px;
  }
  .category_nav div:nth-child(1) .slot1:last-child {
    margin-left: 8px;
  }
  footer {
    box-sizing: border-box;
    padding: 25px 30px 35px 30px;
  }
  footer .activation {
    padding-left: 30px;
  }
}
@media (max-width: 970px) {
  header .header_top .icons a {
    padding: 0 0 0 10px;
  }
  header .header_top .icons a.about {
    padding: 0 0 0 10px;
  }
  header .header_top .address .phone {
    font-size: 25px;
  }
  .directions header .icons a {
    padding: 0;
  }
  .directions header .icons a.about {
    padding: 0;
  }
  .directions section.directions_carousel .carousel_directions_wrap .right {
    width: 325px;
  }
}
@media (max-width: 950px) {
  .category_nav {
    height: 520px;
  }
  .category_nav div {
    width: 50%;
    box-sizing: border-box;
    padding: 0;
  }
  .category_nav div .wrap {
    width: 212px;
    margin: 0 auto;
    float: none;
  }
  .category_nav div:nth-child(4) {
    padding: 0;
  }
  .category_nav div a {
    margin: 0 0 9px 0;
  }
  .all_prog_main {
    width: 508px;
  }
  .all_prog_main .jcarousel {
    width: 494px !important;
  }
  .news_main section .item {
    width: 50%;
  }
  .news_main section .item:nth-child(n+4) {
    display: none;
  }
  .directions section.directions_carousel .carousel_directions_wrap .right {
    width: 235px;
  }
}
@media (max-width: 860px) {
  header .header_top {
    padding-bottom: 40px;
  }
  header .header_top .address {
    font-size: 13px;
  }
  header .header_top .address .number {
    font-size: 15px;
  }
  header .header_top .address .phone .perenos {
    display: block;
  }
  header .header_top .address .phone .call {
    padding-left: 57px;
  }
  header .header_top .address .phone .call:nth-child(2) {
    padding: 0;
  }
  header .header_top .address .mail {
    display: none;
  }
  header .header_top .logo {
    background-size: cover;
    width: 200px;
    height: 83px;
    margin-top: 80px;
  }
  header .header_top .directions_but a {
    padding: 10px 5px;
    min-width: 90px;
  }
  header .header_top .directions_but a.active {
    padding-bottom: 18px;
  }
  .directions section.directions_carousel .carousel_directions_wrap .right {
    float: none;
    width: 100%;
    padding: 0;
  }
  .directions section.directions_carousel .carousel_directions_wrap .left {
    float: none;
    margin: 0 auto;
  }
}
@media (min-width: 801px) {
  .menu_right {
    display: none !important;
  }
}
@media (max-width: 800px) {
  .header_middle {
    display: none;
  }
  .directions .header_middle {
    display: block;
  }
  header {
    padding: 0 15px;
  }
  header .header_top .icons {
    display: none;
  }
  header .header_top #menu_mob {
    cursor: pointer;
    background: url("../img/menu_mob.png") no-repeat;
    width: 30px;
    height: 20px;
    position: absolute;
    right: 35px;
    top: 30px;
  }
  header .header_top .address {
    padding: 30px 0 0 0;
  }
  .category_nav {
    padding: 0 15px;
  }
  .but_right {
    display: none;
  }
  body header .header_middle .block {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  body header .header_middle .block a {
    width: 49%;
    margin: 0 0 30px 0;
    display: inline-block;
    float: none;
    box-sizing: border-box;
    vertical-align: top;
  }
  .menu_right {
    width: 240px;
  }
  .directions_but {
    display: none;
  }
  .directions_buttons {
    margin: 0 0 20px 10px;
    font-size: 12px;
  }
  .directions_buttons a {
    color: #fff;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 5px;
    padding: 12px 0 10px 0;
    margin: 0 0 10px 0;
    font-weight: bold;
  }
  .directions_buttons a:nth-child(1) {
    background: #bbd700;
  }
  .directions_buttons a:nth-child(2) {
    background: #f17e00;
  }
  .directions_buttons a:nth-child(3) {
    background: #ad1da3;
  }
  .directions header .header_top .logo {
    display: block;
  }
  .directions header .header_middle .logo {
    display: none;
  }
}
@media (max-width: 640px) {
  header .header_top .logo {
    margin: 65px 0 0 0;
    float: right;
  }
  header .header_top .address {
    position: absolute;
  }
  header .header_top #menu_mob {
    right: 15px;
  }
  .content_wrap {
    padding: 40px 15px;
  }
  .content_wrap aside {
    float: none;
    width: auto;
    padding: 0;
  }
  .content_wrap aside nav ul {
    border: none;
  }
  .content_wrap aside nav ul li {
    width: 50%;
    display: inline-block;
    padding: 0 10px;
    box-sizing: border-box;
    border: 0;
  }
  .content_wrap aside nav ul li a {
    display: block;
    border-top: 1px solid #dfdfdf;
  }
  .content_wrap aside .social_aside {
    text-align: right;
    padding: 10px 0 0 0;
  }
  .content_wrap aside .social_aside span {
    display: inline-block;
  }
  .content_wrap aside .social_aside .vk {
    vertical-align: middle;
  }
  .spblock table td {
    width: auto;
  }
  .spblock table td:first-child img {
    width: 70px;
  }
  .spblock table td:last-child img {
    width: 150px;
  }
  .popup_wrap .form {
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    margin: 20px;
    box-sizing: border-box;
    padding: 40px;
  }
}
@media (max-width: 570px) {
  .all_prog_main {
    min-width: 420px;
    width: 420px;
  }
  .all_prog_main .jcarousel {
    width: 248px !important;
    margin: 0 auto;
  }
  .content_wrap section .photogallery a {
    padding: 0;
    width: 191px;
    height: auto;
    border-radius: 0;
    margin: 0 0 10px 0;
    background: none;
    border: none;
  }
  .content_wrap section .photogallery a img {
    margin: 0;
  }
  .directions header .header_middle {
    height: 130px;
  }
  .directions header .header_middle .zag {
    right: 15px;
    top: 15px;
  }
  .directions header .header_middle nav ul {
    margin: 0 0 0 5px;
  }
  .directions header .header_middle nav ul li {
    margin: 0 0 0 5px;
  }
  .directions header .header_middle nav ul li a {
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    font-size: 12px;
  }
  .directions section.directions_carousel .carousel_directions_wrap .left {
    width: 450px;
    height: 235px;
  }
  .directions section.directions_carousel .carousel_directions_wrap .left .connected-carousels .stage {
    width: 355px;
  }
  .directions section.directions_carousel .carousel_directions_wrap .left .connected-carousels .stage img {
    width: 355px;
    height: auto;
  }
  .directions section.directions_carousel .carousel_directions_wrap .left .connected-carousels .navigation {
    width: 90px;
  }
  .directions section.directions_carousel .carousel_directions_wrap .left .connected-carousels .carousel-navigation {
    width: 90px;
  }
  .directions section.directions_carousel .carousel_directions_wrap .left .connected-carousels .carousel-navigation li {
    height: 73px;
    width: 90px;
  }
  .directions section.directions_carousel .carousel_directions_wrap .left .connected-carousels .carousel-navigation li img {
    height: 60px;
    width: 80px;
  }
  .directions .all_prog_in {
    text-align: center;
  }
  .popup_wrap .form .form_line input,
  .popup_wrap .form .form_line textarea {
    width: 200px;
  }
  .popup_wrap .form .form_line .right {
    width: 200px;
    float: right;
  }
  .popup_wrap .form .form_line .right .left {
    text-align: right;
    float: right;
  }
  .popup_wrap .form .form_line .right .left input {
    float: right;
  }
}
.menu_right {
  margin-right: -250px;
  display: block;
  background: #fff;
  position: fixed;
  right: 0;
  top: 0;
  padding: 20px;
  height: 100%;
  box-sizing: border-box;
  z-index: 9999;
  -webkit-box-shadow: -5px 0px 10px 0px rgba(143, 143, 143, 0.7);
  -moz-box-shadow: -5px 0px 10px 0px rgba(143, 143, 143, 0.7);
  box-shadow: -5px 0px 10px 0px rgba(143, 143, 143, 0.7);
}
.menu_right .buttons {
  margin-right: -20px;
  float: right;
}
.menu_right .buttons a {
  width: 212px;
  height: 62px;
  display: block;
  cursor: pointer;
  margin-bottom: 10px;
}
.menu_right .buttons a.but_quest {
  background: url("../img/but_quest_right.png") no-repeat;
}
.menu_right .buttons a.but_interesting {
  background: url("../img/but_interesting_right.png") no-repeat;
}
.menu_right #menu_mob_close {
  cursor: pointer;
  background: url("../img/menu_mob.png") no-repeat;
  width: 30px;
  height: 20px;
  margin-top: 10px;
}
.menu_right #menu_mob_close_times {
  float: right;
  font-size: 45px;
  color: #c4261a;
  line-height: 20px;
  height: 20px;
  width: 30px;
  margin-top: 10px;
  cursor: pointer;
}
.menu_right .icons {
  padding: 30px 0 0 0;
  font-size: 12px;
}
.menu_right .icons a {
  display: inline-block;
  color: #333333;
  text-align: center;
  padding-bottom: 25px;
  width: 49%;
}
.menu_right .icons a:hover {
  text-decoration: none;
}
.menu_right .icons i {
  display: inline-block;
  height: 29px;
  background: url("../img/top_icons.png") no-repeat;
}
.menu_right .icons .lc i {
  background-position: -47px 0;
  width: 25px;
}
.menu_right .icons .otz i {
  background-position: -20px 0;
  width: 27px;
}
.menu_right .icons .about i {
  width: 20px;
}
.menu_right .icons .gal i {
  background: url("../img/gal_icon.png") no-repeat;
  width: 25px;
}
/*# sourceMappingURL=style.css.map */