.archive-our-projects-content {
		background-color: #000;
		padding-top: 98px;
}

.archive-our-projects-content .our-projects-section {
		color: #fff;
		padding-bottom: 50px;
    padding-top: 70px;
}
.archive-our-projects-content h1 {
    color: #fff;
    font-weight: 400;
    margin: 0;
		text-transform: uppercase;
}
.our-projects__projects {
		display: flex;
		flex-wrap: wrap;
		margin: 50px -17.5px 0;
}
.our-projects__project {
		margin: 0 17.5px 35px;
		width: calc(33.3333% - 35px);
}
.our-projects__project-block {
		background: rgba(0, 0, 0, 0.74);
    border-bottom: 5px solid #E42328;
    color: #fff;
		display: block;
		height: calc(100% - 37px);
    padding: 30px;
}
.our-projects__project-title {
    color: #fff;
		font-size: 26px;
    line-height: normal;
}
.our-projects__project-price {
    color: #fff;
		font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin: 8px 0 0;
}
.our-projects__project-block ul {
    margin: 28px 0 0 5px;
    padding: 0;
}
.our-projects__project-block li {
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    margin: 8px 0;
    padding-left: 15px;
    position: relative;
}
.our-projects__project-block li::before {
		background-color: #fff;
		content: '';
  	left: 0;
		display: block;
		height: 4px;
    position: absolute;
    top: 10px;
    width: 4px;
}
.our-projects__project-excerpt {
		padding-top: 30px;
}
.our-projects__project-excerpt p {
    color: #fff;
		font-size: 16px;
		line-height: 24px;
}
.our-projects__project-button {
		align-items: center;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 700;
		line-height: normal;
    display: flex;
    justify-content: center;
    height: 37px;
		padding: 6px 10px 9px;
    text-align: center;
		text-transform: uppercase;
    text-decoration: none;
    width: 150px;
}
.our-projects__project-button:hover {
    background-color: #E42328;
    color: #fff;
    transition: 0.4s ease 0s;
}
.our-projects__pagination {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
}
.our-projects__pagination-links {
		background: rgba(0, 0, 0, 0.74);
		padding: 15px 20px;
}
.our-projects__pagination-links .page-numbers {
		color: #fff;
    font-size: 17px;
    line-height: 21px;
    font-weight: 400;
    margin: 8px;
		transition: 0.3s ease 0s;
}
.our-projects__pagination-links .page-numbers:hover,
.our-projects__pagination-links .page-numbers.current {
		color: #E42328;
}
.our-projects__pagination-links .page-numbers.current {
		cursor: default;
}

.archive-our-projects-content__default-content {
		color: #fff;
		padding-bottom: 60px;
		padding-top: 60px;
}
.archive-our-projects-content__default-content p,
.archive-our-projects-content__default-content li {
    font-size: 16px;
    line-height: 24px;
}
.archive-our-projects-content__default-content ol,
.archive-our-projects-content__default-content ul,
.archive-our-projects-content__default-content p {
		margin: 0 0 20px;
}
.archive-our-projects-content__default-content ul,
.archive-our-projects-content__default-content ol {
		padding-left: 25px;
}
.archive-our-projects-content__default-content ul li {
    display: list-item;
    list-style-type: disc;
}
.archive-our-projects-content__default-content ol li {
    display: list-item;
	 	list-style-type: decimal;
}

.archive-our-projects-content__how-we-work {
		color: #fff;
		padding-bottom: 70px;
		padding-top: 70px;
}
.archive-our-projects-content__how-we-work-title {
		text-align: center;
}
.archive-our-projects-content__how-we-work-items {
		display: flex;
		flex-wrap: wrap;
		margin: 100px -15px 0;
}
.archive-our-projects-content__how-we-work-item {
		align-items: center;
    display: flex;
		margin: 0 15px 0;
		width: calc(50% - 30px);
}
.archive-our-projects-content__how-we-work-item img {
		display: table;
		height: auto;
		max-width: 86%;
		margin: auto 0 0 auto;
}
.archive-our-projects-content__how-we-work-columns {
		counter-reset: section;
		display: flex;
		flex-wrap: wrap;
		margin: 0 -15px 0;
}
.archive-our-projects-content__how-we-work-column {
		margin: 40px 15px;
		padding: 40px 0 0 35px;
		position: relative;
		width: calc(50% - 30px);
}
.archive-our-projects-content__how-we-work-column::before {
		color: #fff;
    counter-increment: section;
    content: counter(section);
		font-size: 28px;
		font-weight: 700;
		line-height: normal;
		left: 0;
		position: absolute;
		top: 0;
}
.archive-our-projects-content__how-we-work-column h3 {
		font-size: 24px;
		line-height: normal;
    margin: 0;
}
.archive-our-projects-content__how-we-work-column p {
		font-size: 16px;
		line-height: 24px;
		margin: 20px 0 0;
		opacity: 0.7;
}

.archive-our-projects-content .section__faq {
		background-color: #fff;
		margin: 40px 0;
    padding-bottom: 40px;
    padding-top: 60px;
}
.archive-our-projects-content .section__faq.bg-black {
		margin: 0;
}
.archive-our-projects-content .section__faq.bg-black,
.archive-our-projects-content .section__faq.bg-black .map__bottom {
		background-color: #000;
}
.archive-our-projects-content .section__faq.bg-black h2,
.archive-our-projects-content .section__faq.bg-black .faq__top h3,
.archive-our-projects-content .section__faq.bg-black .faq__open p,
.archive-our-projects-content .section__faq.bg-black .faq__open li,
.archive-our-projects-content .section__faq.bg-black .faq__open h1,
.archive-our-projects-content .section__faq.bg-black .faq__open h2,
.archive-our-projects-content .section__faq.bg-black .faq__open h3,
.archive-our-projects-content .section__faq.bg-black .faq__open h4,
.archive-our-projects-content .section__faq.bg-black .faq__open h5,
.archive-our-projects-content .section__faq.bg-black .faq__open h6,
.archive-our-projects-content .section__faq.bg-black .map__bottom h3 {
		color: #fff;
}
.archive-our-projects-content .section__faq.bg-black .faq__open a {
		color: #E42328;
}
.archive-our-projects-content .section__faq.bg-black .faq__block {
		background-color: #0c0c0c;
}

.archive-our-projects-content .section__slider {
		padding-bottom: 80px;
		padding-top: 80px;
}

@media (max-width: 1199px) {
	
		.archive-our-projects-content__how-we-work-item img {
				max-width: 96%;
		}
		.archive-our-projects-content__how-we-work-columns {
				margin: 0;
		}
    .archive-our-projects-content__how-we-work-column {
        margin: 15px 0;
        padding: 25px 0 0 30px;
        width: 100%;
    }
		.archive-our-projects-content__how-we-work-column::before {
				font-size: 24px;
		}
		.archive-our-projects-content__how-we-work-column h3 {
				font-size: 22px;
		}
		.archive-our-projects-content__how-we-work-column p {
				margin: 12px 0 0;
		}
}

@media (max-width: 900px) {
	
		.our-projects__project {
				width: calc(50% - 35px);
		}
}

@media (max-width: 767px) {
	
		.archive-our-projects-content__how-we-work-items {
				margin: 70px 0 0;
		}
		.archive-our-projects-content__how-we-work-item {
				margin: 0 0 0;
				width: 100%;
		}
		.archive-our-projects-content__how-we-work-item img {
				max-width: 80%;
				margin: 40px auto 0;
		}
		.archive-our-projects-content__how-we-work-columns {
				margin: 0 -15px 0;
		}
.archive-our-projects-content__how-we-work-column {
				margin: 0 15px 50px;
				padding: 40px 0 0 35px;
				width: calc(50% - 30px);
		}
}

@media (max-width: 600px) {

		.our-projects__projects,
		.our-projects__project {
				margin-left: 0;
				margin-right: 0;
		}
		.our-projects__project {
				margin: 0 0 50px;
				width: 100%;
		}
		.our-projects__project-block {
				padding: 25px;
		}
		.our-projects__project-title {
				font-size: 22px;
		}
		.our-projects__project-price {
				font-size: 16px;
				margin: 12px 0 0;
		}
		.our-projects__project-excerpt {
				padding-top: 25px;
		}
		.our-projects__project-excerpt p {
				font-size: 14px;
				line-height: 21px;
		}
		.our-projects__project-block li {
				font-size: 13px;
				margin: 8px 0;
				padding-left: 20px;
		}
		.our-projects__project-block li::before {
				left: 3px;
				top: 8px;
		}
		.our-projects__project-button {
				font-size: 12px;
				width: 120px;
		}
		.our-projects__pagination-links {
				padding: 10px 15px 11px;
		}
		.our-projects__pagination-links .page-numbers {
				font-size: 14px;
				line-height: 17px;
				margin: 10px;
		}
	
		.archive-our-projects-content__default-content p,
		.archive-our-projects-content__default-content li {
				font-size: 14px;
				line-height: 21px;
		}
	
	
		.archive-our-projects-content__how-we-work {
				padding-bottom: 40px;
				padding-top: 40px;
		}
		 .archive-our-projects-content__how-we-work-items {
				margin: 50px 0 0;
		}
		.archive-our-projects-content__how-we-work-item img {
				max-width: 98%;
  	}
		.archive-our-projects-content__how-we-work-columns {
				margin: 0;
		}
		.archive-our-projects-content__how-we-work-column {
				margin: 15px 0;
    		padding: 35px 0 0 25px;
				width: 100%;
		}
		.archive-our-projects-content__how-we-work-column p {
				font-size: 14px;
				line-height: 21px;
				margin: 10px 0 0;
		}
}

@media (max-width: 576px) {
	
		.archive-our-projects-content {
				padding-top: 0;
		}
		.archive-our-projects-content .section__slider {
				padding-bottom: 40%;
				padding-top: 30px;
		}
}