@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=cyrillic');

body {
	margin: 0 ;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
}

::-webkit-scrollbar { 
    display: none; 
}

a { 
	text-decoration: none; 
	color: inherit;
}

.red { 
	/* color: red; */
	font-weight: 600;
}

input {
	outline:none;
}

p { 
	margin-top: 5px;
	margin-bottom: 5px; 
	font-weight: 300;
}

nav { 
	width: 100%;
	padding: 15px;
	text-align:center;
	background-color: rgb(20,20,20);
	color: white;
	font-size: 25px;
}

header { 
	width: 100%;
	text-align: center; 
	font-size: 25px;
	font-weight: 700;
	position: sticky;
	/* min-height: 60px; */
	padding-top: 15px;
	padding-bottom: 15px;
	top: 0;
	background-color: rgba(255,255,255,.95);
	/* line-height: 60px; */
	border: 1px solid rgb(240,240,240);
}

* { 
	box-sizing: border-box; 
}
	
h1 { 
	padding-top: 0;
	margin-top: 20%;
	font-size: 32px; 
}

p { 
	font-size: 22px; 
}


.size { 
	width: 1190px;
	margin: 0 auto; 
}

.main-block { 
	padding: 40px;
	padding-top: 20%; 
}

.i400 { 
	font-weight: 400;
}

.main-title { 
	font-size: 30px; 
	margin-bottom: 10px;
	font-weight: 700;
}

.title3 { 
	font-size: 20px;
	margin-bottom: 5px;  
}

.title4 { 
	font-size: 20px;
	text-decoration: underline; 
	margin-bottom: 20px; 
}

.price { 
	font-size: 30px;
	margin-bottom: 20px;
	font-weight: 700;
	color: rgb(181,220,29); 
}

.price2 { 
	color: silver; 
	text-decoration: line-through;
}

.buy { 
	width: 80%; 
	text-align: center;
	color: black;
	background-color: white; 
	padding: 10px; 
	font-weight: 700;
	font-size: 20px;
	cursor: pointer;
}

.stars { 
	font-size: 22px;
	color: orange;
	margin-bottom: 5px; 
}

#section1 { 
	background-color: black; 
	color: white;
}

#section2 { 
	background-color: rgb(250,250,250); 
	color: rgb(40,40,40);
}

#section3 { 
	background-color: black; 
	color: white;
}

#section4 { 
	background-color: white; 
	color: rgb(40,40,40);
}

#section5 { 
	background-color: rgb(14,14,24); 
	color: white;
}

#section6 { 
	background-color: rgb(239,239,239); 
	color: rgb(40,40,40);
}

#section7 { 
	background-color: rgb(15,15,15); 
	color: white;
}

.block { 
	width: 100%;
	height: auto;
	overflow: auto;
}

.left-block { 
	width: calc(50% - 20px);
	float: left; 
}

.image { 
	width: 100%; 
}

.right-block { 
	width: calc(50% - 20px);
	float: right; 
}

footer {  
	overflow: auto; 
	/* min-height: 300px; */
}

.footer-text { 
	width: 50%;
	float: right; 
	padding: 20px;
}

h2 { 
	font-weight: 500;
}

.end-text { 
	margin-bottom: 10px; 
}

.input { 
	width: 50%;
	padding: 5px; 
	margin-bottom: 10px;
	font-size: 18px;
}

.button { 
	width: 50%; 
	padding: 10px;
	background-color: black;
	font-weight: 600; 
	color: white;
	margin-bottom: 20px;
	text-align: center;
	cursor: pointer;
}

.ehdos { 
	text-align: right;
	color: black; 
}


@media screen and (max-width:1300px) and (min-width: 700px) {
	
	.size { 
		width: 100%; 
	}

	h1 { 
		padding-left: 20px;
		padding-right: 20px;
		font-size: 28px; 
	}

	p { 
		padding-left: 20px;
		padding-right: 20px;
		font-size: 20px;
		padding-bottom: 40px;  
	}

	.main-block { 
		padding: 20px; 
		padding-top: 50px;
	}

}

@media screen and (max-width: 700px) and (min-width: 300px) {
	
	nav { 
		/* font-size: 14px;  */
		font-size: 25px;
	}
		
	.size { 
		width: 100%;
	}

	h1 { 
		padding-left: 20px;
		margin-top: 20px;
		text-align: center;
		font-size: 24px; 
	 }

	p { 
		padding: 20px;
		padding-top: 0;
		text-align: center; 
		font-size: 18px; 
	}

	.left-block { 
		float: none; 
		width: 100%;
	}

	.right-block { 
		float: none;
		width: 100%; 
	}
	
	.modal-title2 { text-align: left !important; }
	
	.main-block { 
		padding: 20px;
		text-align: center; 
	}
	

	.buy { 
		width: 100%; 
	}

	.footer-text {
		width: 100%; 
	}

	.input { 
		width: 100%; 
	}

	.button { 
		width: 100%; 
	}

	.ehdos {
		text-align: center;
	}
	

}










