

/* Start:/bitrix/templates/egger_slotex/template_styles.css?17732279599822*/


body {
	margin: 0;
	font-family: Montserrat, Arial, sans-serif;
}

a {
	text-decoration: none;
	color: #000;
}

.content {
	max-width: 1200px;
	margin: 0 auto 0 auto;
	overflow: auto;
}

@media all and (max-width: 1220px) {
	.content {
		margin-left: 20px;
		margin-right: 20px;
	}
}

section {
	margin-bottom: 100px;
}

h2 {
	font-size: 30px;
	margin-bottom: 30px;
}

#fst-banner {
	background: url(/bitrix/templates/egger_slotex/images/top-banner.jpg) center no-repeat;
	background-size: cover;
	min-height: 626px;
	overflow: auto;
	color: #fff;
	text-align: center;
}

#fst-banner h1 {
	margin: 100px auto 0 auto;
    text-transform: uppercase;
    font-size: 45px;
    line-height: 60px;
    max-width: 750px;
}

#fst-banner p {
	font-size: 20px;
	text-transform: uppercase;
}

@media all and (max-width: 700px) {
	#fst-banner {
		min-height: 400px;
	}
	
	#fst-banner h1 {
		font-size: 30px;
		line-height: 35px;
	}
}

#order-services {
	text-align: center;
}

#order-services p {
	margin-bottom: 100px;
}

.order-services {
	margin-bottom: 100px;
}

.order-services > div {
	display: flex;
	align-items: center;
}

.order-services div:nth-child(2) {
	flex-direction: row-reverse;
}

.order-services div div {
	width: calc((100% - 10px)/2);
}

.order-services div div.line {
	width: 10px;
	align-self: stretch;
}

.order-services div .black-line {
	background: #000;
	width: 2px;
	margin: 10px auto;
	height: calc(100% - 50px);
}

.order-services div div img {
	max-height: 200px;
	margin: 0 auto;
}

.order-services div div h3 {
	margin: 0 auto;
	font-weight: normal;
    font-size: 20px;
}

@media all and (max-width: 800px) {
	.order-services > div {
		flex-direction: column-reverse;
	}
	
	.order-services div:nth-child(1) {
		margin-top: 25px;
        margin-bottom: 30px;
	}
	
	.order-services div:nth-child(2) {
		flex-direction: column-reverse;
	}

	.order-services div div.line {
		display: none;
	}
	
	.order-services div div {
		width: auto;
	}
}

.serv-desc {
	margin-bottom: 100px;
}

.serv-desc > div {
	background: #eee;
	box-sizing: border-box;
    padding: 50px;
	margin: 15px 0;
	text-align: left;
	-webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.serv-desc > div div {
	display: flex;
    justify-content: space-between;
    margin: 10px auto 0 auto;
    font-size: 20px;
    max-width: calc(100% - 50px);
}

@media all and (max-width: 800px) {
	.serv-desc > div div {
		display: block;
		margin: 0;
		max-width: 100%;
	}
}

#works {
	display: flex;
	align-items: center;
}

#works > div:nth-child(1) {
	width: 50%;
	font-size: 30px;
    line-height: 40px;
	padding-right: 100px;
	box-sizing: border-box;
}

#works > div:nth-child(2) {
	width: 50%;
}

.works-images {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.works-images > div {
	width: calc((100% - 40px)/2);
	padding-top: 50%;
	margin: 10px;
	background-size: cover !important;
	color: #fff;
	position: relative;
}

.works-images > div div {
	position: absolute;
	left: 20px;
	bottom: 20px;
}

.works-images .works-img-1 {
	background: url(/bitrix/templates/egger_slotex/images/works-1.jpg) center no-repeat;
}

.works-images .works-img-2 {
	background: url(/bitrix/templates/egger_slotex/images/works-2.jpg) center no-repeat;
}

.works-images .works-img-3 {
	background: url(/bitrix/templates/egger_slotex/images/works-3.jpg) center no-repeat;
}

@media all and (max-width: 1200px) {
	#works > div:nth-child(1) {
		font-size: 20px;
		line-height: 30px;
	}
}

@media all and (max-width: 800px) {
	#works {
		display: block;
	}
	
	#works > div:nth-child(1) {
		width: 100%;
		padding: 0;
		margin-bottom: 50px;
	}
	
	#works > div:nth-child(2) {
		width: 100%;
	}
}

#prod-time {
	text-align: center;
	margin: 50px 0 100px 0;
	display: flex;
    align-items: center;
    justify-content: center;
	font-size: 20px;
}

#prod-time img {
	margin-right: 10px;
	height: 50px;
}

#services {
	background: #eee;
	overflow: auto;
}

.services-head {
	margin-top: 40px;
	margin-bottom: 60px;
}

#services h2 {
	text-align: center;
}

#services > .content > p {
	text-align: center;
}

.services-list {
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	overflow: auto;
}

.services-list > div {
	width: calc((100% - 40px) / 3);
	background: #fff;
	-webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	margin-bottom: 20px;
	margin-right: 20px;
}

.services-list > div:nth-child(3n) {
	margin-right: 0px;
}

#services .services-image {
	width: 100%;
	padding-top: 60%;
	background-size: cover !important;
}

#services .services-text {
	padding: 20px;
	box-sizing: border-box;
}

#services .services-text h3 {
	margin-top: 0;
}

#services .services-image-1 {
	background: url(/bitrix/templates/egger_slotex/images/rserv-1.png) center no-repeat;
}

#services .services-image-2 {
	background: url(/bitrix/templates/egger_slotex/images/rserv-2.jpg) center no-repeat;
}

#services .services-image-3 {
	background: url(/bitrix/templates/egger_slotex/images/rserv-3.jpg) center no-repeat;
}

#services .services-image-4 {
	background: url(/bitrix/templates/egger_slotex/images/rserv-4.jpg) center no-repeat;
}

#services .services-image-5 {
	background: url(/bitrix/templates/egger_slotex/images/rserv-5.jpg) center no-repeat;
}

#services .services-image-6 {
	background: url(/bitrix/templates/egger_slotex/images/rserv-6.jpg) center no-repeat;
}

#services .services-image-7 {
	background: url(/bitrix/templates/egger_slotex/images/rserv-7.jpg) center no-repeat;
}

#services .services-image-8 {
	background: url(/bitrix/templates/egger_slotex/images/rserv-8.jpg) center no-repeat;
}

#services .services-image-9 {
	background: url(/bitrix/templates/egger_slotex/images/rserv-9.jpg) center no-repeat;
}

#services .services-image-10 {
	background: url(/bitrix/templates/egger_slotex/images/rserv-10.jpg) center no-repeat;
}

#services .services-image-11 {
	background: url(/bitrix/templates/egger_slotex/images/rserv-11.png) center no-repeat;
}

@media all and (max-width: 800px) {
	.services-list > div {
		width: calc((100% - 40px) / 2);
	}
	
	.services-list > div:nth-child(3n) {
		margin-right: 20px;
	}

	.services-list > div:nth-child(2n) {
		margin-right: 0px;
	}
}

@media all and (max-width: 600px) {
	.services-list > div {
		width: 100%;
		margin-right: 0px !important;
	}
}

#blank {
	text-align: center;
}

#blank > div {
	display: flex;
}

#blank > div > div {
	width: 33%;
}

#blank > div > div p {
	font-weight: bold;
}

#blank > div > div:nth-child(2) a.blank-file {
	color: #000;
	text-decoration: none;
	font-size: 13px;
}

#blank > div > div:nth-child(2) a.blank-file img {
	display: block;
	margin: 0 auto;
	width: 60px;
}

#blank > div > div img {
	max-width: 100%;
}

@media all and (max-width: 800px) {
	#blank > div {
		display: block;
	}
	
	#blank > div > div {
		width: 100%;
	}
}

#solutions {
	margin: 100px auto;
}

#solutions h2 {
	text-align: center;
}

#solutions .logo {
	display: block;
	margin: 0 auto;
	max-width: 300px;
}

#solutions .gallery {
	display: flex;
	flex-wrap: wrap;
}

#solutions .gallery div {
	width: calc((100% - 20px) * 0.33);
	height: 300px;
	margin-bottom: 20px;
	background-size: cover !important;
}

#solutions .gallery div.big {
	width: calc((100% - 20px) * 0.66);
}

#solutions .gallery div:nth-child(odd) {
	margin-right: 20px;
}

#solutions .gallery.slotex div:nth-child(1) {
	background: url(/bitrix/templates/egger_slotex/images/slotex-1.jpg) center no-repeat;
}

#solutions .gallery.slotex div:nth-child(2) {
	background: url(/bitrix/templates/egger_slotex/images/slotex-2.jpg) center no-repeat;
}

#solutions .gallery.slotex div:nth-child(3) {
	background: url(/bitrix/templates/egger_slotex/images/slotex-3.jpg) center no-repeat;
}

#solutions .gallery.slotex div:nth-child(4) {
	background: url(/bitrix/templates/egger_slotex/images/slotex-4.jpg) center no-repeat;
}

#solutions .gallery.egger div:nth-child(1) {
	background: url(/bitrix/templates/egger_slotex/images/egger-1.jpg) center no-repeat;
}

#solutions .gallery.egger div:nth-child(2) {
	background: url(/bitrix/templates/egger_slotex/images/egger-2.jpg) center no-repeat;
}

#solutions .gallery.egger div:nth-child(3) {
	background: url(/bitrix/templates/egger_slotex/images/egger-3.jpg) center no-repeat;
}

#solutions .gallery.egger div:nth-child(4) {
	background: url(/bitrix/templates/egger_slotex/images/egger-4.jpg) center no-repeat;
}

#solutions .gallery.egger div:nth-child(5) {
	background: url(/bitrix/templates/egger_slotex/images/egger-5.jpg) center no-repeat;
}

#solutions .gallery.egger div:nth-child(6) {
	background: url(/bitrix/templates/egger_slotex/images/egger-6.jpg) center no-repeat;
}

@media all and (max-width: 800px) {
	#solutions .gallery {
		display: block;
	}
	
	#solutions .gallery div {
		width: 100%;
		margin-right: 0px !important;
	}

	#solutions .gallery div.big {
		width: 100%;
	}
}

#teasers {
	display: flex;
	min-height: 100px;
    align-items: center;
    margin-bottom: 100px;
}

#teasers > div {
	width: 20%;
	display: flex;
	align-items: center;
	box-sizing: border-box;
    padding: 0 5px 0 0;
}

#teasers > div img {
	display: block;
	margin: 10px;
}

#teasers > div div {
	padding: 0 0 0 20px;
	box-sizing: border-box;
	font-size: 13px;
    color: #555;
}

@media all and (max-width: 800px) {
	#teasers {
		display: block;
	}
	
	#teasers div {
		width: 100%;
	}
}

#contacts {
	display: flex;
	max-width: calc(100% - 40px);
	margin: 0 auto 100px auto;
}

#contacts div.map {
	height: 350px;
	width: 40%;
	margin-right: 50px;
}

#contacts div.contacts {
	display: flex;
	justify-content: space-between;
	align-items: center;
	
}

#contacts div.contacts div {
	width: 30%;
	min-height: 270px;
	-webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	box-sizing: border-box;
	padding: 40px 20px 40px 20px;
	text-align: center;
}

#contacts div.contacts div h3 {
	margin-top: 0;
}

#contacts div.contacts div b {
	display: block;
	margin-bottom: 10px;
}

#contacts div.contacts div.address {
	text-align: left;
}

@media all and (max-width: 800px) {
	#contacts {
		display: block;
	}
	
	#contacts div.map {
		width: 100%;
		margin: 0 0 40px 0;
	}
	
	#contacts div.contacts {
		display: block;
	}
	
	#contacts div.contacts div {
		width: 100%;
		min-height: auto;
	}
}
/* End */
/* /bitrix/templates/egger_slotex/template_styles.css?17732279599822 */
