/*!
Theme Name: Kiddyroom
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kiddyroom
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Kiddyroom is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--Text, #606D52);
	font-family: "Quicksand", sans-serif;
	font-optical-sizing: auto;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #F0EBE6;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: inherit;text-decoration:none;
}

*:hover,
*:focus,
*:active {
	outline: 0;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 1200px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}


/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}


.updated:not(.published) {
	display: none;
}


/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* MAIN
--------------------------------------------- */

.wrap {width:1440px;margin:auto;}

.heading--72 {font-size: 72px;font-weight: 600;line-height: normal;margin-top:0;}
.heading--64 {font-size: 64px;font-weight: 600;line-height: normal;margin-top:0;}
.heading--48 {font-size: 48px;font-weight: 600;line-height: normal;margin-top:0;}
.heading--24 {font-size: 24px;font-weight: 600;line-height: normal;margin-top:0;}

.text {font-size: 16px;line-height: 145%;}

.text a {position:relative;}
.text a:after {content:'';position:absolute;left:0;bottom:-2px;height:1px;width:0;background:#606D52;transition: all 0.15s ease-in;}
.text a:hover:after {width:100%;transition: all 0.15s ease-in;}
.text ul, .text ol {margin-left:0;}

.button {display:inline-block;padding:12px 24px; border-radius: 8px;font-size: 16px;font-weight: 700;line-height: 135%;}
.button--light {color: var(--Accent, #5D7249);border: 1px solid rgba(38, 47, 30, 0.50);transition: all 0.15s ease-in;}
.button--light:hover, .button--light:focus {background:#5D7249;color:#fff;transition: all 0.15s ease-in;}
.button--dark {color: #FFF;border: 1px solid rgba(38, 47, 30, 0.50);background: var(--Accent, #5D7249);transition: all 0.15s ease-in;}
.button--dark:hover, .button--dark:focus {color: var(--Accent, #5D7249);border: 1px solid rgba(38, 47, 30, 0.50);background:transparent;transition: all 0.15s ease-in;}

.mb128 {margin-bottom:128px;}
.mb80 {margin-bottom:80px;}
.mb64 {margin-bottom:64px;}
.mb48 {margin-bottom:48px;}
.mb32 {margin-bottom:32px;}
.mb24 {margin-bottom:24px;}
.mb16 {margin-bottom:16px;}

.pp128 {padding:128px 0;}
.pt128 {padding-top:128px;}
.pt64 {padding-top:64px;}
.pb128 {padding-bottom:128px;}
.pb80 {padding-bottom:80px;}

.center {text-align:center;}

/* HEADER
--------------------------------------------- */

.site-header {position:absolute;top:0;left:0;width:100%;z-index:99;padding:24px 0;}
.header__grid {display:grid;grid-template-columns:auto auto;justify-content: space-between;align-items: center;}
.main-navigation ul {column-gap:48px;}
.main-navigation ul li a {font-size: 14px;font-weight: 700;line-height: normal;position:relative;}
.main-navigation ul li a:after {content:'';position:absolute;left:0;bottom:-2px;height:1px;width:0;background:#606D52;transition: all 0.15s ease-in;}
.main-navigation ul li a:hover:after {width:100%;transition: all 0.15s ease-in;}

/* HOME
--------------------------------------------- */

.home__hero {padding-top:180px;padding-bottom:180px;position:relative;}
.hh__img {position:absolute;top:0;left:0;width:100%;height:100%;object-fit: cover;}
.hh__bg {position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;background: linear-gradient(73deg, rgba(235, 222, 212, 0.00) 52.01%, rgba(235, 222, 212, 0.55) 87.77%), linear-gradient(293deg, rgba(235, 222, 212, 0.00) 17.59%, rgba(235, 222, 212, 0.85) 51.98%)}
.hh__grid {position:relative;z-index:3;max-width:660px;}
.hh__grid .heading--72 {color: var(--Accent, #5D7249);}
.hh__grid .hh__buttons {display:flex;flex-wrap:wrap;gap:16px;}

.ho__img img {display:block;width:100%;}
.ho__header .text {max-width:680px;margin:auto;}

.ho__columns {display:grid;grid-template-columns:49.5% 49.5%;justify-content: space-between;}
.ho__column {position:relative;}
.hoc__img img {display:block;width:100%;object-fit: cover; height: 27vw;}
.hoc__content {padding-bottom:48px;}
.hoc__content .button {position:absolute;bottom:0;left:0;}

.ho__projects {display:grid;grid-template-columns: 30% 64%;justify-content: space-between;align-items: center;}
.hop__right img {display:block;width:100%;}

.home__coop {background: #FFF;}
.hc__header .heading--64 {color: var(--Accent, #5D7249);}
.hc__header .text {max-width:750px;margin:auto;}
.hc__columns {display:grid;grid-template-columns:32% 32% 32%;justify-content: space-between;}
.hc__column {position:relative;}
.hcc__img img {display:block;width:100%;height: 30vw; object-fit: cover;}
.hcc__content {padding-bottom:48px;}
.hcc__content .button {position:absolute;bottom:0;left:0;}

.swiper-slide img {display:block;width:100%;height:30vw;object-fit: cover;}

.hg__content .text {max-width:750px;margin:auto;}
.hgc__buttons {display:flex;justify-content: center;gap:24px;flex-wrap: wrap;}

/* ABOUT
--------------------------------------------- */

.page__hero {padding-top:180px;}
.phg__img img {display:block;width:100%;max-height: 720px; object-fit: cover;}
.phg__header {max-width:1080px;margin:auto;}
.phg__header .heading--64 {color: var(--Accent, #5D7249);}

.about__content {background: #FFF;}
.ac__grid {display:grid;align-items: center;justify-content: space-between;grid-template-columns:36% 59%;}
.ac__right img {display:block;width:100%;}
.ac__columns {display:grid;grid-template-columns:32% 32% 32%;justify-content: space-between;}
.acc__column {font-size: 32px;font-weight: 600;line-height: normal;}
.acc__column span {font-size: 40px;}

/* MEBLE PREMIUM
--------------------------------------------- */

.mp__sections {display:grid;grid-row-gap:48px;overflow: hidden;}
.mp__grid {display:grid;align-items: center;justify-content: space-between;max-width:100%;overflow: hidden;}
.mp__grid:nth-of-type(odd) {grid-template-columns:36% 59%;}
.mp__grid:nth-of-type(even) {grid-template-columns:59% 36%;}
.mp__grid:nth-of-type(even) .mp__content {order:2;}
.mp__grid:nth-of-type(even) .mp__img {order:1;}

.mp__img img {width:100%;height: 30vw; object-fit: cover;}
.mp__grid:nth-of-type(2n) .mp__img img {object-fit:contain;}
/* OFFER
--------------------------------------------- */

.offer__hero {padding-top:180px;}
.oh__grid {display:grid;grid-template-columns:48% 48%;justify-content: space-between;}

/* COOP
--------------------------------------------- */

.co__content {background:#fff;}
.co__columns {display:grid;grid-template-columns:32.5% 32.5% 32.5%;justify-content: space-between;}
.co__img img {display: block; width: 100%; height: 30vw; object-fit: cover;}

/* CONTACT
--------------------------------------------- */

.contact {padding-top:180px;}
.contact__grid {display:grid;grid-template-columns: 70% 25%;justify-content: space-between;}
.cl__header .text {margin:auto;max-width:570px;}

.nf-form-fields-required {display:none;}
nf-fields-wrap {display:grid;grid-template-columns:48% 48%;justify-content: space-between;}
nf-fields-wrap nf-field:nth-of-type(3), nf-fields-wrap nf-field:nth-of-type(4), 
nf-fields-wrap nf-field:nth-of-type(5), nf-fields-wrap nf-field:nth-of-type(6), nf-fields-wrap nf-field:nth-of-type(7) {grid-column-start:1;grid-column-end: 3;}
nf-field input[type="text"], nf-field input[type="email"] {border-radius: 8px;border: 1px solid #07428F;background: #FFF;height:72px;width:100%;background:#fff;padding:24px;color: #000;font-size: 18px;font-weight: 400;line-height: 150%;}
.name-input {padding-left:64px !important;background:#fff url(img/user.svg) left 24px center !important;background-repeat:no-repeat !important;}
.email-input {padding-left:64px !important;background:#fff url(img/mail.svg) left 24px center !important;background-repeat:no-repeat !important;}
textarea {border-radius: 8px;border: 1px solid #07428F;background: #FFF;color: #000;font-size: 18px;font-weight: 400;line-height: 150%; /* 27px */padding:24px;}
.checkbox-wrap label {font-size: 18px;font-weight: 400 !important;line-height: 150%;}
.submit-wrap {text-align:right;}
input[type="submit"] {background:none;cursor:pointer;display:inline-block;padding:12px 24px; border-radius: 8px;font-size: 16px;font-weight: 700;line-height: 135%;color: var(--Accent, #5D7249);border: 1px solid rgba(38, 47, 30, 0.50);transition: all 0.15s ease-in;}
input[type="submit"]:hover, input[type="submit"]:focus {background:#5D7249;color:#fff;transition: all 0.15s ease-in;}

.cr__row {padding:24px 0;border-bottom:1px solid rgba(93, 114, 73, 0.10);display:grid;grid-template-columns:24px 1fr;grid-column-gap: 24px;}
.cr__row:first-of-type {padding-top:0;}
.cr__row:last-of-type {padding-bottom:0;border-bottom:none;}

.cr__img img {display:block;}
.cr__content .text p {margin:0;}
.cr__heading {font-size: 18px;font-weight: 700;line-height: normal;margin-top:0;margin-bottom:8px;}
.cr__links {display:grid;}
.cr__links a {font-size: 14px;font-weight: 700;line-height: normal;display:flex;align-items: center;column-gap:8px;padding:16px 0;border-bottom:1px solid rgba(93, 114, 73, 0.10);}
.cr__links a:last-of-type {border-bottom:0;}
.cr__links a svg {display:block;}
.cr__links a span {position:relative;}
.cr__links a span:after {content:'';position:absolute;left:0;bottom:-2px;height:1px;width:0;background:#606D52;transition: all 0.15s ease-in;}
.cr__links a span:hover:after {width:100%;transition: all 0.15s ease-in;}


/* FOOTER
--------------------------------------------- */

.site-footer {position:relative;}
.f__img {position:absolute;top:0;left:0;width:100%;height:100%;object-fit: cover;z-index:1;}
.f__bg {position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;background: linear-gradient(180deg, #F0EBE6 0%, rgba(240, 235, 230, 0.75) 100%);}
.footer__columns {position:relative;z-index:3;display:grid;grid-template-columns:30% 30% 30%;justify-content: space-between;}
.fc__column {display:grid;grid-template-columns:48px 1fr;grid-column-gap:24px;}
.fc__img img {display:block;}
.footer__logo {position:relative;z-index:3;}
.footer__info {position:relative;z-index:3;display:grid;grid-template-columns:auto auto;justify-content: space-between;align-items: center;}
.fi__left ul {list-style:none;display:flex;column-gap:24px;margin:0;padding:0;}
.fi__left ul li a {font-size: 14px;font-weight: 700;line-height: normal;position:relative;}
.fi__left ul li a:after {content:'';position:absolute;left:0;bottom:-2px;height:1px;width:0;background:#606D52;transition: all 0.15s ease-in;}
.fi__left ul li a:hover:after {width:100%;transition: all 0.15s ease-in;}
.fi__right {display:flex;column-gap:24px;}
.fi__right a {font-size: 14px;font-weight: 700;line-height: normal;display:flex;align-items: center;column-gap:8px;}
.fi__right a svg {display:block;}
.fi__right a span {position:relative;}
.fi__right a span:after {content:'';position:absolute;left:0;bottom:-2px;height:1px;width:0;background:#606D52;transition: all 0.15s ease-in;}
.fi__right a span:hover:after {width:100%;transition: all 0.15s ease-in;}

/* RWD
--------------------------------------------- */

@media screen and (max-width: 1440px) {
	.wrap {width:1200px;}
}

@media screen and (max-width: 1200px) {
	.wrap {width:100%;padding:0 8px;}
	.menu-toggle {padding:0;background:none;border:none;font-weight:700;color:#000;font-size: 16px;}
	.menu-toggle svg {display:block;width:24px;}
	.main-navigation ul {display:none;}
	.main-navigation.toggled ul {position:absolute;top:100%;left:0;top: calc(100% - 24px);width:100%;text-align:center;background: #F0EBE6;padding:10px;}
	.main-navigation ul li {margin-left:0;padding:8px 0;}
	.main-navigation ul li a {display:inline-block;}

	.mb128 {margin-bottom:64px;}
	.mb80 {margin-bottom:64px;}
	.mb64 {margin-bottom:48px;}
	.mb48 {margin-bottom:32px;}
	.mb32 {margin-bottom:24px;}
	.pp128 {padding:80px 0;}
	.pt128 {padding-top:80px;}
	.pt64 {padding-top:48px;}
	.pb128 {padding-bottom:64px;}
	.pb80 {padding-bottom:64px;}

	.co__columns {grid-template-columns: 100%;grid-row-gap:16px;}
	.contact__grid {grid-template-columns: 65% 32%;}
	.swiper-slide img {height: 50vw;}

	.mp__grid:nth-of-type(odd) {grid-template-columns:100%;grid-row-gap:16px;overflow-x:hidden;}
	.mp__grid:nth-of-type(even) {grid-template-columns:100%;grid-row-gap:16px;overflow-x:hidden;}
	.mp__grid:nth-of-type(even) .mp__content {order:1;}
	.mp__grid:nth-of-type(even) .mp__img {order:2;}
}

@media screen and (max-width: 780px) {
	.site-branding a img {max-width:180px;}
	
	.heading--72 {font-size: 56px;}
	.heading--64 {font-size: 48px;}
	.heading--48 {font-size: 32px;}
	.heading--24 {font-size: 20px;}

	.text {font-size: 14px;}
	.button {font-size: 14px;line-height: 125%;}

	.home__hero {padding-top: 100px; padding-bottom: 80px;}
	.ho__columns {grid-template-columns: 100%;grid-row-gap:16px;}
	.hoc__img img, .hcc__img img {height: 65vw;}
	.ho__projects {grid-template-columns: 100%; grid-row-gap: 16px;}
	.hop__left, .ac__left {order:2;}
	.hop__right, .ac__right {order:1;}
	.page__hero, .offer__hero, .contact {padding-top:100px;}
	.ac__grid, .oh__grid {grid-template-columns: 100%; grid-row-gap: 16px;}
	.acc__column {font-size: 24px;}
	.acc__column span {font-size: 28px;}
	.fc__column { grid-template-columns: 24px 1fr; grid-column-gap: 16px;}
	.footer__columns {grid-template-columns: 32% 32% 32%;}
	.footer__info {grid-template-columns: 100%; grid-row-gap: 16px;}
	.fi__left ul {column-gap: 16px; justify-content: center;flex-wrap:wrap;}
	.fi__right {justify-content: center;}
	.co__img img {height: 65vw;}

	.contact__grid {grid-template-columns: 100%;grid-row-gap:16px;}

	nf-field input[type="text"], nf-field input[type="email"] {height: 48px; padding: 16px; font-size: 14px;}
	.name-input {padding-left:48px !important;background:#fff url(img/user.svg) left 16px center !important;background-repeat:no-repeat !important;}
	.email-input {padding-left:48px !important;background:#fff url(img/mail.svg) left 16px center !important;background-repeat:no-repeat !important;}
	textarea {font-size: 14px; padding: 16px;}
	.checkbox-wrap label {font-size: 14px;}

	.hc__columns {grid-template-columns: 100%; grid-row-gap: 16px;}
	.swiper-slide img {height: 60vw;}
}

@media screen and (max-width: 580px) {
	.footer__columns {grid-template-columns: 100%;grid-row-gap:16px;}
}	

@media screen and (max-width: 480px) {	
	.heading--72 {font-size: 40px;}
	.heading--64 {font-size: 32px;}
	.heading--48 {font-size: 24px;}
	.heading--24 {font-size: 20px;}

	.mb128 {margin-bottom:48px;}
	.mb80 {margin-bottom:48px;}
	.mb64 {margin-bottom:32px;}
	.mb48 {margin-bottom:24px;}
	.pp128 {padding:64px 0;}
	.pt128 {padding-top:64px;}
	.pt64 {padding-top:32px;}
	.pb128 {padding-bottom:48px;}
	.pb80 {padding-bottom:48px;}

	.ac__columns {grid-template-columns: 100%; grid-row-gap: 16px;}
	.swiper-slide img {height: 70vw;}
}