body{
	background-color: #00a49b;
  background: linear-gradient(180deg, #00a49b, #409a3c );
	font-family: 'Roboto';
	font-size: 16px;
}
.top_header{
	width: 100%;
	background-color: #000;
	background-image: -webkit-linear-gradient(#2E2E2E, #1D1D1D);
	background-image: -o-linear-gradient(#2E2E2E, #1D1D1D);
	background-image: linear-gradient(#2E2E2E, #1D1D1D);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
}
.main{
	max-width: 1200px;
	margin: 0 auto;
}
img{
	display: block;
	max-width: 100%;
}

/*================================*/

.first_screen{
	padding: 0 80px;
	padding-top: 60px;
	padding-bottom: 45px;
	background-color: #fff;
}
.screen_logo .title{
	font-size: 26px;
	margin-bottom: 15px;
}
h1{
	font-size: 52px;
  text-transform: uppercase;
  color: #00a49b;
  margin: 0.6em 0;
}
.descr{
	font-size: 18px;
	line-height: 1.33;
	margin-bottom: 45px;
}
.books_nav{
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.books_nav__item{
	color: #333333;
	font-size: 18px;
	margin-right: 22px;
}
.books_nav__item:hover{
	color: #00a49b;
	text-decoration: none;
}
.books_nav__item:last-child{
	margin-right: 0;
}
.books_nav__item.active{
	color: #00a49b;
}

/*================================*/
.shablons_section{
	padding: 0 80px;
	padding-top: 40px;
	padding-bottom: 45px;
	background-color: #e9e9e9;
	color: #00a49b;
}
.shablons_section h2{
	margin: 0;
	font-size: 36px;
  margin-bottom: 45px;
}

.shabl_item{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.shabl_item:last-child{
	border: 0;
}
.shabl_doc{
	max-width: 100px;
}
.shabl_link{
  font-size: 29px;
	text-decoration: underline;
	color: #00a49b;
  margin-right: auto;
  margin-left: 40px;
}
.shabl_link:hover{
	text-decoration: none;
}
.shabl_download{
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	background-color: #f18200;
  border-radius: 20px;
  text-decoration: none;
  padding: 15px 20px;
  flex: none;
  margin-left: 30px;
  display: flex;
  align-items: center;
}
.shabl_download:hover{
    background-color: #f16900;
}
.shabl_download:before{
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url(../images/doc_icon.png);
	background-repeat: no-repeat;
	background-position: center;
  vertical-align: top;
  margin-right: 10px;
}
.more_box{
	text-align: center;
  padding-top: 45px;
}
.more_books{
	font-size: 30px;
	color: #00a49b;
}
.more_books:hover{
	text-decoration: none;
}
.more_books:before{
	content: "";
	width: 30px;
	height: 30px;
	display: inline-block;
	background-image: url(../images/plus.png);
	margin-right: 20px;
  vertical-align: middle;
}
/*================================*/

.books_footer{
	color: #fff;
	background-color: #2a383f;
	padding: 0 70px;
	padding-top: 55px;
	padding-bottom: 55px;
	font-size: 18px;
}
.books_footer .tit{
	margin-top: 40px;
}
.books_footer a{
	color: #fff;
}
.books_footer .phone{
	margin-top: 35px;
}
.books_footer .phone a{
	font-size: 30px;
	text-decoration: none;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 40px;
}



/*============= MEDIA ===============*/
@media(max-width: 991px){
	.shabl_link{
		font-size: 20px;
    margin-left: 20px;
	}
	.shabl_doc {
	  max-width: 60px;
	}
	.shabl_download{
    font-size: 18px;
    padding: 10px 20px;
    margin-left: 20px;
	}
}

@media(max-width: 767px){
	.shabl_doc {
	  max-width: 30px;
	}
	.shabl_link{
		font-size: 18px;
	}
	.shabl_download{
		font-size: 16px;
	}
	.more_box{
		padding-top: 15px;
	}
}


@media(max-width: 575px){
	.top_header{
		flex-wrap: wrap;
	}
	.top_header__logo{
		margin: auto;
    max-width: 200px;
    margin-top: 5px;
	}
	.first_screen{
		padding: 0 15px;
    padding-top: 30px;
    padding-bottom: 30px;
	}
	h1{
		font-size: 30px;
	}
	.screen_logo .title{
		font-size: 22px;
	}
	.shablons_section h2,
	h2{
		font-size: 26px;
		text-align: center;
	}
	.books_screen{
    padding: 0 15px;
    padding-top: 30px;
    padding-bottom: 50px
	}
	.book_item{
		margin-bottom: 50px;
	}
	.books_footer{
		font-size: 16px;
		padding: 0 15px;
    padding-top: 30px;
    padding-bottom: 30px;
	}
	.shablons_section{
    padding: 0 15px;
    padding-top: 40px;
    padding-bottom: 30px;
	}
	.shabl_item{
		flex-wrap: wrap;
	}
	.shabl_link {
	  font-size: 16px;
	  width: 82%;
	  margin-right: 0;
	}
	.shabl_download {
	  font-size: 14px;
	  width: 100%;
	  margin: 0;
	  padding: 5px 15px;
	  justify-content: center;
	  border-radius: 5px;
	  margin-top: 10px;
	}
}


