/*------------------ GLOBAL css ------------------------*/

* {
	padding: 0;
	margin: 0;
	border: 0;
	}


/*--------------- /обнуление стилей ----------------------*/

body {

    background: #fff; /* Для старых браузров */
    /*background: linear-gradient(to left, #fff, #ebebe9, #fff);   */
    text-align: center;
    
}
.hide-if-no-customize{display:none;} /* Убрать кнопку настроить тему в админбаре */
.wrap{
	display: inline-block;
    width: 960px;
	min-height: calc(100vh - 225px);	
	text-align: left;
}


.wrap.closed{
    max-height: 950px;
    overflow: hidden;
}



.adp-img {
    max-width: 100%;
    height: auto;
}
.blackwrap{
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    margin: 0;
    right: 0px;
    z-index: 20;
}

.blackwrap.active{
    width: 100%;
    height: 100%;
    background: #000;
    position:absolute;
    z-index: 3;
    opacity: 0.7;

}

header {
    width: 100%;
    height: 75px;
    border-bottom: 10px solid #ffcc00;
    border-top: 10px solid #ffcc00;
	border-right: 10px solid #ffcc00;
    position: relative;
    float: left;
	z-index: 4;
}


.gen_groups{
    width: 100%;
    height: auto;
    position: absolute;
    margin: 65px 0 0 0;
    overflow: hidden;
	
	z-index: 5;
}
.gen_group {
    width: 100%;
    height: 0px;
    position: relative;
    overflow: hidden;
    padding: 0px 0;
	background: #f0f0f0;

	
}

.gen_group-opened{
    height: auto;
    padding: 12px 0;
	border-bottom: 5px solid #ffcc00;
}

.gen_group .generator_m{
    width: 150px;
    height: 170px;
    position: relative;
    float: left;
    background: #f0f0f0;
    margin: 8px 5px;
    padding-bottom: 10px;
	
    text-decoration: none;
    color: #414141;
    font-family: roboto;
    font-weight: 600;
    box-sizing: border-box;
}
.generator_m:hover{
	 background: #ffcc00;
}

.gen_group .generator_m .thumbnail{
    width: 80%;
    height: 100px;
    margin: 15px auto;
	text-align: center;
}

.gen_group .generator_m .thumbnail img{
	max-width: 70%;
	height: auto;
	margin: 0 auto;
    position: relative;
}

.gen_group .generator_m .gen_name{
	width: 100%;
	text-align: center;
	top: -20px;
}


.logo {
    width: 220px;
    height: 95px;
    margin: -10px 0 0 -35px;
    position: relative;
    float: left;  
    z-index: 6	
}

.logo img{
    max-width: 100%;
    height: auto;
 
}


menu{
    position: relative;
    float: left;
}

menu a{
    height: 100%;
    padding: 0 14px 0 14px;
    
    color: #414141;
    font-family: roboto;
    font-weight: 600;
    font-size: 10pt; 
    line-height: 60px;
    text-decoration: none;
}

menu a:first-child{
     margin: 0 0 0 0px;
}


.logo-back{
    position: absolute;
    width: 35px;
    height: 75px;
    background: #ffcc00;
    right: 0px;
    top: 0px;
    z-index: -1;
    
}

menu a:hover{
    padding: 22px 18px 20px 18px;
    background: #ffcc00;	
}
menu a.exit_icon{
	width: 16px;
	height: 16px;
	position: absolute;
	right: -15px;
    top: 5px;
}

menu a.exit_icon:hover{
	padding: 0!important;
	background: none!important;
	
}
#login_open_window{
	cursor: pointer;
}

.account{
    width: 80.2px;
    height: 100%;        
    position: relative;
    float: right;
    
    border-left: 10px solid #ffcc00;
    border-right: 10px solid #ffcc00;
    
    cursor: pointer;
            
   -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
           transition: all 0.5s;

}

.account img{
    max-width: 70%;
    height: auto;
    margin: 15%;
}

.account:hover{
    background: #ffcc00;
}

.account-description{
    width: 150px;
    background: #fff;
    position: absolute;
    
    padding: 10px;
    margin: 10px 0 0 -50px;
    opacity: 0;  
    
    border: 5px solid #ffcc00;
    
    color: #414141;
    font-family: roboto;
    font-weight: 600;
    font-size: 10pt;    
                
   -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
           transition: all 0.5s;
}

.account-description-hidden{
 -webkit-animation: account-description 1s forwards;
    -moz-animation: account-description 1s forwards;
      -o-animation: account-description 1s forwards;
         animation: account-description 1s forwards;
}
@-webkit-keyframes account-description {
	0% {
    opacity: 0;    
    margin: -45px 0 0 -50px;
    width: 150px;   
    }

  
    100% {
    margin: 5px 0 0 -50px;
    opacity: 1;      
    }
    
    }
@-moz-keyframes account-description {
	0% {
    opacity: 0;    
    margin: -45px 0 0 -50px;
    width: 150px;   
    }

  
    100% {
    margin: 5px 0 0 -50px;
    opacity: 1;      
    }
    
    }

@-o-keyframes account-description {
	0% {
    opacity: 0;    
    margin: -45px 0 0 -50px;
    width: 150px;   
    }

  
    100% {
    margin: 5px 0 0 -50px;
    opacity: 1;      
    }
    
    }

.social_row{
	width: 100%;
	height: 50px;
	position: relative;
	float: left;
}
.social_row .counter{
	width: 200px;
	position: relative;
	margin: 0 auto;
	margin-top: 5px;
}	
	





.pluso{
    margin: 5px 0 0 38%;
    position: relative;
    
}

.footer, .push {
height: 4em;
}


footer {
    width: 100%;
    height: 150px;
    position: relative;
    float: left;       
    background: #414141;
    
    color: #ffcc00;
    font-family: roboto;
    font-weight: 300;
    font-size: 10pt;   

}


.footer-wrap{
    width: 960px;
    display: inline-block;

}
/*
@media screen and (max-width:1280px){
.footer-wrap{
    width: 960px;
    margin: 0 0 0 15%;

}
}
@media screen and (max-width:1024px){
.footer-wrap{
    width: 920px;
    margin: 0 0 0 40px;

}
}*/

.footer-p1, .footer-p2, .footer-p3, .footer-p4{
    margin: 20px 0 0 0;
    width: 25%;
    position: relative;
    float: left;
	text-align: left;
}



.footer-p4{
    width: 24%;
    height: 100px;
    position: relative;
    float: left;
    border: 2px dashed #ffcc00;
    
    line-height: 90px;
    text-align: center;
}

.logo-oneColor{
    margin: 0% 10% 5% 10%;
}

.copyright{
    text-align: center;
}

.footer-menu a{
    width: 80%;
    color: #ffcc00;
    float: left;
    margin: 0 0 0 20%;
    line-height: 14pt;
    text-decoration: none;
}

.footer-menu a:hover{
    text-decoration: underline;
}

.footer-social a{
    width: 50%;
    color: #fff;
    float: left;
    margin: 0 0 0 10%;
    line-height: 14pt;
    text-decoration: none;
}


.dsp{display:block;}
.dsp-inline{display:inline-block}
.dsp-none{display:none!important;}
 
.comments{
	width: 960px;
    display: inline-block;
	position: relative;
}
 
.hc__footer__r{display:none;}
/*------------------- top 10 ---------------*/
	.top10{
		width: 100%;
		height: auto;
		background: #fff;
		float: left;
		position: relative;
		border-top: 2px solid #ffcc00;
		border-bottom: 2px solid #ffcc00;
		font-family: roboto;
		margin: 10px 0 10px 0;
		padding: 10px 0 10px 0;
	}
	.top10 .hidden{
		display: none;
	}
	.top10 .top_right, .top10 .top_left{
		width: 100%;
		float: left;
		position: relative;
	}
	.top10 .place{
		width: 100%;
		height: auto;
		float: left;
		position: relative;
		 cursor: default;
		 overflow:hidden;
		 padding-top: 5px;
		 padding-bottom: 5px;
		 border-bottom: 1px solid #e5e5e5;
		 
		font-size: 12pt;
		font-weight: 400;
		line-height: 16pt;
	}
	.top10 .place:hover{
		background: #eee;
	}
	.top10 .title{
	font-family: roboto;
		font-size: 24pt;
		font-weight: 100;
	}
	/*--------------------------------------------------------------------*/
	#login_popup, #shairing-popup  {z-index:21;}
	#login_popup  .pop_header{
    width: 100%;
    height: 100px;
    background: #ffcc00;
    position: relative;
    float: left;
	margin: 0px 0 0 0;
}

	#login_popup  .pop_logo{
    background: url(images/logo.svg) no-repeat;
    width: 205px;
    height: 90px;
    position: absolute;
    background-size: contain;
    margin: 5px 0 0 20px;
}	
	#login_popup .login_buttons{
    width: 100%;
    height: 50px;
    position: relative;
    float: left;
    text-align: center;    
	}
	
	#login_popup .icon{
		width: 75px;
		height:  75px;
		position: relative;
		background: #e1e1e1;
		margin: 15px 0 0 15px;
		cursor: pointer;
		display: inline-block;
	}

	#login_popup .icon.vk{background: url(../images/icons/vk.svg) no-repeat #6996c7 10px 12px; 		   background-size:70%;}
	#login_popup .icon.tw{background: url(../images/icons/twitter.svg) no-repeat #28c3ff 10px 12px;	   background-size:70%;}
	#login_popup .icon.fb{background: url(../images/icons/facebook.svg) no-repeat #496194 10px 12px;   background-size:70%;}
	#login_popup .icon.ok{background: url(../images/icons/ok.svg) no-repeat #ff9c43 10px 12px;          background-size:70%;}

	#login_popup a{
		text-decoration: none;
	}

	#login_popup{height: 270px;}

	#login_popup .pop-up__text{
    width: 70%;
    margin: 20px 15% 0 15%;
	font-family: roboto;
    font-weight: 500;
    font-size: 12pt;
	color: #414141;	
    text-align: left;
    position: relative;
    float: left;
}

	#vk_link, #vfb_link, #tw_link, #ok_link{float: left;}
	
	
	
.social-share {
    width: 200px;
	min-width:180px;
	padding: 0px 10px;
	margin: 10px 0 0 0;
    height: 40px;
    background: #ffcc00;
	font-size: 12pt;
    position: relative;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-family: roboto;
    cursor: pointer;
    overflow: hidden;
}
.social-share .text{
    
}
.social-share .icon {
    width: 40px;
    height: 40px;
    position: relative;
    float: left;
    background: #e1e1e1;
    margin: 0 0 0 5px;
    cursor: pointer;
    
}

.social-share.hide_soc .icon.vk,
.social-share.hide_soc .icon.fb,
.social-share.hide_soc .icon.tw,
.social-share.hide_soc .icon.ok{
    display: none;
}
.social-share.show{background: #fff;}

.social-share.show .icon.vk,
.social-share.show .icon.fb,
.social-share.show .icon.tw,
.social-share.show .icon.ok{
    display: block;
}
#vk_link, #fb_link, #tw_link, #ok_link{
    -webkit-transform: translateY(-50px);
	   -moz-transform: translateY(-50px);
	     -o-transform: translateY(-50px);
            transform: translateY(-50px);
}

.social-share .active{
     -webkit-animation: dropdown .5s ease forwards;   
	    -moz-animation: dropdown .5s ease forwards;   
	      -o-animation: dropdown .5s ease forwards;   
		     animation: dropdown .5s ease forwards;   
		       
}

@-webkit-keyframes dropdown {
    0%{    
	-webkit-transform: translateY(-50px);
	   -moz-transform: translateY(-50px);
	     -o-transform: translateY(-50px);
            transform: translateY(-50px);
    }
    100%{    
    -webkit-transform: translateY(0px);
	   -moz-transform: translateY(0px);
	     -o-transform: translateY(0px);
            transform: translateY(0px);
    
    }
}
@-moz-keyframes dropdown {
    0%{    
	-webkit-transform: translateY(-50px);
	   -moz-transform: translateY(-50px);
	     -o-transform: translateY(-50px);
            transform: translateY(-50px);
    }
    100%{    
    -webkit-transform: translateY(0px);
	   -moz-transform: translateY(0px);
	     -o-transform: translateY(0px);
            transform: translateY(0px);
    
    }
}
@-o-keyframes dropdown {
    0%{    
	-webkit-transform: translateY(-50px);
	   -moz-transform: translateY(-50px);
	     -o-transform: translateY(-50px);
            transform: translateY(-50px);
    }
    100%{    
    -webkit-transform: translateY(0px);
	   -moz-transform: translateY(0px);
	     -o-transform: translateY(0px);
            transform: translateY(0px);
    
    }
}
@keyframes dropdown {
    0%{    
	-webkit-transform: translateY(-50px);
	   -moz-transform: translateY(-50px);
	     -o-transform: translateY(-50px);
            transform: translateY(-50px);
    }
    100%{    
    -webkit-transform: translateY(0px);
	   -moz-transform: translateY(0px);
	     -o-transform: translateY(0px);
            transform: translateY(0px);
    
    }
}


.blik{
    position: absolute;
    width: 20px;
	height: 40px;   
    background: rgba(247, 239, 239, 0.55);
    
   -webkit-transition: all 1.5s;
      -moz-transition: all 1.5s;
        -o-transition: all 1.5s;
           transition: all 1.5s;
    
	-webkit-transform: skew(30deg) translateX(-50px);
	   -moz-transform: skew(20deg) translateX(-50px);
	     -o-transform: skew(20deg) translateX(-50px);
            transform: skew(20deg) translateX(-50px); 
}

.blik-tog{
	animation: blik infinite 1.5s ease;
}

@keyframes blik {
    0%{    
	-webkit-transform: skew(30deg) translateX(-50px);
	   -moz-transform: skew(20deg) translateX(-50px);
	     -o-transform: skew(20deg) translateX(-50px);
            transform: skew(20deg) translateX(-50px);
    }
    100%{
        
	-webkit-transform: skew(30deg) translateX(220px);
	   -moz-transform: skew(20deg) translateX(220px);
	     -o-transform: skew(20deg) translateX(220px);
            transform: skew(20deg) translateX(220px);
    
    }

}
	
.dont_allowed_login{
    width: 200px;
    height: auto;
    font-family: roboto;
    font-size: 12pt;
    background: #f53816;
    text-align: center;
    display: inline-block;
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
    opacity: 0;
   -webkit-transition: all .5s;
      -moz-transition: all .5s;
        -o-transition: all .5s;
           transition: all .5s;
}
.dont_allowed_login-tog{
	opacity: 1;
}

.dont_allow_log_icon{
	opacity: .5;
}

/*-----------------------------------------
	# personal cab
------------------------------------------*/
	
	
.personal__account{
    width:100%;
    height: auto;
    background: #f2f2f2;
    position: relative;
    float: left;
    font-family: roboto;

}
.honest__rally{
    width: 60%;
    height: 100%;
    background: #f2f2f2;
    position: relative;
    float: left;
    border-right: 1px solid #c1c1c1;

}

.personal__account h2{
    width:90%;
    padding: 0px 5% 0px 5%;
    position: relative;
    float: left;
    font-size: 18pt;
    font-weight: 600;
   
}
.honest__rally .description{
    width:90%;
    padding: 0px 5% 20px 5%;
    position: relative;
    float: left;
    font-size: 10pt;
}
.AddNew_rally{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.AddNew_rally input[type="button"]{
    width: 250px;
    height: 50px;
    border-radius: 8px;
    margin: 10px 0 20px 5%;
    background: #ffcc00;
    
}
.new_rally_data{
    width: 100%;
    height: 0px;
    overflow: hidden;
    position: relative;
    float: left;
}

.new_rally_data_oppened{
    height: auto;
    background: #eee;
    margin-top: -80px;
    border-top: 5px solid #ffcc00;
}

.new_rally_data .close, .rally_result .close{
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 15px;
    background: url(../images/cross97.png);
    background-size: cover;
    cursor: pointer;
	z-index: 10;
}

.honest__rally .input-field label{
    left: 5%;
    top: 20px;
}
.honest__rally .title, .honest__rally .descrition_text{
    width:90%;
    padding: 5px 5% 0px 5%;
    position: relative;
    float: left;
}

.honest__rally .person{
    width:90%;
    padding: 5px 5% 0px 5%;
    margin: 10px 0 10px 0;
    position: relative;
    float: left;
}
.honest__rally .person .radio_place{
    width: 70%;
    float: left;
    padding: 3px;
}
.honest__rally .numbers_rally{
    width:90%;
    height: 50px;
    padding: 0px 5% 0px 5%;
    height: auto;
    position: relative;
    float: left;    
    }

.honest__rally .from,
.honest__rally .count{
    width:35%;
    position: relative;
    float: left;
    margin: 0 0 0 0%;
}
.honest__rally .to{
    width:35%;
    position: relative;
    float: left;
    margin: 0 0 0 3%;
}
.honest__rally  .ex_rep{
    width: 50%;
    margin: 0px 0 0 5%;
    position: relative;
    float: left;
}
.honest__rally  .ex_rep-res{
    width: 50%;
    margin: 0px 0 0 5%;
    position: relative;
    float: left;
	top: -20px;
    left: -20px;
}
	

.rally_history{
    width: 40%;
    height: 100%;

    background: #f2f2f2;
    position: relative;
    float: left;
    padding: 0 1% 0 1%;    
}
.rally_history .rallys{
    width: 100%;
    float: left;
    position: relative;
}

.rally_history .rally{
    width: 100%;
    padding: 10px 5% 10px 5%;
    float: left;
    position: relative;
    line-height: 20px;
    border-bottom: 1px solid #d3d3d3;
}
.rally_history .rally:hover{background: #e0e0e0;}

.rally span.date{
    color: #9b9b9b;
    font-style: italic;
    font-size: 10pt;
    display: inline-block;
}
.rally span.status{
    display: inline-block;
    font-size: 10pt; 
    font-weight: 600;
}

.passed{
    color: #33a338;
    border-bottom: 1px dashed #33a338; 
}
.dontPassed{
    color: #dd4b15;
    border-bottom: 1px dashed #dd4b15; 
}

.rally_create_button{
    width: 250px;
    height: 50px;
    border-radius: 8px;
    margin: 10px 0 20px 5%;
    background: #ffcc00;    
}	
.rally_result{
	width: 100%;
	height: auto;
	position: absolute;
	margin: 0px;
	z-index: 2;
	background: #f2f2f2;
	display: none;
	padding: 20px;
}
.edit_inputs{
	width: 80%!important;
	margin: 0 auto;
}
.reslly_res_block{
	width: 100%;
	padding: 20px 5%;
	position: relative;
}
.rally_name{
	width: 100%;
	height: auto;
    position: relative;
    float: left;
    font-size: 18pt;
    font-weight: 600;
}
.rally_res_description,
.rally_res_person{
	width: 100%;
	height: auto;
    position: relative;
    float: left;
    font-size: 12pt;
    font-weight: 400;
	margin: 10px 0;
}
.rally_res_description span,
.rally_res_person span,
.rally_res_from span,
.rally_res_to span,
.rally_res_count span,
.rally_res_rep span
{
	position: absolute;
	top: -12px;
	color: #aaaaaa;
	font-size: 9pt;
}
.rally_res_rep span{width: 150px;}

.rally_res_from{padding: 0px!important}
.rally_res_from,
.rally_res_to,
.rally_res_count{
	width: 15%;
	float: left;
	position: relative;
	padding: 0 20px;
	margin: 10px 0 0 0;
}
.rally_res_count{width: 40%!important;}
.rally_res_rep{
	width: 20%;
	float: left;
	position: relative;
	padding: 0 20px;
}
.rally_res_link{
	width: 100%;
	float: left;
	position: relative;
	padding: 10px 25px;
}

/*---------------------------------------------------------

----------------------------------------------------------*/



input[type='number']{
	 overflow-y: hidden;
}

.adv-pop{
    width: 400px;
    height: 475px;
    position: fixed;
    background: #ffcc00;
    
    margin: auto;
    top: 50px;
    left: 0px;
    bottom: 0;
    right: 0;   
	z-index: 21;
    
}
.adv-pop header{
    width: 100%;
    height: 70px;
    float: left;
    position: relative;
}
.adv-pop .close-btn{
    width: 16px;
    height: 16px;
    background: url(../images/icons/del.png);
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.adv-pop  .welcome{
    width: 100%;
    padding: 0 10%;
	margin: 20px 0;
	font-size: 10pt;
	line-height: 12pt;
}

.adv-pop .content{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 20px 0 20px 0;
    background: #fff;
}

.adv-pop .dontShow{
    width: 100%;
    height: 50px;
    float: left;
    position: relative;
    background: #eee;
    text-align: center;
}
.adv-pop .vk-script{
	width: 65%;
    margin: 0 auto;
    position: relative;  
}
.adv-pop header .logo{
    width: 220px;
    height: 75px;
    background: url(../images/logo.svg) no-repeat;
    background-size: contain;
    margin: 0 0 0 20px;
}


.dontShow a{
    text-decoration: none;
    border-bottom: 1px dashed #414141;
    line-height: 50px;
    color: #414141;
    font-family: roboto;
    font-weight: 400;
}


.result-data{
	font-size: 14pt!important;
	color: #414141;

}

/* Button container */
.progress-button {
   position: relative;
	display: inline-block;
	text-align: center;
	width: 80%;
	margin: 0 10% 0 10%;
}

/* Button style */
.progress-button button {
	width: 100%;
    height: 70px;
    background: #ffcc00;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color 0.3s;
	transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color 0.3s;
}

.progress-button button:hover {
	background-color: #1ECD97;
	color: #fff;
}

.progress-button button:focus {
	outline: none;
}

/* Text (transition for when returning to initial state) */
.progress-button button span {
	-webkit-transition: opacity 0.3s 0.1s;
	transition: opacity 0.3s 0.1s;
}

/* Common style of SVGs */
.progress-button svg {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}

.progress-button svg path {
	opacity: 0;
	fill: none;
}

.progress-button svg.progress-circle path {
	stroke: #1ECD97;
	stroke-width: 5;
}

.progress-button svg.checkmark path,
.progress-button svg.cross path {
	stroke: #fff;
	stroke-linecap: round;
	stroke-width: 4;
	-webkit-transition: opacity 0.1s;
	transition: opacity 0.1s;
}

/* Loading, success and error effects */
.loading.progress-button button {
	width: 70px; /* make a circle */
	border-width: 5px;
	border-color: #ddd;
	background-color: transparent;
	color: #fff;
}

.loading.progress-button span {
	-webkit-transition: opacity 0.15s;
	transition: opacity 0.15s;
}

.loading.progress-button span,
.success.progress-button span,
.error.progress-button span {
	opacity: 0; /* keep it hidden in all states */
}

.success.progress-button button,
.error.progress-button button {
	-webkit-transition: background-color 0.3s, width 0.3s, border-width 0.3s;
	transition: background-color 0.3s, width 0.3s, border-width 0.3s;
}

.success.progress-button button {
	border-color: #1ECD97;
	background-color: #1ECD97;
}

.error.progress-button button {
	border-color: #FB797E;
	background-color: #FB797E;
}

.loading.progress-button svg.progress-circle path,
.success.progress-button svg.checkmark path,
.error.progress-button svg.cross path {
	opacity: 1;
	-webkit-transition: stroke-dashoffset 0.3s;
	transition: stroke-dashoffset 0.3s;
}

/* Optional elastic effect for the width of the button */
.elastic.progress-button button {
	-webkit-transition: background-color 0.3s, color 0.3s, width 0.3s cubic-bezier(0.25, 0.25, 0.4, 1), border-width 0.3s, border-color 0.3s;
	-webkit-transition: background-color 0.3s, color 0.3s, width 0.3s cubic-bezier(0.25, 0.25, 0.4, 1.6), border-width 0.3s, border-color 0.3s;
	transition: background-color 0.3s, color 0.3s, width 0.3s cubic-bezier(0.25, 0.25, 0.4, 1.6), border-width 0.3s, border-color 0.3s;
}

.loading.elastic.progress-button button {
	-webkit-transition: background-color 0.3s, color 0.3s, width 0.3s cubic-bezier(0.6, 0, 0.75, 0.75), border-width 0.3s, border-color 0.3s;
	-webkit-transition: background-color 0.3s, color 0.3s, width 0.3s cubic-bezier(0.6, -0.6, 0.75, 0.75), border-width 0.3s, border-color 0.3s;
	transition: background-color 0.3s, color 0.3s, width 0.3s cubic-bezier(0.6, -0.6, 0.75, 0.75), border-width 0.3s, border-color 0.3s;
}


/*------------------------------------------*/

.gen__button-play, .gen__button-edit, .gen__button-del{
	width: 100%;
	height: 50px;
	position: relative;
	float: left;
	background: #eee;
	color: #fff;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	transition: 0.4s;
}

.gen__button-play{background: rgba(51, 163, 56, 0.7);}
.gen__button-edit{background: rgba(255, 204, 0, 0.7);}
.gen__button-del{background:  rgba(230, 45, 38, 0.7);}



.gen__button-play:hover{background: #33a338;}
.gen__button-edit:hover{background: #ffcc00;}
.gen__button-del:hover{background: #e62d26;}





.account_roll_control{
    position: relative;
    margin: 20px 0 0 0px;
    float: left;
    width: 100%;
    padding: 0 25px;
}

.account_roll_control .gen__button-block{
	width: 33%;
	float: left;

}


.personal__account input.gen__button-play{
	width: 100%;
	margin: 10px 0 0 0;
background: #33a338;}



.rralyres{
    width: 100%;
    height: auto;
    float: left;
    margin: 10px 0;
    font-weight: 600;
}

#return_result, .stat_rall_res{
	width: 100%;
	position: relative;
    height: auto;
    float: left;
	padding: 0 20px;
}


.page-rally-result{
	text-align: center;
}
.page-rally-result .name_r,
.page-rally-result .description,
.page-rally-result .datetime,
.page-rally-result .ss_user_name,
.page-rally-result .rally_resultonpage{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 20pt;
}
.page-rally-result .rally_resultonpage{
	font-weight: 600;
}
.page-rally-result .name_r{font-size: 16pt;}
.page-rally-result .name_r:before{
	content:'Автор: ';
	font-size: 14pt;
	color: #a7a8ac;
	
}
.page-rally-result .description{font-size: 16pt;}
.page-rally-result .description:before{
	content:'Описание: ';
	font-size: 14pt;
	color: #a7a8ac;
}
.page-rally-result .datetime{	font-size: 14pt;}
.page-rally-result .datetime:before{
	content:'Дата создания: ';
	font-size: 14pt;
	color: #a7a8ac;
}

.page-rally-result .ss_user_name:before{
	content:'Автор: ';
	font-size: 14pt;
	color: #a7a8ac;
}
.page-rally-result a{display: inline-block;}


