@font-face {
  font-family: 'lsp';
  src: local("lsp"), url("fonts/leksa_sans_pro/lsp.ttf");
}
@font-face {
  font-family: 'lsp_extralight';
  src: local("lsp_extralight"), url("fonts/leksa_sans_pro/lsp_extralight.ttf");
}
@font-face {
  font-family: 'lsp_extralight_italic';
  src: local("lsp_extralight_italic"), url("fonts/leksa_sans_pro/lsp_extralight_italic.ttf");
}
@font-face {
  font-family: 'lsp_light';
  src: local("lsp_light"), url("fonts/leksa_sans_pro/lsp_light.ttf");
}
@font-face {
  font-family: 'lsp_italic';
  src: local("lsp_italic"), url("fonts/leksa_sans_pro/lsp_italic.ttf");
}
html {
  /*overflow-x: hidden;*/
}
body {
  font-family: 'lsp', sans-serif;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-size: 1em;
  line-height: 1.4;
  color: #333;
  width: 100%;
 /* overflow-x: hidden;*/
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
.header-wrap {
  background-color: #000;
}
.header {
  color: #fff;
  max-width: 1500px;
  margin: 0 auto 0 auto;
  min-width: 900px;
}
.header a,
.header a:visited {
  border-bottom: 1px solid rgba(255,255,255,0.4);
  color: #fff;
}
.header .menu {
  padding: 10px 0 0 47px;
  display: inline-block;
}
.header .menu ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.header .menu ul li {
  display: inline-block;
  margin: 0 11px 0 0;
}
.header .language {
  position: absolute;
  font-size: 12px;
  padding: 15px 47px 0 0;
  float: right;
  top: -1px;
  right: 0px;
  display: inline-block;
  color: #bdbdbd;
}
.header a.pay,
.header a.pay:visited {
  color: #fff;
  display: block;
  border: 1px solid #666;
  line-height: 1em;
  border-radius: 3px;
  padding: 3px 5px;
  font-size: 12px;
  font-weight: bold;
  font-family: sans-serif;
  position: absolute;
  top: 45px;
  margin: 0 0px 0 -58px;
  white-space: nowrap;
  transition: all 0.5s ease;
}
.header a.pay:hover,
.header a.pay:visited:hover {
  border-color: #ccc;
  cursor: pointer;
  box-shadow: 0 0 20px rgba(255,0,0,0.6);
  transition: all 0.5s ease;
}
.header .logo {
  font-size: 46px;
  margin: 0;
  line-height: 1em;
  border: none;
  font-family: 'lsp_extralight';
  text-align: center;
  background: url("img/logo.png") no-repeat top center;
  padding: 37px 0 0 0;
}
.header .description {
  font-size: 12px;
  letter-spacing: 3px;
  margin: 5px 0 0 0;
  padding: 0 0 10px 0;
  text-align: center;
  text-transform: uppercase;
}
.header.page {
  color: #fff;
  max-width: 1500px;
  margin: 0 auto 0 auto;
  padding: 15px 0 0 0;
  min-width: 900px;
  height: 70px;
}
.header.page a,
.header.page a:visited {
  border-bottom: 1px solid rgba(255,255,255,0.4);
  color: #fff;
}
.header.page a:hover,
.header.page a:visited:hover {
  border-bottom: 1px solid rgba(254,51,51,0.4);
  color: #da0d0d;
}
.header.page a.active,
.header.page a.active:visited {
  border-bottom: 0px solid rgba(255,255,255,0.4);
  color: #da0d0d;
}
.header.page a.active:hover,
.header.page a.active:visited:hover {
  border-bottom: 0px solid rgba(254,51,51,0.4);
  color: #da0d0d;
  cursor: text;
}
.header.page .menu {
  padding: 33px 0 0 0px;
  display: inline-block;
  position: absolute;
  left: 310px;
}
.header.page .menu ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.header.page .menu ul li {
  display: inline-block;
  margin: 0 11px 0 0;
}
.header.page .language {
  position: absolute;
  font-size: 12px;
  padding: 15px 47px 0 0;
  float: right;
  top: -1px;
  right: 0px;
  display: inline-block;
  color: #bdbdbd;
}
.header.page a.pay,
.header.page a.pay:visited {
  color: #fff;
  display: block;
  border: 1px solid #666;
  line-height: 1em;
  border-radius: 3px;
  padding: 3px 5px;
  font-size: 12px;
  font-weight: bold;
  font-family: sans-serif;
  position: absolute;
  top: 45px;
  margin: 0 0px 0 -58px;
  white-space: nowrap;
  transition: all 0.5s ease;
}
.header.page a.pay:hover,
.header.page a.pay:visited:hover {
  border-color: #ccc;
  box-shadow: 0 0 20px rgba(255,0,0,0.6);
  transition: all 0.5s ease;
}
.header.page .logo {
  font-size: 24px;
  margin: 0;
  line-height: 1em;
  border: none;
  display: block;
  position: absolute;
  left: 47px;
  font-family: 'lsp_extralight';
  text-align: center;
  background: url("img/logo.png") no-repeat top center;
  background-size: 70px;
  padding: 30px 0 0 0;
}
.header.page a .logo:hover,
.header.page a .logo:visited:hover {
  border: none;
  color: #fff;
}
.header.page a .logo,
.header.page a .logo:visited {
  border: none;
  color: #fff;
}
a,
a:visited {
  text-decoration: none;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  color: #333;
}
a:hover,
a:visited:hover {
  border-bottom: 1px solid rgba(254,51,51,0.4);
  color: #da0d0d;
}
a.active,
a.active:visited {
  border-bottom: 0px solid rgba(255,255,255,0.4);
  color: #da0d0d;
}
a.active:hover,
a.active:visited:hover {
  border-bottom: 0px solid rgba(254,51,51,0.4);
  color: #da0d0d;
  cursor: text;
}
a.pseudo,
a.pseudo:visited {
  text-decoration: none;
  border-bottom: 2px dotted #333;
  color: #333;
}
a.pseudo:hover,
a.pseudo:visited:hover {
  border-bottom: 2px dotted #da0d0d;
  color: #da0d0d;
}
.page {
  max-width: 1600px;
  margin: 0 auto 0 auto;
  width: 100%;
  min-width: 900px;
  text-align: center;
}
.page p {
  margin: 1em 0 20 0;
  
  line-height: 1.5;
  text-align: left;
}
.page td.text {
  text-align: left;
  vertical-align: top;
}
.page td.photo {
  text-align: left;
  vertical-align: top;
}
.page td.photo p {
  text-indent: 0px;
}
.page td.photo .alex {
  width: 100%;
  background: url("img/main_photo1.jpg") -20px -35px no-repeat;
}
@media (min-width: 300px) {
  .page td.photo .alex {
    min-height: 795px;
    transition: all 0.5s ease;
  }
}
/*@media (min-width: 1200px) {
  .page td.photo .alex {
    min-height: 530px;
    transition: all 0.5s ease;
  }
}
@media (min-width: 1500px) {
  .page td.photo .alex {
    min-height: 450px;
    transition: all 0.5s ease;
  }
}*/
h1.tabNavigation a,
h1.tabNavigation a:visited {
  text-decoration: none;
  border-bottom: 2px dotted #333;
  color: #333;
}
h1.tabNavigation a:hover,
h1.tabNavigation a:visited:hover {
  border-bottom: 2px dotted #da0d0d;
  color: #da0d0d;
}
h1.tabNavigation a.active,
h1.tabNavigation a.active:visited {
  border-bottom: 0px solid rgba(255,255,255,0.4);
  color: #da0d0d;
}
h1.tabNavigation a.active:hover,
h1.tabNavigation a.active:visited:hover {
  border-bottom: 0px solid rgba(254,51,51,0.4);
  color: #da0d0d;
  cursor: text;
}
.albumNavigation a.active {
  border: 1px solid #f00;
}
.album-pattern {
  text-align: left;
  background-image: url("img/pattern.jpg");
}
.tabs-discography {
  text-align: left;
 /* left: -10px;*/
  position: relative;
  margin-bottom: 0px;
}
.tabs-discography img {
  margin: 30px 30px 30px 10px;
  text-align: left;
}
.tabs-discography a,
.tabs-discography a:visited {
  border: none;
}
.tabs-discography a:hover,
.tabs-discography a:hover:visited {
  border: none;
}
.tabs-discography a.active img,
.tabs-discography a.active:visited img {
  border: none;
  border-color: #ccc;
  box-shadow: 0 0 62px rgba(255,0,0,0.2);
}
.tabs-discography .album {
  color: #fff;
  margin: 0px 0 0 0;
  max-height: 700px;
}
.tabs-discography .album overflow-hidden,
.tabs-discography .album ::-webkit-scrollbar {
  width: 12px;
}
.tabs-discography .album ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
}
.tabs-discography .album ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 8px #000;
}
.tabs-discography .album .image {
  height: 700px;
  overflow: hidden;
 /* margin: 0 -20px 0 0;*/
  margin: 0;
}
.tabs-discography .album .image .background {
  height: 700px;
  background-size: cover;
}
.tabs-discography .album .songs {
  /*position: absolute;*/
  width: 400px;
 /* z-index: 11;*/
  height: 700px;
  overflow-y: scroll;
  padding: 10px 20px 10px 40px;
  /*background: none repeat scroll 0 0 rgba(0,0,0,0.7);*/
}
.tabs-discography .album .b-songs {
  position: absolute;
  width: 100%;
  z-index: 11;
  height: 700px;
  padding: 0;
  background: none repeat scroll 0 0 rgba(0,0,0,0.7);
}
.tabs-discography .album .songs h2 {
  font-weight: normal;
  font-size: 30px;
  font-family: lsp_extralight;
  margin: 0;
}
.tabs-discography .album .songs img {
  width: 90px;
  margin: 5px 0 20px 0;
  border-radius: 3px;
}
.tabs-discography .album .songs p {
  /*font-family: 'lsp_extralight_italic';*/
  font-size: 14px;
  line-height: 1.2;
  margin: 30px 0 10px 0;
  z-index: 12;
}
.tabs-discography .album .songs a {
  color: #ffffff;
  text-decoration: underline;
}
.tabs-discography .album .songs a:hover {
  color: #da0d0d;
  text-decoration: underline;
}
.tabs-discography .album .songs .song {
  margin: 0 0 10px 0;
}
h1.main {
  font-size: 42px;
  line-height: 1em;
  text-align: left;
  font-weight: normal;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.page.chief {
  max-width: 1900px;
  margin: 0 auto 0 auto;
  width: 100%;
  min-width: 900px;
  padding-left: 47px;
  margin-right: 47px;
  overflow-x: hidden;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.page.chief h1 {
  text-align: left;
  font-size: 42px;
  line-height: 46px;
  font-weight: normal;
  max-width: 90%;
}
.page.chief .person {
  width: 100%;
  text-align: left;
  vertical-align: top;
  margin-bottom: 70px;
}
.page.chief .person .photo {
  width: 40%;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.page.chief .person .descrition {
  width: 40%;
  display: inline-block;
  position: relative;
  margin: 0 0 0 45px;
  vertical-align: top;
}
.page.chief .person .descrition h3 {
  font-size: 30px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}
.page.chief .person .descrition p.status {
  text-indent: 0;
  margin: 0;
  padding: 0;
  font-family: lsp_italic;
}
.page.chief .person .descrition p {
  text-indent: 0px;
}
.page.chief .form {
  display: block;
  text-align: left;
  margin-right: 360px;
  vertical-align: top;
}
.page.chief .form p {
  text-indent: 0px;
  padding: 0 0 0 0;
  clear: both;
  margin: 0px 0 10px 0;
}
.page.chief .form .padding {
  padding-top: 20px;
}
.page.chief .form textarea {
  width: 85%;
  font-family: sans-serif;
  resize: vertical;
  font-size: 16px;
  height: 100px;
  border: 1px solid #ccc;
  outline: none;
}
.page.chief .form input {
  width: 80%;
  font-size: 16px;
  border: 1px solid #ccc;
  outline: none;
  margin-bottom: 10px;
}
.page.chief .form input.button {
  width: auto;
  border: none;
  font-family: lsp;
  color: #fff;
  background-color: #000;
  padding: 6px 15px 7px 15px;
  font-size: 16px;
  border-radius: 3px;
  margin: 0 10px 100px 0;
}
.page.chief .form input.button:hover {
  cursor: pointer;
  background-color: rgba(0,0,0,0.85);
}
.page.chief .form .request-input {
  width: 47.5%;
  float: left;
}
.page.chief .form .request-input span {
  display: block;
  font-size: 13px;
  margin-top: -10px;
  color: #888;
}
.page.chief .contacts {
  width: 220px;
  float: right;
  display: block;
  position: absolute;
  margin: 0 0 0 0;
  font-size: 15px;
  top: 120px;
  right: 40px;
  text-align: left;
  vertical-align: top;
}
.page.chief .contacts span {
  margin-bottom: 20px;
  display: block;
}
.page.chief .years {
  display: inline-block;
  text-align: left;
  width: 170px;
  margin-right: 40px;
  left: 48px;
  position: absolute;
  font-size: 12px;
}
.page.chief .years .year-block  {
  margin-bottom: 30px;
}
.page.chief .years .year-block p {
  text-indent: 0px;
}
.page.chief .years .year-block .year {
  display: inline-block;
  margin-left: -30px;
  margin-top: 1px;
  position: absolute;
  font-weight:bold;
}
.page.chief .text {
  display: inline-block;
  text-align: left;
  width: 70%;
  margin-left: 100px;
}
.page.chief .text img {
  border-radius: 3px;
}
.page.chief .text h2 {
  margin: 0 0 0 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 26px;
}
.page.chief .text p {
  text-indent: 0px;
}
.page.chief .text .text-photo {
  float: left;
  margin: 0 30px 0 0;
}
.page.chief .text .text-photo img {
  vertical-align: top;
}
.page.chief .title-photo {
  display: block;
}
.sticky-wrapper {
  height: auto !important;
}
.page.chief .text p.text-photo-2 {
  clear: both;
  padding: 15px 0 0px 0;
}
.page.chief .text p.text-photo-2 img {
  margin: 0 20px 0 0;
  width: 270px;
}
.page.chief .text p.text-photo-3 {
  clear: both;
  padding: 15px 0 0px 0;
}
.page.chief .text p.text-photo-3 img {
  margin: 0 10px 0 0;
  height: 140px;
}
.page.chief .text p.text-photo-9 {
  clear: both;
  padding: 15px 0 0px 0;
}
.page.chief .text p.text-photo-9 img {

}
.clear:after {
  clear: both;
  overflow: hidden;
  content: ".";
  height: 0;
  display: block;
}
.l-photo-9 {
  height: 140px;
  width: 31%;
  max-width: 220px;
  margin: 0 10px 10px 0;
  float: left;
  overflow: hidden;
  border-radius: 3px;
}
.l-photo-9 img {
  width: 100%;
  height: auto;
  min-height: 100%;
}
.page.chief .text img.article-pic {
  margin: 20px auto 80px;
  display: block;
}
.pattern {
  min-width: 1300px;
margin-top: 50px;
  position: relative;
}
.pattern .blocks-wrapper{
  width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0 10px 0;
  text-align: left;
  overflow: hidden;
  z-index: 4;
  position: relative;
}
.pattern .blocks {
  margin-left: -35px;
  position: relative;
}
.pattern .blocks .this-one.year {
  position: absolute;
  height: 697px;
  z-index: 5;
  background: #000;
}
.pattern .blocks .blocks__column{
  float: left;
  margin-left: 35px;
  width: 310px;
}
.pattern .blocks .this-one {
  width: 310px;

  margin-bottom: 30px;
}
.pattern .blocks .this-one__content{
  padding-left: 20px;
  padding-top: 0px;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
}
.this-one__img-wrapper{
  width: 310px;
}
.this-one__img-wrapper img{
  width: 100%;
}
.pattern .blocks .this-one a{
  display: block;
}
.pattern .blocks .this-one a,
.pattern .blocks .this-one a:visited {
  transition: all 0.5s ease;
  border-bottom: none;
}
.pattern .blocks .this-one a h3,
.pattern .blocks .this-one a:visited h3 {
  color: color #333;
  transition: all 0.5s ease;
  display: inline-block;
}
.pattern .blocks .this-one a:hover,
.pattern .blocks .this-one a:visited:hover {
  opacity: 0.9;
  transition: all 0.5s ease;
  border-bottom: 0;

}
.pattern .blocks .this-one a:hover h3,
.pattern .blocks .this-one a:visited:hover h3 {
  color: #da0d0d;
  transition: all 0.5s ease;
  text-decoration: underline;
}
.pattern .blocks .this-one span {
  background-color: #fff;
  color: #333;
}
.pattern .blocks .this-one h3 {
  margin: 0;
  padding: 0 0 0 0;
  display: inline;
  font-size: 24px;
  font-family: 'lsp_extralight';
}

.pattern .blocks.this-one .text {display: none;}
.pattern .blocks.this-one:hover .text {
  background-color:#345;
  display: block;
  margin: 0;
  color: #FFF;
  font-size: 12px;
  padding: 10px;
  filter:alpha(opacity=75);
  opacity:.75;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
  position: absolute;
  bottom: 10px; left: 10px; right: 10px;
}

.pattern .blocks .this-one span b {
  font-weight: normal;
  display: block;
  margin: 3px 0 0 0;
}
.pattern .blocks .this-one span.mini {
  bottom: 160px;
}
.pattern .blocks .this-one span.big {
  bottom: 160px;
}

.this-one.year span.world-music.black {
  background: #000 url("img/11_2.png") no-repeat 0 0;
}
.this-one.year span.world-music.black p, .this-one.year span.world-music.black h3 {
  color: #fff;
}
.this-one.year .spec-wigth-p {
  width: 150px;
}
.this-one.year .spec-wigth-p i {
  font-size: 35px;
  margin-top: 70px;
  width: 250px;
  display: block;
  font-style: normal;
  text-transform: uppercase;
}

.pattern .blocks .this-one span.world-music {
  bottom: -10px;
}
.pattern .blocks .this-one span.world-music .h3 {
  position: relative;
  top: -65px;
  left: 110px;
  margin-bottom: -60px;
}
.pattern .blocks .this-one span.world-music p {
  margin-left: 10px;
  line-height: 24px;
}
.pattern .footer {
  background: url("img/footer.png") no-repeat scroll 50% 0 transparent;
  height: 100px;
  width: 100%;
}
.footer {
  background: url("img/footer.png") no-repeat scroll 50% 0 transparent;
  height: 100px;
  width: 100%;
}
.footer.fixed {
  background: url("img/footer.png") no-repeat scroll 50% 0 transparent;
  height: 100px;
  width: 100%;
  position: fixed;
  bottom: 0px;
  padding: 0 0 0 0;
}
.popup {
  padding: 5px 15px 15px;
  position: fixed;
  top: 100px;
  left: 50%;
  display: none;
  overflow: hidden;
  border: 1px solid #ccc;
  background: #fff;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  z-index: 100;
  behavior: url("PIE.htc");
}
.popup a.close {
  width: 16px;
  height: 16px;
  display: block;
  text-indent: -9999px;
  position: absolute;
  top: 10px;
  right: 10px;
}
#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  background: #000;
  opacity: 0.8;
}
@media (min-width: 1300px) {
  .blocks {
  /*  min-width: 1300px;*/
    transition: all 0.5s ease;
  }
  .this-one {
    min-width: 310px;
    transition: all 0.5s ease;
  }
  span {
    bottom: 110px !important;
    /*padding: 14px 20px 200px 20px;*/
  }
  span.world-music {
    bottom: 0px !important;
  }
}

.years .current a {
  border-bottom: 1px solid rgba(254,51,51,0.4);
  color: #da0d0d;
}
.main-blocks .years .year-block:last-child p:last-child {
  margin-bottom: 100px;
}

a.gallery, a.gallery:hover, a.gallery:visited{
	text-decoration: none !important;
	border: 0px;
}

a.gallery img{
	margin-right: 10px;
}
