div{box-sizing: border-box;}
body{background-color: #fbeec1;margin: 0px;}
.logo{
	display: flex;
	justify-content: center;
	margin: 0px 10px;

}
.footer{
	display: flex;
	justify-content: center;
}

.donate{
	width: 128px;
	height: 128px;
	border-radius: 50%;
	background-color: #ed711a;
	text-align: center;
	line-height: 128px;
	font-size: 1.4rem;
	border: 1px solid #333;
	box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 1.0);
	font-family: 'Oswald', sans-serif;
}
.clear_link{
	text-decoration: none;
	color: #fff;
}
	section{margin-top: 250px; /*margin-bottom: 400px;*/}
	.helper{
		display: none;
		position: fixed;
		top: 50%;
		left: 50%;
		opacity: 0.3;
		transform: translate(-50%,-50%);
		z-index: 100;
		text-align: center;
	}
	.current{
		font-size: 3rem;
	}
	.next{
		font-size: 1.5rem;
	}
	.foot {width: 35px; height: 50px;border: 2px solid red;transition: all 1s ease;text-align: center;line-height: 50px;padding: 5px;display: inline-block;font-family: 'Oswald';}
	.rightfoot{border-radius: 10px 20px 15px 15px;background-color: #e18e8e;}
	.leftfoot{border-radius: 20px 10px 15px 15px;background-color: #e18e8e;}
	.pos{border: 1px dotted #b0b0b0;position: absolute;width: 40px;height: 60px;top: 50%; transform: translateY(-50%);border-radius: 10px;text-align: center;cursor: pointer;
		transition-property: background-color;
		transition-delay: 0.5s;z-index: 1;display: flex;flex-wrap: wrap;}
	.pos:hover{border: 1px dotted #999;}
	.step_action04{
		animation-duration: 0.25s;
		animation-name: steps;
	}
	.step_action05{
		animation-duration: 0.5s;
		animation-name: steps;
	}
	.step_action08{
		animation-duration: 0.8s;
		animation-name: steps;
	}
	.step_action10{
		animation-duration: 1s;
		animation-name: steps;
	}
	.step_action15{
		animation-duration: 1.5s;
		animation-name: steps;
	}

	@keyframes steps {
		0% {background-color: #fff;}
		10% {background-color: #ffe94b; transform: scale(0.9);}
		50% {background-color: #ffe94b;transform: scale(1.3); }
		90% {background-color: #ffe94b; }
		100% {background-color: #fff;transform: scale(1);}		
	}
	@keyframes steps_up {
		0% {background-color: #fff;}
		/*25% {background-color: #ffe94b; transform: scale(0.9); transform: translateY(-30px);}*/
		60% {background-color: #ffe94b; transform: scale(1.3); transform: translateY(-70px);}
		/*75% {background-color: #ffe94b; transform: translateY(-30px);}*/
		100% {background-color: #fff;transform: scale(1);}
	}
	@keyframes steps_down {
		0% {background-color: #fff;}
		/*25% {background-color: #ffe94b; transform: scale(0.9);transform: translateY(30px);}*/
		60% {background-color: #ffe94b; transform: scale(1.3); transform: translateY(70px);}
		/*75% {transform: scale(1.3); transform: translateY(30px);}*/
		100% {background-color: #fff;transform: scale(1);}
	}	
	.step_action04up{
		animation-duration: 0.25s;
		animation-name: steps_up;
	}
	.step_action05up{
		animation-duration: 0.5s;
		animation-name: steps_up;
	}
	.step_action08up{
		animation-duration: 0.8s;
		animation-name: steps_up;
	}
	.step_action10up{
		animation-duration: 1s;
		animation-name: steps_up;
	}
	.step_action15up{
		animation-duration: 1.5s;
		animation-name: steps_up;
	}
	.step_action04down{
		animation-duration: 0.25s;
		animation-name: steps_down;
	}

	.step_action05down{
		animation-duration: 0.5s;
		animation-name: steps_down;
	}
	.step_action08down{
		animation-duration: 0.8s;
		animation-name: steps_down;
	}
	.step_action10down{
		animation-duration: 1s;
		animation-name: steps_down;
	}
	.step_action15down{
		animation-duration: 1.5s;
		animation-name: steps_down;
	}



	.out_l_1{left: -50px;}
	.out_l_2{left: -110px;}
	.out_r_1{right: -50px;}
	.out_r_2{right: -110px;}
	.out_r_up{right: -50px; top: 0;}
	.out_l_up{left: -50px; top: 0;}
	.in_l{left: 20px;}
	.in_r{right: 20px;}
	.main_s{
		position: relative;
		margin: 0 auto;
		width: 140px;
		display: flex;
		flex-direction: column;
	}
	.cell {width: 140px;
		height: 160px;
		border-left: 4px solid black;
		border-right: 4px solid black;
		border-top: 2px solid #05bf05;
		border-bottom: 6px solid #60fd60;
		position: relative;
	}
	.panel{
	    position: fixed;
	    min-width: 345px;
	    max-width: 480px;
	    margin: 5px auto;
	    left: 50%;
	    background-color: #659DBD;
	    padding: 0 10px;
	    font-size: 1.1rem;
	    z-index: 100;
	    top: 0px;
	    transform: translateX(-50%);
	    border-radius: 20px;
	    border: 1px solid black;
	    box-shadow: 0 0 5px 2px rgb(0 0 0 / 88%);
	    font-family: 'Oswald', sans-serif;
	    color: #fff;
	    transition: top .5s linear;
	}
	.button_hide{
		position: absolute;
		bottom: 10px;
		right: 10px;
		font-size: 1.8rem;
		cursor: pointer;
	}

	.hidden_panel{
		top: -250px;
	}
	.panel input, .panel select{
		font-family: 'Oswald', sans-serif;
		font-size: 1.1rem;
	}
	.css_cycle{
		width: 1.4rem;
		height: 1.4rem;
	}
	.css_interval{
		width: 200px;
		border-radius: 10px;
		padding-left: 20px;
		height: 2rem;
	}


	.input_section label{
		font-size: 1.5rem;
	}
	.css_button{
		font-size: 1.4rem;
		display: block;
		margin: 0 auto;
		border-radius: 5px;
		cursor: pointer;
		font-family: 'Oswald';
	}
	.css_combo{
		border-radius:10px;
		padding-left: 20px;
	}
	.button_show_panel{
		border: 1px solid black;
	    box-shadow: 0 0 3px 1px rgba(0,0,0,0.5);
	    border-radius: 10px;
	    padding: 10px;
	    width: 80px;
	    background-color: #659dbd;
	    font-family: 'Oswald';
	    display: none;
	    color: #fff;
	    margin: 0 auto;
	    cursor: pointer;
	}



.constructor{
	background-color: #659DBD;
	min-width: 360px;
	max-width: 480px;
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 3px 4px 2px rgba(0, 0, 0, 0.6);
}

.flex{display: flex;justify-content: center;margin: 10px 0;}
.space {justify-content: space-between;}
.flex>div{margin: 0;padding: 0;}
.footIco {
	cursor: pointer;
	transition: all .2s ease-in-out;
}

.footIco:hover{
	transform: scale(1.2);
}
.stepTypeIco{
margin: 0 10px;
cursor: pointer;
box-sizing: border-box;
}

.up{
	font-size: 2rem;

	position: absolute;
	right: -30px;
	bottom: 25px;
	cursor: pointer;
}

.constructor_up{
	transform: translate3d(-50%, -380px, 0px);
}


.activeStepIco{
	border: 2px solid #fff;
	border-radius: 5px;
}

.button_add_action{
	cursor: pointer;
	border: 1px solid #ccc;
	padding: 3px;
	border-radius: 5px;
	background-color: #999;
}
.playSteps{
	cursor: pointer;
	font-size:1.2rem;
	display: none;
}
.stepItem{
	color: #fff;
	font-family: 'Oswald';
	font-size: 0.8rem;
	padding-left: 5px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	padding: 0px 10px;
	transition: all .2s ease-in-out;
	padding-top: 1px;
}

.stepItem>div:hover{
	text-decoration: underline;
}

.btn {
	color: #fff;
	font-family: 'Oswald';
	font-size: 0.9rem;
	text-align: center;
	padding: 5px;
	cursor: pointer;
	border-radius: 10px;
	background-color: #135e89;
	width:120px;
	box-shadow: 0 3px 5px 2px rgba(0,0,0,0.5);
	margin: 10px auto;
	border: 1px solid #ccc;
}

.constr_caption{
	color: #fff;
    font-family: 'Oswald';
    padding-left: 20px;
    font-size: 1.2rem;
    text-transform: uppercase;
    text-shadow: 0px 1px 3px black;
}

.constr_item>label{
	color: #fff;
	font-size: 1rem;
	font-family: 'Oswald';
}

.combos, .usrComboList {
	display: flex;
	flex-direction: column;
	color: #fff;
	font-family: 'Oswald';
	height: 80px;
	overflow-y: scroll;
	border-top: 1px solid #eee;
}

.combo {
	display: flex;
	justify-content: space-between;
	padding: 3px 10px;
	border-bottom: 1px dotted #fff;
	
}

.combo_name{
	text-shadow: 0px 0px 3px black;
	font-size: 1rem;

}

.combo_date{
	font-size: 0.7rem;
}

.ico{
	padding-right: 5px;
	cursor: pointer;
	transition: all .2s ease-in-out;
}
.ico:hover{
	transform: scale(1.4);
}

.stepNumber{
	margin-right: 5px;
	border: 1px solid #fff;
	width: 14px;
	height: 14px;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	font-size: 0.7rem;
	line-height: 1rem;
}

.posNumber{
	width: 14px;
	height: 14px;
	display: block;
	border-radius: 50%;
	text-align: center;
	font-size: 0.6rem;
	line-height: 1rem;
	z-index: 10;
	background-color: red;
	opacity: 0.65;
	margin: 1px;
	color: #fff;
}

.panel_items {
	display: flex;
	justify-content: space-between;
	padding: 10px 10px 5px;
	flex-wrap: wrap;
}

.panel_item{
	font-size: 1.5rem;
	cursor: pointer;
	transition: transform .2s ease-in-out;
}

.panel_item:hover{
	transform: scale(1.2);
}

.menu_element{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.menu_caption{
	font-family: 'Oswald';
	color: #fff;
	font-size: 0.8rem;
}

.action_list,.usrStepList{
	height: 100px;
	overflow-y: scroll;
}

.activeStep{
	color:#c82e2e;
	background-color: #eee;

}

.activeStepNumber{
	border-color: red;
	background-color: red;
}

.hideMe{
	color: #fff;
    font-family: 'Oswald';
    position: absolute;
    margin-right: 10px;
    cursor: pointer;
    right: -7px;
    top: -4px;
}
.textElement {
	margin-right: 20px;
}
.auth_form{
	border-radius: 10px;
	box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.4);
	font-family: 'Oswald';
	z-index: 101;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0px);
	background-color: #659DBD;
	color: #fff;
	min-width: 320px;
	max-width: 440px;
	padding: 20px;
	
}
.flex-row{
	display: flex;
	justify-content: space-between;
}

.flex-center{
	justify-content: center;
}
.space-around{
	justify-content: space-around;
}
.passfield {
	font-size: 1.5rem;
	padding: 0;
	width: 140px;
}

.button_login{
	border-radius: 10px;
	padding: 8px;
	border: 1px solid #ccc;
	background-color: #116595;
	margin-left: 20px;
	cursor: pointer;
	width: 120px;
	display: inline-block;
	text-align: center;
	transition: all 0.3s ease;
	box-shadow: 0px 3px 4px 2px rgba(0, 0, 0, 0.5);
}

.button_login:hover{
	background-color: #092bb0;
	box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.5);
}
.btnAuthShow {
	cursor: pointer;
	position: absolute;
	top: 7px;
	right: 0;
	margin: 0px 3px;
}

.activeStepPos{
	background-color: blue;
}


.user_menu{
	margin: 10px auto;
}

.user_menu_item{
	padding: 5px 10px;
	border: 1px solid #ccc;
	border-radius: 10px;
	cursor: pointer;
	background-color: #335ec6;
	transition: all .2s ease-in-out;
	box-shadow: 0 3px 4px 2px rgba(0, 0, 0, 0.5);
	margin-left: 10px;
}

.user_menu_item:hover{
	background-color: #0e3697;
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.5);
}