@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300..900&display=swap');
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Rubik", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	color: #3a3b39;
	background-color: #eef1ec;
	position: fixed;
	top: 0;
	left: 0;
	touch-action: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 450;
}
h2 {
	font-size: 33px;
	margin: 5px 0;
	letter-spacing: -.07rem;
}
p {
	margin-top: 0;
}
a {
	color: inherit;
}
#main {
	position: absolute;
	left: -97svw;
	top: -92.5svh;
	display: grid;
	grid-template-columns: repeat(6, 98svw);
	grid-template-rows: repeat(6, 95svh);
	cursor: -webkit-grab;
	cursor: grab;
}
#main.grabbing {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}
.item_main {
	/*border: solid 1px #e5e5e5;*/
	box-sizing: border-box;
	padding: 21svh 3svw;
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
}
.content {
	width: 350px;
}
.hash {
	font-weight: 400;
	font-style: italic;
	text-decoration: none;
	font-size: 12px;
}
strong {
	font-weight: 500;
}
.cta {
	font-weight: 600;
	margin-top: 20px;
	display: inline-block;
	text-decoration: none;
	border: solid 1px;
	padding: 8px 22px;
	border-radius: 18px;
	font-size: 13px;
	transition: color, background 1s ease;
}
.features {
	display: flex;
	font-size: 14px;
}
.features .item_features {
	margin-right: 20px;
	border-left: solid 1px;
	padding-left: 10px;
}
.features span {
	font-size: 13px;
	display: block;
}
#logo {
	position: fixed;
	width: 11svw;
	height: 8svw;
	top: 3svh;
	left: 2svw;
	display: block;
	overflow: hidden;
	text-indent: -99999px;
	background-color: #3a3b39;
	-webkit-mask: url(../img/zymp.svg) center / contain no-repeat;
	transition: background 1s ease;
}
#hbg{
	position: fixed;
	top: 30px;
	right: 20px;
	display: block;
	width: 60px;
	height: 42px;
	background-color: #3a3b39;
	-webkit-mask: url(../img/ico_menu.svg) center / contain no-repeat;
	transition: background 1s ease;
}
#menu{
	position: fixed;
	top: 0;
	right: -464px;
	width: 100%;
	max-width: 464px;
	height: 100%;
	background: #000;
	color: #fff;
	padding: 0 42px;
	box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
	padding-top: 120px;
	transition: all 1s ease;
}
#menu #cls_menu{
	position: absolute;
	top: 36px;
	right: 24px;
	width: 36px;
	height: 36px;
	display: block;
	background: #fff;
	-webkit-mask: url("../img/ico_fechar.svg") center / contain no-repeat;
	
}
input, textarea{
	display: block;
	width: 100%;
	background: none;
	border: solid 1px;
	box-sizing: border-box;
	padding: 15px;
	border-radius: 12px;
	margin: 0 0 15px 0;
	font: inherit;
	color: inherit;
}
input::placeholder, textarea::placeholder{
	color: inherit;
}
textarea{
	height: 150px;
}
input[type=submit]{
	background: #FFF;
	text-transform: uppercase;
	font-weight: 700;
}
.req{
	background: rgba(255,255,255,.3);
}
.selector{
    width: fit-content;
	margin-bottom: 60px;
}
.selector label{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	display: block;
	text-align: center;
	margin-bottom: 6px;
}
.selector .links{
	border: solid 1px;
	width: fit-content;
	border-radius: 30px;
	font-size: 18px;
}
.selector .links a,
.selector .links span{
	padding: 12px 21px;
	border-radius: 30px;
	margin: 3px;
	display: inline-block;
	text-decoration: none;
}
.selector .links span{
	background: #FFF;
	color: #000;
}

#modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	display: none;
}
#cnt_modal {
	position: fixed;
	top: 5%;
	top: 100%;
	height: 95%;
	width: 90%;
	left: 5%;
	box-sizing: border-box;
	overflow: auto;
	background: #FFF;
	text-align: center;
	border: solid 5px #FFF;
	padding-right: 5px;
	padding-bottom: 60px;
}
#cnt_modal img {
	max-width: 100%;
	display: block;
	margin: 40px auto;
}
#cls_modal {
	display: block;
	position: fixed;
	top: 5%;
	top: 100%;
	left: 95%;
	padding: 20px;
	color: #000;
	background: #FFF;
	text-decoration: none;
}
@media (orientation: portrait) {
	html, body {
		font-size: 13px;
	}
	#main {
		left: -92.5svw;
		top: -97svh;
		grid-template-columns: repeat(6, 95svw);
		grid-template-rows: repeat(6, 98svh);
	}
	.features {
		font-size: 11px;
	}
	.features span {
		font-size: 10px;
	}
	.item_main {
		padding: 15svh 5svw;
		background-position: bottom;
	}
	.content {
		width: 75svw;
	}
	h2 {
		font-size: 24px;
		font-weight: 500;
		margin: 5px 0;
	}
	.hash {
		font-size: 11px;
	}
	#logo {
		width: 40svw;
		height: 28svw;
		top: -20px;
		left: 2svw;
		max-width: 180px;
	}

	#cnt_modal {
		height: 90%;
	}
	#cls_modal {
		margin-top: -46px;
		left: calc(95% - 47px);
		padding: 15px 20px;
	}
}