body {
background:no-repeat url("photos/fonB.png");
background-size: cover;
background-position: center;
background-attachment: fixed;
min-height: 100vh;
margin: 0;
}
#menu {
	font-family: Andale Mono, monospace;
	margin: 35px;
	position:fixed;
	z-index: 1;
	
}
#maket {
width:90%;
max-width:1900px;
min-width:800px;
}
*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
#mainmenu {
	background: #000000;
	position: relative;
	overflow:hidden;
	height:40px;
	margin:30px 0

}
#mainmenu ul {
	list-style:none;
	margin:0;
	padding:0;
	position: relative;
	left:50%;
	float:left;
	font:14px Arial, Helvetica, sans-serif;
	height:40px

}
#mainmenu ul li {
	position:relative;
	left:-50%;
	float:left;
	margin:0 10px;
	height:40px
}
#mainmenu ul li a {
	color: #fff;
	display:block;
	text-decoration:none;
	padding:0 15px;
	line-height: 40px;
}
#mainmenu ul li a:hover {
	background-color:#666;
float: right;
z-index: 1;	
}

#menu {

margin:0% 0%;

}
#menu{  
  position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000000;
    z-index: 10;
    display: flex;
    justify-content: center;
}

#link{
font-size: 200%;
color:black;
text-decoration: none;
margin-left:;
}
  
#link:hover{
color:#000000;
}

#icon{
text-align:right;
font-size:;
background-color: rgba(224, 255, 255, 0.7);
color:black;
z-index: 1;
}
#logo {
position: fixed;
right: 1%;
  z-index: 2;
  margin:10px;
  float:left;
}
#base {
margin:150;
}
.wrap {
width:180;
height:180;
position:absolute;
top:234px;
right:595px;
}
.photo:hover img {
transform: scale(1.1);
}
.photo1:hover img {
transform: scale(1.1);
}
.photo2:hover img {
transform: scale(1.1);
}
.photo3:hover img {
transform: scale(1.1);
}
.photo img {
	transition: transform 0.5s;
	position:fixed;
top:47%;
right:30%;
}
.photo1 img {
	transition: transform 0.5s;
	position:fixed;
top:21%;
left:17%;
}
.photo2 img {
	transition: transform 0.5s;
	position:fixed;
top:50%;
right:50%;
 width: 250px;
  height: 500px;
}
.photo3 img {
	transition: transform 0.5s;
	position:fixed;
top:;
right:;
}
#footer{  
  position: fixed;
    width: 100%;
	color:#000000;
}
.footer {
  text-align: center;
  position: relative;
  min-height: 20px;
  width: 100%;
}

.footer::before {
  content: "Омск 2026";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  z-index: 1;
}


    .footer {
        width: 100%;
        background-color: #000;
        color: #fff;
        text-align: center;
        padding: 20px 0;
        flex-shrink: 0;
    }
	body {
        font-family: 'Arial', sans-serif;
        line-height: 1.6;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        min-height: 100vh;
    }

#mainmenu {
	background: #000000;
	position: relative;
	overflow:hidden;
	height:40px;
	margin:30px 0

}
#mainmenu ul {
	list-style:none;
	margin:0;
	padding:0;
	position: relative;
	left:50%;
	float:left;
	font:14px Arial, Helvetica, sans-serif;
	height:40px

}
#mainmenu ul li {
	position:relative;
	left:-50%;
	float:left;
	margin:0 10px;
	height:40px
}
#mainmenu ul li a {
	color: #fff;
	display:block;
	text-decoration:none;
	padding:0 15px;
	line-height: 40px;
}
#mainmenu ul li a:hover {
	background-color:#666;
float: right;
z-index: 1;	
}

#menu {

margin:0% 0%;

}
#menu{  
  position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000000;
    z-index: 10;
    display: flex;
    justify-content: center;
}

#link{
font-size: 200%;
color:black;
text-decoration: none;
margin-left:;
}
  
#link:hover{
color:#000000;
}

#icon{
text-align:right;
font-size:;
background-color: rgba(224, 255, 255, 0.7);
color:black;
z-index: 1;
}
#logo {
position: fixed;
right: 1%;
  z-index: 2;
  margin:10px;
  float:left;
}


    .content {
        flex-grow: 1;
        padding: 20px;
        max-width: 1200px;
        margin: 20px auto;
        width: 100%;
        box-sizing: border-box;
    }

    h1, h2 {
        color: #FF4500;
    }
    .main-task {
        color: #333;
        margin-bottom: 20px;
    }
    .description {
        color: #555;
        margin-bottom: 15px;
    }
    .key-features {
        margin-top: 25px;
        border-top: 1px dashed #ccc;
        padding-top: 15px;
    }
    .key-feature-item {
        margin-bottom: 10px;
    }
    .schemes {
        margin-top: 25px;
        padding-top: 15px;
        border-top: 1px dashed #ccc;
    }
    .code-block {
        border: 1px solid #ddd;
        border-left: 3px solid #FF4500;
        padding: 10px 15px;
        margin: 15px 0;
        overflow-x: auto;
    }


    .footer {
        width: 100%;
        background-color: #000;
        color: #fff;
        text-align: center;
        padding: 20px 0;
        flex-shrink: 0;
    }