.contact {
	background: url('../img/bg-contact.jpg');
	padding-bottom: 5.375rem;
	padding-top: 3.125rem
}

.contact h1 {
	font-family: 'sc';
	font-size: 2.8125rem;
	color: #f49b1b
}

.contact .cont {
	font-size: 1.4rem;
	line-height: 2rem;
	padding-bottom: 3rem
}

.contact .form-horizontal {
	padding-top: .625rem
}

.contact .form-horizontal input {
	height: 4rem
}

.contact .form-horizontal textarea {
	height: 12.5rem
}

.contact .form-horizontal button {
	width: 16.125rem;
	height: 4.25rem;
	line-height: 4.25rem;
	font-size: 1.25rem;
	background-color: #f49b1b;
	border: none;
	padding: 0;
	border-radius: 3rem;
	margin-top: .8rem
}

.contact li {
	border-bottom: 1px solid #fff;
	font-size: 1.5625rem;
	line-height: 2.375rem;
	color: #424242;
	padding: 15px 0;
}

.contact li b {
	color: #000000
}


@media (max-width: 768px) {
	.contact {
	    padding-bottom: 1rem;
	    padding-top: 1rem;
	}
	
	.contact .cont {
	    font-size: 1rem;
	    line-height: 1.5rem;
	    padding-bottom: 1rem;
	}
	.contact .form-group{
		margin-bottom: 0;
	}
	.contact .form-horizontal input {
		font-size: 1rem;
	    height: 3rem;
	}
	.contact .form-horizontal button {
	    width: 100%;
	    height: 3rem;
	    line-height: 3rem;
	    border-radius: 1rem;
	    margin-top: 1rem;
	    margin-bottom: 2rem;
	}
	
	.contact li {
	    font-size: 1rem;
	    line-height: 2.25rem;
	}
	.pl{
		padding-left: 49px;
	}
}

@media (min-width: 768px) {
	.pl{
		padding-left: 88px;
	}
}

@media (min-width: 992px) {
	.pl{
		padding-left: 102px;
	}
}

@media (min-width: 1200px) {
	
}