* {
	margin: 0;
	padding: 0;
}

/*@font-face {
    font-family: "Ubuntu Mono";
	src: url(../fonts/font-ubuntu/UbuntuMono-Bold.ttf);
	/*src: url(../fonts/font-open-sans/OpenSans-SemiBold.ttf);*/
/* }

@font-face {
    font-family:'Open Sans';
    src: url(../Open Sans/OpenSans-VariableFont_wdth,wght.ttf);
}
@font-face {
    font-family: "Roboto-Light";
	src: url(../fonts/roboto/Roboto-Light.ttf);
    /*font-family: "Ubuntu Mono";
	src: url(../fonts/font-ubuntu/UbuntuMono-Bold.ttf);*/
	/*}	*/


body {
	background-image: url(../images/Fon1.png);
	background-size: 100%;	
}

#backtop {
	width:3%;
	display:block;
	position:fixed;
	bottom:1.5%;
	right:1.5%;
	opacity:0.6;
	transition:0.3s;
}
#backtop:hover {
	opacity:1;
}
#backtop a img {
	width:100%;
}
#backmain {
	width:3%;
	display:block;
	position:fixed;
	bottom:1.5%;
	left:1.5%;
	opacity:0.6;
	transition:0.3s;
	transform: rotate(-90deg);
}
#backmain:hover {
	opacity:1;
}
#backmain a img {
	width:100%;
}
 
header {
	position: fixed;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content:space-between;
	align-items: center;
	height: 150px;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 5;
}

#logo {
	width:  150px;
	height:  150px;
	margin-left: 50px;
	
}

#main_nav {
	width: 100%;
}

#main_nav ul {
	text-align: center;
	padding: 10px 10px;
}

#main_nav ul li {
	display: inline-block;  
	font-family: arial;
	font-size: 1.2em;
	font-weight: 500;
	margin-right: 40px;
	padding: 0.2em 0; 
	line-height: 1.5em;

	}

#main_nav ul li:hover {       
	
}

#main_nav ul li a {           
	text-decoration: none;
	color: white;
}

#main_nav ul li a:hover {     
	text-decoration: underline;
	color: blue;
}

section {
	position: relative;
	width: 100%;
	top: 150px;
	background-color: rgba(100, 100, 100, 0.3);
	z-index: 0;
}

article {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: flex-start;
	width: 100%;

}

#text {
	width: 59%;
}

#text p {
	padding: 10px 20px 10px 60px; 
	text-align: justify;
	color: white; 
	font-family:'Open Sans'; 
	font-size: 20px;
}

#text ul li{
	font-family:'Open Sans';
	font-size: 20px;
	padding: 10px 20px 10px 60px; 
	color: white;
	list-style-position: inside;  
}

.firms {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	padding-bottom: 30px;
}

.firms-ramka{
	border: 1px solid darkgrey;
	border-radius: 10px;
	background-color: lightgrey;
}

#pict_tematika {
	width: 40%;
	padding-top: 200px;
}
#tematika{
	width: 40%;
}


h1, h2, h3 {
    font-family: arial;
  	color: white;
	/*padding: 3rem 0;*/
	text-shadow: 1px 1px 1px black,0 0 1em #0000FF;
	font-weight:400;
}

h1{
	font-size: 4rem;
	text-align: center;
}	

h2 {
	font-size: 3rem;
	padding: 1.2em;
	text-align: center;
}

h3 {
	font-size: 2rem;
	text-align: left;
	padding-left: 60px;
}

.prim {
	width: 10%;
	size: 3px;
	text-align: left;

}

.primm{
	font-family: arial;
	font-size: 12px;
	font-style: italic;
}
footer {
	position: absolute;
	position: fixed;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-color: rgba(0, 0, 0, 0.8);
	bottom: 0;
	
}

#footer_left {
	width: 88px;
	height: 50px;
	margin: 30px;
	background-image: url(../images/Logo.png);
	background-repeat: no-repeat;
	
}

/*#footer_left:hover {
	background-image: url(../images/web-dizain-alt.jpg);*/
}

#LIS {
	font-family:arial ;
	font-size:20px ;
	color:lightgreen ;
	padding-top:30px ;
}

#post{
	width: 88px;
	height: 33px;
	padding: 30px;

}
#post a{
	color: white;

}
#post a:hover{
	color: yellow;
	text-decoration: underline;
}


#footer_right {
	width: 450px;
	margin-right: 2em;
	margin-top: 2em;
	/*border: 1px solid white;*/

}

#footer_right span {

	font-family: 'arial';
	font-size: 0.9em;
	color: white;
}

#footer_right span {
	font-family: 'arial';
	font-size: 1em;
	color: white;
}

.gay {
	width: 170px;
	height:170px;
	padding-right: 50px;

}

.gay2 {
	width: 170px;
	height:170px;
	padding-left: 50px;
}

/*@media screen and (max-width: 650px) {
    #wrapper { 
     	width:100%;
     	background: #fc0;
     }

    .main_section {
    	display: flex;
    	width: 100%;
		flex-direction: column;
		/*align-items: stretch;*/
		/*border: 2px solid red;*/
		/*background: #fc0;
    }

    #main_nav {
    	display: block;
    	flex-shrink: 1;
    	margin-left: 1.7em;
    	width: 100%;
    			
	}

	#main_nav ul {
		text-align: center;
	}

	#main_nav ul li {
		display: block;          
		width: 80%;
		font-family: arial;
		font-size: 1.1em;
		font-weight: bold;
		padding: 0.8em 1.5em;     
		border: 1px solid blue;
		border-radius: 3em;
		background-color: yellow; 
		color: black;             
	}

	#main_nav ul li:hover {       
		/*border: 1px solid red;*/
		/*background-color: orange;
		color: green;
	}


    #main_atricle {
		display: block;
		width: 100%;
		flex-shrink: 1;
		border: 1px solid black;
		background-color: #c0c0c0;
	}
}*/