/*
Theme Name: Sega Niko Engine
Author: Serhii Nikolaienko
Author Email: seganiko.corp@gmail.com
Author Phone: +48576111731
Author Telegram: @sega_niko
Author Viber: +48576111731
Author WhatsApp: +48576111731
Author Url: https://seganiko.com
Author Linkedin profile: https://www.linkedin.com/in/sergeynikolaenko/
Version: 1.0
*/

* { box-sizing: border-box; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	transition: 0.5s!important;
	outline: none!important;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{
	display: block;
}

blockquote, q{
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after{
	content: '';
	content: none;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

img{
	max-width: 100%;
	height: auto;
    vertical-align: middle!important;
}

ul, ol{
	padding: 10px 10px 10px 20px;
}

a{
	transition: 0.5s;
	text-decoration: none;
	color: #1e8199;
}

a:hover,
a:active,
a:focus,
a:visited{
	text-decoration: none!important;
	color: #1e8199;
}

::-webkit-scrollbar{
    width: 6px;
    background: #fff;
}

::-webkit-scrollbar-thumb{
    width: 6px;
    background: #000;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');



html,
body{
	font-family: "Noto Sans", sans-serif;
	font-size: 16px;
	line-height: 1.3;
	color: #000;
	overflow-x: hidden;
}

strong{
	font-weight: 700;
}

h1, h2, h3, h4, h5, h6{
	padding: 8px 0 6px;
	font-family: "Noto Sans", sans-serif;
	font-weight: 300;
}

h1{
	font-size: 30px;
}

h2{
	font-size: 26px;
}

h3{
	font-size: 22px;
}

h4{
	font-size: 19px;
}

p{
	margin: 12px 0;
}



.header{
	padding: 10px 0;
	border-bottom: 1px solid #e2e2e2;
}

.top-header .row{
	display: flex;
}

.top-header select[name=code_lang]{
	width: 52px;
	margin-right: 10px;
	padding: 2px;
	height: auto;
}

.logo{
    display: flex;
	align-items: center;
	justify-content: flex-start;
	min-height: 42px;
}

.logo img{
	max-height: 30px;
}

.header-contacts{
	display: flex;
	align-items: center;
}

.header-phone a{
	color: #000;
}

.header-phone img{
	width: 20px;
}

.topmenu{
	width: 100%;
    display: flex;
	align-items: center;
	justify-content: center;
    clear: both;
	min-height: 42px;
}

.topmenu ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.topmenu ul li{
	display: inline-block;
	margin: 0;
	padding: 0;
}

.topmenu ul li a{
	color: #000;
	font-family: Bahnschrift Light;
	text-transform: uppercase;
	font-size: 16px;
	padding: 15px 10px;
}

.topmenu ul li.current-menu-item a,
.topmenu ul li.current_page_item a,
.topmenu ul li a:hover,
.topmenu ul li ul.sub-menu li.current-menu-item a,
.topmenu ul li ul.sub-menu li.current_page_item a{
	color: #fff;
	background: #A21F1D;
}

.topmenu ul li.current-menu-item ul.sub-menu li a,
.topmenu ul li.current_page_item ul.sub-menu li a{
	background: transparent;
}

.topmenu ul li ul.sub-menu li a:hover,
.topmenu ul li.current-menu-item ul.sub-menu li a:hover,
.topmenu ul li.current_page_item ul.sub-menu li a:hover{
	color: #A21F1D;
}

.topmenu ul ul.sub-menu{
	display: none;
	background: #fff;
	color: #fff;
	width: 250px;
	box-shadow: 0px 0px 14px 1px #cfcfcf;
	padding: 0;
	padding-top: 0px;
	margin-top: 13px;
	margin-left: 0;
}

.topmenu ul li:hover > ul.sub-menu{
	display: block;
	position: absolute;
	z-index: 9999;
}

.topmenu ul ul.sub-menu li{
	display: block;
	width: 100%;
	float: none;
	text-align: left;
	background: #fff;
	padding: 0;
	margin: 0 0 1px;
}

.topmenu ul ul.sub-menu li:last-child{
	margin: 0;
}

.topmenu ul ul.sub-menu li a{
	color: #000;
	text-align: left;
	padding: 8px 15px;
	display: block;
	width: 100%;
	font-weight: 300;
	float: none;
	font-size: 15px;
	text-transform: none;
}

.topmenu ul ul.sub-menu li a:hover{
}

.close-menu{
	position: absolute;
	right: 15px;
	top: 20px;
	width: 32px;
	cursor: pointer;
	display: none;
}

.close-menu.active .active-img{
	display: block;
}

.close-menu .active-img,
.close-menu.active .no-active-img{
	display: none;
}



.content{
	min-height: calc(100vh - 85px);
	padding: 0;
}






.fixed-progressContent{
	background: #fff;
	position: fixed;
	z-index: 999;
	width: 100%;
	top: 0;
	left: 0;
	box-shadow: 0 4px 20px rgba(0,0,0,.08);
}

.h-fixed-progressContent{
	padding: 16px 20px 16px;
	font-weight: 500;
	font-size: 17px;
	letter-spacing: 0.2px;
	width: 100%;
	text-align: center;
}

.progressBarContainer{
	width: 100%;
	height: 30px;
	background-color: #ddd;
}

.progressBar{
	width: 0%;
	height: 30px;
	background-color: #4CAF50;
	border-radius: 0 20px 20px 0;
	position: relative;
}

.progress-text{
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
	width: calc(100% - 20px);
	height: 100%;
	font-weight: 600;
	line-height: 1;
	text-align: center;
}



@keyframes scaleUpDown{
	0%,
	100%{
		transform: scaleY(1) scaleX(1);
	}
	50%,
	90%{
		transform: scaleY(1.1);
	}
	75%{
		transform: scaleY(0.95);
	}
	80%{
		transform: scaleX(0.95);
	}
}

@keyframes shake{
	0%,
	100%{
		transform: skewX(0) scale(1);
	}
	50%{
		transform: skewX(5deg) scale(0.9);
	}
}

@keyframes particleUp{
	0%{
		opacity: 0;
	}
	20%{
		opacity: 1;
	}
	80%{
		opacity: 1;
	}
	100%{
		opacity: 0;
		top: -100%;
		transform: scale(0.5);
	}
}

@keyframes glow{
	0%,
	100%{
		background-color: #ef5a00;
	}
	50%{
		background-color: #ff7800;
	}
}

.fire{
	position: absolute;
	top: calc(50% - 15px);
	left: calc(100% - 30px);
	width: 30px;
	height: 30px;
	background-color: transparent;
	margin-left: auto;
	margin-right: auto;
}

.progressBar.to_5_percent .fire{
	left: calc(100% - 15px);
}

.progressBar.to_30_percent .fire{
	left: calc(100% - 15px);
}

.progressBar.to_5_percent,
.progressBar.to_30_percent{
	border-radius: 0;
}

.fire-center{
	position: absolute;
	height: 100%;
	width: 100%;
	animation: scaleUpDown 3s ease-out;
	animation-iteration-count: infinite;
	animation-fill-mode: both;
	
	.main-fire{
		position: absolute;
		width: 100%;
		height: 100%;
		background-image: radial-gradient(
		  farthest-corner at 10px 0,
		  #d43300 0%,
		  #ef5a00 95%
		);
		transform: scaleX(0.8) rotate(45deg);
		border-radius: 0 40% 60% 40%;
		filter: drop-shadow(0 0 10px #d43322);
	}
	
	.particle-fire{
		position: absolute;
		top: 60%;
		left: 45%;
		width: 5px;
		height: 5px;
		background-color: #ef5a00;
		border-radius: 50%;
		filter: drop-shadow(0 0 10px #d43322);
		animation: particleUp 2s ease-out 0;
		animation-iteration-count: infinite;
		animation-fill-mode: both;
	}
}

.fire-right{
	height: 100%;
	width: 100%;
	position: absolute;
	animation: shake 2s ease-out 0;
	animation-iteration-count: infinite;
	animation-fill-mode: both;
	
	.main-fire{
		position: absolute;
		top: 15%;
		right: -25%;
		width: 80%;
		height: 80%;
		background-color: #ef5a00;
		transform: scaleX(0.8) rotate(45deg);
		border-radius: 0 40% 60% 40%;
		filter: drop-shadow(0 0 10px #d43322);
	}
	
	.particle-fire{
		position: absolute;
		top: 45%;
		left: 50%;
		width: 15px;
		height: 15px;
		background-color: #ef5a00;
		transform: scaleX(0.8) rotate(45deg);
		border-radius: 50%;
		filter: drop-shadow(0 0 10px #d43322);
		animation: particleUp 2s ease-out 0;
		animation-iteration-count: infinite;
		animation-fill-mode: both;
	}
}

.fire-left{
	position: absolute;
	height: 100%;
	width: 100%;
	animation: shake 3s ease-out 0;
	animation-iteration-count: infinite;
	animation-fill-mode: both;
	
	.main-fire{
		position: absolute;
		top: 15%;
		left: -20%;
		width: 80%;
		height: 80%;
		background-color: #ef5a00;
		transform: scaleX(0.8) rotate(45deg);
		border-radius: 0 40% 60% 40%;
		filter: drop-shadow(0 0 10px #d43322);
	}
	
	.particle-fire{
		position: absolute;
		top: 10%;
		left: 20%;
		width: 10%;
		height: 10%;
		background-color: #ef5a00;
		border-radius: 50%;
		filter: drop-shadow(0 0 10px #d43322);
		animation: particleUp 3s infinite ease-out 0;
		animation-fill-mode: both;
	}
}

.fire-bottom .main-fire{
	position: absolute;
	top: 30%;
	left: 20%;
	width: 75%;
	height: 75%;
	background-color: #ff7800;
	transform: scaleX(0.8) rotate(45deg);
	border-radius: 0 40% 100% 40%;
	filter: blur(10px);
	animation: glow 2s ease-out 0;
	animation-iteration-count: infinite;
	animation-fill-mode: both;
}





.card-container{
	margin: 85px 0 45px;
	padding-top: 20px;
}

.card-container .container{
	flex-wrap: wrap;
	gap: 30px;
}







.card-images{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 12px;
	position: relative;
}

.one-media-files{
	width: calc(20% - 10px);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	position: relative;
}

a.link-one-media-files{
	width: 100%;
	padding-top: calc(100% / 3 * 4);
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: 50% 50%;
	border-radius: 10px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
}














.card-heading{
	width: 100%;
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.card-name{
	width: calc(100% - 100px);
	padding-right: 15px;
}

.card-name-text{
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.6px;
}

.card-data{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 20px;
	margin: 20px 0 0;
}

.one-card-data{
	font-size: 15px;
	color: #626262;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 7px;
}

.one-card-data i{
	font-size: 18px;
	font-weight: 500;
}



.card-text{
	border-radius: 4px;
	border: 2px solid;
	padding: 30px;
	width: 100%;
}

.card-rules{
	border-color: #f5c6cb;
	color: #721c24;
	background-color: #f8d7da;
}

.card-container ul,
.card-container ol{
	padding: 0 0 0 20px;
}

.card-container ul li,
.card-container ol li{
	margin: 7px 0;
}

.card-attention{
	border-color: #ffeeba;
	color: #856404;
	background-color: #fff3cd;
}

.card-tools{
	border-color: #bee5eb;
	color: #0c5460;
	background-color: #d1ecf1;
}













.index-img .lang-container{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	position: absolute;
	top: 20px;
}

.index-img{
	width: 100%;
	height: calc(100vh - 85px);
	margin: 85px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0 20px;
	overflow: hidden;
	position: relative;
}

.index-img img{
	animation: moveUpDown 2.5s ease-in-out infinite;
	transform: translate3d(0, -10px, 0);
	max-width: 70%;
}

@keyframes moveUpDown{
	0%, 100%{
		transform: translate3d(0, -10px, 0);
	}
	50%{
		transform: translate3d(0, 10px, 0);
	}
}







.form-answer-container{
	margin: 0 0 70px;
	padding-top: 0;
}

.form-answer-container .alert.alert-success{
	padding: 20px;
}

.form-answer-container h3{
	padding: 0;
	font-weight: 600;
}

.form-answer-container form{
	width: 100%;
}

.one-input-no-icon .one-input{
	flex-wrap: wrap;
}

.one-input-no-icon .one-input textarea{
	width: 100%;
	margin-left: 0;
	border-radius: 10px;
	border: 1px solid #e6e6e7;
}

.one-input-no-icon .h-one-input{
    padding-left: 15px;
}

.one-input-no-icon{
	margin: 18px 0;
}

.one-input.one-input-checkbox{
	align-items: center;
}

.one-input.one-input-checkbox input{
	width: 28px;
	height: 28px;
    margin: 0;
}

.text-one-input-checkbox{
	width: calc(100% - 28px);
	padding-left: 10px;
}

.form-answer-container .alert.alert-info{
	margin-top: 50px;
}



.thanks-container,
.not-rules-card{
	width: 100%;
	margin-top: 84px;
}

.thanks-container .alert{
	font-size: 22px;
	text-align: center;
	padding: 22px;
}

.thanks-container .alert i{
	font-size: 50px;
	margin-top: 8px;
}

.text-center{
	text-align: center;
}



.card-print{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.card-print .btn i{
	margin-right: 7px;
}




















.footer{
	background: rgba(0,0,0,.075);
	padding: 22px 0;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
}

.copyright{
	width: 100%;
	text-align: center;
}



.modal-overflow{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 16px;
	background-color: rgba(3,11,21,.45);
	opacity: 0;
	z-index: -1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
}

.modal-overflow.active{
	z-index: 9991;
	opacity: 1;
}

.modal-container{
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	z-index: -1;
}

.modal-container.active{
	opacity: 1;
	z-index: 9992;
}

.modal-win{
	min-width: 400px;
	background: #fff;
	padding: 22px;
	border-radius: 10px;
	display: none;
	z-index: -1;
	position: relative;
}

.modal-win.active{
	z-index: 9993;
	display: block;
}

.close-small{
	color: #2c3e50;
	line-height: 1;
	font-size: 16px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 9;
	width: 48px;
    height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.container-modal-win{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 10px;
}

.h-modal-win{
	width: 100%;
	font-size: 24px;
	text-align: center;
	font-weight: 600;
	margin: 0 0 15px;
}

.content-modal-win{
	width: 100%;
}



.hidden{
	display: none;
}





@media screen and (max-width: 1480px){

	.one-media-files{
		width: calc(25% - 9.5px);
	}
	
}


@media screen and (max-width: 1200px){

	
	
}


@media screen and (max-width: 991px){

	.one-media-files{
		width: calc(33.33% - 8px);
	}
	
}


@media screen and (max-width: 768px){

	.card-container .container{
		gap: 26px;
	}
	
	.one-media-files{
		width: calc(50% - 6px);
		border: 1px solid rgba(0,0,0,.08);
	}
	
	.card-name-text{
		font-size: 24px;
	}
	
	.card-data{
		gap: 15px;
		margin: 12px 0 0;
	}
	
	.card-text{
		padding: 18px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
}


