/*----------------------------------------------------------------- */
/* PAGES
/*----------------------------------------------------------------- */
.page .layout-wrapper
{
	padding: 0;
}

.title-box
{
	margin-bottom: 60px;
	padding-bottom: 65px;

	text-align: center;

	border-bottom: 1px solid var(--color__grey);
}

.title-box h1
{
	margin-bottom: 25px;
}

.article__excerpt
{
	max-width: 520px;
	margin: 0 auto 20px auto;
}

@media (max-width: 760px)
{
	.title-box
	{
		margin-bottom: 30px;
		padding-bottom: 35px;
	}
}

/* CONTACT
----------------------------------------- */
.page-template-page-contact .layout-wrapper
{
	padding-bottom: 80px;
}

.page-template-page-contact h1
{
	margin-bottom: 20px;
}

.page-template-page-contact .block
{
	margin-bottom: 30px;
}

.page-template-page-contact .block:last-of-type
{
	margin-bottom: 90px;
}

.contact-info
{
	position: relative;

	margin-bottom: 10px;
	padding: 28px 40px 35px 35px;

	background: var(--color__grey-light);
}

.contact-info__text h2
{
	font-size: 2.2rem;

	margin-top: 20px;
	margin-bottom: 10px;

	letter-spacing: 0.25px;
}

.contact-info__text h2:first-of-type
{
	margin-top: 0;
}

.contact-info__text h2:last-of-type
{
	margin-bottom: 5px;
}

.contact-info__text a
{
	font-family: var(--font-family__heading);
	font-size: 1.8rem;

	padding-right: 10px;
}

.contact-info__text .icon_phone
{
	width: 21px;
	height: 25px;

	vertical-align: middle;
}

.contact-info__text .icon_email
{
	width: 21px;
	height: 17px;

	vertical-align: middle;
}

.contact-info__text span
{
	font-size: var(--font-size__default);
}

.contact-info__text a[href^='mailto:']
{
	display: block;
}

.contact-info__text address
{
	font-size: var(--font-size__small);
	font-style: normal;
	line-height: 2.4rem;

	max-width: 295px;
}

.contact-info__text address span
{
	font-size: var(--font-size__small);

	display: block;
}

.contact-info__text-country
{
	display: inline-block;

	margin-bottom: 10px;
}

.contact-info .contact-info__image
{
	/* position: absolute;
	top: -13px;
	right: 40px; */
	margin-bottom: 0;
}

.contact-form
{
	margin-top: 60px;
	padding-top: 30px;

	border-top: 1px solid var(--color__grey-light);
}

@media (max-width: 850px)
{
	.contact-info
	{
		margin-bottom: 20px;
		padding: 40px 20px;

		gap: 30px;
	}

	.page-template-page-contact .block:last-of-type
	{
		margin-bottom: 30px;
	}

	.contact-info .contact-info__image
	{
		position: relative;
		top: 0;
		right: 0;
	}
}

@media (max-width: 700px)
{
	.page-template-page-contact .layout-wrapper
	{
		padding-bottom: 0;
	}

	.contact-wrapper.container_content
	{
		margin: 0 var(--blocks__gap-negative) 20 px var(--blocks__gap-negative);
		padding: 0;
	}

	.contact-info
	{
		justify-content: center;

		margin: 0;
		padding: 40px 20px 60px 20px;
	}
}

@media (max-width: 634px)
{
	.contact-info__text
	{
		text-align: center;
	}
}

@media (max-width: 400px)
{
	.contact-info__text > .row
	{
		flex-direction: column;

		gap: 10px;
	}
}

/* ABOUT US
----------------------------------------- */
.page-template-page-about .layout-wrapper
{
	padding-bottom: 80px;
}

.about-intro
{
	padding: 110px 0;
}

.about-intro__photos
{
	position: relative;

	padding: 20px 10px 0 20px;

	border: 1px solid var(--color__grey);
}

.about-intro__photos img
{
	max-width: 230px;
	margin: -102px 30px 20px 0;
}

.about-intro__photos img:last-of-type
{
	margin: -102px 20px 20px 0;
}

.about-intro .google-reviews
{
	padding-bottom: 20px;
}

.about-intro__text
{
	padding-top: 48px;
}

.about-intro__text h2
{
	font-size: var(--font-size__h3);

	margin-bottom: 20px;
}

@media (max-width: 850px)
{
	.about-intro__photos
	{
		padding: 20px 20px 0 20px;
	}

	.about-intro__photos .row
	{
		justify-content: center;
	}

	.about-intro__photos img:last-of-type
	{
		margin: -102px 0 20px 0;
	}
}

@media (max-width: 600px)
{
	.about-intro
	{
		padding: 50px 0;
	}

	.about-intro__photos .row
	{
		flex-direction: column;
	}

	.about-intro__photos img,
	.about-intro__photos img:last-of-type
	{
		margin: 0 0 20px 0;
	}
}

/* ABOUT CLIENTS
----------------------------------------- */
.about-clients
{
	margin-bottom: 120px;
}

.about-clients h2
{
	position: relative;

	margin-bottom: 60px;
	padding-left: 168px;

	text-align: left;
}

.about-clients h2::before
{
	position: absolute;
	top: 50%;
	left: 0;

	width: 124px;
	height: 1px;

	content: '';
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);

	background: var(--color__brown-light);
}

.about-clients__gallery
{
	display: grid;

	gap: 30px;
	grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
}

.about-clients .about-clients__gallery-item
{
	display: flex;
	align-items: center;
	justify-content: center;

	height: 130px;
	margin: 0;
	padding: 15px;

	transition: var(--transition-delay__default);

	border: 1px solid var(--color__grey);
}

.about-clients .about-clients__gallery-item:hover
{
	box-shadow: 0 0 40px rgba(var(--color__black_rgb), 25%);
}

.about-clients .about-clients__gallery-item img
{
	width: auto;
	max-width: 100%;
	max-height: 100%;

	transition: var(--transition-delay__default);
	-webkit-transform: translateZ(0) scale(1, 1);

	-webkit-backface-visibility: hidden;
	filter: grayscale(1);
}

.about-clients__gallery-item:hover img
{
	filter: grayscale(0);
}

.about-clients__gallery .btn
{
	padding: 52px 15px;

	border-color: var(--color__grey);
	background-color: var(--color__white);
}

.about-clients__gallery .btn::before
{
	display: none;
}

.about-clients__gallery .btn span
{
	font-size: var(--font-size__small);
	font-weight: var(--font-weight__heading);

	position: relative;

	padding-right: 28px;

	color: var(--color__brown);
}

.about-clients__gallery .btn span .icon
{
	position: absolute;
	top: 50%;
	right: 5px;

	transform: translateY(-50%);
}

.about-clients__gallery .btn span .icon_cross
{
	display: none;

	width: 13px;
	height: 13px;

	opacity: 0;
}

.about-clients__gallery .btn.active,
.about-clients__gallery .btn:hover
{
	background: var(--color__grey);
}

.about-clients__gallery .btn.active .icon_arrow-long
{
	display: none;

	opacity: 0;
}

.about-clients__gallery .btn.active .icon_cross
{
	display: block;

	opacity: 1;
}

@media (max-width: 880px)
{
	.about-clients
	{
		margin-bottom: 60px;
	}

	.about-clients h2
	{
		margin-bottom: 25px;
		padding-left: 60px;
	}

	.about-clients h2::before
	{
		top: 25px;

		width: 40px;
	}
}

@media (max-width: 500px)
{
	.about-clients h2
	{
		padding-left: 30px;
	}

	.about-clients h2::before
	{
		left: var(--blocks__gap-negative);

		width: 40px;
	}
}

/* ABOUT CLIENTS MORE */
.about-clients__more
{
	padding-top: 80px;
}

.about-clients__more-text h3,
.about-clients__more-text h4
{
	margin-bottom: 20px;
}

.about-clients__more-text ul li
{
	font-size: var(--font-size__small);
	line-height: var(--line-height__small);

	margin-bottom: 10px;
	margin-left: 15px;

	list-style: disc;
}

@media (max-width: 1100px)
{
	.about-clients__more
	{
		padding-top: 40px;
	}
}

@media (max-width: 880px)
{
	.help-box h2
	{
		margin-bottom: 25px;
		padding-left: 60px;
	}

	.help-box h2::before
	{
		width: 40px;
	}
}

@media (max-width: 600px)
{
	.help-box h2
	{
		font-size: 3.4rem;
	}

	.help-box h2::before
	{
		top: 25px;
	}
}

@media (max-width: 500px)
{
	.help-box h2
	{
		padding-left: 30px;
	}

	.help-box::before
	{
		left: var(--blocks__gap-negative);

		width: 40px;
	}
}

/* ABOUT MEDIA
----------------------------------------- */
.about-media h2
{
	position: relative;

	margin-bottom: 60px;
	padding-left: 168px;

	text-align: left;
}

.about-media h2::before
{
	position: absolute;
	top: 50%;
	left: 0;

	width: 124px;
	height: 1px;

	content: '';
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);

	background: var(--color__brown-light);
}

.about-media__columns
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

	margin-bottom: 80px;

	gap: 30px;
}

.about-media__columns-item
{
	align-self: flex-start;

	width: calc(100% / 2 - 15px);

	border: 1px solid var(--color__grey);
}

.about-media__columns-item figure
{
	max-width: 297px;
	margin-bottom: 10px;
	padding: 36px 15px 0 36px;
}

.about-media__columns-item figure img
{
	width: auto;
	max-width: 297px;
	max-height: 44px;
}

.about-media__columns-row
{
	padding: 20px 20px 20px 35px;

	border-bottom: 1px solid var(--color__grey);
}

.about-media__columns-row h3
{
	font-size: var(--font-size__h4);

	min-height: 60px;
	margin-bottom: 20px;
}

.about-media__columns-row h3 a
{
	display: block;

	color: var(--color__black);
}

.about-media__columns-row .icon_calendar,
.about-media__columns-row .icon_file
{
	width: 20px;
	height: 17px;

	color: var(--color__brown-light);
}

.about-media__columns-row .icon_file
{
	width: 17px;
	height: 20px;
	margin-right: 8px;
	margin-left: 24px;
}

.about-media__columns-row span
{
	font-family: var(--font-family__default);
	font-size: var(--font-size__small);
	line-height: var(--line-height__small);
}

.about-media__columns-row time
{
	font-size: var(--font-size__small);
	line-height: var(--line-height__small);

	padding-left: 8px;

	color: var(--color__grey-lightest);
}

.about-media__columns-item button
{
	font-weight: var(--font-weight__heading);

	width: 100%;
	padding: 20px;

	transition: var(--transition-delay__default);
	text-decoration: solid transparent underline;

	color: var(--color__brown);
}

.about-media__columns-item button span
{
	margin-right: 8px;
}

@media (max-width: 880px)
{
	.about-media h2
	{
		margin-bottom: 25px;
		padding-left: 60px;
	}

	.about-media h2::before
	{
		width: 40px;
	}

	.about-media__columns-item
	{
		width: 100%;
	}

	.about-media__columns-item figure img
	{
		max-width: 100%;
	}
}

@media (max-width: 600px)
{
	.page-template-page-about .layout-wrapper
	{
		padding-bottom: 40px;
	}

	.about-media h2
	{
		font-size: 3.4rem;
	}

	.about-media h2::before
	{
		top: 25px;
	}

	.about-media__columns-row
	{
		padding: 20px;
	}

	.about-media__columns
	{
		margin-bottom: 40px;
	}
}

@media (max-width: 500px)
{
	.about-media h2
	{
		padding-left: 30px;
	}

	.about-media h2::before
	{
		left: var(--blocks__gap-negative);

		width: 40px;
	}
}

/* ABOUT MEDIA GALERY
----------------------------------------- */
.about-media__gallery
{
	/* display: flex; */
	/* flex-wrap: wrap; */
	/* align-items: center; */
	display: grid;
	align-items: center;

	gap: 20px 50px;
	grid-template-columns: repeat(auto-fill, minmax(245px, 1fr));
}

.about-media__gallery .about-clients__gallery-item img
{
	width: auto;
	max-width: 245px;
	max-height: 50px;
	margin: auto;
}


/* PRICE LIST
----------------------------------------- */
.pricelist__item
{
	margin-bottom: 30px;
}

.pricelist__item button
{
	font-family: var(--font-family__heading);
	font-size: 2rem;
	font-weight: var(--font-weight__heading);

	position: relative;

	width: 100%;
	padding: 22px 100px 22px 35px;

	cursor: pointer;
	text-align: left;

	color: var(--color__black-light);
	background: var(--color__grey);
}

.pricelist__item button:hover
{
	text-decoration: none;
}

.pricelist__item button .icon_arrow
{
	position: absolute;
	top: 0;
	right: 35px;
	bottom: 0;

	display: inline-block;

	width: 17px;
	height: 8px;
	margin: auto 0;

	transition: transform var(--transition-delay__default);
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);

	color: var(--color__brown);
}

.pricelist__item button.active .icon_arrow
{
	-webkit-transform: rotate(-180deg);
	        transform: rotate(-180deg);
}

.pricelist__item-row
{
	padding: 24px 35px;

	border: 1px solid var(--color__grey);
	border-top: none;
}

.pricelist__item-row .row
{
	flex-wrap: nowrap;
}

.pricelist__item-title
{
	font-size: var(--font-size__default);
	font-weight: var(--font-weight__bold);
	line-height: 2.5rem;

	padding-top: 4px;

	text-transform: uppercase;
}

.pricelist__item-price
{
	font-size: var(--font-size__small);
	font-weight: var(--font-weight__bold);

	padding-left: 20px;

	white-space: nowrap;

	color: var(--color__black);
}

.pricelist__item-price strong
{
	font-size: 2rem;

	padding-left: 8px;

	color: var(--color__brown-lightest);
}

.pricelist__item-row p
{
	font-size: var(--font-size__small);
	line-height: var(--line-height__small);

	padding-top: 15px;
}

.pricelist__item-row p:last-child
{
	margin: 0;
}

.pricelist__item-row p a
{
	text-decoration: underline;
}

.pricelist__item-row p a:hover
{
	text-decoration: solid underline transparent;
}

.pricelist__item-row p strong
{
	line-height: 2.4rem;

	color: var(--color__brown-lightest);
}

.pricelist-text
{
	font-size: var(--font-size__small);
	line-height: var(--line-height__small);

	margin-bottom: 120px;
}

@media (max-width: 760px)
{
	.pricelist__item button,
	.pricelist__item-row
	{
		padding: 15px;
	}

	.pricelist-text
	{
		margin-bottom: 60px;
	}
}

/* HOME PAGE
----------------------------------------- */
.home header
{
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	left: 0;
}

/* HOME INTRO */
.home-intro
{
	position: relative;

	padding-top: var(--header__height);
}

.home-intro__claims
{
	margin: 160px 0 200px 0;
}

.home-intro__claim
{
	position: relative;

	padding: 17px 50px;
}

.home-intro__claim::after
{
	position: absolute;
	top: 0;
	right: 0;

	width: 3px;
	height: 100%;

	content: '';

	background: var(--color__brown-light);
}

.home-intro__claim:last-child::after
{
	display: none;
}

.home-intro__claim span
{
	font-family: var(--font-family__heading);
	font-size: 3.4rem;
	font-weight: var(--font-weight__heading);

	color: var(--color__black);
}

.home-intro__boxes
{
	position: relative;

	align-items: stretch;

	margin-bottom: 50px;
	padding: 10px 0;

	gap: 30px;
}

.home-intro__box
{
	position: relative;

	width: calc(100% / 4 - 30px);
	padding: 30px 25px;

	background: var(--color__black);
}

.home-intro__box::before,
.home-intro__boxes::before
{
	position: absolute;
	z-index: -1;
	top: 3px;
	left: -3px;

	width: 100%;
	height: 100%;

	content: '';

	border: 1px solid var(--color__brown-light);
}

.home-intro__boxes::before
{
	display: none;
}

.home-intro__box::after
{
	position: absolute;
	bottom: 0;
	left: 0;

	width: 100%;
	height: 12px;

	content: '';

	background-image: repeating-linear-gradient(-45deg,var(--color__black-light), var(--color__black-light) 1px,var(--color__black) 2px, var(--color__black) 6px);
}

.home-intro__box h2
{
	font-family: var(--font-family__default);
	font-size: var(--font-size__default);
	font-weight: var(--font-weight__bold);

	margin-bottom: 15px;

	letter-spacing: 0.4px;
	text-transform: uppercase;

	color: var(--color__brown-lightest);
}

.home-intro__box p
{
	font-size: var(--font-size__small);
	line-height: 2.4rem;

	color: var(--color__white);
}

.home-intro__background
{
	position: absolute;
	z-index: -2;
	top: 0;
	right: 0;
	left: 0 ;

	max-height: 800px;
	margin: auto;
}

@media (max-width: 1620px)
{
	.home-intro__claims
	{
		margin: 80px 0 140px 0;
	}
} 

@media (max-width: 1260px)
{
	.home-intro__claims
	{
		margin: 80px 0 90px 0;
	}

	.home-intro__claim
	{
		padding: 17px 25px;
	}

	.home-intro__claim span
	{
		font-size: 2.4rem;
	}

	.home-intro__background
	{
		margin: 0 auto;
	}
}

@media (max-width: 1100px)
{
	.home-intro__boxes
	{
		gap: 15px;
	}

	.home-intro__box
	{
		width: calc(100% / 4 - 15px);
	}
}

@media (max-width: 960px)
{
	.home-intro__box
	{
		width: calc(100% / 2 - 15px);
	}
}

@media (max-width: 860px)
{
	.home-intro__claims
	{
		align-items: center;
		flex-direction: column;

		margin: 30px 0;
	}

	.home-intro__claim::after
	{
		display: none;
	}

	.home-intro__claim
	{
		padding: 6px 20px;
	}

	.home-intro__background
	{
		top: -60px;

		height: 470px;

		object-fit: cover;
		object-position: 80% 0;
	}
}

@media (max-width: 600px)
{
	.home-intro__boxes
	{
		margin-bottom: 35px;
		padding: 0;

		background: var(--color__black);

		gap: 0;
	}

	.home-intro__boxes::before
	{
		display: block;
	}

	.home-intro__box
	{
		width: 100%;
		padding: 14px 20px 0 24px;
	}

	.home-intro__box:first-child
	{
		padding-top: 25px;
	}

	.home-intro__box:last-child
	{
		padding-bottom: 26px;
	}

	.home-intro__box::before,
	.home-intro__box::after
	{
		display: none;
	}

	.home-intro__box h2
	{
		margin-bottom: 5px;
	}
}

/* HOME REVIEWS */
.home-reviews
{
	margin-bottom: 100px;
	padding-bottom: 40px;

	border-bottom: 1px solid var(--color__grey);
}

@media (max-width: 960px)
{
	.home-reviews
	{
		margin-bottom: 40px;
		padding-bottom: 30px;
	}
}

/* HOME SERVICES */
.home-services
{
	margin-bottom: 95px;
}

.home-services .heading_separator
{
	margin-bottom: 80px;
}

.home-services__grid
{
	display: grid;

	gap: 30px;
	grid-template-columns: repeat(auto-fill,minmax(370px,1fr));
}

.home-services__grid-item
{
	position: relative;

	display: flex;
	flex-flow: column nowrap;

	padding: 50px 44px 40px 44px;

	text-decoration: none;

	border: 1px solid var(--color__grey);
	background: var(--color__white);
}

.home-services__grid-item::before
{
	position: absolute;
	z-index: -1;
	bottom: -10px;
	left: -10px;

	display: block;

	width: 100%;
	height: 100%;

	content: '';

	background: rgba(var(--color__brown_rgb), 0.09);
}

.home-services__grid-item:hover
{
	text-decoration: none;

	color: var(--color__black);
	background: transparent;
}

.home-services__grid-item:hover .home-services__grid-item-more
{
	text-decoration: underline;

	color: var(--color__brown);
}

.home-services__grid-item img
{
	width: 32px;
	height: 30px;
	margin-bottom: 15px;
}

.home-services__grid-item h3
{
	font-size: var(--line-height__small);

	margin-bottom: 15px;
}

.home-services__grid-item p
{
	font-size: var(--font-size__small);
	line-height: var(--line-height__small);

	margin-bottom: 30px;

	color: var(--color__black);
}

.home-services__grid-item-more
{
	font-size: var(--font-size__small);
	font-weight: var(--font-weight__heading);

	margin-top: auto;

	transition: var(--transition-delay__default);
	text-decoration: solid underline transparent;

	color: var(--color__brown);
}

@media (max-width: 866px)
{
	.home-services .heading_separator
	{
		margin-bottom: 20px;
	}

	.home-services__grid-item
	{
		padding: 35px 28px 25px 28px;
	}

	.home-services__grid-item h3
	{
		font-size: 2.4rem;

		margin-bottom: 12px;
	}

	.home-services__grid-item p
	{
		margin-bottom: 18px;
	}
}

@media (max-width: 460px)
{
	.home-services
	{
		margin-bottom: 0;
	}

	.home-services__grid
	{
		gap: 0;
		grid-template-columns: 1fr;
	}

	.home-services__grid-item
	{
		width: calc(100% + 2 * var(--padding__default));
		margin: 0 var(--blocks__gap-negative) 0 var(--blocks__gap-negative);
		padding: 25px;

		border-bottom: none;
	}

	.home-services__grid-item:last-child
	{
		border-bottom: 1px solid var(--color__grey);
	}

	.home-services__grid-item::before
	{
		display: none;
	}
}

/* HOME NEWS */
.home-news
{
	margin-bottom: 80px;
	padding: 120px 0 80px 0;

	background: var(--color__grey-light);
}

.home-news .heading_separator
{
	margin-bottom: 80px;
}

.home-news__row
{
	gap: 60px;
} 

.home-news__latest
{
	width: 30.8%;
}

.home-news__latest h3,
.home-news__most h3
{
	font-size: var(--line-height__small);
}

.home-news__latest h3 svg,
.home-news__most h3 svg
{
	margin-right: 10px;

	vertical-align: middle;

	color: var(--color__brown);
}

.home-news .home-news__latest article,
.home-news__most .loop-wrapper article
{
	padding: 0;

	border: 1px solid var(--color__grey);
	background: var(--color__white);
}

.home-news .home-news__latest .article__image
{
	margin: 0;
}

.home-news .home-news__latest .article__image img
{
	width: 100%;
	max-width: 370px;
	max-height: 100%;
	margin: 0 auto;
}

.home-news .home-news__latest .article__wrapper
{
	width: 100%;
	padding: 30px 30px 55px 30px;
}

.home-news .home-news__latest .article__title
{
	margin-bottom: 25px;
}

.home-news .home-news__latest .article__excerpt
{
	margin: 0;
	margin-bottom: 35px;
}

.home-news__most
{
	width: 63%;
}

.home-news__most .loop-wrapper
{
	counter-reset: title;
}

.home-news__most .loop-wrapper article
{
	margin-bottom: 0;
	padding: 20px 25px;

	counter-increment: title;

	border: none;
	border-bottom: 1px solid var(--color__grey);
}

.home-news__most .loop-post .article__wrapper
{
	width: 100%;
}

.home-news__most .loop-post .article__wrapper:hover
{
	text-decoration: none;
}

.home-news__most .loop-post .article__wrapper:hover .article__title
{
	text-decoration: underline;
}

.home-news__most .loop-wrapper article:first-child
{
	padding-top: 30px;
}

.home-news__most .loop-wrapper article:last-child
{
	padding-bottom: 45px;
}

.home-news__most .loop-wrapper article:last-child
{
	border-bottom: none;
}

.home-news__most .loop-wrapper .article__title
{
	font-size: 1.8rem;

	position: relative;

	padding-left: 25px;

	transition: var(--transition-delay__default);
	text-decoration: solid underline transparent;
	letter-spacing: 0.4px;
}

.home-news__most .loop-wrapper .article__title::before
{
	font-family: var(--font-family__default);
	font-size: 1.8rem;
	font-weight: var(--font-weight__bold);

	position: absolute;
	top: 3px;
	left: 0;

	padding-right: 5px;

	content: counter(title) '. ';

	color: var(--color__brown-lightest);
}

.home-news__most .loop-wrapper .article__excerpt
{
	max-width: 100%;
	margin: 0;
	padding-left: 25px;

	color: var(--color__black);
}

.home-news__most .btn
{
	margin-top: 20px;
}

@media (max-width: 1200px)
{
	.home-news__row
	{
		gap: 30px;
	}
}

@media (max-width: 860px)
{
	.home-news__latest,
	.home-news__most
	{
		width: 100%;
		max-width: 100%;
	}

	.home-news .heading_separator
	{
		margin-bottom: 35px;
	}

	.home-news__latest h3,
	.home-news__most h3
	{
		font-size: 2.4rem;
	}

	.home-news__latest h3 svg,
	.home-news__most h3 svg
	{
		width: 22px;
		height: 24px;
	}

	.home-news__latest article
	{
		display: flex;
	}

	.home-news .home-news__latest .article__image
	{
		margin: auto;
	}

	.home-news__most .loop-wrapper .article__title
	{
		font-size: 2rem;

		margin-bottom: 15px;
	}

	.home-news__most .loop-wrapper .article__title::before
	{
		top: 5px;
	}

	.home-news .home-news__latest .article__excerpt
	{
		margin-bottom: 20px;
	}

	.home-news
	{
		margin-bottom: 60px;
		padding: 60px 0 40px 0;
	}

	.home-news .home-news__latest .article__wrapper
	{
		padding: 20px 25px 25px 25px;
	}
}

@media (max-width: 600px)
{
	.home-news__latest article
	{
		display: block;
	}
}

@media (max-width: 430px)
{
	.home-news__most .loop-post .article__wrapper
	{
		padding: 0;
	}
}

/* HOME ABOUT */
.home-about
{
	margin-bottom: 180px;
}

.home-about .heading_separator
{
	margin-bottom: 40px;
}

.home-about__text
{
	max-width: 790px;
	margin-bottom: 45px;
	padding-left: 170px;
}

.home-about__text p
{
	font-size: var(--font-size__small);
	line-height: var(--line-height__small);
}

.home-about__gallery-office
{
	margin: 0 40px 70px 40px;
}

.home-about__gallery-office figure,
.home-about__gallery-team figure
{
	position: relative;

	margin: 0;
}

.home-about__gallery-office figure
{
	width: 25%;
}

.home-about__gallery-office img
{
	max-width: 275px;
}

.home-about__gallery-office figure:first-child::before,
.home-about__gallery-office figure:last-child::after
{
	position: absolute;
	z-index: -1;
	bottom: -40px;

	display: block;

	width: calc(100% - 18%);
	height: 81%;

	content: '';

	background: var(--color__grey-light);
}


.home-about__gallery-office figure:first-child::before
{
	left: -40px;
}

.home-about__gallery-office figure:last-child::after
{
	right: -40px;
}

.home-about__gallery-office figure:nth-of-type(2) img
{
	max-width: 400px;
	margin: 0 auto;
}

.home-about__gallery-office figure:nth-of-type(2)
{
	width: 37%;
}

.home-about__gallery-team figure
{
	width: 22%;
}

.home-about__gallery-team img
{
	max-width: 260px;
}

.home-about__gallery-team figure:nth-of-type(2) img
{
	max-width: 590px;
}

.home-about__gallery-team figure:nth-of-type(2)
{
	width: 50%;
}

@media (max-width: 960px)
{
	.home-about
	{
		margin-bottom: 90px;
	}
}

@media (max-width: 866px)
{
	.home-about
	{
		margin-bottom: 70px;
	}

	.home-about .heading_separator
	{
		margin-bottom: 20px;
	}

	.home-about__text
	{
		padding: 0;
	}

	.home-about__gallery-office figure:first-child::before,
	.home-about__gallery-office figure:last-child::after
	{
		bottom: -25px;
	}

	.home-about__gallery-office figure:first-child::before
	{
		left: -25px;
	}

	.home-about__gallery-office figure:last-child::after
	{
		right: -25px;
	}
}


@media (max-width: 660px)
{
	.home-about
	{
		margin-bottom: 60px;
	}

	.home-about__text
	{
		margin-bottom: 20px;
	}

	.home-about__text p
	{
		font-size: var(--font-size__default);
	}

	.home-about__gallery-office
	{
		margin: 0 0 20px 0;
	}

	.home-about__gallery-office figure:first-child,
	.home-about__gallery-office figure:last-child,
	.home-about__gallery-team figure:first-child,
	.home-about__gallery-team figure:last-child
	{
		display: none;
	}

	.home-about__gallery-office figure:nth-of-type(2),
	.home-about__gallery-team figure:nth-of-type(2)
	{
		width: 100%;
	}
}

@media (max-width: 400px)
{
	.home-about__gallery-office,
	.home-about__gallery-team
	{
		width: calc(100% + 2 * var(--padding__default));
		margin: 0 var(--blocks__gap-negative) 20px var(--blocks__gap-negative);
		padding: 0;

		border: none;
	}
}

/* HOME MEDIA */
.home-media
{
	margin-bottom: 80px;
}

.home-media .heading_separator
{
	margin-bottom: 90px;
}

.home-media .heading_separator a
{
	color: var(--color__black);
}

.home-media__gallery
{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;

	gap: 40px;
}

.about-clients__gallery-item
{
	margin: 0;
}

@media (max-width: 960px)
{
	.home-media
	{
		margin-bottom: 60px;
	}
}

@media (max-width: 866px)
{
	.home-media .heading_separator
	{
		margin-bottom: 25px;
	}

	.home-media__gallery
	{
		justify-content: center;

		gap: 20px 15px;
	}
}
