/*!
Theme Name: Beyond Cremation
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: new-custom-theme
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.

new custom theme 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.
 */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
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;
}

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

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


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

p:not(:last-child) {
	margin-bottom: 14px;
}

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:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */


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,
select {
	border: 1px solid #dce1e9;
    background-color: #F6F5F2;
    padding: 11.3px 10px;
	border-radius: 0px;
    width: 100%;
    margin-top: 8px;
    border-radius: 0 !important;
    color: var(--c-primary);
}

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 {
	outline: none
}

textarea {
	width: 100%;
    height: 140px;
    resize: none;
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: #84867F;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: #84867F;
}

input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="search"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
textarea::-ms-input-placeholder,
select::-ms-input-placeholder {
    color: #84867F;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
textarea::placeholder,
select::placeholder {
    color: #84867F;
}

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




:root {
    --f-cormorant-garamond: "Cormorant Garamond", sans-serif;
    --f-open-sans: "Open Sans", sans-serif;
    --f-inter: "Inter", sans-serif;
    --c-primary: #093584;
    --c-secondary: #24B5D0;
    --c-accent: #F6F5F2;
    --c-grey00: #FFFFFF;
    --c-grey10: #f5f6f6;
    --c-grey20: #e5e7e7;
    --c-grey30: #84867F;
    --c-grey100: #222222;
    --c-black: #000000;
    --b-radius-xs: 15px;
    --b-radius: 20px;
    --b-radius-md: 25px;
    --b-radius-lg: 50px;
    --b-radius-xl: 100px;
    --b-radius-round: 9999px;
    --z-bottom: 10;
    --z-middle-bottom: 100;
    --z-middle: 150;
    --z-middle-top: 200;
    --z-top-10: 300;
    --z-top-20: 400;
    --z-top-30: 500;
}
.headerInner {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2222;
}
.header {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 120px;
}
@media screen and (min-width: 992px) {
    .header {
        padding: 16px 0;
        gap: 0;
    }
}

.header__logo {
    max-width: 150px;
    width: 100%;
    position: relative;
    z-index: 20;
}
.header__logo img {
    width: 100%;
}

.header__menu {
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.header__menu--active {
    display: none;
}
@media screen and (min-width: 992px) {
    .header__logo {
        max-width: 270px;
    }
    .header__menu {
        display: none;
    }
}

.header__close {
    z-index: 20;
    position: relative;
    display: none;
    cursor: pointer;
}
.header__close--active {
    display: block;
}

.header__nav {
    display: none;
    justify-content: end;
    align-items: center;
    gap: 20px;
    width: 100%;
    font-family: var(--f-cormorant-garamond);
}
.header__nav--active {
    z-index: 10;
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    padding: 135px 24px;
    flex-direction: column;
    align-items: start;
    background-color: var(--c-grey00);
    height: 100vh;
    justify-content: start;
}
.header__nav--active .header__nav-list {
    display: flex;
    flex-direction: column;
}
.header__nav--active .header_nav-btn {
    width: 100%;
    text-align: center;
}
@media screen and (min-width: 601px) {
	.header__nav--active .header_nav-btn {
		max-width: 326px;
    }
}
@media screen and (min-width: 992px) {
    .header__nav {
        display: flex;
    }
    .header__nav-list {
        align-items: center
    }
}
@media screen and (min-width: 1440px) {
    .header__nav {
        gap: 40px;
    }
}

.header__nav-list {
    list-style: none;
    display: flex;
    gap: 20px;
}
.header__nav-list li.current_page_item a {
    color: #24B5D0
}
@media screen and (min-width: 1440px) {
    .header__nav-list {
        gap: 40px;
    }
}

.header__nav-link {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: var(--c-primary);
    transition: color 0.2s linear;
}
.header__nav-link:hover {
    color: var(--c-secondary);
}
@media screen and (min-width: 992px) {
    .header__nav-link {
        font-size: 18px;
    }
}

.intro {
    position: relative;
    display: flex;
    align-items: center;
}
.intro.--full-heigth {
    min-height: 682px;
}
.intro.--default-height {
    min-height: 540px;
}
@media screen and (min-width: 992px) {
    .intro.--full-heigth  {
        min-height: 960px;
    }
    .intro.--default-height {
        min-height: 721px;
    }
}

.intro__video-wrapper,
.intro__image-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.intro__video,
.intro__image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.intro__video-wrapper::before,
.intro__image-wrapper:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.3) 100%);
}

.intro__content {
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    color: var(--c-primary);
    text-align: center;
    max-width: 984px;
}

.intro.--full-heigth .intro__content {
    /* padding-top: 180px; */
    padding-top: 40px;
}
.intro.--default-height .intro__content {
    /* padding-top: 117px; */
     padding-top: 40px;
}
@media screen and (min-width: 992px) {
    .intro.--full-heigth .intro__content {
        /* padding-top: 292px; */
    }
    .intro.--default-height .intro__content {
        /* padding-top: 221px; */
    }
}

.intro__text {
    margin-top: 16px;
    font-size: 16px;
}
@media screen and (min-width: 992px) {
    .intro__text {
        margin-top: 24px;
        font-size: 18px;
    }
}

.intro__btns {
    margin-top: 24px;
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
}

.about__wrapper {
    display: grid;
    align-items: start;
    flex-direction: column;
    position: relative;
    padding-top: 135px;
}
@media screen and (min-width: 992px) {
    .about__wrapper {
        padding-top: 0;
        grid-template-columns: 1fr 1fr;
        gap: 80px;
        align-items: center;
    }
}

.about__headline {
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (min-width: 992px) {
    .about__headline {
        position: static;
    }
}

.about__image {
    display: block;
    max-width: 400px;
    width: 100%;
    min-height: 322px;
}
.about__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media screen and (min-width: 992px) {
    .about__image {
        max-width: 798px;
    }
}

.about__text {
    margin-top: 16px;
    color: var(--c-primary);
}
@media screen and (min-width: 992px) {
    .about__text {
        margin-top: 24px;
    }
}

.about__btn {
    margin-top: 40px;
}


.process__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 32px;
}
@media screen and (min-width: 992px) {
    .process__content {
        gap: 40px;
    }
}

.process__text {
    margin-top: 16px;
}
.process__card em {
    font-size: 14px;
}
.process__wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
@media screen and (min-width: 992px) {
    .process__wrapper {
        flex-direction: row;
        gap: 40px;
                flex-wrap: wrap;
        justify-content: center;
    }
}

.process__card {
    padding: 24px;
    max-width: 533px;
    background-color: var(--c-grey00);
}
@media screen and (min-width: 992px) {
    .process__card {
        padding: 40px;
        flex: 0 1 calc((100% - 80px) / 3);
    }
    .process__card em {
        font-size: 16px;
    }
}

.process__card-text {
    margin-top: 8px;
    max-width: 450px;
}

.options__headline {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.options__text {
    margin: 24px;
}

.options__wrapper {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
@media screen and (min-width: 992px) {
    .options__wrapper {
        flex-direction: row;
    }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
    .options__wrapper .options__card:nth-child(2) {
        flex-direction: column-reverse;
    }
}

.options__card {
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 450px;
    width: 100%;
    overflow: hidden;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    position: relative;
    cursor: pointer;
}
.options__card:hover .options__card-description {
    background-color: var(--c-primary);
    color: var(--c-grey00);
}
.options__card:hover .options__card-more {
    visibility: visible;
}
.options__card:hover svg {
    position: unset;
    transform: translateX(0);
}

.options__card-link {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
}

.options__card-nav {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 43px;
    position: relative;
}

.options__card-more {
    visibility: hidden;
}

.options__card-nav svg {
    position: absolute;
    padding-top: 3px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.options__card-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.options__card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (min-width: 992px) {
    .options__card-image {
        min-height: 450px;
    }
    .options__card-image img {
        min-height: 450px;
    }
}

.options__card-description {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: var(--c-accent);
    padding: 31px 24px;
    transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
    text-align: center;
}
@media screen and (min-width: 992px) {
    .options__card-description {
        padding: 144px 40px;
        max-height: 450px;
        height: 100%;
    }
}

.options__card-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    will-change: transform;
}

.options__card:hover .options__card-image img {
    transform: scale(1.08);
}

.options__card-title {
    font-size: 24px;

    @media screen and (min-width: 992px) {
        font-size: 40px;
    }
}

.options__card-text {
    text-align: center;
}

.advantages__wrapper {
    display: flex;
    align-items: start;
    flex-direction: column-reverse;
    position: relative;
    padding-top: 135px;
}
@media screen and (min-width: 992px) {
    .advantages__wrapper {
        padding-top: 0;
        grid-template-columns: 1fr 1fr;
        gap: 80px;
        align-items: center;
        flex-direction: row;
    }
}

.advantages__headline {
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (min-width: 992px) {
    .advantages__headline {
        position: static;
    }
}

.advantages__image {
    display: block;
    max-width: 400px;
    width: 100%;
    min-height: 322px;
}
.advantages__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media screen and (min-width: 992px) {
    .advantages__image {
        max-width: 798px;
    }
}

.advantages__list {
    margin-top: 24px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.advantages__list-item {
    padding-left: 60px;
    position: relative;
}

.advantages__list-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 60px;
    height: 60px;
    width: 100%;
}
.advantages__list-icon img {
    width: 100%;
    height: 100%;
}
.advantages__list-text {
    margin: 4px 0;
}

.pricing {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: var( --c-grey00);
    /* max-height: 575px; */
    position: relative;
    padding: 120px 0;
}
.pricing:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; 
    background: rgba(0, 0, 0,0.5)
}

.pricing__content {
    position: relative;
    z-index: 2;
}

.pricing__text {
    margin-bottom: 24px;
    max-width: 818px;
}

.pricing__btn {
    margin-top: 40px;
}

.resources__headline {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.resources__wrapper {
    margin-top: 24px;
}
@media screen and (min-width: 992px) {
    .resources__wrapper {
        margin-top: 40px;
    }
}
@media screen and (min-width: 1440px) {
    .resources__wrapper {
        justify-content: center;
    }
}

.resources__card {
    max-width: 300px;
    width: 100%;
}

.resources__card-image {
    max-width: 300px;
    width: 100%;
    height: 226px;
}
.resources__card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.resources__card-description {
    margin-top: 16px;
}

.resources__card-subtitle {
    font-size: 14px;
    font-family: var(--f-cormorant-garamond);
    font-weight: bold;
}

.resources__card-title {
    margin-top: 11px;
    max-width: 220px;
    width: 100%;
    font-size: 24px;
}
@media screen and (min-width: 992px) {
    .resources__card-title {
        margin-top: 24px;
    }
}

.resources__card-date {
    font-family: var(--f-open-sans);
    font-weight: 300;
    font-size: 14px;
    color: var(--c-grey30);
}

.resources__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 24px;
}
@media screen and (min-width: 992px) {
    .resources__btn {
        margin-top: 40px;
    }
}

.info {
    /* padding: 40px 0; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 375px;
    position: relative;
}
@media screen and (min-width: 992px) {
    .info {
        padding: 120px 0;

    }
}

.info__image-map {
    width: 100%;
    height: 100%;
    position: relative;
}

.info__image-map iframe  {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 705px;
    min-height: 375px;
    filter: brightness(0.5);
}
.info__intro {
    position: relative;
    z-index: 2;
}
.info__location {
    font-family: var(--f-inter);
    padding: 8px;
    display: flex;
    flex-direction: column;
    max-width: 243px;
    width: 100%;
    background-color: var(--c-grey00);
    position: absolute;
    top: 40px;
    left: 24px;
    z-index: 10;
}

@media screen and (min-width: 992px) {
    .info__location {
        top: 150px;
    }
    .info__image-map {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

@media screen and (min-width: 1440px) {
    .info__location {
        left: 15%;
    }
}

.info__coordinates {
    font-weight: bold;
    text-transform: uppercase;
    color: var(--c-black);
    font-size: 14px;
}

.info__address {
    font-size: 14px;
    color: var(--c-grey30);
    margin-top: 3px;
}

.info__map-link {
    font-size: 14px;
    color: var(--c-grey30);
    text-decoration: none;
    margin-top: 12px;
}

.info__intro {
    background-color: var(--c-grey00);
    margin-left: auto;
    padding: 40px 0;
    width: 100%;
}
@media screen and (min-width: 992px) {
    .info__intro {
        display: block;
        max-width: 620px;
        /* position: absolute;
        top: 50%;
        right: 24px;
        transform: translateY(-50%); */
    }
}
@media screen and (min-width: 1440px) {
    .info__intro {
        /* right: 15%; */
    }
}

@media screen and (min-width: 992px) {
    .info__title {
        line-height: 60px;
    }
    .info__intro {
        padding: 40px;
    }
}

.info__text {
    margin-top: 16px;
}

.info__btn {
    margin-top: 21px;
}

.footer {
    padding: 24px 0;
    background-color: var(--c-accent);
    font-family: var(--f-cormorant-garamond);
}

.footer__content {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    gap: 24px;
}
@media screen and (min-width: 992px) {
    .footer {
        padding: 40px 0;
    }
    .footer__content {
        flex-direction: row;
        align-items: end;
    }
    .footer__text,
    .footer__nav-link,
    .footer___nav-item {
        font-size: 14px;
    }
}

.footer__logo {
    max-width: 392px;
    width: 100%;
}
.footer__logo img {
    display: block;
    width: 100%;
    height: 100%;
}

.footer__wrapper {
    display: grid;
    gap: 32px;
    max-width: 760px;
    width: 100%;
}
@media screen and (min-width: 992px) {
    .footer__wrapper {
        grid-template-columns: 1fr 2fr 2fr 2fr;
        gap: 40px;
    }
}

.footer__nav {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 180px;
    width: 100%;
}

.footer__nav-title {
    font-weight: bold;
    font-size: 16px;
}

.footer__nav-link {
    text-decoration: none;
    color: var(--c-primary);
    transition: color 0.2s linear;
}
.footer__nav-link:hover {
    color: var(--c-secondary);
}

.footer__info {
    margin-top: 24px;
    border-top: 1px solid var(--c-primary);
    padding-top: 24px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}
@media screen and (min-width: 768px) {
    .footer__info {
        flex-direction: row;
    }
}

.footer__info-wrapper {
    display: flex;
    gap: 24px;
    list-style: none;
}

* {
    box-sizing: border-box;
}

ul {
    padding: 0;
    margin: 0;
}

html {
        scroll-behavior: smooth;
}
.body {
    font-family: var(--f-open-sans);
    position: relative;
    margin: 0;
    font-size: 16px;
    color: var(--c-primary);
}
.body--lock {
    overflow: hidden;
}
@media screen and (min-width: 992px) {
    .body {
        font-size: 18px;
    }
}

.container {
    max-width: 1680px;
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
}
@media screen and (min-width: 1440px) {
    .container {
        padding: 0 60px;
    }
}

.section {
    padding: 40px 0 40px;
}
@media screen and (min-width: 992px) {
    .section {
        padding: 60px 0 60px;
    }
}

.subtitle {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
    font-family: var(--f-cormorant-garamond);
}
@media screen and (min-width: 992px) {
    .subtitle {
        font-size: 24px;
    }
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--f-cormorant-garamond);
}

.h1 {
    font-size: 48px;
}
@media screen and (min-width: 992px) {
    .h1 {
        font-size: 80px;
    }
}

.h2 {
    font-size: 40px;
}
@media screen and (min-width: 992px) {
    .h2 {
        font-size: 60px;
    }
}

.h3 {
    font-size: 20px;
}
@media screen and (min-width: 992px) {
    .h3 {
        font-size: 32px;
    }
}
.bg-color {
    background: var(--c-accent);
}
.btn,
.ff-float-right.ff-btn.ff-btn-next.ff-btn-secondary,
.ff-btn.ff-btn-prev.ff-btn-secondary {
    
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    font-family: var(--f-cormorant-garamond);
}
.btn--primary,
.ff-float-right.ff-btn.ff-btn-next.ff-btn-secondary,
.ff-btn.ff-btn-prev.ff-btn-secondary {
    position: relative;
    padding: 12px 21px;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    display: inline-block;
    z-index: 0;
    border: none;
}

	.wp-singular.page-template-default a{

    color: #3193bb;
	}
.wp-singular.page-template-default h1{
	margin-top:40px;	
}
.wp-singular.page-template-default .site-main ul{	
    padding-left: 40px;
}
.btn--primary::before, 
.btn--primary::after,
.ff-float-right.ff-btn.ff-btn-next.ff-btn-secondary::before,
.ff-float-right.ff-btn.ff-btn-next.ff-btn-secondary::after,
.ff-btn.ff-btn-prev.ff-btn-secondary::before,
.ff-btn.ff-btn-prev.ff-btn-secondary::after {
    content: "";
    position: absolute;
    inset: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}
.btn--primary::before,
.ff-float-right.ff-btn.ff-btn-next.ff-btn-secondary::before,
.ff-btn.ff-btn-prev.ff-btn-secondary::before {
    background: linear-gradient(to left, #093584, #24B5D0);
    opacity: 1;
}
.btn--primary::after,
.ff-float-right.ff-btn.ff-btn-next.ff-btn-secondary::after,
.ff-btn.ff-btn-prev.ff-btn-secondary::after {
    background: linear-gradient(to right, #093584, #24B5D0);
    opacity: 0;
}
.btn--primary:hover::before,
.ff-float-right.ff-btn.ff-btn-next.ff-btn-secondary:hover::before,
.ff-btn.ff-btn-prev.ff-btn-secondary:hover::before {
    opacity: 0;
}
.btn--primary:hover::after,
.ff-float-right.ff-btn.ff-btn-next.ff-btn-secondary:hover::after,
.ff-btn.ff-btn-prev.ff-btn-secondary:hover::after {
    opacity: 1;
}
.btn--primary span {
    position: relative;
    z-index: 1;
}
.btn--transparent {
    position: relative;
    display: inline-block;
    padding: 12px 21px;
    font-weight: 600;
    border: none;
    background: transparent; 
    cursor: pointer;
    border-radius: 1px;
    z-index: 0;
    overflow: hidden;
    text-decoration: none;
}
.btn--transparent::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 2px; 
    background: linear-gradient(90deg, #093584, #24B5D0, #093584);
    background-size: 200% 100%;
    background-position: right center;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 0; 
    transition: background-position 0.8s ease;
}
.btn--transparent::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background-color: rgba(36, 181, 208, 0.2); 
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
}
.btn--transparent span {
    position: relative;
    z-index: 1; 
    background: linear-gradient(to left, #093584, #24B5D0);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.btn--transparent:hover::before {
    background-position: left center; 
}
.btn--transparent:hover::after {
    opacity: 1; 
}
@media screen and (min-width: 992px) {
    .btn {
        font-size: 18px;
    }
}

h1, h2, h3, h4, h5 {
    margin: 0;
}

.optionalServices__block {
    display: flex;
    gap: 24px;
    margin: 40px auto;
}
.optionalServices__itemTitle {
    margin-bottom: 8px;
}
.optionalServices__priceBlock {
    margin: 24px 0 40px;
}
.optionalServices__priceBlockHead  {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}
.optionalServices__priceBlockHead .title {
  
}
.optionalServices__priceBlockHead .price {
   color: #24B5D0
}
.optionalServices__bottomText {
    max-width: 1262px;
    margin: 0 auto;
}
@media screen and (min-width: 992px) {
    .optionalServices__block {
        padding: 20px 40px;
        gap: 40px;
        align-items: center;
        margin: 30px auto;
        max-width: 1318px;
    }
    .optionalServices__block:nth-child(odd) {
        flex-direction: row-reverse;
    }
    .optionalServices__content.--simpleContent {
        padding: 40px;
    }
    .optionalServices__priceBlockHead {
        font-size: 20px;
    }
    .optionalServices__image {
        min-width: 43%;
    	object-fit: cover;
    }
    .optionalServices__bottomText {
        text-align: center;
    }
}
@media (max-width: 992px) {
    .optionalServices__block {
        flex-direction: column;
    }
}

.faq__title {
    margin-bottom: 24px;
}
.faq__inner {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.accordionBlock__row {
    background: #fff;
    padding: 12px;
}

.accordionBlock__row:not(:last-child) {
    margin-bottom: 16px;
}

.accordionBlock__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
    cursor: pointer;
    position: relative;
        transition: 0.4s;
}
.accordionBlock__header:after {
    content: '';
    position: absolute;
    width: calc(100% + 24px);
    height: calc(100% + 24px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.accordionBlock__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    
}
.accordionBlock__headerIcon svg  {
    transition: 0.3s;
}
.accordionBlock__row.active .accordionBlock__headerIcon svg {
    transform: rotate(-180deg);
}
.accordionBlock__row.active .accordionBlock__content {
    max-height: 1000px; 
}
.accordionBlock__row.active .accordionBlock__header {
    padding-bottom: 12px;
}
.accordionBlock__content p:not(:last-child) {
    margin-bottom: 16px;
}
.accordionBlock__content ul, ol {
    margin: 0 0 16px 16px;
    padding: 0;
}


@media screen and (min-width: 992px) {
    .faq__inner {
        gap: 60px;
        max-width: 1360px;
        margin: 0 auto;
    }
    .faq__descr {
        position: sticky;
        top: 20px; 
    }
    .faq__descr {
        max-width: 300px;
    }
    .faq__items {
        width: 100%;
    }
    .accordionBlock__row {
        padding: 40px;
    }
    .accordionBlock__row:not(:last-child) {
        margin-bottom: 24px;
    }
    .accordionBlock__row.active .accordionBlock__header {
        padding-bottom: 24px;
    }
    .accordionBlock__header:after {
        width: calc(100% + 80px);
        height: calc(100% + 80px);
    }
    .accordionBlock__content {
            padding-right: 24px;
    }
    .accordionBlock__content ul, ol {
        margin: 0 0 16px 40px;
    }
}

@media (max-width: 992px) {
    .faq {
        padding: 40px 0 60px;
    }
    .faq__inner {
        flex-direction: column;
    }
    .accordionBlock__headerIcon svg {
        width: 14px;
    }
}

.basePrice__inner {
    display: flex;
    gap: 40px;
}
.basePrice__card {
    padding: 24px;
}
.basePrice__subtitle {
    font-size: 18px;
    margin-bottom: 8px;
}
.basePrice__price .price {
    font-weight: 700;
    font-size: 80px;
    background: linear-gradient(83deg, #24b5d0 0%, #455e9d 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.basePrice__price .text {
    font-weight: 700;
    font-size: 18px;
    opacity: 0.8;
}
.basePrice__cardText {
    margin-bottom: 24px;
}
.basePrice__title {
    font-size: 24px;
     margin-bottom: 24px;
}   
.customMarkList ul {
    list-style: none;
    margin-bottom: 24px;
}
.customMarkList ul li {
    position: relative;
    display: flex;
    gap: 8px;
}
.customMarkList ul li:before {
    content: url(assets/img/mark.svg)
}
.customMarkList ul li {
    margin-bottom: 16px;
}
@media screen and (min-width: 992px) {
    .basePrice__inner {
        max-width: 1430px;
        margin: 0 auto;
        align-items: center;
    }
    .basePrice__card {
        padding: 40px;
    }
    .basePrice__subtitle {
        font-size: 24px;
    }
    .basePrice__price .price {
        font-size: 140px;
    }
    .basePrice__price .text {
        font-size: 24px;
    }
    .basePrice__title {
        font-size: 40px;
       
    }
    .customMarkList ul li {
        margin-bottom: 24px;
    }
}
@media (max-width: 992px) {
    .basePrice__inner {
        flex-direction: column;
    }
    .basePrice {
        padding: 40px 0;
    }
}


.addOns__inner {
    margin-top: 24px;
    display: flex;
    gap: 48px;
}
.addOns__left {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.addOns__image {
    width: 100%;
}
.addOns__card {
    background: #fff;
    padding: 20px 16px;
}
.addOns__card:not(:last-child) {
    margin-bottom: 24px;
}
.addOns__head {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}
.addOns__price {
    font-weight: 700;
    font-size: 16px;
    background: linear-gradient(83deg, #24b5d0 0%, #455e9d 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: auto;
}
.addOns__text p:not(:last-child) {
    margin-bottom: 24px;
}
.addOns__text ul,
.addOns__text ol {
    margin: 24px 0 24px 24px;
}
.addOns__text ul li {
    margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
    .addOns__inner {
        max-width: 1430px;
        margin: 40px auto 0;
            align-items: flex-start;
    }
    .addOns__left {
        position: sticky;
        top: 20px;
        width: 40%;
        gap: 24px
    }
    .addOns__btn .btn {
        width: 100%;
        text-align: center;
    }
    .addOns__cards {
        width: 60%;
    }
    .addOns__card {
        padding: 40px;
    }
    .addOns__card:not(:last-child) {
        margin-bottom: 40px;
    }
    .addOns__head {
        gap: 16px;
        margin-bottom: 24px;
    }
    .addOns__price {
        font-size: 24px;
    }
}
@media (max-width: 992px) {
    .addOns__inner {
        flex-direction: column;
    }
    .addOns__left {
        align-items: center
    }
    .addOns__text {
        font-size: 14px;
    }
}

.priceComparison__bottom {
    background: rgba(36, 181, 208, 0.1);
    border: 1px solid rgba(36, 181, 208, 0.5);
    padding: 24px;
}
.priceComparison__bottomTitle {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}
.priceComparison__bottomText {
    font-size: 14px;
}
.comparisonTable {
    margin: 14px 0 32px;
}
.comparisonTable__inner {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: 320px 390px 320px;
    overflow: auto;
    padding-bottom: 20px;
}
/* Chrome, Edge, Safari */
.comparisonTable__inner::-webkit-scrollbar {
    width: 4px;
}
.comparisonTable__inner::-webkit-scrollbar-track {
    background: #f2f2f2;
    border-radius: 1px;
}
.comparisonTable__inner::-webkit-scrollbar-thumb {
    background: #24b5d0;
    border-radius: 1px;
}
/* Firefox */
.comparisonTable__inner {
    scrollbar-width: thin;
    scrollbar-color: #24b5d0 #f2f2f2;
}
.comparisonTable__header {
    font-size: 16px;
    height: 53px;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.comparisonTable__header img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.comparisonTable__header--center,
.comparisonTable__cell--center {
    text-align: center;
    justify-content: center;
}
.comparisonTable__cell {
    font-size: 14px;
}
.comparisonTable__cell:not(:last-child) {
    margin-bottom: 32px;
}
.comparisonTable__col {
    padding: 16px;
    background: #F6F5F2;
}
.comparisonTable__col--beyond {
    background: #dffaff;
    padding: 32px 16px; 
}
.comparisonTable__col--beyond .comparisonTable__cell {
    font-weight: 700;
    color: #24B5D0
}
.comparisonTable__col--traditional .comparisonTable__header,
.comparisonTable__col--traditional .comparisonTable__cell {
    color: #84867F
}


@media screen and (min-width: 992px)  {
    .priceComparison__wrap {
        max-width: 1030px;
        margin: 0 auto;
    }
    .priceComparison__bottomText {
        font-size: 16px;
    }
    .comparisonTable {
        margin: 80px 0;
    }
    .comparisonTable__header .mobile {
        display: none;
    }
    .comparisonTable__header {
        font-size: 20px;
    }
    .comparisonTable__cell {
        font-size: 18px;
    }
    .comparisonTable__header {
        height: 70px;
        margin-bottom: 32px;
    }
    .comparisonTable__header .mobile {
        display: none;
    }
    .comparisonTable__col {
        padding: 40px;
    }
    .comparisonTable__col--beyond {
        background: #dffaff;
        padding: 60px 40px;
    }
}

@media (max-width: 1200px)  {
    .comparisonTable__inner {
        grid-template-columns: 265px 280px 265px;
    }
} 
@media (max-width: 992px)  {
    .comparisonTable__header .desktop {
        display: none;
    }
} 
@media (max-width: 900px) {
    .comparisonTable__inner {
        justify-content: flex-start;
    }
}
@media (max-width: 760px)  {
    .comparisonTable__inner {
        grid-template-columns: 200px 230px 200px;
    }
} 
@media (max-width: 550px)  {
    .comparisonTable__inner {
        grid-template-columns: 190px 103px 191px;
    } 
} 

.paymentOptions__wrap,
.paymentOptions__bottomText {
    max-width: 1200px;
    margin: 0 auto;
}
.paymentOptions__wrap {
    display: flex;
    gap: 24px;
}
.paymentOptions__title {
    margin-bottom: 16px;
}
.paymentOptions__bottomText {
    font-size: 14px;
}
.paymentOptions__card {
    padding: 24px;
    background: #fff;
}
.paymentOptions__cardHeader {
    background: linear-gradient(83deg, #24b5d0 0%, #455e9d 100%);
    padding: 24px 16px;
}
.paymentOptions__cardHeader * {
    color: #fff;
}
.paymentOptions__cardPrice {
    font-size: 40px;
    margin-bottom: 16px;
    line-height: 1;
}
.paymentOptions__cardTitle {
    font-size: 24px;
}
.paymentOptions__cardText {
    font-size: 12px;
    margin-top: 12px;
}
.paymentOptions__cardContent {
    margin-top: 16px;
}
.paymentOptions__cardSubtitle {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 8px;
}
.paymentOptions__cardDescr {
    font-size: 12px;
}
@media screen and (min-width: 992px)  {
    .paymentOptions__wrap {
        gap: 40px;
    }
    .paymentOptions__wrap>div {
        width: 50%;
    }
    .paymentOptions__title {
        margin-bottom: 24px;
    }
    .paymentOptions__bottomText {
        font-size: 16px;
    }
    .paymentOptions__card {
        padding: 40px;
    }
    .paymentOptions__cardHeader {
        padding: 24px 32px 49px;
    }
    .paymentOptions__cardPrice {
        font-size: 77px;
    }
    .paymentOptions__cardTitle {
        font-size: 40px;
    }
    .paymentOptions__cardText {
        font-size: 14px;
    }
    .paymentOptions__cardContent {
        margin-top: 24px;
    }
    .paymentOptions__cardSubtitle {
        font-size: 16px;
    }   
    .paymentOptions__cardDescr {
        font-size: 14px;
    }
}
@media (max-width: 992px)  {
    .paymentOptions__wrap {
        flex-direction: column;
    }
}

.contacts__wrap {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    max-width: 1440px;
    margin: 0 auto;
}
.contacts__descr {
    display: grid;
    justify-items: flex-start;
    gap: 24px;
}
.contacts__descr .btn--transparent {
    background: linear-gradient(83deg, #24b5d0 0%, #455e9d 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.contacts__items {
    display: grid;
    gap: 8px;
}
.contacts__item {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 16px;
}
.contacts__item a {
    text-decoration: none;
    color: var(--c-primary);
}
.contacts__form {
    background: #fff;
    padding: 24px;
        width: 100%;
}
.contacts__form h2 {
    font-size: 24px;
    margin-bottom: 16px;
}
.contacts__form .row {
    display: flex;
    gap: 16px;
}
.contacts__form .block {
    margin-bottom: 40px;
}
@media screen and (min-width: 992px)  {
    .contacts__item {
        font-size: 20px;
    }
    .contacts__descr {
        width: 40.5%;
    }
    .contacts__form {
        width: 55%;
    }
    .contacts__form {
        padding: 40px;
    }
    .contacts__form h2 {
        font-size: 32px;
    }
}
@media (max-width: 992px) {
    .contacts__wrap {
        flex-direction: column;
    }
    .contacts__form .row {
        flex-direction: column;
    }
    .contacts__form .btn-form {
        text-align: center;
    }
}

.full .ts-control {
    border: 1px solid #dce1e9;
    background-color: #F6F5F2;
    padding: 11.3px 10px;
    border-radius: 0px;
    width: 100%;
    margin-top: 8px;
}
.full .ts-control .item {
    font-size: 18px;
    /* color: #84867F; */
    color: var(--c-primary);
    font-weight: 400;
}
.full .ts-control .item:not([data-value]), 
.full .ts-control .item[data-value=""] {
    color: #84867F;
}
.ff-default .ff-el-form-control {
    color: var(--c-primary) !important;
}

.ts-control::after {
    content: '';
    width: 17px;
    height: 10px;
    background: url('assets/img/down.svg') no-repeat center;
    background-size: contain;
    transition: 0.3s;
}
.ts-control, .ts-wrapper.single.input-active .ts-control {
    justify-content: space-between;
    align-items: center;
    background-color: #F6F5F2;
    border: 1px solid #dce1e9;
    outline: none;
}
.ts-wrapper.single.dropdown-active .ts-control::after {
    transform: rotate(-180deg);
}
.ts-dropdown [data-selectable].option {
    opacity: 1;
    cursor: pointer;
    font-weight: 400;
    color: var(--c-primary);
    border-bottom: 1px solid #dce1e9;
    padding: 11.3px 10px;
}
.ts-dropdown {
    margin: 0;
}
@media(max-width: 992px) {
    .full .ts-control .item {
        font-size: 16px;
    }
    .ts-control::after {
        width: 16px;
        height: 8px;
    }
}

.stepForm {
    position: relative;
}
.stepForm .container {
    position: relative;
    z-index: 2;
}
.stepForm__bg {
    opacity: 0.15;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 1;
}
.stepForm__inner {
    background: #fff;
    padding: 0 !important;
}
.stepForm .frm-fluent-form .ff-t-container {
    gap: 0
}

.stepForm__mainInfo {
    background: var(--c-primary);
    padding: 16px;
    height: 100%;
    margin: 0;
}
.stepForm__title {
    color: #fff;
    font-size: 24px;
    margin-bottom: 16px;
}
.stepForm__text {
    color: #fff;
    line-height: 1.4
}
.stepForm__text ul {
    margin: 24px 0 24px 32px;
}
.stepForm__inner {
    display: flex;
    max-width: 1440px;
    margin: 0 auto;
}
.ff-step-container {
    max-width: 1440px;
    margin: 0 auto;
}
.instantForm,
.ff-t-cell.ff-t-column-2 {
    background: #fff;
    padding: 16px !important;
}
.ff-t-cell.ff-t-column-2 {
        height: auto;
} 
.stepForm__mainInfo.ff-el-group {
    margin-bottom: 0px !important;
}
.estimated_price {
    height: 100%;
    display: flex;
    align-items: flex-end;
        margin: 0 !important;
}
.radio_container .ff-el-input--label {
    margin-bottom: 16px  !important;
}
.fluentform .ff-el-form-check  {
    margin-bottom: 16px  !important;
}
.ff-default .ff-el-input--label label {
    font-weight: 700 !important;
}
.ff-name-field-wrapper .ff-t-container {
    gap: 16px !important;
}
.summary_row {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}
.ff-default .ff-el-form-control.custom-select {
    background-clip: unset;
    background-image: none;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
}
.addon_row {
    margin-left: 40px;
}
.hidden_block {
    display: none;
}
.ff-default .ff-el-form-control:focus {
    border-color: var(--c-primary) !important;
    background-color: #F6F5F2 !important;
}

.stepForm .step-nav.ff_step_nav_last {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 1440px;
    display: flex;
    justify-content: flex-end;
    gap: 16px;
    padding: 40px;
}
.stepForm .ff-float-right.ff-btn.ff-btn-next.ff-btn-secondary,
.stepForm .ff-btn.ff-btn-prev.ff-btn-secondary {
    /* margin-left: auto; */
        float: unset !important;
}
.ff_columns_total_2 .step-nav.ff_step_nav_last {
    display: none;
}
.ff-message-success {
    border: none !important;
    box-shadow: none !important;
    background: #fff;
    max-width: 1440px;
    margin: 0 auto;
}

@media screen and (min-width: 992px)  {
   
    .stepForm__mainInfo {
        padding: 40px;
            /* width: 35%; */
    }
    .stepForm__title {
        font-size: 40px;
        margin-bottom: 24px;
    }
    .instantForm,
    .ff-t-cell.ff-t-column-2 {
        padding: 40px !important;
    }
}
@media (max-width: 992px) {
    .stepForm {
        padding: 0;
    }
    .stepForm__bg {
        display: none;
    }
    .stepForm__text {
        font-size: 14px;
    }
    .stepForm .container {
        padding: 0;
    }
    .stepForm__inner {
        flex-direction: column;
    }
    .instantForm, .ff-t-cell.ff-t-column-2 {
        padding-bottom: 60px !important;
    }
    .stepForm .step-nav.ff_step_nav_last {
        padding: 16px;
    }
}

/* custom radio */
.radio_container .ff-el-form-check-input.ff-el-form-check-radio {
    position: absolute !important;
    opacity: 0;
    pointer-events: none;
}
.radio_container .ff-el-form-check-label {
    position: relative;
    padding-left: 32px;
    display: flex;
    align-items: center;
    cursor: pointer;
    line-height: 1.2;
}
.radio_container .ff-el-form-check-label::before {
    content: "" !important;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border: 1px solid #DCE1E9;
    border-radius: 50%;
    background: #F6F5F2;
    transition: 0.2s ease;
    box-sizing: border-box;
}
.radio_container .ff-el-form-check-label span::after {
    content: "" !important;
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: transparent;
    transition: 0.2s ease;
}
/* Hover */
.radio_container .ff-el-form-check-label:hover::before {
    border-color: var(--c-primary);
}
.radio_container .ff-el-form-check-input.ff-el-form-check-radio:checked + span::after {
    background: var(--c-primary);
}
.radio_container .ff-el-form-check-input.ff-el-form-check-radio:checked + span::before,
.radio_container .ff-el-form-check-input.ff-el-form-check-radio:checked ~ .ff-el-form-check-label::before {
    border-color: var(--c-primary);
}
.radio_container .ff_item_selected .ff-el-form-check-label::before {
    border-color: var(--c-primary) !important;
}
.radio_container .ff_item_selected .ff-el-form-check-label span::after {
    background: var(--c-primary) !important;
}
.fluentform input[type=checkbox] {
    width: 24px;
    height: 24px;
}

/* upliad btn */
.ff_upload_btn.ff-btn {
        background: linear-gradient(83deg, #24b5d0 0%, #455e9d 100%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    position: relative;
}
.ff_upload_btn.ff-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 2px;
    background: linear-gradient(90deg, #093584, #24B5D0, #093584);
    background-size: 200% 100%;
    background-position: right center;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 0;
    transition: background-position 0.8s 
ease;
}
.ff_upload_btn.ff-btn::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background-color: rgba(36, 181, 208, 0.2);
    opacity: 0;
    transition: opacity 0.3s 
ease;
    z-index: 0;
}
.ff_upload_btn.ff-btn:hover::before {
    background-position: left center;
}
.ff_upload_btn.ff-btn:hover::after {
    opacity: 1;
}

.ff-uploaded-list {
    max-width: 300px;
}
.ff-upload-preview {
    padding: 12px;
    display: flex;
}
.fluentform .ff-upload-preview-img {
    width: 82px !important;
    height: 40px !important;
}
.fluentform .ff-upload-details {
    width: 100% !important;
}
.ff-upload-preview.ff_uploading_complete .ff-upload-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ff-upload-preview.ff_uploading_complete  .ff-upload-progress-inline.ff-el-progress,
.ff-upload-preview.ff_uploading_complete .ff-upload-progress-inline-text.ff-inline-block,
.ff-upload-preview.ff_uploading_complete .ff-upload-filesize.ff-inline-block {
    display: none !important;
}

.fluentform label.ff-el-image-input-src {
    background-position: center !important;
    background-size: contain !important;
    height: 124px !important;
    width: 92px !important;
}
.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff-el-image-holder span {
    font-size: 12px !important;
    text-align: center !important;
        white-space: normal !important;
    line-height: 1.3 !important;
    padding: 8px !important
}
.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff-el-image-holder {
    border: none !important;
        display: flex !important;
    flex-direction: column;
    align-items: center;
}
.fluentform .ff_el_checkable_photo_holders {
    display: grid !important;
    grid-template-columns: repeat(9, 1fr);
    gap: 8px;
    margin-top: 16px;
}
.ff_el_checkable_photo_holders .ff-el-form-check.ff_item_selected label>span {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: unset !important;
}
.ff_el_checkable_photo_holders .ff_item_selected .ff-el-form-check-label::after,
.ff_el_checkable_photo_holders .ff-el-form-check-label::before {
    display: none;
}
.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff-el-image-holder.ff_item_selected {
    border: 1px solid var(--c-primary) !important;
}
/* steps */
.fluentform-step {
    overflow-x: unset !important;
}
.fluentform .ff-step-container {
    overflow: unset !important;
}
.fluentform .ff-step-header {
    width: 35%;
    padding: 0 40px;
    transform: translateY(100px);
    z-index: 2;
    position: relative;
}
.ff-step-counter {
    color: #fff
}
.fluentform .ff-step-titles li.ff_active:before,
.fluentform .ff-step-titles li:before {
    display: none !important;
}
.fluentform .ff-step-titles {
    margin: 8px 0 !important;
    display: flex !important;
    gap: 4px;
    pointer-events: none;
}
.fluentform .ff-step-titles li {
    background: #fff !important;
    height: 4px !important;
    width: 100% !important;
}
.fluentform .ff-step-titles li.ff_active, 
.fluentform .ff-step-titles li.active,  
.fluentform .ff-step-titles li.ff_completed  {
    background: #24B5D0 !important;
}
.fluentform .ff-step-titles li:after {
   
}
.stepForm__mainInfo {
    padding-top: 100px;
}
@media(max-width:1300px) {
    .fluentform .ff_el_checkable_photo_holders {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media(max-width:786px) {
    .fluentform .ff_upload_btn.ff-btn {
        padding: 10px 10px;
        font-size: 14px;
    }
    .estimated_price {
        text-align: center;
                justify-content: center;
    }
   
   
    .stepForm__mainInfo {
        padding-top: 74px;
    }
}
@media(max-width:786px) {
 .fluentform .ff-step-header {
        padding: 0 16px;
        transform: translateY(70px);
    }
}
@media(max-width:767.7px) {
 .fluentform .ff-step-header {
        width: 100%;
        padding: 0 16px;
        
    }
     .stepForm .ff-float-right.ff-btn.ff-btn-next.ff-btn-secondary, .stepForm .ff-btn.ff-btn-prev.ff-btn-secondary {
        width: 100%; 
    }
}

.fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label:after {
    display: none !important;
}
[data-name="form_step-3_35"] .ff-step-t-container.ff-inner_submit_container.ff-column-container.ff_columns_total_2 .ff-t-cell.ff-t-column-2 {
   padding: 0 !important;
   position: absolute;
    right: 40px;
    bottom: 40px;
}

@media(max-width:786px) {
    [data-name="form_step-3_35"] .ff-step-t-container.ff-inner_submit_container.ff-column-container.ff_columns_total_2 .ff-t-cell.ff-t-column-2 {
        right: 16px;
        bottom: 16px;
    }
}

.page-template-default .site-main {
    padding: 120px 0 80px;
    min-height: 80vh;
}
.page-template-default h1 {
    font-size: 48px;
}
@media screen and (min-width: 992px) {
    .page-template-default h1 {
        font-size: 60px;
    }
}

.page-template-default h2 {
    font-size: 34px;
    margin: 40px 0 16px;
}
@media screen and (min-width: 992px) {
    .page-template-default h2 {
        font-size: 40px;
    }
}

.page-template-default h3 {
    font-size: 20px;
}
@media screen and (min-width: 992px) {
    .page-template-default h3 {
        font-size: 32px;
    }
}
@media(max-width:786px) {
    .page-template-default .site-main {
        padding: 60px 0 ;
    }
}
