#wrapper {
    max-width: 550px;
    width: 100%;
    margin: auto;
    position: relative;
    padding-top: 60px;
}
.content {
    width: 100%;
}
#main_block {
    width: 100%;

}
	#main_content {
		width: 100%;
	    padding: 2%;
	    text-align: left;
	    background-color: #4e91f2;
	    -moz-border-radius: 30px;
	    -webkit-border-radius: 30px;
	    border-radius: 30px;
	    border: 7px solid #0047ba;
	    display: table-cell;
	}

	#main_content >h1 {
		font-size:3.8em;
		color: #ff5;
		text-shadow:1px  1px  1px  #000000;
	}

	#main_content ol li {
		font-size:1.063em;
		color: #fff;
		
	}

	#main_content >p {
		margin: 5px;
		width: 100%; 
	}

	#main_content p.ad1{
		font-size: 1.063em;
		color: #fff;
		text-align: left;
		line-height: 23px;
		font-weight: 400;
	}

	#main_content p.ad2{
		font-size: 0.875em;
		color: #000;
		text-align: left;
		line-height: 23px;
		font-weight: 400;
	}
	.rc-anchor-light {
    background: #f9f9f9;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    margin:15px 0px;
    color: #000;
	font-size: 18px;
}

    .rc-anchor-normal {
    padding: 5px;
    height: 74px;
    width: 98%;}

    .rc-anchor-aria-status {
    left: -10000px;
    height: 1px;
    overflow: none;
    position: absolute;
    top: -10000px;
    width: 1px;
	}
	.rc-anchor-error-msg-container {
    color: #ff0000;
    font-family: Roboto,helvetica,arial,san-serif;
    font-size: 12px;
    font-weight: 400;
    left: 0;
    line-height: 14px;
    margin: 2px 10px 2px 10px;
    position: absolute;
    top: 0;
    }
    .rc-inline-block {
    display: inline-block;
    height: 100%;
	}
	.rc-anchor-normal .rc-anchor-checkbox-label {
    width: 152px;
	}
	.rc-anchor-checkbox-label {
    font-family: Roboto,helvetica,arial,san-serif;
    font-size: 18px;
    font-weight: 600;
    font-weight: 400;
    line-height: 17px;
	}
input[type=text], textarea {
    border: 1px solid #C5C5C5;
    border-radius: 3px;
    font-size: 15px;
    margin: 5px 0px;
    outline: medium none;
    padding: 5px;
    line-height: 23px;
    height: 26px;
    min-width: 40%;
}

	.topic_btn{
	width: 45%;
    height: auto;
    color: #fff;
    background-color: #d20040;
    text-align: center;
    font-size: 1.5em;
    font-weight: 800;
    line-height: 2.3em;
    display: inline-block;
    margin: 4% 1%;
    cursor: pointer;
	-moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
	-webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
	box-shadow: 0px 1px 0px 0px #f0f7fa;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #de4274), color-stop(1, #d2003f));
	background:-moz-linear-gradient(top, #de4274 5%, #d2003f 100%);
	background:-webkit-linear-gradient(top, #de4274 5%, #d2003f 100%);
	background:-o-linear-gradient(top, #de4274 5%, #d2003f 100%);
	background:-ms-linear-gradient(top, #de4274 5%, #d2003f 100%);
	background:linear-gradient(to bottom, #de4274 5%, #d2003f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#de4274', endColorstr='#d2003f',GradientType=0);
	background-color:#de4274;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #7c0014;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
	}
	.topic_btn a{
		color:#fff;
		text-decoration: none;
	}

	.topic_btn:hover{
		
	}
.btn_ul_block {
    width: 100%;
    text-align: center;
    margin: 2% auto 10% auto;
}
.more{
	width: 95%!important;
    height: auto;
    border: 10px solid;
    border-color: #85C226 #F7C200 #0047ba #DF127B;
    background-color: #fff;
}

#footer{
	position: relative;
}

.ansItems {

}
    .ansItems label {
        margin :5px 20px 5px 3px;
    }

@media only screen and (max-width: 1024px){
	#topic_btn {
	    margin: 4% 1%;
	}
}

@media only screen and (max-width: 768px){
	.btn_ul_block {
	    margin: 2% auto 20% auto;
	}
}
@media only screen and (max-width: 414px){
	#wrapper {
	    padding-top: 10%;
	}
	#main_block{
		display: block;
	}
	#topic_btn {
	    margin: 4% auto;
	    width: 100%;
	}
	#main_content >h1 {
	    font-size: 2.7em;
	}
	#main_content {
	    display: block;
	}
}

@media only screen and (max-width: 360px){
	#main_content >h1 {
	    font-size: 2.2em;
	}
}