.modal-sun-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	background: #000000bf;
	opacity: 0;
	overflow:hidden;
	transition: 0.5s ease;
}

.modal-sun-overlay.open {
	opacity: 1;
}

.modal-sun {
	padding: 35px;
    max-width: 370px;
	overflow-y: auto;
	position: relative;
	max-height: 100%;
	background: #fff;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.modal-sun .modal-in .header_form {
	margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.modal-sun .header_form .header_form__title{
	margin: 0 0 16px;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 500;
	text-transform:uppercase;
	color:#212121;
}

.modal-sun .header_form .header_form__desc{
	font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    display: block;
}

.modal-sun .modal-in-thanks .header_thanks {
	margin-bottom: 0px;
}

.modal-sun .modal-in-thanks .header_thanks .header_form__title {
    font-size: 21px;
    line-height: 1.4;
    text-align: center;
}

.modal-sun .modal-in-thanks .header_thanks .desc {
	font-size: 16px;
	margin-top: 30px;
	display: block;
}

.modal-sun .modal-close {
	position: absolute;
	top: 15px;
	right: 15px;
	display: flex;
	cursor: pointer;
}

.modal-sun .modal-close svg path {
	stroke: grey;
}