@font-face {
	font-family: Sora-Bold;
	src: url('../fonts/Sora-Bold.ttf');
}

@font-face {
	font-family: Sora-Regular;
	src: url('../fonts/Sora-Regular.ttf');
}

@font-face {
	font-family: Sora-SemiBold;
	src: url('../fonts/Sora-SemiBold.ttf');
}

html, body {
	margin: 0!important;
	padding: 0!important;
	user-select: none!important;
	overflow-x: hidden!important;
	font-weight: normal!important;
	background-color: #FFF!important;
	-webkit-user-select: none!important;
	background-image: url("../img/logo_circles_blur.svg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}

#myBigDiv {
	opacity: 0;
}

a {
	margin: 0!important;
	padding: 0!important;
	cursor: pointer!important;
	text-decoration: none!important;
}

.big_div {
	margin: 0;
	width: 100vw;
	height: auto;
	max-width: 100%;
	padding: 40px 0 0 0;
	overflow: hidden!important;
	min-height: calc(100vh - 40px);
}

.big_inner_div {
	height: 100%;
	display: flex;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1400px;
	flex-direction: column;
	justify-content: center;
	overflow: hidden!important;
}

.go_back {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden!important;
}

.go_back button {
	color: #FFF;
	width: 36px;
	height: 36px;
	border: none;
	padding: 10px;
	outline: none;
	display: flex;
	min-width: 36px;
	max-width: 36px;
	cursor: pointer;
	font-size: 16px;
	line-height: 16px;
	user-select: none;
	text-align: center;
	border-radius: 50%;
	margin: 0 10px 0 0;
	align-items: center;
	transition: 0.2s ease;
	justify-content: center;
	-webkit-user-select: none;
	background-color: #6BD9A6;
	border: 2px solid #6BD9A6;
	overflow: hidden!important;
	text-align: -webkit-center;
	box-shadow: 0px 0px 10px 0px rgba(3, 105, 115, 0.16);
}

.go_back button:hover {
	background-color: #036973;
}

.go_back h1 {
	margin: 0;
	padding: 0;
	color: #036973;
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	font-family: Sora-SemiBold;
}

.image_div {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden!important;
}

.image_div img {
	height: 100%;
}

.form_big_div {
	margin: 0;
	width: 100%;
	display: flex;
	padding: 20px 0 40px 0;
	align-items: flex-start;
	justify-content: center;
}

.info_block {
	margin: 0;
	width: 450px;
	height: auto;
	display: flex;
	list-style: none;
	padding: 0 0 40px 0;
	border-radius: 20px;
	align-items: center;
	flex-direction: column;
	background-color: #FFF;
	overflow: hidden!important;
	justify-content: space-between;
	box-shadow: 0px 0px 10px 0px rgba(3, 105, 115, 0.16);
}

.info_block_i {
	padding: 0;
	width: 100%;
	position: relative;
	margin: 0 0 10px 0;
	overflow: hidden!important;
}

.info_block_i img {
	top: -90px;
	right: -75px;
	height: 180px;
	position: absolute;
}

.block_title {
	z-index: 1;
	padding: 0;
	margin: 40px;
	display: flex;
	color: #036973;
	font-size: 24px;
	overflow: hidden;
	line-height: 26px;
	position: relative;
	align-items: center;
	font-weight: normal;
	justify-content: center;
	font-family: Sora-SemiBold;
}

.block_title1 {
	justify-content: flex-start!important;
}

.block_title2 {
	padding: 0;
	color: #036973;
	font-size: 15px;
	text-align: left;
	overflow: hidden;
	line-height: 17px;
	font-weight: normal;
	margin: 0 40px 10px 40px;
	text-align: -webkit-left;
	font-family: Sora-SemiBold;
}

.block_title3 {
	padding: 0;
	display: flex;
	color: #036973;
	font-size: 15px;
	text-align: left;
	overflow: hidden;
	line-height: 17px;
	font-weight: normal;
	align-items: center;
	justify-content: center;
	text-align: -webkit-left;
	font-family: Sora-SemiBold;
	margin: 40px 40px 10px 40px;
}

.block_title3 i {
	padding: 0;
	color: #6BD9A6;
	font-size: 36px;
	margin: 0 10px 0 0;
}

.info_block_i input {
	outline: none;
	color: #036973;
	font-size: 15px;
	line-height: 17px;
	padding: 20px 10px;
	font-weight: normal;
	border-radius: 10px;
	background-color: #FFF;
	margin: 0 40px 20px 40px;
	width: calc(100% - 104px);
	border: 2px solid #6BD9A6;
	font-family: Sora-Regular;
}

.info_block_button {
	padding: 0;
	display: flex;
	margin: 0 40px;
	align-items: flex-start;
	width: calc(100% - 80px);
	justify-content: flex-end;
}

.info_block_button button {
	margin: 0;
	color: #FFF;
	border: none;
	width: 120px;
	display: flex;
	outline: none;
	cursor: pointer;
	font-size: 16px;
	overflow: hidden;
	max-width: 120px;
	line-height: 18px;
	padding: 20px 10px;
	align-items: center;
	font-weight: normal;
	border-radius: 10px;
	transition: 0.2s ease;
	word-break: break-word;
	font-family: Sora-Bold;
	justify-content: center;
	background-color: #036973;
}

.info_block_button button:hover {
	background-color: #036973;
	box-shadow: 0px 4px 4px 0px #6BD9A6;
}

.tryAgain_button {
	color: #FFF;
	border: none;
	display: flex;
	outline: none;
	margin: 0 40px;
	cursor: pointer;
	font-size: 16px;
	overflow: hidden;
	line-height: 18px;
	padding: 20px 10px;
	align-items: center;
	font-weight: normal;
	border-radius: 10px;
	transition: 0.2s ease;
	word-break: break-word;
	font-family: Sora-Bold;
	justify-content: center;
	width: calc(100% - 80px);
	background-color: #036973;
	max-width: calc(100% - 80px);
}

.tryAgain_button:hover {
	background-color: #036973;
	box-shadow: 0px 4px 4px 0px #6BD9A6;
}

@media screen and (max-width: 295px) {
	.block_title {
		margin: 40px 20px;
	}
	.block_title2 {
		margin: 0 20px 10px 20px;
	}
	.block_title3 {
		margin: 40px 20px 10px 20px;
	}
	.info_block_i input {
		width: calc(100% - 64px);
		margin: 0 20px 20px 20px;
	}
	.info_block_button {
		margin: 0 20px;
		width: calc(100% - 40px);
	}
	.tryAgain_button {
		margin: 0 20px;
		width: calc(100% - 40px);
		max-width: calc(100% - 40px);
	}
	.image_div img {
		width: 100%;
		height: auto;
	}
}