body{
	padding: 0;
	margin: 0;
}

p{
	font-family: sans-serif;
}

.conteiner{
	width: 1400px;
	margin: 0 auto;
}

/*----------------WORK ZONE BLOCK----------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------*/
.wz_header{
	width: 100%;
	height: 100px;
	float: left;
	background-color: #F5F5F5;
}

.wz_header img{
	width: 70px;
	height: auto;
	padding: 10px;
	margin-left: 20px;
	float: left;
}


.wz_header p{
	float: right;
	font-size: 18px;
	font-family: sans-serif;
	font-weight: bold;
	padding: 30px;
}


.wz_block_info_main{
	width: 100%;
	float: left;
	height: 100px;
	background: linear-gradient(to top, #FBFBFB 0%, #DCDCDC 100%);
    box-shadow: 0px 0px 10px #dcdcdc;
    margin-top: 50px;
}

.wz_block_info_main_section:nth-child(1){
	float: left;
	width: 25%;
	height: 100px;
}

.wz_block_info_main_section:nth-child(2){
	float: left;
	width: 25%;
	height: 100px;
}

.wz_block_info_main_section:nth-child(3){
	float: left;
	width: 25%;
	height: 100px;
}

.wz_block_info_main_section:nth-child(4){
	float: left;
	width: 25%;
	height: 100px;
}

.wz_block_info_main_section p:nth-child(1){
	padding: 0;
	margin: 0;
	width: 100%;
	font-size: 12px;
	padding-left: 20px;
	margin-top: 20px;
	box-sizing: border-box;
	color: #7a7a7a;
}

.wz_block_info_main_section p:nth-child(2){
	padding: 0;
	margin: 0;
	width: 100%;
	font-size: 32px;
	padding-left: 20px;
	margin-top: 20px;
	box-sizing: border-box;
	margin-top: 0px;
}


.wz_block_info_main_section button{
	cursor: pointer;
    height: 70px;
    text-align: center;
    width: 170px;
    background: linear-gradient(to top, #2E8B57 0%, #008080 100%);
    border: 1px solid #CCCCCC;
    border-radius: 15px;
    color: #fff;
    font-weight: bold;
    float: right;
    margin: 15px;
}


.wz_block_base{
	width: 100%;
	float: left;
	margin-top: 30px;
}

.wz_block_base_title{
	width: 100%;
	float: left;
}

.wz_block_base_title p:nth-child(1){
	padding: 0;
	margin: 0;
	width: 25%;
	font-size: 12px;
	padding-left: 20px;
	margin-top: 20px;
	box-sizing: border-box;
	color: #7a7a7a;
	float: left;
}

.wz_block_base_title p:nth-child(2){
	padding: 0;
	margin: 0;
	width: 25%;
	font-size: 12px;
	padding-left: 20px;
	margin-top: 20px;
	box-sizing: border-box;
	color: #7a7a7a;
	float: left;
}

.wz_block_base_title p:nth-child(3){
	padding: 0;
	margin: 0;
	width: 10%;
	font-size: 12px;
	padding-left: 20px;
	margin-top: 20px;
	box-sizing: border-box;
	color: #7a7a7a;
	float: left;
}

.wz_block_base_title p:nth-child(4){
	padding: 0;
	margin: 0;
	width: 25%;
	font-size: 12px;
	padding-left: 20px;
	margin-top: 20px;
	box-sizing: border-box;
	color: #7a7a7a;
	float: left;
}


.wz_block_base_block{
	width: 100%;
	float: left;
	background-color: #FBFBFB;
    background-image: none;
    box-shadow: 0px 0px 5px #dcdcdc;
    margin-top: 10px;
}

.wz_block_base_block p{
	float: left;
	padding-left: 20px;
	margin-top: 20px;
	box-sizing: border-box;
}

.wz_block_base_block p:nth-child(1){
	width: 25%;
}

.wz_block_base_block p:nth-child(2){
	width: 25%;
}

.wz_block_base_block p:nth-child(3){
	width: 10%;
}

.wz_block_base_block p:nth-child(4){
	width: 25%;
}

.wz_block_base_block p:nth-child(5){
	width: 15%;
	text-align: right;
	float: left;
	padding-right: 20px;
	margin-top: 20px;
	box-sizing: border-box;
	color: #696969;
	font-size: 16px;
	font-family: sans-serif;
}

.wz_block_base_block p:nth-child(5):hover{
	color: #a87a34;
	cursor: pointer;
}


.wz_block_base_block_discp{
	font-size: 12px;
	color: #7a7a7a;
}


.ppp_add_user{
	width: 700px;
	height: auto;
    padding: 0;
    background: #eee;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: 0px 0px 10px #c8c3c3;
}

.ppp_add_user_title{
	width: 100%;
	height: 40px;
	float: left;
	background: #909090;
	border-radius: 5px 5px 0px 0px;
}


.ppp_add_user_title p:nth-child(1){
	width: 80%;
	float: left;
	font-size: 16px;
	padding-left: 20px;
	box-sizing: border-box;
	margin-top: 12px;
	margin-bottom: 0;
	font-weight: bold;
	color: #fff;
}

.ppp_add_user_title p:nth-child(2){
	width: 10px;
	float: right;
	font-size: 36px;
	margin-right: 15px;
	box-sizing: border-box;
	margin-top: -3px;
	margin-bottom: 0;
	font-weight: bold;
	color: #fff;
	transform: rotate(45deg);
}

.ppp_add_user_title p:nth-child(2):hover{
	color: #ff8181;
	cursor: pointer;
}


.ppp_add_user_data_block{
	float: left;
	width: 100%;
	height: auto;
	padding: 0px 10px 0px 10px;
	box-sizing: border-box;
}


.ppp_add_user_data_block .ppp_add_user_data_block_section{
	height: auto;
	float: left;
	padding: 10px;
	box-sizing: border-box;
}

.ppp_add_user_data_block .ppp_add_user_data_block_section:nth-child(1){
	width: 25%;
}

.ppp_add_user_data_block .ppp_add_user_data_block_section:nth-child(2){
	width: 25%;
}

.ppp_add_user_data_block .ppp_add_user_data_block_section:nth-child(3){
	width: 25%;
}

.ppp_add_user_data_block .ppp_add_user_data_block_section:nth-child(4){
	width: 25%;
}

.ppp_add_user_data_block:nth-child(1){

}

.ppp_add_user_data_block:nth-child(2){

}

.ppp_add_user_data_block:nth-child(3){

}

.ppp_add_user_data_block:nth-child(4){

}

.ppp_add_user_data_block:nth-child(1) .ppp_add_user_data_block_section:nth-child(3) input{
	width: 20px;
	height: 20px;
	float: left;
	margin-top: 10px;
	margin-right: 5px;
}


.ppp_add_user_data_block_section label{
	width: 100%;
	float: left;
	font-family: sans-serif;
	font-size: 12px;
	color: #7a7a7a;

}

.ppp_add_user_data_block_section input{
	width: 100%;
	float: left;
	margin-top: 5px;
	margin-left: 1px;
	height: 25px;
	border: 1px solid #d2d2d2;
}

.ppp_add_user_data_block_section input:focus  {
	outline: none;
  	border-color: #a87a34;
}

.ppp_add_user_data_block_section p{
	width: 70%;
	text-align: left;
	margin-top: 12px;
	margin-bottom: 0px;
	float: left;
	font-size: 14px;
}

.btn_rand_pass{
	width: 25px;
	height: 25px;
	float: left;
	margin-top: 6px;
	margin-left: 5px;
	border: 1px solid #d2d2d2;
}

.btn_rand_pass img{
	width: 20px;
	height: 20px;
	padding: 2.5px;
	float: left;
}

.btn_rand_pass img:hover{
	transform: rotate(45deg);
	cursor: pointer;
	transition: 0.5s;
}

.btn_rand_pass img:not(:hover){
	transition: 0.5s;
}

.ppp_add_user_data_block:nth-child(2) .ppp_add_user_data_block_section:nth-child(2) input{
	width: 70%;
}


.ppp_add_user_data_block:nth-child(3) .ppp_add_user_data_block_section:nth-child(1){
	width: 50%;
}

.ppp_add_user_data_block:nth-child(3) .ppp_add_user_data_block_section:nth-child(2){
	width: 50%;
}

.ppp_add_user_data_block_section textarea{
	width: 100%;
	height: 100px;
	float: left;
	border: 1px solid #d2d2d2;
	max-width: 100%;
	max-height: 200px;
	min-height: 100px;
	min-width: 100%;
}

.ppp_add_user_data_block_section textarea:focus{
	outline: none;
  	border-color: #a87a34;
}

.ppp_add_user_data_block_section button{
	width: 100%;
	height: 30px;
	border: 1px solid #d2d2d2;
    border-radius: 15px;
    font-weight: bold;
    cursor: pointer;
    height: 40px;
}

.css_btn_cancel{
	background: linear-gradient(to top, #D3D3D3 0%, #F5F5F5 100%);
}

.css_btn_cancel:hover{
	background: linear-gradient(to top, #9f9f9f 0%, #F5F5F5 100%);
}

.css_btn_add{
	background: #a87a34;
	color: #fff;
}

.css_btn_add:hover{
	background: linear-gradient(to top, #008080 0%,  #2E8B57 100%);
	color: #fff;
}

.css_btn_del{
	background: #ff7b95;
    border: 1px solid #CCCCCC;
    color: #000;
}

.css_btn_del:hover{
	background: linear-gradient(to top, #DC143C 0%, #FF0000 100%);
    border: 1px solid #CCCCCC;
    color: #fff;
}


/*----------------   USER CABINET----------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------*/


.uc_header{
	width: 100%;
	height: 100px;
	float: left;
	background-color: #F5F5F5;
}

.uc_header img{
	width: 70px;
	height: auto;
	padding: 10px;
	margin-left: 20px;
	float: left;
}


.uc_header p{
	float: right;
	font-size: 18px;
	font-family: sans-serif;
	font-weight: bold;
	padding: 30px;
}

.uc_header a{
	float: right;
	font-size: 18px;
	font-family: sans-serif;
	font-weight: bold;
	padding: 30px;
	text-decoration: none;
	color: #a87a34;
	margin: 18px;
}

.us_start_info{
	width: 100%;
	float: left;
	margin-top: 50px;
	padding: 10px;
}


.us_foruser_info{
	width: 100%;
	float: left;
	margin-top: 20px;
	padding: 10px;
}


.uc_block_info_main{
	width: 100%;
	float: left;
	height: 100px;
	background: linear-gradient(to top, #FBFBFB 0%, #DCDCDC 100%);
    box-shadow: 0px 0px 10px #dcdcdc;
}

.uc_block_info_main_section:nth-child(1){
	float: left;
	width: 25%;
	height: 100px;
}

.uc_block_info_main_section:nth-child(2){
	float: left;
	width: 25%;
	height: 100px;
}

.uc_block_info_main_section:nth-child(3){
	float: left;
	width: 25%;
	height: 100px;
}

.uc_block_info_main_section:nth-child(4){
	float: left;
	width: 25%;
	height: 100px;
}

.uc_block_info_main_section p:nth-child(1){
	padding: 0;
	margin: 0;
	width: 100%;
	font-size: 12px;
	padding-left: 20px;
	margin-top: 20px;
	box-sizing: border-box;
	color: #7a7a7a;
}

.uc_block_info_main_section p:nth-child(2){
	padding: 0;
	margin: 0;
	width: 100%;
	font-size: 32px;
	padding-left: 20px;
	margin-top: 20px;
	box-sizing: border-box;
	margin-top: 0px;
}




.uc_block_base{
	width: 100%;
	float: left;
	margin-top: 30px;
}

.uc_block_base_title{
	width: 100%;
	float: left;
}

.uc_block_base_title p{
	padding: 0;
	margin: 0;
	font-size: 12px;
	padding-left: 20px;
	margin-top: 20px;
	box-sizing: border-box;
	color: #7a7a7a;
	float: left;
}

.uc_block_base_title p:nth-child(1){
	width: 5%;
}

.uc_block_base_title p:nth-child(2){
	width: 65%;
}

.uc_block_base_title p:nth-child(3){
	width: 20%;
}

.uc_block_base_title p:nth-child(4){
	width: 10%;
}


.uc_block_base_block{
	width: 100%;
	float: left;
	background-color: #FBFBFB;
    background-image: none;
    box-shadow: 0px 0px 5px #dcdcdc;
    margin-top: 10px;
}

.uc_block_base_block:last-child{
	margin-bottom: 50px;
}

.uc_block_base_block p{
	float: left;
	padding-left: 20px;
	margin-top: 20px;
	box-sizing: border-box;
}

.uc_block_base_block p:nth-child(1){
	width: 5%;
}

.uc_block_base_block p:nth-child(2){
	width: 65%;
}

.uc_block_base_block p:nth-child(3){
	width: 20%;
}


.uc_block_base_block p:nth-child(4){
	width: 10%;
	text-align: right;
	float: left;
	padding-right: 20px;
	margin-top: 20px;
	box-sizing: border-box;
	color: #696969;
	font-size: 16px;
	font-family: sans-serif;
}

.uc_block_base_block p:nth-child(4):hover{
	color: #a87a34;
	cursor: pointer;
}

.uc_block_base:last-child{
	margin-bottom: 100px;
}


.ppp_view_video{
	width: 700px;
	height: auto;
    padding: 0;
    background: #eee;
	
    position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	
    border-radius: 5px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: 0px 0px 10px #c8c3c3;
}

.ppp_view_video_title{
	width: 100%;
	height: 40px;
	float: left;
	background: #a87a34;
	border-radius: 5px 5px 0px 0px;
}


.ppp_view_video_title p:nth-child(1){
	width: 80%;
	float: left;
	font-size: 16px;
	padding-left: 20px;
	box-sizing: border-box;
	margin-top: 12px;
	margin-bottom: 0;
	font-weight: bold;
	color: #fff;
}

.ppp_view_video_title p:nth-child(2){
	width: 10px;
	float: right;
	font-size: 36px;
	margin-right: 15px;
	box-sizing: border-box;
	margin-top: -3px;
	margin-bottom: 0;
	font-weight: bold;
	color: #fff;
	transform: rotate(45deg);
}

.ppp_view_video_title p:nth-child(2):hover{
	color: #ff8181;
	cursor: pointer;
}

.ppp_video_player{
	width: 100%;
	max-height: 500px;
	height: auto;
	float: left;
	padding: 10px;
	box-sizing: border-box;
}

.ppp_view_video_disc{
	width: 100%;
	float: left;
	height: auto;
	padding: 10px;
	box-sizing: border-box;

}

.ppp_view_video_disc p:nth-child(1){
	width: 100%;
	float: left;
	margin-top: 0px;
	font-weight: bold;
}

.ppp_view_video_disc p:nth-child(2){
	width: 100%;
	float: left;
	margin-top: 0px;
}

.ppp_view_video_disc a{
	width: 100%;
	float: left;
	margin-top: 0px;
	font-family: sans-serif;
	color: #a87a34;
	text-decoration: none;
}

.ppp_view_video_disc a:hover{
	text-decoration: underline;
}

.ppp_view_video_btn{
	width: 100%;
	float: left;
	height: auto;
}

.ppp_view_video_btn button{
	float: right;
	margin: 10px;
	width: 150px;
    font-weight: bold;
    cursor: pointer;
    height: 40px;
    background: linear-gradient(to top, #D3D3D3 0%, #F5F5F5 100%);
    border: 1px solid #CCCCCC;
    border-radius: 15px;
}

.ppp_view_video_btn button:hover{
	background: linear-gradient(to top, #ff4646 0%, #F5F5F5 100%);
}

.title_block_user{
	width: 100%;
	float: left;
	text-align: center;
	font-family: sans-serif;
	font-size: 36px;
	margin-top: 30px;
}



/*----------------  LOGIN/INDEX PAGE ------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------*/

.main_header{
	width: 100%;
	height: 100px;
	float: left;
	background-color: #F5F5F5;
}

.main_header img{
	width: 70px;
	height: auto;
	padding: 10px;
	margin-left: 20px;
	float: left;
}


.main_header p{
	float: right;
	font-size: 18px;
	font-family: sans-serif;
	font-weight: bold;
	padding: 30px;
}


.main_work_area{
	width: 100%;
	min-height: calc(100vh - 100px);
	float: left;
	background: #ccc;
}

.main_work_area_enter{
	width: 500px;
    padding: 20px;
    box-sizing: border-box;
    background: #eee;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: 0px 0px 10px #c8c3c3;
    border: 1px solid #d2d2d2;
}

.main_work_area_enter p:nth-child(1){
	width: 100%;
	float: left;
	font-size: 24px;
	text-align: center;
}

.main_work_area_enter label{
	width: 100%;
	float: left;
	color: #7a7a7a;
}

.main_work_area_enter input{
	width: 100%;
	height: 50px;
	margin-bottom: 20px;
	border: 1px solid #d2d2d2;
	padding: 10px;
	box-sizing: border-box;
	font-size: 18px;
}

.main_work_area_enter input:focus{
	outline: none;
  	border-color: #a87a34;
}

.main_work_area_enter button{
	display: none;
	width: 100%;
	height: 50px;
	float: left;
	border: 1px solid #d2d2d2;
    font-weight: bold;
    cursor: pointer;
    background-color: #987948;
	margin-bottom: 20px;
	color: #fff;
	font-size: 18px;
}

.int_check_oferta{
	width: 20px !important;
	height: 20px !important;
}

.main_work_area_enter a{
	width: 100%;
	margin-bottom: 10px;
}





@media (max-width: 480px){
	.conteiner{
		width: 100%;
		margin: 0 auto;
	}



.uc_header{
	width: 100%;
	height: 100px;
	float: left;
	background-color: #F5F5F5;
}

.uc_header img{
	width: 20%;
	height: auto;
	padding: 5px;
	margin-left: 10px;
	float: left;
}


.uc_header p{
	float: left;
	font-size: 18px;
	font-family: sans-serif;
	font-weight: bold;
	padding: 5px;
	width: 42%;
}

.uc_header a{
	float: right;
	font-size: 18px;
	font-family: sans-serif;
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
	color: #a87a34;
}


.us_start_info{
	margin-top: 20px;
}


.uc_block_info_main_section:nth-child(1){
	float: left;
	width: 33%;
	height: 100px;
}

.uc_block_info_main_section:nth-child(2){
	float: left;
	width: 33%;
	height: 100px;
}

.uc_block_info_main_section:nth-child(3){
	float: left;
	width: 33%;
	height: 100px;
}

.uc_block_info_main_section:nth-child(4){
	display: none;
}

.uc_block_info_main_section p:nth-child(1){
	padding: 0;
	margin: 0;
	width: 100%;
	font-size: 12px;
	padding-left: 20px;
	margin-top: 20px;
	box-sizing: border-box;
	color: #7a7a7a;
}

.uc_block_info_main_section p:nth-child(2){
	padding: 0;
	margin: 0;
	width: 100%;
	font-size: 20px;
	padding-left: 20px;
	margin-top: 20px;
	box-sizing: border-box;
	margin-top: 0px;
}



.uc_block_base_block{

}

.uc_block_base_block:last-child{
	margin-bottom: 50px;
}

.uc_block_base_block p{
	float: left;
	padding-left: 20px;
	margin-top: 20px;
	box-sizing: border-box;
}

.uc_block_base_block p:nth-child(1){
	width: 5%;
	font-weight: bold;
}

.uc_block_base_block p:nth-child(2){
	width: 60%;
}

.uc_block_base_block p:nth-child(3){
	width: 30%;
}


.uc_block_base_block p:nth-child(4){
	width: 100%;
	text-align: center;
	font-weight: bold;
	margin-top: 0px;
	color: #a87a34;
	font-size: 18px;
}


.us_start_info{
	box-sizing: border-box;
}

.us_foruser_info{
	box-sizing: border-box;
}

.uc_block_info_main{
	height: 75px;
}

.ppp_view_video{
	width: 100%;
}


.main_work_area_enter{
	width: 100%;
}


}