/*!
Theme Name: parkway
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: parkway
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.

parkway 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: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	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: #fff;
}

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: #4169e1;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

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: 37.5em) {

	.menu-toggle {
		display: none;
	}

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

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

.post,
.page {
	margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* 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;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	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;
}
* {
	box-sizing: border-box;
}
body {
	font-family: 'Inter', sans-serif;
}
section {
	/* height: 100vh; */
	/* padding: 100px 0; */
	position: relative;
}
.video {
	height: 100%;
	position: absolute;
	width: 100%;
	left: 0;
	right: inherit;
	top: 0;
	bottom: 0;
	object-fit: cover;
}
.hero:before {
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	position: absolute;
	z-index: 9;
	display: block;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.58);
}
.hero .container {
	position: relative;
	z-index: 10;
}
.container {
	max-width: 1250px;
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
	z-index: 9;
}
.hero_wrapper {
	display: grid;
	grid-template-columns: 1fr 1.6fr;
	gap: 50px;
}
.hero_title {
	font-weight: 400;
	font-size: 40px;
	line-height: 100%;
	margin-top: 5px;
	color: #ffffff;
	margin-bottom: 60px;
}
.main_block_logo img {
	position: relative !important;
	max-width: 350px;
	display: block;
	margin: 0 auto;
}
.main_block_logo {
	margin-top: 30px;
}
.button {
	font-weight: 400;
	font-size: 21.45px;
	display: flex;
	width: fit-content;
	align-items: center;
	line-height: 100%;
	letter-spacing: 0%;
	transition: all .3s linear;
	border-radius: 100px;
	text-transform: uppercase;
	color: #ffffff;
	padding: 20px 40px;
	text-decoration: none;
	background-color: #344D42;
}
.hero .fp-overflow {
	padding: 30px;
}
.button svg {
	margin-left: 10px;
}
.button:hover {
	box-shadow: 0px 0px 34.6px 0px #FFFFFF;
}
.hero_title2 {
	font-weight: 400;
	font-size: 20px;
	margin-top: 30px;
	line-height: 100%;
	color: #FFFFFF;
}
.hero {
	display: flex;
	align-items: center;
	justify-content: center;
}
.hero img {
	display: block;;
}
.sidebar {
	height: 100%;
    background: #00000099;
    position: fixed;
    padding: 0 27px;
    display: block;
	display: flex;
	align-items: center;
	justify-content: center;
    z-index: 11;
    right: 0;
    top: 0;
}
.sidebar img {
	cursor: pointer;
}
.wpcf7-form {
	max-width: 660px;
	margin: 0 auto;
}
.form__item {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 13px;
}
.radio .form__item_i {
	background: #FFFFFF;
	border-radius: 35px;
	padding: 20px 30px 35px 30px;
}
.form__item_i p {
	margin: 0;
}
.wpcf7-list-item {
	margin-left: 0;
}
.wpcf7-list-item label {
	display: block;
}
.wpcf7-list-item input:checked + span {
	background: #4D7161;
	color: #ffffff;
}
.form__item.radio .wpcf7-not-valid-tip {
	bottom: -20px !important;
}
.wpcf7-not-valid-tip {
	font-size: 13px !important;
	position: absolute;
	min-width: 250px;
}
.fp-watermark {
	display: none !important;
}
.footer .container {
	display: grid;
	grid-template-columns: 1fr 1.5fr;
	grid-gap: 50px 150px;
}
.footer_subtitle {
	font-weight: 400;
	font-size: 10.5px;
	line-height: 14.7px;
	color: #FFFFFF;
	margin-bottom: 12px;
	text-transform: uppercase;
}
.footer_bottom, .footer_bottom a {
	margin-top: 100px;
	font-family: Inter;
	font-weight: 300;
	font-size: 10.5px;
	line-height: 14.7px;
	color: #ffffff;
	text-decoration: none;
}
.footer_bottom a {
	margin-left: 15px;
}
.footer_text_t {
	font-family: Inter;
	font-weight: 500;
	font-size: 18px;
	line-height: 23.4px;
	color: #ffffff;
	margin-bottom: 19px;
}
.footer_text_t a {
	font-family: Inter;
	font-weight: 500;
	text-decoration: none;
	font-size: 18px;
	line-height: 23.4px;
	color: #ffffff;
	margin-bottom: 19px;
}
.footer_col_wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 90px;
}
.footer_col_i ul {
	list-style-type: none;
}
.footer_col_i ul li a {
	font-family: Inter;
	font-weight: 500;
	display: block;
	width: fit-content;
	text-decoration: none;
	font-size: 15.39px;
	line-height: 30.78px;
	text-transform: uppercase;
	color: #ffffff;
}
.footer_text {
	font-family: Inter;
	font-weight: 300;
	max-width: 295px;
	font-size: 12px;
	line-height: 16.08px;
	margin-bottom: 30px;
	margin-top: 24px;
	color: #ffffff;
}
.footer_socials ul li a, .footer_socials ul li a img {
	display: block;
}
.footer_socials ul {
	display: flex;
	align-items: center;
	grid-gap: 17px;
}
.footer {
	padding: 64px 0;
	background: #334D42;
}
.wpcf7-spinner {
	display: none !important;
}
.wpcf7-response-output {
	background: #ffffff !important;
	margin: 20px 0 0 0 !important;
    border-radius: 20px !important;
    padding: 25px 30px !important;
    border: 0 !important;
}
.wpcf7-list-item label > span {
	font-family: Inter;
	font-weight: 400;
	padding: 6px 24px;
	transition: all .3s linear;
	border-radius: 42px;
	cursor: pointer;
	background: #EAEAEA;
	font-size:16px;
	line-height: 100%;
	color: #000000;
}
.wpcf7-list-item label > span:hover {
	background: #4D7161;
	color: #ffffff;
}
.wpcf7-radio {
	display: flex !important;
	align-items: center;
	gap: 19px;
}
.form__item_i br {
	display: none;
}
.form__item.radio {
	margin-top: 20px;
	margin-bottom: 20px;
}
.wpcf7-submit {
	background: #344D42 !important;
	outline: none !important;
	border: 0 !important;
	transition: all .3s linear;
	cursor: pointer;
	color: #ffffff !important;
	max-width: 340px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 40px !important;
}
.form_block .wrapper_form {
	padding-bottom: 20px;
}
.wpcf7-submit:hover {
	box-shadow: 0px 0px 34.6px 0px #FFFFFF;
}
.form__item_i .wpcf7-list-item input {
	display: none;
}
.form__item_i span {
	display: inline-block
}
.form__item_i > p > label {
	font-weight: 400;
	font-size: 18.7px;
	margin-bottom: 15px;
	display: block;
	line-height: 29.92px;
	vertical-align: middle;
	color: #344D42;
	margin-bottom: 14px;
}
.form__item input {
	background: #FFFFFFCC;
	padding: 13px 30px;
	border-radius: 35px;
	outline: none;
	width: 100%;
	transition: all .3s linear;
	display: block;
	font-weight: 300;
	font-size: 18.7px;
	line-height: 100%;
	vertical-align: middle;
	color: #7D8387;
}
.form__item_v2 {
	grid-template-columns: 1fr 1fr;
}
.img {
	height: 100%;
	width: 100%;
	display: block;
	object-fit: cover;
}
.block_2 img, .icon_tab img, .main_block img, .form_block img {
	position: absolute;
	top: 0;
	bottom: 0;
}
.white {
	color: #ffffff !important;
}
.main_block:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	background: #0E0E0E40;
	z-index: 1;
}
.title {
	font-weight: 400;
	font-size: 50px;
	line-height: 100%;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 15px;
}
.block_2 ul {
	display: flex;
	max-width: 540px;
	flex-direction: column;
}
ul {
	padding-left: 0;
	margin-left: 0;
}
.block_2 ul li.active {
	background: #ffffff;
}
.block_2 ul li {
	display: flex;
	background: #F3F3F380;
	border-radius: 50px;
	cursor: pointer;
	padding: 14px;
	transition: all .3s linear;
	align-items: center;
}
.block_2 ul li:hover {
	background: #ffffff;
}
.block_2 ul li  > span {
	font-weight: 400;
	font-size: 72.5px;
	margin-right: 35px;
	line-height: 100%;
	color: #344D42;
}
.block_2_title {
	font-weight: 400;
	font-size: 24px;
	line-height: 100%;
	color: #000000;
	margin-bottom: 6px;
}
.block_2_text {
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: #000000;
}
.center {
	text-align: center;
}
.black {
	color: #000000;
}
.tab_block_items {
	display: flex;
	justify-content: center;
	list-style-type: none;
	gap: 23px;
	align-items: center;
	margin-top: 40px;
	margin-bottom: 40px;
}
.tab_block_items li {
	font-weight: 400;
	font-size: 24px;
	line-height: 100%;
	cursor: pointer;
	transition: all .3s linear;
	background: #F3F3F3;
	color: #000000;
	padding: 12px 30px;
	border-radius: 50px;
	display: inline-block;
}
.tab_block_items li.active {
	color: #ffffff;
	background: #344D42;
}
.subtitle {
	margin: 40px 0px;
	font-weight:300;
	font-size: 28.93px;
	line-height: 100%;
	color: #000000;
}
.main_block .subtitle {
	font-size: 24px;
}
.tab_block_images {
	display: flex;
	grid-gap: 15px;
}
.tab_block_images img {
	display: block;
	width: 100%;
}
.wrap_button {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.banner_wrapper {
	background: #344D42;
	padding: 40px 70px;
}
.banner_title {
	font-weight: 400;
	font-size: 45px;
	line-height: 100%;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 50px;
}
.banner_text {
	font-weight: 400;
	font-size: 29.19px;
	line-height: 100%;
	color: #FFFFFF;
}
.icon_tab:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.66);
}
.icon_tab .container {
	z-index: 11;
}
.icon_tab .subtitle {
	color: #ffffff;
	font-weight: 400;
	font-size: 26px;
}
.icon_wrapper {
	display: flex;
	gap: 25px 150px;
}
.icon_wrapper_item_text {
	font-weight: 400;
	font-size: 26px;
	line-height: 100%;
	text-align: center;
	transition: all .3s linear;
	text-transform: capitalize;
	color: #B7B7B5;
}
.icon_wrapper_item svg {
	margin: 0 auto;
	display: block;
	margin-bottom: 15px;
}
.icon_wrapper_item {
	transition: all .3s linear;
	cursor: pointer;
}
.icon_wrapper_item:hover .icon_wrapper_item_text  {
	color: #ffffff;
}
.icon_wrapper_item:hover {
	transform: scale(1.1);
}
.icon_wrapper_item:hover svg path {
	stroke: #ffffff;
}
.icon_wrapper_item svg path {
	transition: all .3s linear;
}
.images_line_wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 16px;
}
.images_line_tag {
	width: fit-content;
	margin: 0 auto;
	font-weight: 400;
	margin-top: 15px;
	font-size: 24px;
	line-height: 100%;
	color: #FFFFFF;
	padding: 10px 30px;
	background: #898888;
	border-radius: 50px;
}


.image-comparison {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.image-comparison__container {
    position: relative;
    width: 100%;
    height: 100%;
}

.image-comparison__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease;
}

.image-comparison__img--before {
    z-index: 1;
}

.image-comparison__img--after {
    z-index: 2;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
}

.image-comparison__slider {
    position: absolute;
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 10;
    cursor: ew-resize;
    transform: translateX(-50%);
    transition: background 0.3s ease;
}

.image-comparison__slider:hover {
    background: rgba(255, 255, 255, 1);
}

.image-comparison__slider-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    background: white;
    border: 3px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    cursor: ew-resize;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.image-comparison__slider-button::before,
.image-comparison__slider-button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 12px;
    background: #333;
    transform: translate(-50%, -50%);
}

.image-comparison__slider-button::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.image-comparison__slider-button::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.image-comparison__slider:hover .image-comparison__slider-button {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

/* Адаптивность */
@media (max-width: 768px) {
    .image-comparison {
        height: 300px;
    }
    
    .image-comparison__slider-button {
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 480px) {
    .image-comparison {
        height: 250px;
    }
    
    .image-comparison__slider-button {
        width: 30px;
        height: 30px;
    }
}


/* Стили для анимаций */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease-out;
}

.animate-on-scroll.animated {
    opacity: 1;
    transform: translateY(0);
}

/* Стили для hover эффектов в icon_tab */
.icon_tab {
    position: relative;
}

.icon_tab .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

.icon_tab .img-hover {
    z-index: 2;
}

.icon_tab .container {
    position: relative;
    z-index: 3;
}

.icon_wrapper_item {
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.icon_wrapper_item:hover {
    transform: scale(1.05);
}

.icon_wrapper_item:hover .icon_wrapper_item_text {
    color: #fff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.icon_wrapper_item:hover svg path {
    stroke: #fff;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

/* Активные состояния для hover изображений */
.icon_tab.img-school-active .img-hover.img-school,
.icon_tab.img-kindergarten-active .img-hover.img-kindergarten,
.icon_tab.img-shops-active .img-hover.img-shops,
.icon_tab.img-transport-active .img-hover.img-transport {
    opacity: 1 !important;
}

/* Скрываем основное изображение при активном hover */
.icon_tab.img-school-active .img:not(.img-school),
.icon_tab.img-kindergarten-active .img:not(.img-kindergarten),
.icon_tab.img-shops-active .img:not(.img-shops),
.icon_tab.img-transport-active .img:not(.img-transport) {
    opacity: 0;
}

/* Добавляем затемнение для лучшей читаемости текста */
.icon_tab::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000ab;
    z-index: 3;
    pointer-events: none;
    transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.icon_tab .fp-overflow {
	padding: 20px 0;
}
.icon_tab.img-school-active::before,
.icon_tab.img-kindergarten-active::before,
.icon_tab.img-shops-active::before,
.icon_tab.img-transport-active::before {
    opacity: 0.7;
}

/* WOW.js анимации */
.wow {
    visibility: hidden;
}

.wow.animated {
    visibility: visible;
}

/* Responsive стили для fullpage */
@media (max-width: 768px) {
    #fullpage {
        height: auto;
    }
    
    .section {
        min-height: 100vh;
    }
}

/* Стили для hover эффектов в block_2 */
.block_2 .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

.block_2 .img-hover {
    z-index: 2;
}

.block_2 .container {
    position: relative;
    z-index: 3;
}

.block_2 ul li {
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

/* Активные состояния для hover изображений */
.block_2.img-location-active .img-hover.img-location,
.block_2.img-building-active .img-hover.img-building,
.block_2.img-amenities-active .img-hover.img-amenities,
.block_2.img-architecture-active .img-hover.img-architecture,
.block_2.img-developer-active .img-hover.img-developer {
    opacity: 1 !important;
}

/* Скрываем основное изображение при активном hover */
.block_2.img-location-active .img:not(.img-location),
.block_2.img-building-active .img:not(.img-building),
.block_2.img-amenities-active .img:not(.img-amenities),
.block_2.img-architecture-active .img:not(.img-architecture),
.block_2.img-developer-active .img:not(.img-developer) {
    opacity: 0;
}


.block_2.img-location-active::before,
.block_2.img-building-active::before,
.block_2.img-amenities-active::before,
.block_2.img-architecture-active::before,
.block_2.img-developer-active::before {
    opacity: 0.7;
}

.block_2 .fp-overflow {
    padding: 20px 0;
}

/* Стили для табов в tab_block */
.tab_block_container {
    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.tab_block_container.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.tab_block_items li:not(.active)::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
    transform: scaleX(0);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Анимация для контента табов */
.tab_block_container .subtitle,
.tab_block_container .tab_block_images,
.tab_block_container .wrap_button {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.tab_block_container.active .subtitle {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.1s;
}

.tab_block_container.active .tab_block_images {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
}

.tab_block_container.active .wrap_button {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
}

/* Мобильное меню */
.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu.active {
    visibility: visible;
    opacity: 1;
}

.mobile-menu__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu.active .mobile-menu__overlay {
    opacity: 1;
}

.mobile-menu__content {
    position: absolute;
    top: 0;
    right: -400px;
    width: 680px;
    height: 100%;
    background: #050505DE;
    padding: 150px 30px 30px 30px;
    display: flex;
    flex-direction: column;
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
}

.mobile-menu.active .mobile-menu__content {
    right: 0;
}
.mobile_menu_row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 40px;
	align-items: center;
	max-width: 650px;
	margin: 0 auto;
}
.mobile_menu_row a {
	font-family: Inter;
	font-weight: 400;
	text-decoration: none;
	font-size: 21.26px;
	line-height: 34.01px;
	color: #ffffff;	
}
.mobile_menu_row .mobile_menu_text {
	font-family: Inter;
	font-weight: 400;
	font-size: 14.3px;
	line-height: 22.88px;
	color: #ffffff;
}
.mobile-menu__close {
    position: absolute;
    top: 50px;
    right: 50px;
    width: 30px;
    height: 30px;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    transition: all 0.3s ease;
    border-radius: 50%;
}

.mobile-menu__close:hover {
    transform: rotate(90deg);
}

.mobile-menu__header {
    margin-bottom: 40px;
    padding-top: 20px;
}

.mobile-menu__logo {
    max-width: 150px;
    height: auto;
}

.mobile-menu__nav {
    flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
    margin-bottom: 40px;
}

.mobile-menu__list {
    list-style: none;
    padding: 0;
    margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.mobile-menu__list li {
    margin-bottom: 10px;
}

.mobile-menu__link {
    display: block;
	font-weight: 400;
	font-size: 24px;
	line-height: 120%;
	text-align: center;
	text-transform: uppercase;
	transition: all .3s linear;
	color: #ffffff;
	text-decoration: none;
}

.mobile-menu__link:hover {
    transform: translateX(10px);
}

.mobile-menu__link.active {
    color: #00D075;
    border-bottom-color: #4169e1;
    font-weight: 600;
}

.mobile-menu__footer {
    border-top: 1px solid #eee;
    padding-top: 30px;
}

.mobile-menu__contacts {
    margin-bottom: 30px;
}

.mobile-menu__contact-item {
    margin-bottom: 15px;
}

.mobile-menu__contact-label {
    display: block;
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
    font-weight: 500;
}
.mobile-menu__social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f5f5f5;
    transition: all 0.3s ease;
}

.mobile-menu__social-link:hover {
    background: #4169e1;
    transform: translateY(-2px);
}

.mobile-menu__social-link img {
    width: 20px;
    height: 20px;
    transition: filter 0.3s ease;
}

.mobile-menu__social-link:hover img {
    filter: brightness(0) invert(1);
}

/* Анимация для sidebar */
.sidebar {
    cursor: pointer;
    transition: all 0.3s ease;
}

.sidebar:hover {
    transform: scale(1.1);
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .mobile-menu__content {
        width: 100%;
        right: -100%;
    }
	.banner_title {
		font-size: 35px;
		margin-bottom: 20px;
	}
	.sidebar {
		padding: 0 10px;
	}
	.tab_block_images {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 15px;
	}
	.footer_col_wrapper {
		grid-template-columns: 1fr;
		grid-gap: 25px;
	}
	.footer_bottom {
		margin-top: 25px;
	}
	.mobile_menu_row .mobile_menu_text {
		text-align: center;
	}
	.mobile_menu_row {
		grid-template-columns: 1fr;
	}
	.footer .container {
		grid-template-columns: 1fr;
		grid-gap: 25px;
	}
	.wpcf7-radio {
		flex-wrap: wrap;
	}
	.button {
		font-size: 16px;
	}
	.images_line_wrapper {
		grid-template-columns: 1fr;
	}
	.main_block_logo img {
		max-width: 200px;
	}
	.subtitle {
		font-size: 18px;
	}
	.icon_wrapper {
		flex-wrap: wrap;
	}
	.section {
		display: flex;
		align-items: center;
	}
	.banner_text {
		font-size: 22px;
	}
	.banner_wrapper {
		padding: 30px;
	}
	.tab_block_items, .tab_block_images {
		flex-wrap: wrap;
	}
	.block_2 ul li > span {
		font-size: 38px;
		margin-right: 15px;
	}
	.title {
		font-size: 35px;
	}
	.hero_col > img {
		max-width: 200px;
	}
	.hero_title {
		margin-bottom: 30px;
	}
	.hero_wrapper {
		grid-template-columns: 1fr;
		grid-gap: 30px;
	}
	.hero_top_line img {
		max-width: 300px;
	}
    .section {
		padding: 40px 0;
	}
    .mobile-menu__content {
        padding: 20px;
    }
    
    .mobile-menu__close {
        top: 15px;
        right: 15px;
    }
    
    .mobile-menu__logo {
        max-width: 120px;
    }
    
    .mobile-menu__link {
        font-size: 16px;
        padding: 12px 0;
    }
}

/* Блокировка скролла при открытом меню */
body.menu-open {
    overflow: hidden;
} 