#reg_form > fieldset > div > label{
	width: 200px;
	display: inline-block;
	font-weight: bold;
}
#reg_form > fieldset > div.radio > label{
	width: auto;
	display: inline-block;
}
#reg_form >fieldset > div{
	padding: 2px 10px;
}
#reg_form >fieldset > div.checkbox{
	padding: 5px 10px;
	margin: 0px 0px;
}
#reg_form >fieldset > div.checkbox > label{
	padding-left: 20px;
}
div.checkbox  input[type="checkbox"]{
  position: absolute;
  margin-left: -20px;
}
#reg_form >fieldset > div.radio{
	padding: 5px 10px;
	margin: 0px 0px;
}
#reg_form >fieldset > div.radio> label{
	padding-left: 20px;
}
#reg_form >fieldset > div.p{
	padding: 1px 10px;
}
#reg_form >fieldset > div.h   h1,h2,h3,h4,h5,h6{
	margin-top: 0px;
}
#reg_form > fieldset > div > input{
	height: 30px;
	width: 195px;
	border: 1px solid #ccc;
	padding: 2px 6px;
}
#reg_form > fieldset > div > select{
	border: 1px solid #ccc;
}
#reg_form > fieldset > div > input[type="range"]{
	padding: 0px 0px;
}
#reg_form > fieldset > div > textarea{
	border: 1px solid #ccc;
	padding: 2px 6px;
	height:auto;
}
#reg_form > fieldset > div > button{
	padding: 14px 24px;
	border: 0 none;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	width: auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #4cae4c;
	color: #FFFFFF;
	width:auto;
	display:block;
	margin-right:auto;
	margin-left:auto;
}
#reg_form > fieldset > div > button:hover{
	opacity: 0.75;
}
#reg_form > fieldset > div.textarea  > textarea{
	vertical-align: top;
}
.anim-show{
	margin:auto;
	margin-bottom:20px;
	text-align:center;
	opacity:0; /*Элемент полностью прозрачный (невидимый)*/
	transition: 0.3s; /*Скорость перехода состояния элемента*/
	
	animation: show 1s 1; /* Указываем название анимации, её время и количество повторов*/
animation-fill-mode: forwards; /* Чтобы элемент оставался в конечном состоянии анимации */
  animation-delay: 0s; /* Задержка перед началом */
}
@keyframes show{
	 0%{
		 opacity:0;
	 }
	 
	 
	 100% {
		 opacity:1;
	 }
}
label {
    cursor: pointer;
    user-select: none;
}

.button {
    
}

.modal {
    position: fixed;
    z-index: 1;
    top: 0;
    right: 100%;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background-color: rgba(0,0,0,.2);*/
    opacity: 0;
    transition: opacity .3s;
}

.modal__check {display: none;}

.modal__info {
        position: relative;
    width: 90%;
    max-width: 400px;
    max-height: 90%;
    padding: 20px 20px 5px;
    background-color: #fff;
    overflow: hidden;
    border-style: solid;
    overflow-y: auto;
    border-width: 2px;
    border-color: #ccc;
    top: -366px;
    border-radius: 15px;
    -webkit-overflow-scrolling: touch;
}

.modal__close {
    font-family: serif;
    position: absolute;
    z-index: 2;
    top: 5px;
    right: 5px;
    width: 25px;
    border-radius: 50%;
    font-size: 36px;
    line-height: 25px;
    text-align: center;
}

.modal__closetwo {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.modal__check:checked+.modal {
    opacity: 1;
    right: 0;
}

.button:hover,.modal__close:hover {opacity: 0.7;}
.modal__info::-webkit-scrollbar {display: none;}
.knopka{
    font-size: 14px;
    background-color: #fff;
    border-style: solid;
    border-color: #3e84f5;
    border-width: 2px;
    border-radius: 28px;
    height: 30px;
    padding: 0px 9px;
    cursor: pointer;
}
.uploadButton {
        display: block;
    /* width: 100px; */
    background: #3f82e8;
    padding: 4px;
    color: #FFF;
    font-size: 11px;
    left: 3%;
    width: 107px;
    position: relative;
    font-weight: bold;
    font-family: Tahoma;
    text-align: center;
    border-radius: 7px;
    border-style: solid;
    border-color: #2d75e2;
    border-width: 1px;
    cursor: pointer;
}
.uploadButton:hover {
    background: #2270e8;
}
.superbutton {
width: 114px;
    position: relative;
    left: 3%;
    height: 38px;
    top: 4px;
    border-radius: 8px;
    background: #3f82e8;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
}
.superbutton:hover {
    background: #2270e8;
}
.pole{
    height: 35px;
    position: relative;
    border-radius: 10px;
    top: 6px;
    border-style: solid;
    border-width: 1px;
}
.footer{
    position: relative;
    /* float: left; */
    text-align: left;
    /* padding: 19px; */
    left: 39px;
    border-radius: 7px;
    top: 17px;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    width: 600px;
    
}
#select {
        margin: 30px 0 50px 0;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    }
    
    #select .wrapper {
        display: inline-block;
        width: 180px;
        margin: 0 10px 0 0;
        height: 20px;
        position: relative;
    }
    
    #select .parent {
        height: 100%;
        width: 100%;
        display: block;
        cursor: pointer;
        line-height: 30px;
        height: 30px;
        border-radius: 5px;
        background: #F9F9F9;
        border: 1px solid #AAA;
        border-bottom: 1px solid #777;
        color: #282D31;
        font-weight: bold;
        z-index: 2;
        position: relative;
        -webkit-transition: border-radius .1s linear, background .1s linear, z-index 0s linear;
        -webkit-transition-delay: .8s;
        text-align: center;
    }
    
    #select .parent:hover,
    #select .content:hover ~ .parent {
        background: #fff;
        -webkit-transition-delay: 0s, 0s, 0s;
    }
    
    #select .content:hover ~ .parent {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        z-index: 0;
    }
    
    #selecto .content {
        position: absolute;
        top: 0;
        display: block;
        z-index: 1;
        height: 0;
        width: 180px;
        padding-top: 30px;
        -webkit-transition: height .5s ease;
        -webkit-transition-delay: .4s;
        border: 1px solid #777;
        border-radius: 5px;
        box-shadow: 0 1px 2px rgba(0,0,0,.4);
    }
    
    #select .wrapper:active .content {
        height: 123px;
        z-index: 3;
        -webkit-transition-delay: 0s;
    }
    
    #select .content:hover {
        height: 123px;
        z-index: 3;
        -webkit-transition-delay: 0s;
    }
    
    
    #select .content ul {
        background: #fff;
        margin: 0;
        padding: 0;
        overflow: hidden;
        height: 100%;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    
    #select .content ul a {
        text-decoration: none;
    }
    
    #select .content li:hover {
        background: #eee;
        color: #333;
    }
    
    #select .content li {
        list-style: none;
        text-align: left;
        color: #888;
        font-size: 14px;
        line-height: 30px;
        height: 30px;
        padding-left: 10px;
        border-top: 1px solid #ccc;
    }
    
    #select .content li:last-of-type {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }