.genManFirst {
	position: relative;
	display: inline-block;
	top: -2px;
	margin-right: -16px;
	transform: rotate(276deg);
}

.genWomanMiddle {
	position: relative;
	bottom: -3px;
}

.genManLast {
	position: relative;
	top: -2px;
	margin-left: -17px;
}

.genWomanFirst {
	position: relative;
	bottom: -3px;
	margin-right: -16px;
}

.genManMiddle {
	position: relative;
	display: inline-block;
	top: -3px;
	left: -3px;
	transform: rotate(317deg);
	display: inline-block;
}

.genWomanLast {
	position: relative;
	bottom: -3px;
	margin-left: -20px;
}

.genEqualOne {
	position: relative;
	bottom: -3px;
}

.genEqualTwo {
	position: relative;
	display: inline-block;
	top: -3px;
	margin-left: -18px;
	transform: rotate(316deg);
}

.genEqualThree {
	position: relative; 
	bottom: -3px;
	margin-left: -16px;
}

.genEqualFour {
	position: relative;
	top: -2px;
	margin-left: -16px;
}

/*..............................*/
/*________SETTINGS WRAP_________*/
/*..............................*/
.settingsWrap {
    position: relative;
    top: 0;
    left: 0;
	width: 100%;
	background-color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
    z-index: 1;
}

/*..............................*/
/*______SETTINGS ATTENTION______*/
/*..............................*/
.attention {
	width: 300px;
	margin-right: 10px;
}

/*logo*/
.attention .baner {
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.attention .baner .logo {
	display: inline-block;
	cursor: default;
	font-size: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.attention .baner .logoMirror {
	-moz-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
	opacity: 0.35;
	cursor: default;
}

.attention .baner .hot,
.attention .baner .bian{
    font-family: "Audiowide", sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 25px;
    color: #ff8f00;
	transition: .5s;
}

.attention .baner .bian {
	color: white;
}

.joinNow {
    color: wheat;
    max-width: 500px;
    margin: 0 auto;
}

.navigationWrap .joinNow h1{
    color: #058800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.joinNow p{
    color: #ccc;
    text-align: center;
}

.joinNow p span{
    color: #058800;
}

.joinNow a{
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 7px;
    margin: 10px auto;
    width: 100%;
    padding: 5px 18px;
    text-align: center;
    margin-top: 15px;
    font-size: 15px;
    background-color: #d97600;
    color: #000;
    border-radius: 5px;
    transition: .2s;
    cursor: pointer;
}

.joinNow a:hover{
    background-color: #eb8000;
}
    
.attention p {
	font-size: 30px;
	width: 100%;
	color: #fff;
	text-align: center;
	cursor: default;
}

.attention p span {
	background-color: #b50000;
	background-image: linear-gradient(#ff2626, #910000);
	border-radius: 5px;
	padding: 0px 5px;
}

/*long information*/
.longInformationMobile {
	display: none;
}

.attention .longInformation {
	padding-right: 5px;
	height: 295px;
	overflow-y: scroll;
}

.attention .longInformation p {
	color: #ddd;
	font-size: 16px;
	text-align: left;
	margin-bottom: 10px;
}

.longInformation {
    overflow-y: scroll;
    scrollbar-color: #e27f00 #000;
    scrollbar-width: thin;
}

.longInformation::-webkit-scrollbar {
	width: 7px;
	height: 0;
}

.longInformation::-moz-scrollbar {
	width: 7px;
	height: 0;
}

.longInformation::-webkit-scrollbar-track {
	background-color: #5d3300;
}

.longInformation::-moz-scrollbar-track {
	background-color: #5d3300;
}

.longInformation::-webkit-scrollbar-thumb {
	background-color: #e27f00;
}

.longInformation::-moz-scrollbar-thumb {
	background-color: #e27f00;
}

.longInformation::-webkit-scrollbar-button {
	display: none;
}

.longInformation::-moz-scrollbar-button {
	display: none;
}


/*..............................*/
/*_______SETTINGS COOKIE________*/
/*..............................*/
.settingsCookie p {
	text-align: center;
	color: #eee;
    font-size: 10px;
    letter-spacing: 1px;
}

.checkbox-container {
	max-width: 300px;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 5px;
}

.checkbox-container .gender-icon {
	display: flex;
}

.checkbox-container label {
	display: flex;
	min-width: 300px;
	align-items: center;
	padding: 3px;
	background-color: #090909;
    border: 1px solid #a1a1a1;
    border-radius: 2px;
    background-image: linear-gradient(#585858, #090909);
    letter-spacing: 1px;
    font-size: 13px;
	transition: .2s;
}

.checkbox-container label:hover {
	background-color: #e57c00;
	background-image: linear-gradient(#e57c00, #a55a00);
}

.checkbox-container input[type='checkbox'] {
	cursor: pointer;
	opacity: 0;
	position: absolute;
}

.checkbox-container label::before {
	content: '';
	width: 1em;
	height: 1em;
	border-radius: .15em;
	margin-right: .5em;
	background-color: #eee;
}

.checkbox-container label:hover::before,
.checkbox-container input[type='checkbox']:hover + label::before {
	box-shadow: 0 0 20px black;
}

.checkbox-container input[type='checkbox']:focus + label::before {
	box-shadow: 0 0 20px black;
}

.checkbox-container input[type='checkbox']:disabled + label,
.checkbox-container input[type='checkbox']:disabled {
	color: #aaa;
	cursor: default;
}

.checkbox-container input[type='checkbox']:checked + label::before {
	content: '\002714';
	background-color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.checkbox-container input[type='checkbox']:disabled + label::before {
	background-color: #ccc;
	border-color: #999;
}

.buttons-reset-select {
	width: 300px;
    display: none;
}

.button-select {
    display: block;
    padding: 4px 7px;
    margin-bottom: 3px;
    width: 100%;
    font-size: 15px;
    color: #000;
    text-align: center;
    outline: none;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 2px;
    background-image: -webkit-linear-gradient(#ffc400, #d97600);
    background-image: -o-linear-gradient(#ffc400, #d97600);
    background-image: linear-gradient(#ffc400, #d97600);
}

.button-select:hover {
    background-image: -webkit-linear-gradient(#ffc914, #eb8000);
    background-image: -o-linear-gradient(#ffc914, #eb8000);
    background-image: linear-gradient(#ffc914, #eb8000);
}

.infoAboutCookie {
	text-align: center;
	font-size: 15px;
	width: 300px;
	color: #fff;
	cursor: default;
}

.infoAboutCookie a {
	color: #fff;
	text-decoration: underline #d97600;
}

.infoAboutCookie span {
	background-color: #b50000;
	background-image: linear-gradient(#ff2626, #910000);
	padding: 0px 3px;
	border-radius: 2px;
}

.button-save-change {
	display: block;
	width: 300px;
	padding: 7px;
	margin-top: 10px;
	text-align: center;
	background-image: linear-gradient(#00e428, #0b8000);
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
}

.button-save-change:hover {
	background-image: linear-gradient(#15e039, #1aa80d);
}

.button-out {
	display: block;
	text-decoration: none;
	width: 300px;
	padding: 7px;
	margin-top: 5px;
	text-align: center;
	background-image: linear-gradient(#ff2626, #910000);
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
}

.button-out:hover {
	background-image: linear-gradient(#ff3030, #b40000);
}

/*..............................*/
/*__________NAVIGATION__________*/
/*..............................*/
.navigationWrap {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
	opacity: 0;
	transition: 2s;
}

.navigationWrapOn {
	opacity: 1;
}

.navigationWrap h1 {
	color: #ccc;
	text-align: center;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-size: 16px;
	cursor: default;
}

/*logo*/
.navigationWrap .baner {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.navigationWrap a {
	text-decoration: none;
}

.navigationWrap .logo {
	display: inline-block;
	cursor: pointer;
	font-size: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.navigationWrap .logoMirror {
	-moz-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
	opacity: 0.35;
	cursor: default;
}

.navigationWrap .hot,
.navigationWrap .bian{
    font-family: "Audiowide", sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 25px;
    color: #ff8f00;
	transition: .5s;
}

.navigationWrap .bian {
	color: white;
}

/*report history*/
.navigationWrap .reportHistory {
	margin-top: 20px;
	text-align: center;
	color: #ccc;
}

.navigationWrap .reportHistory a {
	color: #ccc;
	text-decoration: none;
	transition: .2s;
}

.navigationWrap .reportHistory a:hover {
	color: #d97600;
}

.navigationWrap .reportHistory .iconFlag {
	display: inline-block;
	width: 450px;
	font-size: 25px;
	border-bottom: 1px solid #8f4d00;
}

.navigationWrap .reportHistory p {
	color: #b59e83;
	cursor: default;
}

/*SignUp & LogIn*/
.signAndLog {
	margin-top: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.signAndLog .sign {
	text-decoration: none;
	padding: 10px;
	width: 150px;
	text-align: center;
	margin-top: 15px;
	margin-right: 100px;
	font-size: 17px;
	background-image: linear-gradient(#17bdff, #1778d2);
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
}

.signAndLog .sign:hover {
	background-image: linear-gradient(#3dc8ff, #3093ed);
}

.signAndLog .log {
	text-decoration: none;
	padding: 10px;
	width: 150px;
	text-align: center;
	margin-top: 15px;
	font-size: 17px;
	background-image: linear-gradient(#00e428, #0b8000);
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
}

.signAndLog .log:hover {
	background-image: linear-gradient(#15e039, #1aa80d);
}

/*short info*/
.shortInfo {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 450px;
}

.shortInfo h2 {
	color: #ccc;
	text-align: center;
	letter-spacing: 1px;
	font-size: 16px;
	margin-bottom: 10px;
	cursor: default;
}

.shortInfo p {
	margin-bottom: 10px;
	color: #ddd;
	text-align: center;
	cursor: default;
}

.shortInfo p a {
	color: #ddd;
	text-decoration: underline #d97600;
}

/*..............................*/
/*__________RESPONSIVE__________*/
/*..............................*/

@media(max-width: 700px) {
	.attention {
		width: 250px;
		margin-right: 5px;
	}

	.attention .baner {
		margin-bottom: 2px;
	}

	.attention .baner .logo {
		font-size: 30px;
	}

	.attention p {
		font-size: 17px;
	}

	.attention .longInformation {
		height: 370px;
	}

	.checkbox-container {
		max-width: 200px;
	}

	.checkbox-container label {
		min-width: 200px;
	}

	.buttons-reset-select {
		width: 200px;
	}

	.button-select {
		padding: 5px 7px;
		width: 100%;
	}

	.infoAboutCookie {
		width: 200px;
	}

	.button-save-change {
		width: 200px;
	}

	.button-out {
		width: 200px;
	}
}

@media(max-width: 500px) {
	.attention .baner {
		display: none;
	}
}

@media(max-width: 550px) {
	.navigationWrap .reportHistory .iconFlag {
		width: 80%;
	}

	.signAndLog .sign {
		margin-right: 20px;
	}

	.shortInfo {
		width: 80%;
	}

	.settingsWrap {
		flex-direction: column;
		justify-content: flex-start;
	}

	.attention {
		width: 100%;
		margin-right: 0px;
	}

	.attention .longInformation {
		display: none;
	}

	.checkbox-container {
		max-width: 75%;
		margin: 0 auto;
	}

	.checkbox-container label {
		min-width: 100%;
	}

	.buttons-reset-select {
		width: 75%;
		margin: 0 auto;
		margin-top: 5px;
	}

	.infoAboutCookie {
		width: 75%;
		margin: 0 auto;
	}

	.button-save-change {
		width: 75%;
		margin: 0 auto;
		margin-bottom: 5px;
	}

	.button-out {
		width: 75%;
		margin: 0 auto;
	}


	.longInformationMobile {
		display: block;
		width: 75%;
		margin: 0 auto;
		margin-top: 20px;
		color: #888;
	}

	.longInformationMobile {
		padding-right: 5px;
		height: 324px;
		overflow-y: scroll;
	}

	.longInformation p {
		color: #ddd;
		font-size: 16px;
		text-align: left;
		margin-bottom: 10px;
	}

	.longInformationMobile::-webkit-scrollbar {
		width: 7px;
		height: 0;
	}

	.longInformationMobile::-moz-scrollbar {
		width: 7px;
		height: 0;
	}

	.longInformationMobile::-webkit-scrollbar-track {
		background-color: #381e00;
	}

	.longInformationMobile::-moz-scrollbar-track {
		background-color: #381e00;
	}

	.longInformationMobile::-webkit-scrollbar-thumb {
		background-color: #764200;
	}

	.longInformationMobile::-moz-scrollbar-thumb {
		background-color: #764200;
	}

	.longInformationMobile::-webkit-scrollbar-button {
		display: none;
	}

	.longInformationMobile::-moz-scrollbar-button {
		display: none;
	}
}



@media(max-width: 365px) {

	.signAndLog {
		flex-direction: column;
	}

	.signAndLog .sign {
		margin-right: 0px;
	}
}


@media(max-width: 300px) {
    
    .checkbox-container{
        justify-content: flex-start;
    }
    
    .checkbox-container label {
        min-width: 85%;
    }
    
	.navigationWrap .logo {
		font-size: 30px;
	}

	.navigationWrap .hot {
        padding: 5px 14px;
	}

	.signAndLog .sign {
		width: 100%;
	}

	.signAndLog .log {
		width: 100%;
	}
}


@media(max-width: 200px) {
    
    .checkbox-container {
        max-width: 97%;
    }
    .checkbox-container label {
        min-width: 100%;
    }
    .checkbox-container .gender-icon {
        display: none;
    }
    
    .settingsCookie p,
    .button-save-change,
    .button-out,
    .longInformationMobile{
        max-width: 97%;
        width: 97%;
    }
}
