div {
	box-sizing: border-box;
}

h1 {
	margin: 0;
}

.p-title .text {
	font-size: 3.75rem;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	color: #E20019;
	text-align: center;
	width: 100%;
	margin: auto;
}

.user-login-form {
	display: -ms-flexbox;
	display: flex;
	row-gap: 1.88rem;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	margin: 6.25rem 0;
}

.user-login-form input {
	height: 2.5rem;
}

.user-login-form .js-form-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 0.25rem;
}

:root {
	--root-font-size: 1.1111111111vw;
}

.hide {
	display: none;
}

html {
	font-family: "Montserrat", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: var(--root-font-size);
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
}

body {
	margin: 0;
	padding: 0;
}

p {
	margin: 0 auto;
}

.container {
	max-width: 1218px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	width: 100%;
}

.btn button:disabled {
	opacity: 0.2;
	cursor: not-allowed;
}

.btn a,
.btn span,
.btn button {
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	font-style: normal;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: normal;
	padding: 1.13rem 3.13rem;
	border: 1px solid #E20019;
	color: #FFF;
	background-color: #E20019;
	border-radius: 3.13rem;
}

.btn.white a,
.btn.white span,
.btn.white button {
	background-color: #FFFFFF;
	color: #E20019;
	border: 1px solid #E20019;
}

.btn.small a,
.btn.small span,
.btn.small button {
	font-size: 1rem;
	min-width: 10rem;
	padding: 0.63rem;
	background-color: transparent;
	color: #303030;
	border: 1px solid #303030;
}

.btn.small.active a,
.btn.small.active span,
.btn.small.active button {
	background-color: #FFFFFF;
	color: #E20019;
	border: 1px solid #E20019;
}

@media (min-width: 1440px) {

:root {
	--root-font-size: 16px;
}

}

@media (max-width: 1199px) {

.container {
	padding-left: 20px;
	padding-right: 20px;
}

}

@media (max-width: 1023px) {

.p-title .text {
	font-size: 30px;
}

.btn.small a,
.btn.small span,
.btn.small button {
	font-size: 16px;
}

}

@media (max-width: 639px) {

:root {
	--root-font-size: 16px;
}

}

