/* font-family: 'Roboto Condensed', sans-serif; 400 700 */
/* font-family: 'Open Sans', sans-serif; */

* {
	outline: none;
	margin: 0;
	padding: 0; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	/* font-family: 'Open Sans', sans-serif; */
	font-family: 'Montserrat', sans-serif;
    background: #080500 url(../images/bg.jpg) center top no-repeat;
    color: #a5935d;
    font-size: 14px;
    font-weight: 400;
    min-width: 320px;
    overflow-x: hidden; 
}

.openedModal{
	overflow: hidden;
}
#wrapper {
    width: 100%;
    height: 100%;
}

.content {
    width: 320px;
    margin: 0 auto;
    position: relative;
}

.header {
    width: 366px;
    /* height: 36px; */
    /* background: url(../images/header.png) no-repeat; */
    margin-left: -23px;
    position: relative;
	z-index: 80;
	text-align: center;
	/* margin-bottom: 40px; */
	padding-top: 10px;
}

.logo {
    /* position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -57px; */    /* position: absolute;
    top: 0px;
    left: 50%;
	margin-left: -57px; */
	max-width: 370px;
	width: 100%;
	display: block;
}

.baraban {
    width: 652px;
    height: 652px;
    margin-left: -30px;
    margin-top: -25px;
    position: relative;
    margin-left: -166px; 
    z-index: 1;
}

.baraban .baraban-in {
    width: 652px;
    height: 652px;
    background: url(../images/baraban.png) no-repeat;
    background-size: contain;
    position: relative; 
}

.baraban .baraban-in.active {
    animation-name: baraban-circle-active;
    animation-timing-function: linear;
    animation-duration: 2s;
    animation-direction: alternate;
}

@keyframes baraban-circle-active {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(1445deg);
    }
}

.baraban .baraban-in.active-second {
    animation-name: baraban-circle-second;
    animation-timing-function: linear;
    animation-duration: 2s;
    animation-direction: alternate;
}

@keyframes baraban-circle-second {
    0% {
        transform: rotate(1380deg);
    }

    100% {
        transform: rotate(2760deg);
    }
}

.text-title {
    text-align: center;
    padding-top: 32px;
}

.character {
    position: absolute;
    top: 116px;
    left: -394px;
    z-index: 0;
}

.attempt {
    /* background: url(../images/attemp1.png) no-repeat; */
    width: 253px;
    height: 420px;
    z-index: 0;
    position: absolute;
    top: 250px;
	right: -360px;
	z-index: 2;
}

.attempt:after{
	position: absolute;
	width: 200px;
	height: 123px;
	background: url(../images/arrow.png) no-repeat center;
	background-size: contain;
	top: -120px;
    left: -120px;
	content: '';
}

.attempt-text{
	font-size: 26px;
letter-spacing: 0.05em;

color: #FFFFFF;
font-weight: 600;
}

.attempt-text span{
	font-size: 40px;
	font-weight: 900;
	display: block;
}

.attempt-count{
	font-weight: 600;
font-size: 20px;
display: flex;
justify-content: space-between;
color: #FFFFFF;
align-items: center;
margin: 20px 0;
}

.attempt-count-text{

}
.attempt-count-inner{
	border: 2px solid #D70711;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 63px;
	height: 63px;
	font-size: 42px;
	margin: 0 30px;
    background: rgba(0, 0, 0, 0.7);
}

.attempt-bonuses{
	margin-top: 50px;
}


.attempt-bonuses img{
	display: none;
}


.baraban .baraban-in .text{
	width: 544px;
    height: 544px;
    background: url(../images/text.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 60px;
    left: 54px;
    z-index: 5;
}


.baraban .btn-baraban {
    width: 150px;
    height: 150px;
    background: url(../images/btn1.png) no-repeat;
    background-size: contain; 
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -75px 0px 0px -75px;
    z-index: 8;
    cursor: pointer;
}


.baraban .baraban-select {
	width: 251px;
    height: 260px;
    position: absolute;
    top: 85px;
    left: 206px;
    z-index: 4;
    opacity: 1;
    transition: ease 1.5s;
	
	background-image: url(../images/baraban-select.png);
	background-repeat: no-repeat;
    background-size: contain;
}

.baraban .baraban-select.active {
    opacity: 1;
}

.btn-baraban:hover{
	transform: scale(1.1)
}

.starsWrapp{
	width: 100%;
	height: 100%;
	filter: blur(1px);
}
.starsWrapp .loader-star{
	width: 10px;
	height: 10px;
	position: absolute;
	opacity: 0;
}

polygon{
	
	fill: #fff!important;
}

.starsWrapp .star1 {
	-webkit-animation: stars-pulse 1s ease-in-out infinite;
	animation: stars-pulse 2.4s ease-in-out infinite;
	left: 58px;
    top: 19px;
}

.starsWrapp .star2 {
	 -webkit-animation: stars-pulse 1s 0.2s ease-in-out infinite;
	animation: stars-pulse 2.4s 0.1s ease-in-out infinite; 
	left: 70px;
    top: 19px;
}

.starsWrapp .star3 {
	-webkit-animation: stars-pulse 1s 0.4s ease-in-out infinite;
	animation: stars-pulse 2.4s 0.2s ease-in-out infinite; 
	left: 82px;
    top: 19px;
}


.starsWrapp .star4 {
	-webkit-animation: stars-pulse 1s ease-in-out infinite;
	animation: stars-pulse 2.4s 0.3s ease-in-out infinite;
	left: 94px;
    top: 24px;

}

.starsWrapp .star5 {
	 -webkit-animation: stars-pulse 1s 0.2s ease-in-out infinite;
	animation: stars-pulse 2.4s 0.4s ease-in-out infinite; 
	left: 103px;
    top: 32px;
}

.starsWrapp .star6 {
	-webkit-animation: stars-pulse 1s 0.4s ease-in-out infinite;
	animation: stars-pulse 2.4s .5s ease-in-out infinite; 
	left: 111px;
    top: 41px;
}


.starsWrapp .star7 {
	-webkit-animation: stars-pulse 1s ease-in-out infinite;
	animation: stars-pulse 2.4s .6s ease-in-out infinite;
	left: 116px;
    top: 51px;
}

.starsWrapp .star8 {
	 -webkit-animation: stars-pulse 1s 0.2s ease-in-out infinite;
	animation: stars-pulse 2.4s .7s ease-in-out infinite; 
	left: 116px;
    top: 65px;
}

.starsWrapp .star9 {
	-webkit-animation: stars-pulse 1s 0.4s ease-in-out infinite;
	animation: stars-pulse 2.4s .8s ease-in-out infinite; 
	left: 116px;
    top: 79px;
}


.starsWrapp .star10 {
	-webkit-animation: stars-pulse 1s ease-in-out infinite;
	animation: stars-pulse 2.4s .9s ease-in-out infinite;
	left: 111px;
    top: 89px;
}

.starsWrapp .star11 {
	 -webkit-animation: stars-pulse 1s 0.2s ease-in-out infinite;
	animation: stars-pulse 2.4s 1s ease-in-out infinite; 
	left: 103px;
    top: 98px;
}

.starsWrapp .star12 {
	-webkit-animation: stars-pulse 1s 0.4s ease-in-out infinite;
	animation: stars-pulse 2.4s 1.1s ease-in-out infinite; 
	left: 94px;
    top: 107px;
}


.starsWrapp .star13 {
	-webkit-animation: stars-pulse 1s ease-in-out infinite;
	animation: stars-pulse 2.4s 1.2s ease-in-out infinite;
	left: 82px;
    top: 111px;
}

.starsWrapp .star14 {
	 -webkit-animation: stars-pulse 1s 0.2s ease-in-out infinite;
	animation: stars-pulse 2.4s 1.3s ease-in-out infinite; 
	left: 70px;
    top: 111px;
}

.starsWrapp .star15 {
	-webkit-animation: stars-pulse 1s 0.4s ease-in-out infinite;
	animation: stars-pulse 2.4s 1.4s ease-in-out infinite; 
	left: 58px;
    top: 111px;
}

.starsWrapp .star16 {
	-webkit-animation: stars-pulse 1s ease-in-out infinite;
	animation: stars-pulse 2.4s 1.5s ease-in-out infinite;
	left: 47px;
	
	top: 107px;
}

.starsWrapp .star17 {
	 -webkit-animation: stars-pulse 1s 0.2s ease-in-out infinite;
	animation: stars-pulse 2.4s 1.6s ease-in-out infinite; 
	left: 37px;
    top: 98px;
}

.starsWrapp .star18 {
	-webkit-animation: stars-pulse 1s 0.4s ease-in-out infinite;
	animation: stars-pulse 2.4s 1.7s ease-in-out infinite; 
	left: 28px;
    top: 89px;
}


.starsWrapp .star19 {
	-webkit-animation: stars-pulse 1s ease-in-out infinite;
	animation: stars-pulse 2.4s 1.8s ease-in-out infinite;
	left: 24px;
    top: 79px;
}

.starsWrapp .star20 {
	 -webkit-animation: stars-pulse 1s 0.2s ease-in-out infinite;
	animation: stars-pulse 2.4s 1.9s ease-in-out infinite; 
	left: 24px;
    top: 65px;
}

.starsWrapp .star21 {
	-webkit-animation: stars-pulse 1s 0.4s ease-in-out infinite;
	animation: stars-pulse 2.4s 2s ease-in-out infinite; 
	left: 24px;
	
	top: 51px;
}



.starsWrapp .star22 {
	-webkit-animation: stars-pulse 1s ease-in-out infinite;
	animation: stars-pulse 2.4s 2.1s ease-in-out infinite;
	left: 28px;
    
	top: 41px;
}

.starsWrapp .star23 {
	 -webkit-animation: stars-pulse 1s 0.2s ease-in-out infinite;
	animation: stars-pulse 2.4s 2.2s ease-in-out infinite; 
	left: 37px;
    top: 32px;
}

.starsWrapp .star24 {
	-webkit-animation: stars-pulse 1s 0.4s ease-in-out infinite;
	animation: stars-pulse 2.4s 2.3s ease-in-out infinite; 
	left: 46px;
    top: 24px;
}


@-webkit-keyframes stars-pulse {
	0%,
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	80% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
}

@keyframes stars-pulse {
	0%,
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	80% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
}



.arrow {
    margin: -65px auto 0;
    width: 202px;
    height: 129px;
    animation-name: arrow-blick;
    animation-timing-function: linear;
    animation-duration: 0.3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    display: none;
}

@keyframes arrow-blick {
    0% {
        background-image: url(../images/arrow.png);
    }

    100% {
        background-image: url(../images/arrow-on.png);
    }
}

.text-main {
    color: #a5935d;
    line-height: 20px;
    font-size: 13px;
    position: relative;
    z-index: 6;
    background: rgba(8, 5, 0, 0.6);
    border: solid 1px rgba(163, 155, 36, 0.6);
    box-shadow: 0px 0px 20px rgba(163, 155, 36, 0.4);
    border-radius: 10px;
    text-align: center;
    padding: 10px 15px;
    margin-top: -10px;
}

.footer {
    width: 100%;
    padding: 20px 15px 15px;
    box-sizing: border-box;
    text-align: center;
    z-index: 3;
    position: relative;
    background: rgba(0, 0, 0, 0.7);
}

.footer img{
	max-width: 384px;
	width: 100%;
	display: block;
	margin: 0 auto;
}

.popup {
    z-index: 99;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(8, 5, 0, 0.84);
	display: none;
	overflow-y: scroll; 
}

.popup .popup-in {
    width: 320px;
    height: 460px;
    position: absolute;
    top: 83px;
    left: 50%;
    margin: 0px 0px 0px -160px;
    text-align: center;
}

.popup_1-title {
	color: #fff;
	font-size: 30px;
	text-align: center;
	margin-top: 20px;
	font-weight: 500;
}

.reward-text{
	padding: 0px 0 40px;
    font-weight: bold;
	font-size: 24px;
	color: #fff;
}

.reward-text-small{
	font-size: 14px;
}


.popup_1-text{
	font-size: 18px;
	padding: 10px;
	color: #fff;
}

.congratulations-m_2 {
    margin-top: -50px;
}

/*  */



.popup .congratulations{
    width: 320px;
    /* height: 400px; */
	background: url(../images/form-bg.png) no-repeat;
    margin-left: -14px;
    position: relative;
	/* margin-top: 30px; */
	padding-bottom: 30px;
	margin-bottom: 10px;
	padding: 20px 0 40px;
}

.congratulations-revardsWrapp{
	padding-top: 15px;
	display: flex;
	justify-content: center;
}

.congratulations-revardsInner{
	width: 50%;
}

.popup_1 .congratulations, .popup .congratulations {
	background-size: cover;
    border-radius: 10px;
}
.popup_2 .congratulations-revardsWrapp img{
	width: 90px;
	margin: 0 20px;
}

.form .form-head {
    /* position: absolute;
    top: -88px; */
    left: 6px;
}


.popup-title{
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	/* padding: 10px 0; */
}


/* Form (start) */


.registration {
    text-align: center;
    padding-top: 88px; 
    padding-bottom: 6px;
  }
  
  .popup-form {
    width: 330px;
    margin: 0 auto;
    padding-top: 6px;
  }
  
  .tabs {
    background: #fffffe;
    width: 100%;
    height: 38px;
    border-radius: 5px;
    font-size: 16px;
    color: #000;
    box-shadow: 0px 1px 0px #d47c00;
    padding: 4px;
    margin-bottom: 7px;
  }
  
  .tabs span {
    text-align: center;
    display: block;
    float: left;
    height: 30px;
    width: 50%;
    cursor: pointer;
    font-weight: 400;
    line-height: 28px;
  }
  
  .tabs span.active {
    height: 30px;
    background: #e8c072;
    border-radius: 5px; 
  }
  
  .popup-form input:not([type="checkbox"]),
  .popup-form input:not([type="radio"]) {
    width: 100%;
    height: 35px;
    background: #fff;
    /* border-radius: 5px; */
    box-shadow: 0px 1px 0px #d47c00;
    font-size: 16px;
    color:#000;
    padding: 0px 20px 0px 15px;
    border: none;
  }
  
  input::-webkit-input-placeholder {color:#000;}
  input::-moz-placeholder          {color:#000;}
  input:-moz-placeholder           {color:#000;}
  input:-ms-input-placeholder      {color:#000;}
  input[disabled="disabled"]::-webkit-input-placeholder {color:#000;}
  input[disabled="disabled"]::-moz-placeholder          {color:#000;}
  input[disabled="disabled"]:-moz-placeholder           {color:#000;}
  input[disabled="disabled"]:-ms-input-placeholder      {color:#000;}
  
  
  .label {
    margin-bottom: 1px;
    position: relative;
    margin-bottom: 20px;
  }

  .label-captcha {
	  display: flex;
  }

  .form__captchawrap{
	  display: flex;
	  margin-left:50px;
  }

  .form__captchaRefresh{
		background: #fff;
		padding: 5px;
		border: none;
		cursor: pointer;
  }
  
  .forgot-pass {
    color: #edaf19;
    text-decoration: underline;
    position: absolute;
    top: 13px;
    right: 22px;
  }
  
  .label.label-select-val {
    color: #000;
    font-size: 14px;
    text-align: center;
    padding: 4px 0px;
  }
  
  .label.label-select-val span {
    color: #000;
    display: inline-block;
  }
  
  .label.label-select-val label {
    display: inline-block;
    margin-left: 8px;
    cursor: pointer;
  }
  
  .label.label-checkbox {
    font-size: 14px;
    color: #000;
    padding-left: 0px;
    margin-bottom: 8px;
  }
  
  .label.label-checkbox a {
    color: #367e0a;
    text-decoration: underline;
  }
  
  .label.label-checkbox label {
	cursor: pointer;
	display: flex;
	text-align: left;
	margin-bottom: 12px;
  }

  .label.label-checkbox label span{
	  font-size: 12px;
	  font-weight: 500;
  }

  .label.label-checkbox label span a{
	 color: #DA0818;
	 text-decoration: none;
  }
  
  .label.label-checkbox label .jq-checkbox {
	margin-right: 8px;
	width: 15px;
	height: 15px;
	flex-shrink: 0;
	margin-top: 3px;
	background: transparent;
	border: 2px solid #373737;
  }

  .label.label-checkbox label .jq-checkbox.checked .jq-checkbox__div{
	top: 0px;
    left: -2px;
  }
  
  .popup-btn {
    width: 262px;
    height: 39px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
	background: #DA0818;
	border-radius: 10px;
    font-size: 18px;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    color: #fff;
    line-height: 38px;
    text-decoration: none;
	border: none;
	overflow: hidden;
  position: relative;
  }

  .popup-btn:after{
	background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
	/* z-index: -10; */
	
  }

  .popup-btn span {
    z-index: 20;
  }
  
  .popup-btn:hover:after {
	left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  
  .social-block {
    font-size: 14px;
    text-align: center;
    color: #010101;
    padding-bottom: 20px;
  }
  
  .social-block ul {
    display: block;
    margin: 3px 0;
  }
  
  .social-block ul li {
    display: inline-block;
    margin: 0 8px;
  }

  .social-block p{
	  font-weight: 500;
  }
  
  .social-block ul li a {
    display: block;
    width: 35px;
    height: 35px;
    background: url(../images/social.png) no-repeat;
  }
  
  .social-block ul li a.soc-vk {
    background-position: 0px 0px;
  }
  
  .social-block ul li a.soc-fb {
    background-position: -55px 0px;
  }
  
  /* .social-block ul li a.soc-od {
    background-position: -68px 0px;
  } */
  
  .social-block ul li a.soc-gp {
    background-position: -165px 0px;
  }
  
  .social-block ul li a.soc-tw {
    background-position: -110px 0px;
  }
  
  /* .social-block ul li a.soc-ma {
    background-position: -170px 0px;
  }
   */
  .iti-flag {
    background-image: url(../images/flags.png);
  }
  
  .intl-tel-input .selected-flag .iti-flag {
    left: 11px;
  }
  
  .intl-tel-input .selected-flag .iti-arrow {
    right: 0px;
    border-top: 4px solid #edaf19;
  }
  
  .intl-tel-input {
    display: block;
    
  }

  .intl-tel-input .country-list {
    width: 260px;
  }
  
  .error {
    color: #DA0818;
	font-size: 14px;
    font-weight: 600;
    padding: 4px 0 4px 15px;
    text-align: left;
  }
  
  .label.label-select-val .error,
  .label.label-checkbox .error {
    padding-left: 2px;
  }


/* Form (end) */

@media screen and (max-width: 1080px) {

	.content{
		overflow: hidden;
	}

	.header{
		margin: 0 auto;
		width: 100%;
	}
    .character, .attempt {
		/* display: none; */
		position: static;
		width: 100%;
		height: 250px;
        background: rgba(0, 0, 0, 0.7);
        padding-top: 25px;
        border-radius: 10px 10px 0 0;
	}
	
	.attempt-text{
		text-align: center;
	}

	.attempt-count{
		padding: 0 20px;
	}

	

	.attempt-bonuses{
		margin-top: 10px;
	}

    .arrow {
        display: block;
    }

    .baraban .baraban-in .lights {
        width: 314px;
        height: 314px;
        top: 33px;
        left: 32px;
    }

    .baraban {
        width: 380px;
        height: 380px;
        margin-left: -30px;
    }

    .baraban .baraban-in {
        width: 380px;
        height: 380px;
	}
	
	.baraban .baraban-in .text {
		width: 274px;
		height: 274px;
		top: 57px;
    left: 54px;
    }
    
    .baraban .btn-baraban {
		/* width: 70px;
		height: 70px;
		margin: -35px 0px 0px -35px; */

		transform: scale(.5);
    }

    .baraban .btn-baraban:hover {
        transform: scale(.55);
    }

    .baraban .baraban-select {
		width: 143px;
		height: 157px;
		top: 49px;
		left: 119px;
    }
}

@media screen and (max-width: 700px) {
    .congrat-title {
        display: none;
    }

    .popup .popup-in {
        top: 100px;
    }
}

/* Loader (start) */

.popup-loader {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.popup-loader .popup-loader-in {
    width: 140px;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.popup-loader .popup-loader-in span {
    color: #fff;
    font-size: 20px;
    display: block;
    padding-top: 10px;
}

/* Loader (end) */
@media screen and (max-width: 480px), screen and (max-height: 600px) { 
	.popup .popup-in { 
		margin: 0px 0px 0px -160px; 
       		top: 70px; 
	} 
	.popup { 
		/* display: block; */
		overflow: hidden; 
       		overflow-y: scroll; 
	} 


	.popup .congratulations{
		width: 320px;
		padding: 20px;
		background-size: cover;
		margin: 0;
	}

	.popup-form{
		width: 100%;
	}
}

