section.main{
	background-image: url(images/main-bg.jpg);
	background-size: cover;
	background-position: center center;
}
.blackout{
	background: rgba(0,0,0,0.5);
}
.main-form-container{
	background: #fff;
	padding: 20px;
}
.header-small-menu li:nth-child(3) a {
	border-bottom: 2px solid #304345;
	padding-bottom: 5px;
}
.gray-form-container{
	background: #f6f6f6;
	padding: 30px;
}
section.main .h1{
	color: #fff;
}
.p50{
	padding: 0 50px;
}
.p30{
	padding: 30px;
}
.gray-bg{
	background: #f6f6f6;
	height: 100%;
}
.white-text{
	color: #fff;
}
.form-group{
	position: relative;
}
.form-group input{
	width: 100%;
	border: none;
	background: #F4F7FA;
	height: 42px;
	color: #333;
}
.form-group select{
	width: 100%;
	border: none;
	background: #f4f7fa;
	padding: 12px 6px;
	min-height: 42px;
	outline: none;
}
.form-group label{
	position: absolute;
	margin-top: 12px;
	margin-left: 10px;
	font-weight: 100;
	transition: all .3s;
	color: #333;
}
.form-group.active label, .form-group label.active{
	font-size: 10px;
	background: #fff;
	margin-top: -7px;
	margin-left: 10px;
	padding: 0px 5px;
}
.form-title{
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 16px;
}
.btn.btn-gradient{
	border: none;
	background: linear-gradient(86.86deg, #6BC707 -6.46%, #B2D503 66.23%, #FAFF00 145.24%);
	color: #fff;
	transition: all .6s;
	height: 42px;
	padding: 6px 20px;
}
.btn.btn-gradient:hover{
	border: none;
	background: linear-gradient(86.86deg, #6BC707 -6.46%, #B2D503 56.23%, #FAFF00 125.24%);
	color: #fff;
}
.btn.btn-black{
	border: none;
	background: #000;
	color: #fff;
	transition: all .6s;
	height: 42px;
	padding: 6px 20px;
}
.btn.btn-black:hover{
	border: none;
	background: #222;
	color: #fff;
}
.ico-text{
	text-align: center;
}
.ico-text img{
	max-width: 60px;
	margin-bottom: 15px;
}
.ico-text div{
	padding: 10px;
	margin-bottom: 40px;
	min-height: 2rem;
}
section.color-block{
	background-color: #D9EFFF;
	background-image: url(images/block-bg1.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center right;
	padding: 30px;
	color: #333
}
.spec-round{
	padding: 9px;
	border: 2px solid;
	border-radius: 27px;
	display: inline-block;
	margin-left: 15px;
}
ul.check-list{
	list-style: none;
	padding-left: 0;
	line-height: 3rem;
}
ul.check-list li:before{
	content: url('data:image/svg+xml; utf8, <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.5 0.375L3.525 8.04375L1.5 6.50625H0.375L3.525 11.625L11.625 0.375H10.5Z" fill="black"/></svg>');
	margin-right: 10px;
}
.rounded-tile{
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
	border-radius: 15px;
	border: 1px solid #eaeaea;
	position: relative;
	padding: 30px;
	padding-top: 63%;
	height: 100%;
}
@media (min-width: 992px){
.rounded-tile.rt-width{
	padding-top: 5%;
	background-position: right;
	padding-top: 15%;
	padding-bottom: 15%;
}
.rounded-tile.rt-width ul{
	max-width: 50%
}
}
.rounded-tile .tile-content{
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 15px;
}
.fuct-block{
	background: #EAF6FF;
	padding: 30px;
}
.ak-block{
	background: #DFF9DD;
	padding: 30px;
}
.form-spec .text{
	margin-bottom: 40px;
}
.img60{
	max-width: 60px;
	margin: auto;
	margin-bottom: 20px;
}
.fuct-block .big-text{
	font-weight: bold;
	font-size: 24px
}
.fuct-block .text{
	font-size: 14px;
	margin-bottom: 40px;
}
.colx5{
	margin-bottom: 40px
}

.colx7{
	width: calc(100% / 7);
	flex:  0 0 calc(100% / 7);
	margin-bottom: 40px
}
.brand-item{
	margin-bottom: 10px
}

.rounded-tiles > div{
	padding-bottom: 30px;
}
.rounded-tile ul{
	padding-left: 30px
}

.form-spec .big-text{
	font-size: 2em;
	font-weight: 700;
}
.form-spec .big-text sub{
	font-size: .5em;
	bottom: 0;
}

.grb{
	border-right: 1px solid #79B537
}

.gray-form-container .form-group input{
	background: #fff;
}

.flexstretch > div{
	padding-bottom: 30px;
}
@media (max-width: 991px){
	.p50{
		padding: 0 30px;
	}
	.main-form-container{
		background: rgba(255,255,255,.8)
	}
	.spec-round{
		margin-left: 0px;
		margin-top: 15px;
	}
	.fuct-block .colx5{
		flex: 0 0 50%
	}
	section.main .h1{
		font-size: 3.5rem
	}
	.rounded-tile {
		margin-bottom: 10px;
	}
	.rounded-tile.rt-width {
		background-size: 67%;
		background-position: top right;
	}
	.rounded-tile .tile-content {
		font-weight: 500;
	}
	.rounded-tiles.row {
		margin: 0 -5px;
	}
	.rounded-tiles.row .col-xs-6{
		padding: 0 5px
	}
	.flexstretch > div{
		padding-bottom: 15px;
	}
	.grb{
		border-right: none;
		border-bottom: 1px solid #79B537;
	}
	.row.m75{margin-left: -15px; margin-right: -15px;}
	.row.m75 > div[class*="col"]{padding: 0 15px;}
	.m75 .mpb{
		padding: 40px 0;
	}
}