@charset "utf-8";
@media only screen and (min-width: 979px) and (max-width: 1060px){

.container {
	width: 940px;
	}
	
.cbp-af-header {
	width: 940px;
	height: 160px;
}
	
.cbp-af-header .cbp-af-inner {
	width: 940px;
}
	
.cbp-af-header .cbp-af-inner #foto img {
	float: left;
	width: 70%;
	height: 70%;
	margin: 5px 0 0 0;
}
	
.cbp-af-header .cbp-af-inner h1 {
	font-size: 4.8em;
	letter-spacing: -0.1rem;
	line-height: 1.1em;
	margin: 20px 10px 0 -60px;
	}
	
.header-right {
	font-size: 0.8em;
	margin-right: 65px;
	margin-top: 20px;
}

.cbp-af-header .cbp-af-inner nav {
	float: left;
	margin-left: -56px;
}

.cbp-af-header nav a {
	font-family: Roboto, Arial, sans-serif;
	color: rgb(73, 157, 222);
	text-decoration: underline;
	font-weight: 400;
	margin: 0 35px 0 0;
	font-size: 1.15em;
	line-height: 2em;
	letter-spacing: 0.1rem;
}


/* Переходы и уменьшение высоты */

.cbp-af-header h1,
.cbp-af-header img,
.cbp-af-header nav a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.cbp-af-header.cbp-af-header-shrink {
	width: 940px;
	height: 88px;
	margin: 0 auto;
}

	
.cbp-af-header.cbp-af-header-shrink .cbp-af-inner {
	width: 940px;
	argin: 0 auto;
}
	
.cbp-af-header.cbp-af-header-shrink #foto img {
	float: left;
	margin: 3px 0 0 -15px;
	width: 38%;
	height: 38%;
}

.cbp-af-header.cbp-af-header-shrink h1,
.cbp-af-header.cbp-af-header-shrink nav a {
	line-height: 88px;
	
}

.cbp-af-header.cbp-af-header-shrink h1 {
	font-size: 2.4em;
	letter-spacing: 0;
	float: left;
	margin: -4px 0 0 -175px;
}
.cbp-af-header.cbp-af-header-shrink nav {
	float: right;
	margin: -1px 0 0 10px;
}
.cbp-af-header.cbp-af-header-shrink .header-right {
	display: none;
}

	/* Слайдер */
	
.slider {
	width: 90%;
	margin-top: 170px;
	height: 100%;
	}
	
.slider__images-image {
  	width: 844px;
  	height: 100%;
}
	
.slider__images-image img {
	width: 844px;
	height: 477px;
}


/* Контент */
	
	.article {
		display: flex;
		flex-flow: row nowrap;
		padding: 0 15px 0 30px;
	}
	
	.article .box {
		width: 90%;
	}
	
	.article .figure {
		width: 96%;
		margin: 20px 0 0 0;
		padding: 0;
	}
	
	.article .figure .figcaption p {
		font-size: 1.1em;
		line-height: 1.4em;
	}
	
	
/* Галереи*/

.portfolio .content {
	width: 100%;
	margin: 0;
}	

.content .gallery {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: flex-start;
	float:left;
}	
	
.content figure {
	width: 250px;
}
	
.content figure {
	display: block;
	padding-top: 30px;
}
.content figure img {
	width: 100%;
	height: 100%;
}
	
.content figcaption p {
	width: 100%;
}
	
.HeadTeaser {
	font-size: 20px;
	letter-spacing: 0.1rem;	
}
	
.boxes .content {
	flex-flow: row wrap;
	justify-content: space-around;
	padding: 0 20px 80px 20px;
}
	
.portfolio .section.boxes .content a img {
	display: flex;
	flex-flow: row wrap;
	height: auto;
}
	
.infopack a {
	width: 50%;
}
	
.infopack img {
	width: 97%;
	height: auto;
}
	
/* Видео */
	
	iframe {
		width: 100%;
		padding: 30px 15px 0 15px;
	}
	
}

