body{
    margin: 0;
    padding: 0;
}

.head{
    margin: 0 auto;
    width: 100%;
    font-family: Arial;
}

/*
.contentclass{
    border: 2px solid black;
    min-height: 400px;
}
*/

.bg_template img{
    width: 920px;
    margin: 0 auto;
    opacity: 0.2;
}
.bg_template{
    width: 920px;
    margin: 10px auto;
}
.bg_template>div{ 
    position: absolute;
    padding: 35px 0 0 0;
}

/*
.baner{
    max-width: 940px;
    margin: 0 auto;
}
*/

.baner img{
    width: 100%;    
}
.test_content {
    margin: 0 auto;
    width: 100%;
}

.head_text{
/*    margin: 35px auto;*/
    font-family: Arial;
}

.head_text h1 {
    font-weight: 900;
    text-align: center;
    margin-top: 35px;
    letter-spacing: 3px;
    color: #9a1f3a;
}

.clear {
    clear: both;
}

.reg_heade {
    width: 600px;
    margin: 60px auto 20px;
    height: 100px;
}

.reg_heade>div{
    padding: 5px 40px
}

.fields>div>input{    
    display: inline-block;
    margin: 10px 0;
    width: 100%;
    height: 30px;
    border-radius: 5px;
    padding: 0 5px; 
    box-sizing: border-box;
}

input[type=submit] {
    padding:5px 45px; 
    background:#9a1f3a;
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 15px;
    border-radius: 15px; 
}

.poll_body {
    padding: 65px 0 40px 0;
    width: 440px;
    margin: 0 auto;
}

.poll_bg {
    background-image: url(http://gcmp.ru/template/uploads/2019/05/bg_footer.jpg);
    background-size: contain;
    background-position: 0 -40px;
    margin: -50px 0 0 0;
}

.text_col {
    margin: 30px 20px;
}

.reg_head_plate {
    position: absolute;
    background-color: #9a1f3a;
    text-align: center;
    width: 520px;
    border-radius: 15px;
    color: #fff;
}

.reg_head_plate a {
    color: #fff;
    font-size: 1.2em;
}

.send_button {
    text-align: right;
    margin-top: 20px;
    float: right;
    width: 30%;
}

.send_button>input[type=submit] {
    color: #fff;
}

.text_col2 {
    font-size: 0.8em;
    margin-bottom: 20px;
}

.send_button>input[type=submit] {
	cursor: pointer;
	background: #9a1f3a;
	border-radius: 20px;
	width: 130px;
}
.send_button>input[type=submit]:hover {
    font-weight: 600;
    color: bisque;
    background-color: #9a1f3a;
    background-image: none;
}
.send_button>input[type=submit]:active {
	margin-top: 1px;
	margin-bottom: -1px;
	zoom: 1;
    font-weight: 600;
    color: #fff;
    background-color: #9a1f3a;
    background-image: none;
    margin-top: 1px;
    margin-bottom: -1px;
    zoom: 1;
}

.double_field_first{
    float: left;
    width: 65% !important;
}

.double_field_second{
    float: right ;
    width: 30% !important;
}
.fields br{
    display: none !important;
    padding: 0px !important;
    margin: 0px !important;
    line-height: 0px !important;
    border: 0px !important;
}

input[required]{
    border: 1px dashed #9a1f3a;
}









.accordion {
  max-width: 500px;
  margin: 20px auto;
  font-family: Arial, sans-serif;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}

.accordion-item {
  border-bottom: 1px solid #ddd;
}

.accordion-item:last-of-type {
  border-bottom: none;
}

.accordion-header {
  display: block;
  padding: 12px 16px;
  background-color: #f7f7f7;
  text-decoration: none;
  color: #333;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.accordion-header:hover {
  background-color: #eaeaea;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 16px;
  background-color: #fff;
}

.accordion-item:target .accordion-content {
  max-height: 200px;
  padding: 12px 16px;
}

.accordion-content p {
  margin: 12px 0;
  font-size: 14px;
  line-height: 1.5;
}

.noner {
    display: none;
}