

/*

font-family: 'Ubuntu', sans-serif;
font-family: 'Montserrat', sans-serif;

*/

body {
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #000;
}
p {
	margin: 0;
}
h1,h2 {
	font-size: 30px;
	font-family: 'Ubuntu';
}
b,strong {
	font-weight: 700;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #fdc209;
	text-decoration: none;
	outline: none;
}
.main-container {
	display: block;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}
.wrapper {
	display: block;
	width: 100%;
	background: url(../img/bg-1.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.site-header {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.4);
	padding: 5px 0;
	z-index: 1000;
}
.logo {
	display: block;
	width: 40px;
}

.navbar-toggle {
	background: none;
	border: none;
	padding: 0;
	margin: 15px 30px 0 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 50px;
    height: 3px;
    border-radius: 0;
    background: #ee2f36;
    margin-bottom: 5px;
}

.menu {
	font-family: 'Ubuntu';
	padding-right: 20%;
	padding-left: 20%;
	    margin-top: 10px;
}

.menu li a {
	transition: all 0.3s;
	padding: 5px 15px;
}

.menu li a:hover,
.menu li a:focus {
	background: none;
}
.about-block {
	background: #fff;
	padding: 10px 5px 15px 35px;
	position: relative;
}

.about-company {
	padding: 135px 0 20px 0;
	
}

.about-intro {
	max-width: 760px;
	margin-left: 16.66666667%
}

.heading {
	color: #fff;
	position: relative;
}

.heading h2 {
	position: absolute;
	left: 0;
	top: 0;
	margin: -5px 0 0 25px;
	z-index: 1;
	letter-spacing: 1px;
}

.heading-bg {
	display: block;
	width: 260px;
	height: 40px;
	background: #ef575c;
	position: relative;
}

.heading-bg:before {
	content: "";
	display: block;
	width: 260px;
	height: 40px;
	background: rgba(0,0,0,0.8);
	position: absolute;
	left: 10px;
	bottom: 10px;
}

.heading-right {
	float: right;
}

.heading-right .heading-bg:before {
	top: -10px;
	left: -10px;
}

.heading-right h2 {
    margin: -5px 0 0 4px;
}

.figure {
	position: absolute;
	top: -75px;
	right: 40px;
}

.about-left-1 {
	max-width: 715px;
	margin-left: 25%;
}

.about-left-1 img {
	display: block;
	position: absolute;
	left: -200px;
	top: 0;
}

.about-left-2  {
	max-width: 730px;
	margin-left: 20%;
}

.about-left-2 img {
	display: block;
	position: absolute;
	right: -130px;
	top: 0;
}

.spec {
	padding: 115px 0 75px 0;
	background: url(../img/bg-spec.jpg) top center no-repeat;
	background-size: cover;
}

.spec__text-top {
	position: relative;
	display: block;
	max-width: 745px;
	background: #ee565b;
	padding: 0 15px 15px 55px;
	float: left;
}

.spec__text-top:before {
	content: "";
	display: block;
	width: 258px;
	height: 144px;
	background: url(../img/spec-top-figure.png) no-repeat;
	background-size: contain;
	position: absolute;
	right: 100px;
	top: -144px;
}

.spec__text-inner {
	background: #fff;
	padding: 10px 15px;
}

.spec__text-inner p {
	margin: 0;
}

.inner-box {
	overflow: hidden;
}

.spec-img {
	display: block;
	margin-top: -100px;
	float: right;
}

.spec__text-bottom {
	float: left;
	max-width: 705px;
	background: #ee565b;
	padding: 15px 0 0 70px;
	margin-top: -90px;
}

.spec__text-inner-bottom {
	background: #fff;
	padding: 15px 15px 15px 30px;
	margin-right: -10px;
	margin-bottom: -30px;
}

.spec__text-list {
	max-width: 1050px;
	position: relative;
	margin-left: 70px;
	margin-top: 30px;
	float: left;
}
.spec__text-list:before {
	content: "";
	display: block;
	width: 750px;
	height: 430px;
	background: transparent;
	border-top: 10px solid #ee565b;
	border-left: 10px solid #ee565b;
	position: absolute;
	top: 0;
	left: 0;
}

.spec__text-list-figure-1 {
	display: block;
	width: 71px;
	height: 439px;
	background: url(../img/spec-list-figure.png) no-repeat;
	background-size: contain;
	position: absolute;
	right: -71px;
	bottom: 90px;
}

.spec__text-list-inner {
	background: #fff;
	padding: 15px 15px 15px 25px;
	overflow: hidden;

}

.spec__text-list-inner p {
	margin-bottom: 30px;
}

.spec__text-list-inner p:last-child {
	margin-bottom: 0;
}

.slider-wrap {
	display: block;
	max-width: 846px;
	margin: 20px auto 0 auto;
	background: url(../img/bg-slider.png) center no-repeat;
	background-size: cover;
	padding: 15px;
}

.gallery {
	display: block;
	margin: 0 auto;
}

.gallery img {
	display: block;
	margin: 0 auto;
}

.production {
	padding: 120px 0 360px 0;
	background: url(../img/bg-production.jpg) top center no-repeat;
	background-size: cover;
}

.production-block {
	overflow: hidden;
}

.production-text {
	max-width: 665px;
	background: #fff;
	position: relative;
	padding: 30px 15px 15px 15px;
	z-index: 100;
}

.production-text-line {
	background: #ee565b;
	width: 15px;
	height: 430px;
	position: absolute;
	left: -15px;
	top: 10%;
}

.production-text p {
	margin-bottom: 30px;
}

.production-text p:last-child {
	margin-bottom: 0;

}

.production-text a {
	font-weight: 700;
	color: #ee2f36;
	transition: all 0.3s;
}

.production-text a:hover,
.production-text a:focus {
	color: #fdc209;
}

.production-figure-1 {
	display: block;
	width: 98px;
	height: 439px;
	background: url(../img/production-figure-1.png) no-repeat;
	background-size: contain;
	position: absolute;
	right: -98px;
	top: -105px;
}

.production-figure-2 {
	display: block;
	width: 182px;
	height: 120px;
	background: url(../img/production-figure-2.png) no-repeat;
	background-size: contain;
	position: absolute;
	right: 20px;
	bottom: -120px;
}

.production-figure-3 {
	display: block;
	width: 70px;
	height: 102px;
	background: url(../img/production-figure-3.png) no-repeat;
	background-size: contain;
	position: absolute;
	right: -70px;
	bottom: 20px;
}

.production-img {
	float: left;
}

.production-block img {
	display: block;
	margin-top: 90px;
}

.sika-logo {
	display: block;
	margin-top: 25px;
	float: right;
	margin-right: 33.3%;
	margin-bottom: 50px;
}

.production-bottom {
	margin-top: -360px;
}

.contacts {
	background: #000;
	padding: 70px 0 50px 0;
	position: relative;
}

.heading-contacts {
	display: block;
	margin: 0 auto;
	width: 220px;
	height: 40px;
	text-align: center;
	color: #000;
	position: relative;
	margin: 80px auto 0 auto;
}

.heading-contacts h2 {
	position: absolute;
	top: -10px;
	left: 40px;
	margin: 0;
	z-index: 1;
	letter-spacing: 1px;
}

.heading-bg-contacts {
	width: 100%;
	background: #be262b;
	position: relative;
	height: 40px;
}

.heading-bg-contacts:before {
	content: "";
	display: block;
	width: 100%;
	height: 40px;
	background: rgba(255,255,255,0.8);
	position: absolute;
	bottom: 10px;
	left: 10px;
}

.contact-info {
	position: relative;
	margin: 100px 0 0 0;
}

.contact-info img {
	display: block;
	margin: 0 auto;

}

.adress {
	display: block;
	position: relative;
	width: 517px;
	height: 52px;
	background: url(../img/adres-bg.png) no-repeat;
	background-size: cover;
	color: #fafafa;
	font-size: 24px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 70px;
}

.adress p {
	padding-left: 35px;
}

.contact-us {
	background: url(../img/contact-bg.png) no-repeat;
	background-size: cover;
	padding: 5px 30px 20px 30px;
	width: 465px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 70px;
}

.contact-us a {
	display: block;
	font-size: 30px;
	color: #000;
	margin-bottom: 10px;
}

.contact-us a:last-child {
	margin-bottom: 0;
}

.contact-logo {
	display: block;
	position: absolute;
	left: 0;
}

.service-figure-mobile {
	display: none;
	position: absolute;
	width: 72px;
	height: 48px;
	bottom: -48px;
	right: 25px;
	background: url(../img/figure-service-mobile.png) no-repeat;
}

.site-footer {
	position: relative;
}

.top-top {
	display: block;
	width: 47px;
	text-align: center;
	font-size: 14px;
	position: absolute;
	right: 0;
	bottom: 0;
	display: none;
}

@media(max-width: 1350px) {
	.production-figure-1 {
		width: 60px;
		right: -60px;
		top: -45px;
	}
}

@media(max-width: 1280px) {
	.spec__text-list-figure-1 {
		width: 50px;
		right: -50px;
	}
	.production-figure-1,
	.production-figure-3 {
		display: none;
	}
	.production-figure-3 {
		width: 40px;
		right: -40px;
	}
}

@media(max-width: 1199px) {
	.menu {
		padding-right: 12%;
    	padding-left: 12%;
	}
	.contact-us {
		width: 380px;
	}
	.adres {
		width: 480px;
	}
	.about-left-2 img {
		right: -110px;
	}
	.about-left-1 img {
		left: -135px;
	}
	.about-intro {
	    margin-left: 10%;
	}
	.about-left-1 {
		margin-left: 17%;
	}
	.about-left-2 {
		margin-left: 12%;
	}
	.spec-img {
		margin-top: -50px;
	}
	.spec__text-bottom {
		margin-top: 0;
	}
}

@media(max-width: 1100px) {
	.spec__text-bottom {
		padding: 15px 0 0 30px;
	}
	.spec__text-list {
		margin-left: 30px;
	}
	.spec__text-list-figure-1 {
	    width: 30px;
	    right: -30px;
	}
}

@media(max-width: 1023px) {
	.spec__text-list-figure-1 {
		display: none;
	}
	.spec__text-list:before {
		width: 80%;
	}
}

@media(max-width: 991px) {
	body {
		font-size: 16px;
	}
	.wrapper {
		background: url(../img/bg-1-mobile.jpg);
	}
	.site-header {
		position: absolute;
	}
	.menu {
		padding-left: 0;
		padding-right: 0;
	}
	.logo {
		width: 40px;
	}
	.navbar-header {
    float: none;
	}
	.navbar-toggle {
	    display: block;
	}
	.navbar-collapse {
	    border-top: none;
	    box-shadow: none;
	}
	.navbar-collapse.collapse {
	    display: none!important;
	}
	.navbar-nav {
	    float: none!important;
	    margin: 7.5px -15px;
	}
	.navbar-nav>li {
	    float: none;
	}
	.navbar-nav>li>a {
	    padding-top: 10px;
	    padding-bottom: 10px;
	}
	.navbar-collapse.collapse.in {  /* NEW */
	        display: block!important; 
    }

	.spec__text-top:before {
		display: none;
	}
	.spec-img {
		margin: 10px 0;
	}
	.figure {
		display: none;
	}
	.about-company {
	    padding: 80px 0 20px 0;
	}
	.heading h2 {
	    margin: -5px 0 0 0;
	    width: 100%;
	    text-align: center;
	}
	.heading-bg {
		margin: 0 auto;
	}
	.about-intro {
	}
	.about-left-2 img {
	    right: -90px;
	}
	.about-left-1 img {
	    left: -110px;
	}
	.heading-right {
		float: none;
		margin-bottom: 30px;
	}
	.spec {
	    padding: 80px 0 30px 0
	}
	.main-menu {
		margin-top: 0;
	}
	.main-menu li {
		display: block;
		width: 100%;
	}
	.main-menu li a {
		text-align: right;
	}
	.about-left-1 img,
	.about-left-2 img {
		position: relative;
		margin: 0 auto;
		left: 0;
		top: 0;
	}
	.about-intro {
	    margin-left: 0;
	    max-width: 100%;
	}
	.service-figure-mobile {
		display: block;

	}
	.about-block {
		background: none;
		padding: 0;
	}
	.about-block-inner {
		background: #fff;
		padding: 10px;
	}
	.about-left-1,
	.about-left-2 {
	    margin-left: 0;
	}
	.heading {
		margin-bottom: 20px;
	}
	.about-company {
	    padding: 40px 0 20px 0;
	}
	.spec__text-list-inner p,
	.production-text p {
	    margin-bottom: 15px;
	}
	.adress,
	.contact-us {
		position: relative;
		left: 0;
		top: 0;
	}
	.contact-us {
		width: 465px;
		margin: 0 auto;
	}
	.adress {
		margin: 50px auto 0 auto;
	}
	.contact-info {
		margin: 30px 0 0 0;
	}
	.contact-logo {
		left: 50%;
		width: 100px;
		margin-left: -50px;
		top: -200px;
	}
	.contacts {
		padding: 0 0 20px 0;
	}
	.production {
    padding: 80px 0 350px 0;}
}

@media(max-width: 767px) {
	.production-block img {
		margin: 0 auto;
	}
	.production-text-line {
		display: none;
	}
	.production-text {
    	max-width: 100%;
    }
    .sika-logo {
    	float: none;
    	margin: 25px auto 0 auto;
    }
     .production-text {
     	margin-top: 10px;
     }
    .production-text:before {
    	content: "";
    	width: 100%;
    	height: 10px;
    	display: block;
    	position: absolute;
    	top: -10px;
    	left: 0;
    	background: rgba(238,47,54,0.8);   	
    }
    .production-text:after {
    	content: "";
    	width: 100%;
    	height: 10px;
    	display: block;
    	position: absolute;
    	bottom: -10px;
    	left: 0;
    	background: rgba(238,47,54,0.8);   	
    }
    .production-figure-2 {
    	display: none;
    }
    .production-bottom {
	    margin-top: -280px;
	}
	.site-footer .menu {
		display: none;
	}
	.spec-img,
	.spec__text-top,
	.spec__text-bottom,
	.spec__text-list {
		float: none;
	}
	.spec__text-top {
	    max-width: 100%;
	    background: none;
	    padding: 0;
	    float: none;
	    margin-top: 30px;
	}
	.spec__text-top:before {
    	content: "";
    	width: 100%;
    	height: 10px;
    	display: block;
    	position: absolute;
    	top: -10px;
    	left: 0;
    	background: rgba(238,47,54,0.8);   	
    }
    .spec__text-bottom {
    	max-width: 100%;
    }
    .spec__text-inner-bottom {
    	padding: 10px 15px;
    	margin-right: 0;
    	margin-bottom: 0;
    }
    .spec__text-bottom {
	    padding: 0;
	} 
	.spec__text-list:before {
		border-left: none;
		width: 100%;
	}
	.spec__text-list {
	    margin-left: 0;
	    margin-top: 0;
	}
	.site-header {
		padding-left: 15px;
		padding-right: 15px;
	}
	.spec__text-list-inner {
		padding: 10px 15px;
	}
	.top-top {
		display: block;
	}
	.sika-logo {
	    width: 100px;
	}
	.production {
        padding: 80px 0 315px 0;
    }
}

@media(max-width: 540px) {
	.adress {
		width: 100%;
		line-height: 52px;
	}
	.contact-us {
		width: 100%;
	}
	.adress p {
	    padding-left: 0;
	}
}

@media(max-width: 479px) {
	.contact-us a{
		font-size: 19px;
	}
	.contact-us a:first-child {
		margin-top: 10px;
	}
	.adress p {
	    font-size: 16px;
	}
	
}


