/*--
	Theme Name: theme52954
	Theme URI: http://info.template-help.com/help/
	Description: A theme for Wordpress 3.8.x
	Author: Template_Help.com
	Author URI: http://info.template-help.com/help/
	Template: CherryFramework
	Version: 30000.1
	MotoPress Version: 1.0
--*/

/* ----------------------------------------
	Please, You may put custom CSS here
---------------------------------------- */

@import 'css/font-awesome.min.css';










.mobile-navigation span{
	width: 15px;
	height: 2px;
	background: #333;
}




.nav{
    margin-bottom: 0 !important;
}


#exampleModalCenter .modal-content{
    text-align: center;
}
 
.nav-pills{
    margin-top: 20px;
}
.nav-pills a{
    color: #353535;

}
.nav-pills > .active > a{
    color: red !important;
}
.nav-pills > li > a {
    /*padding-right: 12px;*/
    padding-left: 0 !important;
}
.tab-content .nav-pills{
    /*position: absolute;*/
    /*margin-top: 5%;*/
    margin-top: 0px;
    margin-left: 45px;
}

.portfolio-wrapper{
    display: flex;
    flex-direction: column;
        overflow: hidden;
}
/* .portfolio-wrapper__inner{
    padding: 0% 0 3%;

} */




.portfolio-wrapper-item{
    display: flex;
}
.portfolio-wrapper-item:nth-child(even){
    flex-direction: row-reverse;
}

.portfolio-wrapper-item:nth-child(even) img{
        margin-right: 0;
    margin-left: 0;
}

.portfolio-wrapper-item:nth-child(even) .portfolio-wrapper__left{
    margin-left: 10px;
}

.portfolio-wrapper-item:nth-child(even) .portfolio-wrapper__right{
    margin-left: 0px;
}

.portfolio-wrapper__left{
    /*flex-direction: column;*/
    display: flex;
    position: relative;
        height: 480px;
    flex-basis: 70%;
    width: 70%;
   
}
.portfolio-wrapper__left img{
    height: 480px;
    width: 100%;
     object-fit: cover;
}

.portfolio-wrapper__left-info p{
    line-height: 38px;
    font-size: 36px;
    color: #FFFFFF;
}

.portfolio-wrapper__left_info{
    position: absolute;
    bottom: 12%;
    left: 5%;
    font-size: 36px;
    color: #FFFFFF;

    z-index: 999;
}

.portfolio-wrapper__right{
    display: flex;
    flex-basis: 30%;   
    flex-direction: column;
    margin-left: 10px;
}

.portfolio-wrapper__right img{
    object-fit: cover;
    height: 235px; 
    width : 100%;
}




.portfolio-wrapper__left:hover:before,
.portfolio-wrapper__left:hover .portfolio-wrapper__left-hover,
.portfolio-wrapper__right-top:hover:after,
.portfolio-wrapper__right-bottom:hover:after{
    cursor: pointer;
    opacity: 1;
    text-decoration: none;

}

.portfolio-wrapper__left:hover{
    cursor: pointer;
}


.portfolio-wrapper__left-hover{
    content: '';
	text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0;
    color: #fff;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    display: flex;
    align-items: center;
   padding: 0 5%;
	margin-top: 8%;

}

.portfolio-wrapper__righ-top{
    margin-bottom: 10px;
}


.portfolio-wrapper__right-bottom,
.portfolio-wrapper__right-top{
    display: flex;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

/* .portfolio-wrapper__left:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    opacity: 0;
    color: #fff;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
} */

.f-img{
    z-index: 9;
	width: 100%;
}
.portfolio-hp .portfolio-wrapper__left  .f-img:before{
	content: none;
}




.portfolio-wrapper__left  .f-img:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    opacity: 0;
    color: #fff;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.portfolio-wrapper__left  .f-img:hover:before{
    opacity: 1;
}
.portfolio-wrapper__left  .f-img:hover .portfolio-wrapper__left-hover{
    opacity: 1;
    /*z-index: 99999;*/
}

.pf__main  .portfolio-wrapper__left:before{
	content: '';
}


.portfolio-wrapper__left:after,
.portfolio-wrapper__right-top:before,
.portfolio-wrapper__right-bottom:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0,0,0,0.6);*/
    opacity: 1;
    color: #fff;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    background-color: rgba(0,0,0,0.2);
}



/* .portfolio-wrapper__right-top:after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    opacity: 0;
    color: #fff;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
} */
/* .portfolio-wrapper__right-bottom:after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    opacity: 0;
    color: #fff;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
} */





.portfolio-hp{
    padding: 3% 0;
    background: #f2f2f2;
}

.portfolio-hp .portfolio-wrapper .portfolio-wrapper-item:nth-child(odd){
    padding-bottom: 15px;
        flex-direction: row-reverse;
    text-align: center;
}


.portfolio-hp .portfolio-wrapper .portfolio-wrapper-item:nth-child(odd) .portfolio-wrapper__left{
    margin-right: 0;
    margin-left: 10px;
}

.portfolio-hp .portfolio-wrapper h1{
    margin-bottom: 40px;
}
.portfolio-hp .portfolio-wrapper-item{
    flex-direction: row;
}
/**/

.portfolio-hp .portfolio-wrapper-item{
    margin-bottom: 15px
}

.portfolio-hp .portfolio-wrapper__left{
    margin-right: 10px;
    margin-left: 0;
}

.portfolio-wrapper-item__btn{
    text-align: center;
}
.portfolio-wrapper-item__btn a{
    color: #fff;
    padding: 12px 40px;
    background-color: #353535;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase; 
    margin-top: 15px;
        display: inline-block;
    width: auto;
}

.portfolio-wrapper-item__btn a:hover{
    background-color: #ec1c24;
    color: #fff !important;
    text-decoration: none;
}


.tab-content > .active{
    position: relative;
}


.portfolio-wrapper__left_info p{
    text-transform: uppercase;
}



@media screen and (max-width: 1024px){
    .portfolio-hp .portfolio-wrapper__right{
        display: none;
    }
    .portfolio-wrapper__inner {
        padding: 5% 0 10%;
    }
    .portfolio-wrapper-item{
        flex-direction: column;
    }
    .portfolio-wrapper__left{
        width: 100%;
        flex-basis: 100%;
        margin-bottom: 15px;
    }
    .portfolio-wrapper__right{
        flex-basis: 100%;
        width: 100%;
        margin-left: 0;
    }
    .portfolio-wrapper-item:nth-child(even){
        flex-direction: column;
    }
    .portfolio-wrapper-item:nth-child(even) .portfolio-wrapper__left {
        margin-left: 0px;
    }
    .portfolio-wrapper__right img {
        /*object-fit: cover;*/
        height: 350px
    }
    .tab-content .nav-pills-inner {
        /*position: absolute;*/
        margin-top: 0px;
        /*left: 0;*/
    }
    .nav{
        margin-bottom: 10px !important;
    }
    .nav-pills > li > a{
        font-size: 14px;
    }
	.portfolio-wrapper__left_info{
		text-align: left;
	}
}

@media screen and (max-width: 540px){
    .portfolio-hp .portfolio-wrapper__right{
        display: block;
    }
    .portfolio-wrapper__right{
        display: none;
    }
    .portfolio-wrapper__left img, .portfolio-wrapper__right img {
        height: 300px;
    }
    .portfolio-wrapper__left_info p{
        font-size: 22px
    }
    .portfolio-wrapper__left-hover {
        height: 55%;
/* 		opacity: 1; */
    }
	.portfolio-wrapper__left .f-img:before{
/* 		opacity: 1; */
	}
	.directions__decoration{
		display: none;
	}
	.portfolio-wrapper__left{
		height: auto;
	}
	.portfolio-hp .portfolio-wrapper .portfolio-wrapper-item:nth-child(odd){
		flex-direction: column;
	}
	
}













.sales-product-wrapper  h3{
        margin-left: 30px;
}

.unique_price__wrapper{
        display: flex;
    flex-direction: column;
}
.unique_price__wrapper a{
        margin-bottom: 15px;
}

.sales-product-slider-item img{
    width: 270px;
    height: 270px;
}

.sales-product-slider-item .product-title{
    height: 65px;
}

.sales-product-slider-item figure{
    margin-left: 30px;
    margin-right: 0;
}













/* MAIN PAGE


/***************************
        BLOCK PROPOSITION 
****************************/



.best_proposition{
    background-image: url(/wp-content/uploads/2020/08/4-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    padding: 7% 0;
    text-align: center;

}
.best_proposition h1{
    color: #fff;
}
.best_proposition .span4{
    margin: 30px 0px 30px 30px;
}
@media screen and (max-width: 480px){
	.best_proposition .span4{
		margin: 30px 0px;
	}
	.sales-product-wrapper  h3{
        margin-left: 0px;
	}
	.sales-product-slider-item figure{
		margin-left: 0;
		    margin-right: 10px;
	}
}















.directions {
    width: 100%;
    height: 675px;
    background: #4D4D4D;
    font-size: 0;
    position: relative;
    overflow: hidden;
    font-family: "Ubuntu";
}

.directions__decoration {
    background-color: #eee;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    z-index: 1;
    top: 0
}

.directions__item {
    width: 33.33%;
    height: 100%;

    display: inline-block;
    overflow: hidden;
    position: relative
}

.directions__item_big {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    opacity: 0
}

.directions__item:hover .directions__card {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

.directions__item:hover .directions__button {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    text-decoration: none;
}

.directions_2 .directions__item {
    width: 50%
}

.directions_2 .directions__item_big {
    width: 100%
}

.directions__photo {
    width: 100%;
    height: 100%
}

.directions__list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.directions__heading_h2 {
    color: #fff;
    padding-bottom: 16px
}

.directions__text_p1 {
    width: 250px;
    padding-bottom: 51px
}

.directions__card {
    width: 33.33%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 60px;
    position: absolute;
    bottom: 83px;
    -webkit-transform: translateY(90px);
    transform: translateY(90px);
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.directions__button {
    color: #fff;
    border-color: #fff;
    opacity: 0;
    -webkit-transition: all 0.8s ease, background .3s ease 0s, color .3s ease 0s, border-color .3s ease 0s;
    transition: all 0.8s ease, background .3s ease 0s, color .3s ease 0s, border-color .3s ease 0s;
    -webkit-transform: translateY(90px);
    transform: translateY(90px)
}

.directions__button:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #111 !important
}

.directions__lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(77, 77, 77, 0.4);
}


.directions__card {
    width: 33.33%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 60px;
    position: absolute;
    bottom: 83px;
    -webkit-transform: translateY(90px);
    transform: translateY(90px);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.heading_h2 {
    font-family: "Ubuntu";
    font-size: 32px;
    color: #fff;
    letter-spacing: 0;
    line-height: 32px;
    font-weight: 300;
    font-style: normal;
}
.directions__text_p1 {
    width: 250px;
    padding-bottom: 51px;
}
.text_p1 {
    font-family: "Ubuntu";
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 300;
    font-style: normal;
}






@media screen and (min-width: 1950px) {

    .directions {
        height: 60vh
    }
}





@media screen and (max-width: 1200px) {
    
    .directions {
        height: 440px
    }
    .directions__card {
        padding-left: 48px
    }
    .directions__text_p2 {
        padding-bottom: 0px
    }
    
    .directions__card {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        bottom: 50px
    }
    .directions__button {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        margin-top: 21px
    }
    
    .directions-list__directions-one {
        max-width: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px
    }
    
    .directions__list:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.6) !important;
        width: 100%;
        height: 100%
    }
}


@media screen and (max-width: 767px) {

    
    .directions {
        height: auto
    }
    .directions__lines {
        display: none
    }
    .directions__item {
        width: 100%;
        height: 460px
    }
    .directions_2 .directions__item {
        width: 100%
    }
    
    .directions__card {
        width: 100%;
        padding-left: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        padding: 0 24px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        bottom: 59px
    }
    .directions__button {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        margin-top: 50px
    }
    .directions__text_p1 {
        padding-bottom: 0;
        font-size: 15px;
        line-height: 24px;
        letter-spacing: .6px;
        width: 100%
    }
    
}


.directions__card {
    width: 33.33%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 60px;
    position: absolute;
    bottom: 83px;
    -webkit-transform: translateY(90px);
    transform: translateY(90px);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.heading_h2 {
    font-size: 32px;
    color: #fff;
    letter-spacing: 0;
    line-height: 32px;
    font-weight: 300;
    font-style: normal;
}
.directions__text_p1 {
    width: 250px;
    padding-bottom: 51px;
}
.text_p1 {
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 300;
    font-style: normal;
}

.directions__button {
    -webkit-font-smoothing: antialiased;
    width: 250px;
    height: 54px;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 0;
    outline: none;
    text-transform: uppercase;
    background: transparent;
    overflow: hidden;
    transition: all .3s ease;
    color: #fff;
    border-color: 1px solid#fff;
    opacity: 0;
    -webkit-transition: all 0.8s ease, background .3s ease 0s, color .3s ease 0s, border-color .3s ease 0s;
    transition: all 0.8s ease, background .3s ease 0s, color .3s ease 0s, border-color .3s ease 0s;
    -webkit-transform: translateY(90px);
    transform: translateY(90px);
        padding: 15px 50px;
    border: 1px solid #fff;
    font-size: 16px;
}












































.static_box__mob, .hdm{
	display: none;
}


@media screen and (max-width: 767px){
	.head-phone{
	width: 100%;
    text-align: center;
}
	.hdm{
		display: flex;
		width: 100%;
		    margin-bottom: 5%;
	}
	.static_box_mob{
		margin: 0 20px;
		width: 100%;
		flex-direction: column;
		display: flex;
	}
	.static_box_mob .logo_mob{
		display: flex;
		justify-content: space-between;
/* 		margin-bottom: 25px ; */
	}
	
	.static_box_mob .logo_mob .head-phone{
		position: absolute;
		right: 0;
	}
	.static_box_mob .logo_mob a img{
		max-width: 60%;
	}
	
	.header_wrapper_mob .mobile-navigation {
	    width: 20px;
	}
	.header_wrapper_mob .mobile-navigation span {
		width: 15px;
		height: 2px;
		background: #333;
    }
    	.header_wrapper_mob .mobile-navigation span: first-child {
    	    position: absolute;
    	}
    	.header_wrapper_mob .mobile-navigation span:nth-child(1) {
    	    position: absolute;
    	    top: 8px;
    	}
	
	
	
	
	.head-wrap{
		display: none;
	}
	
}

body {
	font-family: "Ubuntu";
}
header.header {
    /* border-bottom: none !important; */
}
.logo {
    background: #fff !important; 
}
.content-holder {
    padding-bottom: 0 !important; 
}
.product-categories .children {
    padding: 0;
    margin-left: 10px;
}
.product-categories .children li {
	margin: 5px 0;
}
.product_box ul.products li.product {
    width: 270px !important;
}
.title-section {
    padding: 25px 0 !important;
}
footer.footer .span3:after {
	background: #fff !important;
}
#footer-social {
	list-style: none;
	margin-left: 0;
}
#footer-social li {
	margin-bottom: 10px;
}
#footer-social i {
    width: 16px;
    padding: 5px;
    text-align: center;
    border: 2px solid #ec1c24;
    color: #fff;
    background: #ec1c24;
    font-size: 16px;
    line-height: 1;
}
#footer-social .fa-facebook {
    border: 2px solid #4267b2;
    background: #4267b2;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
#footer-social .fa-google-plus {
    border: 2px solid #db4437;
    background: #db4437;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
#footer-social .fa-twitter {
    border: 2px solid #1b9ae7;
    background: #1b9ae7;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
#footer-social>li:hover .fa-facebook {
    background: #fff;
    color: #4267b2;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
#footer-social>li:hover .fa-google-plus {
    background: #fff;
    color: #db4437;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
#footer-social>li:hover .fa-twitter {
    background: #fff;
    color: #1b9ae7;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
#footer-social>li>a {
    font-size: 16px;
    padding: 6px 10px;
}
#footer-social>li:hover a {
    text-decoration: none;
    color: #333333;
}
.g_map_content:after {
    background: none !important;
}
.g_map_content {
    padding: 116px 35px 0 !important;
}
.g_map_content a { color: #fff; font-size: 0.8em; }

/* free consultation */
#myModal-cons {
    left: 50%;
    width: 700px;
    margin-left: -350px;
    min-height: 456px;
}
#myModal-cons img {
    position: absolute;
    top: 0;
    right: 0;
}
.popup-cons-text {
    padding: 100px 40px 0;
}
.popup-cons-text p {
    font-size: 24px;
    margin-bottom: 10px;
}
.popup-cons-text .c-cons-text {
    font-size: 25px;
    font-weight: 800;
    text-transform: uppercase;
}
.popup-cons-text .c-cons-text span {
    color: #ec1c24;
}
#request-cons {
    padding: 10px 15px;
    width: 190px;
    margin-top: 20px;
    border-radius: 0;
}
.popup-cons-text .wpcf7-submit {
    padding: 10px 20px;
    width: 220px;
    height: 42px;
    font-size: 18px !important;
}
/* free q */
#myModal-question {
    left: 50%;
    width: 460px;
    padding: 50px 80px 30px;
    margin-left: -350px;
}
#q-logo-img {
    text-align: right;
}
#q-logo-img img {
    width: 30%;
    margin-bottom: 30px;
}
.popup-q-text p {
    font-size: 24px;
    margin-bottom: 10px;
}
.popup-q-text .c-q-text {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 0;
}
#input-phone {
    margin-top: 15px;
}
#request-q {
    padding: 10px 3%;
    width: 94%;
    margin-top: 30px;
    border-radius: 0;
}
.popup-q-text .wpcf7-submit {
    padding: 15px 20px;
    width: 100%;
    height: 50px;
    font-size: 18px !important;
}
#content .term-description a {
    color: #ec1c24;
}



@media screen and (max-width: 767px){
    .static_box_mob .logo_mob a img {
        max-width: 40%;
    }
}

.modal-body .wpcf7-submit{
        display: inline;
    justify-content: center;
    width: auto;
        padding: 15px 30px;
}





.sec-title{
        margin-top: 50px;
    }
    .page-roof_contact{
        margin: 80px 0;
    }
    .page-roof_contact__wrap-info{
        text-align: center;
        margin-bottom: 50px;
    }
    .page-roof_contact__wrap-info p{
        margin: 0 auto;
        width: 28%;
    }
    .page-roof_contact__wrap-content{
        display: flex;
        justify-content: space-between;
    }
    .page-roof_contact__wrap-content-l{
            display: flex;
        /*align-items: center;*/
        flex-basis: 45%;
        flex-direction: column;
    }
    .cf7-l{
        margin-bottom: 25px;
    }
    .info-img-l img{
        margin-bottom: 15px;
    }
    .portfolio-wrapper{
        text-align: center;
		padding-bottom: 5%;
    }




/* New Styles*/




.icon-box {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*max-width: 400px;*/
    padding: 35px 30px;
    text-align: center;
    cursor: default;
}

.icon-box:before, .icon-box:after {
    content: '';
    position: absolute;
    width: calc(100% - 35px);
    height: calc(100% - 35px);
    border: 1px solid #e5e7e9;
    pointer-events: none;
    transition: .33s all ease;
}

.icon-box:before {
    top: 0;
    left: 0;
    border-width: 1px 0 0 1px;
}

.icon-box:after {
    bottom: 0;
    right: 0;
    border-width: 0 1px 1px 0;
}

.icon-box .divider {
    max-width: 100%;
    margin: 13px auto;
    transition: .33s all ease;
}

.icon-box .box-top,
.icon-box .box-body {
    position: relative;
    will-change: transform;
    transition: .33s all ease;
    -webkit-filter: blur(0);
}

.icon-box .box-top {
    top: 0;
}

.icon-box .box-body {
    max-width: 100%;
}

.icon-box .box-header {
    bottom: 0;
}

.icon-box .box-icon {
    min-height: 46px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.icon-box * + .box-header {
    margin-top: 5px;
}

.icon-box.hover:before, .icon-box.hover:after, .icon-box:hover:before, .icon-box:hover:after {
    width: 100%;
    height: 100%;
    border-color: #ec1c24;
}

.icon-box.hover .box-top, .icon-box:hover .box-top {
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px);
}

.icon-box.hover .box-body, .icon-box:hover .box-body {
    -webkit-transform: translateY(9px);
    transform: translateY(9px);
}

.icon-box.hover .divider, .icon-box:hover .divider {
    width: 168px;
}




.box-header, .box-body{
    height: 60px;
}


.divider {
    width: 49px;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    background: #ec1c24;
}



    .service{
        margin-top: 50px;
    }
    .service-wrapper__info{
        display: flex;  
        margin-bottom: 80px;
		justify-content: space-between;
    }
    .service-wrapper__info-l{
        display: flex;
        flex-direction: column;
		flex-basis: 31%;
    }
    .service-wrapper__info .service-wrapper__info-l:nth-child(even){
        margin-left: 15px;
    }

    .service-wrapper__info-l p{
            font-size: 19px;
        /*line-height: 32px;*/
        font-weight: bold;
        text-transform: uppercase;
        /*color: #333;*/
        margin-top: 30px;
        line-height: 1.3;
        color: #ec1c24;
		height: 45px;
    }
.service-wrapper__info-l .link-img img{
	height: 250px;
	object-fit: cover;
	width: 100%;	
}


    .service-wrapper__info-l span{
        font-weight: 300;
        color: #333;
		height: 60px;
    }
    .service-wrapper__info-l a{
        margin-top: 30px;
        display: block;
        background: red;
        width: 50%;
        text-align: center;
        color: #fff;
        padding: 15px;
        font-weight: bold;
    }
    .service-wrapper__info-l a:hover{
        color: #fff;
    }

@media screen and (max-width: 768px){
	.service-wrapper__info-l .link-img img, .service-wrapper__info-l p, .service-wrapper__info-l span{
		height: auto
	}
	
}

    .service-wrapper_additional{
        background-color: #f2f2f2;

    }
    .service-wrapper_additional-info{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        padding: 80px 0 ;
    }
    .service-wrapper_additional-info__left{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        flex-basis: 50%;
    }
    .l-info{
        margin-right: 120px;
    }

    .service-wrapper_additional-info a{
		background: #353535;
		width: 50%;
		display: block;
		margin-top: 30px;
		text-align: center;
		padding: 15px;
		font-weight: bold;
		color: #fff;
    }
    .service-wrapper_additional-info a:hover{
        text-decoration: none;
        border: 1px solid #ec1c24;
		color: #fff !important; 
    }
    button.close{
        margin: 15px;
        position: absolute;
        right: 0;
		z-index: 99999;
    }



    .page-roof_wrapper{
        margin: 80px 0;
    }

    .page-roof_wrapper-inner{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    footer.footer{
        overflow-x: hidden;
    }
    .page-roof_wrapper-inner__item{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-basis: 30%;
        margin-bottom: 50px
    }



.tab-content > .active, .pill-content > .active{
        display: grid !important;
}

#facad-info{
        justify-content: space-around !important;
    }

    .sales-product-slider-item .product-title{
        font-size: 14px;
        line-height: initial;
    }


.service-table-container {
    max-width: 1200px;
    margin: 80px auto;

}
.service-table-container, .service-table-container_10, .service-table-container_8 {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: 100%;
}
.service-table-container:after, .service-table-container:before, .service-table-container_100:after, .service-table-container_100:before, .service-table-container_10:after, .service-table-container_10:before, .service-table-container_8:after, .service-table-container_8:before {
    display: table;
    content: " ";
}
.service__item {
    position: relative;
    padding-bottom: 30px;
}
.service__mainblock {
    margin: 0 auto;
}
.service-table-width_8 {
    max-width: 760px;
}
.service-table-width {
    width: 100%;
}
.service__mainblock:after, .service__mainblock:before {
    content: '';
    display: table;
    clear: both;
}
.service__col {
    width: 50%;
    text-align: right;
}
.service__item:first-child .service__line {
    top: 10px;
}

.service__line {
    position: absolute;
    width: 2px;
    top: 0;
    background: #222;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.service__circle {
    width: 46px;
    height: 46px;
    position: absolute;
    right: 0;
    left: 0;
    top: 5px;
    margin: 0 auto;
    background-color: #222;
    border-radius: 100%;
    border: 2px solid #fff;
}
.service__number {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}
.service__block {
    padding-right: 56px;
    padding-left: 0!important;
}
.service__title {
    margin-bottom: 6px;
    margin-top: 10px;
}
.service-table-name_lg {
    font-size: 22px;
    line-height: 1.35;
}
.service-table-name {
    font-weight: 600;
    color: #000;
}
.service__descr {
    margin-top: 10px;
    margin-bottom: 5px;
}
.service-table-text_xs {
    font-size: 15px;
    line-height: 1.55;
}
.service-table-text {
    font-weight: 300;
    color: #000;
}
.service__number{
    color: #fff;
}
.service__block-flipped {
    padding-right: 0!important;
    padding-left: 56px;
}
.service__flipped {
    float: right!important;
    text-align: left;
}



.portfolio-hp .portfolio-wrapper__right-top:before,
.portfolio-hp .portfolio-wrapper__right-bottom:before,
.portfolio-hp .portfolio-wrapper__right-top:after,
.portfolio-hp .portfolio-wrapper__right-bottom:after,
.portfolio-hp .portfolio-wrapper__left:before{
	content: none !important;
}

.submit-wrap{
	text-align: center;
}

#facad-info .page-roof_wrapper-inner__item  {
    flex-basis: 40%;
}
.breadcrumb breadcrumb__t{
	display: none;
}
.section-map iframe{
	width: 100%;
	height:470px;
}
.section-map{
	height: 470px;
	    position: relative;
}

@media screen and (max-width: 1200px){
.service-table-container {
    max-width: 960px;
    padding: 0;
}
.service-table-container {
    max-width: 1200px;
}
.service-table-container{
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: 100%;
}
}




@media screen and (max-width: 992px){
    .page-roof_wrapper-inner__item{
        flex-basis: 46%;
        width: 100%;
    }
    .page-roof_wrapper-inner__item .icon-box{
        width: 100%;
    }
    .portfolio-hp .portfolio-wrapper .portfolio-wrapper-item:nth-child(odd) .portfolio-wrapper__left{
        margin-left: 0;
    }
    #topnav{
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
     }
    #topnav li a{
        margin-bottom: 15px;
    }
    .contact-info-form{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
    }
    .g_map_content{
        overflow: hidden;
    }
    
    body #motopress-main.main-holder .content-holder ul.products li.product >a h3 {
        height: 75px;
    }
}

@media screen and (max-width: 768px){
    .page-roof_wrapper-inner__item{
        flex-basis: 100%;
        width: 100%;
    }
    .page-roof_contact__wrap-content{
        flex-direction: column;
    }
    .info-img-l{
        flex-direction: column-reverse;
        margin-bottom: 30px;
    }
    .page-roof_contact__wrap-info p {
    /*margin: 0 auto;*/
        width: 90%;
    }
    .service-wrapper__info{
        flex-direction: column;
    }
    .service-wrapper__info .service-wrapper__info-l{
        margin-bottom: 50px;
    }
    .service-wrapper__info .service-wrapper__info-l:nth-child(even){
        margin-left: 0; 
    }
    .service-wrapper_additional-info{
        flex-direction: column-reverse;
    }
    .service-wrapper_additional-info__left.l-info{
        margin-top: 30px;
        margin-right: 0;
        text-align: center;
    }
    .service-wrapper_additional-info a{
        width: 30%;
        margin: 30px auto;
    }
    .service__block {
        padding-right: 40px;
    }
    .service__block-flipped{
        padding-left: 40px;
    }

}


@media screen and (max-width: 767px){
    .static_box_mob{
        margin: 0 10px
    }
    .static_box_mob .logo_mob{
        margin-top: 10px;
    }
	#facad-info .page-roof_wrapper-inner__item{
		flex-basis: 100%;
	}
}


@media screen and (max-width: 540px){
	.section-map{
		height: auto;
	}
	.g_map_content {
    margin-left: 0 !important;
}
    .service-wrapper_additional-info a {
        width: 60%;
    }
    .service-wrapper_additional-info__left.l-info{
        padding: 0 15px;
    }    
}