/*!
Theme Name: weblance
Theme URI: http://weblance.pl/
Author: Weblance.pl
Author URI: http://weblance.pl/
Description: Profesjonalny motyw strony WWW
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: weblance.pl
Tags: weblance
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
	--font: "Montserrat", sans-serif;
	--width: 1400px;

	/* Font sizes - mobile first */
	--font-size-h1: 32px;
	--font-size-h2: 28px;
	--font-size-h3: 20px;
	--font-size-h4: 16px;
	--font-size-h5: 12px;
	--font-size-h6: 11px;

	--font-size-big: 11px;
	--font-size-normal: 10px;
	--font-size-small: 9px;
	--font-size-smaller: 7px;
	--font-size-smallest: 6px;

	--spacing-xl: 48px;
	--spacing-lg: 33px;
	--spacing-md: 28px;
	--spacing-sm: 20px;
	--spacing-xs: 14px;
	--spacing-xxs: 7px;

	--color: #d5b300;
	--colorTransparent: rgba(213, 179, 0, 0.1);
	--darkColor: #101828;
	--gray: #F8F8F8;
	--fontColor: #4A5565;
	--black: #000;
	--white: #fff;
	--blackTrnas: rgba(0, 0, 0, 0.10);
	--shadow: 6px 6px 0 0 rgba(0, 0, 0, 0.10);
	--buttonShadow: 4px 4px 0 0 var(--color);

}

/* >= 480px */
@media (min-width: 480px) {
	:root {
		--font-size-h1: 36px;
		--font-size-h2: 30px;
		--font-size-h3: 24px;
		--font-size-h4: 18px;
		--font-size-h5: 14px;
		--font-size-h6: 12px;

		--font-size-big: 12px;
		--font-size-normal: 11px;
		--font-size-small: 10px;
		--font-size-smaller: 8px;
		--font-size-smallest: 7px;

		--spacing-xl: 55px;
		--spacing-lg: 38px;
		--spacing-md: 30px;
		--spacing-sm: 22px;
		--spacing-xs: 16px;
		--spacing-xxs: 8px;
	}
}

/* >= 786px */
@media (min-width: 786px) {
	:root {
		--font-size-h1: 46px;
		--font-size-h2: 36px;
		--font-size-h3: 26px;
		--font-size-h4: 20px;
		--font-size-h5: 16px;
		--font-size-h6: 14px;

		--font-size-big: 14px;
		--font-size-normal: 12px;
		--font-size-small: 11px;
		--font-size-smaller: 9px;
		--font-size-smallest: 8px;

		--spacing-xl: 65px;
		--spacing-lg: 50px;
		--spacing-md: 32px;
		--spacing-sm: 24px;
		--spacing-xs: 18px;
		--spacing-xxs: 9px;
	}
}

/* >= 900px */
@media (min-width: 900px) {
	:root {
		--font-size-h1: 51px;
		--font-size-h2: 40px;
		--font-size-h3: 28px;
		--font-size-h4: 22px;
		--font-size-h5: 18px;
		--font-size-h6: 15px;

		--font-size-big: 15px;
		--font-size-normal: 13px;
		--font-size-small: 12px;
		--font-size-smaller: 10px;
		--font-size-smallest: 8px;

		--spacing-xl: 70px;
		--spacing-lg: 55px;
		--spacing-md: 36px;
		--spacing-sm: 26px;
		--spacing-xs: 20px;
		--spacing-xxs: 10px;
	}
}

/* >= 1100px */
@media (min-width: 1100px) {
	:root {
		--font-size-h1: 56px;
		--font-size-h2: 42px;
		--font-size-h3: 30px;
		--font-size-h4: 24px;
		--font-size-h5: 20px;
		--font-size-h6: 16px;

		--font-size-big: 16px;
		--font-size-normal: 14px;
		--font-size-small: 13px;
		--font-size-smaller: 11px;
		--font-size-smallest: 9px;

		--spacing-xl: 80px;
		--spacing-lg: 70px;
		--spacing-md: 40px;
		--spacing-sm: 28px;
		--spacing-xs: 21px;
		--spacing-xxs: 12px;
	}
}

/* >= 1400px */
@media (min-width: 1400px) {
	:root {
		--font-size-h1: 68px;
		--font-size-h2: 46px;
		--font-size-h3: 33px;
		--font-size-h4: 26px;
		--font-size-h5: 22px;
		--font-size-h6: 18px;

		--font-size-big: 18px;
		--font-size-normal: 15px;
		--font-size-small: 13px;
		--font-size-smaller: 11px;
		--font-size-smallest: 9px;

		--spacing-xl: 100px;
		--spacing-lg: 86px;
		--spacing-md: 46px;
		--spacing-sm: 30px;
		--spacing-xs: 22px;
		--spacing-xxs: 13px;
	}
}

/* >= 1600px */
@media (min-width: 1600px) {
	:root {
		--font-size-h1: 72px;
		--font-size-h2: 48px;
		--font-size-h3: 35px;
		--font-size-h4: 28px;
		--font-size-h5: 24px;
		--font-size-h6: 20px;

		--font-size-big: 20px;
		--font-size-normal: 16px;
		--font-size-small: 14px;
		--font-size-smaller: 12px;
		--font-size-smallest: 10px;

		--spacing-xl: 112px;
		--spacing-lg: 96px;
		--spacing-md: 48px;
		--spacing-sm: 32px;
		--spacing-xs: 24px;
		--spacing-xxs: 15px;
	}
}

.container {
	max-width: calc(1400px + 2 * var(--spacing-xs));
	margin: 0 auto;
	padding: 0 var(--spacing-xs);
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	max-width: 100vw;
	width: 100vw;
	overflow-x: hidden;
	font-family: var(--font) !important;
	letter-spacing: 0.48px;
	font-size: var(--font-size-normal);
	font-weight: 500;
	color: var(--fontColor);
}

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


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


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 {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}


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

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



/* Links
--------------------------------------------- */
/* a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

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: 800px) {

	.menu-toggle {
		display: none;
	}

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


.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;
}


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


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

.bypostauthor {
	display: block;
}



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


.contact-form {
	display: flex;
	gap: var(--spacing-xs);
	flex-wrap: wrap;
	font-family: var(--font);
}

.contact_form_title {
	font-size: var(--font-size-h6);
	font-weight: 600;
	line-height: 160%;
	margin-bottom: var(--spacing-sm);
}

.contact-form p {
	margin: 0;
	padding: 0;
}

.contact-form .half {
	flex-basis: 100%;
	position: relative;

	@media (min-width: 760px) {
		flex-basis: calc(50% - (var(--spacing-xs) / 2));
		max-width: calc(50% - (var(--spacing-xs) / 2));
	}
}

.contact-form .full {
	flex-basis: 100%;
	position: relative;
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel] {
	font-family: var(--font);
	width: 100%;
	background: transparent;
	color: var(--white);
	padding: calc(var(--spacing-xs) / 2) var(--spacing-xs);
	padding-left: calc(var(--spacing-xs) + 42px);
	position: relative;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid var(--white);
	outline: none;
	font-weight: 400;
}

.contact-form input[type=text]::placeholder,
.contact-form input[type=email]::placeholder,
.contact-form input[type=tel]::placeholder {
	color: var(--white);
	font-family: var(--font);
	font-weight: 400;

}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-form-control-wrap::before {
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><path d="M16 9.34668V9.33336M16 22.6667V13.3333M28 16C28 22.6275 22.6275 28 16 28C9.37259 28 4 22.6275 4 16C4 9.37259 9.37259 4 16 4C22.6275 4 28 9.37259 28 16Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	display: block;
	position: absolute;
	top: 50%;
	left: calc(var(--spacing-xs) / 2);
	transform: translateY(-50%);
}

.wpcf7-form-control-wrap[data-name=your-email]::before {
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><path d="M21.1428 16C21.1428 18.8404 18.8403 21.1429 16 21.1429C13.1596 21.1429 10.8571 18.8404 10.8571 16C10.8571 13.1597 13.1596 10.8572 16 10.8572C18.8403 10.8572 21.1428 13.1597 21.1428 16ZM21.1428 16V17.7143C21.1428 19.6079 22.6779 21.1428 24.5715 21.1428C25.7877 21.1428 26.8563 20.5095 27.4648 19.5544C27.8037 19.0228 28 18.3915 28 17.7143V16C28 12.446 26.4549 9.25285 24 7.05557M16 4C9.37259 4 4 9.37259 4 16C4 22.6275 9.37259 28 16 28C18.5496 28 20.9135 27.2049 22.8572 25.8491" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.wpcf7-form-control-wrap[data-name=your-phone]::before {
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><path d="M25.3687 27.9905C26.7631 28.1164 28.0049 26.9631 27.9993 25.5819V21.9689C28.014 21.3783 27.8107 20.8028 27.4279 20.352C26.3487 19.0808 22.6473 18.2677 21.1801 18.58C20.0365 18.8235 19.2363 19.9717 18.454 20.7525C17.0749 19.9699 15.8041 19.0243 14.6668 17.9408M11.2136 13.5264C11.9959 12.7457 13.1465 11.9471 13.3904 10.8057C13.7028 9.34369 12.8908 5.66598 11.6284 4.58245C11.1844 4.20133 10.6166 3.99436 10.031 4.00012H6.41082C5.03145 4.00141 3.88383 5.2386 4.00942 6.62558C4.00146 16.7301 10.6685 25.0239 20 27.3431" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.wpcf7-form-control-wrap[data-name=your-file]::before {
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><path d="M17.3333 2.6665H7.99998C7.29274 2.6665 6.61446 2.94746 6.11436 3.44755C5.61426 3.94765 5.33331 4.62593 5.33331 5.33317V26.6665C5.33331 27.3737 5.61426 28.052 6.11436 28.5521C6.61446 29.0522 7.29274 29.3332 7.99998 29.3332H24C24.7072 29.3332 25.3855 29.0522 25.8856 28.5521C26.3857 28.052 26.6666 27.3737 26.6666 26.6665V11.9998L17.3333 2.6665Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M17.3333 2.6665V11.9998H26.6666" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.contact-form .wpcf7-form-control-wrap[data-name=your-file] {
	font-family: var(--font);
	width: 100%;
	background: transparent;
	color: var(--white);
	padding: var(--spacing-xs);
	padding-left: calc(var(--spacing-xs) + 42px);
	position: relative;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid var(--white);
	outline: none;
	font-weight: 400;
	width: 100%;
	display: block;
}

.contact-form .wpcf7-form-control-wrap[data-name=your-file] .file-name {
	position: absolute;
	bottom: 0;
	transform: translateY(150%);
	z-index: 10;
}

.contact-form label {
	position: absolute;
	top: 50%;
	left: calc(var(--spacing-xs) + 42px);
	transform: translateY(-55%);
	font-weight: 400;
}

.contact-form input[type=file] {
	position: absolute;
	top: 0;
	height: 100%;
	left: -20%;
	right: 0;
	opacity: 0;
	z-index: 10;
}

.contact-form .full.text-right {
	text-align: right;
}

.contact-form .wpcf7-spinner {
	display: none;
}

.contact-form input[type=submit] {
	color: var(--black);
	box-shadow: var(--buttonShadow);
	border-radius: 0;
	padding: 15px;
	padding-right: 50px !important;
	background: var(--white);
	border: none;
	font-size: var(--font-size-big);
	font-weight: 500;
	letter-spacing: 0.54px;
	transition: .3s all;
	border-radius: 100px;
}


.contact-form .full.text-right::before {
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M5 12H19" stroke="%23000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 5L19 12L12 19" stroke="%23000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-35%);
}

.section-title {
	color: var(--darkColor);
	text-align: center;
	font-size: var(--font-size-h2);
	font-weight: 700;
	line-height: var(--font-size-h2);
	margin: 0;
	padding: 0;
	padding-bottom: calc(var(--spacing-sm) * 2);
}

.section-title span {
	color: var(--black);
	font-weight: 700;
}

.label {
	max-width: fit-content;
	margin: 0 auto;
	padding: calc(var(--spacing-xxs) / 2) var(--spacing-xxs);
	border-radius: 100px;
	background: var(--blackTrnas);
	color: var(--black);
	display: flex;
	align-items: center;
	gap: calc(var(--spacing-xxs) / 2);
	margin-bottom: var(--spacing-xxs);
	font-weight: 400;
}

.label-white {
	color: var(--white);
	font-weight: 400;
	background: rgba(255, 255, 255, 0.20);
}

.promotion_items_wrap {
	padding: var(--spacing-xl) 0;
}

.promotion_items {
	display: flex;
	gap: var(--spacing-sm);
	flex-wrap: wrap;
}

.promotion_item {
	position: relative;
	flex-basis: 100%;
	border-radius: 16px;
	border: 1px solid var(--gray);
	background: var(--white);
	box-shadow: var(--shadow);
	overflow: hidden;

	@media (min-width: 480px) {
		flex-basis: calc(100% / 2 - var(--spacing-sm) * 1 / 2);
	}

	@media (min-width: 960px) {
		flex-basis: calc(100% / 3 - var(--spacing-sm) * 2 / 3);
	}
}

.promotion_item_thumb {
	position: relative;
}

.promotion_item_thumb img {
	width: 100%;
	max-height: calc(var(--spacing-xl) * 2);
	object-fit: cover;
	display: block;
}

.promotion_item_content {
	padding: var(--spacing-xs);
}

.promotion_item_title {
	padding: 0;
	margin: 0;
	padding-bottom: var(--spacing-xs);
	color: var(--darkColor);
	font-size: var(--font-size-h5);
	font-weight: 700;
	line-height: calc(var(--font-size-h5) * 1.2);
}

.promotion_item_excerpt {
	font-weight: 400;
	line-height: calc(var(--font-size-normal) * 1.5);
	padding-bottom: var(--spacing-xxs);
}

.promotion_item_content a {
	display: block;
	text-align: center;
	padding: var(--spacing-xxs);
	box-shadow: var(--buttonShadow);
	background: var(--black);
	color: var(--white);
	border-radius: 100px;
	text-decoration: none;
	transition: .3s all;
	font-weight: 500;
}

.promotion_item_content a:hover {
	transform: scale(1.05);
}

.promotion_item_tags {
	position: absolute;
	top: var(--spacing-xxs);
	right: var(--spacing-xxs);
}

.promotion_item_tag {
	color: var(--white);
	background: var(--black);
	padding: calc(var(--spacing-xxs) / 2) var(--spacing-xxs);
	border-radius: 100px;
	font-weight: 700;
	text-decoration: none;
}

.button {
	display: inline-block;
	margin-right: var(--spacing-xxs);
	border: 2px solid var(--black);
	padding: var(--spacing-xs) var(--spacing-sm);
	color: var(--white);
	text-decoration: none;
	border-radius: 100px;
	background: var(--black);
	box-shadow: var(--buttonShadow);
	transition: .3s all;
}

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

article.single {
	padding: var(--spacing-xl) 0;
}

.single_thumbnail {
	padding-bottom: var(--spacing-md);
}

.single_thumbnail img {
	width: 100%;
	max-height: calc(var(--spacing-xl) * 3);
	object-fit: cover;
	border-radius: 24px;
	display: block;
}

html {
  scroll-behavior: smooth;
}

.home_header {
    position: relative;
    padding: var(--spacing-xl) 0 var(--spacing-lg);
}

.home_header>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_header {
    position: relative;
    width: 100%;
}

.home_header .container {
    position: relative;
}

.home_header_wrap {
    display: flex;
    gap: var(--spacing-xl);
    flex-wrap: wrap;
}

.home_header_content {
    flex-basis: 100%;

    @media (min-width: 980px) {
        flex-basis: calc(55% - var(--spacing-xl) / 2);
    }
}

.home_header_img {
    text-align: center;
    flex-basis: 100%;

    @media (min-width: 980px) {
        flex-basis: calc(45% - var(--spacing-xl) / 2);
    }
}

.home_header_img img {
    max-height: calc(var(--spacing-xl) * 5);
}

.home_header_title {
    color: var(--darkColor);
    font-size: var(--font-size-h1);
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    padding: 0;
    margin: 0;
    padding-bottom: var(--spacing-sm);
}

.home_header_title span {
    color: var(--black);
    font-weight: 700;
}

.home_header_subtitle {
    max-width: 551px;
    font-weight: 400;
    line-height: var(--spacing-sm);
    font-size: var(--font-size-big);
    padding: 0;
    margin: 0;
    padding-bottom: var(--spacing-sm);
}

.home_header_buttons {
    padding-bottom: calc(var(--spacing-sm) / 2);
}

.home_header_buttons a {
    display: inline-block;
    margin-right: var(--spacing-xxs);
    border: 2px solid var(--black);
    padding: var(--spacing-xs) var(--spacing-sm);
    margin-bottom: calc(var(--spacing-sm) / 2);
    color: var(--white);
    text-decoration: none;
    border-radius: 100px;
    background: var(--black);
    box-shadow: var(--buttonShadow);
}

.home_header_buttons a:nth-child(2n + 2) {
    border-color: var(--darkColor);
    color: var(--darkColor);
    background: transparent;
    box-shadow: none;
}

.home_header_numbers {
    display: flex;
    gap: var(--spacing-sm);
    border-top: 1px solid var(--colorTransparent);
    padding-top: var(--spacing-sm);
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: var(--font-size-h1);
}

.home_header_numbers_item {
    color: var(--black);
    flex-basis: calc(50% - var(--spacing-sm) / 2);
    text-align: center;


    @media (min-width: 760px) {
        flex-basis: calc(100% / 3 - var(--spacing-sm) * 2 / 3);
    }
}

.home_header_numbers_item_number {

    font-size: var(--font-size-h2);
    font-weight: 700;
    line-height: var(--font-size-h2);
}

.home_header_number_item_title {
    font-size: var(--font-size-small);
    font-weight: 400;
    line-height: var(--font-size-big);
}

.home_header_contact {
    display: flex;
    gap: var(--spacing-xs);
    flex-wrap: wrap;
    align-items: stretch;
}

.home_header_contact .col {
    flex-basis: 100%;

    @media (min-width: 550px) {
        flex-basis: calc(50% - var(--spacing-sm) / 2);
    }

    @media (min-width: 960px) {
        flex-basis: calc(100% / 3 - var(--spacing-sm) * 2 / 3);
    }
}

.home_header_contact_item {
    background: var(--black);
    color: var(--white);
    padding: var(--spacing-xs);
    border-radius: 16px;
    height: 100%;
    display: flex;
    gap: var(--spacing-xxs);
}

.home_header_contact_icon {
    background: var(--color);
    width: 48px;
    flex-basis: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home_header_contact_content {
    flex-basis: calc(100% - 48px - var(--spacing-xxs));
    font-size: var(--font-size-normal);
    font-weight: 400;
    line-height: 100%;
    /* 16px */
}

.home_header_contact_content a {
    text-decoration: none;
    color: var(--white);
}

.home_header_contact_content span {
    display: block;
    padding-bottom: calc(var(--font-size-normal) / 2);
}

.home_header_contact_icon svg {
    display: block;
}

.home_header_contact_item_title {
    font-size: var(--font-size-big);
    font-weight: 600;
    line-height: 100%;
    padding-bottom: var(--spacing-xxs);
}

.home_header_contact .col:nth-child(3) {
    display: flex;
    gap: var(--spacing-xxs);
    flex-direction: column;
}