body{
	margin: 0;
	font-family: 'Roboto';
	font-size: 18px;
}
img{
	max-width: 100%;
}
header{
	padding-top: 59px;
	padding-bottom: 22px;
	background-color: #9edcb3;
	color: #fff
}
.header-pretitle{
	margin-top: 102px;
}
.header-title{
	font-size: 48px;
	font-weight: 700;
	line-height: 46.81px;
	margin-top: 21px;
}
.header-subtitle{
	margin-top: 20px;
}
.header-button{
	display: inline-block;
	text-decoration: none;
	box-shadow: 10px 17px 34px 6px rgba(18, 61, 145, 0.83);
	border-radius: 50px;
	background-color: #ffffff;
	font-size: 18px;
	color: #5ea16e;
	font-weight: 700;
	padding: 17px 55px;
	margin-top: 33px;
}
header small{
	font-size: 12px;
	display: block;
	text-align: center;
	margin-top: 9px;
}
.header-button-block{
	max-width: 210px;
}

/* Секция портфолио*/
.portfolio{
	background-color: #dddddd;
	padding-top: 44px;
	padding-bottom: 71px;
}
.portfolio-block{
	background-color: #fff;
	padding-top: 29px;
	padding-bottom: 44px;
}
.portfolio-title {
	text-transform: uppercase;
	font-size: 18px;
	color: #072b6f;
	margin-bottom: 10px;
}
.portfolio-subtitle{
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 14px;
	color: #7bb9ff;
}
.portfolio-title, .portfolio-subtitle{
	text-align: center;
}
.portfolio-col-1{
	padding-left: 50px;
}
.portfolio-col-2{
	padding-left: 50px;
}
.portfolio-block h3{
	color: #072b6f;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.portfolio-block a {
	color: #072b6f;
	font-size: 14px;
	font-weight: 400;
	text-decoration: underline;
}
.portfolio-text {
	color: #8f8f8f;
	font-size: 14px;
	font-weight: 400;
}

/*Оформление подвала*/
footer{
	background-color: #9edcb3;
	color: #fff;
	padding-top: 60px;
	padding-bottom: 110px;
}
.footer-author{
	font-size: 24px;
	margin-bottom: 7px;
}
.footer-text{
	margin-top: 0;
}
.social-block{
	text-align: center;
}
.social-block a {
	text-align: center;
	margin-left: 13px;
	margin-right: 13px;
}
.footer-cta-block{
	text-align: center;
}
.footer-cta {
	margin-bottom: 13px;
}
.footer-button{
	text-decoration: none;
	display: inline-block;
	border: 1px solid #fff;
	background-color: #transparent;
	color: #fff;
	font-size: 18px;
	border-radius: 50px;
	padding: 12px 40px;
}
/*Условие!*/
@media (max-width: 1200px) {
	.header-pretitle{
		margin-top: 60px; 
	}	
}
@media (max-width: 992px){
	.header-img{
		display: none;
	}
	.header-pretitle{
		margin-top: 10px; 
	}

.footer-author{
	font-size: 18px;
}
.footer-text{
	font-size: 14px;
}
.social-block a{
	margin-left: 5px;
	margin-right: 5px;
}
.social-block img{
	width: 30px;
}
.footer-button {
	font-size: 14px;
	padding: 8px 35px;
}
}

@media (max-width: 768px){
	.portfolio-col-1{
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 40px;
	}
	.portfolio-col-1{
		padding-left: 20px;
		padding-right: 20px;
	}
	.footer-author, .footer-text {
	text-align: center;
	}
}