/******************************************************************************************************** */
body {
  font: normal 14px/1 Tahoma, Arial, sans-serif;
  background: url(../images/bg-color.png) repeat 0 0;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

/* header-nav */

.bg-wrapp {
  overflow: hidden;
}

.container {
  background: url(../images/bg-header.jpg) no-repeat center 0;
  min-height: 1000px;
  height: 100%;
}

#header-nav {
  width: 100%;
  height: 30px;
  background: #07282b url(../images/bg-header-nav.png) repeat-x 0 0;
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 14px;
  position: relative;
}

.ball-1 {
  position: absolute;
    top: 7px;
    left: 225px;
    width: 136px;
    height: 136px;
    display: block;
    display: inline-block;
    text-decoration: none;
    background: url(../images/ball-sprite.png) no-repeat;
    background-position: -20px -18px;
}

.ball-1:after {
   content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../images/ball-sprite.png) no-repeat;
    background-position: -200px -18px;
    opacity: 0;
}
.ball-2:after {
    content: "";
    position: absolute;
    width: 135px;
    height: 130px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../images/ball-sprite.png) no-repeat;
    background-position: -205px -202px;
    opacity: 0;
}
.ball-3:after {
    content: "";
    position: absolute;
    width: 122px;
    height: 120px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../images/ball-sprite.png) no-repeat;
    background-position: -210px -388px;
    opacity: 0;
}
.ball-4:after {
    content: "";
    position: absolute;
    width: 122px;
    height: 118px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../images/ball-sprite.png) no-repeat;
    background-position: -210px -567px;
    opacity: 0;
}
.ball-5:after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  top: 2px; left: -2px; bottom: 0; right: 0;
  background: url(../images/ball-sprite.png)  no-repeat;
  background-position: -180px -720px;
  opacity: 0;
}

[class^="ball-"]:hover:after {
  content: "";
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition:    opacity 0.5s;
  -o-transition:      opacity 0.5s;
}

.ball-2 {
    position: absolute;
    top: 67px;
    left: 346px;
    width: 133px;
    height: 129px;
    display: block;
    text-decoration: none;
    background: url(../images/ball-sprite.png) -25px -202px no-repeat;
}

.ball-3 {
    position: absolute;
    top: 18px;
    left: 464px;
    width: 121px;
    height: 118px;
    display: block;
    text-decoration: none;
    background: url(../images/ball-sprite.png) -30px -388px no-repeat;
}

.ball-4 {
    position: absolute;
    top: 0px;
    left: 693px;
    width: 122px;
    height: 118px;
    display: block;
    text-decoration: none;
    background: url(../images/ball-sprite.png) -30px -567px no-repeat;
}

.ball-5 {
  position: fixed;
  top: 24px;
  left: auto;
  right: -webkit-calc(((100% - 1000px) / 2) + 15px); 
  right: calc(((100% - 1000px) / 2) + 15px);
  width: 180px;
  height: 180px;
  display: block;
  text-decoration: none;
  background: url(../images/ball-sprite.png) 0 -720px no-repeat;
  z-index: 99;
}
.ball-6 {
  position: absolute;
    top: 53px;
    left: 571px;
    width: 136px;
    height: 136px;
    display: block;
    display: inline-block;
    text-decoration: none;
    background: url(../images/ball-sprite.png) no-repeat;
    background-position: -22px -921px;
}

.ball-6:after {
   content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../images/ball-sprite.png) no-repeat;
    background-position: -202px -922px;
    opacity: 0;
}
.upper-level > li {
  float: left;
  color: #b8c2c7;
  padding: 0 15px;
  line-height: 30px;
  background: url(../images/border-upper-level.png) no-repeat 0 7px;
}

.upper-level > li a {
  color: #b8c2c7;
  text-decoration: none;
  line-height: 30px;
}

.info, .lang {
  position: relative;
}

.upper-level > li a:hover, .upper-level > li span.upper:hover {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

.upper-level > li span.upper {
  padding-right: 15px;
}

.upper-level > li span.upper {
  background: url(../images/upper.png) no-repeat right center;
}

.upper-level > li:hover span.upper {
  color: #fff !important;
  background: url(../images/upper-hover.png) no-repeat right center !important;
}

.inset-shadow {
  position: absolute;
  top: 30px;
  left: 0px;
  overflow: hidden;
  border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0 0 20px 20px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  z-index: 100;
  background: #fff;
}

.inset-shadow .lower-level {
  display: none;
  overflow: hidden;
  padding: 15px;
  border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0 0 20px 20px;
  box-shadow: inset 0 4px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 4px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 4px 1px rgba(0, 0, 0, 0.2);
}

.wr-gradient {
  display: none;
  overflow: hidden;
  padding: 15px;
  border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0 0 20px 20px;
  box-shadow: inset 0 4px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 4px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 4px 1px rgba(0, 0, 0, 0.2);
}

.wr-gradient .lower-level{
  display: block;
  padding: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.2);
}

.gradient {
  background: #ccc;
  background: -moz-linear-gradient(top, #ffffff 10%, #ccc 50%, #ffffff 90%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#ffffff), color-stop(50%,#ccc), color-stop(90%,#ffffff));
  background: -webkit-linear-gradient(top, #ffffff 10%,#ccc 50%,#ffffff 90%);
  background: -o-linear-gradient(top, #ffffff 10%,#ccc 50%,#ffffff 90%);
  background: -ms-linear-gradient(top, #ffffff 10%,#ccc 50%,#ffffff 90%);
  background: linear-gradient(to bottom, #ffffff 10%,#ccc 50%,#ffffff 90%);
}

.inset-shadow  .lower-level > li {
  line-height: 1.5;
  float: left;
}

.inset-shadow  .lower-level > li a {
  color: #0079c1;
  line-height: 1.5;
}

.inset-shadow  .lower-level > li a:hover {
  text-decoration: underline;
}

#header-nav .right {
  float: right;
  width: 415px;
  position: relative;
}

.location .inset-shadow {
  left: 50px !important;
}

.selected-city {
  font-size: 12px;
  border-bottom: 1px dotted;
  position: relative;
  top: -2px;
}

.city {
  background: #fff;
  padding: 20px;
  margin-right: 1px;
  height: 147px;
}

.city li:first-child {
  font-weight: bold;
  color: #0079c1;
}

li.city:first-child {
  padding-left: 10px;
}

.city:last-child {
  padding-right: 10px;
  margin: 0px;
  border-right: 1px solid #fff;
}

.city.last {
  padding-right: 10px;
  margin: 0px;
  border-right: 1px solid #fff;
}

li.city ul:first-child {
  margin-top: 0px;
}

li.city ul {
  margin-top: 15px;
}

li.lang {
  padding-right: 10px !important;
  /*width: 45px;*/
}

.lang ul {
  box-shadow: 0 0 0 #fff !important;
  -moz-box-shadow: 0 0 0 #fff !important;
  -webkit-box-shadow: 0 0 0 #fff !important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  padding: 10px 14px 6px!important;
  border-bottom: 1px solid #e9e9e9;
  font-size: 12px !important;
  width: 43px;
}

.lang ul:first-child {
  box-shadow: inset 0 4px 1px rgba(0, 0, 0, 0.2)!important;
  -moz-box-shadow: inset 0 4px 1px rgba(0, 0, 0, 0.2)!important;
  -webkit-box-shadow: inset 0 4px 1px rgba(0, 0, 0, 0.2)!important;
}

.lang ul:last-child {
  border-radius: 0 0 20px 20px !important;
  -moz-border-radius: 0 0 20px 20px !important;
  -webkit-border-radius: 0 0 20px 20px !important;
  padding-bottom: 13px !important;
  border-bottom: 0;
}

.lang ul.last {
  border-radius: 0 0 20px 20px !important;
  -moz-border-radius: 0 0 20px 20px !important;
  -webkit-border-radius: 0 0 20px 20px !important;
  padding-bottom: 13px !important;
  border-bottom: 0;
}

.lang a img {
  /*border: 1px solid #fff;*/
  box-shadow: 0px 0px 5px #bbb;
  -moz-box-shadow: 0px 0px 5px #bbb;
  -webkit-box-shadow: 0px 0px 5px #bbb;
  position: relative;
  /*top: 2px;*/
  margin-right: 3px;
}

.lang span.upper {
  position: relative !important;
  left: 10px !important;
}

.phone div {
  padding-left: 25px;
  background: url(../images/phone.png) no-repeat left center;
  font-size: 14px;
}

.phone span {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.wrapp-btn {
  float: left;
  width: 50px;
  height: 50px;
  position: relative;
}

#header-nav .btn {
  width: 28px;
  height: 28px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 2px solid #000;
  box-shadow: 0 4px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 4px 1px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 4px 1px rgba(0,0,0,0.2);
  position: absolute;
  top: 12px;
  font: bold 14px/28px Tahoma, Arial, sans-serif;
}

#header-nav .btn-red {
  background: url(../images/btn-red.png) repeat-x 0 0;
  cursor: pointer;
}

#header-nav .btn-gray {
  background: url(../images/btn-gray.png) repeat-x 0 0;
  color: #000;
}

#header-nav .tail-msg {
  display: none;
  position: absolute;
  background: url(../images/tail.png) no-repeat center 0;
  width: 390px;
  height: 20px;
  top: 45px;
  left: -180px;
  z-index: 60;
}

.msg {
  display: none;
  position: absolute;
  width: 350px;
  top: 65px;
  left: -180px;
  background: #fff;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  box-shadow: 0 0 10px #aaa;
  -moz-box-shadow: 0 0 10px #aaa;
  -webkit-box-shadow: 0 0 10px #aaa;
  z-index: 50;
  padding: 20px;
}

.msg a {
  color: #0b7abf;
  font: bold 14px/16px Tahoma, Arial, sans-serif;
  text-decoration: none;
  width: 300px;
  display: block;
}

.msg a:hover {
  text-decoration: underline;
}

.msg p {
  font: italic 14px/16px Tahoma, Arial, sans-serif;
  color: #4e5f63;
  padding-right: 30px;
}

.msg div {
  position: relative;
  margin-bottom: 8px;
  padding-bottom: 12px;
  background: url(../images/msg-bot.png) no-repeat center bottom;
}

.msg div:last-child {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
  background: url() no-repeat 0 0;
}

.msg div.last {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
  background: url() no-repeat 0 0;
}

.arrow-link {
  display: block;
  width: 22px !important;
  height: 22px;
  background: url(../images/arrow-link.png) no-repeat 0 0;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border: 2px solid #fff;
  box-shadow: 0 0 5px #ddd;
  -moz-box-shadow: 0 0 5px #ddd;
  -webkit-box-shadow: 0 0 5px #ddd;
  position: absolute;
  right: 0;
}

/* header */

#header {
  position: relative;
  height: 260px;
  width: 1000px;
  margin: 0 auto;
}

.ticket-btn {
  position: relative;
  /*top: 26px;*/
  top: 8px;
  left: 480px;
  height: 79px;
  display: block;
  background: url(../images/mega-sprite.png) no-repeat 166px 0;
  float: left;
  padding-right: 76px;
  text-decoration: none;
}

.ticket-btn .left {
  float: left;
  width: 15px;
  height: 65px;
  display: block;
  background: url(../images/nemega-sprite.png) no-repeat 0 0;
}

.ticket-btn .center {
  float: left;
  height: 65px;
  display: block;
  background: url(../images/bg-sprite.png) repeat-x left -124px;
  font: normal 15px/79px Tahoma, Arial, sans-serif;
  color: #fff;
}

.ticket-btn:hover {
  background: url(../images/mega-sprite.png) no-repeat 166px -78px;
}

.ticket-btn:hover .left {
  background: url(../images/nemega-sprite.png) no-repeat -15px 0;
}

.ticket-btn:hover  .center {
  background: url(../images/bg-sprite.png) repeat-x left -202px;
}

.logo {
  float: left;
  display: block;
  width: 240px;
  height: 140px;
  background: url(../images/logo.png) no-repeat 0 0;
  text-indent: -9999px;
  margin-top: 16px;
}

.wrapp-nav{
  position: absolute;
  top: 198px;
  left: 0;
  height: 62px;
  z-index: 40;
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.5);
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  max-width: 998px;
  height: 62px;
}

.wrapp-nav .left {
  float: left;
  width: 16px;
  height: 62px;
  background: url(../images/nemega-sprite.png) no-repeat 0 -78px;
}

.left.bg-hover{
  background: url(../images/nemega-sprite.png) no-repeat -16px -78px;
}

.wrapp-nav .right {
  float: right;
  width: 16px;
  height: 62px;
  background: url(../images/nemega-sprite.png) no-repeat -32px -78px;
}

.right.bg-hover{
  background: url(../images/nemega-sprite.png) no-repeat -48px -78px;
}

#main-nav {
  float: left;
}

#main-nav li {
  float: left;
  background: url(../images/bg-sprite.png) repeat-x 0 0;
  display: block;
}

#main-nav li:hover {
  background: url(../images/bg-sprite.png) repeat-x 0 -62px;
}

#main-nav li:hover > div  > a {
  background: #3796c6;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0px 0px 5px 2px #3796c6;
  -moz-box-shadow: 0px 0px 5px 2px #3796c6;
  -webkit-box-shadow: 0px 0px 5px 2px #3796c6;
}

#main-nav li div {
  background: url(../images/mn-border.png) no-repeat 0 0;
  height: 62px;
}

#main-nav li:first-child div {
  padding-left: 7px;
  background: url() no-repeat 0 0;
}

#main-nav li:last-child div {
  padding-right: 7px;
}

#main-nav li.last div {
  padding-right: 7px;
}

#main-nav > li a {
  color: #fff;
  font: normal 18px/62px Tahoma, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 2px;
}

ul.block {
  position: absolute;
  display: none;
  z-index: -1;
  background: url(../images/block-top.png) no-repeat 0 0;
  top: 40px;
  left: -8px;
  width: 1006px;
  padding-top: 40px;
}

ul.block li{
  width: 1006px;
  height: 52px;
  background: url(../images/block-bottom.png) no-repeat 0 bottom !important;
  height: 310px;
}

#main-nav li div.in {
  height: 275px!important;
  width: 938px;
  background: url(../images/block-main.png) repeat-y 0 0 !important;
  padding: 0 30px 0 38px!important;
  float: none !important;
}

#main-nav li:first-child>div.in {
  padding: 0;
}

#main-nav li:last-child>div.in {
  padding: 0;
}

div.in div.sbar-gradient {
  float: left;
  padding: 0 !important;
  height: 275px !important;
  background: url(../images/bg-gradien-gray-pic.png) no-repeat right center !important;
}

div.in div.sbar-gradient.nograd {
  background: url() no-repeat 0 0 !important;
}

#main-nav li:first-child div.sbar-gradient {
  padding: 0 !important;
}

#main-nav li:last-child div.sbar-gradient {
  padding: 0 !important;
}

#main-nav .mini-support {
  padding: 0!important;
  display: table-cell;
  vertical-align: middle;
  width: 215px;
  text-align: left;
  height: 275px;
}

#main-nav .mini-support div {
  font-size: 20px;
  font-weight: bold;
  color: #00749f;
  padding: 0 20px 0 15px!important;
  float:left;
  line-height:1.2;
}

#main-nav  div.sbar-gradient div {
  padding: 0;
}

#main-nav  div.sbar-gradient div {
  padding: 0;
}

#main-nav font {
  font-size: 15px;
    font-weight: bold;
    color: #777;
    clear: both;
    float: left;
    width: 100%!important;
}

#main-nav a.mailmap {
    color: #777;
    font: bold 12px/1 Tahoma, Arial, sans-serif;
    text-transform: none;
    position: relative;
    top: -18px;
    left: 0;
}

#main-nav .mini-contacts {
  width: 210px;
  padding: 0 20px!important;
  height: 275px;
  margin-top: 12px;
}

#main-nav .mini-contacts div, #main-nav .mini-map div {
  float:left;
  font-size: 14px;
  font-weight: bold;
  color: #00749f;
  margin-bottom: 17px;
  height: auto;
  overflow: hidden;
  text-align: left;
  line-height:1.2;
  clear: both;
  width: 100%;
}

#main-nav .mini-contacts font, #main-nav .mini-map font {
  font-size: 12px;
  font-weight: bold;
  color: #777;
  clear: both;
  float: left;
  width: 100%;
}

#main-nav .mini-map {
  width: 220px;
  padding: 0 20px!important;
  position: relative;
  margin-top: 12px;
  height: 275px;
  position: relative;
}

#main-nav .mini-map img {
  position: absolute;
  left: 20px;
  bottom: 50px;
}

#main-nav .mini-map a:hover {
  text-decoration: underline;
}

#mai-nav .mini-map .link-cont {
  color: #00749f;
  position: absolute;
  right: 20px;
  bottom: 30px;
  font-size: 11px;
  text-transform: none;
  height: 11px;
  float: right;
  line-height: 1;
  padding: 0 10px 0 0;
  background: url(../images/marker-left-blue.png) no-repeat right 70%;
}

#main-nav .sbar-banner {
  overflow: hidden;
  height: 275px;
  position: relative;
  top: 0;
  left: 20px;
  width: 200px;
}

#main-nav .sbar-banner a{
  padding: 0!important;
}

#main-nav .wrapp-mini-serv{
  width: 725px;
  position: relative;
  height: 275px;
}
#main-nav .wrapp-mini-serv .wr-slide {
  position: relative;
  float: left;
  height: 87px;
  width: 235px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  bottom: 0;
  left: 0;
  margin-bottom: 7px;
}

#main-nav .wrapp-mini-serv .wr-slide img {
  /*position: absolute;*/
  top: 0;
  left: 0;
}

#main-nav .wrapp-mini-serv .wr-slide .slide-left {
  /*position: absolute;*/
  top: 12px;
  left: 87px;
  /*background: url(../images/slide-left.png) 0px 50% no-repeat;*/
}

#main-nav .wrapp-mini-serv .wr-slide a {
  color: #00749f;
  font-size: 14px;
  font-weight: bold;
  text-transform: none;
  display: table-cell;
  line-height: 1;
  text-align: left;
  vertical-align: middle;
  overflow: hidden;
  height: 87px;
  padding: 0px 10px 0px 110px;
}

#main-nav .wrapp-mini-serv .bg-plashka{
  background: url(../images/bg-slideleft.png) 0px 0px no-repeat;
  height: 45px;
  padding: 8px 10px 32px 100px;
}

#main-nav .wrapp-mini-serv .bg-plashka a {
  padding: 0 8px 0 0;
  font-size: 12px;
  font-weight: normal;
  color: rgb(207, 213, 218);
  bottom: 0;
  top: 66px;
  height: 14px;
}

#main-nav .wrapp-mini-serv .bg-plashka a:hover {
  text-decoration: underline!important;
}

#main-nav  .click .slide-left {
  left: 248px!important;
  background: url(../images/click-left-slide.png) 0px center no-repeat !important;
  z-index: 20 !important;
}

.mini-hgroup {
  height: auto!important;
  color: #00749f!important;
  font: bold 16px/1 Tahoma, Arial, sans-serif!important;
  margin-bottom: 12px;
    display:block;
    text-transform:none!important;
    float: none!important;
    width: auto!important;
}

a.mini-hgroup:hover {
    text-decoration:underline!important;
}

.mini-video .mini-hgroup {
  margin-left: 24px;
}

.mini-photoalbum .mini-hgroup {
  padding-right: 25px!important;
}

.mini-photoalbum {
  width: 225px;
  height: 275px!important;
  position: relative;
}

.mini-photoalbum a {
  float: left;
  line-height: 1!important;
  display: block;
  padding: 0!important;
  margin: 0 20px 20px 5px;
  width: 84px;
  height: 84px;
}

#main-nav a.more-other {
  color: rgb(0, 116, 159);
  position: absolute!important;
  text-transform: none;
  float: right!important;
  background: url(../images/marker-left-blue.png) 73px 9px no-repeat;
  font-size: 12px;
  margin: 0!important;
  box-shadow: 0 0 0 #fff !important;
  -moz-box-shadow: 0 0 0 #fff !important;
  -webkit-box-shadow: 0 0 0 #fff !important;
  bottom: 10px;
  right: 25px;
  width: auto!important;
  overflow: visible;
  height: 21px!important;
  display: block;
  line-height: 21px!important;
  border-radius: 10px!important;
  -moz-border-radius: 10px!important;
  -webkit-border-radius: 10px!important;
  border: 1px solid #fff;
  padding: 0 13px 0 5px!important;
}

#main-nav .mini-map a.more-other {
  background: url(../images/marker-left-blue.png) 127px 9px no-repeat!important;
}

#main-nav a.more-other:hover  {
  border: 1px solid rgb(42, 196, 244);
  text-decoration: none;
}




#main-nav .mini-video {
  width: 223px;
  height: 275px!important;
  padding: 0 24px 0 0!important;
  position: relative;
}

#main-nav .mini-video a {
  padding: 0;
  position: relative;
  width: 84px;
  height: 84px;
  display: block;
  float: left;
  margin: 0 0 20px 26px;
}

#main-nav .virt-tur {
  padding: 0 24px !important;
  width: 205px;
  height: 275px !important;
  position: relative;
}

#main-nav .virt-tur a.virt {
  padding: 9px;
  display: block;
  line-height: 1;
  height: 185px;
  width: 185px;
  border: 1px solid #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#main-nav .mini-day, #main-nav .mini-night {
  width: 330px;
  position: relative;
  height: 269px;
  margin-right: 18px;
  background: #f3f5f7 !important;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  border: 3px solid #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-align: center;
}

#main-nav .mini-night {
  margin-left: 17px;
}

#main-nav .day-hgroup, #main-nav .night-hgroup {
  background: url(../images/sun.png) 0 center no-repeat transparent !important;
  color: #0079c1;
  height: 30px;
    font: bold 16px/30px Tahoma, Arial, sans-serif;
    text-transform: none;
    display: block;
    padding: 0 0 0 35px!important;
    margin: 10px 20px 20px;
    text-align:left!important;
}

#main-nav .day-hgroup:hover, #main-nav .night-hgroup:hover {
    text-decoration: underline;
}

#main-nav .night-hgroup {
  background: url(../images/moon.png) 0 center no-repeat transparent !important;
}

#main-nav .mini-day p, #main-nav .mini-night p {
  text-indent: 15px;
  color: #4e5d62;
  text-align: left;
  padding: 0 25px;
}
#main-nav .mini-day a.more-other, #main-nav .mini-night a.more-other {
  right: 15px;
  bottom: 10px;
  border: 1px solid transparent!important;
}
#main-nav .mini-day a.more-other:hover, #main-nav .mini-night a.more-other:hover {
border: 1px solid rgb(170, 170, 170);
}
#main-nav .mini-day .wr-slide, #main-nav .mini-night .wr-slide  {
  position: absolute;
  left: 35px;
  bottom: 40px;
  float: left;
  height: 87px;
  width: 230px;
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 7px;
}

#main-nav .mini-day .wr-slide img, #main-nav .mini-night .wr-slide img {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  border: 1px solid #fff;
}

#main-nav .mini-day .click img, #main-nav .mini-night .click img {
  border: 1px solid rgb(42, 196, 244);
}

#main-nav .mini-day .wr-slide .slide-left, #main-nav .mini-night .wr-slide .slide-left {
  position: absolute;
  top: 12px;
  left: 87px;
  background: url(../images/slide-left.png) 0px 50% no-repeat;
}

#main-nav .mini-day .wr-slide a, #main-nav .mini-night .wr-slide a {
  color: #00749f;
  font-size: 14px;
  font-weight: bold;
  text-transform: none;
  display: table-cell;
  line-height: 1;
  text-align: left;
  vertical-align: middle;
  overflow: hidden;
  height: 87px;
  padding: 0px 10px 0px 113px;
}

#main-nav .mini-day .bg-plashka, #main-nav .mini-night .bg-plashka{
  background: url(../images/bg-slideleft.png) 0px 0px no-repeat !important;
  height: 45px;
  padding: 8px 10px 32px 100px;
}

#main-nav .mini-day .bg-plashka a, #main-nav .mini-night .bg-plashka a  {
  padding: 0 8px 0 0;
  font-size: 12px;
  font-weight: normal;
  color: rgb(207, 213, 218);
  bottom: 0;
  top: 66px;
  height: 14px;
}

#main-nav .mini-day .bg-plashka a:hover, #main-nav .mini-night .bg-plashka a:hover  {
  text-decoration: underline!important;
}

#main-nav .mini-day .bg-plashka p, #main-nav .mini-night .bg-plashka p {
  text-indent: 0;
  color: rgb(42, 196, 244);
  padding: 0;
}

#main-nav .click .slide-left {
  left: 248px!important;
  background: url(../images/click-left-slide.png) 0px center no-repeat !important;
  z-index: 20 !important;
}

#main-nav .day-sum {
  color: #d3dee2;
  font-size: 40px;
  font-weight: bold;
  height: auto;
  position: absolute;
  bottom: 25px;
  right: -45px;
}

#main-nav .about-soc {
  width: 125px;
  padding-right: 19px!important;
  text-align: left;
  height: 275px!important;
  position: relative;
}

#main-nav .mini-soc a{
  float: left;
  margin: 0 15px 20px 10px;
  padding: 0 !important;
  line-height: 1;
}

#main-nav .mini-soc {
  padding-top: 30px!important;
  overflow: hidden;
  height: auto!important;
}

#main-nav .about-artist, #main-nav .about-ticher {
  width: 110px;
  position: relative;
  height: 275px;
  padding: 0 3px 0 25px!important;
  text-align: center;
}

a.wr-slide:hover img {
  border: 1px solid rgb(42, 196, 244)!important;
}


#main-nav .about-artist .wr-slide, #main-nav .about-ticher .wr-slide  {
  position: relative;
  left: 0;
  bottom: 0;
  float: left;
  clear: both;
  height: 87px;
  width: 87px;
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 7px;
}

#main-nav .about-artist .mini-hgroup, #main-nav .about-ticher .mini-hgroup {
  margin: 12px 0 20px 0;
  padding-right: 20px !important;
}

#main-nav .about-soc .mini-hgroup  {
  margin: 12px 0 20px 0;
}

#main-nav .about-artist .wr-slide img, #main-nav .about-ticher .wr-slide img {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  border: 1px solid #fff;
}

#main-nav .about-artist .click img, #main-nav .about-ticher .click img {
  border: 1px solid rgb(42, 196, 244);
}

#main-nav .about-artist .slide-left, #main-nav .about-ticher .slide-left {
  position: absolute;
  top: 12px;
  left: 87px;
  background: url(../images/slide-left.png) 0px 50% no-repeat !important;
}

#main-nav .about-artist .bg-plashka, #main-nav .about-ticher .bg-plashka{
  background: url(../images/bg-slideleft.png) 0px 0px no-repeat !important;
  height: 45px;
  padding: 8px 10px 32px 100px;
}

#main-nav .about-artist .bg-plashka a, #main-nav .about-ticher .bg-plashka a  {
  padding: 0 8px 0 0;
  font-size: 12px;
  font-weight: normal;
  color: rgb(207, 213, 218);
  bottom: 0;
  top: 66px;
  height: 14px;
  line-height: 1;
  text-transform: none;
}

#main-nav .about-artist .bg-plashka p, #main-nav .about-ticher .bg-plashka p {
  text-indent: 0;
  color: rgb(42, 196, 244);
  padding: 0;
}

#main-nav .click .slide-left {
  left: 248px!important;
  background: url(../images/click-left-slide.png) 0px center no-repeat !important;
  z-index: 20 !important;
}

#main-nav .sbar-gray {
  height: 275px!important;
  float: left;
  padding: 0px!important;
}


#main-nav .sbar-normal {
  float: left;
  padding: 0px!important;
  height: 275px!important;
  background: url(../images/bg-gradien-gray-pic.png) 10px 100% no-repeat!important;
  width: 215px;
}

#main-nav .about-spec, #main-nav .about-pres {
  width: 120px;
  padding: 10px!important;
  margin-right: 10px;
  height: 255px;
  background: #f7f8f9 !important;
  border: 2px solid #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  text-align: center;
  position: relative;
}

#main-nav .about-pres {
  margin-right: 0;
}

#main-nav .about-spec .mini-hgroup, #main-nav .about-pres .mini-hgroup {
  padding: 0!important;
}

#main-nav .about-spec p, #main-nav .about-pres p {
  padding: 0!important;
  font-size: 12px;
  text-align: left;
  line-height: 1.2;
  color: #4e5d62;
  max-height: 200px;
  overflow: hidden;
}
#main-nav .about-spec img, #main-nav .about-pres img {
  margin-bottom: 5px;
}

#main-nav .about-spec a.more-other, #main-nav .about-pres a.more-other {
  bottom: 15px;
  right: 10px;
  border: 1px solid transparent!important;
}

#main-nav .about-soc a.more-other, #main-nav .about-artist a.more-other, #main-nav .about-ticher a.more-other {
  bottom: 25px;
  right: 15px;
}

#main-nav .about-spec a.more-other:hover, #main-nav .about-pres a.more-other:hover,
#main-nav .mini-night a.more-other:hover, #main-nav .mini-day a.more-other:hover{
  text-decoration:underline;
}

.nav-about { width: 86px; }
.nav-schedule { text-align: center; width: 288px; }
.nav-services { text-align: center; width: 115px;} /*HERE NAV*/
/*#main-nav li.nav-services:hover > div > a {
  color: #00749F !important;
  background: #fff !important;
}*/

#main-nav li.nav-services:hover .ddNew{
  display: block;
}
.mainddNew {
  display: block;
  padding: 22px 10px 23px 10px;
  text-align: center; 
  width: 115px;
  background-color: #F6FFFF !important;
  color: #00749F;
  background: #F6FFFF !important;
  border-top: 3px solid #008AC2;
  border-right: 3px solid #008AC2;
  border-left: 3px solid #008AC2;
  box-sizing: border-box;
  position:absolute;
  text-decoration: none;
  font-size: 18px;
  top: -66px;
  left: -3px;
}

/*#main-nav li.nav-services:hover a {
  box-shadow: none !important;
}*/
.nav-show { text-align: center; width: 230px; }
.nav-gallery { text-align: center; width: 122px; }
.nav-contacts { width: 125px; text-align: right; }

/* ======  ddNew   ====== */
.ddNew {
  display: none;
  position: absolute;
  background-color: #F6FFFF;
  left: 390px;
  top:62px;
  border-radius: 0 0 20px 20px;
  border: 3px solid #008AC2;
  padding: 10px 0;
  z-index: 12;

-webkit-box-shadow: 0px 5px 21px 3px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 5px 21px 3px rgba(0,0,0,0.75);
box-shadow: 0px 5px 21px 3px rgba(0,0,0,0.75);
}

.ddNew:after {
    border: 2px solid #0261A4;
}

.ddNew li a {
  display: block;
  text-decoration: none;
  padding: 10px 18px;
  color: #00749F;
  font-size: 14px;
  font-weight: bold;
}
.ddNew li a:hover {
  text-decoration: underline;
}
.ddNew.js-about{
  left: 0;
}
.ddNew.js-about .mainddNew{
  width: 105px;
  border-radius: 20px 0 0 0;
}
/* main-container */

#main-container {
  width: 1000px;
  height: 100%;
  margin: 12px auto 0;
}

#main-container .left {
  width: 743px;
  margin-right: 254px;
  /*
  position: relative;
  z-index: 1
  */
}

#main-container .right {
  float: right;
  width: 242px;
  position: relative;
  z-index: 1
}

/* right */

.soc-block {
  position: relative;
  width: 240px;
  float: left;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  padding: 27px 0 12px 0;
  margin-bottom: 15px;
}

.soc-block .hgroup {
  padding: 0 27px 0 34px;
}

.hgroup {
  position: relative;
  font: bold 20px/1 Tahoma, Arial, sans-serif;
  color: #0079c1;
  padding: 0;
  margin-bottom: 15px;
  z-index: 10;
}

.hgroup a {
  color: #0079c1;
  text-decoration: none;
}

.hgroup a:hover {
  text-decoration: underline;
}

.wrl, .wr, .wrr {
  position: absolute;
  top: 0;
}

.wrl {
  left: 0;
  width: 43px;
  height: 51px;
  background: url(../images/blur-left.png) no-repeat 0 0;
}

.wr {
  border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  left: 0;
  width: 100%;
  height: 51px;
  background: url(../images/blur-center.png) repeat-x 0 0;
}

.wrr {
  right: 0;
  width: 43px;
  height: 51px;
  background: url(../images/blur-right.png) no-repeat 0 0;
}

.fb, .vk, .gg {
  width: 216px;
  margin: 15px 12px;
  overflow: hidden;
}

ul.items {
  display: block;
  float: left;
}

.items li {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  margin-bottom: 9px;
  width: 240px;
  height: 110px;
  
}

.items li a {
  display: block;
  width: 240px;
  height: 110px;
  color: #fff;
  text-decoration: none;
}

.items li img {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  height: 110px;
}

.items span {
  border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0 0 20px 20px;
  position: absolute;
  display: block;
  float: left;
  bottom: 0px;
  left: 0;
  width: 216px !important;
  background: #000\0/;
  background: rgba(0,0,0,0.7);
  font: bold 14px/20px Tahoma, Arial, sans-serif;
  text-transform: uppercase;
  padding: 7px 12px;
  overflow: hidden;
}

/* left */
.content{
  padding: 27px 30px 15px;
  position: relative;
  width: 686px;
  float: left;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  margin-bottom: 10px;
}

.content h1 {
  position: relative;
  font: bold 20px/1 Tahoma, Arial, sans-serif;
  color: #0079c1;
  margin-bottom: 15px;
  z-index: 10;
}

.content h2 {
  position: relative;
  font: bold 16px/1 Tahoma, Arial, sans-serif;
  color: #0079c1;
  margin-bottom: 10px;
  z-index: 10;
}

.content h1 font {
  position: relative;
  font: italic 14px/1 Tahoma, Arial, sans-serif;
  color: #0079c1;
  z-index: 10;
}

.content table.schedule {
  text-align: left;
  position: relative;
  margin-bottom: 35px;
  width: 100%;
  z-index: 10;
}

table.schedule th, table.schedule td {
  padding: 0px 13px;
  height: 40px;
  color: #777;
  vertical-align: middle;
  text-align: left;
}

table.schedule td {
    border: 1px solid #aae1fa!important;
    cursor: pointer;
}

table.schedule tr:nth-child(2) th {
  border-bottom: 1px solid #aae1fa!important;
}

table.schedule td p {
  float: left;
  background: url(../images/sup-link.png) no-repeat right top;
  padding-right: 13px;
}

table.schedule td:last-child {
  font-weight: bold;
  background: #fff;
}

table.schedule td.last {
  font-weight: bold;
  background: #fff;
}

table.schedule tr:first-child {
  background: #fff;
}

.sun,.moon {
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  color: #0079c1 !important;
  padding: 0 0 0 40px !important;
  border: 0 solid #fff !important;
  width: 160px;
}

.sun:hover, .moon:hover {
  text-decoration: underline;
}

table .sun {
  background: #fff url(../images/sun.png) no-repeat 8px 50% !important;
}

table .moon {
  vertical-align: top;
  background: #fff url(../images/moon.png) no-repeat 8px 50% !important;
}

tr.night, .blue-gr {
  cursor: pointer;
  background: #d6f2ff !important;
  background: -moz-linear-gradient(top, #f4f9fc 0%, #d6f2ff 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f9fc), color-stop(100%,#d6f2ff)) !important;
  background: -webkit-linear-gradient(top, #f4f9fc 0%,#d6f2ff 100%) !important;
  background: -o-linear-gradient(top, #f4f9fc 0%,#d6f2ff 100%) !important;
  background: -ms-linear-gradient(top, #f4f9fc 0%,#d6f2ff 100%) !important;
  background: linear-gradient(to bottom, #f4f9fc 0%,#d6f2ff 100%) !important;
}

.blue-gr:last-child {
  background: #fff !important;
}

.blue-gr.last {
  background: #fff !important;
}

.schedule tr:hover td {
  background: #fcfbc3;
  background: -moz-linear-gradient(top, #ffffd7 0%, #fcfbc3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffd7), color-stop(100%,#fcfbc3));
  background: -webkit-linear-gradient(top, #ffffd7 0%,#fcfbc3 100%);
  background: -o-linear-gradient(top, #ffffd7 0%,#fcfbc3 100%);
  background: -ms-linear-gradient(top, #ffffd7 0%,#fcfbc3 100%);
  background: linear-gradient(to bottom, #ffffd7 0%,#fcfbc3 100%);
}

table.price {
  width: 100%;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 15px;
  z-index: 10;
}

table.price td {
  border:1px solid #bbe7fa;
  color: #777;
  vertical-align: middle;
  padding: 2px 15px 4px;
}

table.price td:last-child {
  font-weight: bold;
}

table.price td.last {
  font-weight: bold;
}

table.price td:first-child {
  padding: 2px 4px 4px;
  width: 360px;
  font-weight: normal;
}

table.price td:nth-child(2) {
  width: 175px;
  background: #f3fbff;
}

table.price td.nth {
  width: 175px;
  background: #f3fbff;
}

table.price tr:hover td{
  background: #ffffd7;
}

.free {
  color: #fb8e36 !important;
  font-size: 20px;
  background: #fff !important;
  text-align: center;
  font-weight: normal !important;
  font-style: italic;
}

.bg-wight {
  background: #fff !important;
}

.left .right {
  position: relative;
  width: 280px !important;
  float: right !important;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  margin: 0 0 10px !important;
  right: -3px;
  padding: 27px 30px 15px;
  min-height: 260px;
}

.left .left {
  position: relative;
  width: 330px !important;
  float: left !important;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  margin: 0 0 10px !important;
  padding: 27px 30px 15px;
}

.user-photo {
  text-align: right;
  overflow: hidden;
  padding: 8px 10000px 8px 10000px;
  margin: 0 -10000px 0 -10000px;
  background-color: #fff;
}

.user-photo a {
  color: #0079c1;
  font-weight: bold;
  text-decoration: none;
}

.user-photo a:hover {
  text-decoration: underline;
}

.news-title-list .user-photo {
    font-size: 12px;
    text-align: left;
    color: #555;
}

.news-title-list .user-photo a {
    color: #0079c1;
    text-decoration: underline;
    font-weight: normal;
}

.news-title-list .user-photo a:hover {
    text-decoration: none;
}

.news-title-list .user-photo div {
    padding-left: 92px;
}

.news-title-list .user-photo .news-date {
    font-style: italic;
    font-size: 10px;
    margin: 5px 0;
}
.news-title-list .user-photo .news-name {
    display: block;
    margin-bottom: 7px;
    line-height: 14px;
}
.news-title-list .user-photo .news-content {
    line-height: 14px;
}

a .big {
  display: block;
  float: right;
  padding: 9px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin: 0px 0px 0px 14px;
  position: relative;
  border: 1px solid #fff;
}

.news-title-list a .big {
    margin-left: 0;
    float: left;
}

a:hover .big {
  border: 1px solid #2ac4f4!important;
}

a .small {
  display: block;
  float: right;
  margin: 5px 0px 5px 38px;
  position: relative;
}

.border-bot {
  background: #ccc;
  background: -moz-linear-gradient(left, #ffffff 10%, #ccc 50%, #ffffff 90%);
  background: -webkit-gradient(linear, left top, right top, color-stop(10%,#ffffff), color-stop(50%,#ccc), color-stop(90%,#ffffff));
  background: -webkit-linear-gradient(left, #ffffff 10%,#ccc 50%,#ffffff 90%);
  background: -o-linear-gradient(left, #ffffff 10%,#ccc 50%,#ffffff 90%);
  background: -ms-linear-gradient(left, #ffffff 10%,#ccc 50%,#ffffff 90%);
  background: linear-gradient(to right, #ffffff 10%,#ccc 50%,#ffffff 90%);
  padding-bottom: 1px;
}

.wr-photo div.border-bot:last-child {
  padding: 0;
  background: #fff;
  background: -moz-linear-gradient(left, #ffffff 10%, #ffffff 50%, #ffffff 90%);
  background: -webkit-gradient(linear, left top, right top, color-stop(10%,#ffffff), color-stop(50%,#ccc), color-stop(90%,#ffffff));
  background: -webkit-linear-gradient(left, #ffffff 10%,#ffffff 50%,#ffffff 90%);
  background: -o-linear-gradient(left, #ffffff 10%,#ffffff 50%,#ffffff 90%);
  background: -ms-linear-gradient(left, #ffffff 10%,#ffffff 50%,#ffffff 90%);
  background: linear-gradient(to right, #ffffff 10%,#ffffff 50%,#ffffff 90%);
}

.wr-photo div.border-bot.last {
  padding: 0;
}

a.other {
  color: #0079c1;
  margin-bottom: 10px;
  text-align: right;
  text-decoration: none;
  float: right !important;
}

a.other:hover {
  text-decoration: underline;
}

span.other{
  color: #a7a9ac;
  float: right;
}

#main-container .gradient {
  width: 214px;
  float: left;
  padding-right: 1px;
  margin-bottom: 10px;
}

#main-container .gradient:last-child {
  padding-right: 0;
}

#main-container .gradient.last {
  padding-right: 0;
  width: 107px;
}

#main-container .gradient.last a {
  float: none;
  display: inline;
}

#main-container .gradient.last .video a {
  float: left;
  display: block;
  margin: 0;
}

#main-container .gradient.last .video a.two {
  margin-top: 15px;
}

.photo {
  padding: 8px 29px 2px 0;
  background: #fff;
  height: 205px;
}

.video {
  padding: 8px 0px 2px 30px !important;
  background: #fff;
}

.video-play {
  width: 27px;
  height: 27px!important;
  background: url(../images/play.png) no-repeat 0 0 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -13px 0 0 -14px;
}
.photo a .big {
  float: left;
  margin: 0;
}

.photo a, .video a  {
  float: left;
  display: block;
  margin: 0;
  position: relative;
}

.photo a.last {
  margin: 0 0 10px 15px;
}

.photo a.two {
  margin: 0 0 15px 15px;
}

.wr-news {
  display: none;
}

.news {
  float: left;
  width: 185px;
  padding: 0;
  color: #777;
  padding-right: 30px;
  border-right: 1px solid #b1e3fa;
  position: relative;
  padding-bottom: 40px !important;
  margin-bottom: 10px;
}

.news:last-child {
  padding: 0;
  padding-left: 30px;
  width: 185px;
  border: 0 solid #fff;
}

.news.last {
  padding: 0;
  padding-left: 30px;
  width: 185px;
  border: 0 solid #fff;
}

.news:last-child .more{
  right: 0;
}

.news.last .more{
  right: 0;
}

.data {
  font-size: 11px;
  color: #77787b;
  float: left;
  clear: both;
  margin-bottom: 5px;
  width: 100%;
}

.news-title {
  float: left;
  clear: both;
  color: #0079c1;
  font-weight: bold;
  text-decoration: none;
  line-height: 16px;
  margin-bottom: 10px;
  width: 100%;
}

.more {
  display: block;
  text-align: right;
  font-size: 12px;
  text-decoration: none;
  color: #0079c1;
  position: absolute;
  right: 30px;
  bottom: 0;
  line-height: 15px;
  height: 12px;
}

.news img {
  float: left;
  border: 2px solid #ededee;
  margin: 0 5px 0 0;
}

.gphoto {
  padding-left: 17px;
  background: url(../images/gphoto.png) no-repeat 0 0;
}

.gvideo {
  padding-left: 17px;
  background: url(../images/gvideo.png) no-repeat 0 0;
}

/* footer */

.wr-footer {
  height: 831px;
  width: 100%;
  background: url(../images/bg-footer-img.jpg) no-repeat center bottom;
}

.footer {
  position: relative;
  height: 696px;
  z-index: 0;
  clear: both;
  margin: 0 auto;
  padding-top: 55px;
}

.footer-items {
  margin: 0 auto;
  width: 1000px;
}

.footer-items div {
  float: left;
  width: 168px;
  padding: 0 40px 50px;
  background: url(../images/light-border.png) no-repeat right center;
  color: #fff;
  line-height: 16px;
}

.footer-items div:nth-child(2) {
  width: 185px;
}

.footer-items div:first-child {
  padding-left: 30px;
}

.footer-items div:last-child {
  width: 208px;
  padding: 0 0 0 40px;
  background: url() no-repeat 0 0;
}

.footer-items div.last {
  width: 208px;
  padding: 0 0 0 40px;
  background: url() no-repeat 0 0;
}

.footer-items strong {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  display: block;
  margin-bottom: 20px;
}

.footer-items span {
  font-weight: bold;
}

a.toshow {
  display: block;
  width: 100px;
  height: 30px;
  background: url(../images/2show.png) no-repeat 0 0;
  margin-bottom: 5px;
}

.footer-items a {
  color: #fff;
}

.footer-items a:hover {
  text-decoration: none;
}

.info-items {
  position: relative;
  left: -10px;
}

.info-items li {
  padding: 3px 10px;
  line-height: 16px;
}

.info-items li a {
  text-decoration: none;
}

.info-items li:hover {
  background: url(../images/marker-left.png) no-repeat 0 center;
}

.soc-icon {
  display: inline-block;
}

.soc-icon.soc-icon-inner {
  width: 140px!important;
}

.soc-icon.soc-icon-inner li{
  background: none;
  padding: 0;
  margin-left: 0;
  margin-right: 6px;
}

.sprait-icon {
  display: block;
  width: 37px;
  height: 36px;
  background: url(../images/icon.png) no-repeat 0 0;
}

.soc-icon li {
  float: left;
  margin-left: 6px;
}

.soc-icon li:first-child {
  margin-left: 0;
}

.sprait-fb {
  background-position: 0 0;
}

.sprait-gg {
  background-position: -37px 0;
}

.sprait-vk {
  background-position: 0 -36px;
}

.sprait-yt {
  background-position: -37px -36px;
}

.copy {
  clear: both;
  width: 1000px;
  margin: 0 auto;
  text-align: right;
  color: #fff;
  padding-top: 40px;
  line-height: 20px;
  vertical-align: middle;
}

.copy a {
    color: #fff;
    text-decoration: none;
}

.copy a:hover {
    text-decoration: underline;
}

.copy img {
  vertical-align: middle;
}

.gr-footer {
  position: absolute;
  z-index: -1;
  top: 1%;
  width: 100%;
  clear: both;
  height: 831px;
}

.duga {
  position: absolute;
  height: 50px;
  background: url(http://nemokh.altsolution.ua/public/nemo/2/images/footer.png) 50% 0 no-repeat;
  top: 20px;
  left: 50%;
  margin-left: -630px;
  width: 1259px;
}

/* auxiliary */

.wrapper {
  width: 1000px;
  margin: 0 auto;
}

/* wysiwyg */

.show .wysiwyg {
  margin-bottom: 15px;
}

.wysiwyg {
  overflow: hidden;
}

.wysiwyg ol {
  list-style: decimal;
  color: #0079c1;
  font-size: 14px;
  margin: 0 0 15px 47px;
  line-height: 1.5;
}

.wysiwyg ul {
  color: #0079c1;
  font-size: 14px;
  margin: 0 0 15px 30px;
  line-height: 1.5;
}
.wysiwyg ul li {
  background: url(../images/disc.png) no-repeat 0 8px;
  padding-left: 10px;
}

.wysiwyg li span{
  color: #454545;
}

.wysiwyg p {
  font-size: 14px;
  color: #454545;
  line-height: 1.2;
  margin-bottom: 15px;
}

.wysiwyg h1 {
  position: relative;
  font: bold 20px/1 Tahoma, Arial, sans-serif;
  color: #0079c1;
  margin-bottom: 15px;
  z-index: 10;
}

.wysiwyg h2 {
  position: relative;
  font: bold 16px/1 Tahoma, Arial, sans-serif;
  color: #0079c1;
  margin-bottom: 15px;
  z-index: 10;
}

.wysiwyg h3 {
  position: relative;
  font: bold 14px/1 Tahoma, Arial, sans-serif;
  color: #0079c1;
  margin-bottom: 15px;
  z-index: 10;
}

.wysiwyg a {
  color: #0079c1;
}

.wysiwyg a:hover {
  text-decoration: none;
}

.wysiwyg table {
  width: 100%;
  margin-bottom: 15px;
}

.wysiwyg td, .wysiwyg th {
  border:1px solid #bbe7fa;
  color: #454545;
  vertical-align: middle;
  padding: 5px 15px;
}

.wysiwyg th {
  text-align: center;
  border:1px solid #fff;
  border-bottom: 1px solid #bbe7fa;
}

.wysiwyg tr:nth-child(even) {
  background: #d6f2ff;
}

.wysiwyg tr:hover td{
  background: #fcfbc3;
}

.table-wysiwyg table tr.nohover:hover td.first {
  background: #fff;
  border-bottom-color: #B8D4E2;
  border-right-color: #B8D4E2;
}

.table-wysiwyg table tr:hover, .wysiwyg table tr:hover td {
  background: #fff799;
}

/* services */

.wr-services {
  padding: 0 10000px 0 10000px;
  margin: 0 -10000px 0 -10000px;
  box-shadow: 0 2px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.1);
  border-bottom: 2px solid #fff;
  margin-bottom: 30px;
  padding-top: 2px;
}

.content .wr-services:last-child {
  margin-bottom: 15px;
}

.content .wr-services.last {
  margin-bottom: 15px;
}

.top-services {
  width: 100%;
  height: 56px;
  display: table-cell;
  vertical-align: bottom;
  z-index: 20;
  position: relative
}

.top-services .services, .bot-services .services {
  float: left;
}

.top-services .services {
  width: 108px;
  padding: 8px 15px 8px 104px;
  float: left;
  position: relative;
  text-align: right
}

.wr-slide {
  position: absolute;
  bottom: -32px;
  left: 0px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

/*new style service*/
.photoService {
  float: left;
  padding-right: 25px;
  height: 100%;
  padding-bottom: 5%;
}
.serviceContent {
  margin-left: 10px;
}
.serviceContent a {
  color: #2183A9;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  display: block;
  padding-bottom: 10px;
}

.serviceContent a:hover {
  text-decoration: underline;
}

.service .serviceContent>a {
  font-size: 20px;
  color: #ff0202;
  text-decoration: none !important;
  line-height: 1;
  border-bottom: 2px dotted #FF0202;
  font-weight: normal;
  display: inline;
  padding-bottom: 0;
}

.service .serviceContent>a:hover {
  border-bottom: 0 solid #FF0202;
}

.service .serviceContent>p {
  padding-top: 8px;
}

.service .serviceContent>span a {
  text-align: left;
  color: #f90;
  font-size: 12px;
  margin-bottom: 5px;
  text-decoration: none;
}

.serviceContent p {
  font-size: 12px;
}

.serviceContent span a {
  font-size: 12px;
  color: #2183A9;
  display: block;
  padding: 20px 0 15px 0;
  font-weight: normal;
  margin-left: 208px;
}

.serviceContent span a:hover {
  text-decoration: underline;
}

.clear {
  clear: both;
}

.servBlock{
  margin-top: 10px;
  border-bottom: 1px solid #EDF0F2;
}

.serviceContent span a:after {
  content: '';
  width: 0; 
  height: 0; 

  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left:4px solid #2183A9; 

  display: inline-block;
  margin-left: 5px;

}

/* ===== ====== ====== ===== */
div.wr-slide img, .wr-slide img {
  border: 1px solid #2ac4f4;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  cursor: pointer;
}

div.wr-slide.click  img, .wr-slide.click  img {
  position: relative;
  z-index: 30;
  background: #1c393c;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
}

.top-services .services a {
  color: #00749f;
  text-decoration: none;
  font-weight: bold;
  display: block;
  height: 45px;
  overflow: hidden;
  font-size: 13px;
}

.bot-services .services {
  width: 190px;
  padding: 37px 16px 20px 17px;
  background: #edf0f2;
  position: relative;
}

.bot-services .gr-serv:last-child .services {
  width: 207px;
}

.bot-services .gr-serv.last .services {
  width: 207px;
}

.bot-services .gr-serv:first-child .services {
  padding: 37px 16px 20px 12px;
}

.gr-serv a.serv-more {
  position: absolute;
  right: 17px;
  bottom: 10px;
}

.bot-services .gr-serv {
  padding-right: 1px;
  background: #ccc;
  float: left;
  background: -moz-linear-gradient(top, #edf0f2 10%, #ccc 50%, #edf0f2 90%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#edf0f2), color-stop(50%,#ccc), color-stop(90%,#edf0f2));
  background: -webkit-linear-gradient(top, #edf0f2 10%,#ccc 50%,#edf0f2 90%);
  background: -o-linear-gradient(top, #edf0f2 10%,#ccc 50%,#edf0f2 90%);
  background: -ms-linear-gradient(top, #edf0f2 10%,#ccc 50%,#edf0f2 90%);
  background: linear-gradient(to bottom, #edf0f2 10%,#ccc 50%,#edf0f2 90%);
}

.bot-services .gr-serv:last-child {
  background: #edf0f2;
}

.bot-services .gr-serv.last{
  background: #edf0f2;
}

.bot-services {
  overflow: hidden;
  background: #edf0f2;
  margin: 0 -10000px 0 -10000px;
  padding: 0 10000px 0 10000px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #8bdaf3;
  box-shadow: 0 -1px 3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 -1px 3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 -1px 3px rgba(0,0,0,0.2);
}

.wr-services p {
  font-size: 12px;
  color: #4e5d62;
  margin-bottom: 10px;
}

.serv-more {
  float: right;
  font-size: 12px;
  color: #00749f;
  text-decoration: none;
  background: url(../images/marker-left-blue.png) no-repeat right center;
  padding-right: 8px; 
}

.serv-more:hover, .services a:hover {
  text-decoration: underline !important;
}

.slide-left {
  position: absolute;
  bottom: 0px;
  left: 87px;
  width: 16px;
  height: 85px;
  background: url(../images/slide-left.png) no-repeat 0 center;
  cursor: pointer;
}

.click .slide-left {
  left: 248px;
  background: url(../images/click-left-slide.png) no-repeat 0 0;
  z-index: 20;
}

.bg-plashka {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 138px;
  height: 45px;
  border: 1px solid #2ac4f4;
  z-index: 20;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: url(../images/bg-slideleft.png) no-repeat 0 0;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  text-align: left;
  padding: 8px 10px 32px 100px;
}

.click .bg-plashka {
  display: block;
}

.bg-plashka p {
  color: #2ac4f4;
  font-size: 14px;
  margin-bottom: 4px
}

.bg-plashka span {
  color: #fff;
}

.bg-plashka a.serv-more {
  color: #cfd5da;
  position: absolute;
  bottom: 8px;
  right: 10px;
  font-weight: normal;
  height: auto;
  background: url(../images/marker-left-gray.png) no-repeat right center;
}

.bg-plashka a.serv-more:hover {
  text-decoration: underline;
}


/* photoalbums */

.photoalbums {
  padding: 15px 15px 0;
  overflow: hidden;
}

.photoalbums:last-child {
  padding: 15px;
}

.photoalbums.last {
  padding: 15px;
}

.photoalbum {
  float: left;
  width: 195px;
  margin-right: 35px;
}

.photoalbum:last-child {
  margin-right:0;
}

.photoalbum.last {
  margin-right:0;
}

.hidden-block {
  position: relative;
  padding-bottom: 15px;
}

.wr-album {
  float: left;
  clear: both;
}

.wr-album a {
  float: left;
  margin-bottom: 7px;
  display: block;
  font-weight: bold;
  color: #1b75bc;
  text-decoration: none;
}

.wr-album a:first-child {
  margin-right: 13px;
}

.wr-album a:nth-child(2) {
  margin-bottom: 13px;
}

.wr-album a.nth {
  margin-bottom: 13px;
}

.wr-album a:hover {
  text-decoration: underline;
}

.amount-photo {
  float: left;
  color: #8297a0;
  font-size: 12px;
}

.photoalbum-open {
  padding: 15px 0 0 14px;
  overflow: hidden;
}

.amount-view {
  float: right;
  color: #8297a0;
  font-size: 12px;
  padding-left: 15px;
  background: url(../images/amount-view.png) no-repeat 0 50%;
}
.photoalbum-open a {
  margin: 0 18px 15px 0;
  display: block;
  float: left;
}

.photoalbum-preview {
  padding: 60px 0 30px;
  overflow: hidden;
  position: relative;
}

.photoalbum-preview.show {
  padding-top: 15px;
}

.photoalbum-photo {
  position: relative;
  text-align: center;
}

.photoalbum-photo .preview {
  position: absolute;
  left: 50px;
  top: 50%;
  margin-top: -27px;
  width: 35px;
  height: 55px;
  background: url(../images/next.png) no-repeat 0 0;
  cursor: pointer;
}

.photoalbum-photo .next {
  position: absolute;
  right: 50px;
  top: 50%;
  margin-top: -27px;
  width: 35px;
  height: 55px;
  background: url(../images/preview.png) no-repeat 0 0;
  cursor: pointer;
}

.photoalbum-photo .preview {
  position: absolute;
  left: 50px;
  top: 50%;
  margin-top: -27px;
  width: 35px;
  height: 55px;
  background: url(../images/next.png) no-repeat 0 0;
  cursor: pointer;
}

.photoalbum-photo .next:hover {
  background: url(../images/preview-hover.png) no-repeat 0 0;
}

.photoalbum-photo .preview:hover {
  background: url(../images/next-hover.png) no-repeat 0 0;
}

.wr-scroll {
  overflow-x: scroll;
  overflow-y: hidden;
  height: 135px;
  padding: 15px 10px;
  margin-bottom: 15px;
}

.scroll-photo a {
  display: block;
  float: left;
  margin: 0 17px 15px 0;
}

.hidden-block p {
  color: #4e5f63;
  font-style: italic;
  font-size: 16px;
  margin-bottom: 10px;
  display: none;
}

.hidden-block p:first-child {
  display: block !important;
}

.view-more {
  color: #0079c1;
  font-size: 12px;
  position: absolute;
  bottom: 5px;
  left: 0px;
  cursor: pointer;
}
/* show */

.show {
  /*margin: 75px 0 90px;*/
  margin: 40px 0 90px;
}

.show-btn ul {
  margin: 0 -10000px 0 -10000px;
  padding: 0 10000px 0 10000px;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #b7c1e1;
  margin-bottom: 15px;
}

.show-btn ul li {
  position: relative;
  border: 1px solid #b7c1e1;
  border-bottom: 0;
  float: left;
  border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
}

.show-btn span {
  position: absolute;
  width: 10px;
  height: 10px;
  right: -2px;
  top: -2px;
  background: url(../images/svernut.png) no-repeat 0 0;
}

.show-btn ul li a {
  background: #f6f6f6;
  padding: 6px 10px;
  display: block;
  color: #0b7abf;
  font-size: 16px;
  text-decoration: none;
  border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  margin: 2px;
}

.show-btn ul li a.active, .show-btn ul li a:hover {
  background: #0b7abf;
  color: #fff;
}

li.tiket {
  float: right !important;
}

li.tiket a, #News-all-text .tiket a {
  color: #772319 !important;
  font-size: 12px !important;
  padding: 8px 10px !important;
  background: #fff461 !important;
  background: -moz-linear-gradient(top, #f7ea77 0%, #fcf374 47%, #f6ca09 47%, #fff461 98%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7ea77), color-stop(47%,#fcf374), color-stop(47%,#f6ca09), color-stop(98%,#fff461)) !important;
  background: -webkit-linear-gradient(top, #f7ea77 0%,#fcf374 47%,#f6ca09 47%,#fff461 98%) !important;
  background: -o-linear-gradient(top, #f7ea77 0%,#fcf374 47%,#f6ca09 47%,#fff461 98%) !important;
  background: -ms-linear-gradient(top, #f7ea77 0%,#fcf374 47%,#f6ca09 47%,#fff461 98%) !important;
  background: linear-gradient(to bottom, #f7ea77 0%,#fcf374 47%,#f6ca09 47%,#fff461 98%) !important;
}

li.tiket a:hover, #News-all-text .tiket a:hover {
  background: #f6ca09!important;
  background: -moz-linear-gradient(top, #fff461 0%, #f6ca09 47%, #fcf374 47%, #f7ea77 100%)!important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff461), color-stop(47%,#f6ca09), color-stop(47%,#fcf374), color-stop(100%,#f7ea77))!important;
  background: -webkit-linear-gradient(top, #fff461 0%,#f6ca09 47%,#fcf374 47%,#f7ea77 100%)!important;
  background: -o-linear-gradient(top, #fff461 0%,#f6ca09 47%,#fcf374 47%,#f7ea77 100%)!important;
  background: -ms-linear-gradient(top, #fff461 0%,#f6ca09 47%,#fcf374 47%,#f7ea77 100%)!important;
  background: linear-gradient(to bottom, #fff461 0%,#f6ca09 47%,#fcf374 47%,#f7ea77 100%)!important;
}

.about-show h2 {
  font-size: 30px;
  font-weight: normal;
  color: #4e5f63;
  text-align: center;
  margin-bottom: 15px;
}

.checked-block {
  margin: 0 10px 10px;
  border: 1px dashed #83be41;
  border-radius: 5px;
  padding: 15px 20px 15px 60px;
  line-height: 1.4;
  font-size: 16px;
  font-style: italic;
  color: #4e5f63;
  background: url(../images/checked.png) no-repeat 15px 20px;
}

.checked-block strong {
  color: #84bc41;
  font-weight: bold;
}

.about-show .buy_ticket {
  margin: 40px auto 30px;
}

.youtube-video {
  width: 560px;
  margin: 15px auto 30px;
}

.about-show p {
  line-height: 1.2;
  font-size: 16px;
  color: #4e5f63;
  margin-bottom: 15px;
  padding: 0 10px;
}

.show-photo-left {
  float: left;
  margin: 0 13px 30px 10px;
}

.show-photo-right {
  float: left;
  width: 211px;
  margin-bottom: 30px;
}

.show-photo-left img, .show-photo-right img {
  margin-bottom: 3px;
}

.show-photo-left p, .show-photo-right p{
  text-align: right;
  font-size: 12px;
  color: #7d8489;
  border-right: 1px solid #0b7abf;
}

.konkurs-block {
  margin: 0 10px;
  border: 1px dashed #2098d5;
  border-radius: 5px;
  padding: 15px 20px 15px 60px;
  line-height: 1.4;
  font-size: 16px;
  font-style: italic;
  color: #4e5f63;
  background: url(../images/info.png) no-repeat 15px 20px;
}

.konkurs-block strong {
  color: #2098d5;
  font-weight: bold;
}

li.winners {
  text-transform: uppercase;
  color: #2098d5;
  height: 55px;
  background: url(../images/winners-icon.png) no-repeat 0 0;
  padding-left: 70px;
  line-height: 1.2;
}
li.winners span {
  display: table-cell;
  vertical-align: middle;
  height: 55px;
}

.first-prize {
  background-position: 0 0 !important;
}

.second-prize {
  background-position: 0 -56px !important;
}

.third-prize {
  background-position: 0 -112px !important;
}

.bot-about-show {
  bottom: 30px;
  left: 40px;
}

.top-about-show {
  top: 38px;
  right: 30px;
}

.more-winners {
  border: 1px solid #b7c1e1;
  width: 120px;
  height: 30px;
  text-align: center;
  font-size: 12px !important;
  font-style: normal;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  margin: 30px auto 15px;
}

.more-winners a {
  color: #0b7abf;
  text-decoration: none;
  width: 116px;
  height: 26px;
  display: block;
  line-height: 26px;
  background: #f6f6f6;
  margin: 2px 0 0 2px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.more-winners a:hover {
  color: #fff;
  background: #0b7abf;
}

.more-day-show {
  border: 1px solid #b7c1e1;
  width: 90px;
  height: 30px;
  text-align: center;
  font-size: 12px !important;
  font-style: normal;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  margin: 20px 10px 100px 0;
  float: right;
}

.more-day-show a {
  color: #0b7abf;
  text-decoration: none;
  width: 86px;
  height: 26px;
  display: block;
  line-height: 26px;
  background: #f6f6f6;
  margin: 2px 0 0 2px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.more-day-show a:hover {
  color: #fff;
  background: #0b7abf;
}

.all-day-show, .all-night-show  {
  background: url(../images/sun.png) 0 center no-repeat #fff;
  color: #0079c1;
  font-size: 16px;
  font-weight: bold;
  padding-left: 35px;
  height: 30px;
  line-height: 30px;
}

.all-night-show {
  background: url(../images/moon.png) 0 center no-repeat #fff !important;
}

.show .schedule {
  margin-bottom: 15px;
}

.day.youtube-video {
  margin-top: 30px;
}

.show .photoalbum-open {
  margin-bottom: 100px;
}

.photo-user:first-child {
  padding-top: 15px;
}

.photo-user{
  padding-left: 10px;
  overflow: hidden;
}

#tab-userphoto {
  margin-bottom: 100px;
}

.photo-user div {
  position: relative;
  float: left;
  margin: 0px 19px 15px 0px;
  width: 150px;
}

.photo-user img {
  margin-bottom: 7px;
}

.photo-user-left {
  float: left;
  margin-bottom: 7px;
  display: block;
  font-weight: bold;
  color: rgb(27, 117, 188);
  text-decoration: none;
  width: 110px;
  margin-right: 40px;
}

.photo-user-left:hover {
  text-decoration: underline;
}

.hg-width {
  width: 295px;
  /*min-height: 75px;*/
}

.photo-user-right {
  position: absolute;
  top: 162px;
  right: 0;
  float: right;
  color: rgb(130, 151, 160);
  font-size: 12px;
  padding-left: 15px;
  background: url(../images/amount-view.png) 0px 50% no-repeat;
}

.user-load-photo {
  background: #fffddf url(../images/lamp.png) no-repeat 15px center;
  border: 1px solid #f68e5e;
  margin: 30px 0;
  padding: 15px 15px 15px 55px;
  font-size: 16px;
  font-style: italic;
  color: #f68e5e;
  border-radius: 5px;
}

.user-load-photo a {
  color: #0b7abf;
  text-decoration: none;
}

.user-load-photo a:hover {
  color: #0b7abf;
  text-decoration: underline;
}

.show #videoplayer {
  padding: 20px 0 !important;
}

.show .hidden-block {
  position: relative;
  padding-bottom: 10px !important;
}

.show .hidden-block a {
  bottom: 0;
  left: 0;
}

/*-------------------------------------- Contacts --------------------------------------*/

table.contacts {
    min-height: 275px;
    width: 100%;
}

table.contacts td {
    vertical-align: middle;
}

table.contacts p {
    color: #00749f;
    font-size: 16px;
    padding: 5px 0 5px 35px;
}

table.contacts span, table.contacts a {
    color: #777;
    font-size: 14px;
    text-decoration: none;
}

table.contacts a:hover {
    text-decoration: underline;
}

table.contacts .contact_title {
    font-size: 22px;
}

table.contacts .contact_title span {
    font-size: 18px;
}

table.contacts .cnt_separator {
    width: 3px;
    background: url(../images/contact_separator.png) no-repeat 50% 50%;
}

.attention {
    color: #f68e5e;
    font: italic 16pxArial,sans-serif;
    position: relative;
    padding: 10px 20px 10px 60px;
    border: 1px dashed #f68e5e;
    border-radius: 5px;
    margin: 30px 0 20px;
  background: url(../images/lamp.png) 15px 50% no-repeat;
  min-height: 30px;
}

.attention span {
    display: block;
    position: absolute;
    top: 9px;
    left: 19px;
    height: 38px;
    width: 24px;
    background: url(../images/icons.png) no-repeat;
}

.contact_transport {
    background: #ebf7fe;
    border: 1px solid #2098d5;
    border-radius: 5px;
    color: #2098d5;
    margin: 15px 0 10px;
    padding: 10px 0;
}

.contact_transport table {
    width: 100%;
}

.contact_transport thead td {
    font-size: 16px;
    height: 28px;
    line-height: 28px;
    text-transform: uppercase;
    vertical-align: top;
}

.contact_transport thead span {
    display: block;
    width: 29px;
    height: 28px;
    margin: auto;
    background: url(../images/icons.png) no-repeat 0 -38px;
}

.contact_transport tbody {
    font-style: italic;
}

.contact_transport tbody .even {
    background: #f9fdff;
}

.contact_transport td {
    line-height: 24px;
}

.contact_transport tr {
    height: 24px;
}

.contact_transport tbody tr:hover {
    background: #FDFDCC;
}

.line_navigation {
    margin-left: 30px;
    padding-bottom: 15px;
}

.line_navigation, .line_navigation a {
    font: italic 14pxArial,sans-serif;
    color: #e2f3f9;
}

.line_navigation a:hover {
    text-decoration: none;
}

.line_navigation span {
    display: inline-block;
    width: 10px;
    height: 13px;
    background: url(../images/icons.png) no-repeat 0 -66px;
    padding-right: 6px;
    vertical-align: middle;
}

/*------------------------------------------------------------------------------*/
/*-------------------------------- Schedule ------------------------------------*/
/*------------------------------------------------------------------------------*/

#Schedule {
    padding-bottom: 100px;
}



#Schedule table.schedule {
    margin-top: 22px;
}

.likeholder {
    border: 1px dashed #fcc9a1;
    border-radius: 5px;
    padding: 21px;
    position: absolute;
    z-index: 30;
    width: 330px;
    height: 22px;
    overflow: hidden;
}

.disqusWrap .bot-about-show {
    top: 0;
  left: 0;
}

.likeholder.top_schedule {
    top: 38px;
    right: 33px;
}

.wrapSocNotes .likeholder.top_schedule {
    position: relative;
  float: right;
  top: 0;
  right: 0;
}

#usPhotoNotes {
    top: 62px;
}

.likeholder.bot_schedule {
    bottom: 30px;
    left: 30px;
}

.likeholder .item {
    display: inline-block;
    vertical-align: top;
    float: left;
    height: 22px;
    overflow: hidden;
    position: relative;
}

#vk_like {
  width: 90px!important;
}

.likeholder .item:first-child {
    margin-right: 10px;
}

.likeholder .icon {
    position: absolute;
    width: 24px;
    height: 38px;
    top: 10px;
    right: 18px;
    background: url(../images/icons.png) no-repeat;
}

.buy_ticket {
    display: block;
    /*width: 242px;*/
    width: 272px;
    height: 47px;
    background: url(../images/buy_ticket.png) repeat-x 0 -47px;
    text-align: center;
    line-height: 47px;
    text-decoration: none;
    color: #9d3528;
    font-size: 18px;
    font-family:Arial,sans-serif;
    position: relative;
}

.buy_ticket:hover {
    background: url(../images/buy_ticket.png) repeat-x 0 -141px;
}

.buy_ticket.schedule {
    /*margin: 70px auto 22px;*/
    margin: 25px auto 22px;
}

.buy_ticket.list_show {
    /*display: block;
  float: right;
  margin-right: 20px;
  margin-top: -13px;
  z-index: 11;*/
  
  /*display: block;
  position: absolute;
  top: 7px;
  right: 21px;*/

  display: inline-block;
  position: relative;
  left: 30px;
}

.buy_ticket:before, .buy_ticket:after {
    content: "";
    display: block;
    width: 16px;
    height: 47px;
    position: absolute;
    top: 0;
}

.buy_ticket:before {
    background: url(../images/buy_ticket.png) no-repeat;
    left: -16px;
}

.buy_ticket:hover:before {
    background: url(../images/buy_ticket.png) no-repeat 0 -94px;
}

.buy_ticket:after {
    background: url(../images/buy_ticket.png) no-repeat -16px 0;
    right: -16px;
}

.buy_ticket:hover:after {
    background: url(../images/buy_ticket.png) no-repeat -16px -94px;
}

.textSchedule p {
  width: 686px;
}

.textSchedule p span {
  display: inline-block;
}

.banner-near-show {
  display: block;
  clear: left;
  margin: 10px 0;
}

/*------------------------------------------------------------------------------*/
/*---------------------------------- Thanks ------------------------------------*/
/*------------------------------------------------------------------------------*/

#Thanks .list_img {
    padding: 10px 0;
    text-align: center;
}

#Thanks .list_img img {
    display: inline-block;
    border: 5px solid #ececec;
    margin: 15px 8px;
}

/*------------------------------------------------------------------------------*/
/*---------------------------------- Partners ----------------------------------*/
/*------------------------------------------------------------------------------*/

#Partners .list_img {
    margin-left: -37px;
    padding: 10px 0;
}

#Partners .list_img img {
    border: 1px solid #ececec;
}

#Partners .list_img a {
    display: inline-block;
    margin: 0 0 30px 37px;
}

/*------------------------------------------------------------------------------*/
/*----------------------------------- Artists ----------------------------------*/
/*------------------------------------------------------------------------------*/

#Artists ul {
    padding: 17px 0;
}

#Artists li {
    clear: both;
    min-height: 203px;
    padding: 11px 0;
}

#Artists .preview_item_list {
    display: block;
    width: 203px;
    height: 169px;
    float: left;
}

#Artists .item_list {
    padding-left: 230px;
    color: #454545;
    font: 13px Arial,Tahoma,sans-serif;
}

#Artists .title_item_list {
    color: #0054a6;
    font: 18px Arial,Tahoma,sans-serif;
    position: relative;
    top: -5px;
    margin-bottom: 15px;
}

#Artists .content_item_list {
    position: relative;
    padding-bottom: 1px;
}

#Artists .content_item_list p {
    margin: 20px 0;
}

#Artists .more_item_list {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #0054a6;
    font: 13px Arial,Tahoma,sans-serif;
}

#Artists .more_item_list:hover {
    text-decoration: none;
}

/*------------------------------------------------------------------------------*/
/*----------------------------------- Artist -----------------------------------*/
/*------------------------------------------------------------------------------*/

.prev_content_artist {
    display: block;
    float: left;
    width: 203px;
    height: 169px;
    margin-top: 10px;
    padding: 0 25px 15px 0;
}

.content_artist {
    color: #454545;
    font: 13px Arial,Tahoma,sans-serif;
    padding: 10px 0;
}

.content_artist p {
    padding: 7px 0;
}

/*------------------------------------------------------------------------------*/
/*---------------------------------- Videoalbums -------------------------------*/
/*------------------------------------------------------------------------------*/

.list_videalbums {
    margin-left: -25px;
    padding: 18px 0;
}

.list_videalbums li {
    display: inline-block;
    width: 195px;
    padding-left: 36px;
    padding-bottom: 19px;
  vertical-align: top;
}

.list_videalbums img {
    width: 195px;
    height: 125px;
}

.list_videalbums .prev_videoalbums {
    display: block;
}

.list_videalbums .title_videoalbums {
    color: #1b75bc;
    font: 14pxArial,sans-serif;
    text-decoration: none;
    display: block;
    padding: 3px 0;
}

.list_videalbums .title_videoalbums:hover {
    text-decoration: underline;
}

.list_videalbums .description_videoalbums {
    color: #8297a0;
    font: 12pxArial,sans-serif;
}

.list_videalbums .description_videoalbums span {
    display: block;
    float: right;
    padding-left: 16px;
    background: url(../images/amount-view.png) no-repeat 0 50%;
}

#videoprevs {
    margin-left: -17px;
    padding: 28px 0;
    margin-bottom: -35px;
}

#videoprevs .videoprevs_item {
    display: inline-block;
    padding-left: 40px;
    padding-bottom: 35px;
  width: 185px;
  vertical-align: top;
}

#videoprevs .videoprevs_item img {
    width: 185px;
}

#videoprevs .title_video_item {
    color: #1b75bc;
    font-size: 14px;
    line-height: 18px;
    display: block;
    cursor: pointer;
  max-height: 18px;
  overflow: hidden;
}

#videoprevs .title_video_item:hover {
    text-decoration: underline;
}

#videoplayer {
    padding: 30px 0 20px;
    margin: auto;
    width: 640px;
}

.desc_videoplayer {
    color: #4e5f63;
    font: italic 16pxArial,sans-serif;
}

.link_videoplayer {
    color: #0079c1;
    font-size: 12px;
    text-decoration: none;
}

.link_videoplayer:hover {
    text-decoration: underline;
}

.tCenter {
  text-align: center!important;
}

.scroll-top {
  display: none;
  position: fixed;
  bottom: 50% !important;
  left: 50%;
  color: #fff;
  opacity: 0.8;
  background: url(../images/scroll-top.png) no-repeat 0 0;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  cursor: pointer;
  z-index: 9999;
}

.sc-left {
  padding: 0px 25px 0px 20px;
  margin: -16px 0px 0px -578px;

}

.sc-right {
  padding-left: 45px;
  margin: -16px 0px 0px 500px;
  background-position: 25px 0px;
}

/*------------------------------------------------------------------------------*/
/*------------------------------ Right navigation ------------------------------*/
/*------------------------------------------------------------------------------*/

.right_nav {
    color: #fff;
    font-family:Arial,sans-serif;
    padding: 4px 0 35px;
    margin-right: 5px;
    width: 215px;
    position: relative;
    left: 5px;
}

.right_nav .title_right_nav {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0;
    padding-left: 27px;
}

.right_nav a, .right_nav span {
    font-size: 14px;
}

.right_nav a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    margin: 10px 0;
}

.right_nav a:hover {
    text-decoration: underline;
}

.right_nav span {
    font-weight: bold;
}

.right_nav li {
    margin: 4px 0;
    padding: 3px 0 3px 28px;
}

.right_nav li.active {
    background: url(../images/icons.png) no-repeat 0 -79px;
}


/* PupUp */
#PopupBg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/bdot.png) 0 0 repeat transparent;
    z-index: 100;
    opacity: .7;
}

#PopupBg.noBg {
  background-image: none;
}

#Popup {
    display: none;
    width: 860px;
    height: 450px;
    /*height: 486px;*/
    padding: 20px 33px 33px 33px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -252px 0 0 -467px;
    background: #FFF;
    border-radius: 7px;
    color: #363636;
    z-index: 101;
    behavior: url(js/PIE.htc);
}

#Popup.frame {
    position: static;
    margin: 0;
    padding: 0;
}

#Popup .form {
    width: 530px;
    margin: 0 auto;
    clear: both;
    padding: 38px 0 0 0;
}

#Popup .close {
    display: block;
    width: 51px;
    height: 51px;
    background: url(../images/close-popup.png) 0 0 no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    text-indent: -9999px;
    overflow: hidden;
}

#Popup .obv {
    clear: both;
    border-top: 1px solid #ebebeb;
    text-align: center;
    font-size: 13px;
    line-height: 15px;
    color: #363636;
    padding: 14px 0 0 0;
}

#Popup .obv sup,
#Popup .form p label sup {
    color: #f26522;
    font-size: 18px;
    vertical-align: top;
    position: relative;
    top: -3px;
    line-height: normal;
}

#Popup .form p label sup {
    font-weight: bold;
}

#Popup .form p {
    line-height: 39px;
    padding: 5px 0;
    position: relative;
}

#Popup .form p label {
    display: block;
    float: left;
    width: 191px;
    text-align: right;
    font-size: 18px;
    padding: 0 8px 0 0;
}

#Popup .form input,
#Popup .form .input {
    display: inline-block;
    width: 314px;
    height: 35px;
    border: 2px solid #28a8e9;
    border-radius: 6px;
    margin: 0;
    padding: 0 0 0 8px;
    font-size: 18px;
    color: #0054a6;
    box-shadow: 0 1px 2px 1px #E1E1E1 inset;
    behavior: url(js/PIE.htc);
    line-height: 35px;
}

#Popup .form .input select {
    font-size: 18px;
    color: #0054a6;
    border: none;
    width: 99%;
    position: relative;
    margin: 0 0 0 -3px;
    background: transparent;
    top: 5px;
}

#Popup .form input[name="image"] {
    height: auto;
    padding: 4px 0 4px 4px;
    margin: 4px 0;
    width: 318px;
}

* + html #Popup .form input[name="image"] {
    width: 326px;
}

#Popup .form .notobv {
    padding: 8px 5px 4px 13px;
    background: #f6f6f6;
    border-radius: 5px;
    margin: 5px 0;
    behavior: url(js/PIE.htc);
}

#Popup .form .notobv .descr {
    display: block;
    float: left;
    font-size: 13px;
    line-height: 18px;
    width: 186px;
    height: 90px;
}

#Popup .form .notobv .fields {
    font-size: 15px;
    line-height: 16px;
    color: #363636;
    position: relative;
    margin: -2px 0 0 186px;
}

#Popup .form .notobv .fields input {
    margin: 6px 0 6px 0;
    border-color: #b7b7b7;
    color: #363636;
}

#Popup .form img.captcha {
    display: inline-block;
    margin: 4px 0 0 14px;
}

#Popup .form input.capcha {
    position: absolute;
    right: 0;
    width: 104px;
    margin: 0 5px 0 0;
}

#Popup .form #submit {
    background-image: url(../images/addphoto2.png);
    position: static;
    float: right;
    margin: 22px 5px 40px 0;
}

#Popup .form #submit:hover,
#Popup .form #submit:focus,
#Popup .form #submit:active {
    background-position: 0 -54px;
}

#Popup .form .error {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #f26522;
    width: 344px;
    padding: 18px 15px;
    background: #fffa9c;
    border: 3px solid #f26522;
    border-radius: 5px;
    margin: -50px 0 0 -187px;
    z-index: 101;
    behavior: url(js/PIE.htc);
}

#Popup .form .error .closeerror {
    display: block;
    width: 11px;
    height: 11px;
    background: url(../images/errorclose.png) 0 0 no-repeat;
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 101;
}

#Popup .formComplete {
    font-size: 18px;
    line-height: 26px;
    color: #0054a6;
    text-align: center;
    position: relative;
    width: 100%;
    clear: both;
    top: 50%;
    margin: -30px 0 0 0;
}

#submit {
    display: block;
    width: 217px;
    height: 54px;
    position: absolute;
    top: 76px;
    left: 571px;
    background: url(../images/addphoto.png) 0 0 repeat-x;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    line-height: 54px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

#Popup .form .errorfield {
    border-color: #ff7a1a !important;
}

iframe {
  position: relative;
  z-index: 1;
}

/* end PopUP */

.disqusWrap {
  position: relative;
  padding-top: 80px;
}

.bx-desc {
  min-height: auto;
}

/************************************************************************************/
/* List-news-page */
/************************************************************************************/
#List-news-page {
    font-family: 'Myriad Pro',sans-serif;
    font-size: 14px;
    color: #4b4b4b;
}
#List-news-page .news-preview {
    display: block;
    float: left;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #fff;
    box-shadow: 0 0 5px #999;
}
#List-news-page .news-preview:hover {
    border: 1px solid #0079c1;
}
#List-news-page .item_list {
    padding-left: 170px;
}
#List-news-page .title_item_list {
    font-size: 17px;
    font-weight: 600;
    position: relative;
    top: -2px;
    margin-bottom: 6px;
}
#List-news-page .title_item_list a {
    color: #0079c1;
    text-decoration: none;
}
#List-news-page .title_item_list a:hover {
    text-decoration: underline;
}
#List-news-page .date-news {
    color: #a8a8a8;
    margin: 6px 0;
}
#List-news-page .content_item_list {
    line-height: 18px;
}
#List-news-page .list_news li {
    margin: 25px 0;
    display: block;
    min-height: 150px;
}

/************************************************************************************/
/* News all text */
/************************************************************************************/
#News-all-text {
    font-family: 'Myriad Pro',sans-serif;
    font-size: 14px;
    color: #4b4b4b;
}
#News-all-text h1 {
    padding-right: 210px;
}
#News-all-text .tiket {
    position: absolute;
    border: 1px solid #b7c1e1;
    border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    padding: 3px;
    background: #fff;
    top: 40px;
    right: 35px;
    z-index: 10;
}
#News-all-text .tiket a {
    line-height: 30px;
    border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
}
#News-all-text .tiket span {
    position: absolute;
    width: 10px;
    height: 10px;
    right: -2px;
    top: -2px;
    background: url(http://slicing.nemo.kh_new.dev/images/svernut.png) 0px 0px no-repeat;
}
#News-all-text .prev_content_news {
    display: block;
    float: left;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 5px #999;
    height: 215px;
    width: 220px;
    margin-right: 20px;
    margin-bottom: 10px;
}
#News-all-text .wrappLikeholder {
    height: 120px;
    clear: both;
    position: relative;
}
#News-all-text .bot-about-show {
    left: 0;
}
#News-all-text .news-date {
    color: #a8a8a8;
}
#News-all-text .content_artist {
    margin-top: 10px;
}


/************************************************************************************/

.buttonUserPhoto {
  display: block;
  width: 245px;
  height: 80px;
  position: relative;
  background: url(../images/userphoto.png) no-repeat 0 -80px;
  /*top: 108px;*/
  top: 96px;
  left: 722px;
}

.buttonUserPhoto:hover {
  background: url(../images/userphoto.png) no-repeat;
}

.showWithDolphins {
  margin-bottom: 0;
}

.showWithDolphins p {
  font: 13px/18px Arial, Helvetica, sans-serif;
  color: #464646;
  padding: 9px 0;
}

.liketext {
  clear: both;
  font-size: 17px;
  line-height: 20px;
  font-weight: bold;
  color: #464646;
  padding: 12px 22px 14px 14px;
  background: #fffccc;
  margin: 0 0 12px 0;
  border-radius: 5px;
  behavior: url(js/PIE.htc);
  position: relative;
}

.showWithDolphins .liketext .blockBtn {
  position: absolute;
  top: 4px;
  right: 10px;
}

.liketext p {
  margin-top: 12px;
}

.liketext a {
  color: #fff200;
  text-decoration: none;
  padding: 10px;
  background: #0685cd; /* Old browsers */
  background: -moz-linear-gradient(top, #0685cd 0%, #014685 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0685cd), color-stop(100%,#014685)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0685cd 0%,#014685 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0685cd 0%,#014685 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0685cd 0%,#014685 100%); /* IE10+ */
  background: linear-gradient(to bottom, #0685cd 0%,#014685 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0685cd', endColorstr='#014685',GradientType=0 ); /* IE6-9 */
  text-align: center; width: 200px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
}

.liketext a:hover {
  text-shadow: 1px 1px 0 #d72a0a;
}

/**********************/
/* BLOCKS IN ABOUT US */
/**********************/
.block-in-about-us, .block-in-show, .block-in-gallery {
  background: #f3fbff;
  margin: 9px 0 19px;
  padding: 15px 15px 40px 15px;
  font-family: Tahoma, Arial, sans-serif;
  color: #4b4b4b;
  font-size: 14px;
  width: 650px;
  border-radius: 8px;
}

.block-in-about-us .title, .block-in-show .title {
  font-size: 17px;
  color: #0079c1;
  margin: 4px 0 12px;
}

.block-in-show .title a {
  color: #0079c1;
  text-decoration: none;
}

.block-in-show .title a:hover {
  text-decoration: underline;
}

.block-in-about-us .content {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  background: #f3fbff;
  width: auto;
  float: none;
}

.block-in-about-us .lblock {
  float: left;
  width: 206px;
  margin-right: 18px;
  margin-bottom: 5px;
}

.block-in-about-us .lblock .soc-notes a {
  display: inline-block;
  width: 42px;
  height: 42px;
  background: url(../images/social-notes.png) no-repeat;
  margin: 0;
}

.block-in-about-us .lblock .soc-notes .fb {
  background-position: 0 -42px;
}

.block-in-about-us .lblock .soc-notes .gpl {
  background-position: 0 -84px;
}

.block-in-about-us .lblock .soc-notes .yt {
  background-position: 0 -126px;
}

.block-in-about-us .content-text {
  line-height: 18px;
  margin-top: -3px;
}

.block-in-about-us .content-text span {
  font-weight: bold;
}

.block-in-about-us .bottom, .block-in-show .bottom, .block-in-gallery .bottom {
  display: block;
  color: #fff;
  background: #0085bb; /* Old browsers */
  background: -moz-linear-gradient(top,  #0085bb 0%, #0064a7 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0085bb), color-stop(100%,#0064a7)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #0085bb 0%,#0064a7 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #0085bb 0%,#0064a7 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #0085bb 0%,#0064a7 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #0085bb 0%,#0064a7 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0085bb', endColorstr='#0064a7',GradientType=0 ); /* IE6-9 */
  text-decoration: none;
  padding: 4px 20px;
  border-radius: 4px;
  float: right;
  height: 16px;
  line-height: 14px;
  margin-right: 3px;
}

.block-in-about-us .bottom:hover, .block-in-show .bottom:hover, .block-in-gallery .bottom:hover {
  background: -moz-linear-gradient(top,  #0064a7 0%, #0085bb 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0064a7), color-stop(100%,#0085bb)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #0064a7 0%,#0085bb 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #0064a7 0%,#0085bb 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #0064a7 0%,#0085bb 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #0064a7 0%,#0085bb 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0064a7', endColorstr='#0085bb',GradientType=0 ); /* IE6-9 */
}

.block-in-show .bottom {
  margin-top: 12px;
}

.block-in-about-us .photos {
  padding-top: 3px;
  padding-bottom: 8px;
  margin-right: -15px;
}

.block-in-about-us .photos img {
  margin: 0 10px 0 2px;
  display: inline-block;
  width: 206px;
  height: 139px;
  overflow: hidden;
}

/******************/
/* BLOCKS IN SHOW */
/******************/
.all-show {
  margin-top: 28px;
}

.block-in-show {
  min-height: 205px;
  padding: 10px 15px 10px 18px;
  position: relative;
}

.block-in-show .title {
  padding-left: 45px;
  height: 29px;
  line-height: 29px;
  background: url(../images/ico-show.png) no-repeat 0 -29px;
  /*margin-bottom: 8px;*/
  margin-bottom: 20px;
}

.block-in-show:first-child .title {
  background-position: 0 0;
}

.block-in-show .l-img {
  display: block;
  float: left;
  margin-right: 18px;
  margin-bottom: 5px;
  height: 184px;
  width: 275px;
  overflow: hidden;
}

.content .block-in-show h2 {
  margin-bottom: -2px;
}

.block-in-show p {
  line-height: 18px;
}

.block-in-show .cost-show {
  /*margin: 40px 0 10px;*/
  padding: 20px 0;
  clear: both;
}

.block-in-show .cost-show .cost_ticket span {
  color: #f00;
  font: bold 17px Tahoma, Arial, sans-serif;
}

/********************/
/* BLOCK IN GALLERY */
/********************/
.block-in-gallery {
  margin: 27px 0 19px;
}

.block-in-gallery .photoalbums {
  padding: 15px 0 0 0;
}

.block-in-gallery .photoalbum, .block-in-gallery .list_videalbums li {
  margin-right: 0;
  background: #fff;
}

.block-in-gallery .photoalbum {
  margin-left: 16px;
  padding: 5px;
}

.block-in-gallery .list_videalbums li {
  margin-left: 12px;
  padding: 5px;
}

.block-in-gallery .photoalbum:first-child, .block-in-gallery .list_videalbums li:first-child {
  margin-left: 0;
}

.block-in-gallery .list_videalbums {
  margin-left: 0;
}

.content .block-in-gallery h2 {
  margin-bottom: 0;
}

.tour {
  display: block;
  width: 680px;
  height: 165px;
  background: url(../images/3d-tour.jpg) no-repeat;
  margin-bottom: 15px;
  position: relative;
}

.tour span {
  position: absolute;
  background: #fff;
  display: block;
  font-family: Tahoma, Arial, sans-serif;
  color: #006bab;
  padding: 6px;
}

.tour > span {
  top: 10px;
  right: 10px;
  font-size: 22px;
}

.tour > span > span {
  top: 30px;
  right: 0;
  font-size: 15px;
}

/********************/

.getPhotoToFriends {
  width: 255px;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #373737;
  background: #e2faff;
  line-height: 18px;
  padding: 15px 17px;
  margin-bottom: -40px;
}

a.linkNotUnderline {
  text-decoration: none;
}

a.linkNotUnderline:hover {
  text-decoration: underline; 
}

/* fancybox */
#offer {
  opacity: 0;
}
.offer-link {
  display: none;
}
.fancybox-skin {
  background: #fff !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 10px;
}

/* phone tel: attribute */
.upper-level .phone a {
  color: rgb(184, 194, 199) !important;
}

.contacts a[href*="tel"]:hover {
  text-decoration: none;
}

.footer-items a[href*="tel"],
.footer-items a[href*="tel"]:hover {
  text-decoration: none;
}

/* Social Widget */

.instagram-title {
  position: relative;
  z-index: 10;
  font: bold 20px/1 Tahoma, Arial, sans-serif;
  color: #0079c1;
  padding: 0;
  padding: 0 27px 0 34px;
  margin-bottom: 15px;
}

.instagram-content {
  text-align: center;
}



/* my-form */
.my-form {
}
.my-form .form {
    width: 530px;
    clear: both;
    /*
    margin: 0 auto;
    padding: 38px 0 0 0;
    */
}
.my-form .form .has-error {
    border-color: #ff7a1a !important;
}
.my-form .obv sup,
.my-form .form p label sup {
    color: #f26522;
    font-size: 18px;
    vertical-align: top;
    position: relative;
    top: -3px;
    line-height: normal;
    font-weight: bold;
}
.my-form .form p {
    line-height: 39px;
    padding: 5px 0;
    position: relative;
}
.my-form .form p label {
    display: block;
    float: left;
    width: 191px;
    text-align: right;
    font-size: 18px;
    padding: 0 8px 0 0;
}
.my-form .form input,
.my-form .form .input {
    display: inline-block;
    width: 314px;
    height: 35px;
    border: 2px solid #28a8e9;
    border-radius: 6px;
    margin: 0;
    padding: 0 0 0 8px;
    font-size: 18px;
    color: #0054a6;
    box-shadow: 0 1px 2px 1px #E1E1E1 inset;
    behavior: url(js/PIE.htc);
    line-height: 35px;
}
.my-form .form img.captcha {
    display: inline-block;
    margin: 4px 0 0 14px;
}
.my-form .form input.captcha {
    position: absolute;
    right: 0;
    width: 104px;
    margin: 0 5px 0 0;
    text-transform: uppercase;
}
.my-form .form .btn-submit {
    display: block;
    width: 217px;
    height: 54px;
    top: 76px;
    left: 571px;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    line-height: 54px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background-image: url(../images/addphoto2.png);
    position: static;
    float: right;
    margin: 22px 5px 40px 0;
}
.my-form .form .btn-submit:hover,
.my-form .form .btn-submit:focus,
.my-form .form .btn-submit:active {
    background-position: 0 -54px;
}
.my-form .form .error {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #f26522;
    width: 344px;
    padding: 18px 15px;
    background: #fffa9c;
    border: 3px solid #f26522;
    border-radius: 5px;
    margin: -50px 0 0 -187px;
    z-index: 101;
    behavior: url(js/PIE.htc);
}
.my-form .form .error .closeerror {
    display: block;
    width: 11px;
    height: 11px;
    background: url(../images/errorclose.png) 0 0 no-repeat;
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 101;
}
#banner-show, #banner-main-page {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 500px;
  transform: translate(-50%, -50%);
  z-index: 10000;
}
#banner-show {
  border-radius: 10px;
  display: block;
  background-color: #fff;
  padding: 30px;
  text-align: center;
  height: auto;
  color: #022ECF;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5), -1px -1px 10px rgba(0, 0, 0, 0.5);
}
#banner-show p {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 20px;
}
#banner-show span {
  display: block;
  font-size: 30px;
  margin-bottom: 20px;
  text-align: center;
}
#banner-main-page img {
  max-width: 100%;
  height: auto;
}
#banner-show img,
#banner-main-page img {
  display: block;
}
.banner-show__close,
.banner-main-page__close {
  position: absolute;
  top: 0;
  right: -30px;
  width: 20px;
  height: 20px;
}
.banner-show__close::after,
.banner-show__close::before,
.banner-main-page__close::after,
.banner-main-page__close::before {
  content: '';
  position: absolute;
  width: 18px;
  height: 3px;
  background-color: #000;
  left: 50%;
  top: 50%;
  transform:  translate(-50%, -50%) rotate(45deg);
  z-index: 10000;
}
.banner-show__close::after,
.banner-main-page__close::after {
  transform:  translate(-50%, -50%) rotate(135deg);
}
