@font-face {
	font-family: "Faberge";
	src: url("../fonts/FabergeRegular/FabergeRegular.woff"), url("../fonts/FabergeRegular/FabergeRegular.woff2"), url("../fonts/FabergeRegular/FabergeRegular.ttf");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}

*::-moz-placeholder {
	color: #666;
	opacity: 1;
}

*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

*::-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

*::placeholder {
	color: #666;
	opacity: 1;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.4;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	overflow-x: hidden;
	margin: 0;
	background-color: #e1e2dd;
}

p {
	margin: 0;
}

a {
	text-decoration: none;
	outline: none;
	color: inherit;
}

img {
	max-width: 100%;
	height: auto;
	width: auto;
	vertical-align: bottom;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

ul li,
ol li,
menu li {
	list-style: none;
}

ul,
ol,
menu {
	display: block;
	margin: 0;
	padding-left: 0;
}

button {
	outline: none;
	border: 0;
	padding: 0;
	cursor: pointer;
	font-family: inherit;
	line-height: inherit;
	outline: none;
	background: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: normal;
}

input {
	display: block;
	width: 100%;
	font-family: inherit;
	line-height: inherit;
	outline: none;
}

textarea {
	display: block;
	width: 100%;
	font-family: inherit;
	line-height: inherit;
	outline: none;
	resize: none;
}

.site-wrap {
	overflow: hidden;
}

.container {
	margin: 0 auto;
	position: relative;
	padding: 0 15px;
	width: 100%;
	max-width: 630px;
}

.header {
	padding: 24px 0;
}

.header+main>.mainscreen:first-child {
	padding-top: 0;
}

.header__logo {
	max-width: 160px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.mainscreen {
	padding: 16px 0;
}

.mainscreen__container {
	border-bottom: 1px solid #000;
	padding-bottom: 16px;
}

.mainscreen__wrap {
	position: relative;
	z-index: 1;
	padding: 49px 18px;
}

.mainscreen__bg {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mainscreen__bg::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(132, 64, 45, 0.8);
	mix-blend-mode: multiply;
}

.mainscreen__bg img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.mainscreen__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.title1 {
	max-width: 375px;
	width: 100%;
	color: #000;
	font-family: "Faberge", sans-serif;
	font-size: 32px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.register {
	padding-top: 16px;
	padding-bottom: 28px;
}

.register__title1 {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.register__wrap {
	background-color: #84402d;
	padding: 32px 16px;
}

.register__container {
	padding-bottom: 16px;
	border-bottom: 1px solid #000;
}

.register__title2 {
	color: #fff;
	font-family: "Faberge", sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 8px;
}

.register__form-wrap iframe {
	display: block;
	width: 100%;
	height: 700px;
	border: none;
	background: none;
}

.how {
	padding-top: 28px;
	padding-bottom: 16px;
}

.how__list {
	counter-reset: li;
}

.how__list li {
	position: relative;
	padding-left: 65px;
	counter-increment: li;
	font-family: "Faberge", sans-serif;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	margin-bottom: 16px;
	padding-bottom: 15px;
	border-bottom: 1px solid #CBCCC7;
}

.how__list li:last-child {
	margin-bottom: 0;
}

.how__list li::after {
	content: counter(li, decimal-leading-zero) ".";
	position: absolute;
	top: 0;
	left: 17px;
}

.footer {
	padding-top: 40px;
	padding-bottom: 34px;
	text-align: center;
}

.footer__copy {
	color: #2D2D2C;
	font-size: 14px;
	letter-spacing: -0.02em;
	text-align: center;
	margin-bottom: 36px;
}

.footer__link-wrap {
	margin-bottom: 7px;
}

.footer__link-wrap:last-child {
	margin-bottom: 0;
}

.footer__link {
	display: inline-block;
	color: #2D2D2C;
	font-size: 14px;
	letter-spacing: -0.02em;
	text-decoration: underline;
	-webkit-transition: -webkit-text-decoration 0.3s;
	transition: -webkit-text-decoration 0.3s;
	transition: text-decoration 0.3s;
	transition: text-decoration 0.3s, -webkit-text-decoration 0.3s;
}

.style-radio__title, .style-radio__title a {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: -0.02em;
	color: rgba(255, 255, 255, 0.8);
}

.style-radio__title a {
	text-decoration: underline;
}

.frame-button-register {
	margin-bottom: 10px;
}

@media (hover) {
	.footer__link:hover {
		text-decoration-color: transparent;
	}
}

@media (max-width: 600px) {
	.register__form-wrap iframe {
		height: 785px;
	}
}