body{
    font-family: RobotoRegular;
}

.hidden, .small-div-block{
    display: none;
}

.contact-header{
	padding-top: 10px;
	min-height: 80px;
}

.time-work{
	padding: 5px 0 5px 40px;
    background-image: url(../img/time.png);
    background-position: 0px 12px;
    background-repeat: no-repeat;
}

.time-work strong{
	display: block;
	font-family: RobotoRegular;
	font-size: 12px;
	line-height: 2;
}

.wrapp-for-logo{
	height: 80px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;

}

.main-logo{
	position: relative;
	top: -10px;
	margin-top: 18px;
}

a.logo{
	position: absolute;
	margin-top: -18px;
}

.logo-last{
	font-family: Hyperbola;
	color: #000;
	font-size: 24px;
	padding-left: 35px;
}

.logo-last:hover{
	text-decoration: none;
	color: #ff7900;
}

.contacts{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	text-align: right;
	padding: 5px 0 5px 40px;
/* 	background: url(../img/phone-call.png) 60px 6px no-repeat,
			url(../img/mail.png) 33px 33px no-repeat; */
}

.contacts strong{
	font-family: RobotoRegular;
	font-size: 12px;
	display: block;
	line-height: 2;
}

strong.phone{
	background: url(../img/phone-call.png) 115px center no-repeat;
}

strong.mail{
	background: url(../img/mail.png) 85px center no-repeat;
}


hr{
	margin: 0;
	padding: 0;
	background-color: #ff6d00;
	margin-bottom: 0!important;
}

.electro{
	background-color: #ff6d00;
}

.electro-logo{
	text-align: center;
}

.main-img{
	height: 500px;
	background-image: url(../img/index-img.jpg);
	background-position: ccenter center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.link-wrapp, .link-wrapp-2{
	margin: 7px 0;
}

.link-wrapp a{
	padding: 0 15px;
	border-right: 1px solid #ff6d00;
	font-family: RobotoRegular;
	font-size: 14px;
	color: #000;
}

.link-wrapp-2 a{
	padding: 0 15px;
	border-left: 1px solid #ff6d00;
	font-family: RobotoRegular;
	font-size: 14px;
	color: #000;
}

.link-wrapp a:last-child{
	border: none;
}

.link-wrapp-2 a:first-child{
	border: none;
}

.link-wrapp a:hover, .link-wrapp-2 a:hover{
	text-decoration: none;
	color: #ff6d00;
}

.link-wrapp-2{
	text-align: right;
}

.about-us{
	padding: 50px 0;
}

.our-company strong{
	display: block;
	font-family: RobotoLight;
	font-size: 24px;
	font-weight: 100;
}

.our-company p{
	font-family: RobotoLight;
	font-size: 14px;
	/*line-height: 1.2;*/
}

.our-company a{
	font-family: RobotoLight;
	font-size: 13px;
	padding: 7px 15px;
	border: 1px solid #000;
	color: #ff6d00;
}

.our-company a:hover{
	text-decoration: none;
	background-color: #000;
	color: #fff;
}

.our-advantage strong{
	display: block;
	font-family: RobotoLight;
	font-size: 24px;
	font-weight: 100;
}

.our-advantage{
	/*padding-left: 40px;*/
}

.our-advantage p{
	padding: 0;
	font-family: RobotoLight;
	font-size: 14px;
	margin-top: -7px;
}

.main-slider .square{
	position: relative;
	width: 255px;
	height: 255px;
	border: 3px solid #ff6d00;
	-webkit-box-shadow: -8px 15px 48px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: -8px 15px 48px 0px rgba(0,0,0,0.25);
	box-shadow: -8px 15px 48px 0px rgba(0,0,0,0.25);
}

.my-slider{
	position: absolute!important;
	top: 10px;
}

section.description{
	height: 780px;
	background-color: #383838;
	padding-top: 70px;
	position: relative;
	background-image: url(../img/bg-v2.png);
	background-position: center center;
	background-repeat: no-repeat;

}

section.description .img-descr{
	position: absolute;
	z-index: 2;
	top: -50px;
	left: -70px;
}

section.description .rectangle{
	position: absolute;
	width: 100%;
	height: 415px;
	background-color: #ff6d00;
	top: 185px;
	z-index: 1;
}

section.description .square{
	height: 640px;
	width: 1305px;
	border: 3px solid #ff6d00;
	margin: 0 auto;
	z-index: 0;
}

section.description .rect-on-img{
	width: 100%;
	height: 300px;
	background-color: #ff6d00;
}

section.description .title-descr{
	position: absolute;
	z-index: 3;
	top: 155px;
	text-align: center;
	color: #fff;
	font-family: RobotoLight;
	font-size: 16px;
}

section.description .title-descr h2{
	line-height: 32px;
	margin-bottom: 24px;
}

section.form-feedback{
	height: 500px;
	background-image: url(../img/img-feedback.jpg);
	background-position: center center;
	background-repeat: repea-x;
	margin: 55px 0;
}

.forma{
	max-width: 420px;
	min-height: 335px;
	background-color: rgba(0,0,0,.5);
	margin: 95px auto;
	border: 1px solid #ff6d00;
}

.forma-for-map{
	background-color: rgba(0,0,0,.8);
}

.forma .form-title{
	width: 100%;
	min-height: 70px;
	background-color: #ff6d00;
	margin-top: 20px;
}

.forma .form-title strong{
	display: block;
	text-align: center;
	font-family: RobotoLight;
	font-size: 22px;
	color: #fff;
	font-weight: 100;
}

.forma form input{
	display: block;
	background-color: transparent;
	border: 1px solid #ff6d00;
	font-family: RobotoLight;
	font-size: 14px;
	font-weight: 100;
	text-align: center;
	margin: 20px auto;
	color: #fff;
	height: 35px;
	padding: 0 75px;
}

.forma form button{
	display: block;
	margin: 0 auto;
	background-color: #000;
	border: 1px solid #ff6d00;
	padding: 5px 15px;
	color: #ff6d00;
	font-family: RobotoLight;
	font-size: 14px;
	font-weight: 100;
}

.forma form button:hover{
	cursor: pointer;
	background-color: transparent;
	color: #fff;
}

section.our-depl{
	min-height: 560px;
	background-color: #383838;
	padding-bottom: 20px;
}

section.our-depl .title-our-depl strong, section.reviews .title-our-depl strong{
	display: block;
	font-family: RobotoLight;
	font-size: 24px;
	font-weight: 100;
	color: #fff;
}

.title-abus strong{
	display: block;
	font-family: RobotoLight;
	font-size: 24px;
	font-weight: 100;
	color: #fff;
}

.title-abus h3{
	color: #ff6d00;
	margin-top: 15px;
	font-family: Hyperbola;
}

.our-depl{
	position: relative;
}

.rect-2{
	height: 210px;
	width: 100%;
	background-color: #ff6d00;
	position: absolute;
	top: -270px;
	z-index: 1;
}

.img-depl{
	position: absolute;
	top: -23px;
	left: 15px;
	z-index: 2;
	transition: all .3s ease;
}

.img-depl:hover{
	top: -8px;
	left: 30px;
}

.img-depl img{
	width: 300px;
	box-shadow:0 0 45px #000;
}

.depl-rect{
	width: 300px;
	height: 300px;
	border: 1px solid #ff6d00;
	margin-left: 25px;
}

.text-in-block{
	margin-top: 10px;
}


.text-in-block strong{
	font-family: RobotoLight;
	font-size: 16px;
	line-height: 20px;
	font-weight: 100;
	color: #000;
	display: inline-block;
	margin-bottom: 10px;
}

.text-in-block p{
	font-family: RobotoLight;
	font-size: 14px;
	font-weight: 100;
	line-height: 14px;
	color: #fff;
}

section.reviews{
	min-height: 580px;
}

section.reviews .title-our-depl strong{
	color: #000;
}

.rew{
/* 	width: 100%;
height: 350px;
background-color: #383838;
position: relative;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-ms-align-items: flex-end;
align-items: flex-end;
transition: all .3s ease; */
}

.rew:hover{
/* 	-webkit-box-shadow: 0px 0px 50px -1px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 50px -1px rgba(0,0,0,0.5);
box-shadow: 0px 0px 50px -1px rgba(0,0,0,0.5); */
}

.rew .text-rew{
	color: #fff;
	margin-left: 20px;
	font-family: RobotoLight;
	font-size: 14px;
	font-weight: 100;
}

.rew .text-rew h6{
	color: #ff6d00;
}

.rew .photo{
	position: absolute;
	margin: -115px 17px;
	width: 90%;
	height: 60%;
	background-color: #aeaeae;
}

footer{
	min-height: 180px;
	background-color: #ff6d00;
	padding-bottom: 20px;
}

.text-footer ul li{
	list-style-type: none;
}

.text-footer ul li a{
	font-family: RobotoLight;
	font-size: 24px;
	color: #fff;
}

.text-footer a{
	font-family: RobotoLight;
	font-size: 24px;
	color: #fff;
}

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

.text-footer strong a{
	font-family: RobotoLight;
	font-size: 18px;
	color: #000;
}

.text-footer strong a:hover{
	text-decoration: none;
	color: #000;
}

.text-footer ul li a:hover{
	text-decoration: none;
	color: #000;
}

.text-footer h6{
	font-family: RobotoLight;
	text-align: center;
	font-size: 24px;
}

ul.second-text-in-footer li{
	font-family: RobotoLight;
	font-size: 16px;
	color: #fff;
}

.text-footer strong{
	display: block;
	text-align: right;
	font-family: RobotoLight;
	font-size: 18px;
	font-weight: 300;
	color: #000;
	margin-bottom: 20px;
}

.social-btn{
	text-align: right;
}

.social-btn img{
	margin-left: 10px;
}

#map{
	width: 100%;
	min-height: 215px;
}

.aboutus{
	background-color: #383838;
	min-height: 1790px;
	min-width: 100%;
	position: relative;
}

.about-us-img-1,.about-us-img-2, .about-us-img-3{
	position: relative;
}

.about-us-img-1 img{
	position: absolute;
	z-index: 1;
	top: 30px;
	width: 550px;
}

.about-us-title{
	color: #000;
	margin-top: 170px;
	position: absolute;
	z-index: 2;
	font-family: RobotoLight;
	font-size: 16px;
	font-weight: 100;
}

.peregorodka-1{
	width: 100%;
	min-height: 230px;
	background-color: #ff7900;
	position: absolute;
	z-index: 0;
	top: 305px;
}

.about-us-img-2 img{
	position: absolute;
	z-index: 1;
	top: 570px;
	width: 550px;
}

.peregorodka-2{
	width: 100%;
	min-height: 260px;
	background-color: #ff7900;
	position: absolute;
	z-index: 0;
	top: 805px;
}

.peregorodka-3{
	width: 100%;
	min-height: 230px;
	background-color: #ff7900;
	position: absolute;
	z-index: 0;
	top: 1305px;
}

.about-us-title-2{
	color: #000;
	margin-top: 670px;
	position: absolute;
	z-index: 2;
	font-family: RobotoLight;
	font-size: 16px;
	font-weight: 100;
}

.about-us-title-3{
	color: #000;
	margin-top: 1170px;
	position: absolute;
	z-index: 2;
	font-family: RobotoLight;
	font-size: 16px;
	font-weight: 100;
}

.about-us-img-3 img{
	position: absolute;
	z-index: 1;
	top: 1010px;
	width: 550px;
}

.img-fl{
	max-width: 100%;
	height: 100%;
	display: block;
}

.gallery{
	background-image: url(../img/bg-gallery.jpg);
	background-position: center 300px;
	background-repeat: repeat-x;
}

.gallery .title-abus strong{
	color: #000;
}

.faq{
    
}

/* .faq .item{ 
    background: #ff0;
    margin: 20px 0;
}

.faq .item .ask{
    font-size: 30px;
    margin-bottom: 10px;
    cursor: pointer;
}

.faq .item .answer{
    overflow: hidden;
    padding: 0 15px;
} */

.item{
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
    display: inline-block;
    font-size: .9375em;
    line-height: 1.3125em;
    padding: 20px 10px;
    vertical-align: top;
	background-color: #383838;
	margin-right: 10px;
}

.item-2{
	max-width: 350px;
	height: 350px;
	background-color: #aeaeae;
}

.item .slider-photo{
	width: 100%;
/*    height: 130px;*/
    background-color: #aeaeae;
    display: inline-block;
}

.item .slider-photo img{
	width: 100%;
}

.item h4{
	font-family: RobotoLight;
	color: #ff7800;
	font-size: 18px;
	font-weight: 100;
	margin: 0 0 15px 0;
	display: inline-block;
	min-height: 60px;
}

.item p{
	font-family: RobotoLight;
	font-size: 14px;
	font-weight: 100;
	color: #fff;
	display: inline-block;
    min-height: 180px;
}

.item .read{
	padding: 8px 50px;
	font-family: RobotoLight;
	font-size: 14px;
	font-weight: 100;
	color: #ff7800;
	border: 1px solid #ff7800;
	background-color: transparent;
	display: inline-block;
	/*margin: 10px 0;*/
}

.item .read:hover{
	background-color: #ff7800;
	color: #000;
	text-decoration: none;
}


section.gallery-2{
	min-height: 550px;
	width: 100%;
	background-color: #383838;
	background-image: url(../img/gallery-bg.jpg);
	background-position: center 300px;
	background-repeat: repeat-x;
}

.main-map{
	min-height: 600px;
	background-image: url(../img/map.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding-bottom: 30px;
}

.feed{
	background-color: rgba(0,0,0,.8);
	max-width: 360px;
	padding: 10px 0;
	border: 1px solid #ff7900;
	margin: 95px 90px;
}

.feed strong{
	display: block;
	text-align: center;
	color: #fff;
	font-family: RobotoLight;
	font-size: 14px;
	font-weight: 100;
	padding-bottom: 10px;
}

.feed strong:last-child{
	font-size: 18px;
}

.feed strong span{
	color: #ff7900;
}

/*Added 2018-07-27 - START*/
#article-list h1 {
	display: block;
	margin-bottom: 2rem;
    margin-top: 2rem;
	color: #000;
	font-family: RobotoLight;
    font-size: 24px;
    font-weight: 100;
}

#article-list .list-item {
	font-size: .9375em;
    line-height: 1.3125em;
    padding: 20px 10px 0px 10px;
    vertical-align: top;
    background-color: #383838;
    margin: 0 0 10px 0;
}


#article-list .aticle-img-main{
	width: 100%;
    height: 150px;
    background-color: #aeaeae;
}

#article-list .aticle-img-main img{
	display: block;
    margin: 0 auto;
    max-width: 100%;
	max-height: 100%;
}

#article-list h2 {
    font-family: RobotoLight;
    color: #ff7800;
    font-size: 18px;
    font-weight: 100;
    margin: 15px 0;
}


#article-list p{
	font-family: RobotoLight;
    font-size: 14px;
    font-weight: 100;
    color: #fff;
    display: inline-block;
    min-height: 180px;
}

#article-list .read:hover {
    background-color: #ff7800;
    color: #000;
    text-decoration: none;
}

#article-list .read {
    padding: 8px 50px;
    font-family: RobotoLight;
    font-size: 14px;
    font-weight: 100;
    color: #ff7800;
    border: 1px solid #ff7800;
    background-color: transparent;
    display: inline-block;
    margin: 10px 0;
}

#article {
	background-color: #383838;
    /*min-height: 1790px;*/
    min-width: 100%;
    /*position: relative;*/
}

#article h1{
	position: absolute;
	display: inline-block;
    font-family: RobotoLight;
    font-size: 24px;
    font-weight: 100;
    color: #fff;
    top: 165px;
    z-index:2;
}

/*#article .annotation{
	color: #000;
    margin-top: 140px;
    position: absolute;
    z-index: 2;
    font-family: RobotoLight;
    font-size: 16px;
    font-weight: 100;
}*/
#article .img-1{
    position: relative;
}
#article .img-1 img{
	position: absolute;
    z-index: 1;
    top: 30px;
    width: 100%;
    max-height: 300px;
    box-shadow:0 0 25px #000;
}

#article .peregorodka-1{
	width: 100%;
    min-height: 125px;
    background-color: #ff7900;
    position: absolute;
    z-index: 0;
    top: 340px;
}

#article .description{
    /*position: absolute;*/
    z-index: 2;
    margin-top: 360px;
    color: #fff;
    font-family: RobotoLight;
    font-size: 16px;
    font-weight: 100;	
}

#gallery h1 {
	display: block;
	margin-bottom: 2rem;
    margin-top: 2rem;
	color: #000;
	font-family: RobotoLight;
    font-size: 24px;
    font-weight: 100;
}

#gallery h2 {
	display: block;
	margin-bottom: 1rem;
    margin-top: 1.5rem;
	font-family: RobotoLight;
    font-size: 20px;
    font-weight: 100;
}

#gallery img{
	margin-bottom: 20px;
}

#gallery-part-1 {
	background-color: #ff6d00;
}

#gallery-part-1 h2 {
	color: #000;
}

#gallery-part-2 {
	background-color: #383838;
}

#gallery-part-2 h2 {
	color: #fff;
}

#faq {
}

#faq .card {
	border: 0;
}

#faq .card-header {
	border-radius: 0;
	background-color: #383838;
}

#faq button{
	color: #fff;
}

#review-list h1 {
	display: block;
	margin-bottom: 2rem;
    margin-top: 2rem;
	color: #000;
	font-family: RobotoLight;
    font-size: 24px;
    font-weight: 100;
}

#review-list .review-line-1, .review-line-2 {
	padding: 30px 20px;
}

#review-list .review-line-1{
	background-color: #ff6d00;
}


#review-list .review-line-2{
	color: #fff;
	background-color: #383838;
}

#review-list img{
	width: 200px;
	height: 200px;
	margin: 0 20px;
}

.machine-b{
	padding-bottom: 0px !important;
	color: #fff !important;
}

.machine-p{
	color: #fff;
	margin: 20px 0;
	min-height: 120px;
}


/*Added 2018-07-27 - END*/