footer {
	position: relative;
	z-index: 20;
	width: 100%;
	height: 217px;
}
.main > footer {
	margin-top: 80px;
}
footer ::-moz-selection {
	color: #fff;
	background: #adda0b;
}
footer ::selection {
	color: #fff;
	background: #adda0b;
}
footer,
footer a {
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
}
footer .inner {
	max-width: 960px;
	height: 100%;
	margin: 0 auto;
	border: 1px solid #231f20;
	border-top: 0 none;
	border-bottom: 0 none;
}
footer .top {
	height: calc(100% - 41px);
	font-size: 0;
}
footer .col-1,
footer .col-2,
footer .col-3 {
	display: inline-block;
	vertical-align: top;
	height: 100%;
	font-size: 11px;
}
footer .col-1 {
	width: 282px;
	border-right: 1px solid #231f20;
}
footer .col-2 {
	width: 355px;
	border-right: 1px solid #231f20;
}
footer .col-3 {
	width: 320px;
}
footer .row-contacts {
	display: table;
	width: 100%;
	height: 126px;
	border-bottom: 1px solid #231f20;
}
footer .row-contacts-details {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
footer .phone {
	font-size: 21px;
	font-weight: 700;
}
footer .email {
	color: #adda0b;
	margin-top: 6px;
}
footer .working-hours {
	margin-top: 9px;
}
footer .row-language {
	height: 48px;
}
footer .links {
	display: table;
	width: 100%;
	height: 100%;
}
footer .links-columns {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
footer .links ul {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
footer .links ul:not(:first-child) {
	margin-left: 37px;
}
footer .links li:not(:first-child) {
	margin-top: 12px;
}
footer .links a:hover {
	color: #ADDA0B;
}
footer .row-newsletter {
	position: relative;
	width: 100%;
	height: 126px;
	border-bottom: 1px solid #231f20;
	line-height: 126px;
}
footer .row-newsletter-form {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	line-height: 1.2em;
}
#footer-newsletter-form {
	margin-top: 7px;
}
#footer-newsletter-form .email-field,
#footer-newsletter-form button {
	display: inline-block;
	vertical-align: middle;
	height: 31px;
	padding: 0 10px;
}
#footer-newsletter-form .email-field {
	width: 178px;
	color: #fff;
	background: #231f20;
	border: 1px solid #414042;
	font-size: 13px;
	font-weight: 700;
}
#footer-newsletter-form button {
	background: #adda0b;
	color: #000;
	font-size: 12px;
	font-weight: 700;
}
#footer-newsletter-form .row-1 {
	font-size: 0;
}
#footer-newsletter-form .row-2 {
	margin-top: 12px;
}
#footer-newsletter-form .newsletter-group,
#footer-newsletter-form .newsletter-group input,
#footer-newsletter-form .newsletter-group .label-text {
	display: inline-block;
	vertical-align: middle;
}
#footer-newsletter-form .newsletter-group input,
#footer-newsletter-form .newsletter-group .label-text {
	cursor: pointer;
}
#footer-newsletter-form .newsletter-group {
	position: relative;
}
#footer-newsletter-form .newsletter-group:not(:first-child) {
	margin-left: 37px;
}
#footer-newsletter-form .newsletter-group:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0);
	-moz-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0);
	box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0);
	-webkit-transition: all 0.36s ease-in-out;
	-moz-transition: all 0.36s ease-in-out;
	-o-transition: all 0.36s ease-in-out;
	transition: all 0.36s ease-in-out;
}
#footer-newsletter-form .newsletter-group.checked:before {
	background: #000;
	-webkit-box-shadow: inset 0 0 0 3px #fff;
	-moz-box-shadow: inset 0 0 0 3px #fff;
	box-shadow: inset 0 0 0 3px #fff;
}
#footer-newsletter-form .newsletter-group input {
	position: relative;
	left: 1px;
	z-index: 1;
	opacity: 0;
}
#footer-newsletter-form .newsletter-group .label-text {
	padding-left: 2px;
	-webkit-transition: color 0.36s ease-in-out;
	-moz-transition: color 0.36s ease-in-out;
	-o-transition: color 0.36s ease-in-out;
	transition: color 0.36s ease-in-out;
}
#footer-newsletter-form .newsletter-group.checked .label-text {
	color: #adda0b;
}
.newsletter-success-message,
.newsletter-error-message {
	position: absolute;
	bottom: 5px;
	display: none;
}
.newsletter-success-message {
	color: #adda0b;
}
.newsletter-error-message {
	color: #b53137
}
footer .row-socials {
	height: 48px;
	font-size: 0;
	line-height: 50px;
}
footer .social-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
footer .social-icon:not(:first-child) {
	margin-left: 20px;
}
footer .social-icon:before,
footer .social-icon:after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	background: url("../images/sprite.svg") no-repeat;
	-webkit-transition: opacity 0.36s;
	-moz-transition: opacity 0.36s;
	-o-transition: opacity 0.36s;
	transition: opacity 0.36s;
}
footer .social-icon:before,
footer .social-icon:hover:after {
	opacity: 1;
}
footer .social-icon:after {
	opacity: 0;
}
footer .social-icon.facebook,
footer .social-icon.facebook:before,
footer .social-icon.facebook:after {
	width: 11px;
	height: 22px;
}
footer .social-icon.facebook:before {
	background-position: 0 -259px;
}
footer .social-icon.facebook:after {
	background-position: 0 -292px;
}
footer .social-icon.twitter,
footer .social-icon.twitter:before,
footer .social-icon.twitter:after {
	width: 22px;
	height: 18px;
}
footer .social-icon.twitter:before {
	background-position: -32px -261px;
}
footer .social-icon.twitter:after {
	background-position: -32px -294px;
}
footer .social-icon.google-plus,
footer .social-icon.google-plus:before,
footer .social-icon.google-plus:after {
	width: 16px;
	height: 22px;
}
footer .social-icon.google-plus:before {
	background-position: -75px -259px;
}
footer .social-icon.google-plus:after {
	background-position: -75px -292px;
}
footer .social-icon.pinterest,
footer .social-icon.pinterest:before,
footer .social-icon.pinterest:after {
	width: 18px;
	height: 22px;
}
footer .social-icon.pinterest:before {
	background-position: -109px -259px;
}
footer .social-icon.pinterest:after {
	background-position: -109px -292px;
}
footer .bottom {
	padding: 0 30px;
	border-top: 1px solid #231f20;
}
footer .copyright,
footer .developer {
	color: #6d6e71;
	line-height: 40px;
}
footer .copyright {
	float: left;
}
footer .developer {
	float: right;
}
footer .developer a {
	color: inherit;
}
footer .developer .icon-youheart {
	position: relative;
	top: -1px;
	display: inline-block;
	vertical-align: middle;
	line-height: 0;
}
footer .developer .icon-youheart:before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url('/images/icon-youheart.svg');
	background-repeat: no-repeat;
}
footer .developer .gradient-text {
	display: inline-block;
	background: -webkit-linear-gradient(45deg, #fc356a, #fe910c 80%);
	font-weight: 900;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
