@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700|Roboto:100,300,400&subset=cyrillic,cyrillic-ext');
@font-face {
  font-family: Gilroy-Light;
  /* Гарнитура шрифта */
  src: url(../../fonts/Gilroy-Light.otf);
  /* Путь к файлу со шрифтом */
}

body {
  background: #f7f7f7;
}

.content {
  width: 750px;
  margin: 20px auto 50px;
  background-color: #fff;
  padding: 30px 40px 30px;
  font: 14px 'Open sans';
  color: #345e4d;
  box-shadow: 0px 4px 20px #c6c6c6;
}

.content img {
  box-shadow: 2px 2px 13px #afafaf;
}

.content h1, h2, h3, h4, h5 {
  font-family: 'Roboto';
  font-weight: 300;
}

.content h1 {
  font-size: 26px;
}

.content h2 {
  font-size: 20px;
}

p {
  line-height: 1.5;
  margin: 15px 0;
}

.zag {
  width: 800px;
  margin: 20px auto 20px;
  background-color: #fff;
  padding: 40px;
  color: #2f8261;
  font: 32px 'Roboto';
  font-weight: 300;
  box-shadow: 1px 1px 14px #c6c6c6;
}

.con {
  width: 540px;
  height: 191px;
  margin-left: 170px;
  background-color: rgb(255, 255, 255);
  overflow: auto;
  padding: 15px;
  box-shadow: 2px 2px 13px #707070;
}

.conV {
  height: 180px;
}

.quote {
  margin-left: 100px;
}

.autor {
  margin-right: 100px;
  text-align: right;
}

.minibook {
  float: left;
  width: 100px;
  margin-right: 10px;
}

.imgmini {
  float: left;
  width: 150px;
  margin-right: 10px;
  margin-top: 10px;
}

.bibop {
  color: black;
}

.mininews {
  float: left;
  width: 200px;
  margin-right: 10px;
}

.newseco {
	position: relative;
	right: 0;
	display: block;
	cursor: pointer;
	width: 700px;
	height: 180px;
	margin: 10px;
	font: 14px 'Open sans';
	color: rgb(52, 94, 77);
	border-radius: 5px;
	border: 1px solid #dadada;
	padding: 10px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.newseco p {
  margin: 30px 0 30px;
}

.newseco:hover {
	box-shadow: 2px 2px 15px #bfbfbf;
	right: -15px;
}

.ContainEco {
  position: relative;
  width: 100%;
  margin: 0 auto 5px;
}

.ecoback {
  position: absolute;
  left: -100px;
  top: 10px;
  width: 100px;
}