/* Demo-text-image */
.demo-text-image {
    position: relative;
    padding-left: 40px;
}
.demo-text-image::before {
        content: '';
        display: inline-block;
        position: absolute;
        top: 4px;
        left: 0px;
        width: 30px;
        height: 30px;
        background: url('../img/done-icon.svg') no-repeat center;
}
.demo-text-image_margin {
      margin-top: 10px;
}


/* Form*/
.form-message.success{
	background: #03b103;
	color: #fff;
	padding: 10px 15px;
	border-radius: 3px;
	display: block;
	margin-bottom: 15px;
        margin: 10px 0px;
}

.form-message.error{
	background: #ff4d15;
	color: #fff;
	padding: 10px 15px;
	border-radius: 3px;
	display: block;
        margin: 10px 0px;
}
.form-message-f {padding: 5px 0px;}

/* Slider start*/

.partners-slider {
   background-color: #fff;
   padding: 20px 0px;
}
.about-slider {
  overflow: hidden;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0px 20px;
}

.about-slider__title {
  margin: 40px 0px;
  font-size: 38px;
  font-weight: 700;
  text-align: center;
}

.about-slider__slide {
  max-width: 500px;
}

.about-slider__image {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-slider__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 768px){
   .about-slider__title {
     margin: 30px 0px;
     font-size: 30px;
   }
}

/* Slider end*/
@media (max-width: 768px){
   .perech {
     padding-left: 20px;  
   }
}
.perech

services-header {
    width: 100%;
}

.services-header-container {
    position: relative; 
    background: url('../img/services-header.jpg') no-repeat center / cover;
}

.services-header-container_one {
    position: relative;
    background: none;
    background: url('../img/header-services-4.jpg') no-repeat center / cover;
}

.services-header-container_two {
    position: relative;
    background: none;
    background: url('../img/header-services-2.jpg') no-repeat center / cover;
}

.services-header-container_three {
    position: relative;
    background: none;
    background: url('../img/header-services-3.jpg') no-repeat center / cover;
}

.services-header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #000, #222);
    opacity: 0.65;
}

.services-header-title {
    position: relative;
    font-size: 250%;
    font-weight: 500;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; 
    text-transform: uppercase;
    min-height: 230px;
    padding: 20px 20px;
    z-index: 10;
	
}

@media (max-width: 992px){
    .services-header-title {
	min-height: 200px;
	font-size: 150%;
    }
}

@media (max-width: 768px){
    .services-header-title {
	min-height: 150px;
	font-size: 120%;
    }
}


.ul-container {
    text-align: left;
}
.ul-container li{
    padding-left: 20px;
}

.icons_cont{
    max-width: 25px;
    height: auto;
    padding: 0 5px;
}
.perech{
    list-style: none;
}
.contact-info-wrap a {
    color: black;
}
.servicep{
    background: url("/assets/img/pozharnaja-signalizacija.jpg");
    min-height: 200px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.header{
    margin: 1vw auto;
}
.header a, span{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;

}
ul.grafic {
    list-style: none;
    margin: auto;
}

.contf ul {
    list-style: none;
}
input#podp {
    margin: auto 2%;
    background: blue;
    border-color: blue;
}
form.podpiska {
    display: flex;
}
.cont{
    list-style: none;
}
.cont a{
    color: black;
}

.container-fluide.footer {
    background: #fff;
    padding: 2%;
}
.row.footer {
    margin: auto;
    display: block;
}
.container.form {
    display: block;
    margin: 2% auto;
}
.col-lg-6.col-xs-10.col-md-4.ct {
    background: #fff;
    box-shadow: #000 0px 0px 15px 0px;
}