body {
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 16px;
}

a {
	text-decoration: none;
}

header {
	position: relative;
	z-index: 3;
	background-color: #fff;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	margin-bottom: 50px;
}
.header__content {
	padding: 40px 0;
	text-align: center;
}
.header__logo {
	width: 200px;
}
.header__title {
	font-size: 20px;
	margin-bottom: 40px;
}

.header__buttons {
	display: flex;
	justify-content: center;
	grid-gap: 60px;
}
.header__buttons img {
	width: auto;
	height: 30px;
}

.buttons {
	margin-bottom: 40px;
}
.btn {
	position: relative;
	display: block;
	width: 280px;
	margin: auto;
	margin-bottom: 20px;
	text-align: center;
	color: #fff;
	background-color: #f5823d;
	z-index: 9;
	padding: 16px 0;
}

.rrss {
	position: relative;
	z-index: 9;
	display: flex;
	justify-content: center;
	grid-gap: 10px;
	margin-bottom: 40px;
}
.rrss__icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	background-color: #fff;
	border-radius: 50%;
}
.rrss__icon img,
.rrss__icon svg {
	width: 30px;
}
.rrss__icon.fb img,
.rrss__icon.fb svg {
	width: 20px;
}

.frm {
	display: none;
	position: relative;
	z-index: 9;
	width: 280px;
	margin: auto;
	margin-bottom: 60px;
}
.frm__title {
	text-align: center;
	color: #fff;
}
.frm__row2 {
	text-align: center;
}
.frm__row2 a {
	color: #fff;
}
.frm__group {
	margin-bottom: 10px;
}
.frm__input {
	width: 240px;
	background-color: #ffffff;
    background-clip: border-box;
    font-family: arial;
    color: #232323;
    line-height: 1rem !important;
    height: auto;
    padding: 0.6rem 1.2rem;
    transition: border-color 0.25s ease 0s;
    border: 1px solid transparent !important;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.frm__btn {
	width: 200px;
	margin: auto;
	display: block;
	padding: 0.6rem 1.2rem;
	color: #ffffff;
    border-color: #f5823d;
    background-color: #f5823d;
    text-align: center;
}
.frm__btn.back {
	display: none;
}
.frm__msg {
	display: none;
	font-size: 14px;
	width: 280px;
	padding: 6px 0;
	text-align: center;
	color: #fff;
	background-color: green;
	margin-bottom: 20px;
}
.frm__msg.error {
	background-color: red;
}

.bg {
	position: fixed;
    top: 0;
    left: 0;
    background-image: url(../img/bg2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    z-index: 0;
}
.bg2 {
	opacity: 0.6;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 2;
	background-color: #000;
}

@media screen and (min-width: 360px) {

	header {
		margin-bottom: 60px;
	}
	.header__title {
		width: 300px;
		margin: auto;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.rrss {
		grid-gap: 20px;
	}
	.buttons {
		margin-bottom: 70px;
	}
	.btn {
		margin-bottom: 40px;
	}

}

@media screen and (min-width: 768px) {

	header {
		margin-bottom: 80px;
	}
	.header__title {
		font-size: 22px;
		width: 100%;
	}
	.header__buttons img {
		height: 36px;
	}
	.buttons {
		margin-bottom: 80px;
	}
	.btn {
		width: 360px;
		font-size: 20px;
	}
	.frm {
		width: 600px;
	}
	.frm__title {
		font-size: 26px;
	}
	.frm__row {
		display: flex;
		grid-gap: 20px;
	}
	.frm__input {
		font-size: 16px;
		padding: 16px 16px;
	}
	.frm__input.w {
		width: 540px;
	}
	.frm__msg {
		width: 570px;
		font-size: 16px;
	}
	.frm__btn {
		width: 300px;
		font-size: 16px;
	}
	.rrss {
		grid-gap: 30px;
	}

}

@media screen and (min-width: 1200px) {

	.header__logo {
		width: 220px;
	}
	.header__title {
		font-size: 26px;
		margin-bottom: 50px;
	}
	.header__buttons img {
		height: 40px;
	}
	.btn {
		width: 380px;
		padding: 24px 0;
	}
	.rrss {
		grid-gap: 40px;
	}
	.rrss__icon {
		width: 70px;
		height: 70px;
	}

}