.crayftr-footer {
	padding-top: 40px;
	font-family: omnes-pro, omnes, sans-serif;
	background: #156718;
	line-height: 1;
	font-size: 16px;
	box-sizing: border-box;
	overflow: hidden;
	color: #ffffff;
}
.crayftr-footer h2{
	color:#FFF;
}
.crayftr-footer *, .crayftr-footer *:before, .crayftr-footer *:after {
	box-sizing: inherit;
}

.crayftr-footer p {
	margin: 0;
}

.crayftr-footer a {
	text-decoration: none;
	color: #fde700;
}

.crayftr-footer a:hover {
	text-decoration: underline;
}
.crayftr-footer a:focus {
    border: 1px solid white;
    padding: 0 5px;
}

.crayftr-footer .crayftr-btn {
	color: #ffffff;
	font-size: 24px;
	line-height: 1;
	min-width: 208px;
	text-align: center;
	padding: 13px 15px;
	text-decoration: none;
	border-radius: 30px;
	font-family: omnes-pro, omnes, sans-serif;
	display: inline-block;
	vertical-align: top;
	background: #0176c3;
	text-decoration: none;
	transition: background .3s ease, color .3s ease;
}

.crayftr-footer .crayftr-btn:hover {
	text-decoration: none;
	background: #ffffff;
	color: #0176c3;
}

.crayftr-panel {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	color: #ffffff;
	align-items: flex-start;
	margin: 0 0 10px;
	padding: 0 10px;
}

.crayftr-panel:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: -350vw;
	background: #D36E09
		url(../images/footer/bg-01.png);
	z-index: -1;
	box-shadow: 7px 7px 18.8px 1.2px rgba(0, 0, 0, .4);
	background-position: -25% 0;
}
.crayftr-text-area {
	text-align: center;
	width: 100%;
	padding: 10px 0 2px;
}

.crayftr-text-area p {
	margin: 7px 0 4px;
}

.crayftr-logo {
	width: 104px;
	margin: 0 auto;
}

.crayftr-wrap-logo {
	overflow: hidden;
	margin: 0 -130px 0 -63px;
	height: 83px;
}

.crayftr-wrap-logo img {
	width: 100%;
	vertical-align: top;
}

.crayftr-container {
	margin: 0 auto;
	max-width: 1440px;
}

h2.crayftr-ttl {
	display: block;
	font-size: 32px;
	font-family: omnes-pro, omnes, sans-serif;
	margin: 0;
}

.crayftr-signup-form {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.crayftr-signup-form label {
	font-weight: normal;
	font-size: 16px;
	padding: 0 0 0 20px;
}

.crayftr-signup-form .crayftr-form-email, .crayftr-signup-form .crayftr-form-date
	{
	display: flex;
	flex-wrap: wrap;
}

.crayftr-signup-form input[type='date'], .crayftr-signup-form input[type='email']
	{
	color: #606060;
	transition: border-color .35s cubic-bezier(.3, .86, .36, .95);
	background-color: transparent;
	width: 100%;
	border-radius: 30px;
	min-width: 0;
	padding: 10px 22px;
	-webkit-appearance: none;
	background: #ffffff;
	height: 50px;
	border: 4px solid #8ec641;
	margin-right: 9px;
	margin: 0 0 10px;
	font-size: 16px;
	font-family: omnes-med, omnes, sans-serif;
}

.crayftr-signup-form input[type="date"]:before {
	content: attr(placeholder) !important;
	color: red;
	margin-right: 0.5em;
}

.crayftr-signup-form input[type="date"]:focus:before,
	.crayftr-signup-form input[type="date"]:valid:before {
	content: "";
}

.crayftr-signup-form input[type='date']::-moz-placeholder,
	.crayftr-signup-form input[type='email']::-moz-placeholder {
	color: #606060;
}

.crayftr-signup-form input[type='date']::placeholder,
	.crayftr-signup-form input[type='email']::placeholder {
	color: #606060;
}

.crayftr-signup-form input[type='date']:focus, .crayftr-signup-form input[type='date']:hover,
	.crayftr-signup-form input[type='email']:focus, .crayftr-signup-form input[type='email']:hover
	{
	box-shadow: none;
}

.crayftr-signup-form input[type='submit'] {
	height: 50px;
	border: 4px solid #ffffff;
	color: #ffffff;
	font-size: 24px;
	background: none;
	border-radius: 30px;
	cursor: pointer;
	transition: background .3s ease, border-color .3s ease, color .3s ease;
	width: 209px;
	background: #D36E09;
	display: block;
	margin: 6px auto 0;
	font-family: omnes-pro, omnes, sans-serif;
}

.crayftr-signup-form input[type='submit']:hover {
	background: #0176c3;
	border-color: #0176c3;
	color: #ffffff;
}

.crayftr-menu {
	position: relative;
	z-index: 1;
}

.crayftr-open-close {
	line-height: 1;
	border-bottom: 1px solid #19761b;
}

.crayftr-open-close.active .crayftr-opener:before {
	top: 50%;
	left: 40%;
	transform: rotate(45deg) translate(-50%, -50%);
}

.crayftr-open-close h2 {
	margin: 0;
	position: relative;
	font-family: omnes-pro, omnes, sans-serif;
	font-size: 18px;
	padding: 13px 15px 12px;
	color: #fee600;
}

.crayftr-open-close h2 a {
	transition: opacity .3s ease;
}

.crayftr-open-close h2 a:hover {
	text-decoration: none;
	opacity: .8;
}

.crayftr-slide {
	list-style: none;
	margin: 0;
	padding: 19px 15px;
	background: #19761b;
}

.crayftr-slide li {
	margin: 0 0 17px;
}

.crayftr-slide li:last-child {
	margin-bottom: 5px;
}

.crayftr-slide a {
	text-decoration: none;
	color: #ffffff;
}

.crayftr-opener {
	width: 44px;
	height: 44px;
	right: 0;
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
}

.crayftr-opener:before {
	content: '';
	position: absolute;
	top: 40%;
	left: 50%;
	border-width: 0 3px 3px 0;
	transform: rotate(-45deg) translate(-50%, -50%);
	border-style: solid;
	height: 13px;
	width: 13px;
	border-color: #32C337;
	transition: transform .3s ease, left .3s ease, top .3s ease;
}

.crayftr-image-full {
	margin: 10px 3px 10px;
	position: relative;
	z-index: 1;
}

.crayftr-image-full:after {
	content: '';
	position: absolute;
	top: 100%;
	margin-top: -12px;
	left: -100vw;
	right: -100vw;
	height: 100vh;
	background: #024200;
	z-index: -1;
}

.crayftr-image-full img {
	vertical-align: top;
	width: 100%;
}

.crayftr-contact-block {
	padding: 0 0 20px 13px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
	z-index: 2;
}

.crayftr-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: stretch;
	align-items: center;
	width: 100%;
}

.crayftr-txt {
	color: #ffffff;
	font-family: omnes-med, omnes, sans-serif;
	width: 100%;
	text-align: center;
	margin: 0 0 5px;
}

.crayftr-social-networks {
	list-style: none;
	margin: 0 -15px;
	padding: 0;
	display: flex;
	justify-content: center;
	width: 100%;
}

.crayftr-social-networks li {
	margin: 0 5px;
}

.crayftr-social-networks a {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	transition: opacity .3s ease;
	overflow: hidden;
	display: block;
}

.crayftr-social-networks a img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.crayftr-social-networks a:hover {
	opacity: .8;
}

.crayftr-bottom-area {
	position: relative;
	z-index: 1;
	padding: 2px 21px 2px 20px;
	display: flex;
	flex-wrap: wrap;
}

.crayftr-col {
	width: 100%;
}

.crayftr-link-list {
	list-style: none;
	padding: 0;
	margin: 0 0 15px;
	display: flex;
	flex-wrap: wrap;
}

.crayftr-link-list li:after {
	color: #ffffff;
	content: '|';
	margin: 0 7px;
}

.crayftr-link-list li:last-child:after {
	display: none;
}

.crayftr-copy {
	display: block;
	text-align: center;
}

.crayftr-select-lg {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: stretch;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.crayftr-select-lg button {
	color: #ffffff;
	font-family: omnes-pro, omnes, sans-serif;
	background: none;
	border: none;
	font-size: 16px;
}

.crayftr-select-lg button:hover, .crayftr-select-lg button:active {
	text-decoration: underline;
	cursor: pointer;
}

.crayftr-img-lg {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 0 0 10px;
}

.crayftr-img-lg img {
	width: 100%;
	vertical-align: top;
}

div.eA-icon{
	text-align: center;
	padding: 20px 0 10px;
	background: #024200;
	position:relative;
	z-index:90;	
}
@media ( min-width : 768px) {
	.crayftr-footer {
		background: #155b13;
	}
	.crayftr-panel {
		margin: 0 0 20px;
		height: 116px;
		padding: 0;
	}
	.crayftr-panel:before {
		background-position: 50% 57%;
		background-size: 84%;
		left: -100vw;
	}
	.crayftr-text-area {
		padding: 0 5px 0 50px;
		width: calc(100% - 114px);
		text-align: left;
		display: flex;
		align-items: flex-end;
	}
	.crayftr-text-area p {
		margin: 0 0 4px 10px;
	}
	.crayftr-logo {
		height: 47px;
		margin: 0;
	}
	.crayftr-wrap-logo {
		margin: 0 -124px 0 -51px;
	}
	.crayftr-wrap-logo {
		height: 116px;
	}
	.crayftr-signup-form {
		display: flex;
		width: calc(100% - 114px);
		margin: -14px 0 0 114px;
		padding: 0 10px;
		flex-direction: row;
	}
	.crayftr-signup-form input[type='date'], .crayftr-signup-form input[type='email']
		{
		margin-bottom: 0;
		margin-right: 10px;
		padding: 10px 15px;
	}
	.crayftr-signup-form label {
		margin-bottom: 2px;
	}
	.crayftr-signup-form input[type='submit'] {
		margin: 0;
		width: 33%;
		max-width: 163px;
		align-self: flex-end;
	}
	.crayftr-open-close {
		background: #166c18;
	}
	.crayftr-image-full {
		margin: 3px 0 20px;
	}
	.crayftr-image-full:after {
		margin-top: -30px;
	}
	.crayftr-wrap {
		max-width: 60%;
		width: auto;
		margin: 0 15px 0 auto;
	}
	.crayftr-txt {
		margin: 0 5px 0 0;
		width: auto;
	}
	.crayftr-social-networks {
		margin: 0;
		width: auto;
	}
	.crayftr-link-list li:after {
		margin: 0 11px;
	}
	.crayftr-copy {
		text-align: left;
	}
	.crayftr-select-lg {
		justify-content: flex-end;
		padding: 0 0 0 30%;
		margin: -30px 0 0;
	}
}

@media ( min-width : 900px) {
	.crayftr-text-area {
		padding: 0px 5px 0 100px;
	}
}

@media ( min-width : 1025px) {
	.crayftr-panel {
		margin: 0 0 35px;
		flex-wrap: nowrap;
		height: 85px;
		padding: 0;
	}
	.crayftr-text-area {
		padding: 8px 5px 0 0;
		width: 353px;
		display: block;
	}
	.crayftr-text-area p {
		margin: 0;
		font-family: omnes-pro, omnes, sans-serif;
		line-height: 14px;
	}
	.crayftr-logo {
		width: 182px;
		height: auto;
	}
	.crayftr-wrap-logo {
		height: 85px;
		margin: 0 -79px 0 -55px;
	}
	h2.crayftr-ttl {
		margin: 0;
	}
	.crayftr-signup-form {
		padding: 8px 0 0;
		flex: 1 0 auto;
		max-width: 57%;
		width: auto;
		margin: 0;
	}
	.crayftr-menu {
		padding: 46px 10% 70px;
		display: flex;
		margin: 0 -15px;
	}
	.crayftr-menu:before {
		content: '';
		position: absolute;
		top: 0;
		left: 18px;
		right: 20px;
		bottom: 0;
		background-image:
			url(../images/footer/bg-02.png);
		background-size: 100% 100%;
		opacity: .12;
		z-index: -1;
	}
	.crayftr-open-close {
		padding: 0 15px;
		width: 25%;
		background: none;
		border-bottom: 0;
	}
	.crayftr-open-close h2 {
		margin: 0 0 9px;
		padding: 0;
	}
	.crayftr-slide {
		padding: 0;
		display: block !important;
		background: none;
	}
	.crayftr-slide li:last-child {
		margin: 0 0 10px;
	}
	.crayftr-slide li {
		margin: 0 0 10px;
	}
	.crayftr-slide.js-slide-hidden {
		position: static !important;
	}
	.crayftr-opener {
		display: none;
	}
	.crayftr-image-full {
		margin: -70px 0 20px;
	}
	.crayftr-image-full:after {
		margin-top: -74px;
	}
	.crayftr-contact-block {
		padding: 12px 0 20px 21px;
	}
	.crayftr-bottom-area {
		flex-wrap: nowrap;
	}
	.crayftr-link-list {
		margin: 0 0 3px;
	}
	.crayftr-select-lg {
		padding: 20px 0 0;
		width: 30%;
		margin: 0 0 0 -20.5%;
	}
	.crayftr-img-lg {
		width: 24px;
		height: 24px;
	}
	.crayftr-signup-form input[type="submit"] {
		margin: 0 10px 0 0;
		width: 33%;
		min-width: 163px;
		align-self: flex-end;
	}
}

@media ( min-width : 1115px) {
	.crayftr-text-area {
		padding: 17px 5px 0 0;
	}
}

@media ( min-width : 1280px) {
	.crayftr-panel::before {
		background-size: 42%;
	}
	.crayftr-menu {
		padding: 46px 20% 80px;
	}
}

@media ( min-width : 1480px) {
	.crayftr-panel {
		padding: 0 0 0 13px;
	}
	.crayftr-text-area {
		padding: 11px 5px 0 0;
	}
	.crayftr-logo {
		width: 250px;
	}
	.crayftr-wrap-logo {
		margin: 0 -25px 0 0;
	}
	.crayftr-container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.crayftr-signup-form {
		max-width: none;
	}
	.crayftr-signup-form input[type='date'], .crayftr-signup-form input[type='email']
		{
		margin-right: 5px;
		padding: 10px 25px;
	}
	.crayftr-signup-form input[type='submit'] {
		margin-left: 5px;
	}
	.crayftr-menu {
		margin: 0 -30px;
	}
	.crayftr-menu:before {
		left: 49%;
		transform: translateX(-50%);
		width: 1474px;
		right: auto;
	}
	.crayftr-open-close {
		padding: 0 40px;
	}
	.crayftr-contact-block {
		padding: 2px 57px 20px;
	}
	.crayftr-bottom-area {
		padding: 2px 74px;
	}
	.crayftr-col {
		width: auto;
	}
	.crayftr-select-lg {
		margin: 0 0 0 auto;
		width: auto;
	}
}

@media ( min-width : 1920px) {
	.crayftr-image-full {
		margin: -70px -13vw 20px;
	}
}

@media ( max-width : 767px) {
	.crayftr-footer .crayftr-btn {
		width: 210px;
		border: 2px solid #ffffff;
		display: block;
		margin: 0 auto 19px;
	}
	.crayftr-logo {
		order: 1;
	}
	.crayftr-contact-block {
		flex-wrap: wrap;
		padding: 0 15px 25px;
		margin-top: -54px;
	}
	.crayftr-col {
		margin-bottom: 15px;
	}
	.crayftr-link-list {
		justify-content: center;
		margin: 0 -20px 2px;
	}
	.crayftr-link-list li {
		margin: 0 0 8px;
	}
}