﻿

  @import url("https://use.typekit.net/xsl2sto.css");

@property --_w {
  syntax: '<length>';
  inherits: true;
  initial-value: 100vw; 
}
@property --_h {
  syntax: '<length>';
  inherits: true;
  initial-value: 100vh; 
}


	        .text1 {
		 text-align:center;
         color: white;
		 text-transform:uppercase;
         font-size: 5rem;
		 position: absolute;
		 margin-left: auto;
		 margin-right:auto;
  left: 50%;
  top: 35%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
      }
	  	        .text2 {
		 text-align:center;
         color: white;
		 text-transform:uppercase;
         font-size: 3rem;
		 position: absolute;
		 margin-left: auto;
		 margin-right:auto;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
      }


:root {
  --w: tan(atan2(var(--_w),1px)); /* screen width */
  --h: tan(atan2(var(--_h),1px)); /* screen height*/
  /* The result is an integer without unit  */

  --p0x: 0;
  --p0y: 0;
  --p1x: calc(var(--w) / 2) ;
  --p1y: calc(0 - (var(--h) - 1));
  --p2x: calc((var(--w) * 0.7) - 20);
  --p2y: calc(0 - (var(--h) - 450));
    --p2y: calc(0 - (var(--h) - (var(--h)*0.55))); /*height*/
  --q1x: calc(2 * var(--p1x) - var(--p2x));
  --q1y: calc(1.3 * var(--p1y) - var(--p2y));
  --q1x2: calc(2 * var(--p1x) - var(--p2x));
  --q1y2: calc(3 * var(--p1y) - var(--p2y));
}



body {
font-family: "korolev", sans-serif;
   text-align: left;
   font-size: 20px;
  background-color: black;
  color: white;
  overflow-x:hidden;
/* background-image: url(/images/post.png), url(/images/bg.jpg), url(/images/bg2.jpg);
background-size:  auto 50%,100% 50% , 100% 50%;
background-position: 100% 5%, top, bottom ;
background-repeat: no-repeat, no-repeat, no-repeat;
  background-repeat: no-repeat, no-repeat, no-repeat; */
  background-image: url(/images/fullbg.jpg);
background-size:  cover;
background-position: right;
background-repeat: no-repeat;

  min-height: 100vh;
 min-height: 100dvh;
  background-attachment: fixed;
 /*  overflow: hidden; */
}

	        .text1 {
		 text-align:center;
         color: white;
		 text-transform:uppercase;
         font-size: 5rem;
		 position: absolute;
		 margin-left: auto;
		 margin-right:auto;
  left: 50%;
  top: 30%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  z-index:0;
  width:100%;
      }
	  	        .text2 {
		 text-align:center;
         color: white;
		 text-transform:uppercase;
         font-size: 3rem;
		 position: absolute;
		 margin-left: auto;
		 margin-right:auto;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
    z-index:0;
	width:100%;
      }
      .winbox {
        opacity: 0;
      }
.upper {text-transform: uppercase;}


.sign {

  border: 20px black solid;

  background-color: #0f0f0f;
  color:yellow;
}

      .nums {

font-size: 64px;
  line-height: 69px;
  padding: 5px 0px;
  width: 40px;
  color: yellow;
    background-color: #2c2929;
      
    }
    .titles {
      width: 23%;
    }

    ul {
      margin-top: 0;
      margin-bottom: 0;
    }
      
.outer {

  width: 100vw;
  height:100vh;
 height: 100dvh;
  overflow: hidden;
  position: absolute;
  top: 0;
}
	  
.spinballouter {
			position: absolute;
		left:20%;
		bottom: 2.2%;
		width:10%;
	
}

.spinball {
		width:100%;
		z-index:999;

			opacity: 0;
      position: relative;
}
.spinball2 {
  width:100%;
  z-index:999;

    opacity: 0;
    position: relative;
}

.staticball {
		position: absolute;
		left:20%;
		bottom: 2.2%;
		
		width:10%;
		animation: showBall .1s forwards;
		
}
.stand {
	position: absolute;
		left:20%;
		bottom: 0;
		
		width:10%;

}

.leg{
	position: absolute;
		left:-10%;
		bottom: -10%;
		
		width:50%;
		opacity:0;

}

.show8 {
			animation: fadeup 30s forwards;
			animation-delay:5.5s;
			
}
.show5 {
			animation: fadeup 30s forwards;
			animation-delay:4s;
			
}



 @media only screen and (max-width: 650px) {
	 
	 
  
:root {

  --p0x: 0;
  --p0y: 0;
  --p1x: calc(var(--w) / 2) ;
  --p1y: calc(0 - (var(--h) - (var(--h)*0.35)));
  --p2x: calc((var(--w) * 0.7) - 80);
/*   --p2y: calc(0 - (var(--h) - 360)); 
  --p2y: calc(0 - (var(--h) - (var(--h)*0.5)));*/
  --p2y: calc(0 - (var(--h) - (var(--h)*0.5)));
  --q1x: calc(2 * var(--p1x) - var(--p2x));
  --q1y: calc(2 * var(--p1y) - var(--p2y));
    --q1x2: calc(0.5 * var(--p1x) - var(--p2x));
}
	 body{
background-size:  cover;
background-position: right;
background-repeat: no-repeat;
    min-height: 100vh;
    min-height: 100dvh;
	 }
	 .text1 {
	 top: 25%; 
	 
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
	 }
		 .text2 {
	 top: 40%; 
	 
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
	 } 

.spinballouter {

		width:25%;
	
}

.staticball {
		bottom:1.7%;
		width:25%;
}
.stand {
		
		width:25%;
		

}
.leg{
left: -24%;
    bottom: -2%;
    width: 86%;

}

.box {
font-size: 2rem;
top: 15%;

    }
}

.kick {
	
    animation: kick 3s;

	animation-timing-function: ease-in-out;
	
}

@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

.cursor {
    animation: blink 0.7s infinite;
}

.screen {
  animation:colorPulse 5s infinite ease-in-out;
  background-image:radial-gradient(#444, #000);
  box-shadow:0 0 5vmin 1vmin #000 inset;
  box-sizing:border-box;
  min-height:50vh;
  overflow:hidden;
  padding:10vmin;
  width: 50vw;
  border-radius:60px;
  border:5px lime solid;
  margin-left:auto;
  margin-right:auto;
  
  animation:wave 10s infinite ease-out;
}
.logo {
width: auto;
  max-width: 90%;
	margin-left:auto;
	margin-right:auto;
	display: block;
  z-index: 999;
  position: relative;
  max-height: 25vh;
}
.screen:before {
  content:"";
  height:20vh;
  left:0;
  opacity:.5;
  position:absolute;
  right:0;
  z-index:1;
}

.screen:after {
  background-image:linear-gradient(transparent, transparent 3px, #000);
  background-size:4px 4px;
  bottom:0;
  content:"";
  left:0;
  pointer-events:none;
  position:absolute;
  right:0;
  top:0;
  z-index:2;
}

      .box {
		padding: 10px 20px 10px 20px;
         border: 2px solid white;
		 text-align:center;
         color: white;
		 text-transform:uppercase;
         font-size: 2rem;
		 position: absolute;
		 margin-left: auto;
		 margin-right:auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index:99;

  max-width: 90%;
  width: 300px;
  background-color: rgba(0,0,0,0.8);
      }
	  
.fadebox {
	
	opacity:0;
	animation:fade 1s;
}
@keyframes fade {
  0% {
    opacity:1;
  }

    100% {
    opacity:0;
  }
}


/* p:last-child:after {
  animation:blink 1s infinite;
  content:"_";
} */

@keyframes colorPulse {
  0%, 100% {
    color:#0c0;
  }
  48%, 52% {
    color:#090;
  }
  50% {
    color:#060;
  }
}


@keyframes wave {
  0% {
    box-shadow:0 -10vh 20vh #0c0;
    top:-100vh;
  }
  48%, 52% {
    box-shadow:0 -10vh 20vh #090;
  }
  50% {
    box-shadow:0 -10vh 20vh #060;
  }
  100% {
    box-shadow:0 -10vh 20vh #0c0;
    top:200vh;
  }
}

@keyframes blink {
  50% {
    opacity:0;
  }
}



@keyframes kick {
    0% {
transform: translate(-50%, 100%) scale(20);
opacity:1;
  }
  
  68% {
transform: translate(-70%, 100%) scale(20);
opacity:1;
  }
74% {
transform: translate(-10%, -10%) scale(1);
opacity:1;

/* 		left:-10%;
		bottom: -10%;
		
		width:50%; */

  }
  77% {
transform: translate(-70%, -150%) scale(0.5);
opacity:1;
  }
  100% {
transform: translate(-70%, -150%) scale(0.5);
opacity:1;
  }
}

.flyball {
  animation-name: move1, move2;
  animation-duration: 3s, 3s;
  animation-timing-function: ease-out, ease-out;
  animation-iteration-count: once, once;
  animation-delay:2.1s, 2.1s;

}
.flyball2 {
  animation-name: move3/* , move2 */;
  animation-duration: 3s/*, 3s*/;
  animation-timing-function: ease-out/*, ease-out*/;
  animation-iteration-count: once/*, once*/;
  animation-delay:2.1s/*, 2.9s*/;

}


.fadeball {

  animation-name: fade2,shrink;
  animation-duration: 5s, 5s;
  animation-timing-function: linear,  ease-out;
  animation-iteration-count: once, once;


}
.displayball {
  animation-name: showball;
  animation-duration: 0.1s;
  animation-iteration-count: once;
  animation-delay:2.8s;
}
.hideit {

  animation:hideball 3s forwards;
  
}

@keyframes showBall {
  0% {
    opacity: 0;
    display: none;
  }
  1% {
    opacity: 0.01;
    display: block;
  }
  100% {
    opacity: 1;
    display: block;
  }
}

@keyframes fadeup {
  0% {
    opacity: 0;
    transform: scale(0) translate(-50%);
  }
  1% {
    opacity: 0;
    transform: scale(0)  translate(-50%);
  }
   2% {
    opacity: 0.5;
    transform: scale(0)  translate(-50%);
  }
  3% {
    opacity: 1;
    transform: scale(1.1)  translate(-50%);
  }
  4% {
    opacity: 1;
    transform: scale(1)  translate(-50%);
  }
    100% {
    opacity: 1;
    transform: scale(1)  translate(-50%);
  }
}

@keyframes hideball {
      0% {
opacity:1;
  }
  
  74% {
opacity:1; 
  }
75% {
opacity:0; 
  }

  100% {
opacity:0; 
visibility:hidden;
  } 
}


@keyframes move1 {
  from { transform: translate3d(calc(1px * var(--p0x)), calc(1px * var(--p0y)), 0px) ; }
  to { transform: translate3d(calc(1px * var(--q1x)), calc(1px * var(--q1y)), 0px) ;   }
}
@keyframes move2 {
  to { transform: translate3d(calc(1px * var(--p2x)), calc(1px * var(--p2y)), 0px); }
}
@keyframes move3 {
  from { transform: translate3d(calc(1px * var(--p0x)), calc(1px * var(--p0y)), 0px) ; }
  to { transform: translate3d(calc(1px * var(--q1x2)), calc(1px * var(--q1y2)), 0px) ;   }
}

@keyframes fade2 {
      0% { 
opacity:0;

  }
        43.9% {
opacity:0;

  }
        44% {  
opacity:1;

  }
  90% { 
 
opacity: 1;

  }
91% { 

opacity: 1;
  }

  100% { 

opacity: 1;

  } 
}
@keyframes shrink {
      0% { 
transform: scale(1);
  }
        35.9% {
transform: scale(1);

  }
        36% {  
transform: scale(1);

  }
  90% { 
 
transform: scale(0.2);

  }
91% { 

transform: scale(0.2);
  }

  100% { 

transform: scale(0);

  } 
}







html {

  scroll-behavior: smooth;
  
}

a {
  color: #ffffff;
}
.selectize-input {

 padding: 6px 3px !important;
 width: 100% !important;
  text-align: center;
  border-radius: 0px !;
  -webkit-border-radius: 0px !important;
  
  border: 1px black solid !important;
  margin-bottom: 0px !important;
  margin-top: 0;
  
}

.selectize-dropdown {
  margin-top: 0px !important;
}

.headlinearea {

  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  width: 90%
}
.botimg {

  
        display: inline;
        position: relative;
        width: 33%;
        margin-bottom: 35px;

      }
      select {
        width: 100% !important;
        text-align: center;
        background-color: white;
        border: 1px black solid;
        margin-top: 0;
        margin-bottom: 0.3em;
        height: 30px;
        border-radius: 0;
      }

      .selectize-control {
        background-color: #f2f0f0;
        height: 34px;
      }

      .controlarea {
        margin-bottom: 5px;
          border:1px solid #ffffff;
          padding: 5px 0px 15px 0px;
          width: 50% !important;
          margin: 15px auto 20px auto;

        }
        .form-control {
          
          display: grid;
          grid-template-columns: 1em auto;
          border: none;
          border-radius: 0;
          width:auto;
          height: 2em;
          margin: 0px 10% 0px 10%;
          background-color: transparent;
          height: 1.5em;
        }
        
        
        
        
        .form-control:focus-within {
          color: var(--form-control-color);
        }
        
        
        input[type=radio] {
          /* Add if not using autoprefixer */
          -webkit-appearance: none;
          /* Remove most all native input styles */
          -moz-appearance: none;
               appearance: none;
               background-color: #fff;
          margin: 0;
          font: inherit;
          color: currentColor;
          width: 1.15em;
          height: 1.15em;
          border: 0.15em solid currentColor;
          border-radius: 50%;
          display: grid;
          place-content: center;
          margin: 3px;
        }
        
        input[type=radio]::before {
          content: "";
          width: 0.65em;
          height: 0.65em;
          border-radius: 50%;
          transform: scale(0);
          transition: 120ms transform ease-in-out;
          box-shadow: inset 1em 1em var(--form-control-color);
          /* Windows High Contrast Mode */
          background-color: CanvasText;
        }
        
        input[type=radio]:checked::before {
          transform: scale(1);
        }
        
.errortext {
  color: #df0625;
  font-size: 14px;
display: inline-block;
height: auto;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8b8a8a;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #8b8a8a;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #8b8a8a;
}
.errortext:empty {
  display: none;
}
.prizelink {
margin-bottom: 80px;
bottom: 0;
position: absolute;
text-align: center;
margin-left: auto;
margin-right: auto;
width: 100%;

}

.frontlink {
z-index: 5 ;
position:inherit;
margin-top:10px;
}

.blackshadow {

  text-shadow:
  -1px -1px 0 #000,  
   1px -1px 0 #000,
   -1px 1px 0 #000,
    1px 1px 0 #000;
}
.whiteshadow {text-shadow:
-1px -1px 0 #fff,  
 1px -1px 0 #fff,
 -1px 1px 0 #fff,
  1px 1px 0 #fff;
}

/* body {
  margin: 0;
  padding: 0;
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
 font-size: 17px;
  background-color: #d0ebf6;
  
  min-height: calc(var(--vh, 1vh) * 100); 
 position: relative;
overflow-x: hidden;
-webkit-text-size-adjust: none;
  color: #000000;
  height: auto;
} */
.js-loading *,
.js-loading *:before,
.js-loading *:after {
  animation-play-state: paused !important;
}
/*  * {
    -webkit-overflow-scrolling: touch;
} */

h1{font-size:2rem;
margin: 0.5em 0;
font-weight: 600;
}

h1{font-size:2rem;
  margin: 0.5em 0;
  font-weight: 600;
  }

.bold {
font-family: "korolev", sans-serif;
  font-weight: 700;
  font-style: normal;

}


p{font-size:17px;
margin: 0 0;
}
.indent1 {

    margin-left: 30px;

}
text {
  fill: #fff;

  font-size: 40;

  text-transform: uppercase;
  font-weight: 600;
}

/* input, select {
  display: block;
  margin: 0 0 15px 0;
} */
label{
margin-bottom: 0;
}
  .shadedarea {

    background-repeat:repeat-x;
     text-align:center;
    
  color: #ffffff;
  background-color: #003970;

    background-size: cover;
background-position: bottom;
    padding: 5px 20px 20px 20px;
margin-bottom: 30px;
    box-shadow: 10px 11px rgba(0,0,0,1) ;
    border:3px solid rgba(206,168,85,1);
	z-index: 99;
    
    }
    
    .termslink {

      font-size: 18px;

    }

.footer {

  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  right:50%;
  transform: translate(50%,-50%);
}


.over-img{
    position: absolute;
  top: 30%; left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  width: 30px;
  height: 30px;
}

.cell{
    width: 1em;  
    height: 1em;
    font-size:80px;
    overflow: hidden;
    position:absolute;
    top:59%;
    left:50%;
    margin:-0.5em 0 0  -0.5em;
    opacity:0;
    animation:go 3.7s;
	animation-delay: 2s;
    transform-origin:left bottom;
}

.delayshow {
	animation-delay: 2s !important;
}

.num{
	color:#23241f;
    position:absolute;
	font-weight:800;
    width: 1em;
    line-height: 1em;  
    text-align: center;
    text-shadow:1px 1px 2px rgba(255,255,255,.3);
    animation:run 5.7s steps(6);
}
@keyframes run{
    0%{top:0;}
    100%{top:-6em;}
}
@keyframes go{
  0%   {opacity:1;}
  84%  {opacity:1;transform:rotate(0deg) scale(1);}
  100% {opacity:0;transform:rotate(360deg) scale(.01);}
}



.imagearea{
  position:relative;
  padding-top: 15px;
  padding-bottom: 15px;

}
.offsetleft-img {

/*   position: absolute;
  left: 0;
  position: inherit; */
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  transform:translate(0,-50%);
width: 270px;

}

.w150 {

  width: 90px !important;
}
.center-img{



 display: block;
  height: auto;
margin-left: auto;
margin-right: auto;
right:50;
width:70%;
max-width:250px;
}
.bottomimagearea {

  position: relative;
  width: 450px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}
.offsetbotleft-img {

  /*   position: absolute;
    left: 0;
    position: inherit; */
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    min-height: 100%;
    height: 100%;
    z-index: 0;
  }
  
  .offsetbotright-img{
  
  /*   position: absolute;
    right: 0;
  
    position: absolute; */
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    min-height: 100%;
    height: 100%;
    z-index: 0;
  }

.Headlinetext {
font-family: "korolev", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.smallpadbottom {
	margin-bottom: 0.375em;
		margin-top: 0;
}
.bigpadbottom {
	margin-bottom: 1em;
	margin-top: 0;
}
.midpadbottom {
	margin-bottom: 0.5em;

}
.midpadtop {
	margin-top: 0.5em;

}

.padone {
	margin-bottom: 1em;
	margin-top: 1em;
}
.padpoint2 {
	margin-bottom: 0.2em;
	margin-top: 0.2em;
}


.large {
	
	font-size: 24px;

}

.whitebg {

  background-color: white;
}


.container3 {
  margin: 0 auto;

  text-align: center;
  max-width: 400px;
  width:90%;
}
.container {
display: block;
position: relative;
padding-left: 25px;
cursor: pointer;
font-size: 13px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
right: 0 !important;
left: 0 !important;
width: auto;
}

.checkarea2{
width: auto;
position: relative;
left: 0;
right: 0;
display: inline-block;
margin-bottom: 0.1em;
margin-top: 0.1em;
width: 100%;
}
  .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color:#ffffff;
    border: 0.5px solid #000;
  }
 .Boxlabel {
	 
	 margin-bottom: 0.0em;
	 margin-top: 0.2em;
 }
  
  /* On mouse-over, add a grey background color */
  .container:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .container input:checked ~ .checkmark {
    background-color: #05054b;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  /* Show the checkmark when checked */
  .container input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */

    .container .checkmark:after {
left: 4px;
top: 0px;
width: 5px;
height: 10px;
      border: solid white;
          border-top-width: medium;
          border-right-width: medium;
          border-bottom-width: medium;
          border-left-width: medium;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      }
  
      .right-img {

        position: absolute;
        width: 100%;
        max-width: 390px;
        bottom: 0;
        right: -10%;
        margin-left: auto;
        margin-right: auto;
        pointer-events: none
      }
      .z3 {

        z-index: 3;
      }

      
.smallprint {
	
	font-size: 11px;

}

.Bodytext {

font-family: "korolev", sans-serif;
  font-weight: 400;
  font-style: normal;


 		margin: 0.2em 0;
}

.light {
font-weight: 300;
}

.heavy {
font-weight: 400 !important;
}

.vheavy {
font-weight: 700 !important;
}

.center {
text-align: center;
}


.jumbo {

  font-size: 28px;
}

.heavysmall{

  font-size: 14px;
}
.Bluetext {
color:#23241f;
}

.whitetext {
color: #ffffff;
}
.blacktext {
  color: #000000;
  }

.bluebg {
	color:#23241f;
	
}

label {
padding-bottom: 0.1em;

}


.link {

  color: #ffffff;
  margin-top: 10px;
}

.link:visited {

  color: #ffffff !important;

}
.formlink {

  color:#ffffff;
  text-decoration: underline;
}

form {
	margin-top: 0.9em;
	margin-bottom: 0px;
	max-width: 350px;
margin-left: auto;
margin-right: auto;
	text-transform: none;
}
.flymiddle {
	
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  height: auto;
display: inline-block;
 max-width: 450px;
width: 95%;
}


.logoimg {

  padding-top: 20px;
  padding-bottom: 0px;
  width:90%;
  max-width: 300px;
  margin-left: auto;
margin-right: auto;
}




.height100 {

  height:100px;

}
@keyframes fadein2 {
  0% {  transform: scale(0, 0)  }

    80% {  transform: scale(0, 0) }


  87% {    transform: scale(1, 1) 
    } 
}

.fadein {

  
	animation: fadein2 2500ms;
}

.whiteborder {

  border: 5px solid white;
}

.fixedmiddle {
  left: 50%;
  transform: translate(-50%);
  position: relative;
  width: 85%;
  text-align: center;
  padding-top: 20px;
  max-width: 440px; 
  margin-top: 20px;
}

#container {
/*    
  height: calc(var(--vh, 1vh) * 100); 
   position:relative;
min-height: 550px; */

position: relative;
min-height: calc(var(--vh, 1vh) * 100);
}
.container2 {

  /* 
  min-height: calc(var(--vh, 1vh) * 100);  */
  position:relative;

max-width: 100%;
width: 100%;
margin-left: auto;
margin-right: auto;
min-height: 100vh;
display: block;
overflow-x: hidden;
height:auto;


}
.bottom-pad {
  
padding-bottom: 160px;
}

input[type=checkbox] {
   -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  padding-right: 10px; 
  background-color: white;
  visibility: hidden;
  display: none;


}
.Detailsbox {
     border: 1px solid #05054b !important; 
    width: 100% !important;

    height: 30px !important; 
	background-color: rgba (255,255,255,0.75);
    display: inline-block;
    font-size: 15px;
    text-align: center;
font-family: "korolev", sans-serif;
    font-weight: 400;
    font-style: normal;
    
color:#222222;
margin-top: 0.1em;
margin-bottom: 0.3em;	
transform: translateZ(0);
padding-top: 0px;
padding-bottom: 0px;
line-height: 22px;
background-color: #f2f0f0;
}





.Smallbox {
     border: 1px solid #BCBCBC !important; 
    width: 100px !important;

    height: 22px !important;
	background-color: rgba (255,255,255,0.75);
    display: inline-block;
    font-size: 16px;
    text-align: center;
    max-width: 85%;



/*   border: 2px solid #e3f0fd; */
border:none;
font-family: "korolev", sans-serif;
font-weight: 400;
font-style: normal;
color:#2c2f33;
margin-top: 0.1em;
margin-bottom: 0.3em;	
	  border-radius: 0;
  -webkit-border-radius:0px;
-webkit-appearance: none;
}

input[type=button], input[type=submit], input[type=reset] {

font-family: "korolev", sans-serif;
  font-weight: 700;
  font-style: normal;

 width:auto;
 text-align:center;

font-size: 19px;
margin-top: 5px;
max-width: 100%;
margin-left: auto;	
margin-right: auto;	
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
  border-radius: 0;

  padding: 10px 20px 10px 20px;

  margin-bottom: 15px;
  background-color:#ffffff;

  border: 3px solid rgba(206,168,85,1);
  
  box-shadow: 5px 6px rgba(0,0,0,1) ;
cursor: pointer;
color:#000000;
font-weight: 600;

}

.linkbutton {

font-family: "korolev", sans-serif;
  font-weight: 400;
  font-style: normal;
 width:auto;
 text-align:center;
 margin-bottom:0px;


font-size: 16px;
margin-top: 12px;
max-width: 100%;
margin-left: auto;	
margin-right: auto;	
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
  border-radius: 0;
  -webkit-border-radius:0px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  display: block;
}
strong {
  font-size: 19px;
  font-weight: 800;
}





.help {

  font-size: 14px;
  z-index: 2;
  color: #23241f;
}

.help a {
	color: #ffffff;
text-decoration: none;
}

@media only screen and (min-width: 480px) and (min-height: 350px) { 

  
  .bottom-pad {
  
    padding-bottom: 188px;
  
  }
   } 


@media only screen and (min-width: 587px) and (min-height: 350px) { 


.right-img {

  max-width: 450px;

  right: 10%;
}

 } 
 
 
@media only screen and (max-height: 550px) { 
 
 .mainarea {
    background-position:  center center;
    background-repeat:  no-repeat;
    background-attachment: fixed;
}


}

@media only screen and (min-height: 800px) { 
.bottomscroll {
	

height: 200px !important;

}
}




@media only screen and (max-width: 800px) { 
 
  .offsetleft-img {display: none;

    }
    .offsetright-img {

      /*   position: absolute;
        left: 0;
        position: inherit; */

        display: block;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        right: 50;
        max-width: 100%;

      }
      

}






.whitelink {

  color: white;

}
    ul {
      overflow: hidden;
      white-space: nowrap;
      padding: 0;

    }
    li {
      display: inline-block;
      font-size: 0.9rem;
      list-style-type: none;
      padding: 0.2em;

      font-weight: 600;
  margin: 0px 3px;

    }

    
    li span {
      display: inline-block;
      font-size: 1.5rem;
    }
    
 
    
    @media all and (max-width: 768px) {
   
      
      li {
        
padding: 0px;
    width: 18%;
    margin: 0px 5px;
      }
      

.titles {
  width: 18%;
  font-size: 13px;
}
.nums {
  font-size: 38px;
  line-height: 38px;
  padding: 5px 0px;
  width: 25px;
  color: yellow;
  background-color: #2c2929;
}

.sign {
  border: 10px black solid;

    
    }

  }


.containercookie {

  display: block;
position: absolute;
padding-left: 15px;
padding-right: 15px;
cursor: pointer;
font-size: 12px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
right: 0 !important;
left: 0 !important;
width: auto;
text-align: center;
z-index: 3;
padding-top: 20px;
padding-bottom: 20px;
background-color: white;
}


.acceptcookie {

  padding: 5px 10px;
color: white;
z-index: 5;
position: inherit;
border: none;
}





.overlay-content {
position: relative;
top: 4%;

text-align: center;
margin-top: 10px;
margin-left: 15px;
margin-right: 15px;
}

.overlay a {
  padding: 8px;
  color: #fff;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;

  right: 5px;
  top: 5px;
  font-size: 30px;
  z-index:4;
}

/*end overlay style*/

/*box*/





.fly-in {
  
  animation: fly-in 1.0s linear; 
}

@keyframes fly-in {
  0% {
    transform: scale(0) translate(-800px, -800px) rotate(0deg);

  }
  40% {
    transform: scale(0.5) translate(-400px, -400px) rotate(360deg);

  }
  
  80% {
    transform: scale(1) translate(0, 0) rotate(720deg );

  }
  
  100% {
    transform: scale(1) rotate(360deg);

  }
}


.pop-over {
  opacity: 1 ;
  animation: pop-over 2.0s linear;
  
  transform: scale(1.2) ; 
}

@keyframes pop-over {
  0% {
    
  opacity: 0 ;


  }
  40% {
    
  opacity: 0 ;

  }
  
  80% {
    
  opacity: 0 ;
    transform: scale(0)  ;
    

  }
  
  95% {
    transform: scale(1.4) ;

    opacity: 1 ;
  }
  100% {
    transform: scale(1.2) ;

    opacity: 1 ;
  }
}


/*modal*/



/* new animation */
.termsx {
  overflow-y: scroll;
  padding: 10px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 300;
  font-size: 12px !important;
  margin-bottom: 50px;
  height: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  width: 90%;
  margin-top: 15px;
}

.bottompad{
	height:140px;
	
}

.bottomscroll {
	
background: rgb(40,51,74);
background: linear-gradient(0deg, rgba(40,51,74,1) 25%, rgba(40,51,74,0) 100%);
margin-top: -150px;
width: 100%;
height: 200px;
z-index: 3;
left: 0;
position: absolute;
pointer-events: none;
}




.middleterms {
	
	max-width: 700px;
	margin: auto;
}
.closelink {
	
	text-align: right;

		color: white !important;
		position: absolute;
		top: 12px;
		right: 12px;
	text-decoration: none;
	
	  content: "\00d7"; /* This will render the 'X' */
	    width: 32px;
  height: 32px;
}

.closelink:before, .closelink:after {
  position: absolute;
  left: 20px;
  content: ' ';
  height: 25px;
  width: 3px;
  background-color: white;
}
.closelink:before {
  transform: rotate(45deg);
}
.closelink:after {
  transform: rotate(-45deg);
}


.close-icon {
  position: sticky;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  margin-top: 10px;
}
.close-icon:before, .close-icon:after {
  position: absolute;
  left: 20px;
  content: ' ';
  height: 25px;
  width: 3px;
  background-color: white;
}
.close-icon:before {
  transform: rotate(45deg);
}
.close-icon:after {
  transform: rotate(-45deg);
}


    .modal-container {
        position:fixed;
        left:50%;
        transform:translate(-50%, calc(var(--vh, 1vh) * 100));

        background-color:#23241f;
 
		width: 100%;
    height: 100vh; /* Use vh as a fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
        border-radius:2px;
        font-size: 25px;
        text-align: center;
        transition: transform 800ms; 
animation-timing-function: ease-in;
		z-index: 2;
		color: white;
		text-align: left;
		top: calc(var(--vh, 1vh) * 100);

    }
        
    .modal2:before {
        content:"";
        display: none;
        position: fixed;
        background-color: rgba(0,0,0,0);
        top:0;
        left:0;
        height: 100vh; /* Use vh as a fallback for browsers that do not support Custom Properties */
        height: calc(var(--vh, 1vh) * 100);
        width:100%;
		z-index: 2;
    }
        
    .modal2:target .modal-container {
        transform:translate(-50%,  calc(var(--vh, 1vh) * -100));



    }
        
    .modal2:target:before {
        display:block;
    }
    

/*modal2*/
.modal-window {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  color: #ffffff;
}
.modal-window:target {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.modal-window > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0.5em;
    padding-top: 0.5em;
  background: rgba(0,0,0,0.9);
  
  background-color: #000000;
    border: 3px #ffffff solid;
  height: 95%;
  padding-top: 20px;
  width: 90%;
  max-width: 600px;
  
}
.modal-window header {
  font-weight: bold;
}
.modal-window h1 {
  font-size: 150%;
  margin: 0 0 15px;
}
H1 {
  margin-top: 0px;
}

.modal-close {
  color: #ffffff;
  line-height: 18px;
  font-size: 120%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 12px;
  width: 40px;
  text-decoration: none;
  display: flow-root;
}
.modal-close:hover {
  color: lightgray;
}

.modal-window > div {
  border: 3px #fdf9f9 solid;
}

.modal-window div:not(:last-of-type) {
  margin-bottom: 15px;
}


/*end modal2*/
