* {
	margin:0;
	padding:0; 
	box-sizing:border-box;
	font-family:Helvetica,sans-serif;
	text-decoration:none
}

img {
	pointer-events:none
}

header{
	position:fixed;
	top:0;
	left:0;
	right:0;
	background:#fff;
	box-shadow:0 5px 10px rgba(0,0,0,0.1);
	padding:0 2%;
	display:flex;
	align-items:center;
	justify-content:space-between;
	z-index:1000
}

header a.logo{
	font-size:22px;
	font-weight:700;
	color:#333
}

header nav.navbar ul{
	list-style:none
}

header nav.navbar ul li{
	float:left;
}

header nav.navbar ul li a{
	font-size:18px;
	color:#333346;
	padding:20px;
	display:block
}

header nav.navbar ul li a:hover{
	color:#575763
}

header nav.navbar ul li img{
	width:40px;
	height:40px;
	border-radius:100%;
	margin:8px 0 5px 30px;
	object-fit:cover
}

header nav.navbar ul li ul{
	position:absolute;
	left:0;
	width:200px;
	background:#fff;
	display:none
}

header nav.navbar ul li ul li{
	width:100%;
	border-top:1px solid rgba(0,0,0,.1)
}

header nav.navbar ul li ul li ul{
	left:200px;
	top:0
}

header nav.navbar ul li:focus-within > ul,header nav.navbar ul li:hover > ul{
	display:initial
}

#menu-bar{
	display:none
}

a.logo img{
	width:100px;
	margin:-15px
}

li.svgBarIcons{
	width:28px;
	height:28px;
	margin:12px 30px 0 15px;
}

label.searchIcon{
	position:relative
}

label.searchIcon:before{
	content:'';
	position:absolute;
	left:10px;
	top:0;
	bottom:0;
	width:20px;
	background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='18' viewBox='0 0 25 25' fill-rule='evenodd'%3E%3Cpath d='M16.036 18.455l2.404-2.405 5.586 5.587-2.404 2.404zM8.5 2C12.1 2 15 4.9 15 8.5S12.1 15 8.5 15 2 12.1 2 8.5 4.9 2 8.5 2zm0-2C3.8 0 0 3.8 0 8.5S3.8 17 8.5 17 17 13.2 17 8.5 13.2 0 8.5 0zM15 16a1 1 0 1 1 2 0 1 1 0 1 1-2 0'%3E%3C/path%3E%3C/svg%3E")
}

input.searchInp{
	outline:none;
	font-size:16px;
	padding:8px 30px;
	margin-top:12px;
	margin-right:20px;
	border-radius:8px;
	border:1px solid #adadad
}

div.menuUser{
	display:none;
	background:#fff;
	width:300px;
	position:absolute;
	z-index:2;
	top:50px;
	right:35px;
	box-shadow:0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
}

div.menuUser-item{
	display:flex;
	border-bottom:1px solid #eee
}

div.menuUser-item h3{
	color:#454545;
	width:150px;
	margin:20px 0 20px 30px;
	cursor:pointer
}

div.menuUser-item h3 a{
	color:#454545
}

div.menuLang{
	display:none;
	background:#fff;
	width:300px;
	position:absolute;
	z-index:2;
	top:50px;
	right:35px;
	box-shadow:0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
}

div.menuLang-item{
	display:flex
}

div.menuLang-item h4{
	color:#454545;
	width:100%;
	margin:8px 0 8px 40px;
}

div.menuPref{
	display:none;
	background:#fff;
	width:300px;
	position:absolute;
	z-index:2;
	top:50px;
	right:35px;
	box-shadow:0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
}

div.menuPref-item{
	border-bottom:1px solid #eee
}

div.menuPref-item h3{
	color:#454545;
	width:100%;
	margin:20px 0 20px 30px
}

div.menuPref-item hr{
	width:90%
}

div.contAdTit {
	height: 10%;
}

div.contAdImg {
	display: flex;
	height: 60%;
	width: 300px;
	max-width: 500px;
	overflow: hidden;
}

div.contAdPha {
	height: 15%
}

div.contAdBtn {
	height:15%
}

div.contPrinc{
	justify-content:center;
	display:flex
}

div.contAds {
	width:350px;
	height:430px;
	border-radius:8px;
	border:1px solid #e5e5e5;
	background: #fff;
	margin: 20px;
	justify-content:center
}

div.contAds h3{
	margin:10px 0 20px;
	width:95%;
	color:#333
}

div.contAds img {
	margin-top:30px;
	width:80%;
	height:auto;
	border-radius:10px;
	border:1px solid #e5e5e5
}

div.contAds p { 
	width:80%;
}

div.contAds button{
	width:120px;
	height:30px;
	color:#fff;
	border:none;
	font-weight:700;
	font-size:16px;
	border-radius:8px;
	background-color:#6299e5;
	cursor:pointer
}

div.contAds div.contAdImg img{
	width: 100%;
	max-width: 100%;
	height: 90%;
	flex-shrink: 0;
	margin-top:10px;
}

div.contAds div.contAdBtn{
	height:10%
}

div.contAdsMob {
	width:600px;
	height:250px;
	border-radius:8px;
	border:1px solid #e5e5e5;
	background:#fff;
	margin:10px 0;
	justify-content:center
}

div.contAdsMob h3 {
	margin:10px;
	color:#333;
	padding:5px
}

div.contAdsMob img {
	width:90%;
	height:170px;
	border-radius:10px;
	border:1px solid #e5e5e5
}

div.contAdsMob p {
	margin:20px 10px 0
}

div.contAdsMob button {
	width:120px;
	height:30px;
	color:#fff;
	border:none;
	margin:10px;
	font-weight:700;
	background-color:#6299e5;
}

div.contAdsMob div.contAdPhaMob {
	height:50%
}

div.contAdsMob div.contAdBtnMob {
	height:50%
}

div.contIndex {
	background-color:#fff;
	width:95%;
	height:auto;
	border-radius:10px;
	margin-top:80px;
	box-shadow:0 5px 10px rgba(0,0,0,0.1)
}

div.contIndex h1 {
	color:#333;
	padding:20px
}

div.contIndex nav {
	width:90%;
	text-align:left;
	margin-top:10px
}

div.contIndex nav ul li a {
	font-size:18px;
	color:#333;
	font-style:italic
}

div.contIndex nav ul li a:hover {
	color:#2980B9;
	cursor:pointer
}

div.contIndexThemes {
	background-color:#fff;
	width:95%;
	height:auto;
	border-radius:10px;
	margin-top:80px;
	box-shadow:0 5px 10px rgba(0,0,0,0.1)
}

div.contIndexThemes h1 {
	padding:20px
}

div.contIndexThemes h1,div.contIndexThemes h2 {
	color:#333
}

div.contIndexThemes h2 {
	margin-left:80px
}

div.contIndexThemes h2 a {
	padding:10px
}

div.contIndexThemes nav {
	width:80%;
	text-align:left;
	margin-top:10px
}

div.contIndexThemes nav ul li a{
	font-size:18px;
	color:#333;
	font-style:italic;
	padding:10px
}

div.contIndexThemes nav ul li a:hover{
	color:#2980B9;
	cursor:pointer
}

div.contFormsMath{
	background-color:#fff;
	width:95%;
	height:auto;
	border-radius:10px;
	margin-top:80px;
	box-shadow:0 5px 10px rgba(0,0,0,0.1)
}

div.contFormsMath h1{
	padding:20px
}

div.contForms{
	width:95%;
	color:#333
}

div.contListCalcs{
	display:flex;
	justify-content:center;
	flex-flow:row wrap;
	padding-bottom:50px
}

div.contListCalcs > div{
	width:300px
}

div.contConCalcs{
	padding-bottom:30px
}

div.contConCalcs h2{
	color:#333
}

div.contConCalcs nav ul li {
	margin: 0px 5px 12px 5px;
}

div.contConCalcs nav ul li a{
	font-size:16px;
	color:#333
}

div.conInfoGen{
	background-color:#fff;
	width:95%;
	height:auto;
	border-radius:10px;
	margin-top:80px;
	box-shadow:0 5px 10px rgba(0,0,0,0.1)
}

div.conInfoGen h1{
	padding:20px;
	color:#333
}

div.conInfoGen h2{
	margin:10px 0 0 30px;
	color:#333
}

div.contPoliTerms{
	background-color:#fff;
	width:95%;
	height:auto;
	border-radius:10px;
	margin-top:60px;
	padding:20px 80px 80px;
	box-shadow:0 5px 10px rgba(0,0,0,0.1)
}

div.contPoliTerms h1 {
	padding:5px
}

body {
	background:#f2f2f2
}

p.nextTheme {
	color:#2980B9;
	font-weight:700;
	margin-top:50px
}

div p.notValidatedEmail {
	margin-top:50px;
	margin-bottom:10px;
	height: 50px;
	padding: 20px 0px 15px 15px;
	color:#fff;
	font-weight:700;
	background:orange
}

div.advDonatUsu {
	display:flex;
	margin-top:50px;
	margin-bottom:20px;
	padding:8px;
	color:#fff;
	font-weight:700;
	background:#38a3a5
}

div.advDonatUsu div.contDonatText{
	width:80%;
	display:flex
}

div.advDonatUsu p#btnDonUsu{
	margin-left:10px
}

div.advDonatUsu div.contCloseAdv{
	width:20%
}

div.advDonatUsu p.closeAdv{
	font-size:20px;
	width:40px;
	font-weight:700;
	color:#E5272A;
	border:2px solid #E5272A;
	padding:3px;
	height:30px;
	border-radius:10px;
	text-align:center
}

div.containerMod{
	padding:10px;
	margin-top:20px;
	width:95%;
	margin-bottom:20px;
	justify-content:center;
	height:auto;
	min-height:480px;
	border-radius:5px;
	background:#fff;
	border:1px solid #e5e5e5
}

div.containerMod h1{
	padding:20px
}

div.containerMod hr{
	width:95%
}

div div.containerMod h1{
	color:#333;
	font-size:30px;
	padding:5px
}

div.containerContact{
	padding:10px;
	width:95%;
	margin-bottom:30px;
	border-radius:10px;
	background:#fff
}

div.containerContact h1{
	padding:20px
}

div.containerContact p{
	width:90%;
	margin-bottom:30px
}

div.containerContact hr{
	width:95%
}

div.containerContact div.contform{
	width:85%
}

div.containerContact div.contform form fieldset{
	border:1px solid gray;
	border-radius:10px
}

div.containerContact div.contform form input[type="text"],div.containerContact div.contform form input[type="email"]{
	width: 300px;
	height: 45px;
	font-size: 16px;
	outline: none;
}

div.containerContact div.contform form input[type="submit"]{
	width:150px;
	height:40px;
	color:#fff;
	border:none;
	margin:15px 10px 8px 0;
	font-weight:700;
	font-size:16px;
	border-radius:8px;
	background-color:#6299e5;
	cursor:pointer
}

div.containerContact div.contform form textarea{
	width:600px;
	height:100px;
	min-height:50px;
	min-width:200px;
	max-height:200px;
	max-width:800px;
	font-size:16px;
	outline:none;
}

div.contCook{
	background-color:#2b2b2b;
	color:#fff;
	display:flex;
	width:680px;
	height:50px;
	position:fixed;
	margin:10px;
	border-radius:8px;
	bottom:0;
	left:0;
	padding:15px;
	display:none;
	z-index:3
}

div.contCook p{
	margin-right:10px
}

div.contCook a{
	color:#6299E5;
	text-decoration:underline;
	margin-left:20px
}

footer{
	width:100%;
	font-family:"Open Sans";
	color:#fff;
	top:100%
}

div.footer-bottom{
	background:#fff;
	width:100%;
	padding:20px 0;
	text-align:center
}

div.footer-bottom p{
	color:#333;
	font-size:14px;
	word-spacing:2px;
	height:auto;
	text-transform:capitalize
}

div.footer-bottom a{
	color:#333
}

p.txtRepProb{
	width:95%;
	font-weight:700;
	font-size:20px;
	text-decoration:underline;
	color:#6299E5;
	margin-top:30px;
	margin-right: 20px;
}

label.tipProb{
	margin-top:15px;
	justify-content:left;
	color:dimgrey;
	cursor:pointer
}

div.form form textarea.contDesc{
width:350px;
max-width:420px;
min-width:300px;
height:150px;
max-height:200px;
min-height:100px;
margin-top:5px;
margin-bottom:30px;
padding:10px;
font-size:18px;
outline:none;
border-radius:5px;
border:1px solid gray
}

div.form form div.contBntsRepProb input{
height:35px;
width:120px;
margin:0 40px;
border:none;
border-radius:8px;
color:#fff;
font-size:16px;
font-weight:700;
background:#6299e5;
cursor:pointer
}

div.contDonationSection {
	margin:30px 0 20px
}

div.contResuGraph {
	display:none;
	border-radius:10px;
	width:100%;
	height:100%;
	min-height:400px;
	margin-top:10px
}

@media(max-width: 1920px){

}

@media(max-width: 1440px){

}

@media(max-width: 1366px){

}

@media(max-width: 1300px){
	div.containerMod{
		width:1100px
	}
}

@media(max-width: 1100px){
	div.containerMod{
		width:950px
	}

	div.contAds{
		width:300px;
		margin:20px
	}

	div.contAds img{
		height:50px;
		width:80%
	}

	div.contAds div.contAdImg img {
		margin-top:5px;
		max-height:180px
	}

	div.contAds div.contAdTit{
		height:10%
	}

	div.contAds div.contAdPha{
		height:20%
	}

	div.contAds div.contAdBtn{
		height:10%
	}
}

@media(max-width: 950px) {
	div.contIndexGen nav {
		margin-left:50px
	}

	div.contIndexGen h1 {
		font-size:28px
	}

	div.contAds {
		width:280px;
		margin:20px
	}

	div.containerMod {
		width:830px
	}

	div.contAds div.contAdImg img {
		width: 80%;
		max-width: 80%;
		margin-top:5px;
		max-height:180px
	}

	div.contAdImg {
		height: 250px;
		width: 350px;
		max-width: 500px;
	}

}

@media(max-width: 880px) {
	input.searchInp{
		width:140px
	}
}

@media(max-width: 850px) {
	div.containerMod{
		width:750px
	}

	div.contTools div nav ul li,div.contTools div nav ul li a{
		font-size:16px
	}

	div.contAds{
		width:250px;
		margin:20px
	}

	p.advDonatUsu{
		font-size:16px
	}

	div.contAdImg {
		height: 250px;
		width: 300px;
		max-width: 500px;
	}
}

@media(max-width: 770px){
	div.contPrinc{
		display:block
	}

	header a.logo img{
		width:120px
	}

	header nav.navbar ul li a{
		font-size:16px
	}

	li.svgBarIcons{
		width:25px;
		height:25px;
		margin:15px 10px 15px 15px
	}

	input.searchInp{
		font-size:16px;
		padding:6px 30px;
		margin-top:10px;
		margin-right:20px
	}

	li.svgBarIcons{
		width:20px!important;
		height:20px!important;
		margin:15px 5px 15px 10px!important
	}

	p.advDonatUsu{
		font-size:14px
	}

	div.contConCalcs h2{
		font-size:18px
	}

	div.contConCalcs nav ul li a{
		font-size:14px
	}

	div.containerMod{
		width:630px
	}

	div.contCook{
		width:570px;
		height:45px;
		margin:10px;
		padding:15px;
		font-size:14px
	}	

	div.contCook a{
		margin-left:10px
	}

	div.contAds div.contAdTit{
		height:100%
	}
}

@media(max-width: 660px) {
	div.contIndexGen nav ul li a {
		font-size:16px
	}

	div.contIndexGen h1 {
		font-size:26px
	}

	div.contIndex {
		margin-top:70px
	}

	div.conInfoGen {
		margin-top:70px
	}

	div.conInfoGen h1 {
		font-size:26px;
		padding:15px
	}

	div.conInfoGen p {
		font-size:16px
	}

	div.containerMod {
		width:500px
	}

	div.contAdsMob{
		width:480px;
		height:230px
	}

	div.contAdsMob p{
		margin:0 5px 0 -5px
	}

	div.contAdsMob img{
		width:80%;
		height:150px
	}

	div.contCook{
		width:430px;
		height:40px;
		padding:15px;
		font-size:10px
	}

	div.contCook a{
		margin-left:10px
	}
}

@media(max-width: 610px){
header a.logo img{
width:100px
}

header nav.navbar ul li a{
font-size:14px
}

li.svgBarIcons{
width:20px;
height:20px;
margin:15px 5px 15px 10px
}

input.searchInp{
width:120px;
font-size:14px;
padding:6px 30px;
margin-top:10px;
margin-right:10px
}

p.advDonatUsu{
font-size:12px
}
}

@media(max-width: 500px){
div.conInfoGen{
margin-top:60px
}

div.conInfoGen h1{
font-size:22px;
padding:15px
}

div.conInfoGen p{
font-size:14px
}

div.contIndexGen nav ul li a{
font-size:14px
}

div.contIndexGen h1{
font-size:22px
}

header .logo{
font-size:22px
}

header nav.navbar ul li a{
font-size:14px;
padding:15px 5px
}

div.footer-bottom p{
font-size:12px
}

div.contIndex{
margin-top:60px
}

div.contConCalcs h2{
font-size:16px
}

div.contConCalcs nav ul li a{
font-size:12px
}

div.containerMod{
width:400px
}

div.contAdsMob{
width:400px;
height:200px
}

div.contAdsMob img{
width:80%;
height:120px
}

div.contAdsMob button{
width:100px;
height:25px;
margin:15px
}

div.contCook{
width:350px;
height:40px;
padding:15px;
font-size:8px
}

div.contCook a{
margin-left:5px
}
}

@media(max-width: 480px){
header a.logo{
font-size:18px
}

p.advDonatUsu{
font-size:10px
}

div.contAdsMob{
width:360px
}

div.contAdsMob p{
font-size:14px;
margin:5px 5px 5px -5px
}

div.contAdsMob h3{
font-size:15px
}
}

@media(max-width: 450px){
div.conInfoGen h1{
font-size:20px
}

div.conInfoGen p{
font-size:12px
}

div.containerMod{
width:350px
}

div.contIndexGen nav ul li a{
font-size:12px
}

div.contIndexGen h1{
font-size:18px
}

header .logo{
font-size:20px
}

header nav.navbar ul li a{
font-size:14px;
padding:15px 3px
}

div.footer-bottom p{
font-size:10px
}
}

@media(max-width: 400px){
header a.logo img{
display:none
}
}

@media(max-width: 350px){
div.conInfoGen{
margin-top:50px
}

div.conInfoGen h1{
font-size:18px;
padding:10px
}

div.conInfoGen p{
font-size:10px
}

div.contIndexGen nav ul li a{
font-size:10px
}

header{
padding:10px
}

header nav.navbar ul li a{
display:none
}

div.contIndex{
margin-top:50px
}
}