/*-----------------------------RESET--------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%; 
  vertical-align: baseline;
  background: transparent; 
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
  border: 0;
}

/*-----------------------------FONTS--------------------------------*/
@font-face {
  font-family: 'Cyrillic old';
  src: url("../fonts/CyrillicOldBold.eot");
  src: url("../fonts/CyrillicOldBold.eot?#iefix") format("embedded-opentype"), 
    url("../fonts/CyrillicOldBold.woff") format("woff"), 
    url("../fonts/CyrillicOldBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Pt serif bold';
  src: url("../fonts/pt-serif-webfont.eot");
  src: url("../fonts/pt-serif-webfont.eot?#iefix") format("embedded-opentype"), 
    url("../fonts/pt-serif-webfont.woff2") format("woff2"), 
    url("../fonts/pt-serif-webfont.woff") format("woff"), 
    url("../fonts/pt-serif-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*-----------------------------COMMON--------------------------------*/
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.center-wrapper {
  position: relative;
  margin: 0 auto;
  width: 1024px;
}

.clr:after {
  content: '';
  display: block;
  clear: both;
}

/*-------------CONSULT----------------*/
.consult {
  display: block;
  position: absolute;
  top: 180px;
  right: -50px;
  width: 141px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  background-color: #FF5B01;
  background-image: -webkit-linear-gradient(bottom, #EC2311 0%, #EC2311 1%, #D01102 100%);
  background-image: -o-linear-gradient(bottom, #EC2311 0%, #EC2311 1%, #D01102 100%);
  background-image: linear-gradient(to top, #EC2311 0%, #EC2311 1%, #D01102 100%);
  color: #FFF;
  font-family: "Arial";
  font-size: 14px;
  font-weight: 700;
  transform: rotate(-90deg);
  text-decoration: none;
  z-index: 100;
}

/*-------------HEADER----------------*/
header {
  padding-top: 30px;
  background: url(../images/header-bg.png);
}

header .logo{
  float:left;
  padding-right: 20px;
}


header .name {
  margin-bottom: 15px;
  margin-top: 2px;

}

header .logo img{
  height:50px;
}

header .name a {
  color: #343A3E;
  font-family: 'Cyrillic old';
  font-size: 36px;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align:top;
}

header .name .spb {
  color: #DF1E0D;
  font-family: "Georgia";
  font-size: 16px;
  line-height: 18px;
  font-style: italic;
}
header .contacts {
  position: absolute;
  right: 0;
  top: -5px;
}
header .contacts .phone {
  margin-bottom: 9px;
  color: #382C2B;
  font-family: "Times New Roman";
  font-size: 28px;
}
header .contacts a {
  float: right;
  color: #3590D0;
  font-family: "Arial";
  font-size: 12px;
}
header .contacts a:hover {
  text-decoration: none;
}
header .top-nav {
  margin-bottom: 22px;
}
header .top-nav ul {
  font-size: 0;
}
header .top-nav ul li {
  font-size: 16px;
  border-left: 1px solid #5ebae0;
  display: inline-block;
}
header .top-nav ul li a {
  padding: 0 18px;
  display: block;
  font-family: "Arial";
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  line-height: 50px;
  background: #1FAFED;
  background-image: -webkit-linear-gradient(bottom, #028BC4 0%, #1FAFED 100%);
  background-image: -o-linear-gradient(bottom, #028BC4 0%, #1FAFED 100%);
  background-image: -ms-linear-gradient(bottom, #028BC4 0%, #1FAFED 100%);
  background-image: linear-gradient(to top, #028BC4 0%, #1FAFED 100%);
}
header .top-nav ul li a:hover {
  background-image: -webkit-linear-gradient(#028BC4 0%, #1FAFED 100%);
  background-image: -o-linear-gradient(#028BC4 0%, #1FAFED 100%);
  background-image: -ms-linear-gradient(#028BC4 0%, #1FAFED 100%);
  background-image: linear-gradient(#028BC4 0%, #1FAFED 100%);
}

.join {
  display: inline-block;
  position: relative;
  padding: 0 18px;
  color: #FFF;
  font-family: "Arial";
  font-size: 16px;
  font-weight: 700;
  line-height: 50px;
  background-color: #000;
  background-image: -webkit-linear-gradient(#EC2311 0%, #EC2311 1%, #D01102 100%);
  background-image: -o-linear-gradient(#EC2311 0%, #EC2311 1%, #D01102 100%);
  background-image: -ms-linear-gradient(#EC2311 0%, #EC2311 1%, #D01102 100%);
  background-image: linear-gradient(#EC2311 0%, #EC2311 1%, #D01102 100%);
  text-decoration: none;
  box-sizing: border-box;
}
.join:after {
  content: '';
  display: block;
  position: absolute;
  min-width: 96%;
  min-height: 85%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  top: 3px;
  left: 3px;
}

/*-------------COMMON-TITLE----------------*/
h1.common-title1 {
  padding-bottom: 32px;
  color: #32312B;
  font-family: 'Pt serif bold';
  font-weight: normal;
  font-size: 26px;
  text-transform: uppercase;
}

h2.common-title2 {
  color: #32312B;
  font-family: 'Pt serif bold';
  font-weight: normal;
  font-size: 26px;
  text-transform: uppercase;
}

/*-------------COMMON-LIST2----------------*/
ul.common-list li {
  margin-right: 15px;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align:top;
  width: 241px;
}
ul.common-list li.last {
  margin-right: 0;
}

.photo-content ul.common-list li:nth-child(3n) {
	margin-right: 0px;
}

.inner-calendar .center-wrapper ul.common-list li:nth-child(4n) {
	margin-right: 0px;
}

.plans ul.common-list li:nth-child(4n), .news ul.common-list li:nth-child(4n) {
    margin-right: 0px;
}

ul.common-list li .item-image {
  margin-bottom: 20px;
  height: 175px;
  border: 3px solid #c7d5d8;
}

ul.common-list li .item-image img {
  height: 175px;
  width: 235px;
}

ul.common-list li .item-image:hover {
  transition-duration: 0.5s;
  border: 3px solid #058fc9;
}
ul.common-list li p a {
  font-weight: bold;
  color: #3590D0;
  font-family: "Arial";
  font-size: 14px;
}
ul.common-list li p a:hover{
  text-decoration: none;
}

/*---------------SITE-NAV----------------*/
.site-nav a {
  position: relative;
  margin-right: 18px;
  margin-bottom: 22px;
  display: inline-block;
  font-family: "Arial";
  font-size: 12px;
  text-decoration: none;
  color: #1686CC;
}
.site-nav a:after {
  content: '';
  display: block;
  position: absolute;
  right: -15px;
  top: 1px;
  width: 6px;
  height: 9px;
  background: url(../images/nav-arrow.png);
}
.site-nav a:hover {
  text-decoration: underline;
}
.site-nav a.current, .site-nav a.B_currentCrumb {
  color: #4D4C47;
}
.site-nav a.current:after, .site-nav a.B_currentCrumb:after {
  display: none;
}

.B_crumbBox li {
  display: inline;
}

/*-------------LEFT-COLUMN----------------*/
.left-column {
  width: 241px;
}
.left-column .calendar {
  margin-bottom: 25px;
  height: 280px;
  background: #f3f7f8;
  width: 241px;
  padding: 20px;
  box-sizing: border-box;
}
.left-column h3 {
  margin-bottom: 15px;
  font-size: 22px;
  color: #32312B;
  font-family: "Pt serif bold";
  font-size: 22px;
  text-transform: uppercase;
  font-weight: normal;
}
.left-column .item-image {
  margin-bottom: 15px;
  width: 235px;
  height: 175px;
  border: 3px solid #c7d5d8;
  position: relative;
}

.left-column .item-image span {
  display: inline-block;
  position: absolute;
  width: 235px;
  height: 41px;
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  font-family: "PT serif bold";
  font-size: 16px;
  line-height: 41px;
  text-transform: uppercase;
  text-align: center;
  bottom: -25px;
  font-weight: normal;
}

.left-column .item-image img {
  width: 235px;
  height: 175px;
}

.left-column .item-image:hover {
  transition-duration: 0.5s;
  border: 3px solid #058fc9;
}
.left-column p {
  margin-bottom: 15px;
}
.left-column p a {
  font-weight: bold;
  color: #3590D0;
  font-family: "Arial";
  font-size: 14px;
}
.left-column p a:hover{
  text-decoration: none;
}
.left-column span {
  display: inline-block;
  margin-bottom: 30px;
  color: #494843;
  font-family: "Arial";
  font-size: 14px;
}
.left-column .soon-image {
  margin-bottom: 25px;
  width: 235px;
  height: 124px;
  border: 3px solid #c7d5d8;
}
.left-column .soon-image:hover {
  transition-duration: 0.5s;
  border: 3px solid #058fc9;
}
.left-column .vk {
  margin-bottom: 10px;
}

/*-------------PAGINATOR----------------*/
.paginator li {
  display: inline-block;
  margin-right: 3px;
}
.paginator li a {
  text-decoration: none;
  line-height: 31px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  width: 31px;
  height: 31px;
  background-color: #F3F7F8;
  color: #494843;
}
.paginator li a:hover, .paginator li a.current {
  color: #fff;
  background-color: #19A8E5;
  background-image: -webkit-linear-gradient(#038CC5 0%, #1DADEA 100%);
  background-image: -o-linear-gradient(#038CC5 0%, #1DADEA 100%);
  background-image: linear-gradient(#038CC5 0%, #1DADEA 100%);
}
.paginator li a.prev:hover, .paginator li a.next:hover {
  background: inherit;
}

/*-----------------------------INDEX--------------------------------*/
.header-index {
  min-height: 396px;
}

/*-------------SLIDER----------------*/
.slider {
  position: absolute;
  width: 1024px;
  height: 376px;
  background: url(../images/slider-bg.png);
}
.slider .slider-wrap {
  position: relative;
  float: left;
  margin-top: 17px;
  margin-left: 17px;
  width: 1024px;
  height: 376px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.slider .slider-wrap .bxslider li {
  position: relative;
}
.slider .slider-wrap .bxslider li .slider-title {
  padding-left: 15px;
  bottom: 2px;
  width: 100%;
  position: absolute;
  line-height: 34px;
  background: url(../images/slider-title.png);
  color: #FFF;
  font-family: "Arial";
  font-size: 12px;
  box-sizing: border-box;
}
.slider .slider-wrap .bxpager {
  position: absolute;
  bottom: 92px;
  z-index: 50;
  padding-left: 510px;
}
.slider .slider-wrap .bxpager li {
  margin-right: 10px;
  display: inline-block;
}
.slider .slider-wrap .bxpager li a {
  display: block;
  background-color: #F6F5F3;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.slider .slider-wrap .bxpager li a:hover, .slider .slider-wrap .bxpager li a.active {
  background: #dd1c0b;
}
.slider .slider-info {
  padding-top: 0px;
  float: left;
  width: 370px;
  text-align: center;
}
.slider .slider-info h3 {
  margin-bottom: 15px;
  color: #32312B;
  font-family: 'Pt serif bold';
  font-weight: normal;
  font-size: 22px;
  text-transform: uppercase;
}
.slider .slider-info h4 {
  margin-bottom: 9px;
  color: #32312B;
  font-family: "Arial";
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
}
.slider .slider-info p.name {
  color: #D11505;
  font-family: 'Pt serif bold';
  font-size: 41px;
  font-weight: bold;
  text-transform: uppercase;
}
.slider .slider-info p.place {
  margin-bottom: 15px;
  font-size: 16px;
}
.slider .slider-info .timer {
  padding-left: 45px;
  margin-bottom: 15px;
}
.slider .slider-info .timer .time {
  float: left;
  padding-top: 20px;
  width: 110px;
}
.slider .slider-info .timer .days {
  float: left;
  padding-top: 25px;
  width: 40px;
}
.slider .slider-info .timer #clock {
  float: left;
  padding-top: 5px;
  padding-left: 8px;
  width: 92px;
  height: 69px;
  font-size: 56px;
  font-weight: bold;
  letter-spacing: 14px;
  color: #181616;
  background: url(../images/timer.png);
  background-repeat: no-repeat;
}
.slider .slider-content{
  float: left;
  width: 635px;
  position: relative;
  box-sizing: border-box;
}
/*-------------CONTENT----------------*/
.content {
  padding-top: 153px;
}
.content .plans {
  margin-bottom: 40px;
}
.content .plans h2 {
  margin-bottom: 17px;
}
.content .news {
  margin-bottom: 45px;
}
.content .news h2 {
  margin-bottom: 17px;
}
.content .news ul li a {
  font-family: Arial;
  font-size: 12px;
  color: #1686cc;
  text-decoration: underline;
}
.content .news ul li a:hover {
  text-decoration: none;
}
.content .show {
  padding-bottom: 40px;
}
.content .show h2 {
  margin-bottom: 25px;
}
.content .show p {
  color: #494843;
  font-family: "Arial";
  font-size: 14px;
  line-height: 22px;
}

footer {
  padding-top: 28px;
  padding-bottom: 33px;
  background: url(../images/footer-bg.jpg);
}
footer .disaers {
margin-top:30px;
  float: right;
  color: #473935;
  font-family: "Tahoma";
  font-size: 12px;
}
footer .disaers a {
  position: relative;
  bottom: -3px;
  display: inline-block;
  width: 106px;
  height: 28px;
  background-color: #26789F;
  line-height: 28px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}
footer .bottom-nav {
  float: right;
}
footer .bottom-nav ul {
  padding-top: 5px;
}
footer .bottom-nav ul li {
  display: inline-block;
  margin-right: 20px;
}
footer .bottom-nav ul li.last {
  margin-right: 0;
}
footer .bottom-nav ul li a {
  color: #3590D0;
  font-family: "Arial";
  font-size: 12px;
  font-weight: 400;
}
footer .bottom-nav ul li a:hover {
  text-decoration: none;
}

/*----------------------------INNER-CALENDAR--------------------------------*/
.inner-calendar {
  padding-top: 31px;
  padding-bottom: 60px;
}
.inner-calendar .calendar-top {
  padding-bottom: 35px;
}
.inner-calendar .calendar-top h2 {
  margin-top: 5px;
  float: left;
}
.inner-calendar .calendar-top .period {
  float: right;
}
.inner-calendar .calendar-top .period p {
  float: left;
  color: #494843;
  font-family: "Arial";
  font-size: 14px;
  line-height: 32px;
  margin-right: 15px;
}
.inner-calendar .calendar-top .period .select-block {
  display: inline-block;
}
.inner-calendar .calendar-top .period .select {
    position: relative;
    margin: 0 auto;
    width: 280px;
    height: 33px;
    padding-left: 17px;
    background-image: -webkit-linear-gradient(bottom, #FFF 0%, #F7FAFB 100%);
    background-image: -o-linear-gradient(bottom, #FFF 0%, #F7FAFB 100%);
    background-image: linear-gradient(to top, #FFF 0%, #F7FAFB 100%);
    border: 1px solid #C7D5D8;
    cursor: pointer;
    color: #494843;
    font-family: 14px;
    box-sizing: border-box;
}
.inner-calendar .calendar-top .period .select_value {
    position: relative;
    line-height: 35px;
}
.inner-calendar .calendar-top .period .select_value:before {
    content: "";
    position: absolute;
    top: 13px;
    right: 7px;
    width: 10px;
    height: 7px;
    background-image: url("../images/select-arrow.png");
}
.inner-calendar .calendar-top .period .select_options {
    font-weight: normal;
    display: none;
    position: absolute;
    top: 33px;
    left: 0px;
    width: 100%;
    overflow: hidden;
    z-index: 100;
    border: 1px solid #C7D5D8;
}
.inner-calendar .calendar-top .period .select_options__value{
  padding: 6px 0;
  padding-left: 17px;
  background-image: -webkit-linear-gradient(bottom, #FFF 0%, #F7FAFB 100%);
  background-image: -o-linear-gradient(bottom, #FFF 0%, #F7FAFB 100%);
  background-image: linear-gradient(to top, #FFF 0%, #F7FAFB 100%);

}
.inner-calendar .calendar-top .period .select_options__value:hover{
  background: #c7d5d8;
}
.inner-calendar .calendar-top .period .select-block2 .select {
    width: 86px;

}
.inner-calendar ul.common-list li {
  margin-bottom: 45px;
  vertical-align:top;
}
.inner-calendar ul.common-list li .item-image {
  position: relative;
}
.inner-calendar ul.common-list li .item-image span {
  display: inline-block;
  position: absolute;
  width: 235px;
  height: 41px;
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  font-family: "PT serif bold";
  font-size: 16px;
  line-height: 41px;
  text-transform: uppercase;
  text-align: center;
  bottom: 10px;
  font-weight: normal;
}

.plans ul.common-list li .item-image {
  position: relative;
}

.plans ul.common-list li .item-image span {
  display: inline-block;
  position: absolute;
  width: 234px;
  height: 41px;
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  font-family: "PT serif bold";
  font-size: 16px;
  line-height: 41px;
  text-transform: uppercase;
  text-align: center;
  bottom: 10px;
  font-weight: normal;
}

/*----------------------------INNER-PLACES--------------------------------*/
.inner-places {
  padding-top: 40px;
  padding-bottom: 60px;
}
.inner-places .left-column {
  margin-right: 20px;
  width: 241px;
  float: left;
}
.inner-places .places-content {
  width: 763px;
  float: left;
}
.inner-places .places-content ul.common-list li {
  margin-bottom: 30px;
  text-align: center;
}
.inner-places .places-content ul.common-list li .item-image {
  margin-bottom: 10px;
}

.inner-places .places-content ul.common-list li:nth-child(3n) {
    margin-right: 0px;
}

/*----------------------------INNER-PLACE--------------------------------*/
.inner-place {
  padding-top: 35px;
  padding-bottom: 70px;
}
.inner-place .left-column {
  float: left;
  margin-right: 21px;
  width: 241px;
}
.inner-place .place-content {
  float: left;
  width: 762px;
}
.inner-place .place-content h1 {
  margin-bottom: 33px;
  color: #32312B;
  font-family: "Pt Serif bold";
  font-size: 26px;
  font-weight: normal;
  text-transform: uppercase;
}
.inner-place .place-content .place-description {
  margin-bottom: 29px;
  padding: 30px;
  min-height: 220px;
  background: #f3f7f8;
}
.inner-place .place-content .place-description p {
  margin-bottom: 20px;
  color: #494843;
  font-family: "Arial";
  font-size: 14px;
  line-height: 22px;
}
.inner-place .place-content .place-description p .item-image {
  margin-top: 5px;
  border: 3px solid #c7d5d8;
  height: 204px;
  float: left;
  display: inline-block;
  margin-right: 10px;
}

.inner-place .place-content .place-description p .item-image img {
  height: 204px;
  width: 235px;
}

.inner-place .place-content h2.common-title2 {
  margin-bottom: 20px;
}
.inner-place .place-content .map {
  margin-bottom: 23px;
}

.inner-place .place-content ul.common-list li:nth-child(3n) {
    margin-right: 0px;
}

.inner-place .place-content ul.common-list li .item-image {
  position: relative;
}

.inner-place .place-content ul.common-list li .item-image span {
  display: inline-block;
  position: absolute;
  width: 235px;
  height: 41px;
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  font-family: "PT serif bold";
  font-size: 16px;
  line-height: 41px;
  text-transform: uppercase;
  text-align: center;
  bottom: 10px;
  font-weight: normal;
}

/*----------------------------INNER-NEWS-LIST---------------------------------*/
.inner-news {
  padding-top: 40px;
  padding-bottom: 70px;
}
.inner-news .left-column {
  float: left;
  margin-right: 21px;
}
.inner-news .news-list-content {
  float: left;
  width: 762px;
}
.inner-news .news-list-content .news-block {
  margin-bottom: 50px;
  position: relative;
}

.inner-news .news-list-content .news-block span {
  display: inline-block;
  position: absolute;
  width: 205px;
  height: 41px;
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  font-family: "PT serif bold";
  font-size: 15px;
  line-height: 41px;
  text-transform: uppercase;
  text-align: center;
  bottom: 10px;
  font-weight: normal;
  left: 3px;
}

.inner-news .news-list-content .news-block .item-img {
  margin-right: 28px;
  width: 205px;
  height: 154px;
  border: 3px solid #c7d5d8;
  float: left;
}

.inner-news .news-list-content .news-block .item-img img {
  width: 205px;
  height: 154px;
}

.inner-news .news-list-content .news-block .item-text p {
  margin-bottom: 10px;
  color: #494843;
  font-size: 12px;
  line-height: 18px;
}
.inner-news .news-list-content .news-block .item-text p a {
  line-height: 20px;
  color: #1686cc;
}
.inner-news .news-list-content .news-block .item-text p a:hover {
  text-decoration: none;
}
.inner-news .news-list-content .news-block .item-text p .more {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  line-height: 36px;
  width: 112px;
  height: 36px;
  background-color: #000;
  background-image: -webkit-linear-gradient(#EC2311 0%, #EC2311 1%, #D01102 100%);
  background-image: -o-linear-gradient(#EC2311 0%, #EC2311 1%, #D01102 100%);
  background-image: linear-gradient(#EC2311 0%, #EC2311 1%, #D01102 100%);
  background: url(../images/red-btn.png);
  color: #FFF;
  font-family: "Arial";
  font-size: 14px;
}
.inner-news .news-list-content .paginator {
  text-align: center;
}

/*----------------------------INNER-NEWS-INFO--------------------------------*/
.inner-news-info {
  padding-bottom:60px;
  padding-top:40px;
}
.inner-news-info .left-column {
  float: left;
  width: 241px;
  margin-right: 20px;
}
.inner-news-info .news-content {
  width: 763px;
  float: left;
}
.inner-news-info .news-content .item-image {
  float: left;
  margin-right: 15px;
  width: 235px;
  height: 204px;
  border: 3px solid #c7d5d8;
}

.inner-news-info .news-content .item-image img {
  width: 235px;
  height: 204px;
}

.inner-news-info .news-content .news-text p {
  margin-bottom: 18px;
  line-height: 22px;
  color: #494843;
}
.inner-news-info .news-content .join {
  padding: 0 28px;
}

/*----------------------------INNER-CONTACTS---------------------------------*/
.inner-contacts {
  padding-top: 40px;
  padding-bottom: 70px;
}
.inner-contacts .left-column {
  margin-right: 21px;
  float: left;
}
.inner-contacts .contacts-content {
  float: left;
  width: 761px;
}
.inner-contacts .contacts-content h2.common-title2 {
  margin-bottom: 30px;
}
.inner-contacts .contacts-content .join {
  margin-bottom: 20px;
}
.inner-contacts .contacts-content .join:after {
  width: 97.5%;
}
.inner-contacts .contacts-content .contacts-adress {
  color: #494843;
  font-weight: 400;
}
.inner-contacts .contacts-content .contacts-adress p {
  margin-bottom: 6px;
}
.inner-contacts .contacts-content .contacts-adress span {
  font-weight: bold;
}
.inner-contacts .contacts-content .contacts-adress a {
  color: #3590D0;
}
.inner-contacts .contacts-content .contacts-map {
  margin-top: 25px;
  margin-bottom: 33px;
}
.inner-contacts .contacts-content .contacts-map h2 {
  font-size: 22px;
  margin-bottom: 15px;
}
.inner-contacts .contacts-content .contacts-form {
  padding: 25px 37px 40px 40px;
  background: #f3f7f8;
  box-sizing: border-box;
}
.inner-contacts .contacts-content .contacts-form .block {
  float: left;
}
.inner-contacts .contacts-content .contacts-form .block p {
  margin-bottom: 18px;
}
.inner-contacts .contacts-content .contacts-form .block input[type="text"] {
  padding-left: 15px;
  width: 297px;
  height: 33px;
  background-image: -webkit-linear-gradient(bottom, #FFF 0%, #F7FAFB 100%);
  background-image: -o-linear-gradient(bottom, #FFF 0%, #F7FAFB 100%);
  background-image: linear-gradient(to top, #FFF 0%, #F7FAFB 100%);
  border: 1px solid #C7D5D8;
  box-sizing: border-box;
}
.inner-contacts .select {
    position: relative;
    margin: 0 auto;
    width: 297px;
    height: 33px;
    padding-left: 17px;
    background-image: -webkit-linear-gradient(bottom, #FFF 0%, #F7FAFB 100%);
    background-image: -o-linear-gradient(bottom, #FFF 0%, #F7FAFB 100%);
    background-image: linear-gradient(to top, #FFF 0%, #F7FAFB 100%);
    border: 1px solid #C7D5D8;
    cursor: pointer;
    color: #494843;
    font-family: 14px;
    box-sizing: border-box;
}
.inner-contacts .select_value {
    position: relative;
    line-height: 35px;
}
.inner-contacts .select_value:before {
    content: "";
    position: absolute;
    top: 13px;
    right: 7px;
    width: 10px;
    height: 7px;
    background-image: url("../images/select-arrow.png");
}
.inner-contacts .select_options {
    font-weight: normal;
    display: none;
    position: absolute;
    top: 33px;
    left: 0px;
    width: 100%;
    overflow: hidden;
    z-index: 100;
    border: 1px solid #C7D5D8;
}
.inner-contacts .select_options__value{
  padding: 6px 0;
  padding-left: 17px;
  background-image: -webkit-linear-gradient(bottom, #FFF 0%, #F7FAFB 100%);
  background-image: -o-linear-gradient(bottom, #FFF 0%, #F7FAFB 100%);
  background-image: linear-gradient(to top, #FFF 0%, #F7FAFB 100%);

}
.inner-contacts .select_options__value:hover{
  background: #c7d5d8;
}


.inner-contacts .contacts-content .contacts-form .block textarea {
  margin-bottom: 20px;
  width: 343px;
  height: 138px;
  background-color: #FFF;
  background-image: -webkit-linear-gradient(bottom, #FFF 0%, #F7FAFB 100%);
  background-image: -o-linear-gradient(bottom, #FFF 0%, #F7FAFB 100%);
  background-image: linear-gradient(to top, #FFF 0%, #F7FAFB 100%);
  border: 1px solid #C7D5D8;
}
.inner-contacts .contacts-content .contacts-form .block .join {
  float: right;
  line-height: 30px;
  border: 0;
  cursor: pointer;
  font-size: 14px;
}
.inner-contacts .contacts-content .contacts-form .block .join:after {
  width: 50%;
  min-height: 73%;
}
.inner-contacts .contacts-content .contacts-form .block1 {
  margin-right: 44px;
  width: 297px;
}
.inner-contacts .contacts-content .contacts-form .block2 {
  width: 343px;
}

/*----------------------------INNER-APPLICATION--------------------------------*/
.inner-application {
  padding-top: 40px;
  padding-bottom: 80px;
}
.inner-application .left-column {
  float: left;
  margin-right: 21px;
}
.inner-application .app-content {
  padding-top: 30px;
  padding-left: 38px;
  padding-bottom: 40px;
  float: left;
  width: 762px;
  background: #F3F7F8;
  box-sizing: border-box;
  color: #494843;
  font-size: 14px;
}
.inner-application .app-content h2.common-title2 {
  margin-bottom: 25px;
}
.inner-application .app-content .app-form .app-block h4 {
  margin-bottom: 15px;
}
.inner-application .app-content .app-form .app-block .side-block {
  float: left;
  margin-right: 26px;
  width: 328px;
}
.inner-application .app-content .app-form .app-block .side-block .block {
  margin-bottom: 30px;
}
.inner-application .app-content .app-form .app-block .side-block .block p {
  margin-bottom: 10px;
}
.inner-application .app-content .app-form .app-block .side-block .block p input[type="text"] {
  padding-left: 11px;
  width: 328px;
  height: 33px;
  background-color: #FFF;
  background-image: -webkit-linear-gradient(bottom, #FFF 0%, #F7FAFB 100%);
  background-image: -o-linear-gradient(bottom, #FFF 0%, #F7FAFB 100%);
  background-image: linear-gradient(to top, #FFF 0%, #F7FAFB 100%);
  border: 1px solid #C7D5D8;
  color: #494843;
  box-sizing: border-box;
}
.inner-application .app-content .app-form .app-block .side-block .block p input.count {
  width: 88px;
  margin-right: 10px;
}
.inner-application .app-content .app-form .app-block .side-block .block div {
  padding-top: 5px;
  margin-bottom: 25px;
}
.inner-application .app-content .app-form .app-block .side-block .block div input[type="checkbox"] {
  display: none;
}
.inner-application .app-content .app-form .app-block .side-block .block div label {
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}
.inner-application .app-content .app-form .app-block .side-block .block div label:before {
  top: 2px;
  content: '';
  display: block;
  position: absolute;
  width: 13px;
  height: 13px;
  background: url(../images/checkbox.png);
  z-index: 1;
}
.inner-application .app-content .app-form .app-block .side-block .block div input[type="checkbox"]:checked ~ label::before {
  width: 13px;
  height: 13px;
  background: url(../images/checkbox-check.png);
}
.inner-application .app-content .app-form .app-block .side-block .block1 p {
  margin-bottom: 20px;
}
.inner-application .app-content .app-form .bot-block .join {
  border: 0;
  cursor: pointer;
}
.inner-application .app-content .app-form h4 {
  margin-bottom: 25px;
}
.inner-application .app-content .app-form textarea {
  margin-bottom: 30px;
  width: 682px;
  height: 73px;
  background-color: #FFF;
  background-image: -webkit-linear-gradient(bottom, #FFF 0%, #F7FAFB 100%);
  background-image: -o-linear-gradient(bottom, #FFF 0%, #F7FAFB 100%);
  background-image: linear-gradient(to top, #FFF 0%, #F7FAFB 100%);
  border: 1px solid #C7D5D8;
}

/*-----------------------------INNER-PHOTO--------------------------------*/
.inner-photo {
  padding-bottom: 55px;
  padding-top: 30px;
}
.inner-photo .left-column {
  margin-right: 21px;
  width: 241px;
  float: left;
}
.inner-photo .photo-content {
  float: left;
  width: 762px;
}
.inner-photo .photo-content ul.common-list {
  padding-bottom: 40px;
}
.inner-photo .photo-content ul.common-list li .item-image {
  margin-bottom: 10px;
}
.inner-photo .photo-content ul.common-list li p {
  text-align: center;
  color: #32312B;
  font-family: "Arial";
  font-size: 14px;
  font-weight: bold;
}
.inner-photo .photo-content h1.common-title1 {
  padding-bottom: 15px;
}
.inner-photo .photo-content .back {
  margin-bottom: 15px;
}
.inner-photo .photo-content .back a {
  padding-left: 13px;
  display: inline-block;
  position: relative;
  color: #1686CC;
  font-family: "Arial";
  font-size: 12px;
}
.inner-photo .photo-content .back a:hover {
  text-decoration: none;
}
.inner-photo .photo-content .back a:before {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 9px;
  left: 0;
  top: 1px;
  background: url(../images/back-arrow.png);
}
.inner-photo .photo-content .last-back {
  margin-bottom: 0;
}
.inner-photo .photo-content .paginator {
  top: -20px;
  position: relative;
  float: right;
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner, 
.fancybox-image
{
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0,0,0, 0.7);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/fancybox_sprite.png");
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../images/fancybox_loading.gif') center center no-repeat;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../images/blank.gif');
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-close {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8050;
}
/*-----------------------------INNER-VISTAVKA--------------------------------*/
.inner-vistavka {
  padding-top: 40px;
  padding-bottom: 75px;
}
.inner-vistavka .left-column {
  float: left;
  width: 241px;
  margin-right: 18px;
}
.inner-vistavka .vistavka-content {
  float: left;
  width: 765px;
}
.inner-vistavka .vistavka-content .ivent .ivent-image {
  margin-right: 20px;
  float: left;
  width: 497px;
  height: 364px;
  border: 3px solid #c7d5d8;
}

.inner-vistavka .vistavka-content .ivent .ivent-image img {
  height: 364px;
  width: 497px; 
}

.inner-vistavka .vistavka-content .ivent .ivent-text {
  float: left;
  width: 241px;
}
.inner-vistavka .vistavka-content .ivent .ivent-text .programm {
  margin-bottom: 20px;
  background: #f3f7f8;
  padding: 25px 21px;
}
.inner-vistavka .vistavka-content .ivent .ivent-text .programm li {
  margin-bottom: 15px;
}
.inner-vistavka .vistavka-content .ivent .ivent-text .programm li a {
  color: #3590d0;
  font-weight: bold;
  font-family: Arial;
  font-size: 14px;
  line-height: 16px;
}
.inner-vistavka .vistavka-content .ivent .ivent-text .programm li a:hover{
  text-decoration: none;
}
.inner-vistavka .vistavka-content .ivent .ivent-text .join {
  padding: 0 22px;
}
.inner-vistavka .vistavka-content .ivent-date {
  margin-top: 20px;
  margin-bottom: 25px;
}
.inner-vistavka .vistavka-content .ivent-date p {
  margin-bottom: 10px;
  color: #494843;
  font-family: "Arial";
  font-size: 14px;
}
.inner-vistavka .vistavka-content .ivent-date p span {
  font-weight: bold;
}
.inner-vistavka .vistavka-content h2.common-title2 {
  margin-bottom: 22px;
  font-size: 24px;
}
.inner-vistavka .vistavka-content p {
  margin-bottom: 25px;
  color: #494843;
  font-family: "Arial";
  font-size: 14px;
  line-height: 22px;
}

/*szhetzchik*/

.countdownHolder{
	width:100px;
	float: left;
	font: 40px/1.5 'Open Sans Condensed',sans-serif;
	text-align:center;
	letter-spacing:-3px;
}

.position{
	display: inline-block;
	height: 1.6em;
	overflow: hidden;
	position: relative;
	width: 1.05em;
}

.digit{
	position:absolute;
	display:block;
	width:1em;
	background-color:#444;
	border-radius:0.1em;
	text-align:center;
	color:#000;
	letter-spacing:-1px;
	font-weight: bold;
}

.digit.static{
	box-shadow:1px 2px 3px rgba(9, 8, 9, 0.35);
	
	background-image: linear-gradient(bottom, #F8FAF9 50%, #F8FAF9 50%);
	background-image: -o-linear-gradient(bottom, #F8FAF9 50%, #F8FAF9 50%);
	background-image: -moz-linear-gradient(bottom, #F8FAF9 50%, #F8FAF9 50%);
	background-image: -webkit-linear-gradient(bottom, #F8FAF9 50%, #F8FAF9 50%);
	background-image: -ms-linear-gradient(bottom, #F8FAF9 50%, #F8FAF9 50%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.5, #F8FAF9),
		color-stop(0.5, #F8FAF9)
	);
}

/*kalendar*/

.cal {
	position: relative;
	font-size: 16px;
	display: inline-block;
	margin-top: 10px;
}

.cal a {
  text-decoration: none;
}
.cal td:first-child {
  border-left: 0;
}
.cal tr:first-child a {
  border-top: 0;
  margin-top: 0;
}
.cal tr:last-child a {
  border-bottom: 0;
  margin-bottom: 0;
}
.cal td:first-child a {
  border-left: 0;
  margin-left: 0;
}
.cal td:last-child a {
  border-right: 0;
  margin-right: 0;
}
.cal tr:last-child td:first-child a {
  border-radius: 0 0 0 3px;
}
.cal tr:last-child td:last-child a {
  border-radius: 0 0 3px 0;
}

.cal-table {
  position: relative;
}

.cal-caption {
	width: 100%;
	line-height: 32px;
	color: #000;
	text-align: center;
}
.cal-caption a {
	line-height: 30px;
	padding: 0 3px;
	font-size: 16px;
	color: #D01504;
	font-weight: bold;
}
.cal-caption .prev {
  float: left;
}
.cal-caption .next {
  float: right;
}

.cal-body td {
  width: 24px;
  font-size: 11px;
  border-top: 5px solid #F3F7F8;
  border-left: 5px solid #F3F7F8;
}
.cal-body a {
  display: block;
  position: relative;
  line-height: 23px;
  color: #555;
  text-align: center;
  background: white;
}
.cal-body a:hover {
  background: #fafafa;
}

.cal-off a {
  color: #ccc;
  font-weight: normal;
}

.cal-today a {
  color: black;
  background: #f5f5f5;
  background-image: -webkit-linear-gradient(top, whitesmoke, white 70%);
  background-image: -moz-linear-gradient(top, whitesmoke, white 70%);
  background-image: -o-linear-gradient(top, whitesmoke, white 70%);
  background-image: linear-gradient(to bottom, whitesmoke, white 70%);
}

.cal-check a {
	color: #028DC8;
	overflow: hidden;
}
.cal-check a:before {
	content: '';
	position: absolute;
	top: -6px;
	left: -6px;
	width: 17px;
	height: 12px;
	background: #028DC8;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.lt-ie8 .cal-table {
  *border-collapse: collapse;
}
.lt-ie8 .cal-body a {
  zoom: 1;
}

/*social-vidjets*/

.social-vidjets {
	text-align: center;
	margin-bottom: 6px;
	display: block;
}

.post-meta-social div {
	display: inline-block;
	vertical-align: top;
}
/* # sourceMappingURL=style.css.map */

.error {
	color: red;
}

.black_overlay{
display: none;
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: black;
z-index:1001;
-moz-opacity: 0.8;
opacity:.80;
filter: alpha(opacity=80);
}

.white_content {
display: none;
position: absolute;
top: 25%;
left: 25%;
width: 50%;
height: 50%;
padding: 16px;
background-color: white;
z-index:1002;
overflow: auto;
}

#btn_call{
width: 337px;
margin-left: -200px;
top:-400px;
}

div.cross_wrapper{
position:relative;
}
div.cross{
position:absolute;
right:1px;
top:1px;
}


.item-news-image{position:relative;float:left;margin-right:15px;margin-bottom:10px;}
.clr{clear:both;}

.wrp_news{background:#f3f7f8;margin-bottom:20px;    padding: 14px;}

.wrp_news p{line-height:20px;}
.wrp_news img{border:3px solid #c7d5d8;}

.bottom_link_pechkin{font-size:13px;}
.bottom_link_pechkin a{color:#3590D0;}

.left-wrapper{float:left;width:350px;}
.right-wrapper{float:right;width:650px;}
#mc_embed_signup input.email{width:80%!important;}