/*== Variables ==*/
/* CHANGE VARIABLES TO CHANGE THEME, DON'T CHANGE STATICALLY BELLOW VARIABLES */
:root{ 
	--primary: #00833c;
	--secondary: #000000;
	--secondary-opacity: #00833ccc;
	--accent: #FF9708;
	--reviews: #797979;
	--font: #333;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/Roboto-Regular.ttf')  format('truetype');
}

/*== Tags ==*/
html {
	scroll-behavior: smooth;
}
body {
	color: var(--font);
	font-family: 'Roboto', sans-serif;
	font-size: 1.15rem;
	line-height: 1.7rem;
	text-align: center;
}
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 {
	border: 0;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, main, menu, nav, section {
	display: block;
}
footer {
	padding-bottom: 50px;
}
h1 {
	font-size: 3rem;
	line-height: 3rem;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.25);
	text-transform: uppercase;
}
h2 {
	font-size: 2rem;
	font-weight: 500;
	line-height: 2.75rem;
	margin-bottom: 40px;
}
h3 {
	font-size: 1.75rem;
	line-height: 2rem;
	margin-bottom: 10px;
}
h4 {
	font-size: 1.3rem;
	line-height: 1.75rem;
	margin-bottom: 10px;
	text-transform: uppercase;
}
p, li {
	margin-bottom: 10px;
}
ol, ul {
	list-style: none;
}
a {
	color: var(--primary);
	text-decoration: none !important;
}
a:-webkit-any-link, a:-moz-any-link, a:-ms-any-link, a {
	text-decoration: none !important;
}
em {
	font-style: italic !important;
}
strong {
	font-weight: bold !important;
}
sup {
	font-size: 70%;
	vertical-align: super;
}
hr {
	border-bottom: 1px solid #ececec;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	margin: 20px 0px;
}
img {
	display: block;
}
form p {
	margin: 2px 0;
	text-align: left;
}
input::-webkit-input-placeholder {
    color: #393939;
}
input:focus::-webkit-input-placeholder {
    color: #CCCCCC;
}
/* Firefox < 19 */
input:-moz-placeholder {
    color: #393939;
}
input:focus:-moz-placeholder {
    color: #CCCCCC;
}
/* Firefox > 19 */
input::-moz-placeholder {
    color: #393939;
}
input:focus::-moz-placeholder {
    color: #CCCCCC;
}
/* Internet Explorer 10 */
input:-ms-input-placeholder {
    color: #393939;
}
input:focus:-ms-input-placeholder {
    color: #CCCCCC;
}
:focus {
	box-shadow: 0px 0px 7px rgba(0,0,0,0.3);
    outline: none;
}

/* == Universal Classes == */
.form-group {
	float: left;
	padding: 2px 0;
	text-align: left;
	width: 50%;
}
.form-group:first-of-type {
	padding-right: 5px;
}
.form-group:nth-of-type(2) {
	padding-left: 5px;
}
.form-control {
	border: 1px solid #c2c2c2;
	box-sizing: border-box;
	font-size: 1rem;
	height: 50px;
	padding: 10px 20px;
	width: 100%;
}
.form-label {
	font-size: 14px;
	font-weight: bold;
}
.iti {
	width: 100%;
	color: #333;
}
.btn {
	background:  var(--primary);
	border: 1px solid  var(--primary);
	border-radius: 5px;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.3);
    color: #fff;
	display: block;
	font-size: 1.15rem;
	font-weight: bold;
    letter-spacing: 0.05rem;
	line-height: 1.5rem;
	margin: 0 auto;
	max-width: 320px;
	padding: 10px 15px;
	text-align: center;
	text-transform: uppercase;
	transition: .3s;
	transition-timing-function: ease;
	cursor: pointer;
}
.btn:hover {
	background: var(--secondary);
	border-color: var(--secondary);
	color: #fff;
}

a.phone_number {
	color:  var(--primary);
	display: block;
	font-size: 2rem;
	font-weight: bold;
	position: relative;
}
a.phone_number img {
	height: 30px;
	left: 0;
	position: absolute;
	top: -1px;
	width: 30px;
}
.call_phone a.phone_number img, .footer_phone a.phone_number img {
	height: 35px;
	top: -4px;
	width: 35px;
}
ul.check-list {
	margin-left: 0;
}
.check-list li {
	margin-left: 40px;
	text-align: left;
}
.check-list li::before{
	color: var(--secondary);
	content: "✓";
	font-size: 1.5rem;
	margin-left: -33px;
	padding-right: 10px;
	position: relative;
	top: 2px;
}
.hidden-sm {
	display: block !important;
}
.hidden-md {
	display: none !important;
}
.large {
	font-size: 125% !important;
	line-height: 125% !important;
}
.small {
	font-size: 80% !important;
	line-height: 110% !important;
}
.brand-color {
	color:  var(--accent);
}
.no-wrap {
	white-space: nowrap;
}
.anchor-tag {
	display: block;
	height: 0;
	margin-top: -101px;
	padding-top: 101px;
	visibility: hidden;
}
.page-top {
	bottom: 20px;
	position: fixed;
	right: 20px;
	z-index: 99999;
}
.page-top a {
	background: var(--secondary-opacity);
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 2rem;
	padding: 10px 7px;
}
.content {
	padding-top: 101px;
	z-index: 0;
}
.form, .quick-facts, .facts-top, .col-3, .call, .remodeling, .gallery, .facts, .data, .awards, .conditions {
	display: flex;
	max-width: 100%;
	position: relative;
	width: 100%;
}
.header, .form, .quick-facts, .facts-top, .col-3, .remodeling, .gallery, .facts, .data, .awards, .conditions {
	flex-direction: row;
}
.form__wrapper, .facts-top-info, .col-3-info, .call, .call__info, .gallery, .facts-info, .data__info, .awards-info, .conditions-info, .privacy_policy {
	flex-direction: column;
}
.form__wrapper, .quick-facts-info, .facts-top-info, .col-3-info, .remodeling__block, .call__info, .facts-info, .data__info, .awards-info, .conditions-info, .privacy_policy {
	display: flex;
	margin: 0 auto;
	max-width: 1340px;
	padding: 50px 40px;
	position: relative;
	width: 100%;
}
.call, .data {
	background-color: var(--secondary);
	color: #fff;
}
.gallery{
	background-color: var(--reviews);
	color: #fff;
}
.swiper-container{
	max-width: 90%;
}

.call .phone_number, .gallery  .phone_number, .data  .phone_number {
	color: var(--accent);
}

.call .phone_number svg path, .gallery .phone_number svg path, .data  .phone_number svg path {
	fill: var(--accent);
}

.slopedown-top {
	background: #fff;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
	height: 60px;
	margin-top: -1px;
	width: 100%;
}
.slopedown-bottom {
	background: #fff;
	clip-path: polygon(0 0, 100% 100%, 100% 100%, 0 100%);
	height: 60px;
	width: 100%;
}
.slopeup-top {
	background: #fff;
	clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
	height: 60px;
	margin-top: -1px;
	width: 100%;
}
.slopeup-bottom {
	background: #fff;
	clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
	height: 60px;
	width: 100%;
}

svg.phone-icon {
	width:30px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}

/* Brand color for icons */
svg path, svg rect {
	fill: var(--primary);
}

/*== Header ==*/
.header {
	background-color: #fff;
	border-bottom: 1px solid #c4c4c4;
	box-shadow: 0px 3px 7px rgba(0,0,0,0.25);
	display: flex;
	padding: 10px 40px;
	position: fixed;
    width: 100%;
	z-index: 99999;
	color: var(--primary);
}
.header__logo {
	clear: both;
    display: block;
    flex-grow: 1;
	float: left;
	position: relative;
}
.header__logo a{
	float: left;
}
.header__logo img {
	height: 80px;
	position: relative;
	top: 0px;
	width: auto;
}
.header__logo span.small {
	font-style: italic;
	float: left;
	margin: 0 0 0 20px;
	position: relative;
	top: 34px;
	color: var(--primary);
}
.header__phone {
    align-items: center;
    display: flex;
    flex-direction: row;
}
.header .btn {
	margin-left: 20px;
}
.header .header__cta {
	display: none;
}

/*== Form ==*/
.form {
	background-image: url("../images/main-min.jpg");
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
    flex-direction: column;
}
.response-form{
	min-height: calc(100vh - 101px);
}
.form__wrapper {
	padding: 40px;
}
.form__wrapper_block {
	background-color: var(--secondary-opacity);
	box-shadow: 3px 3px 7px rgba(0,0,0,0.5);
	color: #fff;
	padding: 20px;
    width: 450px;
}
.form__wrapper_block svg {
	left: -20px;
	position: relative;
}
.form__wrapper_block svg path {
	fill: #fff; /*== Change this for branding ==*/
}
.hero-cta {
	background-color: var(--secondary); /*== Change this for branding ==*/
	color: #fff;
	margin: -20px -20px 0 -20px;
	padding: 20px;
	position: relative;
	text-align: center;
}
.form__wrapper_block_triger {
	background-color: #fff;
	color: var(--font);
	display: block;
	margin: 20px -20px -20px -20px;
	width: calc(100% + 40px);
}
.form__wrapper_block form {
	margin-top: -10px;
}
.form__wrapper_block .form-label {
	color: #fff;
}
.form__wrapper_block .btn {
	margin: 20px auto;
}
.form__wrapper_block p {
	margin-bottom: 0;
}

/*== Quick Facts ==*/
.quick-facts-info {
	border-bottom: 1px solid #ececec;
}
.quick-facts-block {
	display: flex;
	width: 33.333%;
}
.quick-facts-text {
	width: 100%;
}
.quick-facts-text h2 {
	margin-bottom: 0;
}

/*== Facts Top & Bottom ==*/
.facts__wrapper-top, .facts__wrapper {
	display: flex;
	flex-direction: row;
}
.facts__wrapper_info-top, .facts__wrapper_info {
	margin-right: 40px;
	width: 100%;
}
.facts__wrapper_info_row-top, .facts__wrapper_info_row {
    align-items: center;
	border-bottom: 1px solid #ececec;
	display: flex;
	flex-direction: row;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.facts__wrapper_info_row-top:last-child, .facts__wrapper_info_row:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.facts__wrapper_info_row-top:last-child, .facts__wrapper_info_row:last-child {
	border-bottom: 0;
}
.facts__wrapper_info_row-top p,.facts__wrapper_info_row p {
	font-size: 18px;
}
.facts__wrapper_info_row_num-top {
	width: 10%;
}
.facts__wrapper_info_row_num-top img {
	height: auto;
	width: 100%;
}
.facts__wrapper_info_row_title-top, .facts__wrapper_info_row_title {
	padding: 0 20px;
	width: 25%;
}
.facts__wrapper_info_row_title-top {
	text-align: right;
}
.facts__wrapper_info_row_text-top, .facts__wrapper_info_row_text {
	text-align: left;
}
.facts__wrapper_info_row_text-top {
	width: 65%;
}
.facts__wrapper_info_row_text {
	width: 75%;
}
.facts__wrapper_info_row_text-top p, .facts__wrapper_info_row_text p {
	margin-bottom: 0;
}
.facts__wrapper_info_row_title h2, .facts__wrapper_info_row_title h4, .facts__wrapper_info_row_title p, .facts__wrapper_info_row_title-top h2, .facts__wrapper_info_row_title-top h4, .facts__wrapper_info_row_title-top p {
	text-align: right;
	margin-bottom: 0;
}
.facts__wrapper_info_row_text-top ul.check-list li:last-child {
	margin-bottom: 0;
}
.facts__wrapper_img-top, .facts__wrapper_img {
	box-shadow: 20px 20px 0px rgba(0,0,0,0.1);
	height: 100%;
	max-height: 380px;
	max-width: 305px;
	min-height: auto;
	min-width: auto;
	width: 100%;
	object-fit: cover;
}

/*== Services ==*/
.col-3 {
    flex-direction: column;
}
.col-3__block {
    align-content: center;
    display: flex;
    flex-direction: row;
}
.col-3__block_info {
    max-width: 33.333%;
	padding: 0 20px;
}
.col-3__block_info_img {
	height: auto;
    width: 100%;
}
.col-3__block_info_text {
	height: 50%;
	padding-top: 20px;
	text-align: left;
}

/*== Call Box ==*/
.call {
	margin-bottom: 30px;
}
.call__info .btn {
	margin: 20px auto 0;
}

/*== Expectations/Remodeling ==*/
.remodeling__img {
	float: left;
    height: 100%;
    width: 50%;
}
.remodeling__img img {
	width: 100%;
	height: auto;
}
.remodeling__info {
    float: right;
	padding-left: 40px;
	text-align: left;
    width: 50%;
}
.remodeling__info h2, .remodeling__info ul.check-list {
	margin-bottom: 20px;
}
.remodeling__info .btn {
	margin: 40px 0;
}
.remodeling__info > ul,.remodeling__info > p{
	font-size: 18px!important;
}

/*== Image Carousel ==*/
.carousel-wrapper {
	height: 480px;
	margin: 0 auto;
	position: relative;
	width: 100%;
}
.carousel-item {
	bottom: 0;
	left: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	right: 0;
	transition: all 0.5s ease-in-out;
	top: 0;
}
.carousel-caption {
	background-color: rgba(0,0,0,0.8);
	bottom: 0;
	color: rgba(255,255,255,1);
	padding: 10px 10px 5px 10px;
	position: absolute;
	text-align: center;
	width: 100%;
}
.arrow {
	background-color: rgba(237,28,36,0.5);
	border-radius: 5px;
	display: block;
	position: absolute;
	top: 50%;
	transition: .5s ease;
}
.arrow:hover, .arrow:focus {
	background-color: rgba(237,28,36,0.75);
}
.arrow-prev {
	left: -15px;
}
.arrow-prev:hover, .arrow-prev:focus {
	transform: translateX(-5px);
}
.arrow-prev::before, .arrow-next::after {
	color: #fff;
	display: block;
	padding: 10px 15px;
}
.arrow-prev::before {
	content: "⇦";
}
.arrow-next {
	right: -15px;
}
.arrow-next:hover, .arrow-next:focus {
	transform: translateX(5px);
}
.arrow-next::after {
	content: "⇨";
}
.light{
	color: white;
}
@media (max-width: 480px) {
	.arrow, .light .arrow {
		background-position: 10px 50%;
		background-size: 10px;
	}
}
/*Select every element*/
[id^="item"] {
	display: none;
 }
.item-1 {
	background-size: cover;
	opacity: 1;
	z-index: 2;
 }
.item-2 {
	background-size: cover;
}
.item-3 {
	background-size: cover;
}
.item-4 {
	background-size: cover;
}
.item-5 {
	background-size: cover;
}
*:target ~ .item-1 {
    opacity: 0;
  }
#item-1:target ~ .item-1 {
    opacity: 1;
}
#item-2:target ~ .item-2, #item-3:target ~ .item-3, #item-4:target ~ .item-4, #item-5:target ~ .item-5 {
    opacity: 1;
    z-index: 3;
}

/*== Quote Gallery ==*/
.gallery i{
	color: var(--secondary);
}
.gallery__info {
	margin: 0 auto;
	max-width: 1340px;
	padding: 50px 40px;
	position: relative;
	width: 100%;
}
.guild-quality {
	height: 90px;
	margin: 0 auto;
	width: 90px;
}
.swiper-slide p.quote {
	font-size: 1.5rem;
	margin: 0 20px;
}
.swiper-slide p.quote::before, .swiper-slide p.quote::after {
	color: var(--secondary);
	font-size: 200%;
	position: absolute;
}
.swiper-slide p.quote::before {
	content: "\201C";
	left: 0;
	top: 10px;
}
.swiper-slide p.quote::after {
	content: "\201D";
	right: 0;
	top: 10px;
}
p.review-name {
	font-style: italic;
	text-align: right;
}
.review-name span{
	white-space: nowrap;
}
.swiper-button-prev {
	left: 20px !important;
}
.swiper-button-next {
	right: 20px !important;
}
.swiper-button-next, .swiper-button-prev {
	background-color: rgba(255,255,255,0.6);
	background-image: none !important;
	border-radius: 50px;
	height: auto !important;
	margin-top: 0 !important;
	opacity: .75;
	position: absolute;
	top: 45% !important;
	transition: .5s ease;
	width: auto !important;
}
.swiper-button-next::after, .swiper-button-prev::before {
	color: var(--primary);
	display: block;
	padding: 7px 10px;
}
.swiper-button-next::after {
	content: "⇨";
}
.swiper-button-prev::before {
	content: "⇦";
}
.swiper-button-next:hover, .swiper-button-next:focus, .swiper-button-prev:hover, .swiper-button-prev:focus {
	box-shadow: none;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
	background-color: rgba(255,255,255,.9);
}
.swiper-button-next:hover {
	transform: translateX(5px);
}
.swiper-button-prev:hover {
	transform: translateX(-5px);
}

/*== Footer ==*/
.data__call {
	text-align: center;
}
.data__form {
	margin: 0 10%;
	max-width: 100%;
}
.footer-form {
	float: left;
	width: 50%;
}
.footer-form:nth-child(odd) {
	padding-right: 5px;
}
.footer-form:nth-child(even) {
	padding-left: 5px;
}
p.submit-row {
	display: block;
	float: left;
	width: 100%;
}
p.submit-row .btn {
	margin: 40px auto 0;
}
.call_phone,.footer_phone {
	margin-bottom: 24px;
}

/*== Awards/Credentials ==*/
.awards-info {
	padding-bottom: 0;
}
ul.awards-list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 0;
	margin-bottom: 24px;
}
ul.awards-list li {
	display: inline-block;
}
ul.awards-list li img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	opacity: .7;
	width: auto;
	margin: 8px 24px 0 24px;
}

/*== Conditions ==*/
.conditions-info {
	padding-top: 0;
	font-size: 16px;
}
.conditions a{
	text-decoration: underline!important;
}

/* == Privacy Policy Page == */
.privacy_policy {
	text-align: left;
}

/* == Response Page == */
.response_page {
	height: 600px;
}
.response_page h2, .response_page p, .response_page a {
	color: #fff;
}

/*== Media Queries ==*/
@media (max-width: 1024px) {
	.facts__wrapper-top, .facts__wrapper {
		flex-direction: column;
	}
	.facts__wrapper_info-top, .facts__wrapper_info {
		width: 100%;
	}
	.facts__wrapper_img-top, .facts__wrapper_img {
		margin: 50px auto 0;
	}
	.col-3__block_info {
		padding: 0 10px;
	}
	.col-3__block_info_text {
		height: 55%;
	}
	.remodeling__img {
		width: 40%;
	}
	.remodeling__info {
		width: 60%;
	}
	.carousel-wrapper {
		height: 280px;
	}
	.carousel-caption {
		background: rgba(0,0,0,1.0);
		bottom: -50px;
		top: 100%;
	}
	.carousel-caption p.small {
		line-height: 1rem !important;
	}
	.arrow {
		bottom: 0;
		top: auto;
	}
	.arrow-prev {
		left: 0;
	}
	.arrow-next {
		right: 0;
	}
	.guild-quality {
		left: 0;
	}
}
@media (max-width: 768px) {
	.header a.phone_number {
		font-size: 1.8rem;
	}
	.header .hidden-sm {
		display: none !important;
	}
	.header .btn {
		margin-left: 10px;
	}
	.form__wrapper_block {
		margin: 0 auto;
		width: 420px;
	}
	.form__wrapper_block svg {
		display: none;
	}
	.form__wrapper_block form {
		margin-top: 0;
	}
	.form__wrapper_block_triger {
		padding: 5px 0;
	}
	.facts__wrapper_info_row_title-top {
		padding: 0 20px;
	}
	.facts__wrapper_info_row_title-top {
		width: 30%;
	}
	.facts__wrapper_info_row_title {
		width: 35%;
	}
	.facts__wrapper_info_row_text-top {
		width: 60%;
	}
	.facts__wrapper_info_row_text {
		width: 65%;
	}
	.col-3__block {
		flex-direction: column;
	}
	.col-3__block_info {
		margin-bottom: 30px;
		max-width: 100%;
	}
	.col-3__block_info_text {
		text-align: center;
	}
	.col-3__block_info_img {
		margin: 0 auto;
		max-width: 320px;
	}
	.remodeling__block {
		flex-direction: column;
	}
	.remodeling__img {
		height: auto;
		margin-bottom: 40px;
		width: 100%;
	}
	.remodeling__info {
		padding-left: 0;
		width: 100%;
	}
	.remodeling__info h2{
		text-align: center;
	}
	.remodeling__info p{
		padding: 0 16px;
	}
	.remodeling__info .btn {
		margin: 30px auto 0;
	}
	.carousel-wrapper {
		height: 500px;
		margin-bottom: 50px;
	}
	.data__form {
		max-width: 100%;
	}
}
@media (max-width: 725px) {
	h1{
		font-size: 2.4rem;
    line-height: 2.4rem;
	}
	h2 {
		font-size: 1.5rem;
    line-height: 1.8rem;
	}
	.hidden-sm {
		display: none !important;
	}
	.hidden-md {
		display: block !important;
	}
	.form-group {
		width: 100%;
	}
	.form-group:first-of-type {
		padding-right: 0;
	}
	.form-group:nth-of-type(2) {
		padding-left: 0;
	}
	.call_phone a.phone_number, .footer_phone a.phone_number {
		display: none;
	}
	.form__wrapper, .quick-facts-info, .facts-top-info, .col-3-info, .remodeling__block, .call__info, .facts-info, .data__info, .awards-info, .conditions-info, .privacy_policy {
		padding: 20px;
	}
	.facts-top-info {
		padding: 20px 10px;
	}
	.header {
		flex-direction: column;
		height: 70px;
		padding: 10px 20px;
	}
	.header__logo {
		width: 100%;
	}
	.header__logo img {
		height: 50px;
		max-width: 145px;
    object-fit: contain;
	}
	.header__phone {
		align-items: flex-end;
		flex-direction: column;
		position: absolute;
		right: 20px;
		width: 100%;
	}
	.header__phone a.phone_number {
		bottom: -87px;
		font-size: 1.7rem;
		position: absolute;
		text-align: center;
		width: 87%;
		display: none;
	}
	.header__phone a.btn {
		font-size: .9rem;
		letter-spacing: 0;
		margin-left: 0;
		padding: 7px 13px;
		position: absolute;
		top: 5px;
	}
	.form {
		background-size: 420px auto;
		background-position: top center;
	}
	.form__wrapper {
		margin-top: 280px;
		padding: 0;
	}
	.form__wrapper_block {
		border-radius: 0;
		margin: 0;
		width: 100%;
	}
	.form__wrapper_block form {
		margin-top: 0;
	}
	.form__wrapper_block_triger {
		padding: 5px 0;
	}
	.quick-facts-info {
		flex-direction: column;
	}
	.quick-facts-block {
		margin: 20px 0;
		width: 100%;
	}
	.facts__wrapper-top, .facts__wrapper {
		flex-direction: column;
	}
	.facts__wrapper_info-top, .facts__wrapper_info {
		width: 100%;
	}
	.facts__wrapper_info_row-top, .facts__wrapper_info_row {
		flex-direction: column;
	}
	.facts__wrapper_info_row_num-top {
		width: 100%;
	}

	.facts__wrapper_info_row_num-top img{
		margin:auto;
	}

	.facts__wrapper_info_row_num-top img {
		margin: 0 auto 20px;
		max-height: 150px;
		max-width: 150px;
	}
	.facts__wrapper_info_row_title-top, .facts__wrapper_info_row_title {
		margin: 10px 0;
		width: 100%;
	}
	.facts__wrapper_info_row_title-top h2, .facts__wrapper_info_row_title h2, .facts__wrapper_info_row_title-top h4, .facts__wrapper_info_row_title h4, .facts__wrapper_info_row_title-top p, .facts__wrapper_info_row_title p {
		text-align: center;
	}
	.facts__wrapper_info_row_text-top, .facts__wrapper_info_row_text {
		padding: 0 16px;
		width: 100%;
	}
	.facts__wrapper_img-top, .facts__wrapper_img {
		margin-bottom: 30px;
		width: 100%;
	}
	.call {
		flex-direction: column;
	}
	.call .call__btns{
		display: none;
	}
	.call_phone {
		max-width: 100%;
		text-align: center;
		margin-bottom: 24px;
		display: none;
	}
	.footer_phone {
		margin-bottom: 24px;
		display: none;
	}
	.carousel-wrapper {
		height: 210px;
	}
	.gallery__info {
		padding: 20px;
	}
	.guild-quality {
		display: block;
		margin: 0 auto;
		position: static;
	}
	.gallery-thumbs {
		display: none;
	}
	.gallery h2{
		margin-bottom: 24px;
	}
	.swiper-button-next, .swiper-button-prev {
		top: 43% !important;
	}
	.swiper-button-next {
		right: 10px !important;
	}
	.swiper-button-prev {
		left: 10px !important;
	}
	.swiper-slide p.quote {
		font-size: 1.2rem;
	}
	.footer-form {
		width: 100%;
	}
	.footer-form:nth-child(odd) {
		padding-right: 0;
	}
	.footer-form:nth-child(even) {
		padding-left: 0;
	}
	.data__form {
		margin: 0;
		max-width: 100%;
	}
	.call_phone a.phone_number, .footer_phone a.phone_number {
		padding-left: 0;
	}
	ul.awards-list li {
		max-width: 50%;
	}
	ul.awards-list li img {
    margin: 6px auto;
    width: 75%;
    display: block;
    height: auto;
	}
	a.phone_number img {
		left: 30px;
	}
	.call_phone a.phone_number img, .footer_phone a.phone_number img{
		left: 30px;
	}
	.page-top{
		display: none;
	}
	.header .header__cta {
		display: block;
		left: 0;
		background: #fff;
		bottom: 0;
		border-top: 1px solid #ccc;
		padding: 10px;
		position: fixed;
		width: 100%;
	}
	.header .header__cta a.phone_number {
		font-size: 20px;
    margin: 0 auto;
    color: #fff;
	}
	.header .header__cta svg path{
		fill: #FFF;
	}
	.header .header__cta svg.phone-icon{
		width: 20px;
		top: -1px;
	}
	ul.awards-list{
		flex-direction: row;
		margin-bottom: 0;
	}
	.content {
		padding-top: 68px;
	}
}

@media (max-width: 375px) {
	a.phone_number img {
		left: 20px;
	}
	.call_phone a.phone_number img, .footer_phone a.phone_number img{
		left: 10px;
	}
	
}	

@media (max-width: 350px) {
	a.phone_number img {
		left: 0;
	}
	.call_phone a.phone_number, .footer_phone a.phone_number {
		font-size:1.8rem;
	}
	.call_phone a.phone_number img, .footer_phone a.phone_number img{
		left: 0;
	}
}	

/* Alert banner */
.alert-banner {
	background-color: var(--primary)!important;
}