html, body {
	min-height: 100%
}

body {
	background-color: #343434;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 70%;
	font-family: 'Inter', sans-serif
}

.ventura-red {
	color: #f7323f
}

.vpro-img {
	display: none;
	position: absolute;
	left: 20px; top: 20px
}

.vpro {
	padding: 60px 20px;
	margin: 90px auto 0;
	position: relative;
	height: 750px
}

.vpro-container {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	max-width: 445px;
	margin: auto;
	align-items: center;
	justify-content: center;
	height: 100%
}

.vpro-reg__top-text {
	color: #fff;
	font-weight: 700;
	margin-bottom: 15px
}

.vpro__form-item label {
	display: block;
	color: #fff;
	font-weight: 400;
	margin-bottom: 3px
}

.vpro__form-item input:not([type="checkbox"]) {
	height: 45px;
	margin-bottom: 35px;
	padding: 0 15px
}

.vpro__form-item_reg input:not([type="checkbox"]) {
	height: 35px;
	margin-bottom: 15px;
	border-radius: 6px
}

.vpro__form-item_last input:not([type="checkbox"]) {
	margin-bottom: 15px
}

.vpro__form-item input[type="checkbox"] {
	border-radius: 5px;
	flex-shrink: 0;
	width: 19px;
	height: 19px;
	margin-top: 0
}

.vpro__form-item input,
.vpro__form-item textarea {
	background: rgba(255, 255, 255, 0.5);
	border: 0;
	border-radius: 10px;
	color: #fff;
	outline: 0;
	width: 100%;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border: 1px solid rgba(255, 255, 255, 0.3)
}

.vpro__form-item textarea {
	padding: 7px 15px;
	max-height: 120px;
	max-width: 445px
}

.vpro-required-star {
	color: #f7323f;
	margin-left: -0.33ch
}

.vpro__form-item-checkbox {
	display: flex;
	gap: 6px;
	margin: 15px 0
}

.vpro-checkbox-text {
	font-size: 12px
}

.vpro__form-item-2col {
	display: flex;
	gap: 15px;
}

.vpro__form-item-2col > div {
	flex: 1;
}

.vpro__form-submit {
	margin-top: 7px
}

.vpro__form-submit input {
	border: 1px solid #f7323f;
	background-color: #f7323f;
	border-radius: 10px;
	color: #fff;
	padding: 11px 20px;
	width: 100%
}

.vpro-legal {
	margin-top: 25px
}

.vpro-legal a {
	color: #fff;
	text-decoration: none;
	text-underline-offset: 2px
}

.vpro-legal a:hover {
	text-decoration: underline
}

.vpro-actions {
	box-sizing: border-box;
	display: flex;
	gap: 10px;
	width: 100%;
	margin-top: 15px
}

.vpro-actions__button {
	flex: 1;
	min-width: 0;
	padding: 11px 16px;
	cursor: pointer;
	color: #fff;
	border: 0;
	border-radius: 10px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	text-decoration: none;
	border-radius: 10px;
	background: transparent;
	transition: background 0.2s, border 0.2s
}

.vpro-actions__button_outline {
	border: 1px solid #fff
}

.vpro-actions__button_outline:hover {
	background: #f7323f
}

.vpro-actions__button_red {
	border: 1px solid #f7323f;
	background: #f7323f
}

.vpro-actions__button_red:hover, 
.vpro__form-submit input:hover {
	border: 1px solid #fff
}

.vpro-success {
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin-bottom: 70px
}

.vpro-success__icon {
	font-size: 60px
}

.vpro-success__text_big {
	display: block;
	font-size: 22px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 5px
}

#vpro-reg-block,
#vpro-reset-block {
	display: none
}

.vpro-language-switch {
	position: fixed;
	top: 18px;
	right: 20px;
	z-index: 100;
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, .45);
	background: #161616;
	color: #fff;
	font-size: 14px
}

.vpro-language-switch a {
	color: #f7323f;
	text-decoration: none
}

.vpro-language-switch a:hover {
	text-decoration: underline
}

.vpro-block {
	width: 100%;
}

.vpro-title {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 20px;
	align-items: center
}

.vpro-title__text {
	color: #fff;
	font-size: 21px
}

.vpro-title__subtext {
	color: #A5ABAD;
	display: block;
	font-size: 14px
}

.vpro-auth-message {
	opacity: 0;
	transition: opacity 0.5s ease;
	pointer-events: none;
	font-size: 18px;
	margin: 13px 0;
	text-align: center
}

.vpro-auth-message.show {
	opacity: 1
}

.vpro .close-modal {
	line-height: 1;
	opacity: .9
}
