
.efw {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	background: rgba(0, 0, 0, 0.4);

	z-index: 10;

	font-family: 'Roboto', Arial, sans-serif;
}

.efw .efw__modal {
	margin-top: 130px;
}

.efw .efw__container-wrapper {
	width: 960px;

	position: relative;
	margin: 0 auto;
}

.efw .efw__container {
	overflow: hidden;


	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);

	background: #FFFFFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.efw .efw__left {
	float: left;
	margin-right: 2%;
	padding: 20px;
	box-sizing: border-box;
}
.efw .efw__right-wrapper {
	width: 480px;
	float: left;
	box-sizing: border-box;
}

.efw .efw__right {
	height: 100%;
	position: absolute;
	box-sizing: border-box;

	border-left: 1px solid #979797;
	background: transparent url('/images/efw/greeting/back.png') center center no-repeat;
	background-size: cover;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
	text-align: left;
}

.efw .efw-clear {
	clear: both;
	height: 0;
}

.efw .efw__window__close {
	/* Fill 4: */
	width: 32px;
	height: 32px;
	position: absolute;
	top: -16px;
	right: -16px;
	text-align: center;
	border: 2px solid #ffffff;
	/* Fill 1: */
	background: #000000;
	box-sizing: border-box;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 0;
	font-family: inherit;
	cursor: pointer;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
	z-index: 100;
}
.efw .efw__window__close__times {
	width: 12px;
	height: 12px;
	color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.efw .efw__window__close__times:before {
	content: "\d7";
	font-size: 28px;
	line-height: 12px;
	font-weight: 500;
	display: block;
	margin-top: 0px;
	margin-left: -1px;
}

.efw .efw__f {
	max-width: 400px;
	padding: 29px 30px;
	box-sizing: border-box;
}
.efw .efw__f__confirm {
	background: #00BA10;
	border-radius: 2px;
	font-size: 15px;
	color: #FFFFFF;
	letter-spacing: 0.1px;
	line-height: 19px;
	padding: 4px 8px 4px 28px;
	width: 284px;
	margin-bottom: 15px;
}
.efw .efw__f__confirm__icon {
	vertical-align: middle;
	margin-right: 4px;
}
.efw .efw__f__confirm__icon__img {
	width: 18px;
	height: 18px;
	margin-left: -22px;
	vertical-align: middle;
}
.efw .efw__f__confirm__text {
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 280px;
	display: inline-block;
}
.efw .efw__f__title {
	font-size: 28px;
	color: #000000;
	line-height: 31px;
	margin-bottom: 25px;
}
.efw .efw__form__field {
	width: 320px;
	position: relative;
	margin-bottom: 20px;
}
@media (min-height: 785px) {
	.efw .efw__form__field {
		margin-bottom: 31px;
	}
}

.efw .efw__window__body__form {
	text-align: left;
}

.efw .efw__form__field--is-name {
	width: 220px;
}
.efw .efw__form__field__label,
.efw .efw__form__field__input {
	display: block;
}
.efw .efw__form__field__label {
	font-size: 13px;
	color: #A0A0A0;
	letter-spacing: 0.2px;
	line-height: 26px;
}
.efw .efw__form__field__input {
	background: #FFFFFF;
	border: 1px solid #A0A0A0;
	line-height: 38px;
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	padding: 0 10px;
}
.efw .efw__form__field__error {
	position: absolute;
	top: 65px;
	left: 0;
	font-size: 13px;
	color: #B70610;
	letter-spacing: 0.2px;
	line-height: 19px;
	display: none;
}
.efw .efw__form__field--has-error .efw__form__field__input {
	border-color: #B70610;
}
.efw .efw__form__field--has-error .efw__form__field__error {
	display: block;
}
.efw .efw__form__field__list {
	position: absolute;
	top: 65px;
	left: 0;
	width: 100%;
	z-index: 10;
}
.efw .efw__form__field__list__open {
	position: absolute;
	right: 0;
	top: -40px;
	padding: 0;
	text-align: center;
	height: 40px;
	width: 44px;
	border: 0;
	background: transparent;
}
.efw .efw__form__field__list__items {
	margin-top: 1px;
	background: white;
	z-index: 1;
	display: none;
}
.efw .efw__form__field__list__items__item {
	border-bottom: 1px solid rgba(160, 160, 160, 0.3);
	border-left: 1px solid rgba(160, 160, 160, 0.3);
	border-right: 1px solid rgba(160, 160, 160, 0.3);
}
.efw .efw__form__field__list__items__item__link {
	display: block;
	line-height: 25px;
	padding: 5px;
}
.efw .efw__form__submit {
	padding: 27px 0 0;
}
@media (min-height: 785px) {
	.efw .efw__form__submit {
		padding: 77px 0 0;
	}
}
.efw .efw__form__submit__btn {
	background: #1490FB;
	border-radius: 4px;
	font-family: Arial, sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0.5px;
	line-height: 34px;
	border: 0;
	width: 193px;
	text-align: center;
	text-transform: uppercase;
	padding: 0;
}

.efw .efw__window__body__greeting {
	float: right;
	height: 500px;

}

.efw .efw__greeting {
	color: white;
	padding: 30px 50px 0 130px;
}
@media (min-height: 785px) {
	.efw .efw__greeting {
		padding-top: 80px;
	}
}
.efw .efw__greeting__title {
	font-size: 26px;
	color: #FFFFFF;
	line-height: 31px;
	margin-bottom: 30px;
}
@media (min-height: 785px) {
	.efw .efw__greeting__title {
		margin-bottom: 43px;
	}
}
.efw .efw__g-list__item {
	margin: 0 0 25px 0;
	position: relative;

}
@media (min-height: 785px) {
	.efw .efw__g-list__item {
		margin: 0 0 36px 0;
	}
}

.efw .efw__g-list__item__inner__icon {
	position: absolute;
	left: -72px;
}
.efw .efw__g-list__item__inner__title {
	font-size: 21px;
	letter-spacing: 0.1px;
	line-height: 20px;
	margin-bottom: 8px;
}
.efw .efw__g-list__item__inner__desc {
	font-size: 15px;
	letter-spacing: 0.2px;
	line-height: 22px;
}
