input {
	width: 400px;
	height: 30px;
}

.main-btn {
	display: block;
	width: 200px;
	height: 50px;
	margin-top: 15px;
}

header{
	width: 100%;
	height: 100px;
	background-color: #303030;
}

*{
	margin: 0;
	padding: 0;
}

body{
	background-color: #303030;
}

h4 {
	color: #bcbbc4;
}

.separator{
	width: 100%;
	height: 100px;
	background-color: #1a1a1a;
}

.logo {
	float: left;
	width: 80px;
	height: 80px;
	margin: 10px;
}

.logo > a > img{
	width: 100%;
	height: 100%;
}


.menu2 {
	display: flex;
	justify-content:center;
	margin-right: 20px;
	margin-bottom: 40px;
}

.menu2 > li {
	list-style: none;
	margin-top: 40px;
	margin-right: 10px;
}

.menu2 > li > a {
	color: #bcbbc4;
	padding: 10px;
	font-size: 15px;
	text-decoration: none;
	transition: .2s;
}

.menu2 > li > a:hover {
	transition: .2s;
	text-decoration:underline;
}

.menu {
	display: flex;
	float: right;
	margin-right: 20px;
}

.menu > li {
	list-style: none;
	margin-top: 40px;
	margin-right: 10px;
}

.menu > li > a {
	color: #bcbbc4;
	padding: 20px;
	font-size: 20px;
	text-decoration: none;
	transition: .2s;
}

.menu > li > a:hover {
	color: #1a1a1a;
	background: #bcbbc4;
	transition: .2s;
}


.footer {
	background-color: #1a1a1a;
	height: 300px;
	margin-top: 20px;
}

.footer > h4 {
	text-align: center;
	color: #bcbbc4;
	font-size: 15px;
	margin-top: 20px;
}

.footer-menu {
	display: flex;
	justify-content:center;
}

.footer-menu > li {
	list-style: none;
	margin-top: 40px;
	margin-right: 10px;
}

.footer-menu > li > a {
	color: #bcbbc4;
	padding: 20px;
	font-size: 20px;
	text-decoration: none;
	transition: .2s;
}

.footer-menu > li > a:hover {
	color: #1a1a1a;
	background: #bcbbc4;
	transition: .2s;
}

.socials {
	width: 100%;
	display: flex;
	margin-top: 20px;
	margin-left: -20px;
	justify-content:center;
}

.telegram {
	display: flex;
	width: 130px;
	height: 45px;
	margin-top: 20px;
	margin-left: -100px;
}

.telegram > img {
	width: 100%;
	height: 100%;
}

.telegram > a {
	text-decoration: none;
	color: #bcbbc4;
	padding-left: 10px;
	font-size: 20px;
	width: 100%;
}

input{
	width: 50%;
	height: 100px;
	border-radius: 30px;
	background-color: #bcbbc4;
	font-size: 40px;
	color: #1a1a1a;
	border: 3px solid #1a1a1a;
	display: block;
	margin-top: 30px;
	text-align: center;
}

button {
	width: 20%;
	height: 70px;
	background: #303030;
	color: #bcbbc4;
	font-size: 30px;
	border: none;
	margin-top: 20px;
	transition:.2s;
}

button:hover {
	background: #bcbbc4;
	color: #1a1a1a;
	transition:.2s;
	cursor: pointer;
}


#ten-two {
	font-weight: bold;
}

.result {
	color: green;
	font-size: 50px;
}

.whatIs {
	font-size: 50px;
	color: #bcbbc4;
}

h1{
	color: #bcbbc4;
}

p{
	color: #bcbbc4;
}

b{
	color: #bcbbc4;
}

.ten-two--explanation {
	text-align: left;
	width: 60%;
}

.ten-two--explanation > p {
	font-size: 20px;
}

.ten-two--explanation > a {
	color: #bcbbc4;
	padding: 0px;
	font-size: 14px;
	text-decoration: none;
	transition: .2s;
}

.ten-two--explanation > a:hover {
	color: #1a1a1a;
	background: #bcbbc4;
	transition: .2s;
} 

.two-ten--explanation {
	display: none;
	text-align: left;
	width: 60%;
}

.two-ten--explanation > p {
	font-size: 20px;
}

.two-ten--explanation > a {
	color: #bcbbc4;
	padding: 0px;
	font-size: 14px;
	text-decoration: none;
	transition: .2s;
}

.two-ten--explanation > a:hover {
	color: #1a1a1a;
	background: #bcbbc4;
	transition: .2s;
} 

.ten-sixteen--explanation {
	display: none;
	text-align: left;
	width: 60%;
}

.ten-sixteen--explanation > p {
	font-size: 20px;
}

.ten-sixteen--explanation > a {
	color: #bcbbc4;
	padding: 0px;
	font-size: 14px;
	text-decoration: none;
	transition: .2s;
}

.ten-sixteen--explanation > a:hover {
	color: #1a1a1a;
	background: #bcbbc4;
	transition: .2s;
} 

.sixteen-ten--explanation {
	display: none;
	text-align: left;
	width: 60%;
}

.sixteen-ten--explanation > p {
	font-size: 20px;
}

.sixteen-ten--explanation > a {
	color: #bcbbc4;
	padding: 0px;
	font-size: 14px;
	text-decoration: none;
	transition: .2s;
}

.sixteen-ten--explanation > a:hover {
	color: #1a1a1a;
	background: #bcbbc4;
	transition: .2s;
} 
@media screen and (max-width: 1200px){
	
	.socials > .telegram{
		margin-left: 0px;
	}
	body{
		zoom: 70%;
	}
}

@media screen and (max-width: 640px){
	.logo{
		display: block;
		float: none;
	}
}

@media screen and (max-width: 750px){
	header{
		height: 400px;
	}
	.menu{
		display:block;	
	}
	.footer{
		width: 100%;
    	zoom: 70%;
	}
}

@media screen and (max-width: 700px){
	body{
		zoom: 80%;
	}
}

@media screen and (max-width: 400px){
	body{
		zoom: 50%;
	}
}