/* styles */

* {
	scrollbar-width: thin;
	scrollbar-color: #fa5a00 #0f2955;
}

*::-webkit-scrollbar {
	width: 8px;
}

*::-webkit-scrollbar-track {
	background: #0f2955;
}

*::-webkit-scrollbar-thumb {
	background-color: #fa5a00;
}

html {
	height: 100%;
}
html * {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	        text-size-adjust: 100%;
}

body {
	height: 100%;
	min-width: 320px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	cursor: default;
	position: relative;
}

/* page */

.main_wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-height: 100%;
	background: #0a274c url("../img/bg_desktop.jpg") center no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	overflow: hidden;
}

.logo {
	display: block;
	width: 240px;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -120px;
}

.content_wrapper {
	margin: 0 auto;
	padding: 120px 20px 0px;
	width: 100%;
	max-width: 1220px;
	position: relative;
}

.text_block {
	font-style: italic;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 99;
}

.text_block .main_title {
	margin: 0 0 10px;
	font-weight: 900;
	font-size: 50px;
	line-height: 1.1;
	text-transform: uppercase;
}

.text_block .description {
	font-size: 24px;
}

.btnFH .arrow{
	display: block;
	position: relative;
	width: 7px;
	height: 7px;
	border-top: 1px solid rgb(108, 108, 108);
	border-right: 1px solid rgb(108, 108, 108);
	margin-right: 7px;
	margin-left: 7px;
	top: -3px;
	transform: rotate(135deg);
  }
  .btnFH{
	position: absolute;
	right: 100px;
	top: 20px;
  margin-left: 25px;
  display: flex;
  align-items: center;
  cursor: pointer;
  z-index: 10;
  }
  
  .lngHref{
	position: absolute;
	background-color: rgb(26, 26, 26);
	padding: 15px 7px;
	right: 115px;
    border-radius: 8px;
    top: 50px;
    z-index: 10;
  }
  .lngHref a{
  position: relative;
  display: block;
  margin-bottom: 10px;
  }
  .lngHref a:last-child{
  margin-bottom: 0px;
  }
  .lngHref img,.btnFH img{
	width: 28px;
	min-width: 28px;
	max-width: 28px;
	min-height: 20px;
	height: 20px;
	max-height: 20px;
	object-fit: cover;
  }
  
@media screen and (max-width: 876px) {
    .btnFH{
        right: 16px;
        top: 16px;
    }
    .btnFH .arrow{
        display: none;
    }
    .lngHref{
        right: 9px;
        top: 45px;
    }
  }
  .welc_wr{
	background: #0f2d57;
	border-width: 0px 3px 3px 0px;
	border-style: solid;
	border-color: #0a203d;
	border-radius: 33px;
	padding: 84px 50px 25px;
	font-family: "Roboto", sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
  }
  .welc_bon{
	background: #ffbc00;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	margin-bottom: 9px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 0 15px;
  }
  .welc_text{
	font-weight: 800;
	font-size: 20px;
	line-height: 19px;
  }
  .welc_mtext{
	font-weight: 900;
	margin-bottom: 9px;
	font-size: 74px;
	line-height: 68px;
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  }
  .welc_mt2{
	font-size: 64px;
	line-height: 58px;
  }
  .welc_mtext span{
	color: #ffbc00;
  }
  .welc_md{
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: 12px;
	align-items: center;
	margin-bottom: 9px;
  }
  .welc_dtext{
	font-weight: 800;
	font-size: 20px;
	line-height: 19px;
	width: fit-content;
  }
  .welc_line{
	height: 2.5px;
	background: #ffbc00;
	border-radius: 2px;
	box-shadow: 0px 2px 7px #d6a51c;
  }
  .welc_wr a button.form-btn{
	font-weight: 900;
	font-size: 16px;
	line-height: 15px;
	margin-top: 25px;
	border-radius: 9px;
	height: 43px;
	background: #ffbc00;
	box-shadow: none;
	transition: all 0.3s;
	width: 100%;
	border: none;
	color: #fff;
	cursor: pointer;
  }
  .welc_wr a button.form-btn:hover{
	box-shadow: 0px 7px 27px 0 #d6a51c;
  }
  .welc_plane{
	position: absolute;
	top: -84px;
	left: 35px;
	width: 250px;
  }

.images_block {
	position: relative;
}

.image {
	display: block;
	height: auto;
	position: absolute;
}

.image_left {
	width: 537px;
	top: 85px;
	left: -155px;
}

.image_right {
	width: 595px;
	top: -40px;
	right: -205px;
}

.objects_desktop {
	display: block;
	width: 1566px;
	height: auto;
	position: absolute;
	top: -215px;
	left: -215px;
}

.objects_mobile {
	display: none;
}

.slots_wrapper {
	margin: 0 auto -24px;
	padding: 53px 0 0;
	width: 592px;
	height: 466px;
	background: url("../img/slots_bg.png") center no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	position: relative;
}

.slots_wrapper:before {
	display: block;
	content: "";
	width: 19px;
	height: 103px;
	background: url("../img/spins_logo.png") center no-repeat;
	position: absolute;
	top: 70px;
	left: 30px;
}

.arrows_block {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: absolute;
	top: 22px;
	left: 0;
}

.arrows_block .arrow {
	width: 0;
	border-left: 18px solid rgba(255,255,255,0);
	border-right: 18px solid rgba(255,255,255,0);
	border-top: 16px solid #fff;
}

.arrows_block .arrow:nth-child(2) {
	margin: 0 120px;
}

.slots_block {
	margin: 0 auto;
	width: 466px;
	height: 356px;
	overflow: hidden;
	position: relative;
}

.slots_block.success {
	-webkit-border-radius: 25px;
	   -moz-border-radius: 25px;
	        border-radius: 25px;
	background: rgba(0, 0, 0, 0.45);
}

.slots_block.success:after {
	display: block;
	content: "";
	width: 500px;
	height: 4px;
	background: #f8c927;
	-webkit-box-shadow: 0px 0px 21px rgba(255, 227, 129, 0.6);
	   -moz-box-shadow: 0px 0px 21px rgba(255, 227, 129, 0.6);
	        box-shadow: 0px 0px 21px rgba(255, 227, 129, 0.6);
	-webkit-transform: rotate(36deg);
	   -moz-transform: rotate(36deg);
	    -ms-transform: rotate(36deg);
	     -o-transform: rotate(36deg);
	        transform: rotate(36deg);
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 50%;
	margin-left: -250px;
}

.slot_column {
	position: absolute;
	top: 0;
}

.spin_start .slot_column {
	top: -715px;
}

.slot_column:nth-child(1) {
	width: 149px;
	left: 0;
}

.spin_start .slot_column:nth-child(1) {
	-webkit-transition: top 1s ease-in-out;
	-o-transition: top 1s ease-in-out;
	-moz-transition: top 1s ease-in-out;
	transition: top 1s ease-in-out;
}

.slot_column:nth-child(2) {
	width: 168px;
	left: 150px;
}

.spin_start .slot_column:nth-child(2) {
	-webkit-transition: top 1s ease-in-out 0.2s;
	-o-transition: top 1s ease-in-out 0.2s;
	-moz-transition: top 1s ease-in-out 0.2s;
	transition: top 1s ease-in-out 0.2s;
}

.slot_column:nth-child(3) {
	width: 147px;
	left: 319px;
}

.spin_start .slot_column:nth-child(3) {
	-webkit-transition: top 1s ease-in-out 0.4s;
	-o-transition: top 1s ease-in-out 0.4s;
	-moz-transition: top 1s ease-in-out 0.4s;
	transition: top 1s ease-in-out 0.4s;
}

.column_wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.slot_icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0 0 1px;
	width: 100%;
	height: 118px;
}

.spin_button {
	display: block;
	margin: 0 auto;
	width: 300px;
	height: 76px;
	-webkit-border-radius: 38px;
	   -moz-border-radius: 38px;
	        border-radius: 38px;
	background: #ffbc00;
	box-shadow: 0px 6px 26px 3px rgba(255, 188, 0, 0.42);
	font-weight: 700;
	font-size: 26px;
	line-height: 76px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	position: relative;
	z-index: 99;
}

.spin_button:hover {
	background: #ffcc3e;
}

.spin_button:active {
	-webkit-transform: scale(0.99);
	   -moz-transform: scale(0.99);
	    -ms-transform: scale(0.99);
	     -o-transform: scale(0.99);
	        transform: scale(0.99);
}

.spin_button.disabled {
	background: #d6a51c;
	color: rgba(255,255,255,0.4);
	cursor: default;
}

.spin_button.disabled:active {
	-webkit-transform: none;
	   -moz-transform: none;
	    -ms-transform: none;
	     -o-transform: none;
	        transform: none;
}

.arcticmodal-container {
	background: url("../img/window_bg_desktop.png") center no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	-webkit-backdrop-filter: blur(5px);
	        backdrop-filter: blur(5px);
}

.arcticmodal-container_i2 {
	padding: 10px;
}

.order_window * {
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
	        box-sizing: content-box;
}

.order_button {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

@media screen and (max-width: 1199px) {

	.content_wrapper {
		max-width: 1000px;
	}

	.image_left {
		width: 437px;
		top: 130px;
		left: -170px;
	}

	.image_right {
		width: 484px;
		top: 28px;
		right: -225px;
	}

	.objects_desktop {
		width: 1400px;
		top: -160px;
		left: -220px;
	}

}

@media screen and (max-width: 999px) {

	.content_wrapper {
		max-width: 767px;
	}

	.text_block {
		margin: 0 0 12px;
	}

	.text_block .main_title {
		margin: 0 0 5px;
		font-size: 34px;
	}

	.text_block .description {
		font-size: 18px;
		line-height: 1.3;
	}

	.image_left {
		width: 335px;
		top: 60px;
		left: -120px;
	}

	.image_right {
		width: 370px;
		top: -20px;
		right: -160px;
	}

	.objects_desktop {
		display: none;
	}

	.slots_wrapper {
		margin: 0 auto -6px;
		padding: 36px 0 0;
		width: 390px;
		height: 308px;
	}

	.slots_wrapper:before {
		display: none;
	}

	.arrows_block {
		top: 10px;
	}

	.arrows_block .arrow {
		border-left: 12px solid rgba(255,255,255,0);
		border-right: 12px solid rgba(255,255,255,0);
		border-top: 12px solid #fff;
	}

	.arrows_block .arrow:nth-child(2) {
		margin: 0 80px;
	}

	.slots_block {
		width: 306px;
		height: 234px;
	}

	.slots_block.success {
		-webkit-border-radius: 18px;
		   -moz-border-radius: 18px;
		        border-radius: 18px;
	}

	.slots_block.success:after {
		width: 330px;
		margin-left: -165px;
	}

	.spin_start .slot_column {
		top: -468px;
	}

	.slot_column:nth-child(1) {
		width: 97px;
		left: 0;
	}

	.slot_column:nth-child(2) {
		width: 110px;
		left: 98px;
	}

	.slot_column:nth-child(3) {
		width: 97px;
		left: 210px;
	}

	.slot_icon {
		width: 100%;
		height: 77px;
	}

	.slot_icon .icon {
		display: block;
		width: auto;
		max-width: 70%;
		height: auto;
		max-height: 65%;
	}

	.spin_button {
		width: 220px;
		height: 60px;
		-webkit-border-radius: 30px;
		   -moz-border-radius: 30px;
		        border-radius: 30px;
		font-size: 20px;
		line-height: 60px;
	}

}

@media screen and (max-width: 767px) {

	.main_wrapper {
		background-image: url("../img/bg_mobile.jpg");
	}

	.logo {
		width: 170px;
		margin-left: -85px;
	}

	.content_wrapper {
		padding: 80px 20px 30px;
		max-width: 360px;
	}

	.text_block .main_title {
		margin: 0 0 10px;
	}

	.image_left {
		display: none;
	}

	.image_right {
		display: none;
	}

	.objects_mobile {
		display: block;
		width: 500px;
		height: auto;
		position: absolute;
		top: -265px;
		left: 50%;
		margin-left: -240px;
	}

	.slots_wrapper {
		left: 50%;
		margin: 0 auto -6px -195px;
		z-index: 99;
	}

	.arcticmodal-container {
		background-image: url("../img/window_bg_mobile.png");
	}

}

@media screen and (max-width: 359px) {

	.content_wrapper {
		max-width: 320px;
	}

	.text_block .main_title {
		font-size: 28px;
	}

	.text_block .description {
		font-size: 16px;
	}

}