/* Здесь будут храниться стили нашего сайта */
button, 
button:active, 
button:focus {
    outline: none;
}

body {
	margin: 0;
	font-family: "Roboto", sans-serif;
		font-size: 18px;
}
img {
	max-width: 100% ;
}
header {
	padding-top: 3.278em;
	padding-bottom: 1.222em;
	background-image: linear-gradient(-147deg, #3a7dfd 0%, #1157db 100%);;
	color: #fff;
}
.header_pretitle {
	margin-top: 102px;
}
.header_title {
	font-weight: 700;
	font-size: 2.667em;
	line-height: 36.81px;
	margin-top: 21px;
}
.header_subtitle {
	margin-top: 20px;
}
.header-button {
	box-shadow: 10px 17px 34px 6px rgba(18, 61, 145, 0.83);
	border-radius: 50px;
	background-color: #ffffff;
	font-weight: 700;
	color: #072b6f;
	font-size: 1em;
	padding: 17px 55px ;
	border: none;
	text-decoration: none;
	display: block;
	-webkit-transition: 0.2s time;
	-o-transition: 0.2s time;
	transition: 0.2s time;
}
.push:active {
	-moz-transform: translatey(3px); /* Для Firefox */ 
  -ms-transform: translatey(3px); /* Для IE */ 
  -webkit-transform: translatey(3px); /* Для Safari, Chrome, iOS */ 
  -o-transform:translatey(3px); /* Для Opera */ 
  transform: translatey(3px)
}
.push:hover{
	box-shadow: none;
	cursor:pointer;
}
header small {
	font-size: 0.667em;
	display: block;
	text-align: center;
	padding-top: 8px;
}
.header-button-block {
	max-width: 210px;
}

/*Section portfolio*/
.portfolio {
	background-color: #dddddd;
	padding: 42px 160px 69px 160px;
}
.portfolio-block {
	background-color: #ffffff;
	padding-top: 29px;
	padding-bottom: 44px;
	border: 3px solid #ffffff;
}
.portfolio-title{
	color: #072b6f;
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 1.8px;
}
.set-title {
	color: #7bb9ff;
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 0.778em;
	font-weight: 400;
}

.portfolio-title, .set-title {
	text-align: center;
}
.portfolio-col-1 {
	padding-left: 50px;
}

.portfolio-col-2 {
	padding-right: 50px;
}
.desc  {
	max-height: 180px;
}
.work {
	vertical-align: text-bottom;
}
.portfolio-block h3 {
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 700;
	color: #072b6f;
}

.portfolio-text {
color: #8f8f8f;
font-size: 0.778em;
font-weight: 400;
}
.portfolio-block a {
color: #072b6f;
font-size: 0.778em;
font-weight: 400;
text-decoration: underline;
}

/*Footer*/
footer {
background-color: #3a7dfd;
color: #fff;
padding-top: 60px;
padding-bottom: 110px;
}

.footer-autor {
margin-bottom: 7px;
font-size: 24px;
}
.footer-text {
margin-bottom: 0;
font-weight: 400;
line-height: 40px;
}
.social-block {
	text-align: center;
}

.social-block a {
	display: inline-block;
	margin-left: 13px;
	margin-right: 13px;
}
.footer-cta-block{
	width: 167px;
	text-align: center;
	margin: auto;
}
.feed-cta{
	margin-bottom: 12px;
	margin-top: 12px;
	text-align: left;
}
.footer-button {
	background-color: transparent;
	width: 167px;
	height: 50px;
	border-radius: 24px;
	border: 1px solid #ffffff;
	color: #deedfe;
	font-size: 1em;
	font-weight: 400;
	line-height: 39.8px;
	text-decoration: none;
	display: block;
	-webkit-transition: 0.2s time;
	-o-transition: 0.2s time;
	transition: 0.2s time;
	vertical-align: center;
}
.footer-button:hover {
	background-color: #fff;
	color: #3a7dfd;
}
/*Media-functions*/

@media (max-width: 1200px) {
	.header_pretitle {
	margin-top: 60px;
}
}
@media (max-width: 992px){
	.header_title{
		line-height: 46px;
	}
	.header_pretitle {
	margin-top: 30px;
}
	.header-img{
		display: none;
	}
	.portfolio {
		padding: 42px 0;
}
.footer-autor {
font-size: 1em;
}
.footer-text {
	font-size: 0.778em;
}
.social-block {
	margin: 5px;
}
.portfolio-col-1{
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 40px;
}
.portfolio-col-1 img{
	width: 100%;
	}
.portfolio-col-2{
	padding-right: 20px;
	padding-left: 20px;
}
.portfolio-col-2 img{
	width: 100%;
	}
}
@media (max-width: 768px){
header {
	text-align: center;
}
.header-button-block {
	margin: auto;
}
.portfolio {
	padding: 42px 0;
}
.feed-cta {
text-align: center;
}
.portfolio-col-1 {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 40px;
}
.portfolio-col-2 {
	padding-right: 20px;
	padding-left: 20px;
}
.footer-autor, .footer-text {
	text-align: center;
}
}
@media (max-width: 576px){

}
