/*!
Theme Name: Biga
Theme URI: http://underscores.me/
Author: Bohuslav Potocnak - BTect
Author URI: https://www.btect.sk
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: biga
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.

Biga 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;
}
.menu-item a{
	font-family: Lexend;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 16px */
	letter-spacing: 0.5px;
	color: #0B171D;
	text-decoration: none;
}
.menu-item{
	margin-right: 24px;
}
.bg-light{
	padding-top: 30px;
	padding-bottom: 30px;
}
.green-termin{
	border-radius: 1000px;
	border: 2px solid #C0D854;
	font-family: Lexend;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 16px */
	letter-spacing: 0.5px;
	color: #0B171D!important;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	line-height: 0;
	padding-bottom: 13px;
	margin-right: 24px;
}
.black-termin img, .green-termin img{
	position: relative;
	top: -1px;
}
.green-termin{
	cursor: pointer;
}
.black-termin{
	border-radius: 1000px;
	background: #C0D854;
	font-family: Lexend;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 16px */
	letter-spacing: 0.5px;
	color: #0B171D!important;
	cursor: pointer;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	line-height: 0;
	padding-bottom: 13px;
}
.homepage-main{
	background-size: cover;
	background-position: top center;
	border-radius: 15px;
}
.green-box{
	background: #C0D854;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 24px;
	padding-bottom: 24px;
	overflow: hidden;
	border-radius: 16px;
	position: relative;
}
.green-box::after{
	background-image: url('./biga.svg');
	position: absolute;
	content: '';
	width: 45%;
	pointer-events: none;
	height: 70%;
	background-position: bottom;
	bottom: 0;
	right: 0;
	background-size: contain;
	background-repeat: no-repeat;
}
.padding-content{
	padding-left: 64px;
	padding-right: 64px;
}
.green-box label{
	font-family: Lexend;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%; /* 25.6px */
	color: white;
	margin-bottom: 8px;
}
.rbut{
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 16px;
	padding-bottom: 16px;
	background: #1E4394;
	font-family: Lexend;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 16px */
	letter-spacing: 0.5px;
	color: white;
	border-radius: 1000px;
	margin-top: 16px;
}
.black-title{
	font-family: Lexend;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 43.2px */
	letter-spacing: -2px;
	color: #0B171D;
	margin-bottom: 48px;
}
.m-top-80{
	margin-top: 80px;
}

.black-title span{
	color: #C0D854;
}
.black-par{
	color: #0B171D;
	/* Global/Body 16 Regular */
	font-family: Lexend;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 25.6px */
}
.gh{
	margin-left: 5px;
}
.green-box input,.green-box select{
	padding: 16px;
	border-radius: 5px;
	border: initial;
}
.green-box select{
	padding-left: 45px;
	color: rgba(11, 23, 29, 0.5);
	/* Global/Body 14 Regular */
	font-family: Lexend;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 22.4px */
}
.auto,.sluzba,.kale{
	position: relative;
}
.kale input::placeholder{
	color: rgba(11, 23, 29, 0.5);
}

.kale input{
	padding-left: 15px;
	/* Global/Body 14 Regular */
	font-family: Lexend;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 22.4px */
}
.auto::after,.sluzba::after{
	content: "";
	background-image: url("./down.svg");
	width: 15px;
	height: 15px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 55px;
	right: 15px;
}

.auto::before{
	content: "";
	background-image: url("./auto.svg");
	width: 20px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50px;
	left: 15px;
}
.kale::before{
	content: "";
	background-image: url("./kale.svg");
	width: 20px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50px;
	right: 15px;
}
.sluzba::before{
	content: "";
	background-image: url("./sluzba.svg");
	width: 20px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50px;
	left: 15px;
}

.form-group{
	margin-bottom: 16px;
}
.green-box p{
	font-family: Lexend;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 28.8px */
	color: #0B171D;
}

.green-box img{
	position: relative;
	top: -2px;
}

.hp-nadpis{
	font-family: Lexend;
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 76.8px */
	letter-spacing: -4px;
	color: white;

	margin-bottom: 48px;
}
.p-top-170{
	padding-top: 170px;
}
.page-id-6 .homepage-main{
	margin-top: 16px;
}
.page-id-6 .navbar{
	top: 16px;
}

.homepage-main{
	padding-left: 64px;
	padding-right: 64px;
	position: relative;
}


.rate-select-layer span{
	color: #C0D854!important;
}
#rater,#raterr{
	
	display: inline-block;
	
	margin-top: 5px;
	top: 2px;
}
.button-main{
	border-radius: 1000px;
	background: #C0D854;
	display: flex;
	padding: 20px 32px;
	justify-content: center;
	align-items: center;
	font-family: Lexend;
	font-size: 16px;
	color: black!important;
	text-decoration: none;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 16px */
	letter-spacing: 0.5px;
}
.contact-section{
	margin-top: 48px;
}
.button-line{
	color: #FFF!important;
	font-family: Lexend;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	text-decoration: none;
	line-height: 100%; /* 16px */
	letter-spacing: 0.5px;
	margin-top: 15px;
	display: inline-block;
	border-bottom: 2px solid #C0D854;
}
.center{
	text-align: center;
	margin-top: 70px;
	margin-bottom: 65px;
}
.center h2{
	font-family: Lexend;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -2px;
	color: white;
}
.box{
	text-align: center;
}
.box h4{
	font-family: Lexend;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%; /* 28.8px */
	color: white;
}
.box p{
	color: #FFF;
	text-align: center;
	font-family: Lexend;
	font-size: 14px;
	font-style: normal;
	opacity: .7;
	font-weight: 400;
	line-height: 160%; /* 22.4px */
	padding-bottom: 0;
	margin-bottom: 0;
}
.box img{
	height: 48px;
	margin-bottom: 32px;
}
.box{
	padding-top: 24px;
	padding-bottom: 24px;
	padding-left: 18px;
	padding-right: 18px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.10);
	background: rgba(255, 255, 255, 0.05);
}
.center h2 span{
	color: #C0D854;
}
.ghost{
	margin-left: 5px;
	display: inline-block;
}
.avatars span{
	color: white;
	font-family: Lexend;
}
.zindex{
	z-index: 9999999;
}
.hp-popis{
	font-family: Lexend;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	color: white;
}
.kariera{
	position: relative;
	top: -2px;
	margin-left: 10px;
}
.homepage-main{
	padding-bottom: 80px;
}
.right{
	text-align: right;
}
.inline{
	display: inline-block;
}
.item{
	display: inline-block;
	margin-right: 15px;
	margin-top: 30px;
}
.p-l-24{
	margin-left: 24px;
}
.black{
	color: #0B171D!important;
	padding-bottom: 5px;
}
.refko{
	width: 20px!important;
	margin-bottom: 10px;
}
.box-it{
	display: inline-block;
}
.nobot strong{
	margin-right: 5px;
	font-family: Lexend;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	color: #0B171D;
	line-height: 160%; /* 25.6px */
}
.nobot{
	margin-bottom: 0;

}
.hodnotenie{
	font-family: Lexend;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%; /* 25.6px */
	color: #0B171D;
}
.m-top-120{
	margin-top: 120px;
}

#rater0 .rate-select-layer span, #rater0 .rate-base-layer span,#rater1 .rate-select-layer span, #rater1 .rate-base-layer span,.ratko .rate-select-layer span, .ratko .rate-base-layer span{
	color: #D97A2B !important;
}

.objed,.objed2{
	display: none;
}

.objednanietel{
	background: #1E4394;
	border-radius: 8px;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	color: white;
	padding: 15px;
}
.objednanietel a{
	color: #C0D854;
}
.fot{
	color: #FFF!important;
	text-decoration: none;
}
*{
	font-family: Lexend;
}
.nobot time{
	font-family: Lexend;
	font-size: 14px;
	font-style: normal;
	color: #0B171D;
	font-weight: 400;
	line-height: 160%; /* 22.4px */
}
.rater{
	display: inline-block;
	position: relative;
	top: 2px;
}

.refp{
	font-family: Lexend;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 25.6px */
	max-width: 80%;
	color: #0B171D;
}
.owl-prev{
	position: absolute!important;
	left: -15px;
	font-size: 40px;
	top: 40%;
}
.owl-posun{
	padding-left: 120px;
	padding-right: 120px;
}
.owl-next{
	position: absolute!important;
	right: -15px;
	font-size: 40px;
	top: 40%;
}
.foto-content{
	margin-top: 48px;
}
.fotka{
	width: 64px!important;
	height: 64px!important;
}
.contact-banner{
	padding: 32px;
	border-radius: 15px;
}
.white-title{
	/* Desktop/H3 */
	font-family: Lexend;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 28.8px */
	color: white;
}
.contact-item-boxes{
	margin-top: 32px;
}
.contact-item-box{
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.10);
	background: rgba(255, 255, 255, 0.05);
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-bottom: 16px;
}
.contact-item-box p{
	margin-bottom: 0;
	/* Global/Body 14 Regular */
	font-family: Lexend;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 22.4px */
	color: #FFF;
}
.contact-item-box h5{
	color: #FFF;
	/* Desktop/H3 */
	font-family: Lexend;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 28.8px */
}
.social-box, .social-box-2{
	display: inline-block;
}
.social-box{
	height: 74px;
	width: 74px;
}
.social-box-2{
	margin-left: 24px;
	position: relative;
	top: 15px;
}
.social-box{
	padding-top: 24px;
	padding-bottom: 24px;
	padding-left: 16px;
	padding-right: 16px;
	text-align: center;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.10);
	background: rgba(255, 255, 255, 0.05);
}
.m-top-40{
	margin-top: 40px;
}
.social-box-inner{
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.10);
	background: rgba(255, 255, 255, 0.05);
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.social-ikon, .social-content{
	display: inline-block;
}
.social-content{
	margin-left: 16px;
	position: relative;
	top: 2px;
}
.social-networks{
	margin-top: 32px;
}
.social-ikon{

	width: 40px;
	height: 40px;
	text-align: center;
	padding-top: 5px;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.10);
	background: rgba(255, 255, 255, 0.05);
}
.socin{
	color: #FFF!important;

	text-decoration: none;
	/* Global/Body 14 Regular */
	font-family: Lexend;
	margin-left: 16px;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 22.4px */
}
.wpcf7-form-control{
	width: 100%!important;

}
.wpcf7-form-control{
	padding: 16px!important;
	border-radius: 4px!important;
	background: #F2F4F8!important;
	margin-top: 8px;
	border: 0!important;
}


.wpcf7-form label{
	color: #0B171D;

	width: 100%;
	/* Global/Body 16 Bold */
	font-family: Lexend;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 16px;
	line-height: 160%; /* 25.6px */
}
.wpcf7-acceptance{
	background: none!important;
	padding: initial!important;
}
.wpcf7-list-item label{
	margin-left: 0!important;
	color: #0B171D!important;
	font-family: Lexend;
	font-size: 16px;
	font-style: normal;
	font-weight: 400!important;
	text-decoration: none!important;
	line-height: 160%;
	text-decoration-line: underline;
}
.submit-button{
	border-radius: 1000px;
	background: #C0D854;

	width: 140px;
	text-align: center;
	height: 50px;
	min-width: 120px;
	padding: 16px 24px;
	justify-content: center;
	align-items: center;
	gap: 8px;

	color: #0B171D;
	box-shadow: none;
	border: 0;
	margin-top: 64px;

	/* Button */
	font-family: Lexend;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 16px */
	letter-spacing: 0.5px;
}
.plane{
	position: relative;
	top: -2px;
}
.p-t{
	color: #0B171D;
	margin-top: 8px;
	/* Global/Body 14 Regular */
	font-family: Lexend;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 22.4px */
}
.f-final{
	color: #0B171D;

	/* Global/Body 14 Regular */
	font-family: Lexend;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 22.4px */
}
.footer-menu{
	margin-left: 0;
	padding-left: 0;
}
.grey-content{
	padding-right: 94px;
	padding-left: 94px;
	padding-top: 80px;
	padding-bottom: 80px;

	position: relative;
	border-radius: 16px;
	background: #F2F4F8;
}
.grey-content::after{
	pointer-events: none;
	content: "";
	background-image: url("./blogo.svg");
	background-size: contain;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 30%;
	height: auto;
	background-position: right 97%;
	height: 100%;
	background-repeat: no-repeat;
}

.post-tag{
	border-radius: 4px;
	background: #C0D854;
	padding: 9px;
	border-radius: 5px;
	position: absolute;
	top: 16px;
	left: 16px;
	color: #0B171D!important;

	/* Global/Body 14 Bold */
	font-family: Lexend;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%; /* 22.4px */
}
.post-title{
	color: #0B171D;
	/* Global/Body 18 Bold */
	font-family: Lexend;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	margin-top: 24px;
	line-height: 160%; /* 28.8px */
	margin-bottom: 10px;
	margin-top: 0;
}
.post-image{
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;

}
.post-wrapper{
	background: #F2F4F8;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 24px;
	padding-bottom: 24px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.post-wrapper a{
	text-decoration: none!important;
}

.blog-citat-viac{
	color: #0B171D!important;
	font-family: Lexend;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 16px */

	letter-spacing: 0.5px;
	text-decoration: none;
	border-bottom: 2px solid #C0D854;
}
.post-title{
	min-height: 87px;
}
.post-excerpt p{
	min-height: 157px;
}
.post-excerpt p{
	margin-bottom: 24px;
}
.post-excerpt{
	color: #0B171D;
	/* Global/Body 14 Regular */
	font-family: Lexend;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 22.4px */
}
.post-image{
	height: 250px;
	width: 100%;
	position: relative;
	object-fit: cover;
	object-position: center center;
}
.footer-menu ul{
	margin-top: 24px;
}
.footer-menu{
	margin-bottom: 40px;
	margin-top: 24px;
}
.footer-menu li{
	list-style-type: none;
	margin-bottom: 16px;
}
.footer-menu li a{
	color: #0B171D;
	text-decoration: none;
	/* Global/Body 14 Regular */
	font-family: Lexend;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 22.4px */
}
.m-right-40{
	margin-right: 40px;
}
.bolder-t{
	color: #0B171D;

	/* Global/Body 16 Bold */
	font-family: Lexend;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	position: relative;
	top: 3px;
	line-height: 160%; /* 25.6px */
}
.divider{
	border-bottom: 1px solid rgba(0,0,0,.2);
	margin-bottom: 40px;
}
.p-80{
	padding-top: 80px;
	padding-bottom: 80px;
	border-radius: 16px;

}
.m-top-40{
	margin-top: 40px;
}
.address-box{
	margin-bottom: 40px;
}
.wpcf7-textarea{
	height: 150px;
	resize: none;
}
.wpcf7-list-item-label a{
	color: #0B171D!important;
}
.mate-otazky-text{
	color: #0B171D;

	/* Global/Body 16 Regular */
	font-family: Lexend;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 25.6px */
	margin-bottom: 0;
	margin-top: 48px;
	margin-bottom: 64px;
}
.accordion-item{
	margin-bottom: 16px;
	background: white;
	border-radius: 8px;
	border: 0;
}
.accordion-header button,.accordion-button:not(.collapsed){
	color: #0B171D!important;
	background: white!important;
	/* Global/Body 18 Bold */
	font-family: Lexend;
	font-size: 18px;
	font-style: normal;
	font-weight: 700!important;
	line-height: 160%; /* 28.8px */
}
.accordion-button{
	box-shadow: initial!important;
}
.accordion-body{
	color: rgba(11, 23, 29, 0.7);

	/* Global/Body 14 Regular */
	font-family: Lexend;
	font-size: 14px;
	font-style: normal;
	padding-top: 0;
	font-weight: 400;
	line-height: 160%; /* 22.4px */
}
.accordion-button::after{
	background-image: url('./plus.svg');
	width: 32px;
	height: 32px;
	background-size: cover;
}
.accordion-button:not(.collapsed)::after{
	background-image: url('./minus.svg');
}
.objednavka{
	padding: 32px;
	border-radius: 16px;
}
.objednavkahead{
	margin-bottom: 32px;
	color: #FFF;
	text-align: center;

	/* Desktop/H2 */
	font-family: Lexend;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 43.2px */
	letter-spacing: -2px;
}
.objednavkap{
	margin-bottom: 32px;
}
.objednavkap{
	color: #FFF;
	text-align: center;

	/* Global/Body 16 Regular */
	font-family: Lexend;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 25.6px */
}
.global-form{
	text-align: left;
}
.global-form select{
	border-radius: 4px;
	background: #FFF;
	padding: 16px!important;
}
.m-top-120{
	margin-top: 120px;
}
.p-top-80{
	padding-top: 80px;
}
.priprava-stk{
	color: #FFF;
	text-align: center;
	/* Desktop/H2 */
	font-family: Lexend;
	font-size: 36px;
	font-style: normal;
	margin-bottom: 48px;
	font-weight: 700;
	line-height: 120%; /* 43.2px */
	letter-spacing: -2px;
}
.stk .box{
	margin-bottom: 32px;
}
.m-top-140{
	margin-top: 140px;
}
.bigger-main{
	width: 244px;
}
.left{
	text-align: left!important;
}
.ciarky{
	margin-bottom: 16px;
}
.stk-text{
	color: rgba(255,255,255,.8);
	text-align: center;
	/* Global/Body 16 Regular */
	font-family: Lexend;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 25.6px */
}
.priprava-stk span{
	color: #C0D854;

}
.global-form select{
	color: rgba(11, 23, 29, 0.5)!important;
	font-family: Lexend;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 22.4px */
	padding-left: 42px!important;
}
.global-form .sluzba::before{
	position: absolute;
	top: 52px;
}
.global-form .auto::before{
	position: absolute;
	top: 52px;
}
.global-form .auto::after,.global-form .sluzba::after{
	top: 57px;
}
.global-form label{
	color: #FFF;

	/* Global/Body 16 Bold */
	font-family: Lexend;
	font-size: 16px;
	font-style: normal;
	margin-bottom: 8px;
	font-weight: 700;
	line-height: 160%; /* 25.6px */
}
.objednavka{
	margin-top: 0;
	margin-bottom: 0;
}
.prepinac{
	text-align: center;
	width: 300px;
	background: #F2F4F8;

	text-align: center!important;
	display: inline-block;
	padding: 24px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
}
.prepinac:nth-child(1){
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	margin-right: -5px;
}
.prepinac:nth-child(2){
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}

.prepinac .zelene{
	display: none;
	text-align: center;
	margin: 0 auto;
}



.prepinac.active .sive{
	display: none;
	text-align: center;
	margin: 0 auto;
}
.prepinac.active .zelene{
	display: block;
	text-align: center;
	margin: 0 auto;
}
.tabulky{
	margin-top: 64px;
}
.tabulky span{
	display: block;
}
.tabulky tr:nth-child(1) td:nth-child(1){
	background: #C0D854;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-top-left-radius: 5px;
	/* Global/Body 14 Bold */
	font-family: Lexend;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%; /* 22.4px */
	color: #0B171D;
	border-bottom: 0!important;
}

.tabulky tr:nth-child(1) td:nth-child(2){
	background: #C0D854;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 12px;
	border-bottom: 0!important;
	padding-bottom: 12px;
	border-top-right-radius: 5px;

	/* Global/Body 14 Bold */
	font-family: Lexend;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%; /* 22.4px */
	color: #0B171D;
}
.tabulky tr:nth-last-child(1) td:nth-child(1){
	border-bottom: 0!important;
	border-bottom-left-radius: 5px!important;
}
.tabulky{
	display: none;
}
.tabulky.act{
	display: flex;
}
.tabulky tr:nth-child(1) td:nth-child(2){
	width: 120px;
}
.tabulky tr:nth-last-child(1) td:nth-child(2){
	border-bottom: 0!important;
	border-bottom-right-radius: 5px!important;

}
.tabulky tr:nth-child(1) td:nth-child(2){
	color: #0B171D!important;
}
.tabulky td{
	border-bottom: 1px solid rgba(11, 23, 29, 0.1)!important;
	background: #F2F4F8;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.tabulky td span{
	color: rgba(11, 23, 29, 0.5);

	/* Global/Body 14 Regular */
	font-family: Lexend;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 22.4px */
}
.tabulky tr td:nth-child(2){
	color:  #1E4394!important;
/* Global/Body 14 Bold */
	font-family: Lexend;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%; /* 22.4px */
}
.prepinac h6{
	font-family: Lexend;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	color: #0B171D;
	line-height: 100%; /* 16px */
	letter-spacing: 0.5px;
}
.prepinac-cennik{
	text-align: center;
}
.prepinac.active h6{
	color: white;
}
.prepinac.active{
	background: #0B171D;

}
.tcenter{
	text-align: center;
}
.pattern-div{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.global-form .rbut{
	background: #C0D854;
	color: #0B171D;
	border: 0;
	box-shadow: initial;
}
.global-form .kale input{
	padding: 16px;

	font-family: Lexend;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 22.4px */
}
.global-form .kale input::placeholder{
	color: rgba(11, 23, 29, 0.5)!important;
}
.navbar{
	position: fixed;
	top: 0;
	z-index: 999999999;
	left: 0;
	right: 0;
	background: initial !important;
}
.middle{
	vertical-align: middle;
}
.reference-box{
	padding: 16px;
	background: white;
	margin-bottom: 16px;
	border-radius:  8px!important;
}
.reference-box h4{
	color: #0B171D;

	margin-bottom: 25px;
	/* Desktop/H3 */
	font-family: Lexend;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 28.8px */
}
.kariera-ul{
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 0;
}
.kariera-button{
	position: absolute;
	bottom: 0;
	right: 0;
	bottom: 16px;
}
.share{
	position: absolute;
	top: 16px;
	right: 16px;
}
.widget-tabs{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 16px;
}
.index-blox .post-wrapper{
	margin-bottom: 74px;

}
.page-numbers{
	color: #0B171D!important;
	padding: 8px;

	text-decoration: none;
	/* Global/Body 16 Bold */
	font-family: Lexend;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%; /* 25.6px */
}
.pagination{
	display: block;
	text-align: center;
}
.nav-links .current{
	background: #C0D854;
}
.nav-links .prev, .nav-links .next{
	color: #C0D854!important;
}

.lupa-abs{
	position: absolute;
	bottom: 0;
	right: 0;
}
.searchf{
	height: 50px;
	width: 250px;
	padding: 16px;

	align-items: center;
	gap: 8px;
	flex-shrink: 0;
	align-self: stretch;
	border: 0!important;
	padding-left: 45px!important;

	box-shadow: initial;
	background: #F2F4F8;
}

.border-color{
	position: relative;
	margin-top: 45px;
}
.header-post{
	padding-left: 90px;
	padding-right: 90px;
	margin-top: 90px;
}
.header-box{
	border-radius: 16px;
	background-color: #F2F4F8;
	padding: 64px;
}
.lupa{
	position: relative;
}
.searchf::placeholder{
	color: rgba(11, 23, 29, 0.5);
	/* Global/Body 14 Regular */
	font-family: Lexend;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 22.4px */
}
.lupa::before{
	content: "";
	background-image: url("./lupa.svg");
	width: 16px;
	height: 16px;
	display: block;
	top: 18px;
	position: absolute;
	left: 16px;
	opacity: .5;
}
.widget-tabs li{
	margin-right: 32px;
	display: inline-block;
}

.widget-tabs li a{
	color: #0B171D;

/* Button */
	text-decoration: initial;
	font-family: Lexend;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 16px */
	letter-spacing: 0.5px;
}
#wpadminbar{
	z-index: 999999999999999999999999999999999999999999999999999999999999999999999999999999999999!important;
}
#career{
	margin-bottom: 80px;
}
.reference-box{
	position: relative;
}
.kariera-ul li{
	list-style-type: none;
	display: inline-block;
	margin-right: 35px;
}
.kariera-ul li{
	color: #0B171D;

	/* Global/Body 16 Bold */
	font-family: Lexend;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%; /* 25.6px */
}
.reference-box p{
	color: rgba(11, 23, 29, 0.7);

	/* Global/Body 14 Regular */
	font-family: Lexend;
	margin-bottom: 24px;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 22.4px */
}
.align-middle{
	display: flex;
	align-items: center;
}
.tabulky td{
	color: #0B171D!important;
}
.m-top-96{
	margin-top: 196px;
}
.kariera-title{
	font-family: Lexend;
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 76.8px */
	letter-spacing: -4px;
}
.post-ul img{
	margin-right: 10px;
}
.post-text{
	margin-top: 16px;
	margin-bottom: 48px;
}
.m-top-30{
	margin-top: 30px;
	margin-bottom: 0;
}
.podnadpis{
	color:  #0B171D;
	text-align: center;
	opacity: .5;
	margin-bottom: 0;
	/* Desktop/H4 */
	font-family: Lexend;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 24px */
}
.grey{
	border-radius: 16px;
	background: #F2F4F8;
	padding-top: 80px;
	padding-bottom: 80px;
	padding-left: 64px;
	padding-right: 64px;
}
.m-top-100{
	margin-top: 100px;
}
.post-content{
	padding-left: 150px;
	padding-right: 150px;
	margin-top: 64px;

}
.post-content h2{
	color: #0B171D;
	margin-bottom: 32px;
	/* Desktop/H2 */
	font-family: Lexend;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 43.2px */
	letter-spacing: -2px;
}
.post-content p{
	color: #21272A;

	/* Global/Body 16 Regular */
	font-family: Lexend;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 25.6px */
}
.post-ul li{
	color: #0B171D;
	font-family: Lexend;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 16px */
	letter-spacing: 0.5px;
	margin-right: 32px;
}
.scrolled.navbar, .page-id-6 .scrolled.navbar.bg-light{
	background: white!important;
	top: 0!important;
}
.main-cat{
	margin-bottom: 16px;
}
.post-ul{
	margin-left: 0;
	padding-left: 0;
}
.post-ul li{
	list-style-type: none;
	display: inline-block;
}
.post-text{
	color: #0B171D;

	/* Global/Body 14 Regular */
	font-family: Lexend;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 22.4px */
}
.titleh{
	color: #0B171D;

	/* Desktop/H2 */
	font-family: Lexend;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 43.2px */
	letter-spacing: -2px;
}
.main-cat a{
	color: #0B171D;

	opacity: .5;
	/* Desktop/H4 */
	font-family: Lexend;
	text-decoration: none;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 24px */
}
.stk-text-2{
	color: #FFF;

	/* Global/Body 16 Regular */
	font-family: Lexend;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 25.6px */
}

.druhy .social-box{
	width: 74px;
	align-self: normal;
	margin-top: 20px;

}
.zeleny-box{
	padding: 16px;
	color: #0B171D;

	margin-bottom: 16px!important;
	border-radius: 8px;
	background: #C0D854;


	text-decoration: none!important;
	/* Global/Body 16 Regular */
	font-family: Lexend;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 25.6px */
}
.zelene-boxy{
	margin-top: 48px;
}
.zelene{
	margin-bottom: 80px;
}
.nogrey-content::after{
	display: none;
}
.lehoty{
	margin-top: 48px;
}
.lehota{
	border-radius: 8px;
	background: #F2F4F8;
	padding: 16px;
	position: relative;
	margin-bottom: 16px;
	color: #0B171D;
}
.nazlink{

	height: 48px;
	width: 48px;
	background: #C0D854;
}
.arrowli{
	background: #C0D854;
	text-align: center;
	border-radius: 8px;

}
.nazlink{
	color: #0B171D!important;
	text-decoration: none;
	font-family: Lexend;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 25.6px */
}
#menu-item-29::after{
	content: "";
	position: relative;
	width: 14px;
	height: 14px;
	display: inline-block;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	padding-right: 15px;
	background-image: url('./angdown.svg');
	margin-left: 10px;
	top: 2px;
}
.page-id-6 #menu-item-29::after{
	filter: invert(1);
	margin-left: 10px;
}
.page-id-6 .scrolled #menu-item-29::after{
	filter: invert(0);
	margin-left: 10px;
}
#menu-item-29{
	position: relative;
}

.menu-item-has-children.active .sub-menu{
	display: block;
}
.menu-item-has-children.active > a:first-child,.page-template-page-domov #navbar:not(.scrolled) .menu-item.menu-item-has-children.active  > a:first-child {
	color: #C0D854!important;
}
.menu-item-has-children.active::after{
	background-image: url('./angle-down-g.png')!important;
	filter: initial!important;

}
.sub-menu{
	margin-left: 0;
	padding-left: 0;
}
.navbar-nav .sub-menu{
	width: 670px;
	position: absolute;
	left: -175px;
	margin-top: 25px;
}
.sub-menu{
	background: white;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 32px;
	padding-bottom: 32px;
	border-radius: 8px;
}
.sub-menu .sub-menu{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.sub-menu li{
	vertical-align: top;
}
.sub-menu li a{
	color: #0B171D;
	/* Desktop/H4 */
	font-family: Lexend;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 24px */
}
.sub-menu .sub-menu li a{
	color: rgba(0,0,0,.6);

	/* Global/Body 14 Regular */
	font-family: Lexend;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 22.4px */
	margin-bottom: 16px;

}
.sub-menu .sub-menu li a::before{
	content:"";
	background-image: url('./angle-right.png');
	width: 10px;
	height: 16px;
	background-size: contain;
	opacity: 1;
	background-repeat: no-repeat;
	display: inline-block;
	position: relative;
	top: 3px;
	margin-right: 10px;
}
.sub-menu .sub-menu{
	margin-top: 24px;
}
.sub-menu{
	display: none;
}
.sub-menu .sub-menu li{
	margin-bottom: 16px;
}
.sub-menu li:nth-child(2){
	margin-right: 0!important;
}
.sub-menu .sub-menu li{
	margin-right: 0!important;
}
.page-template-page-domov #navbar:not(.scrolled) .sub-menu .menu-item a{
	color: #000000!important;
}
.navbar-nav .sub-menu .sub-menu{
	width: initial;
	position: initial;

}
#menu-item-681, #menu-item-686{
	display: inline-block;
}
.sub-menu li{
	list-style-type: none;
}
.arrowli{
	width: 48px;
	height: 48px;
	display: inline-block;
	padding-top: 9px;
}
.alcenter{
	align-self: center;
}
.m-bot-64{
	margin-bottom: 64px;
}
.vyhlaska-head{
	color: #0B171D;

	/* Desktop/H3 */
	font-family: Lexend;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 28.8px */
}
.lek-text{
	color: #0B171D;

	/* Global/Body 16 Regular */
	font-family: Lexend;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 25.6px */

}
.greyitem{
	border-radius: 8px;
	background: #F2F4F8;
}
.greyitem .accordion-button{
	background: #F2F4F8!important;
	border-radius: 8px;
}
.m-bot-80{
	margin-bottom: 80px;
}
.lehota::before{
	width: 12px;
	height: 12px;
	border-radius: 1000px;
	background: #C0D854;
	position: absolute;
	left: -6px;
	margin-top: 5px;
	content: "";
	top: 38%;
}
.biele-boxy{
	margin-top: 64px;
}
.sankcie-p{
	color: #0B171D;
	text-align: center;

	/* Global/Body 16 Regular */
	font-family: Lexend;
	margin-top: 48px;
	font-size: 16px;
	font-style: normal;
	margin-bottom: 0;
	font-weight: 400;
	line-height: 160%; /* 25.6px */
}
.zel-b{
	color: #0B171D;

	/* Global/Body 16 Regular */
	font-family: Lexend;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 25.6px */
}
.mensimarg{
	margin-bottom: 16px;
}
.black-title-t{
	color: #0B171D;

	/* Desktop/H3 */
	font-family: Lexend;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 28.8px */
}
.m-top-64{
	margin-top: 64px!important;
}
.biely-box{
	padding: 16px;
	background: white;
	color: #0B171D;
	border-radius: 8px;
	margin-bottom: 16px;

	/* Global/Body 14 Regular */
	font-family: Lexend;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 22.4px */
}
.vyzvanie{
	color: #0B171D;
	text-align: center;

	/* Desktop/H2 */
	font-family: Lexend;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 43.2px */
	letter-spacing: -2px;
}
.b-par{
	color: #0B171D;

	/* Desktop/H4 */
	font-family: Lexend;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 24px */
}
#objednavka{
	margin-bottom: 80px;
}
.zelene-boxy a{
	font-family: Lexend;
	font-size: 16px;
	font-style: normal;
	color: #0B171D!important;
	font-weight: 400;
	line-height: 160%; /* 25.6px */
	text-decoration: none!important;
}
.druhy{
	margin-top: 0;
}
.social-box-2{
	margin-bottom: 24px;
}
.social-box-2 p{
	opacity: .7;
}
.druhy .social-box-2{
	width: calc(100% - 110px);
}
.druhy .contact-item-box{
	display: flex;
}

.stk-text-2 a{
	color: #C0D854;
	font-family: Lexend;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%;
	text-decoration-line: underline;
}
.page-template-page-domov #navbar:not(.scrolled) .menu-item a,.page-template-page-domov #navbar:not(.scrolled) .green-termin{
	color: white!important;
}
.page-template-page-domov #navbar:not(.scrolled) .navbar-brand path{
	fill: #C0D854;
}
.m-top-12{
	margin-top: 12px;
}
.p-r-12{
	margin-left: 12px;
	margin-top: 10px;
	position: relative;
	top: 15px;
}
.inline-item-b{
	display: inline-block;
}
.avatars{
	margin-top: 48px;
}
.mt0{
	top: 0;
}
.referencia{
	min-height: 105px;
}
#rater{
	overflow: hidden;
}
@media screen and (max-width: 1400px){
	.menu-item a,.green-termin,.black-termin{
		font-size: 14px;
	}
	.main-nadpis-size{
		font-size: 49px;
	}

	.social-content{
		display: block;
	}
	.social-content{
		margin-left: 0;
	}
	.social-box-inner{
		text-align: center;
	}
	
}
@media screen and (max-width: 1199px){
	.green-box{
		margin-top: 48px;
	}
	.navbar-toggler::before{
		top: 22px;
	}
	.mob-hid{
		display: none!important;
	}
	.navbar-collapse a{
		font-size: 20px;
		margin-top: 12px;
	}
	.navbar-collapse li{
		margin-bottom: 12px;
		padding-bottom: 12px;
		display: block;
		border-bottom: 1px solid #F2F4F8;
	}
	.navbar-collapse li:nth-last-child(1){
		border-bottom: 0;
	}
	.navbar-collapse .navbar-nav{
		margin-top: 48px;
	}
	.navbar-collapse{
		background: white;
	}
	.navbar-toggler{
		border: none;
	}
	.navbar-toggler:focus{
		box-shadow: initial!important;
	}

	.navbar-collapse a{
		color: #0B171D!important;
	}
	.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
		background-color: #C0D854!important;
	}
	.navbar-toggler{
		position: relative;
	}
	.navbar-toggler::before{
		position: absolute;
		content: "Menu";

		font-family: Lexend;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 100%; /* 16px */
		letter-spacing: 0.5px;
		color: #0B171D;
		left: -65px;
		top: 5px;

	}
	.page-id-6 .navbar-toggler::before{
		color: white!important;

	}
	.page-id-6 .scrolled .navbar-toggler::before{
		color: #0B171D!important;

	}
	.navbar {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
.page-id-6 .contact-item-boxes{
	margin-top: 0;
}
.prepinac{
	cursor: pointer;
}
.contact-banner{
	background-size: cover;
}
#kontakt .contact-item-boxes{
	margin-top: 32px;
}
#mapa iframe{
	width: 100%;
	border-radius: 15px;
}

.modal {
	text-align: center;
}
.daterangepicker.single .drp-calendar.left{
	padding-left: 0;
}
.modal-content{
	padding-left: 15px;
	padding-right: 15px;
}
.daterangepicker .drp-buttons .btn{
	margin-left: 0!important;
}
#myModalTime .modal-dialog, #myModalConfirm .modal-dialog{
	max-width: 70%;
}
#myModalConfirm .modal-dialog{
	width: 100%;
}
#myModalConfirm .modal-body{
	padding-left: 32px;
}
.m-top-24{
	margin-top: 24px;
}
#myModalConfirm input::placeholder{
	opacity: .5;
}
#myModalConfirm input{
	padding: 16px;

	border-radius: 4px;
	background: #F2F4F8;
	border: 0;
	color: #0B171D;

	/* Global/Body 14 Regular */
	font-family: Lexend;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 22.4px */

}
#myModalConfirm .padmin label{
	margin-top: 0;
}
.padmin label{
	color: #0B171D!important;

	/* Body/S */
	font-family: Lexend;
	font-size: 14px!important;
	font-style: normal;
	font-weight: 400!important;
	line-height: 140%; /* 19.6px */
}
#myModalConfirm .modal-footer{
	border-top: 0;
	padding-bottom: 32px;
	display: block;
	padding-top: 0;
}
#myModalConfirm .modal-header{
	padding-bottom: 10px;
}
.modal{
	z-index: 9999999999999999!important;
}
#myModalConfirm label{
	color: #0B171D;
	margin-bottom: 8px;

	margin-top: 24px;
	/* Global/Body 16 Bold */
	font-family: Lexend;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%; /* 25.6px */
}
#myModalConfirm h6{
	color: #1E4394;

	/* Global/Body 16 Bold */
	font-family: Lexend;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%; /* 25.6px */
}
#myModalTime .modal-header{
	padding-bottom: 15px;
}
.times{
	background: #F2F4F8;
	padding: 29px;
	border-radius: 8px;
	padding-bottom: 0;
}
#myModalTime .modal-footer{
	padding-bottom: 32px;
	display: block;
	text-align: left;
}
#myModalTime .modal-footer{
	border-top: 0;
	padding-left: 15px;
}
.continue-order,.continue-order-send{
	border-radius: 1000px;
	background: #C0D854;
	display: flex;
	height: 50px;
	text-decoration: initial;
	min-width: 120px;
	padding: 16px 24px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	text-align: center;
	color: #0B171D!important;
	/* Button */
	font-family: Lexend;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 16px */
	letter-spacing: 0.5px;
	display: inline-block;
}
.times span{

}
.daterangepicker .drp-buttons .btn{
	font-size: 16px!important;
}
.times span{
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-top: 8px;
	margin-bottom: 32px;
	display: inline-block;
	width: 70px;
	text-align: center;
	margin-right: 3px;
	margin-left: 3px;
	color: #0B171D;
	font-size: 14px;
	cursor: pointer;
}
#myModalConfirm h3{
	color: #0B171D;

	/* Desktop/H4 */
	font-family: Lexend;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 24px */
}
.continue-order,.continue-order-send{
	cursor: pointer;
	border: 0;
}
.times span.active{
	background: #1E4394;
	color: white;
}
@media screen and (min-width: 768px) {
	.modal:before {
		display: inline-block;
		vertical-align: middle;
		content: " ";
		height: 100%;
	}
}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.daterangepicker{
	position: relative!important;
	top: initial!important;
	right: initial!important;
	left: initial!important;
	bottom: initial!important;
	display: block!important;
}
.drp-calendar{
	margin: 0 auto!important;
	float: initial!important;
}
.daterangepicker th.month{
	color: #1E4394;
	font-family: Lexend;
	font-size: 32px!important;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 41.6px */
}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td{
	background: #F2F4F8 !important;
	border-radius: 0 !important;
}
.daterangepicker .calendar-table th{
	color: #21272A;
	/* Global/Body 16 Bold */
	font-family: Lexend;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%; /* 25.6px */
}
td.available{
	color: #0B171D;
	text-align: center;
	/* Global/Body 14 Regular */
	font-family: Lexend;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 22.4px */
}
.daterangepicker td.start-date.end-date.today{
	background: #FFF!important;
	color: #0B171D!important;
}
.daterangepicker th.month{
	color: #1E4394;
	margin-bottom: 15px;
}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td{
	width: 23px!important;
}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td{
	padding-left: 15px;
	padding-right: 15px;
}
.drp-calendar{
	max-width: 100%!important;
}
.modal-header{
	border-bottom: 0!important;
	padding-top: 32px;
	padding-left: 32px;

}
.modal-content{
	border-radius: 16px;
}
.drp-calendar,.drp-buttons{
	border-top: 0!important;
}

.calendar-table{
	background: #F2F4F8 !important;
	padding: 15px!important;
	padding-top: 0!important;
}

.calendar-table thead tr:nth-child(1){
	position: relative;
	top: -60px;
}
.daterangepicker .drp-buttons .btn{
	height: 50px;
	min-width: 120px;
	padding: 16px 24px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 1000px;
	background: #C0D854;
	border: 0;
	color: #0B171D;

	/* Button */
	font-family: Lexend;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 16px */
	letter-spacing: 0.5px;

}
.drp-buttons{
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: left!important;
}

.calendar-table{
	border-radius: 8px!important;
}
.modal-header{
	padding-bottom: 48px;
}
.calendar-table thead tr:nth-child(1) th{
	background: white!important;
}
.daterangepicker td.active{
	color: white!important;
	background: #1E4394!important;
}
.daterangepicker .calendar-table td{
	font-size: 14px!important;
}
.vybcas{
	color: #21272A;
	/* Desktop/H3 */
	font-family: Lexend;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 28.8px */
}
.modal-header button{
	background: transparent;
	padding: 0;
	border: 0;
	color: #0B171D;
}
.modal-header button{
	position: absolute;
	top: 30px;
	right: 35px;
	position: absolute;
	font-size: 30px;
}
.sn-notifications-container{
	z-index: 999999999999999999999999999999999999999999999999999999999999999999999999!important;
}
label.required::after{
	content: "*";
	color: #D4362B;
	margin-left: 15px;
	/* Global/Body 16 Bold */
	font-family: Lexend;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
}
.cancelBtn{
	display: none;
}
.daterangepicker{
	border: 0!important;
}
.modal-content{
	border: 0;
}
.daterangepicker.openscenter:before{
	display: none;
}
@media screen and (max-width: 992px){
	.box{
		margin-bottom: 30px;
	}
	.navbar-toggler::before{
		top: 5px;
	}
	.post-content{
		padding-left: 30px;
		padding-right: 30px;
	}
	.contact-item-boxes,.page-id-6 .contact-item-boxes{
		margin-top: 80px;
	}
	.post-image{
		height: 200px;
	}
	.owl-posun{
		padding-left: 80px;
		padding-right: 80px;
	}
	.otazky{
		margin-top: 48px;
	}
	.referencia{
		min-height: 180px;
	}
	.box p{
		min-height: 45px;
	}
	.m-m-top-48{
		margin-top: 60px;
	}
	.hamburger{
		padding: 0!important;
	}
	.navbar-toggler{
		padding: 0!important;
	}
}
.only-mobile{
	display: none;
}
.only-header-mobile,.only-header-mobile-socials{
	display: none;
}
.nogrey-content{
	background: white;
}
.nogrey-content .accordion-header button, .accordion-button:not(.collapsed),.nogrey-content .accordion-body{
	background: #F2F4F8!important;
}
.stk .stk-but{
	display: inline-block;
}

@media screen and (max-width: 767px){
	.col-md-12{
		padding: 0;
	}
	.m-top-80{
		margin-top: 48px;
	}
	.post-excerpt p{
		min-height: initial;
	}
	.post-title{
		min-height: initial;
		margin-top: 0;
	}
	.post-image{
		margin-bottom: 0px!important;
	}
	.mob-tbn{
		margin-top: 70px;
	}
	.mob-tbn h2{
		margin-bottom: 100px;
	}
	.lupa-abs{
		top: -120px;
		position: relative;
	}
	.ul-widget-scroll{
		overflow: scroll;
	}
	.widget-tabs{
		width: 650px;
	}
	.searchf,.lupa,.lupa-abs{
		width: 100%;
	}
	.kariera-title{
		font-size: 48px!important;
		text-align: center!important;
	}
	.alcenter{
		align-self: initial;
	}

	.tabulky tr td:nth-child(2){
		text-align: right;
	}
	.box{
		margin-bottom: 16px;
	}
	.homepage-main,.objednavka{
		background-image: url("./Hero Section.jpg")!important;
		border-radius: 0;
		background-size: cover;
	}
	.grey{
		border-radius: 0;
		padding-bottom:32px;
	}
	.podnadpis{
		font-size: 18px;
	}
	.grey .black-title{
		font-size: 48px;
	}
	.right img{
		margin-top: 48px;
	}
	.m-top-120{
		margin-top: 64px;
	}
	.black-title{
		font-size: 32px;
	}
	.objednavka {
		border-radius: 15px;
	}
	.objednavka{
		padding-left: 15px;
		padding-right: 15px;
	}
	.grey-content{
		padding-top: 30px;
	}
	.only-desktop{
		display: none;
	}
	.stk-tech .druhy .social-box-2{
		display: block!important;
		width: 100%;
	}
	.stk-tech .contact-item-box{
		display: block!important;
	}
	.stk-tech .social-box{
		border: 0;
		background: transparent;
	}
	.stk-tech .contact-item-box{
		text-align: left;
	}
	.stk-tech .social-box{
		height: initial!important;
		padding-top: 24px;
		padding-bottom: 24px;
		margin-top: 0;
	}
	.stk-tech .social-box-2{
		margin-left: 0;
	}
	.stk-tech .social-box{
		padding: 0;
		text-align: left;
		padding-top: 24px;
	}
	.stk-tech .social-box-2{
		max-width: 100%!important;
	}
	.m-top-80-min{
		margin-bottom: 16px!important;
	}
	.sect2 .order-md-1 img{
		margin-top: 48px;
	}

	.stk33 .druhy .social-box{
		background: transparent;
		border: 0;
		padding: 0;
	}
	.stk33 .druhy .social-box-2 h5{
		/* Respo/H4 */
		font-family: Lexend;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: 120%; /* 21.6px */
	}
	.stk33 .druhy .social-box-2{
		margin-bottom: 0;
	}
	.stk33 .druhy .social-box-2 h5{

	}
	.stk33 .druhy .social-box{
		height: initial;
	}
	.stk33 .druhy .social-box-2{
		margin-top: 12px;
		margin-bottom: 12px;
	}
	.sect2 .middle img{
		margin-left: 15px;
	}
	.sect2 .m-top-80,.sect3 .m-top-80{
		margin-bottom: 10px;
	}

	.stk-tech.stk .contact-item-box h5{
		font-size: 18px;
	}
	.post-image{
		border-radius: 15px;
		height: 250px;
		margin-bottom: 64px;
	}
	.center{
		margin-bottom: 48px;
	}

	.podnadpis{
		text-align: left;
	}
	.black-title{
		text-align: left;
	}
	.owl-carousel button.owl-dot{

		width: 12px!important;
		display: inline-block;
		height: 16px!important;
		margin-left: 5px;
		margin-right: 5px;
		border-radius: 100px!important;
	}
	.owl-carousel button.owl-dot span{
		background: #0B171D;
		border-radius: 500px;
		width: 12px!important;
		display: inline-block;
		opacity: .3;
		height: 12px!important;
	}
	.owl-carousel button.owl-dot.active span{
		background: #C0D854!important;
		width: 18px!important;
		height: 18px!important;
	}

	.owl-dot.active{
		margin-right: 10px!important;
		position: relative;
		top: 3px;
	}
	.owl-blog .owl-nav{
		position: relative;
	}
	.owl-blog .owl-next{
		position: absolute!important;
		right: 0!important;
	}
	.owl-blog .owl-next{
		position: absolute;
		top: 0!important;
	}
	.owl-blog .owl-dots{
		position: relative;
		top: -35px;
		text-align: center;
		pointer-events: none;
	}
	.post-wrapper{
		width: 100%;
	}
	.owl-blog .item{
		display: block;
		margin-top: 0;
		margin-right: 0;
	}
	.only-mobile{
		display: block;
	}
	.post-wrapper{
		margin-bottom: 30px;
	}
	.f-final{
		display: block;
		text-align: left;
		margin-bottom: 40px;
	}
	.p-f-0{
		padding-bottom: 14px;
	}
	.navbar .container{
		max-width: 100%;
		padding-left: 64px;
		padding-right: 64px;
	}
	.f-final.m-right-40
	{
		margin-bottom: 10px;
	}
	.right{
		text-align: center;
	}
	.padding-content-mobile-0{
		margin-top: 0;
	}
	.owl-posun{
		padding: 0;
	}

	.owl-posun .container{
		padding: 0!important;
		margin: 0!important;
		max-width: 100%!important;
	}

	.p-r-12{
		margin-top: 0;
		top: -10px;
	}
	.owl-next,.owl-prev{
		position: relative!important;
	}
	.owl-prev{
		margin-left: 15px;
	}
	.mobile-top-0{
		margin-top: 0;
	}
	.referencia{
		min-height: initial;
	}
	.mobile-ps{
		margin-top: 64px;
		margin-bottom: 64px;
	}
	.homepage-main{
		margin-top: 0!important;
	}
	.post, .page{
		margin-bottom: 0!important;
	}

	.social-box-inner{
		margin-top: 15px;
	}
	.social-content{
		display: inline-block;
	}
	.social-content{
		margin-left: 16px;
	}
	.social-box-inner{
		text-align: left;
	}

	.p-r-12{
		top: 15px;
	}
	#kontakt .social-content{
		display: none;
	}
	#kontakt .social-box-inner{
		text-align: center;
	}
	#kontakt .social-ikon{
		border: 0;
		background: transparent;
	}
	#kontakt .social-box-inner{
		width: 65px;
		height: 65px;
		margin: 0 auto;
	}
	#kontakt .social-ikon img{
		position: relative;
		left: -3px;
	}
	table{
		margin-bottom: 32px;
	}
	.grey-content::after{
		display: none;
	}
	#faq .accordion-button{
		background: white!important;
	}
	#blog .black-title{
		text-align: center;
	}
	footer .padding-content{
		border-radius: 0;
	}
	footer{
		margin-top: 16px;
	}
	.m-top-100{
		margin-top: 0;
	}
	.owl-stk .owl-nav{
		position: relative;
	}
	.owl-stk .owl-next{
		position: absolute!important;
		top: 0;
		right: 0;
	}
	.owl-stk .item{
		margin-right: 0!important;
	}
	.owl-stk .owl-dots{
		left: 0;
		right: 0;
		display: inline-block;
		width: auto;
		text-align: center;
		margin: 0 auto;
		position: absolute;
		bottom: 10px;
	}
	.owl-stk button.owl-dot span{
		background: white;
		opacity: .3;
		font-family: "Font Awesome 6 Sharp";
		font-size: 8px;
		font-style: normal;
		font-weight: 900;
		line-height: 120%; /* 9.6px */
		letter-spacing: -2px;
	}
	.owl-stk.owl-carousel button.owl-dot.active span{
		background: #C0D854!important;
		opacity: 1!important;
	}
	.owl-stk .owl-nav{
		margin-top: 15px;
	}
	.owl-stk .item{
		width: 100%;
	}
	body #faq.faqstk .accordion-button{
		background: #F2F4F8!important;
	}
	.obrtop{
		margin-top: 48px;
	}
	.mmtt{
		padding-bottom: 0;
	}
	.owl-stk .owl-dots{
		pointer-events: none;
	}
	.stk33 .social-box{
		vertical-align: top;
		width: initial!important;
		margin-top: 30px!important;
	}
	.stk33 .druhy .social-box-2{
		max-width: 100%!important;
		width: calc(100% - 58px);
	}
	.stk33 .druhy .social-box{
		top: initial!important;
		margin-top: 15px!important;
	}
	.faqstk .grey-content{
		padding-top: 15px!important;
	}
	.nobbtop3,.nobbtop3 table{
		margin-bottom: 0;
	}
	.page-template-page-lehoty table{
		margin-top: 15px;
	}
	.ffq .m-bot-80{
		margin-bottom: 0px;
	}
	.posimko{
		margin-bottom: 48px;
	}
	.mmminko{
		margin-bottom: 64px;
	}
	.vyzvaniea .grey{
		padding-top: 64px;
	}
	.vyzvaniea .grey h3{
		margin-top: 0;
		margin-bottom: 0;
	}
	.vyzvaniea .biele-boxy{
		margin-top: 48px!important;
	}
	.grey .black-title.vyzvanie {
		text-align: center;
	}
	.vyzvaniea .biele-boxy.biele-boxy2 {
		margin-top: 0!important;
	}
	.vyzvaniea .grey {
		padding-bottom: 48px;
	}
	.sankcie-p {
		text-align: left;
	}
	.vyzvaniea .grey{
		margin-bottom: 34px;
	}
	.vyzv2 .m-top-64{
		margin-top: 32px!important;
	}
	#faq .grey-content{
		padding-top: 100px;
		border-radius: 0;
	}
	.index-blox .post-wrapper{
		margin-bottom: 48px;
	}
	.index-blox .post-wrapper{
		border-radius: 0;
	}
	.mnmb3{
		margin-bottom: 0;
	}
	.pov3 .m-top-80{
		margin-top: 0;
	}
	.toppermarg{
		margin-top: 48px;
	}
	.sankcie-pokuty{
		margin-top: 30px;
	}
	#objednavka{
		margin-bottom: 0;
	}
	.priprava-stk{
		font-size: 32px;
	}
	.black-title-t{
		font-size: 20px;
	}
	.mb-8{
		margin-bottom: 48px;
	}
	.n-b-m{
		margin-bottom: 0;
	}
	.lek-no-bot{
		margin-bottom: 0;
	}
	.m-no-bot-48{
		margin-bottom: 64px;
	}
	.owll .item{
		margin-top: 0;
	}
	.m-n-b{
		margin-bottom: 16px;
	}
	.n-b-t{
		margin-top: 0;
	}
	.header-post{
		padding-left: 0;
		padding-right: 0;
	}
	.header-post{
		margin-top: 0;
	}
	.podob-c{

	}
	.owl-blog .owl-nav{
		margin-top: 48px;
	}
	.no-kariera-top{
		margin-top: 0;
	}
	.kariera-top{
		margin-top: 70px;
	}
	.karie{
		margin-top: 48px;
	}
	.kariera-ul li{
		display: block;
		margin-bottom: 16px;
	}
	.kariera-button .button-line{
		background: #C0D854;
		width: 100%!important;
	}
	.kariera-button .button-line{
		display: flex;
		height: 50px;
		min-width: 120px;
		padding: 16px 24px;
		justify-content: center;
		align-items: center;
		gap: 8px;
		flex: 1 0 0;
		border-radius: 500px;
	}
	.allbut{
		margin-top: 40px;

	}
	.kariera-button{
		position: relative;
		width: 100%;
		text-align: center;
		border-radius: 1000px;
		width: 100%!important;
	}
	.itemky{
		text-align: center;
	}
	.header-box{
		padding-top: 80px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.main-cat{
		margin-top: 48px;
	}
	.titleh{
		font-size: 32px;
	}
	.post-ul{
		margin-bottom: 0;
	}
	.header-box{
		border-radius: 0;
	}
	.header-box{
		padding-bottom: 32px;
	}
}
@media screen and (max-width: 567px){
	.homepage-main,.navbar .container,.padding-content{
		padding-left: 30px;
		padding-right: 30px;
	}
	#myModalConfirm .modal-body{
		padding-left: 16px;
	}
	#myModalConfirm label{
		margin-top: 0;
	}
	#myModalConfirm h3{
		margin-bottom: 30px;
	}
	.refp.referencia{
		max-width: 100%;
	}
	.p-r-12{
		top: -10px;
	}
	.stk-text{
		color: rgba(255,255,255,1);
	}

	.stk .contact-section{
		text-align: center;
	}
	.modal-dialog{
		max-width: 100%!important;
		width: 100%!important;
		margin: 0!important;
	}
	#myModalConfirm .modal-header{
		padding-left: 15px;
	}
	.modal-dialog,.modal-content{
		height: 100%;
	}
	.toback1{
		top: 295px;
	}
	.modal{
		background: white;
	}

	modal-backdrop {
	    --bs-backdrop-zindex: 1050;
	    --bs-backdrop-bg: white;
	    --bs-backdrop-opacity: 1;
	}
	#myModal .modal-content,#myModal2 .modal-content{
		padding: 0;
	}
	.times{
		padding: 0;
	}
	.modal{
		margin-top: 15px;
	}

	.times{
		padding-top: 15px;
		padding-bottom: 15px;
	}

	#myModalTime .times {
		column-count: 4; /* Set the number of columns */
		column-gap: 10px; /* Adjust gap between spans as needed */
	}

	#myModalTime .times span {
		display: block;
	}

	.daterangepicker{
		width: 100%!important;
	}
	.times span{
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 8px;
		padding-top: 8px;
		margin-bottom: 8px;
		display: inline-block;
		width: 70px;
		text-align: center;
		margin-right: 3px;
		margin-left: 3px;
		color: #0B171D;
		font-size: 14px;
		cursor: pointer;
	}
	.stk .stk-but{
		display: block;
		margin-top: 32px;
	}
	.stk .social-box-2{
		max-width: calc(100% - 110px);
	}
	.stk .contact-item-box h5{
		font-size: 20px;
	}
	.stk .contact-item-boxes{
		text-align: center;
	}
	.stk .contact-item-box h5{
		text-align: left;
	}
	.stk .contact-item-box p{
		text-align: left;
	}
	.stk .social-box{
		position: relative;
		top: -12px;
	}
	.prepinac{
		width: 50%;
		padding-bottom: 13px;
		padding-top: 0;
	}
	.homepage-main .p-r-12{
		top: 15px;
	}
	.cennik .black-title.center{
		text-align: center;
	}
	
	.stk .stk-but a{
		margin-left: 0;
	}

	#objednavka{
		margin-bottom: 0;
	}


	form .col-md-12{
		padding-left: 15px;
		padding-right: 15px;
	}
	#kontakt .social-box-2{
		max-width: calc(100% - 120px);
	}
	.daterangepicker .calendar-table th, .daterangepicker .calendar-table td{
		padding-left: 5px;
		padding-right: 5px;
	}

}
@media screen and (max-width: 1199px){
	.navbar-nav .sub-menu{
		width: initial;
		left: initial;
		position: relative;
		width: 100%!important;
	}

	#menu-item-681, #menu-item-686{
		display: block;
	}
	.sub-menu{
		padding-left: 0;
		margin-top: 0;
		padding-top: 0;
		padding-left: 15px;
	}
	.sub-menu li a{
		font-size: 14px;
	}
	.sub-menu .sub-menu li{
		border-bottom: 0;
		margin-bottom: 0;
	}
	.navbar-nav .sub-menu .sub-menu{
		margin-top: 12px;
	}
	.menu-item-has-children.active .sub-menu{
		padding-left: 0;
	}
	#menu-item-681, #menu-item-686{
		border-bottom: 0;
		padding-bottom: 0;
		margin-bottom: 5px;
	}
	.sub-menu li:nth-last-child(1){
		padding-bottom: 0;
		margin-bottom: 0;
	}
	#menu-item-686{
		margin-top: 12px;
	}
	#menu-item-29::after {
		top: 7px;
		position: absolute;
		right: 0;
	}
	#menu-item-681,#menu-item-686{
		padding-left: 8px;
		border-left: 1px dotted #C0D854;
	}
	.sub-menu .sub-menu li a::before{
		display: none;

	}
	.only-header-mobile,.only-header-mobile-socials{
		display: block;
	}
	.only-header-mobile a{
		display: block;
		text-align: center;
		font-family: Lexend;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 100%; /* 16px */
		letter-spacing: 0.5px;
	}
	.only-header-mobile{
		margin-top: 48px;
	}
	.green-termin{
		margin-right: 0;
	}
	.only-header-mobile-socials{
		margin-top: 60px;
		text-align: center;
		margin-bottom: 60px;
	}
	.only-header-mobile-socials a{
		text-decoration: none;
		margin-right: 32px;
	}
	.only-header-mobile-socials a:nth-last-child(1){
		margin-right: 0;
	}
	.toback2{
		bottom: 35px!important;
	}
	.modal-footer{
		position: relative;
	}
	.continue-order, .continue-order-send,.toback1,.toback2,.toback3,.daterangepicker .drp-buttons .btn{
		font-size: 14px!important;
	}
	.toback2, .toback3{
		margin-left: 0!important;
	}
	.toback3{
		bottom: 33px;
	}
	.green-box::after{
		width: 30%;
	}
	.button-line{
		font-size: 14px;
	}
	.button-main{
		padding: 18px 20px;
		font-size: 14px;
	}
}

.daterangepicker.auto-apply .drp-buttons{
	display: block!important;
}


#faq .nogrey-content .accordion-header button, #faq  .accordion-button:not(.collapsed), #faq  .nogrey-content .accordion-body{
	background: white!important;
}
.avatars_link{
	text-decoration: none!important;
}
.global-form select,.green-box select{
	padding-right: 34px!important;
}
.times h3{
	padding-bottom: 29px;
	font-size: 20px;
	color: #21272A;
	padding-left: 15px;
	padding-right: 15px;
}
.drp-buttons{
	text-align: right!important;
}
.modal-footer{
	text-align: right!important;
}

.toback1,.toback2,.toback3{
	width: 79px;
    position: absolute;
    bottom: 39px;
    z-index: 999999;
    height: 50px;
    min-width: 120px;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 1000px;
    /* background: #C0D854; */
    /* border: 0; */
    text-align: center;
    color: #0B171D;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.5px;
    left: 24px;
}
.toback2,.toback3{
	bottom: 35px;
}

.mww2{
	width: 50%;
}


 .im2
        {

        	background-image: url('./heart.svg');
           
            background-size: 22px 22px;
            background-repeat: no-repeat;
            width: 22px;
            height: 22px;
            display: inline-block;
        }

        .socin{
        	text-decoration: none;
        	color: white;
        }

        .submit-button{
        	margin-top: 15px;
        }
        .grecaptcha-badge{
        	visibility: hidden;
        	
        }
        .avcislo{
        	position: relative;
        	top: -3px;
        	margin-right: 5px;
        }

        @media screen and (max-width: 452px){
        	.green-box span{
        		padding-left: 34px;
        	}
        }


        @media screen and (max-width: 567px){
        	.navbar-nav{
        		height: 350px;
        		overflow: scroll;
        	}
        }


