.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
	word-break: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

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

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
/*!
Theme Name: V-Slot
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: v-slot
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.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

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

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

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

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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;
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}

.container {
  margin: auto;
  width: calc(100% - 30px);
}

@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}

@media (min-width: 1470px) {
  .container {
    width: 1416px;
  }
}

html {
  overflow-x: hidden;
}

body {
  font-size: 20px;
  line-height: 1.4;
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  color: #383731;
  overflow-x: hidden;
}

.page,
.post {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  margin: 0 0 20px;
  letter-spacing: 0.0025em;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  font-weight: 600;
}

h1,
h1.title1,
.title1 {
  font-size: 1.6em;
  letter-spacing: -0.015em;
}

@media (min-width: 992px) {
  h1,
  h1.title1,
  .title1 {
    font-size: 3em;
  }
}

h2,
h2.title2,
.title2 {
  font-size: 2em;
  letter-spacing: -0.005em;
  line-height: 45px;
  margin-bottom: 48px;
}

@media (min-width: 992px) {
  h2,
  h2.title2,
  .title2 {
    font-size: 2.75em;
    line-height: 63px;
  }
}

h3,
h3.title3,
.title3 {
  font-size: 2.4em;
  line-height: 54px;
}

h4,
h4.title4,
.title4 {
  font-size: 1.7em;
  line-height: 42px;
}

h5,
h5.title5,
.title5 {
  font-size: 1.2em;
}

h6,
h6.title6,
.title6,
p.title6 {
  font-size: 1em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

p {
  margin-bottom: 24px;
  margin-top: 0;
}

p.p-big {
  font-size: 1.1em;
}

@media (min-width: 768px) {
  p.p-big {
    font-size: 1.2em;
  }
}

p.p-small {
  font-size: 0.8em;
  line-height: 26px;
}

.btn,
a.btn {
  padding: 24px 70px 36px 24px;
  background-color: #28A138;
  color: #fff;
  font-weight: 300;
  font-size: 0.8em;
  line-height: 26px;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
  white-space: nowrap;
}

.btn:focus, .btn:active, .btn:visited,
a.btn:focus,
a.btn:active,
a.btn:visited {
  color: #fff;
}

.btn::before,
a.btn::before {
  content: "";
  width: calc(100% - 48px);
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 24px;
}

.btn::after,
a.btn::after {
  content: url(//lead-cnc.pl/wp-content/themes/v-slot/images/icons/arrow-down.svg);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  position: absolute;
  right: 24px;
}

.btn:hover,
a.btn:hover {
  background-color: #0B7A19;
  color: #fff;
}

.btn.btn--white,
a.btn.btn--white {
  background-color: #fff;
  color: #383731;
}

.btn.btn--white::before,
a.btn.btn--white::before {
  background-color: #383731;
}

.btn.btn--white::after,
a.btn.btn--white::after {
  -webkit-filter: none;
          filter: none;
}

.btn.btn--white:hover,
a.btn.btn--white:hover {
  background-color: #CECECE;
}

.btn.btn--transparent,
a.btn.btn--transparent {
  background-color: transparent;
  padding-top: 0;
  padding-left: 0;
  padding-right: 50px;
}

.btn.btn--transparent::before,
a.btn.btn--transparent::before {
  width: calc(100% - 20px);
}

.btn.btn--arrow-right::after,
a.btn.btn--arrow-right::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

a {
  color: inherit;
  text-decoration: none;
  color: #28A138;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover {
  color: #28A138;
}

a:visited, a:active {
  color: #28A138;
}

.img-arrow {
  position: relative;
}

.img-arrow .img-points::before {
  border-color: #CECECE;
  border-width: 1px;
  position: absolute;
  border-top-style: solid;
  border-left-style: solid;
  z-index: 2;
}

@media (min-width: 992px) {
  .img-arrow .img-points::before {
    content: "";
  }
}

.img-arrow.img-arrow--left .img-points::before {
  height: 340px;
  width: 119px;
  top: 30px;
  left: 0;
}

.img-arrow.img-arrow--right .img-points::before {
  height: 119px;
  width: 340px;
  top: -140px;
  right: -50px;
}

ul {
  padding: 0 0 0 23px;
  margin: 0;
}

ul.list-icons {
  padding: 0 0 0 38px;
  list-style: none;
  font-size: 0.8em;
}

ul.list-icons li {
  position: relative;
  margin-bottom: 12px;
}

ul.list-icons li::before {
  content: url(//lead-cnc.pl/wp-content/themes/v-slot/images/icons/list-icon.svg);
  height: 24px;
  position: absolute;
  left: -38px;
}

.hr,
hr.hr {
  width: 100%;
  border: none;
  height: 1px;
  background-color: #383731;
  margin: 24px 0 24px;
}

.hr .hr--white,
hr.hr .hr--white {
  background-color: #fff;
}

.section-bg {
  background-color: #F9F9F9;
}

.title-block-center {
  text-align: center;
  max-width: 808px;
  margin-left: auto;
  margin-right: auto;
}

.slb_details {
  display: none;
}

@media (min-width: 992px) {
  .main-navigation .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 15px;
  }
  .main-navigation .sub-menu li {
    margin-left: 0 !important;
    padding: 19px 20px;
    background-color: black;
  }
}

.block-icon-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.block-icon-section .block-icon {
  padding: 40px 35px 30px;
  display: inline-block;
  background-color: #383731;
  width: 100%;
  color: #fff;
}

@media (min-width: 768px) {
  .block-icon-section .block-icon {
    padding: 70px 68px;
  }
}

@media (min-width: 992px) {
  .block-icon-section .block-icon {
    width: 33.33%;
  }
}

.block-icon-section .block-icon img {
  height: 36px;
  width: auto;
  margin-bottom: 30px;
}

.block-icon-section .block-icon.block-icon--dark {
  background-color: #1B1A17;
}

.img-points {
  position: relative;
}

.img-points img {
  max-width: 100%;
}

.img-points .img-points--circle {
  background-color: #CECECE;
  position: absolute;
  border-radius: 100%;
  height: 48px;
  width: 48px;
  top: 20%;
  left: 20%;
}

.img-points .img-points--circle .img-points--icon {
  padding: 16px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}

.img-points .img-points--circle .img-points--icon span {
  background-color: #57564F;
  display: block;
  position: absolute;
}

.img-points .img-points--circle .img-points--icon span:nth-child(1) {
  width: 16px;
  height: 2px;
}

.img-points .img-points--circle .img-points--icon span:nth-child(2) {
  width: 2px;
  height: 16px;
}

.img-points .img-points--circle.active {
  background-color: #28A138;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.img-points .img-points--circle.active span {
  background-color: #fff;
}

.img-points .img-points-magnifier-container {
  position: relative;
}

.img-points .img-points-magnifier-container .img-points-magnifier-glass {
  position: absolute;
  cursor: none;
  -webkit-box-shadow: 0px 4px 55px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 55px rgba(0, 0, 0, 0.15);
  width: 294px;
  height: 209px;
  display: none;
}

@media (min-width: 992px) {
  .img-points .img-points-magnifier-container .img-points-magnifier-glass {
    display: none;
  }
}

.img-block {
  width: 100%;
  padding: 194px 0 144px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.img-block.img-block--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.img-block .img-block--img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.img-block .img-block--block {
  padding: 32px;
  background-color: #F9F9F9;
  display: inline-block;
  position: relative;
  z-index: 2;
  width: 100%;
}

@media (min-width: 768px) {
  .img-block .img-block--block {
    padding: 64px;
    width: 576px;
  }
}

.img-block .img-block--block .title2,
.img-block .img-block--block p {
  margin-bottom: 48px;
}

.header {
  background-color: #1B1A17;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.header .container {
  z-index: 2;
  position: relative;
  padding: 0 0 40px;
}

.header .container::before {
  content: "";
  background-image: url(//lead-cnc.pl/wp-content/themes/v-slot/images/homepage/header.png);
  background-size: cover;
  position: absolute;
  background-repeat: no-repeat;
  width: 100%;
  height: calc(100% - 90px);
  top: 0;
}

@media (min-width: 992px) {
  .header .container::before {
    width: calc(100% + 70px);
    left: -50px;
  }
}

@media (min-width: 768px) {
  .header .container {
    padding: 35px 0 90px;
  }
}

@media (min-width: 992px) {
  .header .container {
    padding: 217px 0 164px;
  }
}

.header .container .header--title {
  width: 80%;
  margin-left: 40px;
  z-index: 2;
  position: relative;
}

@media (min-width: 992px) {
  .header .container .header--title {
    width: 50%;
    margin-left: 60px;
  }
}

@media (min-width: 1200px) {
  .header .container .header--title {
    width: 480px;
  }
}

.header .container .header--title .title1 ~ p {
  font-size: 1.1em;
}

@media (min-width: 992px) {
  .header .container .header--title .title1 ~ p {
    font-size: 1.37em;
  }
}

.header .header--btn {
  margin-top: 48px;
}

@media (max-width: 575px) {
  .header .container .header--title {
    padding-top: 65px !important;
  }
}

.site-footer {
  padding: 30px 0 0;
  background-color: #F9F9F9;
}

@media (min-width: 992px) {
  .site-footer {
    padding: 88px 0 0;
  }
}

.site-footer .footer--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.site-footer .footer--items .footer--text {
  width: 100%;
}

@media (min-width: 992px) {
  .site-footer .footer--items .footer--text {
    width: 45%;
    padding-right: 90px;
  }
}

.site-footer .footer--items .footer--text a {
  color: inherit;
}

.site-footer .footer--items .footer--text p {
  margin: 0 0 12px;
}

.site-footer .footer--items .footer--text p.margin-0 {
  margin: 0;
}

.site-footer .footer--items .footer--text p.margin-b {
  margin: 0 0 36px;
}

.site-footer .footer--items .footer--form {
  width: 100%;
  margin-top: 50px;
}

@media (min-width: 992px) {
  .site-footer .footer--items .footer--form {
    width: 50%;
    margin-top: 0;
  }
}

.site-footer .footer--items .footer--form p {
  margin: 0 0 12px;
}

.site-footer .footer--items .footer--form .form-label {
  width: 100%;
  display: inline-block;
}

@media (min-width: 992px) {
  .site-footer .footer--items .footer--form .form-label {
    width: calc(50% - 14.5px);
  }
}

.site-footer .footer--items .footer--form .form-label.form-label-full {
  width: 100%;
}

.site-footer .footer--items .footer--form .form-label > span,
.site-footer .footer--items .footer--form .form-label input {
  width: 100%;
}

@media (min-width: 992px) {
  .site-footer .footer--items .footer--form .form-label:nth-of-type(2) {
    margin-left: 29px;
  }
}

.site-footer .footer--items .footer--form input[type='text'],
.site-footer .footer--items .footer--form input[type='email'],
.site-footer .footer--items .footer--form input[type='tel'],
.site-footer .footer--items .footer--form textarea {
  background-color: #fff;
  padding: 12px 24px;
  border: none;
  outline: none;
  margin-bottom: 24px;
}

.site-footer .footer--items .footer--form input[type='text']::-webkit-input-placeholder,
.site-footer .footer--items .footer--form input[type='email']::-webkit-input-placeholder,
.site-footer .footer--items .footer--form input[type='tel']::-webkit-input-placeholder,
.site-footer .footer--items .footer--form textarea::-webkit-input-placeholder {
  color: #57564F;
}

.site-footer .footer--items .footer--form input[type='text']:-ms-input-placeholder,
.site-footer .footer--items .footer--form input[type='email']:-ms-input-placeholder,
.site-footer .footer--items .footer--form input[type='tel']:-ms-input-placeholder,
.site-footer .footer--items .footer--form textarea:-ms-input-placeholder {
  color: #57564F;
}

.site-footer .footer--items .footer--form input[type='text']::-ms-input-placeholder,
.site-footer .footer--items .footer--form input[type='email']::-ms-input-placeholder,
.site-footer .footer--items .footer--form input[type='tel']::-ms-input-placeholder,
.site-footer .footer--items .footer--form textarea::-ms-input-placeholder {
  color: #57564F;
}

.site-footer .footer--items .footer--form input[type='text']::placeholder,
.site-footer .footer--items .footer--form input[type='email']::placeholder,
.site-footer .footer--items .footer--form input[type='tel']::placeholder,
.site-footer .footer--items .footer--form textarea::placeholder {
  color: #57564F;
}

.site-footer .footer--items .footer--form textarea {
  min-width: 100%;
  max-width: 100%;
  height: 47px;
  min-height: 47px;
  max-height: 200px;
}

.site-footer .footer--items .footer--form textarea::-webkit-scrollbar {
  width: 5px;
}

.site-footer .footer--items .footer--form textarea::-webkit-scrollbar-track {
  background: transparent;
}

.site-footer .footer--items .footer--form textarea::-webkit-scrollbar-thumb {
  background: #CECECE;
  border-radius: 5px;
}

.site-footer .footer--items .footer--form textarea::-webkit-scrollbar-thumb:hover {
  background: #ABABAB;
}

.site-footer .footer--items .footer--form .wpcf7-list-item {
  margin: 0;
}

.site-footer .footer--items .footer--form .form-checkbox label {
  position: relative;
}

.site-footer .footer--items .footer--form .form-checkbox label input[type="checkbox"] {
  display: none;
}

.site-footer .footer--items .footer--form .form-checkbox label input[type="checkbox"] ~ span {
  display: block;
  font-size: 12px;
  line-height: 18px;
  padding-left: 35px;
}

@media (min-width: 768px) {
  .site-footer .footer--items .footer--form .form-checkbox label input[type="checkbox"] ~ span {
    padding-left: 66px;
  }
}

.site-footer .footer--items .footer--form .form-checkbox label input[type="checkbox"] ~ span::before {
  content: "";
  border: 1px solid #383731;
  border-radius: 0;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 5px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: bold;
}

.site-footer .footer--items .footer--form .form-checkbox label input[type="checkbox"]:checked ~ span::before {
  content: "\2713";
}

.site-footer .footer--items .footer--form input[type="submit"].wpcf7-submit {
  background-color: #1B1A17;
  padding: 12px 24px;
  color: #fff;
  border: none;
  width: 100%;
  margin-top: 36px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.site-footer .footer--items .footer--form input[type="submit"].wpcf7-submit:hover {
  background-color: #383731;
}

.site-footer .footer--bottom {
  background-color: #1B1A17;
  color: #fff;
  margin-top: 50px;
  padding-top: 31px;
}

@media (min-width: 992px) {
  .site-footer .footer--bottom {
    margin-top: 84px;
  }
}

.site-footer .footer--bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.site-footer .footer--bottom .container .footer--logo {
  width: 216px;
  margin: 0 auto 30px;
}

@media (min-width: 992px) {
  .site-footer .footer--bottom .container .footer--logo {
    width: 15%;
    margin: unset;
  }
}

.site-footer .footer--bottom .container .footer--nav {
  width: 100%;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .site-footer .footer--bottom .container .footer--nav {
    width: 67%;
    margin-bottom: unset;
  }
}

.site-footer .footer--bottom .container .footer--nav .menu-footer-menu-container {
  height: 100%;
}

.site-footer .footer--bottom .container .footer--nav ul {
  height: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
}

.site-footer .footer--bottom .container .footer--nav ul li {
  margin: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
  width: 100%;
}

@media (min-width: 992px) {
  .site-footer .footer--bottom .container .footer--nav ul li {
    width: auto;
    margin-bottom: unset;
  }
}

.site-footer .footer--bottom .container .footer--nav ul li a {
  font-size: 0.8em;
  color: #fff;
}

.site-footer .footer--bottom .container .footer--nav ul li a:hover {
  color: #28A138;
}

.site-footer .footer--bottom .container .footer--socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 992px) {
  .site-footer .footer--bottom .container .footer--socials {
    width: 18%;
  }
}

.site-footer .footer--bottom .container .footer--socials ul.footer--socialsList {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 0;
}

.site-footer .footer--bottom .container .footer--socials ul.footer--socialsList li {
  padding-top: 5px;
  margin: 0 5px;
}

@media (min-width: 992px) {
  .site-footer .footer--bottom .container .footer--socials ul.footer--socialsList li {
    margin: 0 5px;
  }
}

.site-footer .footer--bottom .container .footer--socials ul.footer--socialsList li svg {
  font-size: 30px;
}

.site-footer .footer--bottom .container .footer--socials ul.footer--socialsList li a {
  padding: 0;
}

.site-footer .footer--bottom .container .footer--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) {
  .site-footer .footer--bottom .container .footer--info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.site-footer .footer--bottom .container .footer--info p, .site-footer .footer--bottom .container .footer--info a {
  font-size: 0.8em;
  font-weight: 400;
}

.site-footer .footer--bottom .container .footer--info .footer--links {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 992px) {
  .site-footer .footer--bottom .container .footer--info .footer--links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.site-footer .footer--bottom .container .footer--info .footer-tel-icon,
.site-footer .footer--bottom .container .footer--info .footer-mail-icon {
  position: relative;
  margin: 15px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-footer .footer--bottom .container .footer--info .footer-tel-icon::before,
.site-footer .footer--bottom .container .footer--info .footer-mail-icon::before {
  content: url(//lead-cnc.pl/wp-content/themes/v-slot/images/icons/phone.svg);
  margin-right: 14px;
  margin-bottom: -5px;
}

@media (min-width: 992px) {
  .site-footer .footer--bottom .container .footer--info .footer-tel-icon,
  .site-footer .footer--bottom .container .footer--info .footer-mail-icon {
    margin: 0 0 0 34px;
  }
}

.site-footer .footer--bottom .container .footer--info .footer-tel-icon a,
.site-footer .footer--bottom .container .footer--info .footer-mail-icon a {
  font-size: 16px;
  color: #fff;
}

.site-footer .footer--bottom .container .footer--info .footer-mail-icon::before {
  content: url(//lead-cnc.pl/wp-content/themes/v-slot/images/icons/mail.svg);
}

.site-footer .footer--bottom .container .footer--info .footer--address {
  width: 100%;
  text-align: center;
}

@media (min-width: 992px) {
  .site-footer .footer--bottom .container .footer--info .footer--address {
    width: 35%;
    text-align: left;
  }
}

.main-navigation {
  background-color: #1B1A17;
  position: relative;
}

.main-navigation .menu-toggle {
  background-color: transparent;
  border: none;
  outline: none;
  width: 50px;
  height: 50px;
  padding: 0;
  position: absolute;
  right: 25px;
  top: 35px;
  display: block;
  z-index: 9999;
  cursor: pointer;
}

@media (min-width: 992px) {
  .main-navigation .menu-toggle {
    display: none;
  }
}

.main-navigation .menu-toggle p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
}

.main-navigation .menu-toggle span {
  width: 35px;
  height: 2px;
  display: block;
  background-color: #fff;
}

.main-navigation .menu-toggle span.left-center, .main-navigation .menu-toggle span.right-center {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.main-navigation .menu-primary-menu-container {
  -webkit-transform: translateY(-100vh);
          transform: translateY(-100vh);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.38);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 110px 0 55px;
  z-index: 99;
  background-color: #1B1A17;
}

@media (min-width: 992px) {
  .main-navigation .menu-primary-menu-container {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    position: static;
    width: auto;
    padding: 0;
    background-color: transparent;
    border-bottom: none;
  }
}

.main-navigation.toggled .menu-primary-menu-container {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.main-navigation.toggled .menu-primary-menu-container .nav-menu {
  opacity: 1;
  -webkit-transition: all 2s;
  transition: all 2s;
}

.main-navigation.toggled .menu-toggle span.left-center {
  opacity: 0;
  -webkit-transform: translate(-10px, 0px);
          transform: translate(-10px, 0px);
}

.main-navigation.toggled .menu-toggle span.right-center {
  opacity: 0;
  -webkit-transform: translate(10px, 0px);
          transform: translate(10px, 0px);
}

.main-navigation.toggled .menu-toggle span.left-top {
  -webkit-transform: translate(3.5px, 3.5px) rotate(45deg);
          transform: translate(3.5px, 3.5px) rotate(45deg);
}

.main-navigation.toggled .menu-toggle span.right-top {
  -webkit-transform: translate(-3.5px, 3.5px) rotate(-45deg);
          transform: translate(-3.5px, 3.5px) rotate(-45deg);
}

.main-navigation.toggled .menu-toggle span.left-bottom {
  -webkit-transform: translate(3.5px, -3.5px) rotate(-45deg);
          transform: translate(3.5px, -3.5px) rotate(-45deg);
}

.main-navigation.toggled .menu-toggle span.right-bottom {
  -webkit-transform: translate(-3.5px, -3.5px) rotate(45deg);
          transform: translate(-3.5px, -3.5px) rotate(45deg);
}

.main-navigation .nav-menu {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}

@media (min-width: 992px) {
  .main-navigation .nav-menu {
    opacity: 1;
  }
}

.main-navigation .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.38);
}

.main-navigation .container ul.nav-menu, .main-navigation .container ul.menu {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-navigation .container ul.nav-menu li.menu-item, .main-navigation .container ul.menu li.menu-item {
  margin-left: 45px;
  position: relative;
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .main-navigation .container ul.nav-menu li.menu-item, .main-navigation .container ul.menu li.menu-item {
    margin-bottom: unset;
  }
}

.main-navigation .container ul.nav-menu li.menu-item a, .main-navigation .container ul.menu li.menu-item a {
  color: #fff;
  -webkit-transition: none;
  transition: none;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.main-navigation .container ul.nav-menu li.menu-item a:hover, .main-navigation .container ul.menu li.menu-item a:hover {
  color: #28A138;
}

.main-navigation .container ul.nav-menu li.menu-item.current_page_item, .main-navigation .container ul.menu li.menu-item.current_page_item {
  font-weight: 800;
}

.main-navigation .container ul.nav-menu li.menu-item.current_page_item::after, .main-navigation .container ul.menu li.menu-item.current_page_item::after {
  position: absolute;
  left: 0;
  bottom: -50px;
  height: 1px;
  width: 100%;
  background-color: #fff;
  z-index: 2;
}

@media (min-width: 992px) {
  .main-navigation .container ul.nav-menu li.menu-item.current_page_item::after, .main-navigation .container ul.menu li.menu-item.current_page_item::after {
    content: "";
    display: none;
  }
}

.about-cnc {
  background-color: #F9F9F9;
}

.about-cnc .container {
  z-index: 2;
  position: relative;
}

.about-cnc.about-cnc-top {
  padding: 90px 0 0;
  position: relative;
  background-color: #fff;
}

@media (min-width: 992px) {
  .about-cnc.about-cnc-top {
    padding: 157px 0 0;
  }
}

.about-cnc.about-cnc-top::before {
  content: url(//lead-cnc.pl/wp-content/themes/v-slot/images/icons/bg-icon.svg);
  height: 527px;
  width: 526px;
  position: absolute;
  z-index: -1;
  left: -65px;
  top: 119px;
  z-index: 1;
}

.about-cnc > .title2 {
  width: 250px;
  margin-left: 60px;
}

.about-cnc .about-cnc--txt {
  font-size: 1.2em;
  padding: 10px 0px 60px;
}

@media (min-width: 768px) {
  .about-cnc .about-cnc--txt {
    font-size: 1.7em;
    padding: 10px 60px 60px;
  }
}

.about-cnc .about-cnc--items .about-cnc--item {
  width: 100%;
}

.about-cnc .about-cnc--items .about-cnc--item.about-cnc--title {
  width: 100%;
  padding: 60px 0px 20px;
  position: relative;
}

.about-cnc .about-cnc--items .about-cnc--item.about-cnc--title p {
  left: 168px;
}

@media (min-width: 992px) {
  .about-cnc .about-cnc--items .about-cnc--item.about-cnc--title p {
    position: absolute;
  }
}

@media (min-width: 992px) {
  .about-cnc .about-cnc--items .about-cnc--item.about-cnc--title {
    width: 66.6%;
    padding: 112px 68px 20px;
  }
}

@media (min-width: 992px) {
  .about-cnc .about-cnc--items .about-cnc--item {
    width: 33.33%;
  }
}

.about-cnc .about-cnc--img {
  margin-top: 100px;
  position: relative;
}

@media (min-width: 992px) {
  .about-cnc .about-cnc--img {
    margin-top: 296px;
  }
}

.about-cnc .about-cnc--img .title2 {
  margin-bottom: 18px;
}

.about-cnc .about-cnc--img .img-points {
  z-index: 3;
  position: relative;
}

@media (min-width: 992px) {
  .about-cnc .about-cnc--img .img-points {
    padding-left: 94px;
    padding-right: 160px;
  }
}

.about-cnc .about-cnc--img .about-cnc--img-title {
  width: 100%;
  display: inline-block;
  margin-bottom: 100px;
  margin-top: 59px;
}

@media (min-width: 992px) {
  .about-cnc .about-cnc--img .about-cnc--img-title {
    width: 55%;
    padding-right: 88px;
    margin-bottom: 187px;
  }
}

.about-cnc .about-cnc--img .about-cnc--img-title p {
  margin: 0;
}

.about-cnc .about-cnc--img .about-cnc--img-block {
  background-color: #fff;
  display: inline-block;
  padding: 32px;
  width: 100%;
  bottom: 123px;
  z-index: 0;
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .about-cnc .about-cnc--img .about-cnc--img-block {
    padding: 64px;
  }
}

@media (min-width: 992px) {
  .about-cnc .about-cnc--img .about-cnc--img-block {
    width: 44.5%;
    margin-right: 0;
    position: absolute;
    padding: 225px 64px 64px;
    margin-bottom: 0;
  }
}

.about-cnc .about-cnc--img .about-cnc--img-block .title2 {
  font-size: 3em;
}

.about-cnc .about-cnc--img .about-cnc--img-block .title2 ~ p {
  margin-bottom: 24px;
  font-size: 1.25em;
}

.about-cnc .about-cnc--img .about-cnc--img-block p {
  margin: 0;
}

.home-product {
  padding: 112px 0 90px;
}

.home-product .home-product--title {
  width: 100%;
}

@media (min-width: 992px) {
  .home-product .home-product--title {
    width: 450px;
    margin-left: 25%;
  }
}

@media (min-width: 992px) {
  .home-product .home-product--title2 {
    padding-left: 100px;
    margin-left: 25%;
    width: 708px;
  }
}

.home-product .home-product--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}

@media (min-width: 992px) {
  .home-product .home-product--items {
    margin-top: 132px;
  }
}

.home-product .home-product--items .home-product--img {
  width: 100%;
  padding-right: 50px;
  margin-top: 0;
}

@media (min-width: 992px) {
  .home-product .home-product--items .home-product--img {
    margin-top: 140px;
  }
}

@media (min-width: 992px) {
  .home-product .home-product--items .home-product--img {
    width: 65%;
  }
}

.home-product .home-product--items .home-product--txt {
  width: 100%;
}

@media (min-width: 992px) {
  .home-product .home-product--items .home-product--txt {
    width: 35%;
  }
}

.home-product .home-product--items .home-product--txt .title4 {
  margin-bottom: 0;
}

.home-product .home-product--items .home-product--txt p.home-product--smallTitle,
.home-product .home-product--items .home-product--txt .home-product--smallTitle {
  font-size: 0.8em;
}

.extra-sec {
  margin-top: 50px;
}

.extra-sec .home-product-table {
  margin-top: 50px;
  width: 100%;
  border-collapse: collapse;
  /*responsive*/
}

.extra-sec .home-product-table td,
.extra-sec .home-product-table th {
  padding: 12px 15px;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 16px;
  vertical-align: center;
}

.extra-sec .home-product-table th {
  background-color: darkblue;
  color: #ffffff;
}

.extra-sec .home-product-table tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

.extra-sec .home-product-table p {
  margin-bottom: 0;
}

@media (max-width: 500px) {
  .extra-sec .home-product-table thead {
    display: none;
  }
  .extra-sec .home-product-table tbody,
  .extra-sec .home-product-table tr,
  .extra-sec .home-product-table td {
    display: block;
    width: 100%;
  }
  .extra-sec .home-product-table tr {
    margin-bottom: 15px;
  }
  .extra-sec .home-product-table td {
    text-align: center;
    position: relative;
  }
  .extra-sec .home-product-table p {
    text-align: center;
  }
  .extra-sec .home-product-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    width: 50%;
    padding-left: 15px;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
  }
}

.compare {
  text-align: center;
  color: #fff;
  padding: 116px 0 63px;
  background-color: #1B1A17;
  position: relative;
  color: #fff;
}

.compare .dark-bg {
  opacity: 0.33;
  mix-blend-mode: multiply;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.compare .dark-bg {
  background-image: url(//lead-cnc.pl/wp-content/themes/v-slot/images/homepage/compare.png);
}

.compare .container {
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .compare .compare--title {
    width: 500px;
    margin: auto;
  }
}

.compare .compare--blocks {
  margin-top: 94px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.compare .compare--blocks .compare--block {
  border: 1px solid #fff;
  width: 100%;
  padding: 30px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .compare .compare--blocks .compare--block {
    width: calc(33.33% - 19px);
    padding: 40px;
  }
}

@media (min-width: 1200px) {
  .compare .compare--blocks .compare--block {
    padding: 64px 64px 30px;
  }
}

.compare .compare--blocks .compare--block hr.hr {
  background-color: #fff;
}

.compare .compare--blocks .compare--block .compare--icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.compare .compare--blocks .compare--block .compare--icons .compare--icon {
  width: 50%;
}

.compare .compare--blocks .compare--block .compare--icons .compare--icon img {
  -webkit-filter: invert(1) brightness(1);
          filter: invert(1) brightness(1);
}

.compare .compare--blocks .compare--block.compare--blockWhite {
  background-color: #fff;
  color: #383731;
  padding: 30px;
}

@media (min-width: 992px) {
  .compare .compare--blocks .compare--block.compare--blockWhite {
    width: calc(33.33% - 19px);
    padding: 40px;
  }
}

@media (min-width: 1200px) {
  .compare .compare--blocks .compare--block.compare--blockWhite {
    padding: 64px;
  }
}

.compare .compare--blocks .compare--block.compare--blockWhite hr.hr {
  background-color: #383731;
}

.compare .compare--blocks .compare--block.compare--blockWhite .compare--icons .compare--icon img {
  -webkit-filter: none;
          filter: none;
}

.slider {
  padding: 98px 0 84px;
}

.slider .slider--title {
  text-align: center;
}

@media (min-width: 992px) {
  .slider .slider--title {
    text-align: left;
    width: 808px;
    padding-left: 70px;
  }
}

.slider .wp-block-gallery.slider-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.slider .wp-block-gallery.slider-gallery figure.wp-block-image {
  width: 576px !important;
  height: 367px !important;
}

@media (min-width: 992px) {
  .slider .tns-ovh {
    width: calc(100% + 335px);
  }
}

.slider #tns1-iw {
  margin-left: 0;
}

.slider .tns-inner .wp-block-gallery .wp-block-image {
  -webkit-transition: -webkit-filter 0.5s;
  transition: -webkit-filter 0.5s;
  transition: filter 0.5s;
  transition: filter 0.5s, -webkit-filter 0.5s;
}

.slider .tns-inner .wp-block-gallery .wp-block-image:hover {
  -webkit-filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.2));
}

.slider .slider--images .slider--imagesItems {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.slider .slider--images .slider--imagesItems .slider--img {
  width: 576px;
  height: 367px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 24px;
}

.slider .slider--images .slider--line {
  height: 1px;
  width: 55%;
  background-color: #ABABAB;
  margin: 66px 0 0 auto;
}

.slider .slider--images .slider--arrows {
  text-align: right;
  margin-top: 25px;
}

.slider .slider--images .slider--arrows .slider--arrowLeft,
.slider .slider--images .slider--arrows .slider--arrowRight {
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.slider .slider--images .slider--arrows .slider--arrowLeft:hover,
.slider .slider--images .slider--arrows .slider--arrowRight:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.slider .slider--images .slider--arrows .slider--arrowLeft[disabled],
.slider .slider--images .slider--arrows .slider--arrowRight[disabled] {
  opacity: 0.3;
}

.slider .slider--images .slider--arrows .slider--arrowLeft img,
.slider .slider--images .slider--arrows .slider--arrowRight img {
  height: 25px;
}

.slider .slider--images .slider--arrows .slider--arrowLeft img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.slider .slider--images .slider--arrows .slider--arrowRight img {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.section-img-block {
  padding: 60px 0 60px;
  background-color: #F9F9F9;
}

@media (min-width: 768px) {
  .section-img-block {
    padding: 116px 0 116px;
  }
}

.meet-us {
  padding: 87px 0 85px;
  position: relative;
}

.meet-us::before {
  content: "";
  width: 100%;
  height: 252px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #F9F9F9;
  z-index: -1;
}

.meet-us .meet--title {
  display: inline-block;
  width: 100%;
}

.meet-us .meet--title .title4 {
  line-height: 42px;
}

@media (min-width: 992px) {
  .meet-us .meet--title {
    margin-right: 100px;
    width: 600px;
  }
}

.meet-us .meet--logos {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  margin-left: auto;
  margin-bottom: 89px;
}

@media (min-width: 992px) {
  .meet-us .meet--logos {
    width: 50%;
  }
}

.meet-us .meet--logos .meet--logo {
  width: 50%;
  border: 1px solid #CECECE;
  padding: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.meet-us .meet--items {
  background-color: #1B1A17;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.meet-us .meet--items .meet--text {
  width: 100%;
  padding: 32px;
  border-right: 1px solid #57564F;
}

@media (min-width: 992px) {
  .meet-us .meet--items .meet--text {
    width: 30%;
    padding: 86px 50px 86px 64px;
  }
}

.meet-us .meet--items .meet--text .title6 {
  margin-bottom: 12px;
}

.meet-us .meet--items .meet--text .title3 {
  margin-bottom: 48px;
}

.meet-us .meet--items .meet--video {
  width: 100%;
  min-height: 500px;
}

@media (min-width: 992px) {
  .meet-us .meet--items .meet--video {
    width: 70%;
  }
}

.meet-us .meet--items .meet--video iframe {
  width: 100%;
  height: 100%;
}

.site-page {
  padding: 70px 0 90px;
}

.subpage-header {
  padding: 123px 0 121px;
}

.subpage-header .container {
  position: relative;
}

@media (min-width: 1200px) {
  .subpage-header .container {
    padding-bottom: 480px;
  }
}

@media (min-width: 1200px) {
  .subpage-header .container .img-points-magnifier-container {
    width: 75%;
  }
}

.subpage-header .subpage-header--text {
  width: 100%;
  padding: 32px;
}

@media (min-width: 1200px) {
  .subpage-header .subpage-header--text {
    width: 600px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 64px;
  }
}

.subpage-text {
  padding: 80px 0 30px;
}

@media (min-width: 992px) {
  .subpage-text {
    padding: 104px 0 137px;
  }
}

.subpage-text .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.subpage-text .subpage-text--item {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .subpage-text .subpage-text--item {
    width: 50%;
  }
}

.subpage-text .subpage-text--item.subpage-text--order2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (min-width: 992px) {
  .subpage-text .subpage-text--item.subpage-text--order2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.subpage-text .subpage-text--item.subpage-text--item-text {
  padding: 32px;
}

@media (min-width: 992px) {
  .subpage-text .subpage-text--item.subpage-text--item-text {
    padding: 64px;
  }
}

.subpage-text .subpage-text--item.subpage-text--item-img img {
  width: 100%;
  height: 100%;
  max-height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .subpage-text .subpage-text--item.subpage-text--item-img img {
    max-height: 580px;
  }
}

.subpage-specification {
  text-align: center;
  padding: 81px 0 119px;
}

.subpage-specification .title2 ~ p {
  max-width: 808px;
  margin: auto;
}

.subpage-specification .subpage-specification--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 35px 0 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 992px) {
  .subpage-specification .subpage-specification--items {
    margin: 64px 0 100px;
  }
}

.subpage-specification .subpage-specification--items .subpage-specification--item {
  border: 1px solid #000000;
  color: #383731;
  padding: 10px 10px;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #fff;
}

@media (min-width: 768px) {
  .subpage-specification .subpage-specification--items .subpage-specification--item {
    padding: 32px 48px;
    margin: 0 12px;
  }
}

.subpage-specification .subpage-specification--items .subpage-specification--item:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.subpage-specification .subpage-specification--items .subpage-specification--item.active {
  background-color: #000;
  color: #fff;
}

.subpage-specification .subpage-specification--product .subpage-specification--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.subpage-specification .subpage-specification--product .subpage-specification--wrapper .subpage-specification--img {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subpage-specification .subpage-specification--product .subpage-specification--wrapper .subpage-specification--img::before {
  height: 117px;
  width: 240px;
  position: absolute;
  right: 15px;
  top: 20px;
  border-top: 1px solid #CECECE;
  border-left: 1px solid #CECECE;
}

@media (min-width: 992px) {
  .subpage-specification .subpage-specification--product .subpage-specification--wrapper .subpage-specification--img::before {
    content: "";
  }
}

@media (min-width: 992px) {
  .subpage-specification .subpage-specification--product .subpage-specification--wrapper .subpage-specification--img {
    width: 40%;
  }
}

@media (min-width: 992px) {
  .subpage-specification .subpage-specification--product .subpage-specification--wrapper .subpage-specification--img img {
    width: 462px;
  }
}

.subpage-specification .subpage-specification--product .subpage-specification--wrapper .subpage-specification--text {
  display: none;
  width: 100%;
  text-align: left;
  margin-top: 30px;
}

@media (min-width: 992px) {
  .subpage-specification .subpage-specification--product .subpage-specification--wrapper .subpage-specification--text {
    width: 100%;
    padding-left: 80px;
    margin-top: 0;
  }
}

.subpage-specification .subpage-specification--product .subpage-specification--wrapper .subpage-specification--text.active {
  display: block;
}

@media (min-width: 992px) {
  .subpage-specification .subpage-specification--product .subpage-specification--wrapper .subpage-specification--text.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .subpage-specification .subpage-specification--product .subpage-specification--wrapper .subpage-specification--text.active .subpage-specification-right {
    width: 60%;
  }
}

.subpage-technical {
  color: #fff;
  position: relative;
  background-color: #1B1A17;
  padding: 76px 0 60px;
  background-color: #1B1A17;
  position: relative;
  color: #fff;
}

.subpage-technical .dark-bg {
  opacity: 0.33;
  mix-blend-mode: multiply;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.subpage-technical .dark-bg {
  background-image: url(//lead-cnc.pl/wp-content/themes/v-slot/images/homepage/compare.png);
}

.subpage-technical .subpage-technical--title {
  text-align: left;
}

.subpage-technical .subpage-technical--items .subpage-technical--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 0;
  border-bottom: 1px solid #ABABAB;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}

.subpage-technical .subpage-technical--items .subpage-technical--item:last-of-type {
  border-bottom: none;
}

@media (min-width: 992px) {
  .subpage-technical .subpage-technical--items .subpage-technical--item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
}

.subpage-technical .subpage-technical--items .subpage-technical--item .subpage-technical--item-title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .subpage-technical .subpage-technical--items .subpage-technical--item .subpage-technical--item-title {
    width: 300px;
    margin-bottom: unset;
  }
}

.subpage-technical .subpage-technical--items .subpage-technical--item .subpage-technical--item-content {
  font-size: 0.8em;
  line-height: 26px;
}

.subpage-technical .subpage-technical--items .subpage-technical--item .subpage-technical--item-content .plus,
.subpage-technical .subpage-technical--items .subpage-technical--item .subpage-technical--item-content .minus {
  font-weight: 700;
}

.subpage-technical .subpage-technical--items .subpage-technical--item .subpage-technical--item-content .plus::before,
.subpage-technical .subpage-technical--items .subpage-technical--item .subpage-technical--item-content .minus::before {
  width: 20px;
  height: 20px;
  margin-right: 18px;
  vertical-align: middle;
}

.subpage-technical .subpage-technical--items .subpage-technical--item .subpage-technical--item-content .plus::before {
  content: url(//lead-cnc.pl/wp-content/themes/v-slot/images/icons/plus.svg);
}

.subpage-technical .subpage-technical--items .subpage-technical--item .subpage-technical--item-content .minus::before {
  content: url(//lead-cnc.pl/wp-content/themes/v-slot/images/icons/minus.svg);
}

.subpage-products .subpage-products--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}

.subpage-products .subpage-products--items .subpage-products--item {
  position: relative;
  width: 100%;
  padding: 32px;
}

.subpage-products .subpage-products--items .subpage-products--item::before {
  content: "";
  width: 117px;
  height: 297px;
  border-top: 1px solid #CECECE;
  border-left: 1px solid #CECECE;
  position: absolute;
  top: 55px;
  left: 0;
}

@media (min-width: 1200px) {
  .subpage-products .subpage-products--items .subpage-products--item {
    padding: 40px;
    width: 33%;
  }
}

.subpage-products .subpage-products--items .subpage-products--item .subpage-products--img {
  margin-bottom: 30px;
}

.subpage-order {
  background-color: #1B1A17;
  position: relative;
  color: #fff;
  text-align: center;
  padding: 101px 0 103px;
}

.subpage-order .dark-bg {
  opacity: 0.33;
  mix-blend-mode: multiply;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.subpage-order .dark-bg {
  background-image: url(//lead-cnc.pl/wp-content/themes/v-slot/images/homepage/compare.png);
}

.subpage-choice {
  padding-top: 121px;
}

.subpage-choice .subpage-choice--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.subpage-choice .subpage-choice--items .subpage-choice--item {
  width: 100%;
  padding: 32px;
  text-align: center;
}

@media (min-width: 992px) {
  .subpage-choice .subpage-choice--items .subpage-choice--item {
    padding: 64px;
    width: calc(50% - 20px);
  }
}

.subpage-choice .subpage-choice--items .subpage-choice--item .title6 span {
  font-weight: 700;
}

.subpage-choice .subpage-choice--items .subpage-choice--item .title4 {
  margin: 24px 0 24px;
}

.subpage-choice .subpage-choice--items .subpage-choice--item a.btn,
.subpage-choice .subpage-choice--items .subpage-choice--item .btn {
  background-color: #CECECE;
  color: #1B1A17;
}

.subpage-choice .subpage-choice--items .subpage-choice--item a.btn::before, .subpage-choice .subpage-choice--items .subpage-choice--item a.btn::after,
.subpage-choice .subpage-choice--items .subpage-choice--item .btn::before,
.subpage-choice .subpage-choice--items .subpage-choice--item .btn::after {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.subpage-choice .subpage-choice--items .subpage-choice--item.active {
  background-color: #fff;
}

.subpage-choice .subpage-choice--items .subpage-choice--item.active a.btn,
.subpage-choice .subpage-choice--items .subpage-choice--item.active .btn {
  background-color: #28A138;
  color: #fff;
  font-weight: 700;
}

.subpage-choice .subpage-choice--items .subpage-choice--item.active a.btn::before, .subpage-choice .subpage-choice--items .subpage-choice--item.active a.btn::after,
.subpage-choice .subpage-choice--items .subpage-choice--item.active .btn::before,
.subpage-choice .subpage-choice--items .subpage-choice--item.active .btn::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.subpage-team {
  padding: 70px 0 50px;
}

@media (min-width: 992px) {
  .subpage-team {
    padding: 134px 0 50px;
  }
}

.subpage-team .subpage-team--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subpage-team .subpage-team--items .subpage-team--title {
  width: 100%;
  text-align: center;
}

@media (min-width: 992px) {
  .subpage-team .subpage-team--items .subpage-team--title {
    width: 35%;
    padding-right: 88px;
    text-align: left;
  }
}

.subpage-team .subpage-team--items .subpage-team--peaple {
  width: 100%;
}

@media (min-width: 992px) {
  .subpage-team .subpage-team--items .subpage-team--peaple {
    width: 65%;
  }
}

.subpage-team .subpage-team--items .subpage-team--peaple .subpage-team--person {
  padding: 32px;
  background-color: #F9F9F9;
  color: #383731;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.subpage-team .subpage-team--items .subpage-team--peaple .subpage-team--person > img {
  width: 112px;
  height: 112px;
  border-radius: 112px;
  margin-right: 38px;
  -o-object-fit: cover;
     object-fit: cover;
}

.subpage-team .subpage-team--items .subpage-team--peaple .subpage-team--person .subpage-team--text {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.subpage-team .subpage-team--items .subpage-team--peaple .subpage-team--person .subpage-team--text .subpage-team--name {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 5px;
}

.subpage-team .subpage-team--items .subpage-team--peaple .subpage-team--person .subpage-team--text .subpage-team--job {
  font-size: 20px;
  line-height: 28px;
  color: #57564F;
}

.subpage-team .subpage-team--items .subpage-team--peaple .subpage-team--person .subpage-team--links {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .subpage-team .subpage-team--items .subpage-team--peaple .subpage-team--person .subpage-team--links {
    width: auto;
  }
}

.subpage-team .subpage-team--items .subpage-team--peaple .subpage-team--person .subpage-team--links ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .subpage-team .subpage-team--items .subpage-team--peaple .subpage-team--person .subpage-team--links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 0;
  }
}

.subpage-team .subpage-team--items .subpage-team--peaple .subpage-team--person .subpage-team--links ul li {
  font-size: 16px;
  line-height: 26px;
  color: #1B1A17;
}

.subpage-team .subpage-team--items .subpage-team--peaple .subpage-team--person .subpage-team--links ul li:not(:last-of-type) {
  margin-bottom: 12px;
}

.subpage-team .subpage-team--items .subpage-team--peaple .subpage-team--person .subpage-team--links ul li > img {
  height: 19px;
  margin-right: 10px;
}

.subpage-team .subpage-team--items .subpage-team--peaple .subpage-team--person .subpage-team--links ul li a {
  color: #1B1A17;
}

.subpage-addons {
  padding: 100px 0 20px;
}

.subpage-addons .subpage-addons--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.subpage-addons .subpage-addons--items .subpage-addons--item {
  width: 100%;
  padding: 32px;
  border: 1px solid #CECECE;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .subpage-addons .subpage-addons--items .subpage-addons--item {
    width: calc(33% - 20px);
  }
}

@media (min-width: 1200px) {
  .subpage-addons .subpage-addons--items .subpage-addons--item {
    padding: 64px;
  }
}

.subpage-addons .subpage-addons--items .subpage-addons--item .subpage-addons--img {
  margin-bottom: 30px;
  height: 208px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subpage-addons .subpage-addons--items .subpage-addons--item .subpage-addons--img img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.title-404 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.your-message .wpcf7-textarea {
  height: 150px !important;
}

.page-id-785 .entry-content {
  padding: 4% 12% 10% 4%;
}

.page-id-785 h2 {
  font-size: 1.5em;
  line-height: 40px;
  margin-bottom: 25px;
  font-weight: 500;
}

.page-id-785 p {
  margin-top: 25px;
}

@media (max-width:768px) {
  .page-id-785 ol {
    margin-left: 0;
  }
  .page-id-785 .entry-content {
    padding: 4% 7% 8% 0%;
}
}

.page-id-785 ol li {
  margin-bottom: 71px;
}

.page-id-785 ol li ul li {
  margin-bottom: 11px;
}


.page-id-785 .entry-header{
  background-image: linear-gradient(white, #62ff4ae0), url(https://lead-cnc.pl/wp-content/uploads/2022/05/lead-cnc-v-slot.webp);
  background-blend-mode: hue;
    background-size: 100%;
    background-position-y: center;
    background-repeat: no-repeat;
}

.page-id-785 .entry-title {
  text-align: center;
    padding: 80px 0 50px;
    font-weight: 700;
    color: #ffffff;
  }    
/*# sourceMappingURL=style.css.map */html.slb_overlay object,html.slb_overlay embed,html.slb_overlay iframe{visibility:hidden}html.slb_overlay #slb_viewer_wrap object,html.slb_overlay #slb_viewer_wrap embed,html.slb_overlay #slb_viewer_wrap iframe{visibility:visible}