

@font-face {
	font-family: 'TT Squares Condensed';
	src: url('../fonts/TTSquaresCondensed-Light/TTSquaresCondensed-Light.eot');
	src: local('TT Squares Condensed Light'),
		url('../fonts/TTSquaresCondensed-Light/TTSquaresCondensed-Light.eot?#iefix') format("embedded-opentype"),
		url('../fonts/TTSquaresCondensed-Light/TTSquaresCondensed-Light.woff') format("woff"),
		url('../fonts/TTSquaresCondensed-Light/TTSquaresCondensed-Light.woff2') format("woff2"),
		url('../fonts/TTSquaresCondensed-Light/TTSquaresCondensed-Light.ttf') format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'TT Squares Condensed';
	src: url('../fonts/TTSquaresCondensed-Black/TTSquaresCondensed-Black.eot');
	src: local('TT Squares Condensed Black'),
		url('../fonts/TTSquaresCondensed-Black/TTSquaresCondensed-Black.eot?#iefix') format("embedded-opentype"),
		url('../fonts/TTSquaresCondensed-Black/TTSquaresCondensed-Black.woff') format("woff"),
		url('../fonts/TTSquaresCondensed-Black/TTSquaresCondensed-Black.woff2') format("woff2"),
		url('../fonts/TTSquaresCondensed-Black/TTSquaresCondensed-Black.ttf') format("truetype");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');

body {
	width: 100%;
	height: auto;
	min-height: 100vh;
	background: #060C16 url('../img/BG.png') no-repeat center / cover;
	font-family: 'TT Squares Condensed', sans-serif, Helvetica;
	font-size: 15;
	font-weight: 900;
	color: #fff;
	word-wrap: break-word;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	        flex-direction: column;
}

.header {
	text-align: left;
	padding: 5vh 15.7vh 0 15.7vh;
	position: relative;
	z-index: 10;
}

.logo {
	display: inline-block;
	max-width: 237px;
}

.logo img {
	display: block;
	max-height: 8vh;
}

.main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	        flex: 1;
	position: relative;
	padding: 7vh 15.7vh 10vh 15.7vh;
}


.title {
	font-weight: 900;
	text-transform: uppercase;
	position: relative;
	z-index: 100;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.bet {
	font-size: 3.1vw;
	position: relative;
	display: inline-block;
	padding: 1.146vw 2.2vw;
	background: #2DA6B1;

}



.deposit-bonus {
	font-size: 6vw;
	display: block;
	line-height: 0.81;
	margin: 2vw 0 4vw 0;
	letter-spacing: -0.03em;
}


.deposit-100 {
	display: inline-block;
	font-size: 5.2vw;
	position: relative;
	padding: 0.5vw 2vw;
	background: #F04C4D;
}


.upto-100 {
	display: inline-block;
	position: relative;
	padding: 9px 36px;
	background: #F04C4D;
}

.upto {
	font-weight: 300;
	font-size: 2.5vw;
	display: inline-block;
	vertical-align: middle;
}

.bonus-100 {
	font-size: 5.2vw;
	display: inline-block;
	vertical-align: middle;
}

.main__right {
	background: rgba(22, 32, 48, 0.8);
	-webkit-box-shadow: 10px 24px 44px rgba(0, 0, 0, 0.4);
	        box-shadow: 10px 24px 44px rgba(0, 0, 0, 0.4);
	-webkit-backdrop-filter: blur(17px);
	        backdrop-filter: blur(17px);
	-webkit-border-radius: 20px;
	        border-radius: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 2vw 6vw;
	z-index: 1;
	width: 35.417vw;
}
.form {
	font-family: 'Roboto', sans-serif;
	width: 100%;
	z-index: 10;
}
.form .wrap {
	margin-bottom: 0.7vw;
	width: 100%;
}
.form .wrap input {
	width: 100%;
	border: 1px solid #FFFFFF;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	background-color: transparent;
	-webkit-box-shadow: none;
	        box-shadow: none;
	padding: 1vw 1.9vw;
	font-weight: 400;
	font-size: 1.146vw;
	line-height: 120%;
	color: #FFFFFF;
}
.form .wrap input.error {
	border-color: #F04C44;
}
.form .error-dummy {
	padding: 10px;
	color: #F04C44;
	margin: 0;
}
.form .wrap input::-webkit-input-placeholder {
	opacity: 1;
	color: #fff;
}
.form .wrap input::-moz-placeholder {
	opacity: 1;
	color: #fff;
}
.form .wrap input:-ms-input-placeholder {
	opacity: 1;
	color: #fff;
}
.form .wrap input::-ms-input-placeholder {
	opacity: 1;
	color: #fff;
}
.form .wrap input::placeholder {
	opacity: 1;
	color: #fff;
}
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  padding: 1vw 1.3vw 1vw 2.604vw;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
	color: #fff;
  line-height: inherit;
	border: 1px solid #fff;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
}
option {
	color: rgba(0,0,0,1);
}
.wrap-select {
	background: transparent;
	font-weight: 400;
	font-size: 1.146vw;
	line-height: 120%;
	color: #fff;
	position: relative;
}
.wrap-select::after{
	content: "";
	background-image: url(../img/arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	top: 50%;
	left: 1vw;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.8em;
	height: 0.5em;
}

.form .wrap-terms {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 30px 0 40px 0;
}
.form .wrap-terms input.error{
	box-shadow: 0px 0px 3px 4px #f04c44;
}
.form .wrap-terms input {
	width: 18px;
	height: 18px;
	margin: 0;
	padding: 0;
	-webkit-border-radius: 6px;
	        border-radius: 6px;
	background: transparent;
	border: 2px solid #fff;
	cursor: pointer;
}
.error {
	border-color: #f04c44;
}
.form .wrap-terms label {
	margin-left: 0.521vw;
	font-weight: 300;
	font-size: 0.833vw;
	line-height: 120%;
	color: #FFFFFF;
	cursor: pointer;
}
.form__title {
	padding: 1.146vw 4.323vw;
	font-weight: 900;
	font-size: 2.03vw;
	line-height: 81%;
	text-transform: uppercase;
	color: #FFFFFF;
	white-space: nowrap;
	position: relative;
	text-align: center;
	z-index: 1;
	width: auto;
	margin: -3.5vw auto 60px auto;
}
.form__title::before {
	content: '';
	display: block;
	background: #F04C44;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	-webkit-transform: skew(-9deg);
	    -ms-transform: skew(-9deg);
	        transform: skew(-9deg);
}

.form__button[disabled] {
	opacity: 0.5;
	pointer-events: none;
}
.main__center {
	position: absolute;
	left: 12vw;
	bottom: 0;
	z-index: 1;
	width: 52.708vw;
}
.main__center img {
	width: 100%;
}


.main__img-mob {
	display: none;
}

.button {
	display: inline-block;
	font-size: 1.146vw;
	color: #fff;
	background: #045C63;
	border: none;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	width: 100%;
	padding: 1.146vw;
	text-align: center;
	position: relative;
	z-index: 100;
}

.button:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
/* footer */
.footer {
	background: #121A26;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	padding: 31px 10px 26px;
}

.footer__icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	        align-items: center;
}

.footer__left {
	margin-right: 7%;
}

.footer__left li {
	margin-right: 15px;
}

.footer__right {
	font-size: 10px;
	line-height: 1.2;
}

.footer__right li {
	margin-right: 16px;
}



.popup {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.85);
	z-index: 999;
}
.popup.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.popup__content {
	width: 100%;
	height: auto;
	background: rgba(22, 32, 48, 0.8);
	border: 1px solid #2E464E;
	-webkit-backdrop-filter: blur(17px);
	        backdrop-filter: blur(17px);
	-webkit-border-radius: 20px;
	        border-radius: 20px;
	margin: auto;
	max-width: 600px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	overflow: hidden;
}

.popup__title {
	background-color: #2DA6B1;
	color: #fff;
	font-size: 2rem;
	padding: 20px;
	width: 100%;
	text-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0;
}

.popup__body {
	padding: 30px 30px 50px 30px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.popup__desc {
	font-size: 1rem;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 30px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}
.popup__button {
	width: auto;
	margin: 0 auto;
	padding: 0.8rem 2.5rem;
	font-size: 1.5rem;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.popup-error .popup__title {
	background-color: #F04C44;
}

.popup-desc__pass, .popup-desc__login {
	color: #2DA6B1;
}

.wrap-terms a {
    color: #b58282;
}
