import "https://fonts.googleapis.com/css?family=Open+Sans:400,700";
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,main,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{
  margin:0;
  padding:0;
  border:0;
  font-size:100%;
  font:inherit;
  vertical-align:baseline}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{
  display:block}
body{
  line-height:1}
ol,ul{
  list-style:none}
blockquote,q{
  quotes:none}
blockquote:after,blockquote:before,q:after,q:before{
  content:"";
  content:none}
table{
  border-collapse:collapse;
  border-spacing:0}
*{
  box-sizing:border-box}
.clearfix:after{
  content:"";
  display:table;
  clear:both}
body,html{
  height:100%;
  min-height: 750px;
}
body{
  min-width:320px;
  overflow-x:hidden;
  font-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size:16px;
  line-height:1.4;
  font-weight:400;
  color:#fff;
  z-index:0}
  @media (max-width:375px) {
    body{
      font-size:14px;
    }
  }
h1,h2{
  font-size:1.75em}
h1,h2,h3{
  line-height:1.3em}
h3{
  font-size:1em}
h4{
  font-size:.875em}
h4,h5{
  line-height:1.3em}
h5{
  font-size:1em}
.hidden{
  display:none}
.c--primary{
  color:#ad1632}
.c--accent{
  color:#333e50}
.c--red{
  color:#ea1a1a}
.c--blue{
  color:#ad1632}
.tt--u{
  text-transform:uppercase;font-size: 18px;text-align: center;opacity: 0.8;}
.fw--b{
  font-weight:700}
.brs,.btn,.btn:before,.item,.item:after,.item:before,.item__inner{
  border-radius:6px}
.btn{
  position:relative;
  display:inline-block;
  vertical-align:middle;
  overflow:hidden;
  cursor:pointer;
  text-decoration:none;
  outline:none;
  border:none;
  text-align:center;
  font-size: 28px;
  height: 4rem;
  line-height: 4rem;
  width: 75%;
  font-weight: bold;
  color: #0a0a0a;
  border-radius: 5px; 
  transition: all 0.3s;
  -webkit-transition: all 0.3s; 
  background-color: rgb(254,188,0);
  overflow: hidden;
  background-image: -moz-linear-gradient( 90deg, rgb(255,229,0) 0%, rgb(254,188,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,229,0) 0%, rgb(254,188,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,229,0) 0%, rgb(254,188,0) 100%);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.33);
}
.btn:hover{
  background-image:-webkit-gradient(linear,left top,left bottom,from(#ffec00),to(#ffec00));
  background-image:-webkit-linear-gradient(#ffec00,#ffec00);
  background-image:linear-gradient(#ffec00,#ffec00)}
.btn:active{
  text-shadow:0 0 rgba(0,0,0,.6)}
.btn:active:before{
  top:auto;
  bottom:3px;
  background-image:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.1)),to(hsla(0,0%,100%,.6)));
  background-image:-webkit-linear-gradient(hsla(0,0%,100%,.1),hsla(0,0%,100%,.6));
  background-image:linear-gradient(hsla(0,0%,100%,.1),hsla(0,0%,100%,.6))}
.btn--accent{
  background:#ffffff;
  background-image:-webkit-gradient(linear,left top,left bottom,from(#e3e3e3),to(#f0f0f0));
  background-image:-webkit-linear-gradient(#e3e3e3, #f0f0f0)
  background-image:linear-gradient(#e3e3e3,#f0f0f0)}
.btn--accent:hover{
  background-image:-webkit-gradient(linear,left top,left bottom,from(#f0f0f0),to(#e3e3e3));
  background-image:-webkit-linear-gradient(#f0f0f0, #e3e3e3)
  background-image:linear-gradient(#f0f0f0,#e3e3e3)}
.three-btn .btn{width:32%;display: inline-block;}
.btn:not(:hover):after {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  height: 80px;
  width: 13px;
  background: rgba(255, 255, 255, .35);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-animation: 4s slideIn infinite;
  animation: 4s slideIn infinite;
}
.btn-svg{   
  vertical-align: middle;
  height: 24px;
  width: auto;
  display: inline-block;
  margin-right: 6px;
}
.btn-double{
  display: flex;
  justify-content: center;
  gap: 12px;
}
@media  (max-width:758px){
  
}
.main{
  width:100%;
  height:100%;
  position:absolute;
  left: 0;
  top: 0;
  z-index:2;
  color:#fff;
  overflow:hidden
}
#header{
  width: 100%;
  z-index: 9;
  color: #e0e0e0;
  text-align: right;
  padding:12px 16px;
  font-size: 13px;
  position: absolute;
  right: 0;
  top:0;
}
.login_pop a:link{ 
  color: #ffe03e;
  font-size: 14px;
}
.login_pop a:hover{ 
  color: #f3b634;
  text-decoration: underline;
  font-size: 14px;
}
.items{
  left:50%;
  top:45%;
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  width:80%;
  height:80%;
  max-width:480px;
  overflow: hidden;
  border-radius: 8px;
}
.item,.items{
  position:absolute}
.item{
  position: relative;
  display:none;
  width:100%;
  height:100%;
  left:0;
  top:0;
  padding:6px 5px;
  box-shadow:0 4px 20px #000}
.item:first-child{
  display:block}
.item:after,.item:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  right:0;
  bottom:0}
.item:after{
  background:rgb(18, 9, 44);
  background-size: cover;
}
.item__inner{
  position:relative;
  width:100%;
  height:100%;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:50%;
  background-position: top center;
  z-index:1}
.item__content{
  position:absolute;
  width:100%;
  left:0;
  bottom:0;
  border-radius:0 0 6px 6px;
  background:rgba(6,8 ,24,.75);
}
  .item__content:after{
    opacity: 0.35;
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    width: 100%;
    height:100%;
    background:rgba(15,1 ,59,.75);
    background:url(../images/gradient-bg.png) no-repeat center bottom;
    background-size: cover;
  }
.item__header{
  padding:12px 12px 10px;
  border-top:2px solid rgba(15,1 ,59,.75);
  color:#fff}
.item__header h1{
  text-align:center}
.item__header h3{
  color: #e0e0e0;
  font-size: 20px;
  text-align: center;
  margin:0 auto;
  text-transform: uppercase;
}
.item__body{
  position: relative;
  padding:2px 20px 0px;
  color:#fff;
  font-size: 18px;
  z-index: 9;
  }
.item__body p{
/*  text-align:justify;*/
  /*text-indent:1em;*/
  text-align: center;
}
.item__btnbox{
  position:relative;
  width:92%;
  margin:24px auto 20px;
  text-align:center;
  z-index:1;
}
.epicoffer{
  position:fixed;
  top:-120px;
  left:-120px;
  z-index:2;
  color:#fff;
  width:200px;
  height:200px;
  font-size:18px;
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
  background: #ea1a1a;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#8300cf),to(#cb7634));
  background-image: -webkit-linear-gradient(#8300cf, #cb7634);
  background-image: linear-gradient(#8300cf, #cb7634);
  box-shadow: 0px 0px 10px 1px rgba(132, 132, 132, 0.7);
  z-index: 99;
}
.epicoffer span{
  display:block;
  position:absolute;
  -webkit-transform:rotate(-90deg);
  transform:rotate(-90deg);
  right:5px;
  top:82px;
  text-transform:uppercase;
  line-height:1em}
.bg{
  position:fixed;
  z-index:0}
.bg,.bg__item{
  width:100%;
  height:100%;
  left:0;
  top:0;
  right:0;
  bottom:0}
.bg__item{
  display:none;
  background-size:cover;
/*  background-position:50%;*/
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position: center bottom;
  position:relative}
.bg__item:first-child{
  background-image:url(../images/gradient-bg.png);}
.bg__item.active{
  display:block}
.bg__item:after{
  content:"";
  display:block;
  position:fixed;
  width:100%;
  height:100%;
  left:0;
  top:0;
  right:0;
  bottom:0;
  z-index:0;
  background:rgba(0,0,0,.65);}
  .item__content .msite{display: none;}


.item__popup{
  width: 640px;
  max-width: 640px;
  height: auto;
  margin: 8% auto 0;
  color: #fff;
  text-align: center;
  padding-top: 0;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 10px;
  box-sizing: border-box;
  z-index: 10;
  background: #0a0a0a;
}                        
.attention_title{
  position: relative;
}
.attention_title h1{
z-index: 9;
position: relative;
}
.attention_title:before,.attention_title:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.attention_title:after {
  background: #5700c1;

}
.title{
  font-size: 28px;
  line-height: 1.1;
  color: #fff;
  font-weight: 500;
  margin:0 auto;
  text-align: center;
  width: 100%;
}
.text{
  font-size: 20px;
  line-height: 1.1;
  color: #e0e0e0;
  font-weight: 500;
  margin:0 auto;
  text-align: center;
  width: 100%;
}
.attention_title {
  font-size: 24px;
  line-height: 1;
  padding: 15px 0;
  margin: 0;
  color: #ffffff;
  width: 100%;
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #1d1d1d;
}
.attention_title h1 {
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
  text-align: center;
  margin: 0 auto;
  width: 100%;
  font-family: Roboto, "Segoe UI", Arial, Helvetica, sans-serif;
  -moz-transform: matrix( 1,0,0,1.0009592314404,0,0);
  -webkit-transform: matrix( 1,0,0,1.0009592314404,0,0);
  -ms-transform: matrix( 1,0,0,1.0009592314404,0,0);
}
.attention_pd {
  padding: 0px 40px 20px;
}
.attention_desc {
  padding: 20px 0px 0px;
  font-size: 18px;
  line-height: 1.4;
}
.attention_desc p {
  margin: 10px 0px;
  font-size: 20px;
}
.attention_btn{ position: relative;top:unset;bottom:unset;margin:20px auto;}
@media (min-width:320px) and (max-width:767px){
  .hidden-xs{
    display:none}
/*    .item__body{font-size: 14px;}
    .tt--u{font-size: 18px;}*/
}
@media (min-width:768px) and (max-width:991px){
  .hidden-sm{
    display:none}
}
@media (min-width:992px) and (max-width:1439px){
  .hidden-md{
    display:none}
}
@media (min-width:1440px){
  .hidden-lg{
    display:none}
}
@media  (max-width:758px){
  .item__popup{
    width:92%;
    top:10%;
  }
  .attention_title h1{box-sizing: border-box;padding:0 5px;}
  .item__popup .attention_desc p{font-size:18px;}
}

@media (min-width:320px) and (max-width:575px){
  .title{
    font-size:20px
  }
  .item__header h3{
    font-size: 16px;
  }
  .btn{font-size: 20px;}
  .brs,.btn,.btn:before,.item,.item:after,.item:before,.item__inner{
    border-radius:5px;}
  .items{
    left:0;
    top:0;
    -webkit-transform:translate(0);
    transform:translate(0);
    width:100%;
    height:100%;
    max-width:440px;
  }
  .item{
    padding:4px 5px;
    box-shadow:0 4px 20px #000}
  .item__header{
    padding:10px 10px 0}
  .item__body{
    padding:20px 10px 0px}
  .item__content .pcsite{display: none;}
  .item__content .msite{display: block;}
  .item__content{
    border-radius:0}
}
@media screen and (orientation:landscape) and (max-device-width:991px){
  html{
/*    -webkit-transform:rotate(-90deg);
    transform:rotate(-90deg);*/
    -webkit-transform-origin:left top;
    transform-origin:left top;
/*    position:absolute;*/
    top:100%;
    left:0;
/*    width:100vh;*/
    height:100vw}
  .brs,.btn,.btn:before,.item,.item:after,.item:before,.item__inner{
    border-radius:0}
    .footer {
      position: absolute;
      bottom: 0px;
  }
  .items{
    left:0;
    top:0;
    -webkit-transform:translate(0);
    transform:translate(0);
    width:80%;
    height:80%;
    max-width:460px;
    position: relative;
    margin: 0 auto;
  }
  .item__header{
    padding:10px 10px 0}
  .item__content{
    border-radius:0
  }

}
.center{
  width:100%;
  margin:0 auto}
.container{
  margin-top:20px;
  width:10%;
  height:50%;
  text-align:center;
  position:relative;
  display:inline-block;
  float:left}
.valentines{
  font-family:Podkova,san-serif;
  color:#fdf5e6;
  font-weight:300;
  font-size:32px;
  margin-top:10px;
  border-bottom:1px dotted #fdf5e6}
.heart{
  color:#fdf5e6;
  font-size:25px;
  position:absolute;
  bottom:0;
  right:50px;
  animation-name:movement;
  animation-duration:4s;
  animation-timing-function:linear;
  animation-iteration-count:infinite}
.anim1{
  animation-delay:1s}
.anim2{
  animation-delay:1.5s}
.anim3{
  animation-delay:.5s}
.anim4{
  animation-delay:1.9s}
@keyframes movement{
  0%{
    bottom:0;
    right:50px}
  20%{
    color:#ff69b4;
    right:40px}
  40%{
    right:60px}
  50%{
    right:50px}
  60%{
    right:40px}
  70%{
    right:50px}
  80%{
    right:45px}
  90%{
    right:50px}
  100%{
    bottom:600px;
    -webkit-opacity:0;
    -moz-opacity:0;
    opacity:0}
}
.heartsbox{
  position:fixed;
  width:90%;
  bottom:-50px;
  left:5%;
  z-index:1}
.hide{display: none;}
.show{display: block;}




/* scroll bg*/
.scroll-bg{
  position: fixed;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: auto;
  width: 100%;
}
.scroll-bg::before{
  content: "";
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 100vh;
  display:block;
  position: fixed;
  background-color: rgba(26, 5, 5, 0.45);
  z-index: 0;
}

.ladies-bg{
  z-index: -1;
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  width: 100vw;
  /* background:#f0f0f0 url(../images/ladies-bg.jpg) repeat top center;  */
  background-size: cover!important;
  box-sizing: border-box;
  font-size: 0;
}
.ladies-bg img{
  width: 100%;
  
}
.ani-scroll {
  -webkit-animation: linear-scroll 38s linear infinite;
  animation: linear-scroll 38s linear infinite;
}
@-webkit-keyframes linear-scroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes linear-scroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

/* result */
@media (min-width: 768px) {
  .result{
    min-height: 236px;
  }
}

.result-box {
  position: relative;
  margin: 24px auto 16px;
  width: 100%;
}
.result-content {
  margin: 4px auto 172px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.result-title {
  font-size: 22px;
  font-weight: 600;
  color: #f9db8e;
  line-height: 1.1;
  text-align: center;
  display: block;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .result-title {
    font-size: 18px;
    letter-spacing: -0.5px;
  }
}
.result-text {
  font-size: 16px;
  font-weight: 500;
  color: #f2eddf;
}
.result-text span {
  font-size: 1.2em;
}
.result-num {
  display: inline-block;
}
.result-num span {
  display: inline-block;
  padding: 4px;
  height: 100%;
  margin: 0 2px;
  background-color: var(--btn-bg);
  background-image: linear-gradient(0deg, rgb(255, 212, 83) 0%, rgb(255, 234, 198) 100%);
  border-radius: 4px;
  color: #000;
  line-height: 1;
  font-weight: bold;
}
.result-figure {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 0;
  max-width: 440px;
  line-height: 0;
  margin:0 auto;
}
.result-figure--img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .result-figure{
    top: 10px;
  }
}