@import url("/modules/enter_page/fonts/styles.css");
@import url("/modules/enter_page/fonts/minionpro/stylesheet.css");
.owl-controls .owl-nav .owl-prev {
  display: inline-block;
  width: 25px;
  height: 65px;
  position: absolute;
  left: -35px;
  top: 56px;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.owl-controls .owl-nav .owl-prev:hover {
  opacity: 1;
}
.owl-controls .owl-nav .owl-next {
  display: inline-block;
  width: 25px;
  height: 65px;
  position: absolute;
  right: -35px;
  top: 56px;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.owl-controls .owl-nav .owl-next:hover {
  opacity: 1;
}
.owl-controls .owl-dots {
  margin-top: 15px;
}
.owl-controls .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 4px;
}
.owl-controls .owl-dots .owl-dot.active span::after {
  content: "";
  background: #c65d00;
}
.owl-controls .owl-dots .owl-dot span {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: -webkit-linear-gradient(#ffb00c, #ff8a00);
  background: -o-linear-gradient(#ffb00c, #ff8a00);
  background: linear-gradient(#ffb00c, #ff8a00);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*Firefox 1-3*/
  -webkit-box-sizing: border-box;
  /* Safari */
}
.owl-controls .owl-dots .owl-dot span::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #fff;
  width: 16px;
  height: 16px;
  left: 4px;
  top: 4px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
html {
  height: 100%;
  height: 100vh;
}
body {
  margin: 0 !important;
  padding: 0 !important;
  height: 100%;
  height: 100vh;
  background: url(/modules/enter_page/img/background.jpg) center top no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
* {
  margin: 0 ;
  padding: 0 ;
  outline: none;
}
ul {
  list-style: none !important;
}
a {
  text-decoration: none ;
}
a img {
  border: 0;
}
section {
  margin: 0 auto !important;
  width: 1280px ;
}
input,
button {
  border: 0 ;
  outline: none !important;
}
.clearfix {
  clear: both;
}
input[type="sumbit"],
input[type="button"],
button {
  cursor: pointer;
}
.left {
  float: left;
}
.right {
  float: right;
}
header {
  padding: 0 2%;
  padding: 0 2vw;
  padding-top: 2%;
  padding-top: 2vh;
  text-align: center;
}
header h1 {
  font-family: 'UniversLTCYR-45Light';
  text-transform: uppercase;
  font-size: 16px;
  color: #e0e0e0;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 6px;
  margin-top: 2px;
}
header .music {
  width: 29px;
  height: 25px;
  background: url(/modules/enter_page/img/music.png) no-repeat;
  background-position: -2px -36px;
  float: left;
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
header .music.active {
  background-position: -2px -3px;
}
header .music:hover {
  opacity: 1;
}
header .lang {
  float: right;
  vertical-align: top;
  font-family: 'UniversLTCYR-45Light';
}
header .lang a {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  margin-left: 7px;
  opacity: 0.6;
}
header .lang a:hover {
  opacity: 1;
}
header .lang a.active {
  opacity: 1;
}
.content {
  margin-top: 22.7%;
  margin-top: 36vh;
}
.content .info {
  margin-left: 612px;
  text-align: left;
}
.content .info h2 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 39px;
  font-family: 'Minion Pro';
  font-weight: 100;
  letter-spacing: 15px;
}
.content .info .img {
  margin-left: 49%;
  margin-top: 1%;
  width: 50%;
}
.content .info .img img {
  float: right;
}
.content .refs {
  margin-top: 4%;
  margin-top: 4vh;
  float: left;
  position: relative;
  z-index: 222;
}
.content .refs a {
  color: #9d9d9d;
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'UniversLTCYR-45Light';
  margin-bottom: 8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: inline-block;
}
.content .refs a:hover {
  color: #fff;
}
.content .pops {
  float: left;
  margin-top: 6.5%;
  margin-top: 4.5vh;
  margin-left: 90px;
}
.content .pops .pop {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*Firefox 1-3*/
  -webkit-box-sizing: border-box;
  /* Safari */
  /* display: none; */
  font-family: 'UniversLTCYR-45Light';
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
  padding: 23px;
  border: solid 1px #8f8f8f;
  letter-spacing: 4px;
  position: absolute;
}
.content .pops .pop#enter {
  text-align: center;
}
footer {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 1%;
  bottom: 1vh;
}
footer h4 {
  font-family: 'UniversLTCYR-45Light';
  text-transform: uppercase;
  font-size: 16px;
  color: #e0e0e0;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 6px;
  margin-top: 2px;
}
.russian {
  display: none;
}
.act {
  display: inline-block !important;
}
.shadow {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  /*width: 100%;
  height: 100%;*/
  background: #000;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.shadow.active {
  z-index: 1000;
  opacity: 1;
}
.audioDemo {
  display: none;
}
/* DISPLAYS */
@media screen and (max-width: 1920px) {
  body {
    background: url(/modules/enter_page/img/1920x1200.jpg) left center / cover no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 1920px) and (max-height: 1200px) {
  body {
    background: url(/modules/enter_page/img/1920x1200.jpg) left center / cover no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 1920px) and (max-height: 1080px) {
  body {
    background: url(/modules/enter_page/img/1920x1080.jpg) left center / cover no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 1680px) {
  body {
    background: url(/modules/enter_page/img/1680x1050.jpg) left center / cover no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 1680px) and (max-height: 1050px) {
  body {
    background: url(/modules/enter_page/img/1680x1050.jpg) left center / cover no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 1600px) {
  body {
    background: url(/modules/enter_page/img/1600x900.jpg) left center / cover no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 1600px) and (max-height: 900px) {
  body {
    background: url(/modules/enter_page/img/1600x900.jpg) left center / cover no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 1440px) {
  body {
    background: url(/modules/enter_page/img/1440x900.jpg) left center / cover no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 1440px) and (max-height: 900px) {
  body {
    background: url(/modules/enter_page/img/1440x900.jpg) left center / cover no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 1366px) {
  body {
    background: url(/modules/enter_page/img/1366x1024.jpg) left center / cover no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 1366px) and (max-height: 768px) {
  body {
    background: url(/modules/enter_page/img/1366x768.jpg) left center / cover no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 1280px) {
  body {
    background: url(/modules/enter_page/img/1280x800.jpg) left center / cover no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 1280px) and (max-height: 800px) {
  body {
    background: url(/modules/enter_page/img/1280x800.jpg) left center / cover no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 1024px) {
  body {
    background: url(/modules/enter_page/img/1024x768.jpg) left center / cover no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 1024px) and (max-height: 768px) {
  body {
    background: url(/modules/enter_page/img/1024x768.jpg) left center / cover no-repeat;
    background-size: cover;
  }
}
/* TABLETS LANDSCAPE */
@media screen and (max-device-width: 1280px) and (min-device-width: 800px) and (orientation: landscape) {
  body {
    background: url(/modules/enter_page/img/1280x800.jpg) left center / cover no-repeat;
    background-size: cover;
  }
}
@media screen and (max-device-width: 1366px) and (min-device-width: 1024px) and (orientation: landscape) {
  body {
    background: url(/modules/enter_page/img/1366x1024.jpg) left center / cover no-repeat;
    background-size: cover;
  }
}
@media screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
  body {
    background: url(/modules/enter_page/img/1024x768.jpg) left center / cover no-repeat;
    background-size: cover;
  }
}
@media screen and (max-device-width: 1024px) and (min-device-width: 600px) and (orientation: landscape) {
  body {
    background: url(/modules/enter_page/img/1024x600.jpg) left center / cover no-repeat;
    background-size: cover;
  }
}
@media screen and (max-device-width: 966px) and (min-device-width: 603px) and (orientation: landscape) {
  body {
    background: url(/modules/enter_page/img/966x603.jpg) left center / cover no-repeat;
    background-size: cover;
  }
}
@media screen and (max-device-width: 853px) and (min-device-width: 533px) and (orientation: landscape) {
  body {
    background: url(/modules/enter_page/img/853x533.jpg) left center / cover no-repeat;
    background-size: cover;
  }
}
@media screen and (max-device-width: 800px) and (min-device-width: 600px) and (orientation: landscape) {
  body {
    background: url(/modules/enter_page/img/800x600.jpg) left center / cover no-repeat;
    background-size: cover;
  }
}
/* TABLETS LANDSCAPE */
/* ----------- iPhone 6+ ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 6 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 5 and 5S ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 4 and 4S ----------- */
/* Portrait and Landscape */
/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  /*
  body{
    background:  url(/modules/enter_page/img/she.jpg) left center no-repeat;
    background-size: cover;
  }
*/
}
/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .content {
    margin-top: 10% !important;
  }
}
@media screen and (max-device-width: 736px) and (min-device-width: 414px) and (orientation: landscape) {
  body {
    background: url(/modules/enter_page/img/736x414.jpg) left center / cover no-repeat;
    background-size: cover;
  }
}
@media screen and (max-device-width: 667px) and (min-device-width: 375px) and (orientation: landscape) {
  body {
    background: url(/modules/enter_page/img/667x375.jpg) left center / cover no-repeat;
    background-size: cover;
  }
}
@media screen and (max-device-width: 640px) and (min-device-width: 360px) and (orientation: landscape) {
  body {
    background: url(/modules/enter_page/img/640x360.jpg) left center / cover no-repeat;
    background-size: cover;
  }
}
@media screen and (max-device-width: 640px) and (min-device-width: 320px) and (orientation: landscape) {
  body {
    background: url(/modules/enter_page/img/640x320.jpg) left center / cover no-repeat;
    background-size: cover;
  }
}
@media screen and (max-device-width: 568px) and (min-device-width: 320px) and (orientation: landscape) {
  body {
    background: url(/modules/enter_page/img/568x320.jpg) left center / cover no-repeat;
    background-size: cover;
  }
}
@media screen and (max-device-width: 533px) and (min-device-width: 320px) and (orientation: landscape) {
  body {
    background: url(/modules/enter_page/img/533x320.jpg) left center / cover no-repeat;
    background-size: cover;
  }
}
@media screen and (max-device-width: 480px) and (min-device-width: 320px) and (orientation: landscape) {
  body {
    background: url(/modules/enter_page/img/480x320.jpg) left center / cover no-repeat;
    background-size: cover;
  }
}
@media screen and (max-device-width: 320px) and (min-device-width: 240px) and (orientation: landscape) {
  body {
    background: url(/modules/enter_page/img/320x240.jpg) left center / cover no-repeat;
    background-size: cover;
  }
}
@media screen and (max-device-width: 220px) and (min-device-width: 176px) and (orientation: landscape) {
  body {
    background: url(/modules/enter_page/img/220x176.jpg) left center / cover no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 1440px) {
  header h1 {
    font-size: 1vw;
  }
  header .lang a {
    font-size: 1vw;
  }
  .content section {
    width: 100%;
  }
  .content .refs a {
    font-size: 1vw;
  }
  .content .pops {
    margin-left: 2%;
  }
  .content .pops .pop#enter {
    padding: 2%;
  }
  .content .pops .pop#contacts {
    padding: 1.5%;
  }
  .content .info {
    margin-left: 49%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*Firefox 1-3*/
    -webkit-box-sizing: border-box;
    /* Safari */
  }
  .content .info .img {
    margin-left: 49%;
  }
  .content .info .img img {
    width: 89%;
  }
  .content .info h2 {
    letter-spacing: 1.1vw;
    font-size: 2.2vw;
  }
  footer h4 {
    font-size: 1vw;
    letter-spacing: 0.2vw;
  }
}
@media screen and (max-width: 800px) {
  header h1 {
    letter-spacing: 2px;
  }
}
@media screen and (max-aspect-ratio: 1/1) {
  body {
    background: url(/modules/enter_page/img/1200x1200.jpg) left center no-repeat;
    background-size: cover;
  }
  header {
    padding: 0 2vw;
  }
  header h1 {
    padding-top: 1%;
    padding-top: 1vh;
    font-size: 2vw;
    padding-left: 5%;
  }
  header .lang a {
    font-size: 2vw;
  }
  .content {
    margin-top: 10px !important;
  }
  .content .info {
    margin-left: 0;
    width: 50%;
    float: right;
    padding-right: 1%;
    width: 100%;
    padding-top: 2%;
    padding-top: 2vh;
  }
  .content .info h2 {
    width: 100% !important;
    font-size: 5vw;
    text-align: center !important;
    padding-left: 2%;
    letter-spacing: 2vw;
  }
  .content .info .img {
    position: absolute;
    bottom: 17%;
    bottom: 17vh;
    right: 2%;
    right: 2vw;
    width: 43%;
    width: 43vw;
  }
  .content .info .img img {
    width: 100%;
  }
  .content .refs {
    position: absolute !important;
    left: 7%;
    left: 7vw;
    text-align: left !important;
    width: inherit !important;
    bottom: 15%;
    bottom: 15vh;
  }
  .content .refs a {
    font-size: 3vw;
  }
  .content .pops {
    position: absolute !important;
    bottom: 6%;
    bottom: 6vh;
    left: 8%;
    left: 8vw;
    width: 84%;
    width: 84vw;
    margin-left: 0;
  }
  .content .pops .pop {
    letter-spacing: 1vw;
    width: 100%;
    font-size: 2.5vw;
    padding: 3%;
    text-align: center;
    position: initial;
  }
  .content .pops .pop#contacts {
    padding: 1%;
  }
  .content .pops .pop#enter {
    width: 100%;
    padding: 2%;
  }
  footer {
    bottom: 2%;
    bottom: 2vh;
  }
  footer h4 {
    font-size: 2.1vw;
  }
}
@media screen and (max-aspect-ratio: 1/1) and (max-width: 1000px) {
  body {
    background: url(/modules/enter_page/img/1000x1000.jpg) left center no-repeat;
    background-size: cover;
  }
}
@media screen and (max-aspect-ratio: 1/1) and (max-width: 800px) {
  body {
    background: url(/modules/enter_page/img/800x800.jpg) left center no-repeat;
    background-size: cover;
  }
}
@media screen and (max-aspect-ratio: 1/1) and (max-width: 600px) {
  body {
    background: url(/modules/enter_page/img/600x600.jpg) left center no-repeat;
    background-size: cover;
  }
}
@media screen and (max-aspect-ratio: 1/1) and (max-width: 400px) {
  body {
    background: url(/modules/enter_page/img/400x400.jpg) left center no-repeat;
    background-size: cover;
  }
}
@media screen and (max-aspect-ratio: 1/1) and (max-width: 200px) {
  body {
    background: url(/modules/enter_page/img/200x200.jpg) left center no-repeat;
    background-size: cover;
  }
}
@media screen and (max-aspect-ratio: 1/1) and (max-aspect-ratio: 127/152) {
  body {
    background: url(/modules/enter_page/img/she.jpg) left center no-repeat;
    background-size: cover;
  }
  .content .pops .pop#contacts {
    padding: 2%;
  }
}
