@charset "utf-8";

.box_txt_elem1 { width:250px; }

.img_logo { width:135px;
            margin-left:0;
			margin-right:auto;
          }

.img_head { max-width:426px; }

.container_line_quiz { width:19%;
                       max-width:85px;
					   height:8px;
					   border-radius:999px;
					   background-color:#C9C9C9;
                     }

#line_q1 { background-color:#F72817; }

.container_raspuns { background-color:#ffffff;
                     border-radius:999px;
					 border:solid 1px #F2F2F2;
					 padding-top:25px;
					 padding-bottom:25px;
					 box-sizing:border-box;
                   }

.col_raspuns_check { width:12%; }

.col_raspuns_label { width:85%; }

.circle_option { width:32px;
                 height:32px;
				 border-radius:50%;
				 border:solid 1px #6D7786;
				 background-color:#ffffff;
               }

@media screen and (max-width: 1000px) and (min-width:501px)
{

.container_txt_head { text-align:center;
                      margin-bottom:20px;
                    }

.container_img_head { max-width:400px; 
                      margin-left:auto;
					  margin-right:auto;
                    }

.img_logo { margin-left:auto;
			margin-right:auto;
			margin-top:30px;
          }

.container_butoane_top { justify-content:center; }

.box_txt_elem1 { width:50%; }

}

@media screen and (max-width: 500px) and (min-width:11px)
{

.container_txt_head { text-align:center;
                      margin-bottom:20px;
                    }

.container_img_head { max-width:300px; 
                      margin-left:auto;
					  margin-right:auto;
					  width:90%;
                    }

.img_logo { margin-left:auto;
			margin-right:auto;
			margin-top:30px;
          }

.container_butoane_top { justify-content:center; }

.box_txt_elem1 { width:50%; }

.col_raspuns_check { width:12%; }

.col_raspuns_label { width:85%; }

.circle_option { width:25px;
                 height:25px;
               }
}














