﻿/*------------------------------------------------------------------------------------*/
/*------------------------------------- FOOTER ---------------------------------------*/
/*------------------------------------------------------------------------------------*/
.main-footer.group {
	padding: 40px 0 30px;
	background: #eceeee;
}

.main-footer.group .wrapper {
	max-width: 1820px;
	height: auto;
}

.main-footer .half,
.main-footer .half .col {
	width: 50%;
	float: left;
}

.main-footer .col2 {
	padding-left: 8.5%;
}

.main-footer-logo {
	width: 268px;
	margin-right: 20px;
	float: left;
}

.main-footer-logo .logo {
	font-size: 14px;
}

.main-footer-links {
	width: calc(100% - 288px);
	padding-left: 30px;
	float: left;
}

.main-footer h2 {
	font-size: 16px;
	font-weight: 700;
	color: black;
	line-height: 22px;
	margin-bottom: 10px;
}

.main-footer strong,
.main-footer b {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 1;
	margin-bottom: 11px;
	display: inline-block;
}

.main-footer-nav {
	display: flex;
	justify-content: space-between;
	width: 47.7%;
	float: left;
}

.main-footer-nav .col {
	width: 34%;
	padding-right: 15px;
}

.main-footer-nav ul {
	margin-bottom: 30px;
}

.main-footer-nav li {
	margin-bottom: 3px;
}

.main-footer-nav li a:link,
.main-footer-nav li a:visited {
	font-size: 14px;
	font-weight: 400;
	color: #494949;
	line-height: 24px;
}

.main-footer-nav li a:hover,
.main-footer-nav li a:active {
	color: #000000;
}

.mobile-app {
	width: 26%;
	padding-right: 15px;
	text-align: center;
	float: left;
}

.mobile-app-row {
	padding-top: 6px;
	margin-bottom: 10px;
}

.mobile-app img {
	width: 150px;
}

.main-footer .copyright-block {
	width: 26.3%;
	float: left;
}

.main-footer .copyright-block .social-box {
	padding-right: 0;
	margin-bottom: 44px;
	float: left;
}

.main-footer .copyright-block .social-box ul {
	margin-left: 0;
}

.main-footer .copyright-block .copyright {
	padding-left: 6px;
}

.main-footer .warning-icon {
	position: relative;
	top: -4px;
}

.main-footer a.focus-visible:focus {
	color: #000 !important;
	text-shadow: 0px 0px 15px #fdb728;
}

.main-footer a.social-link.focus-visible:focus {
	background-color: #ec9f00;
	box-shadow: 0px 0px 12px #ec9f00;
	text-shadow: none;
}

.newsletter-box {
	margin-bottom: 45px;
}

.newsletter-box .field {
	position: relative;
}

.newsletter-box input[type=email] {
	background: #dbdddd;
	font-size: 15px;
	border-radius: 16px;
	padding: 8px 38px 8px 18px;
	border: 1px solid #dbdddd;
	color: #000000;
	width: 95%;
	height: 36px;
	line-height: 19px;
	margin-left: -10px;
}

.newsletter-box [type=submit] {
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 16px;
	/*position: relative;
	left: -39px;
	top: 4px;*/
	position: absolute;
	top: 50%;
	left: 86%;
}

.newsletter-box .icon-arrow-right {
	vertical-align: middle;
}

.newsletter-box .field label {
	font-size: 12px;
	color: #979797;
	margin: 10px 0 6px;
	display: block;
	padding-left: 0;
}

.secondary-footer-nav {
	padding-top: 6px;
}

.secondary-footer-nav li {
	display: inline-block;
	position: relative;
}

.secondary-footer-nav li:not(:last-child):after {
	content: '|';
	display: inline-block;
	margin: 0 7px;
}

.secondary-footer-nav a:link,
.secondary-footer-nav a:visited {
	font-size: 12px;
	letter-spacing: .05em;
	border-bottom: 1px dotted transparent;
	line-height: 24px;
}

.secondary-footer-nav a:hover,
.secondary-footer-nav a:active {
	border-color: #000000;
}

.social-box {
	float: left;
}

.social-box ul {
	margin-left: 0;
}

.social-box li {
	display: inline-block;
	border: 2px solid #fdb728;
	border-radius: 50%;
	width: 29px;
	height: 29px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	margin: 0 3px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.social-box li:first-child {
	margin-left: 0;
}

.social-box li a {
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	font-size: 14px;
	padding-top: 5px;
}

.social-box li:hover {
	background: #fdb728;
}
.social-box li:active {
	background: #ec9f00;
}

.social-box li:hover .icon-fb {
	background-position: -1px -15px;
}

.social-box li:hover .icon-twitter {
	background-position: -12px -14px;
}

.social-box li:hover .icon-youtube {
	background-position: -29px -13px;
}

.social-box li:hover .icon-instagram {
	background-position: -48px -16px;
}

.main-footer .copyright {
	padding-left: 40px;
	float: left;
}

.main-footer.group .main-footer-nav .col {
	width: 25%;
}

.main-footer.group .row {
	margin-bottom: 40px;
}

.main-footer.group .first {
	padding-left: 20px;
}

.main-footer.group .first a,
.main-footer.group .first a:link,
.main-footer.group .first a:visited {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 29px;
}

.group .copyright {
	display: inline-block;
	padding-left: 20px;
}

.group .secondary-footer-nav{
	display: inline-block;

}

.group .social-box {
	float: right;
	margin-bottom: 0;
	padding-right: 20px;
}

.group .social-box ul {
	display: inline-block;
	margin-left: 15px;
}

@media only screen and (min-width: 1440px) and (max-width: 1640px) {
	.main-footer .wrapper {
		padding-left: 4%;
		padding-right: 4%;
	}
	.main-footer-logo {
		width: 220px;
	}
	.main-footer-links {
		width: calc(100% - 240px);
		padding-left: 0;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
	.main-footer .row {
		position: relative;
	}
	.main-footer-logo {
		position: absolute;
		top: 0;
		left: 0;
		width: 220px;
	}
	.main-footer-links {
		width: 100%;
		padding-left: 0;
		margin-bottom: 40px;
	}
	.main-footer-nav {
		width: 100%;
		padding-left: 260px;
	}
	.mobile-app {
		text-align: left;
		width: 50%;
	}
	.mobile-app-row {
		margin-right: 12px;
		float: left;
	}
	.main-footer .copyright-block {
		width: 50%;
	}
	.main-footer .copyright-block .social-box {
		margin-bottom: 10px;
	}
	.main-footer .copyright-block .copyright {
		padding-left: 0;
		display: block;
		clear: both;
	}
	.main-footer .secondary-footer-nav {
		margin-left: 25px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.main-footer-logo {
		width: 210px;
		margin-bottom: 30px;
	}
	.main-footer-links {
		width: 100%;
		padding-left: 0;
		margin-bottom: 40px;
	}
	.main-footer-nav {
		width: 100%;
		padding-left: 0;
	}
	.mobile-app {
		text-align: left;
		width: 50%;
	}
	.mobile-app-row {
		margin-right: 12px;
		float: left;
	}
	.main-footer .copyright-block {
		width: 50%;
	}
	.main-footer .copyright-block .social-box {
		margin-bottom: 10px;
	}
	.main-footer .copyright-block .copyright {
		padding-left: 0;
		display: block;
		clear: both;
	}
}

@media (max-width: 1023px) {
	.main-footer.group .main-footer-nav .col {
		width: 33%;
	}
}

@media (max-width: 767px) {
	.main-footer-logo {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.main-footer-links {
		width: 100%;
		padding-left: 0;
		clear: both;
	}
	.main-footer-nav {
		width: 100%;
		flex-wrap: wrap;
	}
	.main-footer.group .main-footer-nav .col {
		width: 50%;
	}
	.main-footer-nav .col {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.main-footer-nav li a:link,
	.main-footer-nav li a:visited {
		font-size: 14px;
		line-height: 20px;
	}
	.mobile-app {
		width: 100%;
		text-align: left;
		margin-bottom: 20px;
	}
	.mobile-app-row {
		margin-right: 12px;
		float: left;
	}
	.mobile-app img {
		width: 128px;
	}
	.main-footer .copyright-block {
		width: 100%;
	}
	.main-footer .copyright-block .social-box {
		margin-bottom: 24px;
	}
	.main-footer .row .align-center {
		width: 100%;
		text-align: left;
	}
	.main-footer .half {
		width: 100%;
	}

	.main-footer .col2 {
		padding-left: 0;
	}

	.main-footer .copyright {
		padding-left: 0;
		padding-top: 0;
		margin-bottom: 20px;
		clear: both;
	}

	.main-footer .social-links {
		width: 100%;
		clear: both;
	}

	.main-footer-nav {
		flex-wrap: wrap;
	}

	.main-footer-nav > div {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.logo {
		margin-top: -7px;
		max-width: 44%;
		display: block;
		line-height: 50%;
		margin-bottom: 5px;
	}

	.main-footer .logo {
		margin-bottom: 15px;
	}

	.main-footer strong, .main-footer b {
		font-size: 14px;
	}

	.main-footer .row {
		margin-bottom: 10px;
	}

	.main-footer {
		padding-top: 18px;
		padding-bottom: 21px;
	}

	.secondary-footer-nav a:link,
	.secondary-footer-nav a:visited {
		font-size: 11px;
	}
	.group .copyright {
		padding-left: 0;
		padding-bottom: 20px;
	}
	.main-footer.group {
		padding-top: 40px;
	}
	.group .secondary-footer-nav {
		display: block;
		margin-left: 0;
	}
	.group .social-box {
		float: none;
	}
	.logo {
		max-width: 50%;
	}
}
