.foot-social {
	background-color: #343434;
}

.foot-contact__inner {
	width: 80%;
	margin: 0 auto;
}

.foot-contact__form {
	width: 100%;
}

.foot-contact__input {
	width: 60%;
	min-height: 45px;
	padding: 0 0 0 10px;
	margin: 0;
	line-height: 1;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 500;
	font-style: normal;
	font-family: "Gotham Book", sans-serif;
	color: #bababa;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0;
}

.foot-contact__input:focus {
	outline: 0;
}

.foot-contact__input::-webkit-input-placeholder {
	color: #bababa;
}

.foot-contact__input:-moz-placeholder {
	color: #bababa;
}

.foot-contact__input:-ms-input-placeholder {
	color: #bababa;
}

.foot-contact__btn {
	width: 30%;
	min-height: 45px;
	padding: 0;
	margin-left: -4px;
	line-height: 1;
	outline: 0;
	color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0;
	background-color: #c29c75;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	font-style: normal;
	font-family: "Gotham", sans-serif;
}

.foot-contact__btn:focus {
	outline: 0;
}

.foot-contact__item {
	padding-bottom: 40px;
	border-bottom: 1px solid #515151;
}

.foot-contact__item_last {
	border: 0;
}

.foot-contact__item_last .foot-nav__title {
	padding-bottom: 22px;
	margin-bottom: 0;
}

.foot-contact__item_last .foot-nav__title:before {
	display: none;
}

.foot-share {
	width: 100%;
	padding: 0;
	list-style: none;
}

.share__item {
	display: inline-block;
	width: 28px;
}

.share__link {
	display: inline-block;
	width: 28px;
}

.share__link:before {
	font-size: 17px;
	font-size: 1.7rem;
	color: #fff;
}

.share__link:hover {
	text-decoration: none;
}

.share__link.i-twitter {
	padding-left: 22px;
}

@media only screen and (min-width: 768px) {
	.foot-contact__item {
		border-bottom: 0;
		border-right: 1px solid #515151;
	}

	.foot-contact__item_last {
		padding-top: 13px;
	}

	.foot-contact__item_last .foot-nav__title {
		padding-bottom: 30px;
	}
}

@media only screen and (min-width: 992px) {
	.foot-contact__item_last .foot-nav__title {
		padding-top: 0;
		padding-bottom: 30px;
	}

	.foot-contact__item {
		border: 0;
	}
}

.foot__content {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}

.foot-site {
	background-color: #434343;
	position: relative;
	z-index: 1;
}

.foot-site__inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.foot-nav {
	background-color: #434343;
}

.foot__inner {
	width: 80%;
	margin: 0 auto;
}

.foot__inner.js-dropdownActive .foot-nav__title:after {
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.foot-nav__title {
	position: relative;
	display: block;
	cursor: pointer;
	padding: 26px 0 20px;
	margin-bottom: 30px;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	font-style: normal;
	font-family: "MillerBanner Roman", serif;
}

.foot-nav__title:after {
	position: absolute;
	top: 26px;
	display: inline-block;
	margin-left: 14px;
	font-size: 13px;
	font-size: 1.3rem;
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.foot-nav__title:before {
	content: '';
	position: absolute;
	bottom: 0;
	display: block;
	height: 1px;
	width: 53%;
	max-width: 170px;
	background-color: #797979;
}

.foot-nav__title.i-arrow-light {
	margin-bottom: 0;
}

.foot-nav__title.i-arrow-light:before {
	display: none;
}

.foot-nav__card {
	border-bottom: 1px solid #252525;
}

.foot-nav__list {
	display: none;
	margin: 0;
	padding: 0 0 14px;
	list-style: none;
}

.foot__item {
	line-height: 1.5;
}

.foot-nav__link {
	display: block;
	padding-bottom: 12px;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	font-style: normal;
	font-family: "Gotham Book", sans-serif;
	color: #bababa;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.foot-nav__link:hover,
.foot-nav__link:focus {
	color: #bababa;
	text-decoration: none;
}

.foot-nav__img {
	width: 78%;
	max-width: 150px;
	padding-bottom: 30px;
}

@media only screen and (min-width: 768px) {
	.foot-nav__list {
		display: block !important;
	}

	.foot-nav__card {
		border-bottom: 0;
	}

	.foot-nav__card:not(:last-child) {
		border-right: 1px solid #252525;
	}

	.foot-nav__title {
		cursor: default;
		padding: 28px 0 15px;
		pointer-events: none;
	}

	.foot-nav__title.i-arrow-light {
		margin-bottom: 34px;
	}

	.foot-nav__title.i-arrow-light:before {
		display: block;
	}

	.foot-nav__title:after {
		display: none;
	}

	.foot__inner {
		width: 100%;
		padding: 0 34px;
	}
}

@media only screen and (min-width: 992px) {
	.foot-site {
		z-index: 2;
	}

	.foot-site_side.foot-site {
		width: 100%;
		max-width: 1440px;
		margin: 0 auto;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
	.foot-site_side .foot__content {
		width: 100%;
		max-width: 1440px;
		margin: 0 auto;
		padding-left: 20%;
	}
}

@media only screen and (min-width: 1281px) {
	.foot-site_side .foot__content {
		padding-left: 25%;
	}

	.foot-site_side .foot-logos {
		padding-left: 25%;
	}
}

.foot-logos {
	padding: 34px 0;
	background-color: #252525;
}

.foot-logos__inner {
	width: 80%;
	margin: 0 auto;
}

.foot-logos__list ul {
	padding: 0;
	list-style: none;
}

.foot-logos__item {
	display: inline-block;
	width: 49%;
	padding-bottom: 33px;
}

.foot-logos__link {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

.foot-logos__img {
	display: block;
	width: 90%;
	max-width: 104px;
	margin: 0 auto;
}

.foot-logos__main {
	display: block;
	text-align: center;
}

.foot-logos__main:after {
	content: '';
	display: block;
	width: 57px;
	height: 1px;
	margin: 34px auto 40px;
	background-color: #4f4f4f;
}

.foot-logos__main .foot-logos__img {
	max-width: 150px;
}

@media only screen and (min-width: 768px) {
	.foot-logos__inner {
		width: 93%;
		margin: 0 auto;
	}

	.foot-logos__main {
		display: inline-block;
		width: 23%;
		vertical-align: middle;
		margin-bottom: 40px;
	}

	.foot-logos__main:after {
		content: '';
		display: inline-block;
		width: 1px;
		height: 57px;
		margin: 0;
		vertical-align: middle;
		background-color: #4f4f4f;
	}

	.foot-logos__main .foot-logos__link {
		width: 98%;
	}

	.foot-logos__list {
		display: inline-block;
		width: 75%;
		vertical-align: middle;
	}

	.foot-logos__item {
		width: 32.33%;
	}
}

@media only screen and (min-width: 992px) {
	.foot-logos__inner {
		width: 84%;
		max-width: 1008px;
	}

	.foot-logos__main {
		width: 22%;
		margin: 0;
	}

	.foot-logos__list {
		width: 77%;
	}

	.foot-logos__img {
		max-width: 90px;
	}

	.foot-logos__item {
		width: 16%;
		padding-bottom: 0;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
	.foot-site_side .foot-logos {
		padding-left: 20%;
	}
}

@media only screen and (min-width: 1281px) {
	.foot-site_side .foot-logos {
		padding-left: 25%;
	}
}

.careersFooter {
	padding-top: 10%
}

.hrFooter {
	width: 125%;
	height: 1px;
	background-color: #434343;
	margin-left: -13%
}

.ulFooter {
	text-align: center;
	margin-top: 2%;
	margin-bottom: 0;
	font-size: 12px
}

.liFooter {
	line-height: 20px;
	display: inline-block
}

.aFooter {
	color: #a2a2a2;
	padding: 0 25px
}
