/* MAIN FOOTER */
.main-footer {
	background-color: #F6BF5B;
	padding: 80px 0 77px;
}

.main-footer .fLeft {
	width: 269px;
}

.main-footer .fRight {
	width: calc(100% - 269px);
	padding-top: 4px;
}

.main-footer .fRight > .col {
	max-width: 869px;
	margin-left: auto;
}

/*.main-footer [class^="col-"]:not(:first-of-type) {
	padding-top: 4px;
}*/

.main-footer strong {
	display: block;
	font-family: 'Cabin', sans-serif;
	font-size: 22px;
	color: #FFF4D6;
	line-height: 74%;
	letter-spacing: 0.1em;
	margin-bottom: 14px;
}

.main-footer p {
	color: #91784C;
}

.main-footer i {
	color: #91784C;
	line-height: 140%;
}

.main-footer ul a,
.main-footer ul.tel li {
	font-family: 'Sansita', sans-serif;
	color: #91784C;
	line-height: 140%;
	letter-spacing: 0.1em;
}

.main-footer ul a:hover {
	color: #505050;
}

.main-footer ul.tel li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 5px;
}

.main-footer ul.tel li:last-child {
	margin-bottom: 0;
}

.main-footer ul.tel i {
	position: absolute;
	top: 0;
	left: 0;
}

.main-footer .form {
	max-width: 316px;
	margin-top: 22px;
}

/* COPYRIGHT */
.copyright {
	background-color: #E8B558;
	padding: 32px 0 30px;
}

.copyright p {
	font-size: 16px;
	color: #C0964A;
	line-height: 100%;
	text-transform: uppercase;
}

.copyright .sm-links a { color: #C0964A; }

.copyright .sm-links a:hover {
	color: #91784C;
}

@media only screen and (max-width: 1240px) {
	.main-footer .fLeft,
	.main-footer .fRight {
		float: none;
		width: 100%;
	}

	.main-footer .fLeft {
		text-align: center;
		margin-bottom: 30px;
	}

	.main-footer .fRight {
		max-width: 980px;
		margin: 0 auto;
	}

	.main-footer .fRight > .col {
		max-width: 100%;
		margin-left: -20px;
	}
}

@media only screen and (max-width: 840px) {
	.main-footer { padding: 25px 0; }

	.main-footer .fLeft { margin-bottom: 0; }

	.main-footer .fRight,
	.copyright .fLeft {
		display: none;
	}

	.copyright { padding: 14px 0; }

	.copyright .fLeft,
	.copyright .fRight {
		float: none;
	}

	.copyright .fRight { text-align: center; }
}