html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* css reset end */


html {
	position: relative;
	width: 100%;
	font-size: 1em;
	color: #262626;
	margin:0;
	padding:0;
}

body {
	position: relative;
	width: 100%;
	margin:0;
	padding:0;
	background:#fff;
	font-family: 'Roboto Condensed', Arial, sans-serif;
}

.container {
	position: relative;
}

.section {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	padding: 2rem 0;
}

.section.simple-page-top {
	padding: 0;
}

#section0 {
	height: 85vh;
	min-height: 554px;
	padding: 0;
	background: url(../img/mainbg_dark.jpg) no-repeat center center;
	background-size: cover;
}

#section2 {
	background: url("../img/brickwall.png");
/* 	min-height: 700px; */
	padding: 2rem 0;
}

#section3 {
	position: relative;
	min-height: 100px;
	background: #fcc016 url(../img/polygonal-bg.jpg) no-repeat 50% 50%;
	padding: 2rem 0;
	z-index: 2;
}

#section4 {
	background: url("../img/brickwall.png");
}

#section5 {
	position: relative;
background: #1c070f;
background: -moz-linear-gradient(-45deg,  #1c070f 0%, #000000 50%, #100a28 100%);
background: -webkit-linear-gradient(-45deg,  #1c070f 0%,#000000 50%,#100a28 100%);
background: linear-gradient(135deg,  #1c070f 0%,#000000 50%,#100a28 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c070f', endColorstr='#100a28',GradientType=1 );
}

#section6 {
	background: url("../img/brickwall.png");
}

#section7 {
	padding: 10px 0;
}

#section8 {
	background: url("../img/brickwall.png");
	margin: -10px 0 0 0;
}

#section9 {
	min-height: 600px;
	background: url("../img/fz3_dark.jpg");
	background-size: cover;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	padding: 2rem 0;
}

.cta-section {
	position: relative;
	display: block;
}

.top-contact-bar {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.9)), color-stop(100%,rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

/* МЕНЮ */
.navbar .navbar-nav {
	width: 100%;
	display: inline-block;
	float: none;
	vertical-align: top;
}

.navbar .navbar-collapse {
	text-align: center;
}

.simple {
	font: 0.8rem 'Roboto', Arial, sans-serif;
    text-align: left;
    line-height: 1.2rem;
    color: #000;
}
	
.float-left {display: inline-block; float: left; box-sizing: border-box;}

/* Layout */

.flexing-box {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: relative;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-around;
}

/* 

  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  width: 20%;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; 

 */

.w1, .w2, .w3, .w4, .w5, .w6, .w7, .w8, .w9, .w10 {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: .5rem;
	float: left;
}

.wp10, .wp20, .wp30, .wp40, .wp50, .wp60, .wp70, .wp80, .wp90, .wp100 {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: .5rem;
	float: left;
}

.is-centered {
	float: none;
	margin: 0 auto;
}

.w10 {
	width: 10%;
}

.w9 {
	width: 11.11111111111111%;
}

.w8 {
	width: 12.5%;
}

.w7 {
	width: 14.28571428571429%;
}

.w6 {
	width: 16.66666666666667%;
}

.w5 {
	width: 20%;
}

.w4 {
	width: 25%;
}

.w3 {
	width: 33.33333333333333%;
}

.w2 {
	width: 50%;
}

.w1 {
	width: 100%;
}

.wp10 {
	width: 10%;
}

.wp20 {
	width: 20%;
}

.wp30 {
	width: 30%;
}

.wp40 {
	width: 40%;
}

.wp50 {
	width: 50%;
}

.wp60 {
	width: 60%;
}

.wp70 {
	width: 70%;
}

.wp80 {
	width: 80%;
}

.wp90 {
	width: 90%;
}

.wp100 {
	width: 100%;
}



/* Заголовки */
h1, h2, h3, h4, h5, h6 {text-transform: uppercase;}
h1, h2 {font-size: 1.6rem; font-weight: 700;}
h2.services {height: 60px; background: url(../img/services-header-01.svg) 50% 80% no-repeat; background-size: 300px;}
h2.works {
	height: 60px;
    margin: 0 0 10px 0;
    background: url(../img/works-header-01.svg) 50% 100% no-repeat;
	background-size: 300px;
}
h2.partner {height: 130px; margin: 0 0 1rem 0; background: url(../img/partner-header-01.svg) 50% 100% no-repeat; background-size: 300px;}
/* h1.shadow {text-shadow: 1px 1px 0 #FAF3DE;} */
h2.cars {margin: 0 0 1rem 0; color: #fcc016;}
h2.slogan {padding: 100px 0; color: #fff;}
h1.main-title {
	display: block;
    font-size: 2.6rem;
    font-weight: 700;
    margin: 2rem 0 1rem 0;
    padding: 0;
    color: #fff;
    text-shadow: 2px 2px 30px rgba(0,0,0,.4), 2px -2px 30px rgba(0,0,0,.4);
    clear: both;
}

.main-title__stroke {
	display: block;
    font-size: 2.6rem;
    font-weight: 700;
    margin: 0;
    padding: 0;
    color: #fff;
    text-shadow: 2px 2px 30px rgba(0,0,0,.4), 2px -2px 30px rgba(0,0,0,.4);
    clear: both;
}

h2.inverse {color: #fff; padding: 0 0 2rem 0;}
h3 {font-size: 140%; font-weight: 400;}
h3.prevoskhodstvo {
	font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.4em;
    margin: 0.8rem 0 0 0;
}
h3.main-subtitle {
	font-size: 1rem;
	color: #fff;
	font-weight: 700;
	text-shadow: 2px 2px 30px rgba(0,0,0,.4), 2px -2px 30px rgba(0,0,0,.4);
}
.modal-title {font-size:1.8rem;font-weight:700;}
h4 {}
h5 {}
h6 {}
.subtitle {font-size: 120%; margin-top: 40px;}
.subtitle-osobyi {display: block; text-align: center; font-size: 1rem; margin: 1rem 0 .5rem 0;}
.phone-number h2 {margin: 0;}

.special h2 {text-align: center; margin-left: 0;}

.fixed-bottom-main-slide {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 2rem;
	color: #fff;
	text-align: center;
	z-index: 2;
}

.fixed-bottom-main-slide:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: auto;
	width: 100%;
	height: 250px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.7)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
	z-index: 0;
}

.fixed-bottom-main-slide .city {
	border-bottom: none;
}

.fixed-bottom-main-slide .phone_city {
	color: #fff;
	text-align: center;
	font-weight: 600;
	font-size: 1rem;
	margin: 0;
	background-color: #00000059;
    border-radius: 30px;
}

.fixed-bottom-main-slide .phone-number h3 {
    font-size: 1.9rem;
    padding: 0;
	font-weight: 600;
}

/* Ссылки */
	a:link, a:visited {color: #B71C1C;}
	a:hover, a:active {color: #DD4315;}
.button-light {
	display: block;
	margin: 9px auto;
	padding: 10px 30px;
	/* 	background: #fcc016; */
	background: #f1e767;
	background: -moz-linear-gradient(top,  #f1e767 0%, #fcc016 100%);
	background: -webkit-linear-gradient(top,  #f1e767 0%,#fcc016 100%);
	background: linear-gradient(to bottom,  #f1e767 0%,#fcc016 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#fcc016',GradientType=0 );
	color: #000 !important;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 3px solid #dca91c;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size: 110%;
	text-decoration: none;
	width: 80%;
}

.button-light:hover {
	display: block;
	padding: 10px 30px;
	background: #fcd216;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 3px solid #fcc016;
	text-decoration: none;
}

a.button-light:active {
	display: block;
	padding: 10px 30px;
	background: #dca91c;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 3px solid #fcc016;
	text-decoration: none;
}

.main-submit-btn, .main-submit-btn:hover {
	float: none;
	width: 60%;
	margin: 0 auto;
	font-size: 1.3rem;
	font-weight: 700;
}

.button-light--inverse {
	width: 100%;
	display: block;
	margin: 9px 0;
	padding: 10px 30px;
	background: #262626;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 3px solid #000;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size: 1rem;
	text-decoration: none;
}

.button-light--inverse:hover {
	background: #333;
	color: #fff;
}

.writeme {}
.writeme span {
	position: relative;
}

.writeme span:before {
	content: '';
	position: absolute;
	width: 21px;
	height: 19px;
	top: 1px;
	left: -32px;
	background: url(../img/writeme.png) 0 50% no-repeat;
}

a.zoom, a.zoom:hover {
	text-decoration: none;
	border-bottom: none;
	cursor: pointer;
}

/* a.zoom {
background: transparent url(../img/basic_magnifier_plus.svg) 50% 50% no-repeat;
clear: both;
overflow: hidden;
} */

/* a.zoom:hover {
background: transparent url(../img/basic_magnifier_plus.svg) 50% 50% no-repeat;
} */

.navbar a.mPS2id-highlight{ 
	background: transparent;
	color: #FFC926;
	text-decoration: none;
	border-bottom: none;
	}

.navbar a.mPS2id-clicked, .navbar a.mPS2id-clicked, .navbar a.mPS2id-highlight { 
	background: #fcc016 url(../img/menu-bg.png) 100% 100% repeat-x !important;
	color: #000;
	border-radius: 29px;
}

.card-works .card-works-content p.works a.btn-dark {
	position: absolute;
	bottom: 30px;
	left: 30px;
	padding: 10px 30px;
	background: transparent;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 400;
	border: 2px solid #333;
}


/* Формы и кнопки */
	.contact-form{margin-top:15px; border-radius: 0;}
	.sec3{margin-top: -5px; border-radius: 0;}
	.contact-form .textarea{ min-height:220px; resize:none;}
	.form-control{ box-shadow:none; border: 1px solid #6a474e; height:49px; border-radius: 0; background: #fff; font-size: 130%;}
	.form-control:focus{ box-shadow:none; border: 2px solid #fcc016;}
	.form-control-feedback{ line-height:50px;}
	.main-btn{ background:#fcc016; border: 0; padding: 10px 20px; border-radius: 0; font-size: 130%; color:#000;}
	.main-btn:hover{ background:#DD4315;color:#000;}

.form-control-feedback { 
	line-height: 50px;
	top: 0px;
}

.osobyi .textarea, .osobyi .form-control {
    width: 100%;
    border: 1px solid #6b645c;
    outline: 3px solid rgba(255,255,255,.2);
    margin: 1rem 0;
    background: #f0f0f0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.osobyi .textarea:focus, .osobyi .form-control:focus {
	width: 100%;
	background: #fff;
	border: 1px solid #262626;
	outline: 3px solid rgba(255,255,255,.2);
}

/* .arrow-left {background: url(../img/arrow-left2.png) 95% 50% no-repeat;} */

/* toggle nav  */

.button-toggle-navigation {
	background-color: transparent;
	border: 0;
	border-bottom: 0.25em solid #fafafa;
	border-top: 0.25em solid #fafafa;
	font-size: 18px;
	cursor: pointer;
	height: 1.5em;
	margin: .75em .375em;
	outline: 0;
	position: relative;
	-webkit-transition: border-color 150ms ease-out, -webkit-transform 150ms ease-out;
	transition: border-color 150ms ease-out, transform 150ms ease-out;
	width: 2.25em;
	border-radius: 0;
}
.button-toggle-navigation::after, .button-toggle-navigation::before {
	border-bottom: 0.25em solid #fafafa;
	bottom: .375em;
	content: '';
	height: 0;
	left: 0;
	position: absolute;
	right: 0;
	-webkit-transition: -webkit-transform 200ms ease-out;
	transition: transform 200ms ease-out;
}
.button-toggle-navigation span {
	color: transparent;
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
}

.isActive {
  border-color: transparent;
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
}
.isActive::after, .isActive::before {
  -webkit-transition: -webkit-transform 2000ms ease-out;
          transition: transform 2000ms ease-out;
}
.isActive::after {
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
.isActive::before {
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}


/*--  Mainslider carousel -----------------------------*/


.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/
/* 
.carousel-indicators {
	display: none;
}

#fade-quote-carousel.carousel {
  padding-bottom: 1rem;
}
#fade-quote-carousel.carousel .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
	opacity: 1;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
	bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
	background-color: #fff;
	border: 3px solid #fff;
	box-sizing: border-box;
}

#fade-quote-carousel.carousel .carousel-indicators > li.active{
	background-color: #fcc016;
	border: 3px solid #fff;
	box-sizing: border-box;
}

#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
} */

/* ------------------------ */

img.logo {
	display: block;
    width: 60%;
    margin: 1.5rem auto;
}

img.logo-mini {
	margin: -10px 0 0 0;
}

.navbar {
	margin-bottom: 0;
	border: 0;
	background: #fcc016;
	border-radius:0;
}

.navbar a {
	text-transform: uppercase;
	color: #262626;
 	-webkit-transition: background 0.5s;
     -moz-transition: background 0.5s;
     -o-transition: background 0.5s;
     transition: background 0.5s;
	 font-weight: 700;
}

.navbar-nav>li>a:hover {
	text-transform: uppercase;
	color: #000;
	background: #F7D373;
}

.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	margin: 0 auto;
	left: 0;
	z-index: 999;
	background: #262626 url(../img/fixed-bg.png) 100% 100% repeat-x;
/* 	-webkit-transition: background 1s;
	transition: background 1s; */
}

.fixed  a {
	color: #fcc016;
}

.fixed a:hover {
	color: #fce516 !important;
	background: transparent !important;
}

.phone-top {
	position: relative;
	display: none;
}

.phone-top-fixed {
	position: fixed;
    top: 0;
    margin: 16px 64px;
    left: 0;
    right: 0;
    z-index: 999;
    background: transparent;
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
    display: block;
}

.phone-top-fixed > a:link, .phone-top-fixed > a:visited {
	color: #fff;
}

.card-box {
	position: relative;
    display: block;
	width: 50%;
    box-sizing: border-box;
    padding: .5rem;
    float: left;
}

.card {
	margin-top: 0;
	box-sizing: border-box;
	border-radius: 2px;
	background-clip: padding-box;
	background: #262626;
	color: #fff;
}

.card:hover {
	background: #343434;
}

.card-feedback {
  margin-top: 30px;
  box-sizing: border-box;
  border-radius: 2px;
  background-clip: padding-box;
  background: transparent;
  color: #fff;
  box-shadow: -4px 4px 10px rgba(0,0,0,0.5), 5px -2px 5px rgba(0,0,0,0.2);
}

.card span.card-title {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}

.card .card-image {
  position: relative;
  overflow: hidden;
}
.card .card-image img {
	border-radius: 2px 2px 0 0;
	background-clip: padding-box;
	position: relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 1;
}

.card .card-image img:hover {
	z-index: 1;
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.card .card-image span.card-title {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 16px;
}
.card .card-content {
	position: relative;
	padding: 9px;
	border-radius: 0 0 2px 2px;
	background-clip: padding-box;
	box-sizing: border-box;
}

/* .card .card-content::before {
	content: "";
	position: absolute;
	top: -5px;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/bullit.png) 50% 0 no-repeat;
} */

.card .card-content p {
	margin: 0;
	color: inherit;
}
.card .card-content span.card-title {
	line-height: 48px;
}
.card .card-action {
	border-top: 1px solid rgba(160, 160, 160, 0.2);
	padding: 16px;
}
.card .card-action a {
	color: #ffab40;
	margin-right: 16px;
	transition: color 0.3s ease;
	text-transform: uppercase;
}
.card .card-action a:hover {
	color: #ffd8a6;
	text-decoration: none;
}

.card .card-content h3 {
	margin: 0;
	color: inherit;
	text-transform: uppercase;
	font-size: .8rem;
	line-height: 1.1em;
}

.card .card-content p.works {
	margin: 0;
	color: inherit;
	text-transform: uppercase;
	color: #fcc016;
}
.card .card-content span.card-title {
	margin-top: 15px;
	line-height: 10px;
	font-size: 100%;
	font-weight: 400;
	text-transform: lowercase;
}

.our-partners {
	margin: 2rem 0;
}

/* работы */

.portfolio-item {
	display: block;
	position: relative;
	width: 90%;
	height: auto;
	margin: 0.7rem auto;
	padding: 0;
	border: 1px solid #cdcdcd;
	background: #fff;
	text-align: left;
	box-sizing: border-box;
	overflow: hidden;
}

.work-photo-slides {
	width: 100%;
	float: left;
	position: relative;
	padding: 0;
	box-sizing: border-box;
/* 	background: #fcc016; */
	overflow: hidden;
}

.carousel-control {
	opacity: 1;
}

.portfolio-item-info {
	position: relative;
	padding: .5rem;
	width: 100%;
	float: left;
	clear: both;
	box-sizing: border-box;
}

.item-works:hover .hoverfx-div .figure,
.item-works:hover .hoverfx-div .overlay {
  opacity: 1;
}

.workheader {
	position: relative;
	margin: .5rem 0 0 0;
    font-size: 1.3rem;
    text-align: center;
}

.workheader:after {
	content: '';
}

.worksubheader{
    margin: .7rem 0;
    font-size: 1rem;
	text-align: center;
}

.img-full {
	position: relative;
	width: 100%;
	height: auto;
}

/* работы в ховере закончились */


/* Благодарности */

.blagodarnost-link {
	display: block;
	position: relative;
	padding: 1rem;
	box-sizing: border-box;
}

.blagodarnost-link > img {
	display: block;
	position: relative;
	border: 5px solid #fff;
	box-shadow: 0 -1px 0 #e5e5e5,0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
}

.blagodarnost-link > img:hover {
	border: 5px solid #fff;
	box-shadow: 0 -1px 0 #e5e5e5, 0 0 2px rgba(0,0,0,.12), 0 4px 10px rgba(0,0,0,.24);
}

/* Благодарности закончились */


.mini-card {
    display: inline-block;
    position: relative;
    margin: .2rem 5%;
    padding: 0.4rem 1rem 1rem 5.8rem;
    width: 90%;
    min-height: 90px;
    float: left;
    border-radius: 2px;
    text-align: left;
    box-sizing: border-box;
	overflow: hidden;
}

.mini-card > .icon {
	position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    top: 15px;
    left: 15px;
    right: 0;
    margin: 0;
}

.pro .icon {
	background: url(../img/ico/partners.svg) 50% 50% no-repeat;
}

.tech .icon {
	background: url(../img/ico/technik.svg) 50% 50% no-repeat;
}

.stable .icon {
	background: url(../img/ico/calc.svg) 50% 50% no-repeat;
}

.safety .icon {
	background: url(../img/ico/safety2.svg) 50% 50% no-repeat;
}

.time .icon {
	background: url(../img/ico/time.svg) 50% 50% no-repeat;
}

.docs .icon {
	background:  url(../img/ico/docs.svg) 50% 50% no-repeat;
}


.no-bullit {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.no-bullit li {
	position: relative;
	display: inline-block;
	float: left;
}

.mini-card h2 {margin-bottom: 0;}
.pro {background: rgba(255,255,255, 0.7);}
.tech {background: rgba(255,255,255, 0.7);}
.stable {background: rgba(255,255,255, 0.7);}
.safety {background: rgba(255,255,255, 0.7);}
.time {background: rgba(255,255,255, 0.7);}
.docs {background: rgba(255,255,255, 0.7);}

.card a, .card a:active, .card a:visited {color: 000;}
.card a:hover {color: #DD4315;}

/* partners logo carousel  */

.onebyone-carosel .active.left { left: -33.33%; }
.onebyone-carosel .active.right { left: 33.33%; }
.onebyone-carosel .next { left: 33.33%; }
.onebyone-carosel .prev { left: -33.33%; }

.carousel-control {
background-position: 50% 50%;
background-repeat: no-repeat;
}

.left {}
.right {}

.glyphicon  {
	color: #FCC01A;
}


/* ------------------------------------- */

img.diploma {
display: block;
border: 10px solid #333;
}

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

.feedback_groupe {
position: relative;
width: 430px;
height: 100px;
float: right;
padding: 10px;
text-align: center;
}

.fb-left {
width: 200px;
float: left;
}

.fb-right {
width: 200px;
float: right;
margin: 0 0 0 2px;
background: #4a121e;
}

.phone_city {
padding: 10px 0;
}

.phone-number  a, .phone-number  a:hover, .phone-number  a:active, .phone-number  a:visited {
	color: #fff !important;
}

.city, .phone-number {
display: block;
margin: 2px 0 0 0;
font-size: .8rem;
/* background: rgba(74, 18, 30, 0.64); */
}

.phone-number h3 {
	font-size: 1.6rem;
    padding: 0.3rem 0;
}

.city {
	border-bottom: 1px solid rgba(255,255,255,0.3);
    padding: 0.4rem 0;
}

.osobyi {
margin: 20px 0 0 0;
}

.subtitle {
	padding: 0 .1rem;
	font-size: .9rem;
	font-weight: 400;
	box-sizing: border-box;
}

.aleft {text-align: left;}

.rekl {
min-height: 200px;
/* background: transparent url(../img/crash-build.jpg) 50% 50% no-repeat;
background-size: cover; */
/* margin: 20px 0 -80px 0; */
padding: 5px 0 0 0;
color: #fff;
text-shadow: 0 0 10px rgba(0,0,0,0.7);
vertical-align: middle;
}

/* Main Slideshow */
.main-slider {
	display: none;
}

.pic-wrapper {
  overflow: hidden;
}

figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -2;
  /*animation*/
  
  animation: slideShow 24s linear infinite 0s;
  -o-animation: slideShow 24s linear infinite 0s;
  -moz-animation: slideShow 24s linear infinite 0s;
  -webkit-animation: slideShow 24s linear infinite 0s;
}

.pic-1 {
  opacity: 1;
  background: url(../img/mainbg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pic-2 {
  animation-delay: 6s;
  -o-animation-delay: 6s;
  -moz--animation-delay: 6s;
  -webkit-animation-delay: 6s;
  background: url(../img/slide2.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pic-3 {
  animation-delay: 12s;
  -o-animation-delay: 12s;
  -moz--animation-delay: 12s;
  -webkit-animation-delay: 12s;
  background: url(../img/slide3.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pic-4 {
  animation-delay: 18s;
  -o-animation-delay: 18s;
  -moz--animation-delay: 18s;
  -webkit-animation-delay: 18s;
  background: url(../img/slide4.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* keyframes*/

@keyframes slideShow {
  0% {
    opacity: 0;
    transform: scale(1);
    -ms-transform: scale(1);
  }
  4% {
    opacity: 1
  }
  24% {
    opacity: 1;
  }
  28% {
    opacity: 0;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
    -ms-transformm: scale(1);
  }
}

@-o-keyframes slideShow {
  0% {
    opacity: 0;
    -o-transform: scale(1);
  }
  4% {
    opacity: 1
  }
  24% {
    opacity: 1;
  }
  28% {
    opacity: 0;
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -o-transformm: scale(1);
  }
}

@-moz-keyframes slideShow {
  0% {
    opacity: 0;
    -moz-transform: scale(1);
  }
  4% {
    opacity: 1
  }
  24% {
    opacity: 1;
  }
  28% {
    opacity: 0;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -moz-transformm: scale(1);
  }
}

@-webkit-keyframes slideShow {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
  }
  4% {
    opacity: 1
  }
  24% {
    opacity: 1;
  }
  28% {
    opacity: 0;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transformm: scale(1);
  }
}

/* ОБЪЕКТЫ */

.gdg-object {
  overflow: hidden;
  height: auto;
  width: 100%;
  box-shadow: 0 0 20px 0 black;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.image {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(http://img15.hostingpics.net/pics/823065fox.jpg);
  background-position: center center;
  background-size: 250px;
  -webkit-transition: background-size 0.2s ease-in;
          transition: background-size 0.2s ease-in;
}

.title {
  position: absolute;
  z-index: 99;
  bottom: 20px;
  left: 20px;
  color: #fff;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-weight: lighter;
  font-size: 14px;
  text-shadow: 0 0 10px #000;
}

.hover {
  position: absolute;
  background: rgba(45, 45, 55, 0.5);
  width: 500px;
  height: 500px;
  top: 220px;
  left: 40px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in;
          transition: all 0.2s ease-in;
}
.hover i {
  color: #fff;
  font-size: 40px;
  text-decoration: none;
  position: absolute;
  top: 100px;
  left: 10px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in;
          transition: all 0.2s ease-in;
}

.gdg-object:hover .image {
  background-size: 290px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.gdg-object:hover .hover {
  top: -135px;
  left: -80px;
}
.gdg-object:hover .hover i {
  font-size: 90px;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%) translateX(-50%);
      -ms-transform: rotate(-45deg) translateY(-50%) translateX(-50%);
          transform: rotate(-45deg) translateY(-50%) translateX(-50%);
}

/* park technick */

.nav-tabs.nav-justified {
	overflow: hidden;
}

.nav-tabs.nav-justified>li {
	display: inline-block;
    padding: .2rem 0.2rem;
    box-sizing: border-box;
}

.nav-tabs.nav-justified>li>a {
    border-bottom: 3px solid #93741b;
    border-radius: 0;
	color: #E0E0E0;
}

.nav-tabs>li>a{
	box-sizing: border-box;
	background: transparent;
	border: 3px solid #93741b;
	font-size: 1rem;
	color: #fff;
	-ms-transform: skewX(-10deg); /* IE 9 */
    -webkit-transform: skewX(-10deg); /* Safari */
    transform: skewX(-10deg);
}

.nav>li>a {
	position: relative;
    display: block;
    padding: 5px 10px;
	border-bottom: 1px solid #343434;
}

.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
	border: 3px solid #fcc016;
}

.nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	margin: 0;
	box-sizing: border-box;
	background: #fcc016;
	border: none;
}

.nav-tabs>li>a:hover {
    border: 3px solid #fcc016;
	color: #fff;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
	border-bottom: none;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: transparent;
    border: 3px solid #fcc016;
    border-bottom-color: transparent;
}

.tech-container {
	margin-top: 1rem;
}

.our-techniks {
	display: block;
	width: 100%;
	text-align: center;
}

.tech-title__box {
	display: block;
	position: relative;
	margin: 1rem;
	padding: 0;
	text-align: center;
}

.tech-title__box:after {
	content: '';
}

.tech__title {
	display: block;
	position: relative;
	margin: 0 0 .9rem;
	color: #fff;
    font-size: 1.3rem;
	line-height: 1.4em;
	text-align: center;
}

.tech__photo {
	display: block;
	width: 90%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.tech__photo > img {
	display: block;
	width: 100%;
	height: auto;
}

li.span3 {
	list-style-type: none;
	display: block;
	float: left;
	width: 30%;
	margin: 0 3% 0 0;
}

#container-bf-aftr {
float: left;
}

.balinks {
float: left;
margin: 0;
padding: 0;
}

.opis {
float: right;
width: 40%;
}

/* Modal windows */

.modal-content {
	position: relative;
	padding: 2rem;
	border: 0;
	border-radius: 0;
	box-shadow: none;
/* 	background: url(../img/concrette-wall2.jpg); */
}

.modal-header .close {
	position: relative;
    top: -33px;
    left: 33px;
	margin-top: -2px;
    height: 25px;
    width: 25px;
	background: url(../img/close.png) 50% 50% no-repeat;
    opacity: 1;
}

/* modal windows ended */

/* партнеры */

.partner {
	position: relative;
	display: block;
	width: 100%;
	height: 120px;
	background: url(../img/partner/tender_bg.jpg);
	overflow: hidden;
}

.footer {
	position: relative;
	background: #262626;
	padding: 2rem 1rem;
	color: #f0f0f0;
	text-align: left;
}

.footer a {
	color: #f0f0f0;
}

.footer__logo, .footer__address {
	border-right: 1px dotted #343434;
}

.footer__address {
	padding: .5rem .5rem .5rem 2rem;
}

.footer-phone-title {
	font-size: .9rem;
}

.footer-phone-number {
	font-size: 1rem;
	font-weight: 700;
}

.footer__links {
	font-size: .8rem;
	line-height: 1.3em;
}

@media all and (min-width: 400px) {
	html {
	position: relative;
	width: 100%;
	font-size: 1em;
	color: #262626;
	margin:0;
	padding:0;
}

body {
	position: relative;
	width: 100%;
	margin:0;
	padding:0;
	background:#fff;
	font-family: 'Roboto Condensed', Arial, sans-serif;
}

.container {
	position: relative;
}

.section {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	padding: 2rem 0;
}

#section0 {
	height: 100vh;
	padding: 0;
	background: url(../img/mainbg_dark.jpg) no-repeat center center;
	background-size: cover;
}

#section2 {
	background: url("../img/brickwall.png");
/* 	min-height: 700px; */
	padding: 2rem 0;
}

#section3 {
	position: relative;
	min-height: 100px;
	background: #fcc016 url(../img/polygonal-bg.jpg) no-repeat 50% 50%;
	padding: 2rem 0;
	z-index: 2;
}

#section4 {
	background: url("../img/brickwall.png");
}

#section5 {
	position: relative;
background: #1c070f;
background: -moz-linear-gradient(-45deg,  #1c070f 0%, #000000 50%, #100a28 100%);
background: -webkit-linear-gradient(-45deg,  #1c070f 0%,#000000 50%,#100a28 100%);
background: linear-gradient(135deg,  #1c070f 0%,#000000 50%,#100a28 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c070f', endColorstr='#100a28',GradientType=1 );
}

#section6 {
	background: url("../img/brickwall.png");
}

#section7 {
	padding: 10px 0;
}

#section8 {
	background: url("../img/brickwall.png");
	margin: -10px 0 0 0;
}

#section9 {
	min-height: 600px;
	background: url("../img/fz3_dark.jpg");
	background-size: cover;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	padding: 2rem 0;
}

.top-contact-bar {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.9)), color-stop(100%,rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

/* МЕНЮ */
.navbar .navbar-nav {
	width: 100%;
	display: inline-block;
	float: none;
	vertical-align: top;
}

.navbar .navbar-collapse {
	text-align: center;
}

.simple {
	font: 0.8rem 'Roboto', Arial, sans-serif;
    text-align: left;
    line-height: 1.2rem;
    color: #000;
}
	
.float-left {display: inline-block; float: left; box-sizing: border-box;}

/* Layout */

.flexing-box {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: relative;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-around;
}

/* 

  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  width: 20%;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; 

 */

.w1, .w2, .w3, .w4, .w5, .w6, .w7, .w8, .w9, .w10 {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: .5rem;
	float: left;
}

.wp10, .wp20, .wp30, .wp40, .wp50, .wp60, .wp70, .wp80, .wp90, .wp100 {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: .5rem;
	float: left;
}

.is-centered {
	float: none;
	margin: 0 auto;
}

.w10 {
	width: 10%;
}

.w9 {
	width: 11.11111111111111%;
}

.w8 {
	width: 12.5%;
}

.w7 {
	width: 14.28571428571429%;
}

.w6 {
	width: 16.66666666666667%;
}

.w5 {
	width: 20%;
}

.w4 {
	width: 25%;
}

.w3 {
	width: 33.33333333333333%;
}

.w2 {
	width: 50%;
}

.w1 {
	width: 100%;
}

.wp10 {
	width: 10%;
}

.wp20 {
	width: 20%;
}

.wp30 {
	width: 30%;
}

.wp40 {
	width: 40%;
}

.wp50 {
	width: 50%;
}

.wp60 {
	width: 60%;
}

.wp70 {
	width: 70%;
}

.wp80 {
	width: 80%;
}

.wp90 {
	width: 90%;
}

.wp100 {
	width: 100%;
}



/* Заголовки */
h1, h2, h3, h4, h5, h6 {text-transform: uppercase;}
h1, h2 {font-size: 2rem; font-weight: 700;}
h2.services {height: 70px; background: url(../img/services-header-01.svg) 50% 80% no-repeat; background-size: 380px;}
h2.works {
	height: 60px;
    margin: 0 0 10px 0;
    background: url(../img/works-header-01.svg) 50% 100% no-repeat;
	background-size: 300px;
}
h2.partner {height: 155px; margin: 0 0 1rem 0; background: url(../img/partner-header-01.svg) 50% 100% no-repeat; background-size: 300px;}
/* h1.shadow {text-shadow: 1px 1px 0 #FAF3DE;} */
h2.cars {margin: 0 0 1rem 0; color: #fcc016;}
h2.slogan {padding: 100px 0; color: #fff;}
h1.main-title {
	display: block;
    font-size: 2.6rem;
    font-weight: 700;
    margin: 2rem 0 1rem 0;
    padding: 0;
    color: #fff;
    text-shadow: 2px 2px 30px rgba(0,0,0,.4), 2px -2px 30px rgba(0,0,0,.4);
    clear: both;
}

.main-title__stroke {
	display: block;
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0.6rem 0 0 0;
    padding: 0;
    color: #fff;
    text-shadow: 2px 2px 30px rgba(0,0,0,.4), 2px -2px 30px rgba(0,0,0,.4);
    clear: both;
}

h2.inverse {color: #fff; padding: 0 0 2rem 0;}
h3 {font-size: 140%; font-weight: 400;}
h3.prevoskhodstvo {
	font-size: 1.1rem;
    font-weight: 600;
    margin: 0.8rem 0 0 0;
}
h3.main-subtitle {
	font-size: 1.1rem;
	color: #fff;
	font-weight: 700;
	line-height: 1.4em;
	text-shadow: 2px 2px 30px rgba(0,0,0,.4), 2px -2px 30px rgba(0,0,0,.4);
}
.modal-title {font-size:1.8rem;font-weight:700;}
h4 {}
h5 {}
h6 {}
.subtitle {font-size: 120%; margin-top: 40px;}
.subtitle-osobyi {display: block; text-align: center; font-size: 1rem; margin: 1rem 0 .5rem 0;}
.phone-number h2 {margin: 0;}

.special h2 {text-align: center; margin-left: 0;}

/* Ссылки */
	a:link, a:visited {color: #B71C1C;}
	a:hover, a:active {color: #DD4315;}
.button-light {
	display: block;
	margin: 9px auto;
	padding: 10px 30px;
	/* 	background: #fcc016; */
	background: #f1e767;
	background: -moz-linear-gradient(top,  #f1e767 0%, #fcc016 100%);
	background: -webkit-linear-gradient(top,  #f1e767 0%,#fcc016 100%);
	background: linear-gradient(to bottom,  #f1e767 0%,#fcc016 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#fcc016',GradientType=0 );
	color: #000 !important;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 3px solid #dca91c;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size: 110%;
	text-decoration: none;
	width: 80%;
}

.button-light:hover {
	display: block;
	padding: 10px 30px;
	background: #fcd216;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 3px solid #fcc016;
	text-decoration: none;
}

a.button-light:active {
	display: block;
	padding: 10px 30px;
	background: #dca91c;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 3px solid #fcc016;
	text-decoration: none;
}

.main-submit-btn, .main-submit-btn:hover {
	float: none;
	width: 60%;
	margin: 0 auto;
	font-size: 1.3rem;
	font-weight: 700;
}

.button-light--inverse {
	width: 100%;
	display: block;
	margin: 9px 0;
	padding: 10px 30px;
	background: #262626;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 3px solid #000;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size: 1rem;
	text-decoration: none;
}

.button-light--inverse:hover {
	background: #333;
	color: #fff;
}

.writeme {}
.writeme span {
	position: relative;
}

.writeme span:before {
	content: '';
	position: absolute;
	width: 21px;
	height: 19px;
	top: 1px;
	left: -32px;
	background: url(../img/writeme.png) 0 50% no-repeat;
}

a.zoom, a.zoom:hover {
	text-decoration: none;
	border-bottom: none;
	cursor: pointer;
}

.navbar a.mPS2id-highlight{ 
	background: transparent;
	color: #FFC926;
	text-decoration: none;
	border-bottom: none;
	}

.navbar a.mPS2id-clicked, .navbar a.mPS2id-clicked, .navbar a.mPS2id-highlight { 
	background: #fcc016 url(../img/menu-bg.png) 100% 100% repeat-x !important;
	color: #000;
	border-radius: 29px;
}

.card-works .card-works-content p.works a.btn-dark {
	position: absolute;
	bottom: 30px;
	left: 30px;
	padding: 10px 30px;
	background: transparent;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 400;
	border: 2px solid #333;
}


/* Формы и кнопки */
	.contact-form{margin-top:15px; border-radius: 0;}
	.sec3{margin-top: -5px; border-radius: 0;}
	.contact-form .textarea{ min-height:220px; resize:none;}
	.form-control{ box-shadow:none; border: 1px solid #6a474e; height:49px; border-radius: 0; background: #fff; font-size: 130%;}
	.form-control:focus{ box-shadow:none; border: 2px solid #fcc016;}
	.form-control-feedback{ line-height:50px;}
	.main-btn{ background:#fcc016; border: 0; padding: 10px 20px; border-radius: 0; font-size: 130%; color:#000;}
	.main-btn:hover{ background:#DD4315;color:#000;}

.form-control-feedback { 
	line-height: 50px;
	top: 0px;
}

.osobyi .textarea, .osobyi .form-control {
    width: 100%;
    border: 1px solid #6b645c;
    outline: 3px solid rgba(255,255,255,.2);
    margin: 1rem 0;
    background: #f0f0f0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.osobyi .textarea:focus, .osobyi .form-control:focus {
	width: 100%;
	background: #fff;
	border: 1px solid #262626;
	outline: 3px solid rgba(255,255,255,.2);
}

/* .arrow-left {background: url(../img/arrow-left2.png) 95% 50% no-repeat;} */

/* toggle nav  */

.button-toggle-navigation {
	background-color: transparent;
	border: 0;
	border-bottom: 0.25em solid #fafafa;
	border-top: 0.25em solid #fafafa;
	font-size: 18px;
	cursor: pointer;
	height: 1.5em;
	margin: .75em .375em;
	outline: 0;
	position: relative;
	-webkit-transition: border-color 150ms ease-out, -webkit-transform 150ms ease-out;
	transition: border-color 150ms ease-out, transform 150ms ease-out;
	width: 2.25em;
	border-radius: 0;
}
.button-toggle-navigation::after, .button-toggle-navigation::before {
	border-bottom: 0.25em solid #fafafa;
	bottom: .375em;
	content: '';
	height: 0;
	left: 0;
	position: absolute;
	right: 0;
	-webkit-transition: -webkit-transform 200ms ease-out;
	transition: transform 200ms ease-out;
}
.button-toggle-navigation span {
	color: transparent;
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
}

.isActive {
  border-color: transparent;
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
}
.isActive::after, .isActive::before {
  -webkit-transition: -webkit-transform 2000ms ease-out;
          transition: transform 2000ms ease-out;
}
.isActive::after {
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
.isActive::before {
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}


/*--  Mainslider carousel -----------------------------*/


.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/
/* 
.carousel-indicators {
	display: none;
}

#fade-quote-carousel.carousel {
  padding-bottom: 1rem;
}
#fade-quote-carousel.carousel .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
	opacity: 1;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
	bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
	background-color: #fff;
	border: 3px solid #fff;
	box-sizing: border-box;
}

#fade-quote-carousel.carousel .carousel-indicators > li.active{
	background-color: #fcc016;
	border: 3px solid #fff;
	box-sizing: border-box;
}

#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
} */

/* ------------------------ */

img.logo {
	display: block;
    width: 60%;
    margin: 1.5rem auto;
}

img.logo-mini {
	margin: -10px 0 0 0;
}

.navbar {
	margin-bottom: 0;
	border: 0;
	background: #fcc016;
	border-radius:0;
}

.navbar a {
	text-transform: uppercase;
	color: #262626;
 	-webkit-transition: background 0.5s;
     -moz-transition: background 0.5s;
     -o-transition: background 0.5s;
     transition: background 0.5s;
	 font-weight: 700;
}

.navbar-nav>li>a:hover {
	text-transform: uppercase;
	color: #000;
	background: #F7D373;
}

.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	margin: 0 auto;
	left: 0;
	z-index: 999;
	background: #262626 url(../img/fixed-bg.png) 100% 100% repeat-x;
}

.fixed  a {
	color: #fcc016;
}

.fixed a:hover {
	color: #fce516 !important;
	background: transparent !important;
}

.phone-top {
	position: relative;
	display: none;
}

.phone-top-fixed {
	position: fixed;
    top: 0;
    margin: 16px 64px;
    left: 0;
    right: 0;
    z-index: 999;
    background: transparent;
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
    display: block;
}

.phone-top-fixed > a:link, .phone-top-fixed > a:visited {
	color: #fff;
}

.card-box {
	position: relative;
    display: block;
	width: 50%;
    box-sizing: border-box;
    padding: .5rem;
    float: left;
}

.card {
	margin-top: 0;
	box-sizing: border-box;
	border-radius: 2px;
	background-clip: padding-box;
	background: #262626;
	color: #fff;
}

.card:hover {
	background: #343434;
}

.card-feedback {
  margin-top: 30px;
  box-sizing: border-box;
  border-radius: 2px;
  background-clip: padding-box;
  background: transparent;
  color: #fff;
  box-shadow: -4px 4px 10px rgba(0,0,0,0.5), 5px -2px 5px rgba(0,0,0,0.2);
}

.card span.card-title {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}

.card .card-image {
  position: relative;
  overflow: hidden;
}
.card .card-image img {
	border-radius: 2px 2px 0 0;
	background-clip: padding-box;
	position: relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 1;
}

.card .card-image img:hover {
	z-index: 1;
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.card .card-image span.card-title {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 16px;
}
.card .card-content {
	position: relative;
	padding: 15px 9px;
	border-radius: 0 0 2px 2px;
	background-clip: padding-box;
	box-sizing: border-box;
}

/* .card .card-content::before {
	content: "";
	position: absolute;
	top: -5px;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/bullit.png) 50% 0 no-repeat;
} */

.card .card-content p {
	margin: 0;
	color: inherit;
}
.card .card-content span.card-title {
	line-height: 48px;
}
.card .card-action {
	border-top: 1px solid rgba(160, 160, 160, 0.2);
	padding: 16px;
}
.card .card-action a {
	color: #ffab40;
	margin-right: 16px;
	transition: color 0.3s ease;
	text-transform: uppercase;
}
.card .card-action a:hover {
	color: #ffd8a6;
	text-decoration: none;
}

.card .card-content h3 {
	margin: 0;
	color: inherit;
	text-transform: uppercase;
    font-size: 1.1rem;
    line-height: 1.2em;
}

.card .card-content p.works {
	margin: 0;
	color: inherit;
	text-transform: uppercase;
	color: #fcc016;
}
.card .card-content span.card-title {
	margin-top: 15px;
	line-height: 10px;
	font-size: 100%;
	font-weight: 400;
	text-transform: lowercase;
}

.our-partners {
	margin: 2rem 0;
}

/* работы */

.portfolio-item {
	display: block;
    position: relative;
    width: 48%;
    float: left;
    height: 280px;
    margin: 0.7rem 1%;
    padding: 0;
    border: 1px solid #cdcdcd;
    background: #fff;
    text-align: left;
    box-sizing: border-box;
    overflow: hidden;
}

.work-photo-slides {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	padding: 0;
	box-sizing: border-box;
/* 	background: #fcc016; */
	overflow: hidden;
}

.carousel-inner>.item {
	height: auto;
}

.carousel-inner>.item > img {
	width: 100%;
	height: auto;
}

.carousel-control {
	opacity: 1;
}

.portfolio-item-info {
	position: relative;
	padding: .5rem;
	width: 100%;
	float: left;
	clear: both;
	box-sizing: border-box;
}

.item-works:hover .hoverfx-div .figure,
.item-works:hover .hoverfx-div .overlay {
  opacity: 1;
}

.workheader {
	position: relative;
	margin: .5rem 0 0 0;
    font-size: 1.3rem;
    text-align: center;
}

.workheader:after {
	content: '';
}

.worksubheader{
    margin: .7rem 0;
    font-size: 1rem;
	text-align: center;
}

.img-full {
	position: relative;
	width: 100%;
	height: auto;
}

/* работы в ховере закончились */


/* Благодарности */

.blagodarnost-link {
	display: block;
	position: relative;
	padding: 1rem;
	box-sizing: border-box;
}

.blagodarnost-link > img {
	display: block;
	position: relative;
	border: 5px solid #fff;
	box-shadow: 0 -1px 0 #e5e5e5,0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
}

.blagodarnost-link > img:hover {
	border: 5px solid #fff;
	box-shadow: 0 -1px 0 #e5e5e5, 0 0 2px rgba(0,0,0,.12), 0 4px 10px rgba(0,0,0,.24);
}

/* Благодарности закончились */


.mini-card {
    display: inline-block;
    position: relative;
    margin: .2rem 5%;
    padding: 0.4rem 1rem 1rem 5.8rem;
    width: 90%;
    min-height: 90px;
    float: left;
    border-radius: 2px;
    text-align: left;
    box-sizing: border-box;
	overflow: hidden;
}

.mini-card > .icon {
	position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    top: 15px;
    left: 15px;
    right: 0;
    margin: 0;
}

.pro .icon {
	background: url(../img/ico/partners.svg) 50% 50% no-repeat;
}

.tech .icon {
	background: url(../img/ico/technik.svg) 50% 50% no-repeat;
}

.stable .icon {
	background: url(../img/ico/calc.svg) 50% 50% no-repeat;
}

.safety .icon {
	background: url(../img/ico/safety2.svg) 50% 50% no-repeat;
}

.time .icon {
	background: url(../img/ico/time.svg) 50% 50% no-repeat;
}

.docs .icon {
	background:  url(../img/ico/docs.svg) 50% 50% no-repeat;
}


.no-bullit {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.no-bullit li {
	position: relative;
	display: inline-block;
	float: left;
}

.mini-card h2 {margin-bottom: 0;}
.pro {background: rgba(255,255,255, 0.7);}
.tech {background: rgba(255,255,255, 0.7);}
.stable {background: rgba(255,255,255, 0.7);}
.safety {background: rgba(255,255,255, 0.7);}
.time {background: rgba(255,255,255, 0.7);}
.docs {background: rgba(255,255,255, 0.7);}

.card a, .card a:active, .card a:visited {color: 000;}
.card a:hover {color: #DD4315;}

/* partners logo carousel  */

.onebyone-carosel .active.left { left: -33.33%; }
.onebyone-carosel .active.right { left: 33.33%; }
.onebyone-carosel .next { left: 33.33%; }
.onebyone-carosel .prev { left: -33.33%; }

.carousel-control {
background-position: 50% 50%;
background-repeat: no-repeat;
}

.left {}
.right {}

.glyphicon  {
	color: #FCC01A;
}


/* ------------------------------------- */

img.diploma {
display: block;
border: 10px solid #333;
}

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

.feedback_groupe {
position: relative;
width: 430px;
height: 100px;
float: right;
padding: 10px;
text-align: center;
}

.fb-left {
width: 200px;
float: left;
}

.fb-right {
width: 200px;
float: right;
margin: 0 0 0 2px;
background: #4a121e;
}

.phone_city {
padding: 10px 0;
}

.city, .phone-number {
display: block;
margin: 2px 0 0 0;
font-size: .8rem;
}

.phone-number h3 {
	font-size: 1.2rem;
    padding: 0.3rem 0;
}

.city {
	border-bottom: 1px solid rgba(255,255,255,0.3);
    padding: 0.4rem 0;
}

.osobyi {
margin: 20px 0 0 0;
}

.subtitle {
	padding: 0 .1rem;
	font-size: .9rem;
	font-weight: 400;
	box-sizing: border-box;
}

.aleft {text-align: left;}

.rekl {
min-height: 200px;
padding: 5px 0 0 0;
color: #fff;
text-shadow: 0 0 10px rgba(0,0,0,0.7);
vertical-align: middle;
}

/* Main Slideshow */
.main-slider {
	display: none;
}

.pic-wrapper {
  overflow: hidden;
}

figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -2;
  /*animation*/
  
  animation: slideShow 24s linear infinite 0s;
  -o-animation: slideShow 24s linear infinite 0s;
  -moz-animation: slideShow 24s linear infinite 0s;
  -webkit-animation: slideShow 24s linear infinite 0s;
}

.pic-1 {
  opacity: 1;
  background: url(../img/mainbg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pic-2 {
  animation-delay: 6s;
  -o-animation-delay: 6s;
  -moz--animation-delay: 6s;
  -webkit-animation-delay: 6s;
  background: url(../img/slide2.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pic-3 {
  animation-delay: 12s;
  -o-animation-delay: 12s;
  -moz--animation-delay: 12s;
  -webkit-animation-delay: 12s;
  background: url(../img/slide3.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pic-4 {
  animation-delay: 18s;
  -o-animation-delay: 18s;
  -moz--animation-delay: 18s;
  -webkit-animation-delay: 18s;
  background: url(../img/slide4.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* keyframes*/

@keyframes slideShow {
  0% {
    opacity: 0;
    transform: scale(1);
    -ms-transform: scale(1);
  }
  4% {
    opacity: 1
  }
  24% {
    opacity: 1;
  }
  28% {
    opacity: 0;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
    -ms-transformm: scale(1);
  }
}

@-o-keyframes slideShow {
  0% {
    opacity: 0;
    -o-transform: scale(1);
  }
  4% {
    opacity: 1
  }
  24% {
    opacity: 1;
  }
  28% {
    opacity: 0;
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -o-transformm: scale(1);
  }
}

@-moz-keyframes slideShow {
  0% {
    opacity: 0;
    -moz-transform: scale(1);
  }
  4% {
    opacity: 1
  }
  24% {
    opacity: 1;
  }
  28% {
    opacity: 0;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -moz-transformm: scale(1);
  }
}

@-webkit-keyframes slideShow {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
  }
  4% {
    opacity: 1
  }
  24% {
    opacity: 1;
  }
  28% {
    opacity: 0;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transformm: scale(1);
  }
}

/* ОБЪЕКТЫ */

.gdg-object {
  overflow: hidden;
  height: auto;
  width: 100%;
  box-shadow: 0 0 20px 0 black;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.image {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(http://img15.hostingpics.net/pics/823065fox.jpg);
  background-position: center center;
  background-size: 250px;
  -webkit-transition: background-size 0.2s ease-in;
          transition: background-size 0.2s ease-in;
}

.title {
  position: absolute;
  z-index: 99;
  bottom: 20px;
  left: 20px;
  color: #fff;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-weight: lighter;
  font-size: 14px;
  text-shadow: 0 0 10px #000;
}

.hover {
  position: absolute;
  background: rgba(45, 45, 55, 0.5);
  width: 500px;
  height: 500px;
  top: 220px;
  left: 40px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in;
          transition: all 0.2s ease-in;
}
.hover i {
  color: #fff;
  font-size: 40px;
  text-decoration: none;
  position: absolute;
  top: 100px;
  left: 10px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in;
          transition: all 0.2s ease-in;
}

.gdg-object:hover .image {
  background-size: 290px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.gdg-object:hover .hover {
  top: -135px;
  left: -80px;
}
.gdg-object:hover .hover i {
  font-size: 90px;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%) translateX(-50%);
      -ms-transform: rotate(-45deg) translateY(-50%) translateX(-50%);
          transform: rotate(-45deg) translateY(-50%) translateX(-50%);
}

/* park technick */

.nav-tabs.nav-justified {
	overflow: hidden;
}

.nav-tabs.nav-justified>li {
	display: inline-block;
    padding: .2rem 0.2rem;
    box-sizing: border-box;
}

.nav-tabs.nav-justified>li>a {
    border-bottom: 3px solid #93741b;
    border-radius: 0;
	color: #E0E0E0;
}

.nav-tabs>li>a{
	box-sizing: border-box;
	background: transparent;
	border: 3px solid #93741b;
	font-size: 1.2rem;
	color: #fff;
	-ms-transform: skewX(-10deg); /* IE 9 */
    -webkit-transform: skewX(-10deg); /* Safari */
    transform: skewX(-10deg);
}

.nav>li>a {
	position: relative;
    display: block;
    padding: 5px 10px;
	border-bottom: 1px solid #343434;
}

.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
	border: 3px solid #fcc016;
}

.nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	margin: 0;
	box-sizing: border-box;
	background: #fcc016;
	border: none;
}

.nav-tabs>li>a:hover {
    border: 3px solid #fcc016;
	color: #fff;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
	border-bottom: none;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: transparent;
    border: 3px solid #fcc016;
    border-bottom-color: transparent;
}

.tech-container {
	margin-top: 1rem;
}

.our-techniks {
	display: block;
	width: 100%;
	text-align: center;
}

.tech-title__box {
	display: block;
	position: relative;
	margin: 1rem;
	padding: 0;
	text-align: center;
}

.tech-title__box:after {
	content: '';
}

.tech__title {
	display: block;
	position: relative;
	margin: 0 0 .9rem;
	color: #fff;
    font-size: 1.3rem;
	line-height: 1.4em;
	text-align: center;
}

.tech__photo {
	display: block;
	width: 90%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.tech__photo > img {
	display: block;
	width: 100%;
	height: auto;
}

li.span3 {
	list-style-type: none;
	display: block;
	float: left;
	width: 30%;
	margin: 0 3% 0 0;
}

#container-bf-aftr {
float: left;
}

.balinks {
float: left;
margin: 0;
padding: 0;
}

.opis {
float: right;
width: 40%;
}

/* Modal windows */

.modal-content {
	position: relative;
	padding: 2rem;
	border: 0;
	border-radius: 0;
	box-shadow: none;
/* 	background: url(../img/concrette-wall2.jpg); */
}

.modal-header .close {
	position: relative;
    top: -33px;
    left: 33px;
	margin-top: -2px;
    height: 25px;
    width: 25px;
	background: url(../img/close.png) 50% 50% no-repeat;
    opacity: 1;
}

/* modal windows ended */

/* партнеры */

.partner {
	position: relative;
	display: block;
	width: 100%;
	height: 120px;
	background: url(../img/partner/tender_bg.jpg);
	overflow: hidden;
}

.footer {
	position: relative;
	background: #262626;
	padding: 2rem 1rem;
	color: #f0f0f0;
	text-align: left;
}

.footer a {
	color: #f0f0f0;
}

.footer__logo, .footer__address {
	border-right: 1px dotted #343434;
}

.footer__address {
	padding: .5rem .5rem .5rem 2rem;
}

.footer-phone-title {
	font-size: .9rem;
}

.footer-phone-number {
	font-size: 1rem;
	font-weight: 700;
}
}

@media all and (min-width: 768px) {
	
	img.logo {
		display: block;
		width: 100%;
		margin: 21px 0 0 0;
	}
	
	.button-light.writeme {
		width: 100%;
		font-size: 1rem;
		text-align: left;
		padding: 15px 10px 15px 40px;
	}
	
	.writeme span:before {
		content: '';
		position: absolute;
		width: 21px;
		height: 19px;
		top: 1px;
		left: -28px;
		background: url(../img/writeme.png) 0 50% no-repeat;
	}
	
	h1.main-title {
		font-size: 5rem;
		margin: 6rem 0 1rem 0;
	}
	
	.main-title__stroke {
		font-size: 3.6rem;
		margin: 0.9rem 0 0 0;
	}
	
	h3.main-subtitle {
		margin: 1.5rem 0 0 0;
		font-size: 2rem;
	}
	
	.navbar .navbar-collapse {
		float: left;
	}
	
	.navbar a {
		font-size: .9rem;
		font-weight: 600;
	}
	
	.nav>li>a {
		position: relative;
		display: block;
		padding: 15px 6px;
		border-bottom: none;
	}
	
	.navbar a.mPS2id-clicked, .navbar a.mPS2id-clicked, .navbar a.mPS2id-highlight {
		border-radius: 0;
	}
	
	.phone-top-fixed {
		position: fixed;
		width: 158px;
		top: 70px;
		margin: 0;
		right: 0;
		left: auto;
		padding: .5rem;
		z-index: 999;
		background: #B71C1C;
		box-shadow: 0 2px 10px rgba(0,0,0,.3);
		color: #fff;
		display: block;
		font-size: 1.1rem;
		border-radius: 2px;
	}
	
	.card-box {
		width: 25%;
	}
	
	.portfolio-item {
		height: 300px;
	}
	
	.arrow-left {
		margin-top: 1rem;
	}
	
	.special h2, .subtitle-osobyi {
		text-align: left;
	}
	
	.nav-tabs.nav-justified>li {
		display: block;
		padding: 0 0.4rem;
		float: left;
		width: 25%;
	}
	
	.mini-card {
		display: inline-block;
		position: relative;
		margin: 0.5rem 1%;
		padding: 0.4rem 1rem 1rem 5.8rem;
		width: 47%;
		min-height: 133px;
		float: left;
		border-radius: 2px;
		text-align: left;
		box-sizing: border-box;
		overflow: hidden;
	}
	
	h2.partner {
		height: 98px;
		margin: 0 0 1rem 0;
		background: url(../img/partner-header-01.svg) 50% 100% no-repeat;
		background-size: auto;
	}
	
	.center-block {
		display: block;
		margin: .5rem 0;
		margin-right: auto;
		margin-left: auto;
	}
	
}

@media all and (min-width: 992px) {

html {
	position: relative;
	width: 100%;
	font-size: 1em;
	color: #262626;
	margin:0;
	padding:0;
}

body {
	position: relative;
	width: 100%;
	margin:0;
	padding:0;
	background:#fff;
	font-family: 'Roboto Condensed', Arial, sans-serif;
}

.container {
	position: relative;
}

.section {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	padding: 80px 0;
}

#section0 {
/* 	min-height: 800px; */
	height: 85vh;
	padding: 0;
	/* background: #ABC5CB url("../img/mainbg.jpg");
	background-position: 50% 50%; */
	background-size: cover;
}

#section2 {
	background: url("../img/brickwall.png");
/* 	min-height: 700px; */
	padding: 50px 0 70px;
}

#section3 {
	position: relative;
	min-height: 100px;
	/* background: #fcc016; */
	/* background: #fcc016 url(../img/concrete1.jpg); */
	background: #fcc016 url(../img/polygonal-bg.jpg) no-repeat 50% 50%;
	padding: 2rem 0;
	z-index: 2;
}

#section4 {
	background: url("../img/brickwall.png");
}

#section5 {
	position: relative;
background: #1c070f;
background: -moz-linear-gradient(-45deg,  #1c070f 0%, #000000 50%, #100a28 100%);
background: -webkit-linear-gradient(-45deg,  #1c070f 0%,#000000 50%,#100a28 100%);
background: linear-gradient(135deg,  #1c070f 0%,#000000 50%,#100a28 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c070f', endColorstr='#100a28',GradientType=1 );
}


#section6 {
	background: url("../img/brickwall.png");
}

#section7 {
	padding: 10px 0;
}

#section8 {
	background: url("../img/brickwall.png");
	margin: -10px 0 0 0;
}

#section9 {
	min-height: 600px;
	background: url("../img/fz3_dark.jpg");
	background-size: cover;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	padding: 2rem 0;
}

.top-contact-bar {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.9)), color-stop(100%,rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

/* МЕНЮ */
.navbar .navbar-nav {
	width: auto;
	display: inline-block;
	float: none;
	vertical-align: top;
}

.nav>li>a {
	position: relative;
    display: block;
    padding: 15px 10px;
    border-bottom: none;
}

.navbar .navbar-collapse {
	text-align: center;
	float: none;
}

.simple {
	font: 1rem 'Roboto', Arial, sans-serif;
	text-align: left;
	line-height: 1.5rem;
    color: #000;
}
	
.float-left {display: inline-block; float: left; box-sizing: border-box;}

/* Layout */

.flexing-box {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: relative;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-around;
}

/* 

  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  width: 20%;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; 

 */

.w1, .w2, .w3, .w4, .w5, .w6, .w7, .w8, .w9, .w10 {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: .5rem;
	float: left;
}

.wp10, .wp20, .wp30, .wp40, .wp50, .wp60, .wp70, .wp80, .wp90, .wp100 {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: .5rem;
	float: left;
}

.is-centered {
	float: none;
	margin: 0 auto;
}

.w10 {
	width: 10%;
}

.w9 {
	width: 11.11111111111111%;
}

.w8 {
	width: 12.5%;
}

.w7 {
	width: 14.28571428571429%;
}

.w6 {
	width: 16.66666666666667%;
}

.w5 {
	width: 20%;
}

.w4 {
	width: 25%;
}

.w3 {
	width: 33.33333333333333%;
}

.w2 {
	width: 50%;
}

.w1 {
	width: 100%;
}

.wp10 {
	width: 10%;
}

.wp20 {
	width: 20%;
}

.wp30 {
	width: 30%;
}

.wp40 {
	width: 40%;
}

.wp50 {
	width: 50%;
}

.wp60 {
	width: 60%;
}

.wp70 {
	width: 70%;
}

.wp80 {
	width: 80%;
}

.wp90 {
	width: 90%;
}

.wp100 {
	width: 100%;
}



/* Заголовки */
h1, h2, h3, h4, h5, h6 {text-transform: uppercase;}
h1, h2 {font-size: 2.4rem; font-weight: 700;}
h2.services {height: 100px; background: url(../img/services-header-01.svg) 50% 80% no-repeat;}
h2.works {height: 80px; margin: 0 0 30px 0; background: url(../img/works-header-01.svg) 50% 100% no-repeat;}
h2.partner {height: 130px; margin: 0 0 30px 0; background: url(../img/partner-header-01.svg) 50% 100% no-repeat;}
/* h1.shadow {text-shadow: 1px 1px 0 #FAF3DE;} */
h2.cars {height: 100px; margin: 0; color: #fcc016; /* background: url(../img/cars-header.svg) 50% 100% no-repeat; */}
h2.slogan {padding: 100px 0; color: #fff;}
h1.main-title {
	display: block;
    font-size: 7.3rem;
    font-weight: 700;
    margin: 6rem 0 2rem 0;
    padding: 0;
    color: #fff;
    text-shadow: 2px 2px 30px rgba(0,0,0,.4), 2px -2px 30px rgba(0,0,0,.4);
    clear: both;
}

.main-title__stroke {
	display: block;
    font-size: 3.4rem;
    font-weight: 700;
    margin: 0.6rem 0 0 0;
    padding: 0;
    color: #fff;
    text-shadow: 2px 2px 30px rgba(0,0,0,.4), 2px -2px 30px rgba(0,0,0,.4);
    clear: both;
}

h2.inverse {color: #fff; padding: 0 0 2rem 0;}
h3 {font-size: 140%; font-weight: 400;}
.phone-number h3 {
    font-size: 1.6rem;
    padding: 0.3rem 0;
}
h3.prevoskhodstvo {
	font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.4em;
	margin: 1rem 0 0 0;
}
h3.main-subtitle {
	font-size: 2rem;
	color: #fff;
	font-weight: 700;
	text-shadow: 2px 2px 30px rgba(0,0,0,.4), 2px -2px 30px rgba(0,0,0,.4);
}
.modal-title {font-size:1.8rem;font-weight:700;}
h4 {}
h5 {}
h6 {}
.subtitle {font-size: 120%; margin-top: 40px;}
.subtitle-osobyi {display: block; text-align: left; font-size: 120%; margin: 10px 0 0 48px;}
.phone-number h2 {margin: 0;}

.special h2 {text-align: left; margin-left: 2.9rem;}

/* Ссылки */
a:link, a:visited {color: #B71C1C;}
a:hover, a:active {color: #DD4315;}
.button-light {
	display: block;
	margin: 9px 0;
	padding: 10px 30px;
/* 	background: #fcc016; */
background: #f1e767;
background: -moz-linear-gradient(top,  #f1e767 0%, #fcc016 100%);
background: -webkit-linear-gradient(top,  #f1e767 0%,#fcc016 100%);
background: linear-gradient(to bottom,  #f1e767 0%,#fcc016 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#fcc016',GradientType=0 );
	color: #000 !important;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 3px solid #dca91c;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size: 110%;
	text-decoration: none;
	width: 100%;
}

.button-light:hover {
	display: block;
	margin: 8px 0 10px 0;
	padding: 10px 30px;
	background: #fcd216;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 3px solid #fcc016;
	text-decoration: none;
}

a.button-light:active {
	display: block;
	margin: 10px 0 8px 0;
	padding: 10px 30px;
	background: #dca91c;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 3px solid #fcc016;
	text-decoration: none;
}

.main-submit-btn, .main-submit-btn:hover {
	float: none;
	width: 60%;
	margin: 0 auto;
	font-size: 1.3rem;
	font-weight: 700;
}

.button-light--inverse {
	display: block;
	margin: 9px 0;
	padding: 10px 30px;
	background: #262626;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 3px solid #000;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size: 110%;
	text-decoration: none;
	width: 50%;
}

.button-light--inverse:hover {
	background: #333;
	color: #fff;
}

.writeme {}
.writeme span {
position: relative;
}

.button-light.writeme {
    width: 100%;
    font-size: 1rem;
    text-align: left;
    padding: 15px 10px 15px 50px;
}

.writeme span:before {
content: '';
position: absolute;
width: 21px;
height: 19px;
top: 1px;
left: -32px;
background: url(../img/writeme.png) 0 50% no-repeat;
}

a.zoom, a.zoom:hover {
	text-decoration: none;
	border-bottom: none;
	cursor: pointer;
}

.navbar a.mPS2id-highlight{ 
background: transparent;
color: #FFC926;
text-decoration: none;
border-bottom: none;
}

.navbar a.mPS2id-clicked, .navbar a.mPS2id-clicked, .navbar a.mPS2id-highlight { 
	background: #fcc016 url(../img/menu-bg.png) 100% 100% repeat-x !important;
	color: #000;
	border-radius: 0;
}

.card-works .card-works-content p.works a.btn-dark {
position: absolute;
bottom: 30px;
left: 30px;
padding: 10px 30px;
background: transparent;
color: #000;
text-align: center;
text-transform: uppercase;
text-decoration: none;
font-weight: 400;
border: 2px solid #333;
}


/* Формы и кнопки */
	.contact-form{margin-top:15px; border-radius: 0;}
	.sec3{margin-top: -5px; border-radius: 0;}
	.contact-form .textarea{ min-height:220px; resize:none;}
	.form-control{ box-shadow:none; border: 1px solid #6a474e; height:49px; border-radius: 0; background: #fff; font-size: 130%;}
	.form-control:focus{ box-shadow:none; border: 2px solid #fcc016;}
	.form-control-feedback{ line-height:50px;}
	.main-btn{ background:#fcc016; border: 0; padding: 10px 20px; border-radius: 0; font-size: 130%; color:#000;}
	.main-btn:hover{ background:#DD4315;color:#000;}

.form-control-feedback { 
	line-height: 50px;
	top: 0px;
}

.osobyi .textarea, .osobyi .form-control {
    width: 300px;
    border: 1px solid #6b645c;
    outline: 3px solid rgba(255,255,255,.2);
    margin: 1rem 0;
    background: #f0f0f0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.osobyi .textarea:focus, .osobyi .form-control:focus {
	width: 300px;
	background: #fff;
	border: 1px solid #262626;
	outline: 3px solid rgba(255,255,255,.2);
}

/* toggle nav  */

.button-toggle-navigation {
	background-color: transparent;
	border: 0;
	border-bottom: 0.25em solid #fafafa;
	border-top: 0.25em solid #fafafa;
	font-size: 32px;
	cursor: pointer;
	height: 1.5em;
	margin: .75em .375em;
	outline: 0;
	position: relative;
	-webkit-transition: border-color 150ms ease-out, -webkit-transform 150ms ease-out;
	transition: border-color 150ms ease-out, transform 150ms ease-out;
	width: 2.25em;
}
.button-toggle-navigation::after, .button-toggle-navigation::before {
	border-bottom: 0.25em solid #fafafa;
	bottom: .375em;
	content: '';
	height: 0;
	left: 0;
	position: absolute;
	right: 0;
	-webkit-transition: -webkit-transform 200ms ease-out;
	transition: transform 200ms ease-out;
}
.button-toggle-navigation span {
	color: transparent;
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
}

.isActive {
  border-color: transparent;
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
}
.isActive::after, .isActive::before {
  -webkit-transition: -webkit-transform 2000ms ease-out;
          transition: transform 2000ms ease-out;
}
.isActive::after {
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
.isActive::before {
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}


/*--  Mainslider carousel -----------------------------*/


.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/
/* 
#fade-quote-carousel.carousel {
  padding-bottom: 1rem;
}
#fade-quote-carousel.carousel .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
	opacity: 1;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
	bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
	background-color: #fff;
	border: 3px solid #fff;
	box-sizing: border-box;
}

#fade-quote-carousel.carousel .carousel-indicators > li.active{
	background-color: #fcc016;
	border: 3px solid #fff;
	box-sizing: border-box;
}

#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
 */
/* ------------------------ */

img.logo {
	display: block;
	width: 100%;
	margin: 23px 0 0 0;
}

img.logo-mini {
	margin: -10px 0 0 0;
}

.navbar {
	margin-bottom: 0;
	border: 0;
	background: #fcc016;
	border-radius:0;
}

.navbar a {
	text-transform: uppercase;
	color: #262626;
 	-webkit-transition: background 0.5s;
     -moz-transition: background 0.5s;
     -o-transition: background 0.5s;
     transition: background 0.5s;
	 font-weight: 700;
}

.navbar-nav>li>a:hover {
	text-transform: uppercase;
	color: #000;
	background: #F7D373;
}

.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	margin: 0 auto;
	left: 0;
	z-index: 999;
	background: #262626 url(../img/fixed-bg.png) 100% 100% repeat-x;
}

.fixed  a {
	color: #fcc016;
}

.fixed a:hover {
	color: #fce516 !important;
	background:#444444 !important;
}

.navbar-rand {
	float: left;
}

.phone-top {
	position: relative;
	display: none;
}

.phone-top-fixed {
    position: fixed;
    width: 210px;
    top: 70px;
    margin: 0;
    right: 0;
    left: auto;
    padding: 1rem;
    z-index: 999;
    background: #B71C1C;
    box-shadow: 0 2px 10px rgba(0,0,0,.3);
    color: #fff;
    display: block;
	border-radius: 2px;
}
.phone-top-fixed > a:link, .phone-top-fixed > a:visited {
	color: #fff;
}

.card-box {
	position: relative;
    display: block;
	width: 25%;
    box-sizing: border-box;
    padding: .5rem;
    float: left;
}

.card {
	margin-top: .2rem;
	box-sizing: border-box;
	border-radius: 2px;
	background-clip: padding-box;
	background: #262626;
	color: #fff;
}

.card:hover {
	background: #343434;
}

.card-feedback {
  margin-top: 30px;
  box-sizing: border-box;
  border-radius: 2px;
  background-clip: padding-box;
  background: transparent;
  color: #fff;
  box-shadow: -4px 4px 10px rgba(0,0,0,0.5), 5px -2px 5px rgba(0,0,0,0.2);
}

.card span.card-title {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}

.card .card-image {
  position: relative;
  overflow: hidden;
}
.card .card-image img {
	border-radius: 2px 2px 0 0;
	background-clip: padding-box;
	position: relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 1;
}

.card .card-image img:hover {
	z-index: 1;
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.card .card-image span.card-title {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 16px;
}
.card .card-content {
	position: relative;
	padding: 16px;
	border-radius: 0 0 2px 2px;
	background-clip: padding-box;
	box-sizing: border-box;
}

/* .card .card-content::before {
	content: "";
	position: absolute;
	top: -5px;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/bullit.png) 50% 0 no-repeat;
} */

.card .card-content p {
	margin: 0;
	color: inherit;
}
.card .card-content span.card-title {
	line-height: 48px;
}
.card .card-action {
	border-top: 1px solid rgba(160, 160, 160, 0.2);
	padding: 16px;
}
.card .card-action a {
	color: #ffab40;
	margin-right: 16px;
	transition: color 0.3s ease;
	text-transform: uppercase;
}
.card .card-action a:hover {
	color: #ffd8a6;
	text-decoration: none;
}

.card .card-content h3 {
	margin: 0;
	color: inherit;
	text-transform: uppercase;
	font-size: 1.1rem;
	line-height: 1.3em;
}

.card .card-content p.works {
	margin: 0;
	color: inherit;
	text-transform: uppercase;
	color: #fcc016;
}
.card .card-content span.card-title {
	margin-top: 15px;
	line-height: 10px;
	font-size: 100%;
	font-weight: 400;
	text-transform: lowercase;
}

.our-partners {
	margin: 40px 0;
}

/* работы */

.portfolio-item {
	display: block;
    position: relative;
    width: 90%;
    float: none;
    height: 226px;
    margin: 0.7rem auto;
    padding: 0;
    border: 1px solid #cdcdcd;
    background: #fff;
    text-align: left;
    box-sizing: border-box;
    overflow: hidden;
}

.work-photo-slides {
	position: relative;
	width: 53%;
	float: left;
	padding: 0 3rem 0 0 !important;
/* 	background: #fcc016; */
	overflow: hidden;
}

.item-works:hover .hoverfx-div .figure,
.item-works:hover .hoverfx-div .overlay {
  opacity: 1;
}

.portfolio-item-info {
    position: relative;
    padding: .5rem;
    width: 46%;
    float: right;
    clear: none;
    box-sizing: border-box;
}

.workheader {
	position: relative;
	margin: 2rem 0 0 0;
    font-size: 1.6rem;
	text-align: left;
}

.workheader:after {
	content: '';
	position: absolute;
	top: auto;
	bottom: -1.2rem;
	left: 0;
	width: 100px;
    height: 3px;
    background: #fcc016;
}

.worksubheader{
    margin: 2.4rem 0;
    font-size: 1rem;
	text-align: left;
}

.img-full {
	position: relative;
	width: 100%;
	height: auto;
}

/* работы в ховере закончились */


/* Благодарности */

.blagodarnost-link {
	display: block;
	position: relative;
	padding: 2rem .5rem .5rem;
	box-sizing: border-box;
}

.blagodarnost-link > img {
	display: block;
	position: relative;
	border: 5px solid #fff;
	box-shadow: 0 -1px 0 #e5e5e5,0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
}

.blagodarnost-link > img:hover {
	border: 5px solid #fff;
	box-shadow: 0 -1px 0 #e5e5e5, 0 0 2px rgba(0,0,0,.12), 0 4px 10px rgba(0,0,0,.24);
}

/* Благодарности закончились */


.mini-card {
    display: inline-block;
    position: relative;
    margin: 10px 1%;
    padding: 0.4rem 1rem 1rem 6.7rem;
    width: 31.333333%;
    height: 150px;
    float: left;
    border-radius: 2px;
    text-align: left;
    box-sizing: border-box;
}

.mini-card > .icon {
	position: absolute;
	display: block;
	width: 60px;
	height: 60px;
	text-align: center;
	top: 22px;
    left: 26px;
	right: 0;
	margin: 0;
}

.pro .icon {
	background: url(../img/ico/partners.svg) 50% 50% no-repeat;
}

.tech .icon {
	background: url(../img/ico/technik.svg) 50% 50% no-repeat;
}

.stable .icon {
	background: url(../img/ico/calc.svg) 50% 50% no-repeat;
}

.safety .icon {
	background: url(../img/ico/safety2.svg) 50% 50% no-repeat;
}

.time .icon {
	background: url(../img/ico/time.svg) 50% 50% no-repeat;
}

.docs .icon {
	background:  url(../img/ico/docs.svg) 50% 50% no-repeat;
}


.no-bullit {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.no-bullit li {
	position: relative;
	display: inline-block;
	float: left;
}

.mini-card h2 {margin-bottom: 0;}
.pro {background: rgba(255,255,255, 0.7);}
.tech {background: rgba(255,255,255, 0.7);}
.stable {background: rgba(255,255,255, 0.7);}
.safety {background: rgba(255,255,255, 0.7);}
.time {background: rgba(255,255,255, 0.7);}
.docs {background: rgba(255,255,255, 0.7);}

.card a, .card a:active, .card a:visited {color: 000;}
.card a:hover {color: #DD4315;}

/* partners logo carousel  */

.onebyone-carosel .active.left { left: -33.33%; }
.onebyone-carosel .active.right { left: 33.33%; }
.onebyone-carosel .next { left: 33.33%; }
.onebyone-carosel .prev { left: -33.33%; }

.carousel-control {
background-position: 50% 50%;
background-repeat: no-repeat;
}

.left {}
.right {}

.glyphicon  {
	color: #FCC01A;
}


/* ------------------------------------- */

img.diploma {
display: block;
border: 10px solid #333;
}

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

.feedback_groupe {
position: relative;
width: 430px;
height: 100px;
float: right;
padding: 10px;
text-align: center;
}

.fb-left {
width: 200px;
float: left;
}

.fb-right {
width: 200px;
float: right;
margin: 0 0 0 2px;
background: #4a121e;
}

.phone_city {
padding: 10px;
}

.city, .phone-number {
display: block;
margin: 2px 0 0 0;
font-size: 1.1rem;
/* background: rgba(74, 18, 30, 0.64); */
}

.city {
border-bottom: 1px solid rgba(255,255,255,0.3);
}

.osobyi {
margin: 20px 0 0 0;
}

.subtitle {
font-size: 130%;
font-weight: 400;
}

.aleft {text-align: left;}

.rekl {
min-height: 200px;
padding: 5px 0 0 0;
color: #fff;
text-shadow: 0 0 10px rgba(0,0,0,0.7);
vertical-align: middle;
}

/* Main Slideshow */
.main-slider {
	width:100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.pic-wrapper {
  overflow: hidden;
}

figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -2;
  /*animation*/
  
  animation: slideShow 24s linear infinite 0s;
  -o-animation: slideShow 24s linear infinite 0s;
  -moz-animation: slideShow 24s linear infinite 0s;
  -webkit-animation: slideShow 24s linear infinite 0s;
}

.pic-1 {
  opacity: 1;
  background: url(../img/mainbg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pic-2 {
  animation-delay: 6s;
  -o-animation-delay: 6s;
  -moz--animation-delay: 6s;
  -webkit-animation-delay: 6s;
  background: url(../img/slide2.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pic-3 {
  animation-delay: 12s;
  -o-animation-delay: 12s;
  -moz--animation-delay: 12s;
  -webkit-animation-delay: 12s;
  background: url(../img/slide3.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pic-4 {
  animation-delay: 18s;
  -o-animation-delay: 18s;
  -moz--animation-delay: 18s;
  -webkit-animation-delay: 18s;
  background: url(../img/slide4.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* keyframes*/

@keyframes slideShow {
  0% {
    opacity: 0;
    transform: scale(1);
    -ms-transform: scale(1);
  }
  4% {
    opacity: 1
  }
  24% {
    opacity: 1;
  }
  28% {
    opacity: 0;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
    -ms-transformm: scale(1);
  }
}

@-o-keyframes slideShow {
  0% {
    opacity: 0;
    -o-transform: scale(1);
  }
  4% {
    opacity: 1
  }
  24% {
    opacity: 1;
  }
  28% {
    opacity: 0;
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -o-transformm: scale(1);
  }
}

@-moz-keyframes slideShow {
  0% {
    opacity: 0;
    -moz-transform: scale(1);
  }
  4% {
    opacity: 1
  }
  24% {
    opacity: 1;
  }
  28% {
    opacity: 0;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -moz-transformm: scale(1);
  }
}

@-webkit-keyframes slideShow {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
  }
  4% {
    opacity: 1
  }
  24% {
    opacity: 1;
  }
  28% {
    opacity: 0;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transformm: scale(1);
  }
}

/* ОБЪЕКТЫ */

.gdg-object {
  overflow: hidden;
  height: auto;
  width: 100%;
  box-shadow: 0 0 20px 0 black;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.image {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(http://img15.hostingpics.net/pics/823065fox.jpg);
  background-position: center center;
  background-size: 250px;
  -webkit-transition: background-size 0.2s ease-in;
          transition: background-size 0.2s ease-in;
}

.title {
  position: absolute;
  z-index: 99;
  bottom: 20px;
  left: 20px;
  color: #fff;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-weight: lighter;
  font-size: 14px;
  text-shadow: 0 0 10px #000;
}

.hover {
  position: absolute;
  background: rgba(45, 45, 55, 0.5);
  width: 500px;
  height: 500px;
  top: 220px;
  left: 40px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in;
          transition: all 0.2s ease-in;
}
.hover i {
  color: #fff;
  font-size: 40px;
  text-decoration: none;
  position: absolute;
  top: 100px;
  left: 10px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in;
          transition: all 0.2s ease-in;
}

.gdg-object:hover .image {
  background-size: 290px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.gdg-object:hover .hover {
  top: -135px;
  left: -80px;
}
.gdg-object:hover .hover i {
  font-size: 90px;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%) translateX(-50%);
      -ms-transform: rotate(-45deg) translateY(-50%) translateX(-50%);
          transform: rotate(-45deg) translateY(-50%) translateX(-50%);
}

/* park technick */

.nav-tabs.nav-justified {
	overflow: hidden;
}

.nav-tabs.nav-justified>li {
	display: block;
    padding: 0 1rem;
    float: left;
    width: 25%;
}

.nav-tabs.nav-justified>li>a {
    border-bottom: 3px solid #93741b;
    border-radius: 0;
	color: #E0E0E0;
}

.nav-tabs>li>a{
	box-sizing: border-box;
	background: transparent;
	border: 3px solid #93741b;
	font-size: 1.3rem;
	color: #fff;
	-ms-transform: skewX(-10deg); /* IE 9 */
    -webkit-transform: skewX(-10deg); /* Safari */
    transform: skewX(-10deg);
}

.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
	border: 3px solid #fcc016;
}

.nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	margin: 0;
	box-sizing: border-box;
	background: #fcc016;
	border: none;
}

.nav-tabs>li>a:hover {
    border: 3px solid #fcc016;
	color: #fff;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
	border-bottom: none;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: transparent;
    border: 3px solid #fcc016;
    border-bottom-color: transparent;
}

.tech-container {
	margin-top: 2rem;
}

.tech-title__box {
	display: block;
	position: relative;
	top: 12rem;
	left: -2rem;
	padding: 2rem;
	background: #575757;
}

.tech-title__box:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -24px;
	right: auto;
	width: 42px;
	height: 100%;
	background: #575757;
	-ms-transform: skewX(-10deg); /* IE 9 */
    -webkit-transform: skewX(-10deg); /* Safari */
    transform: skewX(-10deg);
}

.tech-title__box:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: -24px;
	left: auto;
	width: 60px;
	height: 100%;
	background: #575757;
	-ms-transform: skewX(-10deg); /* IE 9 */
    -webkit-transform: skewX(-10deg); /* Safari */
    transform: skewX(-10deg);
}

.tech__title {
	display: block;
	position: relative;
	margin: 0 0 1.5rem;
	color: #fff;
    font-size: 1.3rem;
	text-align: left;
}

.tech__photo {
    display: block;
    width: 60%;
	float: left;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.tech__photo > img {
	display: block;
	width: 100%;
	height: auto;
	padding: 10px 0 0 10px;
	background: #575757;
	float: left;
}

.our-techniks {
	position: relative;
    display: block;
    width: 40%;
	float: left;
    text-align: left;
}

li.span3 {
	list-style-type: none;
	display: block;
	float: left;
	width: 30%;
	margin: 0 3% 0 0;
}

#container-bf-aftr {
float: left;
}

.balinks {
float: left;
margin: 0;
padding: 0;
}

.opis {
float: right;
width: 40%;
}

/* Modal windows */

.modal-content {
	position: relative;
	padding: 2rem;
	border: 0;
	border-radius: 0;
	box-shadow: none;
/* 	background: url(../img/concrette-wall2.jpg); */
}

.modal-header .close {
	position: relative;
    top: -33px;
    left: 33px;
	margin-top: -2px;
    height: 25px;
    width: 25px;
	background: url(../img/close.png) 50% 50% no-repeat;
    opacity: 1;
}

/* modal windows ended */

/* партнеры */

.partner {
	position: relative;
	display: block;
	width: 100%;
	height: 120px;
	background: url(../img/partner/tender_bg.jpg);
	overflow: hidden;
}

.footer {
	position: relative;
	background: #262626;
	padding: 2rem 1rem;
	color: #f0f0f0;
	text-align: left;
}

.footer a {
	color: #f0f0f0;
}

.footer__logo, .footer__address {
	border-right: 1px dotted #343434;
}

.footer__address {
	padding: 0 .5rem 0 2rem;
}

.footer-phone-title {
	font-size: .9rem;
}

.footer-phone-number {
	font-size: 1rem;
	font-weight: 700;
}
	
}

@media all and (min-width: 1200px) {
	
img.logo {
	margin: 10px 0;
}

.button-light.writeme {
    width: 100%;
    font-size: 1rem;
    text-align: center;
    padding: 15px 10px 15px 30px;
}

.writeme span:before {
	content: '';
	position: absolute;
	width: 21px;
	height: 19px;
	top: 1px;
	left: -32px;
	background: url(../img/writeme.png) 0 50% no-repeat;
}
	
.portfolio-item  {
	display: block;
    position: relative;
    width: 80%;
    float: none;
    height: 244px;
    margin: 0.7rem auto;
    padding: 0;
    border: 1px solid #cdcdcd;
    background: #fff;
    text-align: left;
    box-sizing: border-box;
    overflow: hidden;
}

.work-photo-slides {
    position: relative;
    width: 53%;
    float: left;
	height: 244px;
    padding: 0 3rem 0 0 !important;
    overflow: hidden;
}

.carousel-inner>.item {
    height: 280px;
}
	
	
	h3.prevoskhodstvo {
		font-size: 1.3rem;
	}
	
	.gd-expander {
		left: 20px; /* decrement left as bootstrap does */
	}
	
}

@media (max-width: 767px) {
	.gd-inner img {
		display: none; /* hide to not overflow */
	}
	.gd-expander {
		left: 0; /* remove left as bootstrap does */
	}
}


@media only screen and (max-width: 767px) {
  .row-full-width {
    display: block;
  }
  .row-full-width .span3 {
    display: block;
    float: none;
    width: 100%;
  }
}

.whatsapp-tel-xs > a {
	position: relative;
	display: inline-block;
	color: #f0dd4e;
	margin: 5px auto 20px;
	font-size: 1.2rem;
}

.whatsapp-tel > a {
	color: #f0dd4e;
	margin: 10px auto 20px;
	font-size: 1.2rem;
}

/* -------------------- Внутренние страницы ------------------- */

.simple-page-top {
	padding: 0;
	background: #1d1d1d;
}

/* -------------------- Плавающая кнопка ------------------- */

.btn_own-chat {
    position: fixed;
    bottom: 15px;
    right: 20px;
    overflow: hidden;
    display: block;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: url(../img/ico/obutton.svg) no-repeat center center/34px,#e2000f;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
	z-index: 999;
}

.box-unit-modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1100;
}

 a.own-chat_item, a.own-chat_item:visited  {
	color: #333;
	text-decoration: none;
}

a:hover.own-chat_item {
	background-color: #f0f0f0;
	color: #e2000f;
	text-decoration: none;
}

.own-chat_item.clos {
	background: url(../img/ico/oclose.svg) no-repeat 14px center/34px;
	cursor: pointer;
}

.own-chat_item.wrt {
	background: url(../img/ico/owrite.svg) no-repeat 14px center/34px;
}

.own-chat_item.wt {
	background: url(../img/ico/owhatsapp.svg) no-repeat 14px center/34px;
}

.own-chat_item.phone {
	background: url(../img/ico/ophone.svg) no-repeat 14px center/34px;
}

.unit-modal_overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.35);
    -webkit-animation: fade-in .2s both;
    animation: fade-in .2s both;
}

.unit-modal_wrap {
    z-index: 999999999999;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    background: #fff;
    -webkit-animation: fade-in .4s .2s both, slide-up .4s .2s both;
    animation: fade-in .4s .2s both, slide-up .4s .2s both;
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,.04), 0 2px 6px rgba(0,0,0,.04), 0 0 1px rgba(0,0,0,.04);
    box-shadow: 0 10px 20px rgba(0,0,0,.04), 0 2px 6px rgba(0,0,0,.04), 0 0 1px rgba(0,0,0,.04);
}

.box-unit-modal.own-chat .unit-modal_wrap {
	bottom: 0;
    right: 0;
    top: auto;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 450px;
    max-height: 338px;
    border-radius: 8px 8px;
    margin: auto;
}

@media (min-width: 768px) {
	
	.box-unit-modal.own-chat .unit-modal_wrap {
		bottom: 15px;
		right: 90px;
		top: auto;
		left: auto;
		width: 450px;
		border-radius: 8px;
		-webkit-box-shadow: 0 0 4px rgba(0,0,0,.04), 0 8px 16px rgba(0,0,0,.08);
		box-shadow: 0 0 4px rgba(0,0,0,.04), 0 8px 16px rgba(0,0,0,.08);
		z-index: 999999999;
	}
	
	.btn_own-chat {
		z-index: 99999999;
	}
	
	/* .box-unit-modal.own-chat .unit-modal_overlay {
		background: 0 0;
	}
	*/
}

.own-chat_box {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 8px;
}

.own-chat_content {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.own-chat_list-wrap {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}

.own-chat_list {
    height: 100%;
    padding: 10px 0 0 0;
}

.own-chat_list__block:not(:last-child) {
    border-bottom: 1px solid #efefef;
}

.own-chat_item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 15px 10px 60px;
    min-height: 54px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #262626;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

/* .own-chat_item.phone {
    padding: 5px 15px 5px 60px;
    min-height: 32px;
} */