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;
}
.gray-form-container{
	background: #f6f6f6;
	padding: 30px;
}
.header-small-menu li:nth-child(2) a {
	border-bottom: 2px solid #304345;
	padding-bottom: 5px;
}
section.main .h1{
	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;
	color: #333;
}
.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;
}
.color-block{
	background-color: #FEF4D3;
	background-image: url(images/color_block.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center right;
	padding: 30px;
}
.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: 69%;
	height: 100%;
}
.rounded-tile.rt-width{
	padding-top: 5%;
	background-position: right;
	padding-top: 19%;
	padding-bottom: 15%;
}
.rounded-tile.rt-width ul{
	max-width: 50%
}
.rounded-tile .tile-content{
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 15px;
}
.rounded-tile.rt-width .tile-content{
	max-width: 50%
}
.rounded-tiles > div {
	padding-bottom: 30px;
}
.fuct-block{
	background: #EAF6FF;
	padding: 30px;
}
.ak-block{
	background: #DFF9DD;
	padding: 30px;
}

.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
}
.colx5{
	margin-bottom: 40px
}

.colx7{
	width: calc(100% / 7);
	flex:  0 0 calc(100% / 7);
	margin-bottom: 40px
}
.brand-item{
	margin-bottom: 10px
}


@media (max-width: 991px){
	.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: 4rem
	}
	.rounded-tile {
		margin-bottom: 10px;
	}
	.rounded-tile .tile-content {
		position: absolute;
		width: calc(100% - 30px);
		top: 10px;
		left: 10px;
		font-size: 15px;
		font-weight: 500;
	}
	.rounded-tiles.row {
		margin: 0 -5px;
	}
	.rounded-tiles.row .col-xs-6{
		padding: 0 5px
	}
}

.form-spec .big-text{
	font-size: 2em;
	font-weight: 700;
}
.form-spec .big-text sub{
	font-size: .5em;
	bottom: 0;
}
.gray-form-container .form-group input{
	background: #fff;
}