/*Наши Стили*/
input {
    cursor: auto;
}
.content_registracia {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.reg_left {
	width: 68%;
}
.reg_right {
	width: 30%;
}
.buttons_block {
	background-color: #F0F7FF;
	padding: 5px;
}
.btn_reg, .btn_lkab, .btn_test {
	background-color: #fff;
  font-size: 16px;
  font-family: "Century Gothic";
  color: rgb(83, 83, 83);
  text-transform: uppercase;
  line-height: 1.5;
  width: 100%;
  display: block;
  text-align: center;
  padding: 22px 0;
}
.btn_lkab {
	margin-top: 5px;
}
.btn_test {
	margin-top: 5px;
}
.block_btn_help_reg {
	margin-top: 8px;
	background-color: #FFF;
	padding: 15px;
}
.btn_help_reg {
	width: 100%;
    background: #c20e2c;
    padding: 15px 15px;
    border-radius: 3px;
    color: #ffffff;
    text-align: center;
  font-size: 17px;
  font-family: "Century Gothic";
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.412;
}
.slogan_reg {
  font-size: 16px;
  font-family: "Century Gothic";
  color: rgb(44, 53, 58);
  line-height: 1.5;
}
.input-block_reg {
	margin-top: 20px;
}
.circle_number {
  border-radius: 50%;
  background-color: #f0f7ff;
  width: 25px;
  height: 25px;
  font-size: 14px;
  font-family: "Century Gothic";
  color: rgb(44, 53, 58);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.714;
  display: inline-block!important;
  text-align: center;
  margin-right: 15px;
  margin-bottom: 10px;
}

.label_reg {
  font-size: 14px;
  font-family: "Century Gothic";
  color: rgb(44, 53, 58);
  text-transform: uppercase;
  line-height: 1.714;
  width: 100%;
    display: block;
}
.input_reg {
	
	border-color: #f0f7ff;
}
.select_reg {
	display: block;
	width: 100%;
    background: #f0f7ff;
    font: bold 13px/20px 'Futura New', sans-serif;
    padding-right: 36px;
    padding: 15px 19px;
    border: 2px solid #f0f7ff;
    color: #2c353a;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.select_reg option {
	background-color: #fff;
    padding: 7px 14px;
    color: #2c353a;
    font-family:'Futura New', sans-serif;
    display: block;
}
.first_block_reg {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.first_block_reg .input-block_reg {
	width: 49%;
}
.lebel_slogan {
	font-size: 14px;
  font-family: "Century Gothic";
  color: rgb(44, 53, 58);
  text-transform: initial;
  display: block;
  line-height: 1.714;
  padding-left: 40px;
  margin-bottom: 15px;
}
#reg_table {
	width: 370px;
	margin-left: 40px;
}
.input-block_reg-check input {
  display: none;
}
.input-block_reg-check input:checked + label {
    background: #0073ff;
    color: #fff;
}

.block_radio_opyt label, .block_radio_group label, .block_radio_dis label{
  background-color: rgb(240, 247, 255);
  font-size: 16px;
  font-family: "Century Gothic";
  color: #2c353a;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.5;
  padding: 15px 35px;
  margin-right: 25px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}
.block_radio_group label {
	margin-bottom: 10px;
	min-width: 315px;
}

.block_radio_dis label {
	margin-bottom: 10px;
	min-width: 215px;
}
.block_radio_opyt label:last-child, .block_radio_group label:last-child, .block_radio_dis label:last-child {
	margin-right: 0;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input[type='number'] {
    -moz-appearance: textfield;
}
.file_input {
    background-color: rgb(240, 247, 255);
    font-size: 16px;
    font-family: "Century Gothic";
    color: #2c353a;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.5;
    padding: 15px 35px;
    margin-right: 25px;
    cursor: pointer;
    display: inline-block;
}

.file-upload input[type="file"]{
display: none;/* скрываем input file */
}
/* задаем стили кнопки выбора файла*/
.file-upload {
position: relative;
overflow: hidden;
width: 230px;
height: 40px;
background: #0073ff;
text-align: center;
  font-size: 14px;
  font-family: "Century Gothic";
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.714;
  padding: 15px 35px;
}
/* Растягиваем label на всю область блока .file-upload */
.file-upload label {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
cursor: pointer;
}
/* стиль текста на кнопке*/
.file-upload span {
line-height: 40px;
font-weight:bold;
}
.upload_slogan,#file-name1 {
  font-size: 14px;
  font-family: "Century Gothic";
  color: rgb(131, 131, 132);
  line-height: 1.714;
  margin-bottom: 10px;
}
.summa_name {
  font-size: 14px;
  font-family: "Century Gothic";
  color: rgb(44, 53, 58);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.714;
  margin-left: 10px;
  font-weight: bold;
  margin-top: 16px;
}
.line_form {
	width: 100%;
	border-bottom: 1px solid #ddd;
	margin-top: 10px;
	margin-bottom: 10px;
	
}
.input-block_reg-politics span{
  font-size: 14px;
  font-family: "Century Gothic";
  color: rgb(44, 53, 58);
  line-height: 1.714;
}
#reg_submit {
	width: max-content;
    background: #c20e2c;
    padding: 15px 75px;
    border-radius: 3px;
    color: #ffffff;
    text-align: center;
  font-size: 17px;
  font-family: "Century Gothic";
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.412;
  display: block;
  margin: 30px 0;
}

#politics {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px;
}
#politics + label {
  position: relative;
  padding: 0 0 0 35px;
  cursor: pointer;
  
}
#politics + label:before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 28px;
  height: 28px;
  background: #f0f7ff;
}
#politics + label:after {
  position: absolute;
  top: -3px;
  left: 4px;
  content: '\2713';
    display: inline-block;
    color: #0073ff;
    font-size: 30px;
    line-height: 30px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
#politics:checked + label:after {
  -webkit-transform: scale(1);
    transform: scale(1);
}
label[for="reg_video"] {
	position: relative;
}
label[for="reg_video"]:before {
	content: "www.youtube.com/";
	position: absolute;
	display: block;
    color: #2c353a;
    font: 16px/20px 'Futura New', sans-serif;
	left: 19px;
	bottom: -37px;
	-webkit-transform: translate(0%,0%);
	   -moz-transform: translate(0%,0%);
	    -ms-transform: translate(0%,0%);
	     -o-transform: translate(0%,0%);
	        transform: translate(0%,0%);
}
#reg_video {
	padding-left: 189px;
}

.tabs {
	position: relative;
	margin: 0 auto;
}
.tabs label.title_tab {
	cursor: pointer;
	display: block;
	float: left;
	width: 155px;
	height: 45px;
	line-height: 45px;
	position: relative;
	text-align: center;
  font-size: 15px;
  font-family: "Century Gothic";
  color: rgb(48, 48, 48);
}
.tabs label.title_tab:before {
	  content: '';
  position: absolute;
  top: 12px;
  right: 0;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid #898989;
  background-color: #fff;
}
.tabs label.title_tab:after {
  position: absolute;
  top: 19px;
  right: 7px;
  content: '';
  width: 8px;
  height: 8px;
    display: inline-block;
  border-radius: 50%;
  background-color: rgb(0, 115, 255);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
#tab_1:checked ~ label#tab_l1:after,
#tab_2:checked ~ label#tab_l2:after,
#tab_3:checked ~ label#tab_l3:after,
#tab_4:checked ~ label#tab_l4:after {
  -webkit-transform: scale(1);
    transform: scale(1);
}
.tabs input.input_tab {
	position: absolute;
	left: -9999px;
}

/*#tab_1:checked  ~ #tab_l1,
#tab_2:checked  ~ #tab_l2,
#tab_3:checked  ~ #tab_l3,
#tab_4:checked  ~ #tab_l4 {
	background: #fff;
	border-color: #fff;
	top: 0;
	z-index: 3;
}*/

.tabs_cont {
	background: #fff;
	position: relative;
	z-index: 2;
}
.tabs_cont > div {
	position: absolute;
	left: -9999px;
	top: 0;
	opacity: 0;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}
#tab_1:checked ~ .tabs_cont #tab_c1,
#tab_2:checked ~ .tabs_cont #tab_c2,
#tab_3:checked ~ .tabs_cont #tab_c3,
#tab_4:checked ~ .tabs_cont #tab_c4 {
	position: static;
	left: 0;
	opacity: 1;
}

@media(max-width: 768px) {
	.reg_left, .reg_right {
		width: 100%;
	}
	.reg_right {
		-webkit-order: 1;
		    -ms-order: 1;
		        order: 1;
	}
}
@media(max-width: 425px) {
	.first_block_reg .input-block_reg {
		width: 100%;
	}
	.block_radio_opyt label, .block_radio_group label, .block_radio_dis label {
		margin-right: 15px;
	}
	
	.lebel_slogan {
		padding-left: 0;
	}
	#reg_table {
		margin-left: 0;
	}
	#reg_summa {
		width: 40%!important;
	}
	.block_radio_dis, .block_radio_group {
		text-align: center;
	}
	.input-block_reg-politics span {
		font-size: 13px;
	}
	#reg_submit {
		margin-left: auto;
		margin-right: auto;
	}
	.block_radio_group label, .block_radio_dis label {
		margin-right: 0;
	}
}
@media(max-width: 320px) {
	.block_radio_opyt label {
		margin-bottom: 10px;
	}
	#reg_submit {
		padding: 15px 50px;
	}
	.tabs label.title_tab {
		margin-left: 16%;
	}
}