body {
	line-height: 1.5;
  color: #220901;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
	background-attachment: fixed;
	margin: 0 50 50 50;
	font-family:DejaVu Sans Mono, monospace;
	  padding: 7%;
  background-image: url("background2.png");
  font-size: 100%;
}
#yakori {
	position: fixed;
 float: right;
 width: 25%;
 height: 430%;
 left: 66%;
 color: Black
}
.ramka {
  width: 50%;
  height: 13%;
  border-top: 2px solid black;
  border-bottom: 1px dashed gray;
}
.ramka2 {
  width: 50%;
  height: 9%;
  border-top: 2px solid black;
  border-bottom: 1px dashed gray;
}
.ramka3 {
  width: 50%;
  height: 17%;
  border-top: 2px solid black;
  border-bottom: 1px dashed gray;
}
#one{
  transition: 1s; /* Время эффекта */
  text-align: center;
}
#one:hover {
  transform: scale(1.2); /* Увеличиваем масштаб */
}
#two{
  transition: 1s; /* Время эффекта */
  text-align: center;
}
#two:hover {
  transform: scale(1.2); /* Увеличиваем масштаб */
}
#three{
  transition: 1s; /* Время эффекта */
  text-align: center;
}
#three:hover {
  transform: scale(1.2); /* Увеличиваем масштаб */
}
#four{
  transition: 1s; /* Время эффекта */
  text-align: center;
}
#four:hover {
  transform: scale(1.2); /* Увеличиваем масштаб */
}
a:visited {
	color: #7851A9;
}
section {
  height: 100vh;
}
.container {
  padding: 0 15 0 15;
}
a		 {
  text-decoration: none;
}

.menu-left a {
  display: inline-block;
  position: relative;
  padding-bottom: 0px;
  transition: color .35s ease;
}
.menu-left a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  transition: width 0s ease, background .35s ease;
}
.menu-left a:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: #000;
  transition: width .35s ease;
}
.menu-left a:hover:before {
  width: 100%;
  background: #000;
  transition: width .35s ease;
}
.menu-left a:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}
header nav ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
header nav ul li {
  float: none;
  margin-left: 0;
}
  header nav ul li {
    float: left;
    margin-left: 1rem;
  }
header nav ul li a {
  display: block;
}
  ul li {
    padding: .1em 0;
  }
#osnova {
	max-width: 65%;
	font-size: 100%;
}
a:link {
	color: #7851A9;
}
.spisok li::marker {
	color: #724E91;
	font-size: 100%;
}
img {
	width:90%;
	height:70%;
	display: inline-block;
	border-radius: 5%;
	border: 4px #ccc solid black;
	overflow: hidden;
	box-shadow: 0 0 16px #444;
}
.kar {
	float: right;
	height:45%;
	width:40%;
}
h3 {
	color: #7851A9;
}