.project-one__img{
    height: 300px !important;
}

.feature-three__points-box{
    display: flex;
}

.information__logo-box-img{
    width: 100% !important;
}

.feature-three__icon{
    width: auto;
    height: auto;
    padding: 20px 30px;
}

.process{
    margin-top: 50px;
}

#dream_reality{padding:50px 0 0;}
	#dream_reality .container{
        /* background:url('./images/logo4.png') 
        no-repeat 100% 90%;  */
        background: none !important;
        min-height:245px;
    }
	#dream_reality .text{color:#3f3f3f; font-size:26px; font-family: 'Montserrat', sans-serif;}
	#dream_reality .text span{color:#ff8b17;}
	#dream_reality p{color:#3f3f3f; font-size:19px; line-height:30px; font-weight:300; padding:0 0 50px 0;}
	#dream_reality .title{color:#99cc01; font-weight:700; font-family: 'Montserrat', sans-serif; font-size:34px; margin:0 0 20px 0; text-align:center;}
	#dream_reality .text2{color:#3f3f3f; font-size:26px; font-family: 'Montserrat', sans-serif; margin:0 0 25px 0;}
	#dream_reality .text2 a{color:#ff8b17; font-size:23px; font-family: 'Montserrat', sans-serif;}
	#dream_reality ul{padding:0; margin:0 40px; list-style:none; font-size:14px; float:left; line-height:22px;}

.icon-laundry-1:before {
    content: "" !important;
    display: none !important;
}

.icon-laundry-1{
    width: 50px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.icon-laundry-1 img{
    width: 100% !important;
}

.counter-two__icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 4px;
}

.brand-one__main-content .swiper-slide img{
    -webkit-filter: grayscale(0%) !important;
    filter: grayscale(0%) !important;
}
.dream_reality-list ul{
    margin: 0 !important;
}

@media(max-width: 991px){
    .dream_reality-list{
        flex-wrap: wrap;
        justify-content: center;
    }
}

#quote{
    background: url('../images/testimonial.jpg') !important;
}

.HeaderEl{
    pointer-events: none;
    opacity: .7;
}

.HeaderEl_container {
    position: relative;
    display: inline-block;
}
@media(max-width: 1191px){
    .HeaderEl_container{
        width: 100%;
        display: flex;
        align-items: center;
    }
}

.HeaderEl_container a {
    color: inherit;
    position: relative;
    display: inline-block;
}

/* Исходный текст скрываем на hover контейнера */
.HeaderEl_container:hover a {
    color: transparent !important;
}

/* Новый текст */
.HeaderEl_container:hover a::after {
    content: "Soon";
    position: absolute;
    left: 0;
    top: 0;
    color: rgba(0, 0, 0, .7);
}

@media(max-width: 1191px){
    .HeaderEl_container:hover a::after{
        top: 8px;
        color: rgba(255, 255, 255, .7);
    }
}

.counter-two .odometer-formatting-mark{
    display: block;
}

.odometer-inside{
    display: flex;
}