@import url('https://fonts.googleapis.com/css2?family=Lilita+One&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {
	margin: 0;
	padding: 0;
}
html,
input,
select,
textarea {
	font-family: sans-serif;
}
body,
html {
	color: #ffffff;
	font-size: 16px;
	width: 100%;
	min-height: 100%;
	font-size: 16px;
}
body {
	padding: 14px;
	box-sizing: border-box;
}
.background {
	z-index: -1;
	box-sizing: border-box;
	background-color: #2f2725;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	position: fixed;
	width: 100vw;
	height: 100vh;
	margin: -14px;
}
.text-wrapper {
	display: table;
	width: 100%;
	height: 100vh;
}
.text-content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.buttons {
	margin: 14px 0 0 0;
}
a.button-a.noactive,
div.button-a.noactive,
span.button-a.noactive {
	background: #9b9b9b;
	cursor: initial;
}
a.button-a,
div.button-a,
span.button-a {
	display: inline-block;
	font-weight: 700;
	padding: 10px 15px;
	background: #e4b76a;
	background: linear-gradient(90deg,#e4b76a 0%,#f6ce8b 100%);
	color: #2f2725 !important;
	text-decoration: none;
	border: 1px solid #f5d6a2;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
input[type="checkbox"] + label::before {
	content: "";
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	display: block;
	border: 1px solid #ffffff;
	background: #f5efeb;
	background: #ffffff;
	width: 16px;
	height: 16px;
	top: 50%;
	left: 0px;
	margin-top: -10px;
	margin-left: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-box-shadow: inset 0px 0px 2px 1px rgba(13,14,14,0.2);
	-moz-box-shadow: inset 0px 0px 2px 1px rgba(13,14,14,0.2);
	box-shadow: inset 0px 0px 2px 1px rgba(13,14,14,0.2);
}
input[type="checkbox"]:checked + label::after {
	color: green;
	top: 50%;
	left: 2px;
	margin-top: -10.5px;
	margin-left: 0;
	content: "\f00c";
	font-family: 'FontAwesome';
	z-index: 2;
	display: block;
	position: absolute;
	font-size: 16px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	text-decoration: none;
	width: 16px;
	height: 16px;
	text-align: center;
}
h1 {
	text-align: center;
	text-transform: none;
	margin-bottom: 20px;
	font-size: 26px;
	font-weight: 700;
}
.logo {
	font-family: "Open Sans", sans-serif;
	font-weight: 800;
	font-size: 36px;
	text-transform: uppercase;
	background: -webkit-linear-gradient(#f6ce8b, #aa8545);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media screen and (max-width: 580px)
{
	.logo.size-20 {
		font-size: 24px;
	}
}
@media screen and (max-width: 500px)
{
	.logo.size-16 {
		font-size: 24px;
	}
}
@media screen and (max-width: 400px)
{
	.logo.size-20 {
		font-size: 20px;
	}
}
@media screen and (max-width: 360px)
{
	.logo.size-16 {
		font-size: 22px;
	}
	.logo.size-20 {
		font-size: 18px;
	}
}

.description {
	width: 90%;
	max-width: 960px;
	margin: 0 auto;

	p {
		line-height: 1.5em;
		margin-bottom: 10px;
	}
}
.overlay-popup 
{
	display: block;
	width: 100vw;
	height: 100vh;
	position: fixed;
	background: rgba(0,0,0,0.9);
	z-index: 99;
	top: 0;
	left: 0;
}

.overlay-popup .overlay-popup-wrapper 
{
	display: table;
	height: 100%;
	width: 100%;
	padding: 10px;
	max-width: 800px;
	margin: 0 auto;
	box-sizing: border-box;
}

.overlay-popup .overlay-popup-wrapper .overlay-popup-content 
{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	box-sizing: border-box;
}

.overlay-popup .overlay-popup-wrapper .overlay-popup-content .overlay-popup-description 
{
	display: inline-block;
	text-align: left;
	background-color: #3d3330;
	background-size: cover;
	background-position: center center;
	margin: 0 auto;
	border: 1px solid #433a36;
	padding: 20px;
	-webkit-box-shadow: 0px 10px 5px 0px rgba(14,15,15,0.35);
	-moz-box-shadow: 0px 10px 5px 0px rgba(14,15,15,0.35);
	box-shadow: 0px 10px 5px 0px rgba(14,15,15,0.35);
	background-size: cover;
	background-repeat: no-repeat;
	box-sizing: border-box;
}

.overlay-popup .overlay-popup-wrapper .overlay-popup-content .overlay-popup-description .logo 
{
	padding-bottom: 15px;
	max-width: 100%;
	font-size: 24px;
}
@media screen AND (max-width: 390px)
{
	.overlay-popup .overlay-popup-wrapper .overlay-popup-content .overlay-popup-description .logo 
	{
		font-size: 20px;
	}
}

.overlay-popup .overlay-popup-wrapper .overlay-popup-content .overlay-popup-description .title 
{
	font-size: 26px;
	font-weight: bold;
	padding-bottom: 30px;
}
@media screen AND (max-width: 760px)
{
	.overlay-popup .overlay-popup-wrapper .overlay-popup-content .overlay-popup-description .title
	{
		font-size: 22px;
	}
}
.overlay-popup .overlay-popup-wrapper .overlay-popup-content .overlay-popup-description p 
{
	font-size: 13px;
	color: #c3c0c0;
}

.overlay-popup .overlay-popup-wrapper .overlay-popup-content .overlay-popup-description p a,
.overlay-popup .overlay-popup-wrapper .overlay-popup-content .overlay-popup-description p a:hover {
	color: #c3c0c0;
}

.overlay-popup .overlay-popup-wrapper .overlay-popup-content .overlay-popup-description .buttons 
{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 25px;
}
.overlay-popup .overlay-popup-wrapper .overlay-popup-content .overlay-popup-description .buttons .button-a
{
	padding: 14px 16px;
}

.overlay-popup .overlay-popup-wrapper .overlay-popup-content .overlay-popup-description .buttons a:nth-child(2)
{
	margin-left: 30px;
	color: #ffffff;
	font-size: 14px;
}
/*
 * =====================================================================================================================
 * SCROLL TOP BUTTON
 * =====================================================================================================================
 */
.scroll-top-button {
	display: block;
	height: 50px;
	width: 50px;
	position: fixed;
	bottom: 40px;
	right: 40px;
	background: #f6ce8b;
	border: 1px solid #f6ce8b;
	z-index: 99;
	cursor: pointer;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.12);
	box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.12);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.scroll-top-button:focus,
.scroll-top-button:hover {
	visibility: visible;
	border: 1px solid #aa8545;
}
.scroll-top-button.show {
	visibility: visible;
	opacity: 1;
}
.scroll-top-button::before {
	content: "\f077";
	text-align: center;
	display: block;
	width: 100%;
	color: #fff;
	line-height: 48px;
	font-size: 18px;
	font-family: FontAwesome;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.scroll-top-button::after {
	content: "";
	background: #aa8545;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0;
	height: 0;
	z-index: -1;
	opacity: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}


.scroll-top-button
{


	.rounded(50px);
	.transition(.2s);

	&.show
	{
		visibility: visible;
		opacity: 1;
	}

	&:focus,
	&:hover
	{
		visibility: visible;
        border: 1px solid #d80a7f;

		&:after
		{
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			opacity: 1;
		}
	}
}
