html, body {
	font-family: Arial, Helvetica, sans-serif;
}
.main {
	margin: 0px;
	padding: 0px;
}
html, body {
	margin: 0px;
	padding: 0px;
}
body {
	background-repeat: no-repeat;
  background-image: url('../image/bg-1.jpg');
  background-position: center top;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.main .content {
	background-color: #FFF;
	width: 50%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border-radius: 20px;
	font-size: 15px;
	font-weight: normal;
	padding: 10px;
}
.search.request {
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
        padding-top: 2%;
}
.content .heading {
	font-size: 24px;
	color: #035670;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.content .heading h1 {
	font-size: 24px;
	color: #035670;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.content .heading h2 {
	font-size: 24px;
	color: #035670;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.algorithm {
	font-size: 16px;
	font-weight: normal;
	list-style-type: upper-alpha;
	list-style-position: outside;
	margin: 30px;
}
.content .swank {
	font-size: 15px;
	font-weight: normal;
	margin: 20px;
	color: #555555;
}
.content .incitement {
	font-size: 15px;
	font-weight: bold;
	margin: 20px;
	color: #035670;
}
.content .algorithm ol li span {
	font-size: 16px;
	color: #035670;
}
.content .form {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;

}

.content .form .e-mail {
	font-size: 14px;
	height: 30px;
	width: 45%;
	padding-left: 5px;
	border-radius: 5px;
	border: 1px solid #CCC;
	box-sizing: border-box;
	padding: 10px 10px 10px 10px;
}
.content .form textarea {
	font-size: 14px;
	width: 90%;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #CCC;
}
.content .form .button {
	height: 40px;
	width: 40%;
	margin-left: 10%;
	border-radius: 5px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	text-align: center;
	background-color: #008F54;
	background-image: -webkit-linear-gradient(270deg,rgba(0,116,68,1.00) 0%,rgba(165,255,217,1.00) 2.59%,rgba(0,143,84,1.00) 2.59%,rgba(0,143,84,1.00) 89.63%,rgba(0,143,84,1.00) 95.87%,rgba(0,103,60,1.00) 99.48%);
	background-image: -moz-linear-gradient(270deg,rgba(0,116,68,1.00) 0%,rgba(165,255,217,1.00) 2.59%,rgba(0,143,84,1.00) 2.59%,rgba(0,143,84,1.00) 89.63%,rgba(0,143,84,1.00) 95.87%,rgba(0,103,60,1.00) 99.48%);
	background-image: -o-linear-gradient(270deg,rgba(0,116,68,1.00) 0%,rgba(165,255,217,1.00) 2.59%,rgba(0,143,84,1.00) 2.59%,rgba(0,143,84,1.00) 89.63%,rgba(0,143,84,1.00) 95.87%,rgba(0,103,60,1.00) 99.48%);
	background-image: linear-gradient(180deg,rgba(0,116,68,1.00) 0%,rgba(165,255,217,1.00) 2.59%,rgba(0,143,84,1.00) 2.59%,rgba(0,143,84,1.00) 89.63%,rgba(0,143,84,1.00) 95.87%,rgba(0,103,60,1.00) 99.48%);
	cursor: pointer;
}
@media screen and (max-width:1200px){
.main .content {
	width: 65%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
}
}
@media screen and (max-width:900px){
.main .content {
	width: 80%;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	border-radius: 20px;
	font-size: 15px;
	font-weight: normal;
	padding: 5px;
}
.content .heading {
	font-size: 18px;
	color: #035670;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.content .heading h1 {
	font-size: 18px;
	color: #035670;
	font-weight: bold;
	/*float: left;*/
	margin: 0px;
	padding: 0px;
}
.content .heading h2 {
	font-size: 18px;
	color: #035670;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.algorithm {
	font-size: 13px;
	font-weight: normal;
	list-style-type: upper-alpha;
	list-style-position: outside;
	margin: 10px;
}
.content .swank {
	font-size: 12px;
	font-weight: normal;
	margin: 10px;
	color: #555555;
}
.content .incitement {
	font-size: 13px;
	font-weight: bold;
	margin: 10px;
	color: #035670;
}
.search.request {
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
}
}

@media screen and (max-width:750px){
.main {
	height: 130%;
}
.main .content {
	width: 90%;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	border-radius: 20px;
	font-size: 14px;
	font-weight: normal;
	padding: 5px;
}
.content .heading {
	font-size: 16px;
	color: #035670;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.content .heading h1 {
	font-size: 16px;
	color: #035670;
	font-weight: bold;
	/*float: left;*/
	margin: 0px;
	padding: 0px;
}
.content .heading h2 {
	font-size: 16px;
	color: #035670;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.algorithm {
	font-size: 13px;
	font-weight: normal;
	list-style-type: upper-alpha;
	list-style-position: outside;
	margin: 10px;
}
.content .swank {
	font-size: 12px;
	font-weight: normal;
	margin: 10px;
	color: #555555;
}
.content .incitement {
	font-size: 13px;
	font-weight: bold;
	margin: 10px;
	color: #035670;
}
.search.request {
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
}
.content .form .e-mail {
	font-size: 12px;
	height: 20px;
	width: 90%;
	padding-left: 5px;
	border-radius: 7px;
}
.content .form .button {
	height: 30px;
	height: auto;
	width: 90%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
}


.question {
	margin-bottom: 20px;
}
.question .title {
	font-weight: 700;
	margin-bottom: 5px;
}

.avars {
	display: flex;
	flex-wrap: wrap;
}
.avars .aitem {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin: 0 0 10px 0;
	cursor: pointer;
}

@media (min-width: 576px) {
	.avars .aitem {
		width: 50%;
	}
}

@media (min-width: 992px) {
	.avars .aitem {
		width: 25%;
	}
}

.phoneblock {

}
@media (min-width: 992px) {
	.phoneblock {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
.phoneblock .phoneintl {
	border-radius: 5px;
	border: 1px solid #CCC;
}

.phoneblock .inlined-checkbox {
	margin-top: 10px
}
.phoneblock .styled-check {
	position: relative;
	/*padding-left: 25px;*/
	margin-right: 12px;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
}
/*.phoneblock .styled-check::before {
	content: '';
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #ced4da;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	background-color: #fff;
}
.phoneblock .styled-check .checkbox {
	display: none;
}
.phoneblock .styled-check .checker {
	display: none;
	width: 16px;
	height: 16px;
	text-align: center;
	top: 1px;
	left: -1px;
	position: absolute;
	color: #0089ce;
}*/