
.root {
    font-family: 'Open Sans', sans-serif;
    margin: 0 auto;
}

/*== Header ==*/
.header {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
	position: fixed;
	z-index: 99999;
	background-color: #fff;
	padding: 0px 20px;
	border-bottom: 1px solid #e7e7e7;
	box-sizing: border-box;
}
.header__logo {
    display: block;
    flex-grow: 1;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	float: left;
	clear:both;
	font-style: italic;
	padding-bottom: 10px;
}
.header__logo span:first-of-type {
    color: #000;
}
.header__logo span:last-of-type {
    color: #000;
}
.header__logo img {
	height: 80px;
	margin: 20px 0 5px;
}
.header__phone {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-self: flex-end;
    font-size: 30px;
    margin: 0 20px 0 0;
}
.color {
	color:#00aef0;
}
.header__phone_icon {
	display: inline-block;
	float: left;
	width: 36px;
	height: 36px;
	margin: 0 20px 0 0;	
}
.header__phone_num {
    text-decoration: none;
	color: #b10505;
	font-weight: 700;
}
.header__button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
	background: #691515; /*== Change for branding ==*/
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.1rem;
	font-weight: 700;
	padding: 12px 20px;
	text-align: center;
	border: 1px solid #ffffff;
	transition: .3s;
	transition-timing-function: ease;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.7);
	line-height: 20px;
	border-radius: 3px;
}
.header__button:hover {
    background: #ffffff; /*== Change for branding ==*/
	border-color: #691515;
	color: #b10505;
 }
.header__button_top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    background: #ed1c24; /*== Change for branding ==*/
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
	margin-right: 40px;
	font-weight: 700;
	padding: 12px 20px;
	border: 1px solid #ffffff;	
	transition: .3s;
	transition-timing-function: ease;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.3);
}
.header__button_top:hover {
    background: #000000; /*== Change for branding ==*/
 }
.no-line {
	text-decoration: none;
}
.offer {
	color:#00aef0;
	font-weight: 700;
	font-size: 2.25rem;
	line-height: 2.6rem;
}
.header__button span {
    margin: 3px 0 0 0;
}
.header__button_top span {
    margin: 3px 0 0 0;
}
.content {
	z-index: 0;
	padding-top: 132px;
	margin-bottom: 80px;
}
.hero-mobile {
	display:none;
}

/*== Form ==*/
.form {
    display: flex;
    flex-direction: column;
    max-width: 1340px;
    margin: 0 auto;
}
.form__wrapper {
    display: flex;
    flex-direction: row;
    background-color: rgba(177,5,5,0.6);
	position: relative;
	background-image: url(/assets/images/main-min.jpg); /*== Update Path ==*/
	background-repeat: no-repeat;
	background-position: right;
	background-size: 100% auto;
}
.form__wrapper_block {
    background-color: rgba(177,5,5,0.6);
    display: flex;
    flex-direction: column;
    padding: 10px 10px 15px 10px;
    width: 520px;
}
.form__wrapper_block_title {
    font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    font-size: 32px;
	line-height: 36px;
	color: #ffffff;
}
.form__wrapper_block_title_hero {
    font-family: 'Open Sans', sans-serif;
    font-size: 52px;
	text-shadow: 2px 2px 4px #3d3d3d;
	padding: 10px;
	border-radius: 0px;
	margin-left: 0;
}
.form__wrapper_block_num {
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
    font-size: 42px;
    white-space: nowrap;
	margin-top: 10px;
}
.form__wrapper_block_num-hero {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
	line-height: 24px;
	margin-top: 20px;
	text-align: center;
}
.form__wrapper_block_triger {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0px 0px;
	background-color: #08415c; /*== Change for branding ==*/
	color: #fff;
	text-align: center;
	padding: 3px;
	box-sizing: border-box;
}
a.no-line-phone {
	text-decoration: none;
	color: #ffffff;
}
a.no-line-phone:hover {
	text-decoration: underline;
}
.hero-cta {
	background-color: #b11003; /*== Change this for branding ==*/
	text-align: center;
	color:#fff;
	margin: -10px 0px 40px -10px;
	padding: 0px;
	position: relative;
}
.hero-cta img {
	position: absolute;
	left: 0px;
}
.form__wrapper_block .form_input {  /*== Change for branding ==*/
    align-self: center;
    width: 100%;
    height: 40px;
    padding: 0 24px;
    background-color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
    margin: 7px auto;
	box-sizing: border-box;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.5);
	border-radius: 3px;
}
.form__wrapper_block_btn {
    align-self: center;
    margin: 10px auto 0;
    cursor: pointer;
	font-family: 'Open Sans', sans-serif;
}
.form__static {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100px;
	width: 90%;
	max-width: 1340px;
	margin: 20px auto 0 auto;
}
.form__static_field {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    width: 33%;
}
.form__static_field div.static-1 {
     font-family:Arial, Helvetica, "sans-serif";
	font-weight: 700;
    font-size: 32px;
	line-height: 36px;
    color: #ed1c24;
	flex-basis: 250px;
	text-align: right;
	float: none;
	width: 100%;
	margin:0px 5px;
}
.form__static_field div.static-2 {
    font-size: 20px;
    line-height: 24px;
	text-align: left;
	float: none;
	width: 100%;
	margin:0px 5px;
}
input::-webkit-input-placeholder {
    color: #393939;
	font-family: 'Open Sans', sans-serif;
}
input:focus::-webkit-input-placeholder {
    color: #CCCCCC;
}
/* Firefox < 19 */
input:-moz-placeholder {
    color: #393939;
	font-family: 'Open Sans', sans-serif;
}
input:focus:-moz-placeholder {
    color: #CCCCCC;
}
/* Firefox > 19 */
input::-moz-placeholder {
    color: #393939;
	font-family: 'Open Sans', sans-serif;
}
input:focus::-moz-placeholder {
    color: #CCCCCC;
}
/* Internet Explorer 10 */
input:-ms-input-placeholder {
    color: #393939;
	font-family: 'Open Sans', sans-serif;
}
input:focus:-ms-input-placeholder {
    color: #CCCCCC;
}

/*== Quick Facts ==*/
.quick-facts {
	display: flex;
	flex-direction: column;
	max-width: 1340px;
	margin: 20px auto 0;
}
.quick-facts-block {
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: space-between;
}
.quick-facts-block-info {
	display: flex;
	flex-direction: column;
	width: 33%;
	margin: 0px;
	padding: 15px;
	box-sizing: border-box;
}
.quick-facts-info-text {
	flex-basis: 29%;
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-align: left;
	font-size: 24px;
	width: auto;
	margin: 0 auto;
}

/*== Services ==*/
.services {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 80px 0 0 0;
}
.services__title {
    display: flex;
    line-height: 46px;
    font-size: 42px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
    color: #000000;
}
.services__block {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
}
.services__block_info {
    display: flex;
    flex-direction: column;
    background-color: rgba(0,0,0, 0.075);
    width: 350px;
    margin: 30px 20px 0px;
	padding-bottom: 15px;
}
.services__block_info_img {
    width: 100%;
}
.services__block_info_text {
    display: flex;
    flex-direction: column;
    height: 50%;
    padding: 0 10px;
    text-align: left;
}
.services__block_info_text p:first-of-type {
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
    font-size: 24px;
    padding: 24px 0;
	width: 90%;
	margin: 0px auto;
}
.services__block_info_text p:nth-of-type(2) {
    line-height: 24px;
    font-size: 16px;
    width: 90%;
	margin: 0px auto;
}

/*== Call Box ==*/
.call {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #b11003;
	width: 100%;
    max-width: 1340px;
    margin: 80px auto 0 ;
    height: auto;
	padding: 30px 0px;
}
.call__info {
    margin: 0 0 0 113px;
	width: 80%;
}
.call__info_text {
    width: 80%;
    line-height: 24px;
    font-size: 16px;
	color: #fff;
}
.call__btn {
    margin: 0 113px 0 0;
}
.call__btn .get_started {
    display: flex;
}
.call__btn .call_me {
    display: none;
}

/*== Expectations/Remodeling ==*/
.remodeling {
	display: flex;
    justify-content: space-between;
    padding: 0px 50px;
    margin: 0 auto;
    max-width: 1340px;
	margin-top: 80px;
}
.remodeling__img {
	float: left;
    width: 50%;
    height: 100%;
}
.remodeling__img-wide {
	display: none;
 }
.remodeling__info {
    float: right;
    width: 45%;
}
.remodeling__info_mob_title {
    display: none;
}
.remodeling__info_title {
    font-size: 36px;
	line-height: 40px;
    font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    padding: 0 0 18px 0;
	color: #b10505;
}
.remodeling__info_li {
    display: flex;
    flex-direction: row;
    line-height: 24px;
    font-size: 16px;
    padding: 6px;
}
.remodeling__info_li .icon-check {
   	margin: 0 22px 0 0;
	width: 14px;
	height: 11px;
}
.remodeling__info_triger {
    line-height: 24px;
    font-size: 16px;
    padding: 18px 0 24px 0;
}

/*== Quote Gallery ==*/
.gallery {
	max-width: 1340px;
	width: 100%;
	margin: 80px auto 0px;
	background-color: #b11003;
	padding: 30px 0px 50px;
	position: relative;
}
.gallery__title {
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
    line-height: 46px;
    font-size: 42px;
    text-align: center;
    color: #000000;
    padding: 60px 0 24px;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100px;
}
.swiper-quote { /*== Change for branding ==*/
	color: #fff;
	font-size: 40px;
	line-height: 30px;
}
.swiper-quote:first-of-type {
	margin-left: -20px;
}
.swiper-quote:last-of-type {
	position: absolute;
	right: 0px;
	top: 0px;
}
.swiper-slide p {
	font-size: 24px;
	line-height: 28px;
	font-weight: 400;
	margin-left: 20px;
	margin-right: 20px;
	color: #fff;
}
hr {
	color: #999;
	margin: 20px 0px 30px;
}
p.review-name {
	font-size: 24px;
}
.swiper-slide span.stars {
	font-size: 26px;
	padding-left: 20px;
	color: #E19F24;
}
.gallery-top {
	width: 85%;
    padding: 0 50px;
    margin: 0 auto;
}
.gallery-thumbs {
    height: 0px;
    margin: 0 auto;
    box-sizing: border-box;
}
.gallery-thumbs .swiper-slide {
    width: 0;
    margin: 24px 0;
    height: 0;
    opacity: 0.4;
}
div.swiper-button-next,
div.swiper-button-prev {
    background-image: none;
    outline: none;
	padding: 0px 20px;
}
.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

/*== Facts & Facts Top==*/
.num {
    font-size: 38px;
    color: #b10505;
}
.section__title {
    font-family: 'Open Sans', sans-serif;
    line-height: 40px;
    font-size: 36px;
    text-align: center;
    padding: 0;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 20px;
	color: #b10505;
	border-bottom: 1px solid #08415c;
	padding-bottom: 10px;
}
.facts-top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px 50px ;
    margin: 80px auto 0;
    max-width: 1340px;
}
.facts__title-top {
    display: inline-block;
    line-height: 46px;
    font-size: 42px;
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
    color: #000000;
    padding: 0 0 50px 0;
	max-width: 900px;
	margin:0 auto 0 auto;
	text-align: center;
}
.facts__wrapper-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.facts__wrapper_info-top {
    display: flex;
    flex-direction: column;
    width: 75%;
}
.facts__wrapper_info_row-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.facts__wrapper_info_row_num-top {
    font-size: 38px;
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
    color: #8d9a45;
	width: 15%;
	text-align: left;
	margin-right: 20px;
}
.facts__wrapper_info_row_title-top {
    flex-basis: 35%;
    font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
    font-size: 24px;
	text-align: center;
	padding-right: 20px;
	color: #b10505;
}
.facts__wrapper_info_row_text-top {
    width: 80%;
    line-height: 24px;
    font-size: 16px;
	padding-right: 5%;
}
.facts__wrapper_info_divider-top {
    width: 100%;
    height: 2px;
    background: #E2E2E2;
    margin: 24px 0;
}
.facts__wrapper_img-top {
    width: 300px;
    margin: 0;
	object-fit: cover;
}
.facts {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px 50px ;
    margin: 80px auto 0;
    max-width: 1340px;
}
.facts__title {
    display: inline-block;
    line-height: 46px;
    font-size: 42px;
     font-family: 'Open Sans', sans-serif;
	font-weight: 700;
    color: #000000;
    padding: 0 0 50px 0;
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}
.facts__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.facts__wrapper_info {
    display: flex;
    flex-direction: column;
    width: 66%;
}
.facts__wrapper_info_row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.facts__wrapper_info_row_num {
    font-size: 38px;
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
    color: #ed1c24;
	width: 22%;
	text-align: right;
}
.large-number{
	font-size: 38px;
}
.facts__wrapper_info_row_title {
    flex-basis: 29%;
    font-family: 'Open Sans', sans-serif;
	font-weight: 300;
    font-size: 24px;
	text-align: right;
	padding-right: 20px;
	text-transform: uppercase;
}
.facts__wrapper_info_row_text {
    width: 69%;
    line-height: 24px;
    font-size: 16px;
	padding-right: 5%;
}
.facts__wrapper_info_divider {
    width: 100%;
    height: 2px;
    background: #E2E2E2;
    margin: 24px 0;
}
.facts__wrapper_img {
    width: 300px;
}

/*== More Info (Team) ==*/
.team {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 80px auto 0px;
}
.team__title {
    display: inline-block;
    line-height: 46px;
    font-size: 42px;
    font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    color: #b10505;
    padding: 0 0 10px 0;
	max-width: 900px;
	margin: 0 auto 20px;
	text-align: center;
	border-bottom: 1px solid #08415c;
}
.team__block {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
}
.team__block_info {
    display: flex;
    flex-direction: column;
    width: 320px;
    margin: 24px 10px 0px;
}
.team__block_info_img {
    background-color: #F9F9F9;
	width: 100%;
}
.team__block_info_text {
    text-align: left;
    padding: 12px 10px 0 10px;
}
.team__block_info_text_name {
    font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
}
.team__block_info_text_job {
    line-height: 34px;
    font-size: 16px;
}
.team__block_info_text_desc {
    width: 100%;
    line-height: 24px;
    font-size: 16px;
}

/*== Footer ==*/
.footer {
    width: 100%;
    margin: 0 auto;
}
.footer .data {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #b11003;
    max-width: 1340px;
	margin: 0 auto;
    padding: 50px 0px;
}
.submit-row {
	width: 200%;
	height: 50px;
}
.data__button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    padding: 12px 20px;
	background: #691515; /*== Change for branding ==*/
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.1rem;
	margin: 20px auto 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	border: 1px solid #ffffff;
	transition: .3s;
	transition-timing-function: ease;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.7);
	line-height: 20px;
	border-radius: 3px;
}
.data__button:hover {
    background: #ffffff; /*== Change for branding ==*/
	border-color: #691515;
	color: #b10505;
}
.footer .data__call {
    display: flex;
    flex-direction: column;
    align-items: center;
	width: 100%;
	padding: 0px 20px;
	box-sizing: border-box;
}
.footer .data__call_triger {
    text-align: center;
}
.footer .data__form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    justify-content: space-between;
    margin: 24px 0;
}
.footer .data__form_input { /*== Change for branding ==*/
    justify-self: center;
    width: 329px;
    height: 52px;
    padding: 0 24px;
    background-color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
    margin: 0 12px 14px 12px;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.5);
	border-radius: 3px;
}

/*== Awards/Credentials ==*/
.awards__items_thumb:nth-last-of-type(2),
.awards__items_thumb:nth-last-of-type(3),
.awards__items_thumb:nth-last-of-type(4) {
    border-right: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
}
.awards__items_thumb:nth-last-of-type(5) {
    border-bottom: 1px solid #EEEEEE;
}
.awards__items_thumb:nth-last-of-type(8),
.awards__items_thumb:nth-last-of-type(7),
.awards__items_thumb:nth-last-of-type(6) {
    border-right: 1px solid #EEEEEE;
}
.awards {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1340px;
    margin: 0 auto;
	padding: 30px 0 0;
}
.awards__title {
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
    line-height: 46px;
    font-size: 42px;
    text-align: center;
    color: #000000;
}
.awards__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    width: 100%;
    margin: 50px 0 0 0;
}
.awards__items_thumb {
    display: flex;
    height: 100px;
    justify-content: center;
}
.awards__items_thumb img {
    display: flex;
    align-self: center;
    justify-self: center;
}
.hidden-sm {
	display: block;
}
.hidden-md {
	display: none;
}

/*== Media Queries ==*/
@media (max-width: 1200px) {
	.hero-cta {
		margin: 0px -20px 40px -20px
	}
    .form__wrapper_block {
        padding: 0 20px 20px;
        width: 320px;
    }
    .form__static_field p:first-of-type {
        flex-basis: 125px;
    }
    .form__static_field p:nth-of-type(2) {
        font-size: 24px;
    }
	.form__static_field div.static-1 {
        flex-basis: 175px;
		font-size: 26px;
		line-height: 30px;
		margin-right: 10px;
    }
    .form__static_field div.static-2 {
        font-size: 18px;
		color: #000;
    }
    .services__title {
        line-height: 36px;
        font-size: 32px;
		margin-bottom: 40px;
    }
	.services__block {
		padding: 0px 0px;
		box-sizing: border-box;
	}
    .services__block_info {
        width: 33%;
        margin: 0px 5px;
    }
    .services__block_info_text {
        padding: 0 0 0 10px;
    }
    .services__block_info_text p:first-of-type {
        padding: 6px 0;
		width: 95%;
    }
    .services__block_info_text p:nth-of-type(2) {
        width: 95%;
    }
    .call__info {
        margin: 0 30px 0 30px;
    }
	.call__info_text {
		width: 100%;
	}
    .call__btn {
        margin: 0 30px 0 0;
    }
    .call__btn .get_started {
        display: block;
    }
    .call__btn .call_me {
        display: flex;
    }
	.remodeling {
		display: inline-block;
        margin: 50px auto 0px;
		padding-bottom: 0px;
    }
	.remodeling__img {
		width: 42%;
	}
	.remodeling__info {
        width: 55%;
    }
    .remodeling__info_mob_title {
        display: inline-block;
		width: 100%; 
    }
    .remodeling__info_title {
        display: none;
    }
    .facts__wrapper_info-top {
        width: 100%;
    }
    .facts__wrapper_info_row_num-top {
        font-size: 40px;
    }
	.facts__wrapper_img-top {
        display: none;
    }
    .section__title {
        line-height: 36px;
        font-size: 32px;
		box-sizing: border-box;
		padding: 0px 20px;
    }
    .facts__wrapper_info {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .facts__wrapper_info_row_num {
        font-size: 40px;
    }
	.facts__wrapper_img {
        display: none;
    }
	.team__title {
        line-height: 36px;
        font-size: 32px;
        padding: 0 0 14px 0;
    }
    .team__block_info {
        width: 230px;
        margin: 24px 5px 0px;
    }
    .team__block_info_img {
        object-fit: fill;
    }
	.team__block_info_text_name {
		font-size: 20px;
		line-height: 24px;
    }
    .footer .data {
        max-width: 100%;
        padding: 35px 0;
    }
    .awards__title {
        line-height: 42px;
        font-size: 32px;
	}
    .awards__items {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        width: 100%;
        margin: 50px 0 0 0;
    }
}

@media (max-width: 860px) {
	.header {
        height: 70px;
    }
	.header__logo img {
        font-size: 20px;
		height: 50px;
    }
	.content{
		padding-top: 70px
	}
    .footer .data__form {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
    }
    .footer .data__form_input {
        width: 348px;
    }
	.submit-row{
		width: 100%;
		padding: 0px 20px;
		box-sizing: border-box;
	}
	.center{ 
		align-content: center;
		margin: 0px auto;
	}
	.hero-cta{
		margin: 0px -20px 40px -20px;
	}
	.header__button_top {
        display: none;
    }
	.remodeling__info {
        width: 100%;
		float: none;
    }
	.remodeling__img {
        display:none;
    }
	.remodeling__img-wide {
		display:block;
	}
	.remodeling__img-wide img{
		display:block;
        width: 100%;
        object-fit: cover;
        margin: 0 0 20px 0;
    }
	 .remodeling__info {
        width: 100%;
		float: none;
    }
}

@media (max-width: 760px) {
    .header__phone {
        margin: 0 ;
    }
    .header__phone_icon {
        margin: 0;
    }	
	.hidden-sm {
		display: none;
	}
	.hidden-md {
		display: block;
	}
    .header__phone_num {
        display: none;
    }
    .header__button_top {
        display: none;
    }
	.hero-mobile {
		display:block;
		max-width: 100%;
		height: auto;
	}
	.hero-mobile img {
		width: 100%;
		height: auto;
	}
	.form__wrapper_block {
		width: 100%;
	}
    .form__wrapper_block_title {
        font-size: 36px;
        line-height: 40px;
		text-align: center;
    }
    .form__wrapper_block_num {
        font-size: 32px;
        line-height: 42px;
    }
    .form__wrapper_block .form_input {
        height: 52px;
    }
    .form__wrapper_img {
        display: none;
    }
    .form__static {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .form__static_field {
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: space-evenly;
    }
    .form__static_field p:first-of-type {
        font-size: 20px;
        line-height: 24px;
    }
    .form__static_field p:nth-of-type(2) {
        font-family: 'Open Sans', sans-serif;
		font-weight: 700;
        font-size: 32px;
        color: #ed1c24;
    }
    .form__static .divider {
        display: none;
    }
	 .form__static_field div.static-1 {
        font-family:Arial, Helvetica, "sans-serif";
		font-weight: 700;
        font-size: 32px;
        color: #ed1c24;
    }
	 .form__static_field div.static-2 {      
        font-size: 20px;
        line-height: 24px;
    }
    .services {
        margin: 50px 0 0 0;
    }
    .services__title {
        line-height: 32px;
        font-size: 24px;
		margin-bottom: 10px;
    }
    .services__block {
        flex-direction: column;
    }
    .services__block_info {
        width: 300px;
        margin: 20px 20px;
    }
    .call {
        flex-direction: column;
        justify-content: space-evenly;
    }
    .call__info {
        width: 100%;
        margin: 0;
		padding: 0px 20px;
		box-sizing: border-box;
    }
    .call__info_title {
        width: 100%;
        text-align: center;
    }
    .call__info_num {
        justify-content: center;
    }
    .call__info_text {
        margin: 24px 0 0 0;
    }
    .call__btn {
        margin: 0;
    }
    .remodeling {
        width: 100%;
        padding:0 20px;
		margin-top: 50px;
		box-sizing: border-box;
    }
    .remodeling__info {
        margin: 0 auto;
    }
    .remodeling__info_triger {
        padding: 36px 0 24px 0;
    }
    .gallery__title {
        font-size: 24px;
        padding: 0 0 24px 0;
    }
	.swiper_btn {
		top: 25px;
		position: relative;
	}
	.facts-top {
        max-width: 100%;
        padding: 0;
    }
    .facts__wrapper_info_row-top {
        display: block;
		padding: 0px 20px;
    }
    .facts__wrapper_info_row_num-top {
        font-size: 36px;
		width: 100%;
		max-width: 150px;
		text-align: center;
		margin: 0px auto 20px;
    }
	.facts__wrapper_info_row_title-top {
        font-size: 21px;
        flex-basis: 99%;
		padding-right: 0px;
    }
    .facts__wrapper_info_row_text-top {
        flex-basis:100%;
		width: 100%;
		margin-top: 15px;
		padding-right: 0%;
    }
	.large-number{
		font-size:36px;
	}	
   .facts {
        max-width: none;
        padding: 0 20px;
		margin-top: 50px;
		box-sizing: border-box;
    }
    .section__title {
        line-height: 32px;
        font-size: 28px;
    }
    .facts__wrapper_info_row {
        display: block;
    }
    .facts__wrapper_info_row_num {
        font-size: 36px;
		width: 90%;
		text-align: right;
    }
	.large-number{
		font-size:36px;
	}
    .facts__wrapper_info_row_title {
        font-size: 21px;
        flex-basis: 99%;
		text-align: center;
		padding-right: 0px;
    }
    .facts__wrapper_info_row_text {
        flex-basis:100%;
		width: 100%;
		margin-top: 15px;
		padding-right: 0%;
    }
	.team {
		margin-top: 50px;
	}
    .team__title {
        line-height: 32px;
        font-size: 24px;
    }
    .team__block {
        flex-direction: column;
    }
    .team__block_info {
        width: 280px;
        margin: 24px 5px;
    }
    .team__block_info_img {
    }
    .footer .data {
		margin: 40px auto 50px;
    }
    .footer .data__form {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
    }
    .footer .data__form_input {
        width: 80%;
    }
    .awards__items_thumb:nth-last-of-type(2),
    .awards__items_thumb:nth-last-of-type(3),
    .awards__items_thumb:nth-last-of-type(4) {
        border: none;
    }
    .awards__items_thumb:nth-last-of-type(5) {
        border: none;
    }
    .awards__items_thumb:nth-last-of-type(8),
    .awards__items_thumb:nth-last-of-type(7),
    .awards__items_thumb:nth-last-of-type(6) {
        border: none;
    }
    .awards {
        max-width: 100%;
    }
    .awards__title {
		font-family: 'Open Sans', sans-serif;
		font-weight: 700;
        line-height: 32px;
        font-size: 24px;
        text-align: center;
        color: #000000;
    }
    .awards__items {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
        width: auto;
        margin: 34px 0 0 0;
    }
    .awards__items_thumb {
        display: flex;
        height: 100px;
        justify-content: center;
    }
    .awards__items_thumb img {
        display: flex;
        width: 70%;
        align-self: center;
        justify-self: center;
    }
	img.trusts {
		margin: -10px auto;
	}
}

@media (max-width: 570px) {
	.form__wrapper_block {
        padding: 0px 20px 20px 20px;
    }
	.hero-cta {
    	margin: 0 -20px 40px -20px;
	}
}

/*== Tiles ==*/
.tiles {
    clear: both;
    align-content: center;
    margin: 10% auto 20px;
    width: 90%;
    text-align: center
}
.tiles img {
    width: 200px;
    padding: 20px;
    border: 1px solid #d3d3d3;
    border-radius: 7px;
    box-shadow: 2px 2px 4px #d3d3d3
}
.tiles-container {
    position: relative;
    width: 240px;
    margin: 20px;
    text-align: center;
    display: inline-block
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 98%;
    width: 101.5%;
    opacity: 0;
    transition: .5s ease;
    background-color: #ed1c24;
    border-radius: 7px
}
.tiles-container:hover .overlay {
    opacity: 1
}
.tiles-text {
    color: white;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 180px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

/*== Conditions ==*/
p.conditions {
	color:#9B9B9B;
	font-size: .75rem;
	text-align: center;
	padding: 10px;
}
p.conditions a {
	clear:both;
	width: 120px;
	text-align: center;
	align-content: center;
	color:#b10505; /*== Change for branding ==*/
	font-size: .85rem;
	margin: 30px auto 15px auto !important;
	padding: 10px;
	border: 0px solid #333483;
	text-decoration: none;
}
p.conditions a:hover {
	text-decoration: underline;
}

/*== Tags ==*/
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, 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, main, canvas, details, embed, 
figure, figcaption, footer, header, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, main, 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;
}
span.justify-row {
    text-align: center;
    font-size: 24px;
    text-shadow: 0px 0px 0px #2D2D2D;
	font-weight: 700;
	
}
sup {
	font-size: 70%;
	vertical-align: super;
}
strong {
	font-weight: 700;
}