* {
	font-family: "FiraSansCondensed";
	/*background-color: #e9edf1;*/
	scroll-behavior: smooth;
}
::-webkit-scrollbar {
	background-color: #2b2b2b;
}
::-webkit-scrollbar-thumb {
	background-color: #E9EDF1;
	border: 2px solid #2b2b2b;
	border-radius: 30px;
}
body {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	font-size: 22px;
	color: #2b2b2b;
background: -webkit-linear-gradient(135deg, rgb(237, 237, 237), rgb(255, 255, 255));
background: -moz-linear-gradient(135deg, rgb(237, 237, 237), rgb(255, 255, 255));
background: linear-gradient(135deg, rgb(237, 237, 237), rgb(255, 255, 255));
}
a {
	text-decoration: none;
	color: #2b2b2b;
	font-weight: bold;
}
H1 {
	font-weight: bold;
	font-size: 49px;
	line-height: 0;
	display: flex;
	width: 100%;
	justify-content: center;
}
H2 {
	font-weight: bold;
	font-size: 40px;
	line-height: 0;
	display: flex;
	width: 100%;
	justify-content: center;
	text-decoration: underline;
	text-decoration-color: #2b2b2b;
	text-decoration-thickness: 4px;
	text-underline-offset: 15px;
}
.nav {
	width: 100%;
	display: flex;
	justify-content: center;
	border-bottom: 2px solid #2b2b2b;
}
.container {
	width: 100%;
	height: 100%;
	max-width: 1400px;
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
}
.logo_img {
	width: 200px;
}
.nav_menu__list {
	display: flex;
	justify-content: space-between;
	line-height: 0;
}
.nav_menu__item {
	margin: 0 40px 0 40px;
	list-style: none;
}
.nav_menu__item :hover {
	text-decoration: underline;
	text-decoration-color: #2b2b2b;
	text-decoration-thickness: 2px;
	text-underline-offset: 5px;
}
.nav_right {
	width: 200px;
}
.login_btn {
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-color: #4f5ab1;
	color: #fff;
	border: none;
	border-radius: 30px;
}
.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #444;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 35px;
	border: 4px solid #97848463;
	box-sizing: border-box;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 30px;
	position: relative;
	filter: brightness(100%);
}
.slider_block {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* From https://css.glass */
	background: rgba(255, 255, 255, 0.2);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(1.5px);
	-webkit-backdrop-filter: blur(1.5px);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.slider_text {
	padding: 10px;
	background-color: transparent;
	color: #fff;
	font-weight: bold;
	font-size: 55px;
	text-shadow: 1px 1px 5px #2b2b2b, 0 0 1.5em #2b2b2b90, 0 0 0.2em #2b2b2b;
	cursor: default;
}
.howwork {
	margin: 30px 0;	
	width: 100%;
	display: flex;	
	flex-direction: column;
	align-items: center;
}
.howwork_blocks {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.howwork_block {
	margin-top: 50px;	
	width: 30%;	
	display: flex;	
	flex-direction: column;
	align-items: center;	
	justify-content: space-between;	
	height: 450px;	
	/* From https://css.glass */
	background: rgba(255, 255, 255, 0.2);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border: 1px solid rgba(255, 255, 255, 0.3);
}
.howwork_block > * {
	background-color: transparent;
	text-align: center;	
	padding: 30px 14px;	
	margin: 0;	
}
.howwork_block__img {
	height: 30%;
	padding-bottom: 15px;	
}
.howwork_block__title {
	font-size: 34px;	
	font-weight: bold;	
	padding-bottom: 15px;	
}
.howwork_block__desc {
	font-size: 22px;
	padding-top: 0;		
}
.benefits {
	margin: 0 0 30px 0;	
	width: 100%;
	display: flex;	
	flex-direction: column;
	align-items: center;
}
.loginwarn {
	margin: 30px 0 30px 0;	
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.loginwarn_left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: 50%;
}
.loginwarn_title {
	font-size: 42px;
}
.loginwarn_desc {
	font-size: 30px;
}
.loginwarn_right {
	height: 300px;
}
.loginwarn_img {
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(1.5px);
	-webkit-backdrop-filter: blur(1.5px);
	border: 4px solid #2b2b2bb8;
	border-radius: 30px;
}
.footer {
	display: flex;
	width: 100%;
	justify-content: center;
	    margin-top: 30px;
    background-color: #2b2b2b;
    color: #E9EDF1;
}
.footer_block {
		display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
.footer_block > * {
	margin: 0;
}
.task_wrapper {
	display: flex;
	justify-content: center;
}
.tasks {
	width: 1400px;
	height: 78vh;
	display: flex;
	justify-content: space-between;
	/* From https://css.glass */
	background: rgba(255, 255, 255, 0.2);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
		border: 4px solid #2b2b2bb8;
	border-radius: 30px;
	overflow-y: scroll;
}
.tasks::-webkit-scrollbar-track {
	margin: 20px;	
	padding-right: 10px;
}
.tasks::-webkit-scrollbar-thumb {
	border: 2px solid #E9EDF1;
	background-color: #2b2b2ba1;
}
.tasks::-webkit-scrollbar {
	background-color: transparent;
}

.task_blocks {
	width: 100%;
	margin: 30px 45px;	
	display: flex;
	flex-direction: column;
	align-items: center;
}
.task_block {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 200px;
	padding: 15px;
	margin: 0  0 30px 0;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
		border: 4px solid #2b2b2b2b;
	border-radius: 30px;
}
.task_block_img {
	width: 200px;
	height: 200px;
	border-radius: 100%;
	border: 4px solid #2b2b2bb8;
}
.task_center {
	display: flex;
	width: 63%;	
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}
.task_title {
	font-weight: bold;
	font-size: 26px;
}
.task_right {
	width: 200px;
	height: 55%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
}
.task_price {
	width: 100%;
	text-align: center;
	color: #d84b4b;
	font-size: 36px;
	font-weight: bold;
	margin: 0;
}
.work_btn {
		width: 100%;
	height: 45px;
	cursor: pointer;
	background-color: #4f5ab1;
	color: #fff;
	border: none;
	border-radius: 30px;
}
.review_stroke {
	line-height: 0;
}
.review_rate {
	height: auto;
    background-color: #4f5ab1;
    color: #fff;
    padding: 10px;
    width: 180px;
    border-radius: 30px;
}
.balance_block {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-around;
	height: 200px;
	padding: 15px;
	margin: 0  0 30px 0;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
		border: 4px solid #2b2b2b2b;
	border-radius: 30px;
}
.balance_cost {
	font-size: 30px;
	line-height: 0;
}
.balance_price {
	color: #d84b4b;
}
.balance_info {
	line-height: 0;
	text-decoration: underline;
}
.profile_block {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: auto;
	padding: 15px;
	margin: 0  0 30px 0;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
		border: 4px solid #2b2b2b2b;
	border-radius: 30px;
}
.profile_right_block {
	width: 80%;
}
.login_block {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-around;
	height: auto;
	padding: 15px;
	margin: 0  0 30px 0;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
		border: 4px solid #2b2b2b2b;
	border-radius: 30px;
}
.form-subtitle {
	text-decoration: underline;
	text-underline-offset: 5px;
}
.form-group {
	display: flex;
	flex-direction: column;
	padding: 10px 0;
}
.form-actions {
	width: 200px;
	height: 44px;
}
.active_task_block {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-around;
	height: auto;
	padding: 15px;
	margin: 0  0 30px 0;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
		border: 4px solid #2b2b2b2b;
	border-radius: 30px;
}
.task_top {
		width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: auto;
	padding-bottom: 30px;
	border-bottom: 4px solid #2b2b2b2b;
}
.task-submit-form * {
	margin-bottom: 10px;
}
.task-submit-form > .form-group {
	padding: 0;
}