.popup {
	position: relative;
	background: #FFF;
	text-align: left;
	padding: 0;
	margin: 40px auto;
	max-width: 360px;
}

@media screen and (min-width: 768px) {
	.popup {
		min-width: 430px;
		max-width: none;
	}
}

.popup__close {
	position: absolute;
	top: 3px;
	right: 5px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
}

.popup__close:active {
	color: #fff
}

.popup__title {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	margin: 0 0 25px
}

.popup__textarea, .popup__input {
	display: block;
	width: 100%;
	margin-top: 20px
}

.popup .popup__textarea {
	min-height: 75px
}

.popup__conditions {
	margin: 20px 0
}

.popup__link {
	display: inline-block;
	padding: 5px 0;
	cursor: pointer;
	color: #4256c1;
	text-decoration: underline
}

.popup__link--right {
	float: right
}

.popup__btn-wrap {
	text-align: center;
	margin-top: 30px
}

.popup__check-icon {
	display: block;
	width: 36px;
	height: 36px;
	margin: 23px auto;
	border-radius: 50%;
	background: #21a73f;
	font-size: 24px;
	line-height: 36px;
	color: #fff;
	text-align: center
}

@media screen and (min-width: 768px) {
	.popup__file-form {
		margin: 0 -15px 25px
	}
}

.popup__file-form .file-upload__result {
	width: 170px
}

@media screen and (min-width: 768px) {
	.popup__file-form .file-upload__result {
		width: 250px
	}
}

.popup-hidden {
	display: none;
}

.popup__header {
	height: 25px;
	background: #b99f5e;
	position: relative;
}

.popup__body {
	padding: 5px 60px 35px 60px;
	width: 100%;
	height: 250px;
	background-position: 50% 50%;
	background-size: cover;
	position: relative;
	color: #fff;
	text-align: center;
}

.popup__body h4 {
	font-size: 26px;
	margin-bottom: 20px;
	line-height: 30px;
	font-family: "DejaVuSerifBook", serif;
}

.popup__body .text {
	margin: 0;
	font-size: 14px;
	font-family: "MyriadProRegular", serif;
	color: #dedede;
}

.popup__footer {
	background: #eeeded;
	text-align: center;
	padding: 28px 0;
}

.popup__footer a {
	background-color: #19401e;
	padding: 5px 15px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	border: none;
	outline: none;
	border-radius: 20px;
	cursor: pointer;
	font-size: 12px;
	text-decoration: none;
	display: inline-block;
}

@media (max-width: 415px) {
	
	.popup__body {
		padding: 5px 20px 15px 20px;
	}
	.popup__body h4 {
		margin-top: 5px;
		font-size: 19px;
		margin-bottom: 15px;
	}
}