body.hidden {
    overflow: hidden;
}
body {
	background: #EEEDED;
}
.page {
	overflow: hidden;
	position: relative;
}
.header {
	position: relative;
	z-index: 1;
}
.title {
	font-family: "Archivo", sans-serif;
	font-weight: 400;
	font-size: 28px;
	line-height: 36px;
	color: #000;
}
.title.big {
	font-weight: 500;
	font-size: 64px;
	line-height: 76px;
	text-transform: uppercase;
}
.desc {
	font-family: "Archivo", sans-serif;
    font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #000;
}
.desc b {
	font-weight: 700;
}
.mob {
	display: none;
}
button,
a {
	border: 0;
	outline: 0;
	cursor: pointer;
	transition: .3s;
}
a:hover  {
	opacity: .5;
}
.button {
	font-family: "Archivo", sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #000;
	border-radius: 50px;
	position: relative;
	padding: 12px;
	text-transform: uppercase;
	border: 2px solid #000000;
	background: transparent;
	min-width: 200px;
	display: inline-block;
	text-align: center;
	transition: none;
}
.button:hover {
	border: 2px solid #fff;
	background: linear-gradient(#FF7441, #E21B5A);
	color: #fff;
	opacity: 1;
}
.section {
	padding: 0 16px;
}
.wrapper {
	max-width: 1280px;
	margin: 0 auto;
}

/* header */
.logo .img {
	width: 110px;
}

.header {
	padding: 48px 16px 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.header .wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header .nav {
	display: flex;
	flex-wrap: wrap;
	text-transform: uppercase;
	gap: 48px;
}
.hero-section {
	padding: 244px 16px;	
	position: relative;
	background: #DFD8D8;
}
.hero-section .img {
	width: auto;
	height: 100%;
	position: absolute;
	left: calc(50% + 300px);
	transform: translateX(-50%);
	top: 0;
}
.hero-section::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url('../assets/noize2.png');
	background-position: center;
	background-size: cover;
	opacity: .55;
}
.hero-section .wrapper {
	position: relative;
	z-index: 1;
}
.hero-section .title {
	max-width: 880px;
}
.hero-section .flex {
	display: flex;
}
.hero-section .flex .line {
	height: 4px;
	background: #000;
	width: 248px;
	margin: 36px 0;
}
.hero-section .flex .left {
	flex: 5;
}
.hero-section .flex .right {
	flex: 4;
	padding-top: 80px;
}
.hero-section .flex .desc {
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
}
.hero-section .flex .desc + .desc {
	margin-top: 32px;
}
.hero-section .button {
	margin-top: 80px;
}

.section-2 {
	padding-top: 142px;
	padding-bottom: 142px;
}
.section-2 .item {
	display: flex;
	gap: 120px;
}
.section-2 .item + .item {
	margin-top: 106px;
}
.section-2 .item .left {
	flex: 1;
}
.section-2 .item .right {
	flex: 1;
}
.section-2 .title.big {
	max-width: 550px;
	margin-bottom: 126px;
}
.section-2 .img1 {
	max-width: 586px;
}
.section-2 .img2 {
	max-width: 640px;
}
.section-2 .item .desc {
	margin-top: 28px;
}
.section-2 .sublist__item .title {
	text-transform: uppercase;
}
.section-2 .sublist__item + .sublist__item {
	margin-top: 54px;
}

.section-3 {
	padding-top: 150px;
	position: relative;
	z-index: 1;
	text-align: center;
}
.section-3 .desc.big {
	font-size: 24px;
	line-height: 32px;
	text-transform: uppercase;
}
.section-3 .img {
	margin-top: -20px;
}
.section-3 .card {
	max-width: 568px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 95px;
	background: #EEEDED;
	border: 2px solid #fff;
	border-radius: 24px;
	padding: 16px;
	min-height: 110px;
	width: 100%;
	display: flex;
	align-items: center;
}
.section-3 .card .desc {
	max-width: 324px;
	margin: 0 auto;
}



.section-4 {
	position: relative;
	z-index: 1;
	padding: 94px 16px;
}
.section-4 .card {
	min-height: 500px;
	width: 100%;
	border-radius: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 16px;
	position: relative;
	overflow: hidden;
}
.section-4 .card .img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.section-4 .card .title {
	position: relative;
	z-index: 1;
	text-align: center;
}
.section-4 .card .desc {
	max-width: 582px;
	margin: 0 auto;
	text-align: center;
	margin-top: 60px;
	position: relative;
	z-index: 1;
}
.section-4 .card .button {
	margin-top: 42px;
	position: relative;
	z-index: 1;
}


.footer {
	position: relative;
	z-index: 1;
	padding: 0 16px;
}
.footer .wrapper {
	z-index: 1;
	position: relative;
}
.footer .socials__list .img {
	width: 32px;
}
.footer .card {
	background-color: #EEEDED;
	border-radius: 24px;
	display: flex;
	gap: 16px;
	align-items: center;
	justify-content: space-between;
	padding: 16px 70px;
	min-height: 134px;
	box-shadow: 0px 5px 10px rgba(160, 160, 160, .25);

}
.footer .under {
	padding: 30px 70px 35px;
}

.footer .left {
	display: flex;
	align-items: center;
	gap: 110px;
}
.footer .nav {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 48px;
}
.footer .desc {
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
}
.footer .nav__item {
	text-align: center;
}
.footer .under .nav {
	gap: 8px 64px;
	flex-wrap: wrap;
}
.footer .under .nav .desc {
	opacity: .55;
}
.footer .right {
	display: flex;
	gap: 50px;
	align-items: center;
}
.link {
	color: #F67609;
}
.footer .socials {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
}
.home-footer-container {
	background: #DFD8D8;
	position: relative;
}
.home-footer-container::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url('../assets/noize.png');
	background-position: center;
	background-size: cover;
	opacity: .55;
}
.footer-img {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
}


.contacts-page::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url('../assets/noize.png');
	background-position: center;
	background-size: cover;
	opacity: .55;
}
.contacts-page {
	background: #DFD8D8;
}
.footer,
.main {
	position: relative;
	z-index: 1;
}
.header {
	z-index: 2;
}
.contacts-section {
	padding-top: 184px;
	padding-bottom: 50px;
	text-align: center;
}
.contacts-section .flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 16px;
	gap: 16px;
}
.contacts-section .img {
	max-width: 550px;
}
.contacts-section .list {
	flex: 1;
	padding-top: 60px;
	flex-direction: column;
	display: flex;
	align-items: flex-end;
	gap: 28px;
}
.contacts-section .button {
	max-width: 618px;
	width: 100%;
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 28px 46px;
	background: linear-gradient(#EEEDED, #D5D1D1);
	border-color: #fff;
	gap: 16px;
}
.contacts-section .button:hover {
	background: linear-gradient(#FF7441, #E21B5A);
}
.contacts-section .button:hover .arrow {
	filter: brightness(0) invert(1);
}
.contacts-section .button .arrow {
	width: 28px;
}

.careers-page::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url('../assets/noize.png');
	background-position: center;
	background-size: cover;
	opacity: .55;
}
.careers-page {
	background: #DFD8D8;
}
.careers-section {
	padding-top: 184px;
	padding-bottom: 95px;
}
.careers-section .list {
	margin-top: 78px;
}
.careers-section .list > .button {
	min-height: 134px;
	width: 100%;
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 16px 80px;
	background: linear-gradient(#EEEDED, #D5D1D1);
	border-color: #fff;
	gap: 16px;
	border-radius: 24px;
	text-transform: none;
}
.careers-section .list > .button .arrow {
	width: 28px;
}
.careers-section .list > .button + .button {
	margin-top: 26px;
}
.careers-section .list > .button .desc.big {
	line-height: 34px;
	font-size: 18px;
	text-transform: uppercase;
}
.careers-section .list > .button .desc.small {
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 14px;
	line-height: 24px;
	margin-top: 4px;
}
.careers-section .list > .button .desc.small .loc {
	width: 18px;
}
.careers-section .list > .button:hover {
	background: linear-gradient(#FF7441, #E21B5A);
}
.careers-section .list > .button:hover .arrow {
	filter: brightness(0) invert(1);
}
.careers-section .list > .button:hover .loc {
	filter: brightness(0) invert(1);
}
.careers-section .list > .button:hover .desc {
	color: #fff;
}
.careers-section .list > .button:hover .title {
	color: #fff;
}
.careers-section .card {
	margin-top: 98px;
	border-radius: 40px;
	position: relative;
	overflow: hidden;
	min-height: 296px;
	padding: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.careers-section .card .img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.careers-section .card .desc {
	position: relative;
	font-size: 24px;
	line-height: 44px;
	text-align: center;
	max-width: 878px;
	margin: 0 auto;
}
.careers-section .card .button {
	margin-top: 34px;
}

.vacancy-section .list .button span {
	display: flex;
	align-items: center;
	gap: 60px;
}	
.vacancy-section .list .button .arrow {
	width: 28px;
	transform: scaleX(-1);
}
.vacancy-section .list .button .desc.small {
	margin-top: 0;
	font-size: 18px;
	line-height: 24px;
	gap: 8px;
}
.vacancy-section .list .button .desc.small .loc {
	width: 24px;
}
.vacancy-section .list .button .title {
	text-transform: uppercase;
}
.vacancy-section .list .button span a {
	line-height: 0;
}
.vacancy-section .list {
	margin-top: 0;
}
.vacancy-section .text {
	max-width: 950px;
	margin: 52px auto 0;
}
.vacancy-section .text__item {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 16px;
}
.vacancy-section .text__item + .text__item {
	margin-top: 52px;
}
.vacancy-section .text__item .title {
	font-size: 24px;
	line-height: 34px;
}
.vacancy-section .text-desc {
	flex: 1;
	max-width: 600px;
	font-size: 14px;
}

.vacancy-section .text__item .button {
	margin-top: 52px;
}
.vacancy-section .sublist {
	flex: 1;
	max-width: 600px;
	font-size: 14px;
}
.vacancy-section .sublist .desc {
	font-size: 14px;
	line-height: 32px;
	padding-left: 16px;
	position: relative;
	background: url('../assets/dot.svg');
	background-position: top 12px left 0;
	background-size: 8px;
	background-repeat: no-repeat;
}

.join-section {
	padding: 156px 16px 122px;
}
.join-section .card {
	max-width: 846px;
	margin: 0 auto;
	border-radius: 40px;
	background: linear-gradient(#F4F2F2, #F9F8F8);
	border: 2px solid #fff;
	padding: 72px 16px;
	text-align: center;
}
input {
	text-align: left;
	width: 100%;
	font-family: "Archivo", sans-serif;
    font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: rgba(0, 0, 0, .65);
	border: 1px solid #E8E7E7;
	border-radius: 30px;
	background: #E8E7E7;
	padding: 20px 30px;
	outline: 0;
	min-height: 60px;
}
::placeholder {
	color: rgba(0, 0, 0, .65);
}
input:focus {
	border: 1px solid #FF7441;
}
input.error {
	border: 1px solid #E21B5A;
}
.label-list {
	max-width: 602px;
	margin: 52px auto 0;
}
label {
	display: block;
}
label + label {
	margin-top: 18px;
}
.join-section .card .title + .desc {
	margin-top: 24px;
}
.corner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
	object-position: bottom right;
}
.join-page::before,
.terms-page::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url('../assets/noize.png');
	background-position: center;
	background-size: cover;
	opacity: .55;
}
.file-label {
	position: relative;
}
.file-label .desc {
	font-size: 14px;
	top: 50%;
	transform: translateY(-50%);
	left: 30px;
	position: absolute;
	color: rgba(0, 0, 0, .65);
}
.file-label input {
	padding-left: 100px;
	line-height: 12px;
	padding-top: 18px;
}
.file-label .img {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 58px;
	transition: .3s;
}
.file-label .img.hover {
	opacity: 0;
}
.file-label:hover .img {
	opacity: 0;
}
.file-label:hover .img.hover {
	opacity: 1;
}
input[type=file]::file-selector-button {
    display: none;
}

input[type=file]::-webkit-file-upload-button {
    display: block;
    width: 0;
    height: 0;
    margin-left: -100%;
}

input[type=file]::-ms-browse {
    display: none;
}
.checkbox-container {
	margin-top: 52px;
	display: flex;
	gap: 16px;
}
.checkbox-container .desc {
	flex: 1;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}
.checkbox-container input {
	display: none;
}
.checkbox-container .checkbox {
	width: 24px;
	min-width: 24px;
	height: 24px;
	border-radius: 6px;
	background: #E8E7E7;
	position: relative;
}
.checkbox-container .checkbox::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url('../assets/check.svg');
	background-position: center;
	background-size: 14px;
	background-repeat: no-repeat;
	opacity: 0;
}
.checkbox-container input:checked + .checkbox {
	background: linear-gradient(#FF7441, #E21B5A);
}
.checkbox-container input:checked + .checkbox::before {
	opacity: 1;
}
.join-page .button {
	margin: 52px auto 0;
}

.logo-section {
	text-align: center;
	padding: 356px 16px 336px;
	background: url('../assets/bg.png');
	background-position: center;
	background-size: cover;
}
.logo-section .img {
	max-width: 698px;
	width: 100%;
}
.about-section2 {
	position: relative;
	z-index: 1;
	padding-bottom: 100px;
}
.about-section1 {
	padding: 146px 16px 410px;
	position: relative;
}
.about-section1 .flex {
	display: flex;
	gap: 30px;
	align-items: center;
	justify-content: space-between;
}
.about-section1 .flex .img {
	max-width: 498px;
	width: 100%;
}
.about-section1 .flex .text {
	max-width: 740px;
}
.about-section1 .flex .text .title {
	text-transform: uppercase;
}
.about-section1 .flex .text .desc {
	margin-top: 32px;	
}
.about-page .card-special {
	overflow: hidden;
	border-radius: 40px;
	text-align: center;
	min-height: 500px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: relative;
}
.about-section1 .card-special {
	max-width: 1280px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -248px;
	z-index: 1;
	position: absolute;
	width: calc(100% - 32px);
}
.about-page .card-special .img {
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.about-page .card-special .title {
	position: relative;
	z-index: 1;
	line-height: 72px;
	max-width: 90%;
}
.about-page .card-special .desc {
	max-width: 582px;
	margin: 60px auto 0;
	position: relative;
	z-index: 1;
}
.about-page .card-special .button {
	margin-top: 42px;
	z-index: 1;
	position: relative;
}

.about-page .home-footer-container {
	padding-top: 436px;
}
.about-section2 .flex {
	display: flex;
	justify-content: space-between;
}
.about-section2 .flex .title {
	max-width: 550px;
}
.about-section2 .flex .right {
	max-width: 580px;
}
.about-section2 .flex .img {
	margin-top: 50px;
}
.about-section2 .flex .right .title {
	text-transform: uppercase;
}
.about-section2 .flex .right .desc {
	margin-top: 28px;
}
.about-section2 .sublist__item + .sublist__item {
	margin-top: 54px;
}
.about-section2 .card-special .desc {
	max-width: 640px;
}
.about-section2 .card-special {
	margin-top: 100px;
}


.terms-page {
	background: #DFD8D8;
}
.terms-section {
	padding: 184px 16px 96px;
}
.terms-section .line {
	margin: 30px 0;
	width: 248px;
	height: 2px;
	background: #000000;
}
.terms-section .date {
	font-size: 24px;
	line-height: 34px;
}
.terms-section .list {
	margin-top: 90px;
}
.terms-section .list .title {
	font-weight: 700;
	display: flex;
	gap: 6px;
	font-size: 24px;
	line-height: 34px;
}
.terms-section .item .desc {
	margin-top: 20px;
	padding-left: 246px;
	font-size: 14px;
}
.terms-section .list .button {
	margin-left: 246px;
	margin-top: 24px;
}
.terms-section .list .item + .item {
	margin-top: 40px;
}
.terms-section .sublist__item .desc + .desc {
	margin-top: 8px;
}

.terms-section .table-block {
	margin-top: 32px;
}
.terms-section .table-block .desc {
	font-size: 14px;
}
.terms-section .table-container {
	margin-top: 20px;
	overflow: auto;
}
.terms-section table {
	width: 100%;
	min-width: 1200px;
}
.terms-section .item table thead th .desc {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background: linear-gradient(#EEEDED, #D5D1D1);
	margin-bottom: 4px;
}
.terms-section thead th:first-child .desc {
	border-left: 2px solid #fff;
	border-radius: 24px 0 0 24px;
}
.terms-section thead th:last-child .desc {
	border-right: 2px solid #fff;
	border-radius: 0 24px 24px 0;
}
.terms-section .item table .desc {
	margin: 0;
	padding: 26px;
}
.terms-section .item tbody .desc {
	background: #F4F2F2;
	min-height: 96px;
}
.terms-section .item tbody tr:first-child .desc {
	border-top: 2px solid #fff;
}
.terms-section .item tbody tr:last-child .desc {
	border-bottom: 2px solid #fff;
}
.terms-section .item tbody tr:nth-child(even) .desc {
	background: #E8E7E7;
}
.terms-section .item tbody td:first-child .desc {
	border-left: 2px solid #fff;
}
.terms-section .item tbody td:last-child .desc {
	border-right: 2px solid #fff;
}
.terms-section .item tbody tr:first-child td:first-child .desc {
	border-radius: 24px 0 0 0;
}
.terms-section .item tbody tr:first-child td:last-child .desc {
	border-radius: 0 24px 0 0;
}
.terms-section .item tbody tr:last-child td:first-child .desc {
	border-radius: 0 0 0 24px;
}
.terms-section .item tbody tr:last-child td:last-child .desc {
	border-radius: 0 0 24px 0;
}


/* media */
@media screen and (max-width: 1200px) {
	.section-2 .item {
		gap: 32px;
	}
	.footer .card {
		padding: 16px;
	}
	.footer .left {
		gap: 40px;
	}
	.footer .nav {
		gap: 8px 16px;
	}
	.footer .right {
		gap: 32px;
	}
	.footer .under {
		padding: 16px;
	}
	.contacts-section .list {
		padding-top: 16px;
	}
	.contacts-section .flex {
		flex-direction: column-reverse;
		align-items: center;
		gap: 32px;
	}
	.contacts-section .img {
		max-width: 320px;
	}
	.contacts-section .button {
		padding: 24px;
		text-align: left;
	}
}

@media screen and (max-width: 768px) {
	.header .wrapper {
		flex-direction: column;
		gap: 16px;
	}
	.header {
		padding: 16px;
	}
	.header .nav {
		gap: 14px 16px;
		justify-content: center;
	}
	.title.big {
		font-size: 36px;
		line-height: 42px;
	}
	.hero-section {
		text-align: center;
		padding-top: 150px;
		padding-bottom: 50px;
	}
	.hero-section .flex {
		flex-direction: column;
	}
	.hero-section .flex .line {
		margin-left: auto;
		margin-right: auto;
	}
	.hero-section .button {
		margin-top: 16px;
	}
	.hero-section .flex .right {
		padding-top: 32px;
	}
	.section-2 {
		padding: 50px 16px;
	}
	.section-2 .item {
		flex-direction: column;
		text-align: center;
	}
	.section-2 .title.big {
		margin-bottom: 32px;
	}
	.section-2 .sublist__item + .sublist__item {
		margin-top: 24px;
	}
	.section-2 .item .desc {
		margin-top: 16px;
	}
	.section-2 .item + .item {
		margin-top: 50px;
	}
	.section-2 .item + .item {
		flex-direction: column-reverse;
	}
	.section-2 .img {
		max-width: 320px;
		margin: 0 auto;
	}
	.section-3 {
		padding-top: 50px;
	}
	.section-3 .desc.big {
		font-size: 18px;
		line-height: 24px;
	}
	.section-3 .title.big {
		margin: 16px 0;
	}
	.section-3 .img {
		margin: 0;
	}
	.section-3 .card {
		margin: 0 auto;
		transform: none;
		position: static;
	}
	.section-4 {
		padding: 50px 16px;
	}
	.section-4 .card {
		border-radius: 24px;
	}
	.footer .card {
		flex-direction: column;
	}
	.footer .left {
		flex-direction: column;
		gap: 16px;
	}
	.footer .nav {
		justify-content: center;
	}
	.footer .right {
		flex-wrap: wrap;
	}
	.careers-section .list > .button {
		padding: 24px;
		text-align: left;
		min-height: 0;
	}
	.careers-section .list {
		margin-top: 24px;
	}
	.vacancy-section .list {
		margin-top: 0;
	}
	.vacancy-section .list .button span {
		gap: 16px;
	}
	.careers-section .list > .button {
		flex-wrap: wrap;
	}
	.vacancy-section .list .button .title {
		font-size: 24px;
		line-height: 32px;
	}
	.vacancy-section .text__item {
		flex-direction: column;
	}
	.logo-section {
		padding: 150px 16px 50px;
	}
	.about-section1 {
		padding: 50px 16px;
	}
	.about-section1 .flex {
		flex-direction: column;
	}
	.about-section1 .flex .title {
		font-size: 24px;
		line-height: 32px;
	}
	.about-section1 .flex .img {
		display: none;
	}
	.about-page .card-special {
		position: relative;
		transform: none;
		left: 0;
		top: 0;
		width: 100%;
		margin-top: 24px;
		min-height: 0;
		padding: 24px;
	}
	.about-page .card-special .title {
		line-height: 42px;
	}
	.about-page .card-special .desc {
		margin-top: 16px;
	}
	.about-page .home-footer-container {
		padding-top: 50px;
	}
	.about-section2 .flex {
		flex-direction: column;
	}
	.about-section2 .flex .right {
		margin-top: 24px;
	}
	.about-section2 {
		padding-bottom: 50px;
	}
	.terms-section .item .desc {
		padding-left: 0;
	}
	.terms-section .list .button {
		margin: 24px auto 0 0;
	}
	.hero-section .img {
		display: none;
	}
}
#overlay {
    background: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999;
}
#overlay .pop {
    background: #fff;
    max-width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 60px 50px 50px 50px;
    border-radius: 6px;
    display: none;
}
#overlay .pop .close {
    position: absolute;
    right: 25px;
    top: 20px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
    cursor: pointer;
}
#overlay .pop .close:hover {
    opacity: 1;
}
#overlay .pop .close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #333;
}
#overlay .pop .close:before {
    transform: rotate(45deg);
}
#overlay .pop .close:after {
    transform: rotate(-45deg);
}
#overlay .pop .message {
    text-align: center;
    font-size: 18px;
    font-family: "Archivo", sans-serif;
    line-height: 24px;;
}