@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Questrial&display=swap');
@font-face {
	font-family: 'Helvetica Neue';
	src: local('Helvetica Neue Roman'), local('Helvetica-Neue-Roman'),
	url('HelveticaNeueCyr-Roman.woff2') format('woff2'),
	url('HelveticaNeueCyr-Roman.woff') format('woff'),
	url('HelveticaNeueCyr-Roman.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
/*
	font-family: "Lato", sans-serif;
	font-family: "Questrial", sans-serif;
	font-family: 'Helvetica Neue';
*/

* {
	margin: 0;
	padding: 0;
	outline: none;
}

img {
	max-width: 100%;
}

body {
	font-family: "Lato", sans-serif;
	font-weight: 400;
	color: black;
	font-size: 15px;
	/* width: 1920px; */
}

.container {
	max-width: 1367px;
    margin: auto;
    width: 100%;
    box-sizing: border-box;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

h1, .h1 {
	font-weight: 400;
	font-size: 45px;
	line-height: 50px;
	letter-spacing: 1.29px;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 28px;
	font-family: 'Helvetica Neue';
}

h2, .h2 {
	font-family: 'Helvetica Neue';
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.7px;
	margin-bottom: 34px;
}

h3, .h3 {
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	line-height: 36px;
	letter-spacing: 0.62px;
	font-family: 'Helvetica Neue';
}

h4, .h4 {
	font-weight: 800;
	font-style: italic;
	color: #B53630;
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 31px;
}

h5, .h5 {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #B53630;
}

h6, .h6 {
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	font-family: 'Helvetica Neue';
}


#wpadminbar {
    top: auto;
    bottom: 0;
}

html {
    margin-top: 0!important;
}


.container-full {
    padding-left: 35px;
    padding-right: 35px;
}

.container-full {
    padding-left: 35px;
    padding-right: 35px;
}

header {
    background: #22201D;
    padding-top: 28px;
    padding-bottom: 28px;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 5;
    transition: 0.5s;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-button {
}

ul#menu-top {
    display: flex;
    list-style: none;
    align-items: center;
}

.menu-button {
    display: none;
}

ul#menu-top {
    display: flex;
    list-style: none;
}



header .menu-item a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    margin-left: 29.8px;
    display: block;
    padding: 10px 0;
    white-space: nowrap;
}


.hero {
    position: relative;
    padding-top: calc( 56.25% - 100px );
    background-size: cover;
    background-position: center;
    background-color: #a6a6a6;
}

.hero-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.hero-wrap p {
    color: white;
    padding-bottom: 50px;
    letter-spacing: 0.3px;
    opacity: 0;
}

.hero-wrap small {
    font-size: 15px;
    color: #c9c9c9;
    margin-bottom: 6px;
    display: block;
}

.hero-wrap h1 {
    color: white;
}

.hero-wrap small strong {
    font-weight: 400;
    color: white;
}

.container.cols {
    display: flex;
}

.col {
    width: 50%;
    min-width: 50%;
    box-sizing: border-box;
    max-width: 50%;
}

.block-grey_2_no_image .col.col-1 {
    position: relative;
}

.block-grey_2_no_image .wrap {
    background: #332f2b;
    padding-top: 60px;
    padding-bottom: 60px;
    color: white;
}

.col.col-2 {
    padding-left: 56px;
    padding-bottom: 15px;
}

.block-grey_2_no_image h2 {
    padding-top: 22px;
    color: white;
    position: relative;
}

.content p {
    line-height: 21.7px;
    letter-spacing: 0.3px;
    margin-bottom: 22px;
}

.content {
    padding-bottom: 4px;
    margin-bottom: 4px;
}

.block-grey_2_no_image .col.col-1:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 1px;
    background: white;
}

section.block.block-white_2_image .wrap {
    padding-top: 60px;
    padding-bottom: 60px;
}

.button {border: 1px solid black;color: black;text-decoration: none;padding: 9px 13px;display: inline-block;transition: 0.3s;}

.button:hover {
    color: white;
    background: black;
}

.slider-type1 {
    background: #332f2b;
    padding-top: 65px;
    padding-bottom: 65px;
    text-align: center;
}

.slider-type1 img {
    max-width: 447px;
}

.slider-type1 h6 {
    margin-top: 65px;
    color: white;
	font-size: 18px;
}

.slider-type1 p {
    color: white;
    margin-top: 8px;
	color: #7c736e
}

p {
    letter-spacing: 0.3px;
}

.slider-type1 .owl-dots {
    margin-top: 50px;
    display: flex;
    /* transform: rotate(180deg); */
}

.slider-type1 .owl-dot {
    width: 100%;
    height: 5px;
    background: #737373 !important;
    border-top: 2px solid #332f2b !important;
    border-bottom: 2px solid #332f2b !important;
    transition: 0.2s;
}


body .slider-type1 .owl-dot.active {
    background: white!important;
    border-top: 2px solid white!important;
    border-bottom: 2px solid white !important;
}

.slider-type2 .owl-dots {
	margin-top: 62px;
	display: flex;
	/* transform: rotate(180deg); */
}

.slider-type2 .owl-dot {
	width: 100%;
	height: 5px;
	background: #737373 !important;
	border-top: 2px solid white!important;
	border-bottom: 2px solid white !important;
	transition: 0.2s;
}


body .slider-type2 .owl-dot.active {
	background: #332f2b!important;
	border-top: 2px solid #332f2b!important;
	border-bottom: 2px solid #332f2b !important;
}

section.block.block-grid_pages {
    padding-top: 60px;
    padding-bottom: 60px;
}

section.block.block-grid_pages .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px 3.3%;
}

section.block.block-grid_pages h2 {
    margin-top: 28px;
    margin-bottom: 11px;
}

section.block.block-faq .wrap {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #332f2b;
    color: white;
}

.faq-item {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding: 16px 0;
    color: white;
    padding-right: 24px;
    position: relative;
}

section.block.block-faq .col-2 {
    padding-left: 34px;
    padding-top: 8px;
}

.faq-item+.faq-item {
    border-top: none;
}

.faq-item h3 {
	color: white;
    margin-bottom: 6px;
    cursor: pointer;
    font-size: 18px;
}

.answer {
    letter-spacing: 0.3px;
    line-height: 21px;
    display: none;
}

.faq-item span.close {
    position: absolute;
    width: 19px;
	height: 19px;
    cursor: pointer;
    display: block;
    right: 0;
	top: 25px;
    transition: 0.3s;
}

.faq-item span.close:before {
    top: 0;
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    bottom: 0;
    left: 9px;
    background: white;
}

.faq-item span.close:after {
    top: 9px;
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    right: 0;
    left: 0;
    background: white;
}

.faq-item.active span.close {
    transform: rotate(45deg);
}

.slider-type2 h2 {
    text-align: center;
    margin-bottom: 55px;
}

.slider-type2 {
    padding-top: 56px;
    padding-bottom: 60px;
}

.slider-type2 img {
    margin: 0 0px;
}


.wpcf7 p {
}

.wpcf7-form-control {
    padding: 12px;
    margin-bottom: 13px;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Lato';
    font-size: 15px;
}

select.wpcf7-form-control.wpcf7-select {
    padding: 12px 8px;
    width: 100%;
    box-sizing: border-box;
}

.wpcf7 input[type="file"] {
    background: white;
}

label.file {display: block;}

.wpcf7 input[type="file"]::file-selector-button {
    background: #737373;
    border: none;
    font-size: 15px;
    position: absolute;
    right: -4px;
    top: -12px;
    bottom: -13px;
    color: white;
    padding: 10px 20px;
}

input.wpcf7-form-control.wpcf7-submit {
    text-transform: uppercase;
    width: 125px;
    text-align: center;
    font-family: 'Lato';
    font-size: 15px;
    background: #C8323F;
    color: white;
    border: none;
    cursor: pointer;
}

label.file br {
    display: none;
}

footer {
    background: #332f2b;
    color: white;
    padding-bottom: 60px;
}

footer a {
    color: white;
    text-decoration: none;
}

footer .col-1 {
    width: 24%;
}

footer .container {
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
    border-top: 1px solid #ffffffb5;
}

.f-title {
	font-family: 'Helvetica Neue';
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 24px;
}

footer ul {
    list-style: none;
    margin-bottom: 26px;
}

footer li {
    margin-bottom: 4px;
}

li.social-icons svg {
    max-width: 12px;
    max-height: 12px;
}

li.social-icons a {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: white;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    margin-right: 7px;
	transition: 0.2s;
}

li.social-icons a:hover {
	background: #e5e1dc;
}

li.social-icons {
    margin-top: 27px;
}

.container.copyright {
    margin-top: 36px;
    padding-top: 21px;
    text-align: center;
    display: block;
}

.block-grey_2_no_image .wrap.light {
    background: white;
    color: #332f2b;
}

.block-grey_2_no_image .light .col.col-1:after {
    background: #332f2b;
    display:  block;
}

section.block.block-posts_grid {
    background: #332f2b;
    color: white;
}

section.block.block-posts_grid .container, .archive-content .container {
    display: flex;
    flex-wrap: wrap;
    padding-top: 60px;
    padding-bottom: 60px;
    gap: 1.3%;
}

section.block.block-posts_grid .page, .archive-content .page {
    width: 24%;
    display: block;
    text-decoration: none;
    margin-bottom: 50px;
}

section.block.block-posts_grid .page {
	color: white;
}

.archive-content .page {
	color: #332f2b;
}

section.block.block-posts_grid img, .archive-content img {
    height: auto;
    width: auto;
}

section.block.block-posts_grid h2, .archive-content h2 {
    margin-bottom: 11px;
}

.archive-item .project-type {
	display: block;
	font-size: 11px;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #8a8a8a;
	margin-bottom: 8px;
	margin-top: 28px;
}

.hero-wrap small span.separator {
    margin-left: 15px;
    margin-right: 15px;
}

a.logo {
    max-width: 320px;
}

section.block.block-grey_2_no_image .light h2 {
    color: #332f2b;
}

.block-grey_2_no_image h2 span {
    left: -66px;
    position: absolute;
    display: block;
    top: 22px;
    background: #332f2b;
}

.slider-type1.light {
    background: white;
}

.slider-type1.light h6 {color: #332f2b;}

.slider-type1.light p {
    color: #332f2b;
}

body .slider-type1.light .owl-dot.active {
    background: #332f2b!important;
    border-top: 2px solid #332f2b!important;
    border-bottom: 2px solid #332f2b!important;
}

.slider-type1.light .owl-dot {
    border-top: 2px solid white !important;
    border-bottom: 2px solid white !important;
}

.hero.archive {
    padding-top: 135px;
    background: #332f2b;
    border-top: 1px solid white;
}

.hero.archive .hero-wrap {
    position: static;
}


.pagination-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}

span.ppp {
    display: block;
}

.page-numbers {
    width: 18px;
    height: 18px;
    display: inline-block;
    font-size: 0;
    background: #a6a6a6;
    margin: 8px;
    cursor: pointer;
    margin-top: 0;
}

span.page-numbers.current {
    background: #c9313c;
}

section.block.block-white_2_image .wrap.dark {
    color: white;
    background: #332f2b;
}

div.page {
    width: 21%!important;
}

section.block.block-faq .wrap.light {
    background: none;
    color: black;
}

.light .faq-item h3 {
    background: #332f2b;
    padding: 12px;
    padding-left: 46px;
    padding-right: 71px;
    padding-top: 16px;
}

.light .faq-item {
    /* padding: 0px; */
    background: #332f2b;
    margin-bottom: 20px;
}

.light .faq-item span.close {
    /* top: 18px; */
    /* right: 20px; */
}

.light .answer {
    background: #e5e1dc;
    padding: 21px 47px;
    color: #332f2b;
}

.light .answer li {
    margin-left: 28px;
}

.light .answer ul {margin-bottom: 20px;}

.post-type-archive-partner .hero.archive {display: none;}

.blog a.page.archive-item {
	width: 47%;
}


.single-post section.block.block-the_content {
    margin-top: 50px;
    margin-bottom: 50px;
}

.single-image {
    float: left;
    margin-right: 50px;
    margin-bottom: 50px;
    position: relative;
}

.author-tag {
    border: 2px solid #C8323F;
    display: inline-block;
    width: 250px;
    font-size: 15px;
    text-align: center;
    padding: 10px;
    color: #C8323F;
    margin-bottom: 30px;
}

section.block.block-the_content p, section.block.block-the_content li, section.block.block-the_content h1, section.block.block-the_content h2, section.block.block-the_content h3, section.block.block-the_content h4, section.block.block-the_content h5, section.block.block-the_content h6 {
    margin-bottom: 16px;
}

section.block.block-the_content li {
    position: relative;
    left: 16px;
    max-width: 90%;
}

span.caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    z-index: 2;
    text-align: center;
    background: #332F2B;
    color: white;
}

section.similar_articles .container {
    display: flex;
    justify-content: space-between;
}

a.page.archive-item {
    width: 21%;
    display: flex;
    flex-direction: column;
}

section.similar_articles {
    background: #332F2B;
    border-bottom: 1px solid white;
    padding-bottom: 60px;
}

section.similar_articles a {
    color: white;
    text-decoration: none;
}

.post-type-archive-partner a.page.archive-item {
	width: 47%;
}

.single-post a.more {
    background: #C8323F;
    padding: 12px 20px;
    margin-top: 50px;
    margin-bottom: 50px;
}

span.img {
    width: 100%;
    display: block;
    padding-top: 56%;
    background-size: contain;
    background-position: center;
    background-color: #a6a6a6;
}

section.similar_articles h2 {
    font-size: 25px;
    text-transform: uppercase;
	font-family: 'Helvetica Neue';
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
}

a.page.archive-item .content {
    /*margin-top: auto;*/
}


body:not(.menu-open) header.header-transparent {
    background: transparent;
}

.fadeInDown2{
	opacity: 0;
	-webkit-animation: fadeInDown2 1s;
	animation: fadeInDown2 1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@-webkit-keyframes fadeInDown2 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown2 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}


.wrap {}

section.block.block-grid_pages .page {
    width: 22.5%!important;
    text-decoration: none;
    color: #22201d;
}


.single-project .hero.archive+section .wrap {
    padding-top: 160px;
}


.wp-block-separator {
    margin: 20px 0;
}


.owl-nav {
    position: absolute;
    top: 111px;
    left: -25px;
    right: -25px;
    height: 0;
}

.owl-nav span {
    font-size: 50px;
    color: #a6a6a6;
    font-weight: 300;
}

button.owl-prev {
    float: left;
}

button.owl-next {
    float: right;
}

header.woocommerce-products-header {
    position: static;
    /* padding-top: 50px; */
    background: #332F2B!important;
    color: white;
    display: none;
}

nav.woocommerce-breadcrumb {
    background: #332F2B !important;
    color: white;
    margin-bottom: 0!important;
    color: white!important;
    display: none;
}

main#main {
    max-width: 1367px;
    margin: auto;
    width: 100%;
    box-sizing: border-box;
    margin-top: 50px;
}

.woocommerce ul.products li.product a {
    color: #c8323f;
}

.woocommerce ul.products li.product .button {
    background: #c8323f;
    color: white;
    border-radius: 0;
    font-weight: 400;
}

.woocommerce div.product form.cart .button {
    background: #c8323f;
    border-radius: 0;
    font-weight: 400;
}

.woocommerce .quantity .qty {
    padding: 7px;
}

.woocommerce-product-details__short-description {
    margin-bottom: 20px;
}

section.block.block-contact_form .col.col-2 {
    padding-left: 56px;
}

footer .container .col-1:last-child {
    width: auto;
    /* margin-left: auto; */
    max-width: 22%;
}

footer .container .col-1:nth-child(3) {
    margin-left: 85px;
}

.answer .button {
    background: #c8323f;
    color: white;
    border: none;
    margin-left: auto;
    display: block;
    width: 120px;
    text-align: center;
}

.topics {padding-top: 50px;}

.topics a {
    display: inline-block;
    border: 1px solid #c8323f;
    padding: 6px 60px;
    text-decoration: none;
    color: #c8323f;
    transition: 0.3s;
    margin-right: 40px;
}

.topics a.active, .topics a:hover {
    background: #c8323f;
    color: white;
}

.wrap.light.blocks_light .faq-item {
    background: white;
    border-color: #332f2b;
}

.wrap.light.blocks_light .faq-item {
    /* padding: 50px 0; */
    /* padding-right: 100px; */
    margin-bottom: 0;
}

.wrap.light.blocks_light h3 {
    background: white;
    color: #332f2b;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.wrap.light.blocks_light span.close:before, .wrap.light.blocks_light span.close:after {
    background: #332f2b;
}

.wrap.light.blocks_light .answer {
    background: white;
    padding: 0;
}

section.block.block-map {
    background: #332f2b;
    padding-top: 50px;
    padding-bottom: 50px;
    color: white;
}

.form-w {
    margin-top: 50px;
    margin-bottom: -30px;
}


.light.blocks_light .faq-item span.close {
    /* top: 57px; */
    /* right: 0; */
}

.slider-type2 .owl-nav {
    top: 5%;
    height: 0;
}


a.slide {
    text-decoration: none;
}

.head-archive header {
    background: #22201D!important;
}


.menu-item-has-children {
	position: relative;
}

ul.sub-menu {
	position: absolute;
	top: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	background: #332f2b;
	left: 30px;
	display: none;
	padding: 10px;
}

header .sub-menu .menu-item a {
	margin: 0;
	padding: 5px 20px;
	white-space: nowrap;
	transition: 0.2s;
}

ul.sub-menu .menu-item-has-children>a {
	font-weight: bold;
}

header .sub-menu .menu-item a:hover {
	text-decoration: underline;
}

.menu-item-has-children:hover .sub-menu {
	display: block;
}
ul.sub-menu ul.sub-menu {
	position: static;
	margin-left: 11px;
}

section.block.block-grid_pages a.page:hover img {transform: scale(1.05);}

section.block.block-grid_pages a.page img {
	transition: 0.2s;
}

.block-grey_2_no_image .light h2 span {
	background: white;
}

.page-id-460 .slider-type1.light {
    padding-bottom: 0;
    text-transform: uppercase;
}

.page-id-460 section.block.block-grid_pages {
    padding-top: 0;
}

section.block.block-white_2_image .wrap {
	padding-top: 34px;
}



section.blok.block-gri_pages h2 {
	margin-top: 10px;
	margin-bottom: 11px;
}


section.blok.block-pri_pages.archive-content {
    margin-top: 20px
}


section#map .col.col-2>p {
	margin-bottom: 50px;
}

section#map h2 {
	margin-bottom: 5px;
}

.block-text {
	font-size: 16px;
	line-height: 1.65;
	color: #222;
}

.block-text > *:first-child {
	margin-top: 0;
}

.block-text > *:last-child {
	margin-bottom: 0;
}

.block-text p {
	margin: 0 0 18px;
}

.block-text h1,
.block-text h2,
.block-text h3,
.block-text h4,
.block-text h5,
.block-text h6 {
	margin: 32px 0 16px;
	line-height: 1.25;
	font-weight: 600;
	color: #111;
}

.block-text h1 { font-size: 36px; }
.block-text h2 { font-size: 28px; }
.block-text h3 { font-size: 24px; }
.block-text h4 { font-size: 20px; }
.block-text h5 { font-size: 18px; }
.block-text h6 { font-size: 16px; }

.block-text ul,
.block-text ol {
	margin: 0 0 20px 24px;
	padding: 0;
}

.block-text li {
	margin-bottom: 8px;
}

.block-text a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.block-text strong,
.block-text b {
	font-weight: 700;
}

.block-text em,
.block-text i {
	font-style: italic;
}

.block-text blockquote {
	margin: 24px 0;
	padding: 16px 20px;
	border-left: 4px solid #222;
	background: #f7f7f7;
}

.block-text table {
	width: 100%;
	border-collapse: collapse;
	margin: 24px 0;
}

.block-text th,
.block-text td {
	padding: 12px;
	border: 1px solid #ddd;
	text-align: left;
}

.block-text img {
	max-width: 100%;
	height: auto;
}

.block-text .alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.block-text .alignright {
	float: right;
	margin: 0 0 20px 20px;
}

.block-text .aligncenter {
	display: block;
	margin: 24px auto;
	text-align: center;
}

.block-text .wp-caption {
	max-width: 100%;
	margin-bottom: 24px;
}

.block-text .wp-caption-text {
	margin-top: 8px;
	font-size: 14px;
	color: #666;
}

.block-text .wp-block-image {
	margin: 24px 0;
}

.block-text .wp-block-image figcaption {
	margin-top: 8px;
	font-size: 14px;
	color: #666;
}

.block-text .wp-block-quote {
	margin: 24px 0;
}

.block-text .wp-block-table {
	margin: 24px 0;
	overflow-x: auto;
}

.block-text .wp-block-button__link {
	display: inline-block;
	text-decoration: none;
}

.block-text {
	margin: 100px 0;
}
section.block.block-grid_pages .page {
	display: block;
}

section.block.block-grid_pages .page img {
	transition: 0.2s;
}

section.block.block-grid_pages .page:hover img {
	transform: scale(1.05);
}

.hero-wrap a {
	font-size: 15px;
	color: #c9c9c9;
	margin-bottom: 6px;
	text-decoration: none;
}

.single-project .hero.archive {margin-bottom: 1px;}

.hero-wrap a:hover {
	color: white;
}
.light:not(.blocks_light) .faq-item {
	padding: 0;
}

.light:not(.blocks_light) .faq-item span.close {
	right: 20px;
}
.blog .archive-content h2, .tag .archive-content h2 {
	margin-top: 28px;
}