*, ::before, ::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-optical-sizing: auto;
}

input, textarea {
	font-family: "Albert Sans", sans-serif;
	font-optical-sizing: auto;
	font-size: 1rem;
	color: #000000;
}

a {
	font-family: "Albert Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	text-decoration: underline;
}

a, a:hover, a:focus {
    outline: 0;
	transition: all 0.2s ease-out;
	color: #F45F31;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.cleaner { clear: both; height: 1px; font-size: 0px; line-height: 0px; }

.btn {
	font-family: "Albert Sans", sans-serif;
	font-optical-sizing: auto;
	font-size: 1rem;
	display: -webkit-inline-flex;
    display: -ms-flexbox;
	display: inline-flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	position: relative;
	line-height: 100%;
	padding: 0px 40px;
	color: #000000;
	border: none;
	-webkit-border-radius: 0.3rem;
	-moz-border-radius: 0.3rem;
	-o-border-radius: 0.3rem;
	border-radius: 0.3rem;
	transition: all 0.2s ease-out;
	background: #ffffff;
	text-decoration: none !important;
	cursor: pointer;
	font-weight: 500;
	gap: 39px;
	height: 58px;
	z-index: 1;
	overflow: hidden;
	white-space: nowrap;
}

.btn::before {
	content: '';
	position: absolute;
	left: 0; right: 0; bottom: 0;
	height: 0;
	background: #1278F1;
	transition: height 0.2s cubic-bezier(.6,.01,.36,1);
	z-index: -1;
}

.btn:hover::before,
.btn:focus::before {
	height: 100%;
}

.btn svg {
	position: relative;
	transition: all 0.2s ease-out;
}

.btn svg path,
.btn svg circle {
	transition: all 0.2s ease-out;
}

.btn:hover, 
.btn:focus {
	text-decoration: none;
	color: #ffffff;
}

.btn:not(.wht):hover svg, 
.btn:not(.wht):focus svg {
	transform: translateX(5px);
}

.btn.back:hover svg, 
.btn.back:focus svg {
	transform: translateX(-5px);
}

.btn:not(.wht):hover svg path, 
.btn:not(.wht):focus svg path,
.btn:not(.wht):hover svg circle, 
.btn:not(.wht):focus svg circle {
	stroke: #ffffff;
}

.btn.trnsp {
	background-color: transparent;
	border: 1px solid #ffffff;
	color: #ffffff;
}

.btn.trnsp::before {
	display: none;
}

.btn.trnsp svg path,
.btn.trnsp svg circle {
	stroke: #ffffff;
}

.btn.trnsp:hover, 
.btn.trnsp:focus {
	background: #ffffff;
	color: #000000;
}

.btn.trnsp:hover svg path,
.btn.trnsp:focus svg path,
.btn.trnsp:hover svg circle,
.btn.trnsp:focus svg circle {
	stroke: #000000;
}

.tag,
.btn.bord {
	border: 2px solid #020025;
	box-shadow: 0 25.736px 42.893px 0 rgba(0, 0, 0, 0.08);
}

.btn.bord:before {
	background: #020025;
}

.tag {
	font-size: 14px;
	color: #141414;
	display: inline-flex;
	padding: 9px 25px;
	justify-content: center;
	align-items: center;
	gap: 11px;
	font-weight: 400;
	background: #ffffff;
	letter-spacing: -0.858px;
	line-height: 1;
}

.faza .tag {
	padding: 8px 14px;
	margin-bottom: 16px;
}

.article_heading_3 .tag {
	padding: 8px;
	color: #FFFFFF;
	border-color: #FFFFFF;
	background-color: transparent;
	line-height: 90%;
}

body {
	font-family: "Albert Sans", sans-serif;
	font-optical-sizing: auto;
    font-size: 16px;
	font-weight: 500;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	color: #3E3C69;
	background: #ffff;
}

body.no-scroll {
	overflow: hidden;
}

article, details, figure, footer, header, main, menu, nav, section {
    display: block;
}

p {
	margin: 0px;
	margin-bottom: 20px;
}

p.message {
	color: #495057;
	margin: 10px 0px !important;
	padding: 5px 10px;
	background-color: #ffb0b0;
	border-radius: 0.5rem;
	border: 1px solid #ff8c8c;
}

p.message i {
	color: #df0000;
	margin-right: 10px;
}

p.message.info {
	border: 1px solid #BEF371;
	background-color: #DBFFBF;
}

p.message.info i {
	color: #83D012;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #020025;
}

h1, h2 {
	font-weight: 900;
	text-transform: uppercase;
}

h2 {
	font-size: 24px;
}

h2 .btn {
	text-transform: none;
}

h1 span,
h2 span,
h1 em,
h2 em {
	font-weight: 400;
	font-style: italic;
}

div#page {
	overflow: hidden;
	padding-top: 103px;
}

.svg-icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	line-height: 1;
}

.wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0px 15px;
}

.wrapper .content > img {
	max-width: 720px;
	width: 100%;
}

.wrapper .content table img {
	width: auto;
}

.wrapper .content td {
	padding: 5px;
}

.row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
	gap: 40px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.page2 .row {
	gap: 72px;
}

.content div.col {
	flex: 1 1 20%;
}

.navbar_button {
	display: none;
	fill: #b33328;
    text-align: center;
    padding: 12px;
}

.navbar_button svg {
	display: block;
}

#header {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 11;
}

#header .wrapper {
	position: static;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}

#header .top_lista {
	background-color: #020025;
	padding: 10px 0px;
}

#header .top_lista .btn {
	border-radius: 0.2rem;
	height: 30px;
}

#header .top_lista .btn:not(.own) {
	background: #0B4EA2;
	color: #fff;
	padding: 0px 18px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.02863rem;
	gap: 20px;
}

#header .top_lista .btn:hover {
	color: #fff;
}

#header .top_lista .own {
	padding: 0px 25px;
}

#header .top_lista .btn.lang {
	border: 2px solid rgba(0, 0, 0, 0.12);
	background: #042E61;
	padding-left: 16px;
	padding-right: 6px;
	gap: 12px;
	overflow: visible;
	z-index: 1001;
}

#header .top_lista .btn.lang:hover {
	border: 2px solid #074591;
}

#header .top_lista .btn.lang.opened {
	background: #074591;
	border: 2px solid rgba(0, 0, 0, 0.12);
}

#header .top_lista .btn.lang.opened svg {
	transform: rotate(180deg);
	transform-origin: 50% 50%;
}

.btn.lang::before {
	background: #074591;
}

#header .top_lista .btn.lang img {
	margin-left: 20px;
}

#lang_menu {
	display: none;
	position: absolute;
	top: 28px;
	left: -2px;
	right: -2px;
	border: 2px solid #E4E4E4;
	border-bottom: 0px;
	background: #FFF;
}

#lang_menu a {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 16px;
	padding-right: 36px;
	color: #000000;
	height: 30px;
	border-bottom: 2px solid #E4E4E4;
}

#lang_menu a:hover {
	background: #E4E4E4;
	text-decoration: none;
}

#header .top_lista .btn.lang.opened #lang_menu {
	display: block;
}

#header .menu_lista {
	background-color: #d9d9d9;
}

#header nav .social_icons {
	display: none;
	padding-top: 20px;
	padding-bottom: 35px;
	text-align: center;
}

#header nav .social_icons img {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 12px;
	filter: invert(1);
}

#header .left {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#header .right .left-col,
#header .right {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	gap: 10px;
	flex-shrink: 0;
}

#header #logo img {
	display: block;
}

#header ul {
    list-style: none;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
	gap: 3.3125rem;
}

#header nav ul.uroven1 > li {
	display: inline-block;
	text-align: center;
	padding: 0;
}

#header nav ul li a {
	display: block;
	/*font-size: 0.875rem;*/
	color: #020025;
	/*padding: 17px 0px 13px 0px;*/
	padding: 17px 0px;
}

#header ul li a svg {
	margin-left: 6px;
}

#header ul li a:hover, 
#header ul li a.clicked {
	text-decoration: none;
	color: #D73300;
}

#header ul li a svg {
	transition: all 0.2s;
}

#header ul li a svg path {
	transition: all 0.2s ease-out;
}

#header ul li a:hover svg {
	transform: rotate(180deg);
	transform-origin: 50% 50%;
}

#header ul li a:hover svg path, 
#header ul li a.clicked svg path {
	stroke: #D73300;
}

#header nav div.sub_menu {
	position: absolute;
	left: 0px;
	right: 0px;
	display: none;
	background-color: #ffffff;
	z-index: 11;
	padding: 50px 0px;
}

div.sub_menu div.wrapper {
	gap: 100px;
}

#header nav ul.uroven2 {
	display: block;
	text-align: left;
}

#header nav ul.uroven2 li a {
	padding: 12px 0px;
	white-space: nowrap;
	font-size: 20px;
}

#header nav ul.uroven1 > li.have_sub:hover div.sub_menu {
	display: block;
}

.submenu-overlay {
	display: none;
	position: fixed;
	background-color: #000000;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0.85;
	z-index: 10;
	height: 100%;
}

body.no-scroll .submenu-overlay {
	display: block;
}

.menu_img {
	flex: 1 1 auto;
}

.menu_img div {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 700px;
	height: 370px;
	display: none;
}

#h-heading {
	position: relative;
	padding-top: 70px;
	padding-bottom: 130px;
}

.page2 #h-heading,
.page7 #h-heading {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0.96%, rgba(2, 0, 37, 0.85) 99.1%), url(./i/bg-header-n.jpg) no-repeat;
	background-size: cover;
	background-position: center top;
}

.page5 #h-heading {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) -20.13%, #020025 62.26%), url(./i/bg-blog.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	padding-bottom: 50px;
}

.pageparent56 #h-heading,
.pageparent4 #h-heading {
	background: linear-gradient(0deg, rgba(87, 87, 87, 0.00) -48.92%, #020025 70.95%), url(./i/bg-blog.jpg) lightgray 0px -394.257px / 100% 259.122% no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 65px;
	padding-bottom: 50px;
	min-height: 377px;
}

#h-heading.article_heading_3 {
	background-image: linear-gradient(358deg, rgba(0, 0, 0, 0.00) 2.82%, #000 71.1%), url(./i/bg-blog.jpg);
	background-size: cover;
	background-position: center;
	min-height: 318px;
	padding-bottom: 40px;
}

#h-heading h1 {
	font-size: 48px;
	color: #FFF;
}
.page56 #h-heading h1,
.page3 #h-heading h1,
.pageparent3 #h-heading h1,
.page4 #h-heading h1 {
	font-size: 36px;
	text-align: center;
	padding-bottom: 45px;
	color: #020025;
}
.faza h2,
#h-produkt h2,
#h-related h2,
.page5 #h-heading h1 {
	font-size: 36px;
}

.page5 #h-heading h3 {
	color: #ffffff;
	text-transform: uppercase;
	margin-top: 18px;
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: 900;
}

.page56 #h-heading,
.page3 #h-heading,
.pageparent3 #h-heading,
.page4 #h-heading {
	padding-bottom: 45px;
	background: none;
}

#h-heading.article_head_5 h1 {
	font-size: 36px;
	color: #020025;
	font-weight: 700;
}

#h-heading.article_head_5 {
	padding-bottom: 70px;
}

#h-heading.article_head_5 .btn {
	height: 48px;
	padding: 0px 25px;
}

#h-heading .short_text {
	margin: 0px;
	text-align: center;
}

#h-heading .blog_head_wrp {
	display: flex;
	-webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
	gap: 210px;
}

#h-heading .blog_head_wrp .short_text {
	max-width: 344px;
	text-align: left;
	color: #D8D8D8;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 113%; /* 18.08px */
}

#h-content {
	position: relative;
	padding-bottom: 60px;
	overflow: hidden;
}

.page3 #h-content,
.pageparent3 #h-content,
.page5 #h-content {
	padding-bottom: 37px;
}

.page56 #h-content,
.page3 #h-content,
.pageparent3 #h-content {
	background: url(./i/bg-riesenia.png) right -65px no-repeat;
}

.article_blocks {
	background: url(./i/bg-riesenia.png) right 570px no-repeat;
}

.page7 #h-content {
	background: url(./i/svg/kontakt-bg.svg) center calc(100% + 550px) repeat-x;
}

#h-content .content {
	padding-top: 60px;
}

.h-hodnoty h2,
#h-content .content h2 {
	font-size: 36px;
	margin-bottom: 27px;
}

.page2 #h-content .content h2 {
	margin-bottom: 10px;
}

#h-content .content h3 {
	font-size: 19px;
	font-weight: 900;
	margin-bottom: 20px;
}

#h-content .content p {
	line-height: 113%; /* 1.4125rem */
}

#h-content .content img {
	display: block;
	max-width: 100%;
}

body:not(.home) #h-content .content a {
	text-decoration: underline;
}

body:not(.home) #h-content .content a:hover {
	text-decoration: none;
}

#h-content .content ul {
	line-height: 113%;
}

.otherpages #h-content .wrapper {
	max-width: 1280px;
}

.otherpages #h-heading {
	padding-top: 58px;
	padding-bottom: 45px;
}

.otherpages #h-heading h1 {
	font-size: 34px;
	color: #121212;
}

.otherpages #h-content .content {
	color: #000000;
	padding-top: 0px;
	font-size: 14px;
	font-weight: 400;
}
.otherpages #h-content .content ul,
.otherpages #h-content .content p {
	line-height: normal;
}

.otherpages #h-content .content ul {
	margin-top: 0px;
	margin-bottom: 20px;
}

.blok:not(.blok_type_1):not(.blok_type_9) ul,
ul.check {
	padding: 0px;
}

.blok:not(.blok_type_1):not(.blok_type_9) ul li,
ul.check li { 
	padding: 6px 0px 7px 40px;
	list-style-type: none;
	background: url(./i/svg/check.svg) left 3px no-repeat; 
} 

.blok:not(.blok_type_1):not(.blok_type_9) ul li {
	padding-bottom: 14px;
}

.blok:not(.blok_type_1) ul li ul,
ul.check li ul {
	margin-top: 10px;
}

.blok:not(.blok_type_1) ul li ul li,
ul.check li ul li {
	list-style-type: disc;
	background: none;
	padding: 5px 0px;
}

.kontakt-logo {
	margin: 0px 80px;
	position: absolute;
	text-align: center;
	right: 0px;
	bottom: 34px;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.kontakt-logo .wcm {
	margin-top: 17px;
}

.home #h-content {
	padding-bottom: 0rem;
	background-color: #E65335;
}

.home #h-content .content {
	padding-top: 6.88rem;
	padding-bottom: 8.75rem;
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}

.home #h-content .content h1 {
	font-size: 3rem;
	line-height: 107.274%;
}

.home #h-content .content p {
	font-size: 1.25rem;
	margin: 0px;
	margin-top: 0.75rem;
	color: #020025;
}

.home #h-content .content p:not(.bottom) {
	margin-left: 80px;
	margin-right: 80px;
}

.home #h-content .content p.bottom {
	margin-top: 4.62rem;
}

.home #h-content .content p .tag {
	font-size: 1rem;
	margin-bottom: 1.75rem;
}

.home #h-content .content .btn {
	margin: 0.5rem 1rem;
}

video {
	position: absolute;
	top: 0px;
	left: 0px;
	pointer-events: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
	will-change: transform;
	vertical-align: middle;
}

.fancybox-inner video {
	pointer-events: auto;
}

.h-hodnoty {
	text-align: center;
}

#h-hodnoty {
	padding: 120px 0px;
	background: url(./i/bg-hodnoty.png) center bottom no-repeat;
	background-size: 100% 277px;
}

#h-hodnoty h2 {
	margin-bottom: 39px;
}

.h-hodnoty.b0 {
	padding-top: 80px;
	padding-bottom: 22px;
}

.h-hodnoty.b0 h2 {
	margin-bottom: 52px;
}

.h-hodnoty.b6 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 110px;
	padding-bottom: 88px;
}

.h-hodnoty.b6,
.h-hodnoty.b6 h2,
.h-hodnoty.b6 h3 {
	color: #ffffff;
}

.h-hodnoty.b6 h2 {
	margin-bottom: 55px;
}

.h-hodnoty.b6 path {
	fill: #ffffff;
}

.h-hodnoty .wrapper {
	display: flex;
	justify-content: center;
	gap: 21px;
}

.h-hodnoty .hodnota {
	border: 1px solid #F0F0F0;
	background: #FFF;
	width: 252px;
	min-height: 184px;
	padding: 18px;
}

.h-hodnoty.b6 .hodnota {
	border: 1px solid #F0F0F0;
	background: rgba(255, 255, 255, 0.10);
	min-height: 162px;
}

.h-hodnoty .hodnota h3 {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 12px;
}

.h-hodnoty .hodnota .subname {
	font-size: 14px;
	line-height: 113%; /* 15.82px */
}

.h-hodnoty .hodnota p {
	margin-bottom: 0px;
	line-height: 113%;
}

#h-ocenenia {
	background: #f4f4f4 url(./i/svg/ocenenie.svg) center center;
	text-align: center;
	padding: 64px 0px 69px 0px;
}

.home #h-ocenenia {
	padding-bottom: 90px;
}

.home #h-ocenenia .wrapper {
	height: 530px;
}

#h-ocenenia h2 {
	margin-bottom: 21px;
}

#h-ocenenia .short-text {
	margin: 0 auto;
	margin-bottom: 52px;
	max-width: 430px;
	line-height: 113%;
	padding: 0px 15px;
}

#h-ocenenia .wrapper {
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
}

#h-ocenenia .ocenenie {
	position: relative;
	width: 310px;
	text-align: left;
}

#h-ocenenia .ocenenie > div {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 450px;
	display: flex;
	padding: 20px;
	-webkit-align-items: flex-end;
    -ms-flex-align: end;
	align-items: flex-end;
	background: url(./i/svg/play-white.svg) center center no-repeat, linear-gradient(180deg, rgba(0, 0, 0, 0.00) 18.67%, rgba(0, 0, 0, 0.25) 100%), linear-gradient(0deg, rgba(217, 217, 217, 0.00) 0%, rgba(217, 217, 217, 0.00) 100%);
	cursor: pointer;
}

#h-ocenenia .ocenenie img {
	display: block;
}

#h-ocenenia .ocenenie .btn {
	margin-top: 15px;
	width: 100%;
	background: none;
	height: 48px;
	padding: 0px;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.h-hodnoty .hodnota,
#h-ocenenia .ocenenie {
	transition: all 0.2s ease-out;
}

.h-hodnoty .hodnota:hover {
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

#h-ocenenia .ocenenie > div:hover {
	background: url(./i/svg/play-white.svg) center center no-repeat, linear-gradient(180deg, rgba(0, 0, 0, 0.00) 18.67%, rgba(0, 0, 0, 0.85) 100%), linear-gradient(0deg, rgba(217, 217, 217, 0.00) 0%, rgba(217, 217, 217, 0.00) 100%);
}

#h-ocenenia .ocenenie svg.svg_l {
	flex: 0 0 49px;
}

#h-ocenenia .ocenenie svg.svg_r {
	flex: 0 0 55px;
}

#h-ocenenia .ocenenie .subname {
	line-height: 113%;
	font-size: 14px;
}

#h-ocenenia .ocenenie h3 {
	font-size: 24px;
	color: #F0F0F0;
	font-weight: 900;
	text-transform: uppercase;
}

#h-ocenenia .ocenenie h3 span {
	font-weight: 400;
}

.h-gallery {
	display: grid;
	grid-template-columns: 3fr 2fr;
	grid-template-rows: 1fr 1fr;
	gap: 0;
	height: 500px;
}

.h-gallery > div {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
}

div.gal_hover {
	transition: all 0.15s ease-out;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	padding: 30px 45px;
	color: #F0F0F0;
	background-color: rgba(2, 0, 37, 0.25);
	opacity: 0;
}

.article_banner:hover div.gal_hover,
.gallery a.gal:hover div.gal_hover,
div.slide:hover div.gal_hover,
.h-gallery > div:hover div.gal_hover {
	opacity: 1;
}

div.gal_hover h3 {
	text-transform: uppercase;
	color: #D9D9D9;
	font-size: 24px !important;
	font-weight: 800 !important;
	line-height: normal;
}

.gallery div.gal_hover {
	padding: 28px 36px;
	color: #ffffff;
}

.gallery div.gal_hover h3 {
	font-size: 18px !important;
	color: #ffffff;
}

div.gal_hover div.gal_hcont > div {
	padding: 5px 0px;
}

.h-gallery div.h-g-1 {
	grid-column: 1 / 2;
	grid-row: 1 / 3;
}

.h-gallery div.h-g-2 {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}

.h-gallery div.h-g-3 {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
}

.h-gallery.hgc1 {
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto;
}
.h-gallery.hgc1 div.h-g-1 {
	grid-column: 1 / 3;
}

.h-gallery.hgc2 div.h-g-2 {
	grid-row: 1 / 3;
}

#h-sluzby {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.55) 50.01%, rgba(244, 95, 49, 0.55) 120.74%);
	padding-bottom: 1.62rem;
}

.sluzby-wrapper {
	position: relative;
	top: -3.19rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
}

.sluzby-wrapper .sluzba {
	position: relative;
	padding: 18px;
	display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
	z-index: 0;
	background-color: #121134;
	background-repeat: no-repeat; 
	background-size: cover;
	background-position: center center;
}

.sluzby-wrapper .sluzba::before {
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 10.38%, #020025 91.75%);
}

.sluzby-wrapper .sluzba:hover::before {
	background: linear-gradient(0deg, rgba(2, 0, 37, 0.45) 0%, rgba(2, 0, 37, 0.45) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.00) 10.38%, #000 91.75%);
}

.sluzby-wrapper .sluzba1 { padding: 25px; height: 350px; min-width: 520px; }
.sluzby-wrapper .sluzba2 { height: 300px; }
.sluzby-wrapper .sluzba3 { height: 300px; }
.sluzby-wrapper .sluzba5 { 
	grid-column: 2 / span 2;
	margin-top: -50px;
	z-index: 5;
}

.sluzby-wrapper .sluzba video {
	z-index: -1;
}

.sluzby-wrapper .sluzba > div {
	position: relative;
	width: 100%;
	padding: 0px 7px;
	margin-bottom: 35px;
}

.sluzby-wrapper .sluzba h3 {
	color: #F45F31;
	font-size: 1.5rem;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 0.63rem;
}

.sluzby-wrapper .sluzba .subname {
	color: #F0F0F0;
	leading-trim: both;
	text-edge: cap;
	font-size: 1rem;
	line-height: 113%;
	max-width: 370px;
}

#h-riesenia {
	text-align: center;
	position: relative;
	background-color: #121134;
	z-index: 0;
}

#h-riesenia video {
	z-index: -1;
}

#h-riesenia::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(174deg, rgba(0, 0, 0, 0.05) 4.45%, #020025 94.43%);
}

#h-riesenia .wrapper {
	padding-top: 134px;
	padding-bottom: 141px;
}

#h-riesenia h2 {
	color: #FFF;
	font-size: 64px;
	font-weight: 900;
	max-width: 890px;
	margin: 0 auto;
}

.riesenia-wrapper {
	position: relative;
	text-transform: uppercase;
	display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
	gap: 1.25rem;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 60px;
	max-width: 1100px;
	margin: 0 auto;
}

.riesenia-wrapper .btn.reset {
	position: absolute;
	right: 0;
	top: -47px;
	text-transform: none;
	font-weight: 400;
	padding: 8px 14px;
	height: auto;
	font-size: 14px;
	line-height: 90%;
}

#h-heading .riesenia-wrapper {
	padding-top: 0px;
}

.page56 #h-content .content,
.page3 #h-content .content,
.pageparent3 #h-content .content {
	padding-top: 0px;
}

.riesenie {
	display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
	padding: 15px 25px;
	align-items: center;
	gap: 1.25rem;
	-webkit-border-radius: 0.3rem;
	-moz-border-radius: 0.3rem;
	-o-border-radius: 0.3rem;
	border-radius: 0.3rem;
	background: #F45F31;
	color: #FFF;
	font-size: 1.25rem;
	line-height: 90%; /* 1.125rem */
	letter-spacing: -0.03888rem;
}

.riesenie:focus,
.riesenie:hover {
	background: #d73300;
	color: #FFF;
	text-decoration: none;
}

.riesenie.active {
	background: #761C00;
	color: #F45F31;
}

.riesenie svg {
	position: relative;
	transition: all 0.2s ease-out;
}

.riesenie:hover svg, 
.riesenie:focus svg {
	transform: translateX(5px);
}

.riesenie.active svg path:not(.do_stroke),
.riesenie.active svg rect:not(.do_stroke) {
	fill: #F45F31;
}

.riesenie.active svg path.do_stroke,
.riesenie.active svg rect.do_stroke {
	stroke: #F45F31;
}

.home #h-news {
	position: relative;
	padding-top: 131px;
	padding-bottom: 131px;
}

.h-o-nas, #h-referencie, #h-partneri {
	position: relative;
	padding-top: 133px;
	padding-bottom: 147px;
	text-align: center;
	background-image: url('./i/stl.png'), url('./i/str.png');
	background-position: left top, right top;
	background-repeat: no-repeat, no-repeat;
}

.h-o-nas {
	padding-top: 185px;
	padding-bottom: 170px;
	background-color: #ffffff;
}

#h-partneri {
	padding-top: 80px;
	background-image: none;
}

.page2 #h-partneri {
	padding-bottom: 80px;
}

#h-referencie {
	background-image: url('./i/stl.png'), url('./i/str.png'), url('./i/sbl-cut.png'), url('./i/sbr-cut.png');
	background-position: left top, right top, left bottom, right bottom;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}

#h-rast h2,
#h-predajna h2,
#h-eshop h2,
#h-komplexne h2,
#h-partneri h2,
#h-referencie h2,
.h-o-nas h2,
#h-pribeh h2 {
	font-size: 48px;
}

#h-partneri .part-loga {
	padding-top: 60px;
	display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 40px 30px;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

#h-partneri .part-loga img {
	max-height: 50px;
}

.h-o-nas .c-right {
	display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	padding-top: 56px;
}

#h-partneri .subtext,
#h-referencie .subtext,
.h-o-nas .subtext {
	color: #020025;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 26px;
}

.h-o-nas .v-cislach {
	display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
	gap: 21px;
	flex-direction: column;
	max-width: 240px;
	padding: 27px 0px;
}

.h-o-nas .v-cislach h2 {
	font-size: 40px;
}

.h-o-nas .v-cislach .text {
	font-size: 1rem;
	line-height: 113%;
	display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
	height: 55px;
	flex-direction: column;
	justify-content: center;
}

#h-pribeh {
	position: relative;
	padding: 193px 0px;
	background-color: #F45F31;
	color: #ffffff;
}

#h-pribeh .btn {
	height: 86px;
}

#h-pribeh video {
	left: auto;
	right: 0px;
	width: 60%;
}

#h-pribeh > svg {
	position: absolute;
	right: 40%;
	top: 0px;
	height: 100%;
	width: auto;
}

#h-pribeh h2 {
	color: #ffffff;
	margin-bottom: 14px;
}

#h-pribeh .gradient {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0.08%, rgba(244, 95, 49, 0.55) 48.54%);
}

#h-pribeh .text {
	margin-bottom: 36px;
	padding-right: 40px;
	line-height: 113%;
}

#h-pribeh .c-left {
	max-width: 410px;
}

#h-komplexne {
	background-color: #020025;
}

#h-komplexne .wrapper {
	background-image: url('./i/riesienia-s.png');
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-top: 70px;
	padding-bottom: 60px;
}

#h-komplexne h2, 
#h-komplexne h3 {
	color: #ffffff;
}

#h-komplexne h2 {
	max-width: 652px;
	margin-bottom: 45px;
}

#h-komplexne h3 {
	font-size: 16px;
	font-weight: 900;
	display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
	gap: 14px;
	align-items: center;
	text-transform: uppercase;
	margin-bottom: 13px;
}

#h-komplexne p,
#h-komplexne .subname {
	color: #D9D9D9;
	line-height: 113%;
	margin-bottom: 0px;
}

#h-komplexne .komplexne-wrapper {
	display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 44px 32px;
	max-width: 652px;
}

#h-komplexne .komplex {
	max-width: 310px;
}

.kontakt_form_wrp .kontakt_btn:first-child .btn,
#h-rast .btn,
#h-komplexne .btn {
	font-size: 17px;
	font-weight: 400;
	letter-spacing: -0.487px;
	background: #1278F1;
	color: #ffffff;
}

#h-rast .btn {
	padding: 0px 24px;
}

#h-komplexne .btn {
	position: absolute;
	right: 15px;
	bottom: 60px;
}

.kontakt_formy .btn:not(.bord)::before,
.kontakt_form_wrp .kontakt_btn .btn::before,
#h-rast .btn::before,
#h-komplexne .btn::before {
	display: none;
}

.kontakt_form_wrp .kontakt_btn:first-child .btn svg path,
#h-rast .btn svg path,
#h-komplexne .btn svg path {
	stroke: #ffffff;
}

.kontakt_form_wrp .kontakt_btn:first-child .btn:focus,
.kontakt_form_wrp .kontakt_btn:first-child .btn:hover,
#h-rast .btn:focus,
#h-rast .btn:hover,
#h-komplexne .btn:focus,
#h-komplexne .btn:hover {
	background: #0B4EA2;
	box-shadow: 0 0 15px 5px #00418D inset;
}

#h-rast, 
#h-predajna {
	margin: 60px 32px 20px 32px;
	padding-top: 49px;
	padding-bottom: 62px;
	background: linear-gradient(90deg, rgba(244, 95, 49, 0.65) 55.55%, rgba(0, 0, 0, 0.00) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%), url(./files/upload/kontakt/sortec-predajna.jpg) lightgray 50% / cover no-repeat;
	position: relative;
	overflow: hidden;
}

#h-rast {
	margin: 0px 32px;
	margin-top: 66px;
	background: linear-gradient(90deg, rgba(244, 95, 49, 0.55) 63.03%, rgba(0, 0, 0, 0.00) 100%), url(./i/bg-rast.jpg) lightgray 50% / cover no-repeat;
}

#h-rast > img,
#h-predajna > img {
	background: linear-gradient(0deg, rgba(0,0,0,0) 50%, #F45F31 50%);
	padding-top: 70%;
	display: none;
	position: absolute;
	bottom: 40%;
	width: 100%;
}

#h-rast > img {
	bottom: 33%;
}

#h-rast > svg,
#h-predajna > svg {
	position: absolute;
	right: 48%;
	top: 0px;
	height: 100%;
	width: auto;
}

#h-rast > svg {
	right: 36%;
}

#h-rast::before,
#h-predajna::before {
	content: '';
	position: absolute;
	top: 0; left: 0; bottom: 0;
	background: #F45F31;
}

#h-predajna::before {
	right: calc(48% + 300px);
}

#h-rast::before {
	right: calc(36% + 335px);
}

#h-predajna p {
	margin-bottom: 0px;
}

#h-rast .wrapper,
#h-predajna .wrapper {
	display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	max-width: 1065px;
}

#h-rast .wrapper {
	max-width: 1280px;
}

#h-predajna .shorttext p {
	display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-top: 30px;
}

#h-predajna .shorttext svg {
	margin-right: 13px;
}

#h-predajna .text {
	width: 380px;
}

#h-predajna .text h3 {
	color: #DFDFDF;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 28px;
}

#h-predajna .text p {
	color: #FFF;
	font-size: 36px;
	font-weight: 700;
}

#h-predajna a {
	color: #020025;
	font-weight: 700;
	text-decoration: underline;
}

#h-rast .shorttext div {
	color: #020025;
	font-weight: 700;
	margin-top: 24px;
}

#h-predajna a:hover {
	text-decoration: none;
}

#h-eshop {
	margin: 43px 32px;
	margin-bottom: 0px;
	padding-top: 56px;
	padding-bottom: 67px;
	background: #F45F31 url(./i/svg/eshop-bg.svg) center bottom no-repeat;
	position: relative;
	overflow: hidden;
}

#h-eshop .wrapper {
	position: static;
}

#h-eshop .eshop_wrapper {
	max-width: 580px;
}

#h-eshop h2 {
	margin-bottom: 16px;
}

#h-eshop .shorttext {
	color: #121212;
	font-size: 20px;
	font-weight: 900;
	margin-bottom: 16px;
}

#h-eshop .text {
	color: #2E2E2E;
	line-height: 113%; /* 18.08px */
	margin-bottom: 75px;
}

#h-eshop .text p {
	margin: 0px;
}

#h-eshop .eshop_img {
	transform: rotate(-4.732deg);
	display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 16px;
	position: absolute;
	-webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
	right: -135px;
	bottom: -10px;
	width: 764px;
}

#h-eshop .eshop_img .img1,
#h-eshop .eshop_img .img2 {
	max-width: 166px;
}

#h-eshop .eshop_img .img4 {
	max-width: 348px;
	margin-top: -234px;
}

#h-eshop .eshop_img .img3 {
	max-width: 400px;
}

#h-eshop .eshop_img .img5 {
	max-width: 230px;
}

div.paging {
	position: relative;
	text-align: center;
	padding-top: 2.5rem;
	line-height: 58px;
}

div.paging a.nextpage {
	position: absolute;
	right: 0px;
}

div.paging a.prevpage {
	position: absolute;
	left: 0px;
}

.articles {
	display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 2rem;
	justify-content: center;
	text-align: left;
}

#h-news h2 {
	display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 48px;
	margin-bottom: 29px;
}

#h-news h2 .btn {
	height: 52px;
}

#h-news .articles_wrp {
	height: 401px;
}

#h-referencie .articles {
	padding-top: 160px;
	padding-bottom: 60px;
}

#h-related {
	margin-top: 75px;
}

#h-related h2 {
	font-weight: 700;
	margin-bottom: 47px;
	display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 34px;
	flex-wrap: wrap;
}

#h-related h2 .div_r {
	text-align: right;
	flex-grow: 1;
}

#h-related .btn {
	height: 47px;
	padding: 0px 25px;
}

.article {
	-webkit-flex: 0 1 464px;
	-ms-flex: 0 1 464px;
	flex: 0 1 464px;
	max-width: 464px;
}

.owl-carousel .article {
	position: relative;
	width: 292px;
	height: 384px;
	max-width: 292px;
	flex: 1 1 auto;
}

.article.inactive, .article_detail.inactive {
	background-color: rgba(1, 1, 1, 0.15);
    margin-top: 0;
    opacity: 0.8;
    padding-top: 30px;
}

#h-content .content div.gallery,
div.article_detail .desc > div.gallery {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 50px;
	gap: 30px;
}

div.article_detail .desc .owl-theme .owl-nav {
	top: 107px;
}

.article_btn_wrp {
	display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	padding-top: 40px;
	margin: 0 auto;
	gap: 24px;
}

.article_btn_wrp .article_next svg {
	transform: rotate(180deg);
	transform-origin: 50% 50%;
}

.article_btn_wrp .article_next:hover svg, 
.article_btn_wrp .article_next:focus svg {
	transform: rotate(180deg) translateX(5px);
}

.article_name {
	font-weight: 700;
	display: block;
	font-size: 20px;
	text-decoration: none !important;
}

.articles:not(.owl-carousel) .article_name:hover,
.articles:not(.owl-carousel) .article_name {
	color: #020025;
}

.article_name:hover {
	text-decoration: underline !important;
}

.owl-carousel .article_name {
	text-transform: uppercase;
	font-size: 24px;
	max-height: 176px;
	overflow: hidden;
}

.article .btn {
	background-color: #F0F0F0;
}

.article_date {
	font-size: 1;
	font-weight: 600;
	background: url(./i/calendar.svg) 0px 0px no-repeat;
	padding-left: 32px;
}

.wrapper .content .article_date img, .wrapper .content {
	width: auto;
}

.authorcon {
	position: relative;
	top: 1px;
	margin-left: 20px;
	margin-right: 4px;
	display: inline;
}

div.article_image {
	position: relative;
	z-index: 1;
}

div.content_gallery {
	display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

div.content_gallery div {
	flex: 1 1 33.33%;
	max-width: 350px;
	height: 300px;
	display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

div.content_gallery div img {
	flex: 0 1 auto;
}

div.article_image a, div.gallery a {
	display: block;
	overflow: hidden;
}

div.gallery a {
	position: relative;
}

div.gallery a.w234 {
	flex: 1 0 30%;
	max-width: 234px;
}

div.article_image a:hover > img, div.gallery a:hover img {
	transform: scale(1.05);
}

div.article_image a img, div.gallery a img {
	display: block;
	width: 100%;
	height: auto;
	transition: all 0.2s ease-out;
}

div.article_desc {
	position: relative;
	padding-top: 18px;
}

.owl-carousel div.article_desc {
	position: absolute;
	top: 1px;
	padding: 20px;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
	border-radius: 0.3rem;
}

.owl-carousel div.article_desc .btn {
	position: absolute;
	bottom: 20px;
	width: 252px;
	gap: 0px;
}

div.article_short_text {
	clear: both;
	margin: 10px 0px;
	font-size: 1rem;
	color: #6E6E6E;
	line-height: 113%;
}

.owl-carousel div.article_short_text {
	color: #F0F0F0;
	margin: 14px 0px;
}

#h-heading .product_heading {
	max-width: 620px;
	color: #ECECEC;
}

#h-heading.article_heading_3 .product_heading {
	max-width: none;
}

#h-heading .product_heading p {
	margin-bottom: 16px;
}

#h-heading .product_heading h1 {
	color: #F45F31;
	margin-bottom: 16px;
}

#h-heading .product_heading h4 {
	font-size: 20px;
	color: #F0F0F0;
	line-height: 113%;
	font-weight: 500;
}

#h-heading.article_heading_3 .product_heading p {
	color: #F45F31;
	margin-top: 16px;
	margin-bottom: 0px;
}

#h-heading.article_heading_3 .product_heading h4 {
	max-width: 553px;
}

.article_heading {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
	gap: 160px;
	margin-top: 50px;
}

.article_heading > div {
	flex: 1 0 0;
}

.article_heading > div p {
	margin-bottom: 0px;
}

.article_nav {
	display: block;
	padding: 12px;
	border-radius: 60px;
	background: #020025;
	width: 48px;
	height: 48px;
}

.article_nav img {
	display: block;
}

.article_banner {
	height: 570px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 65px;
}

.article_blocks {
	font-size: 14px;
}

.article_blocks .b00 {
	padding-top: 20px;
	padding-bottom: 47px;
}

.article_blocks .b00 h3 {
	font-weight: 900;
	font-size: 16px;
	margin-top: 27px;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.article_blocks .b00 p {
	margin-bottom: 0px;
}

.article_blocks .b00 .wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 160px;
}

.article_blocks .b00 .wrapper > div {
	flex: 1 1 50%;
}

.tags_wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
}

.tags_wrapper .tag {
	padding: 0px 13px;
	height: 35px;
}

.article_head_5 .tags_wrapper {
	padding-top: 20px;
}

div.article_image .tags_wrapper {
	padding: 15px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	overflow: hidden;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: calc(100% - 15px);
}

div.article_image .tags_wrapper .tag {
	flex: 0 0 auto;
}

div.article_image a .tags_wrapper img {
	width: auto;
}

div.article_detail {
	position: relative;
	padding: 0px 15px;
	max-width: 1248px;
	margin: 0 auto;
}

div.article_detail a {
	text-decoration: underline;
}

div.article_detail a:hover {
	text-decoration: none;
}

/* blog */
div.article_detail.article_page_5 {
	max-width: 780px;
}

div.article_detail .desc h2 {
	text-transform: none;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 16px;
}

div.article_detail .desc h3 {
	font-size: 18px;
}

div.article_detail img {
	max-width: 100%;
	height: auto;
}

div#content div.article_detail div.desc p {
	margin: 0px;
}

div.article_detail h2 a {
	font-size: 20px;
}

.article_related  {
	border-bottom: 1px solid #ddd;
}

.article_related h2 {
}

.article_related  .article {
	width: 25%;
	float: left;
	margin: 0px;
	padding: 0px 10px 15px 10px;
	border-bottom: 0px;
	box-sizing: border-box;
}

.article_related div.article_image {
	float: none;
	margin-right: 0px;
	width: 100%;
	height: auto;
}

.article_related div.article_image a {
	float: none;
}

.article_related div.article_desc {
	text-align: center;
	padding-top: 10px;
	height: 60px;
	overflow: hidden;
}

.article_related .article_name {
	font-size: 14px;
}

table.table4col td {
	width: 25%;
}

table.table3col td {
	width: 33.3%;
}

table.table2col td {
	width: 50%;
}

.page5 table.table4col td a {
	width: 100%;
	display: block;
	background-color: #fff;
	padding: 35px 0px;
	height: 120px;
}

.page5 table.table4col td img {
	max-width: 100%;
}

.ps {
	position: relative;
	white-space: nowrap;
}

footer {
	position: relative;
	padding-top: 110px;
	padding-bottom: 25px;
	background: #020025 url(./i/sfooter.png) right bottom no-repeat;
	color: #FFFFFF;
	font-size: 14px;
}

footer a {
	font-size: 14px;
	color: #ECECEC;
}

footer a.clicked {
	color: #F45F31;
}

footer .short-text {
	color: #F45F31;
	leading-trim: both;
	text-edge: cap;
	line-height: 113%; /* 15.82px */
	max-width: 480px;
	padding-top: 24px;
	padding-bottom: 33px;
}

footer small {
	color: #8F8F8F;
	font-size: 12px;
	font-weight: 400;
}

footer ul {
	margin: 0px;
	padding: 0px;
	margin-bottom: 35px;
}

footer ul li {
	list-style: none;
	padding: 5px 0px;
}

footer .c-bottom ul li {
	font-weight: 400;
}

#recaptcha {
	text-align: center;
	display: none;
	white-space: nowrap;
}

#recaptcha .g-recaptcha {
	display: inline-block;
}

footer p {
	margin: 0px;
}

footer .wrpsecond p {
	max-width: 660px;
}

footer h3 {
	font-size: 1rem;
	margin-bottom: 18px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 900;
}

footer a img {
	display: inline-block;
	vertical-align: middle;
}

footer .social_icons a {
	margin-right: 24px;
}

footer .social_icons > div {
	margin-bottom: 26px;
}

footer .footer_top {
	display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	margin-bottom: 12px;
}

footer .footer_top .box {
	width: 50%;
}

footer .footer_top .c-left {
	width: 16%;
}

footer .c-bottom ul {
	display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
	gap: 25px;
	margin-bottom: 0px;
}

#call_form,
#kontakt_form {
	position: relative;
	margin: 0 auto;
	max-width: 500px;
}

.kontakt_formy input, .kontakt_formy textarea {
	margin: 0px;
} 

.kontakt_formy .textbox, .kontakt_formy textarea {
	border: 0px;
	border: 1.1px solid rgba(0, 0, 0, 0.12);
	background: #FFF;
    padding: 10px 16px;
	line-height: 124%;
	margin-bottom: 20px;
	box-sizing: border-box;
	width: 100%;
	font-size: 18px;
	font-weight: 500;
}

.kontakt_formy label {
	color: rgba(0, 0, 0, 0.60);
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
	display: inline-block;
}

.kontakt_formy textarea {
	height: 124px;
}

.kontakt_formy input[type=checkbox] {
	margin-right: 12px;
}

.kontakt_formy table {
	width: 100%;
}

.kontakt_formy table tr {
	display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
	gap: 24px;
}

#kontakt_krok_2a table tr {
	gap: 12px;
}

.kontakt_formy table td {
	padding: 0px !important;
}

.kontakt_formy table td.tright {
	text-align: right;
}

.kontakt_formy span {
	color: #F2545B;
}

.thbox {
	display: none;
}

#h-produkt {
	background-image: url(./i/bg-produkt.png);
	background-repeat:	no-repeat;
	background-position: center -103px;
	background-size: 100% 310px;
	padding-bottom: 56px;
}

#h-produkt .blok_type_9 .heading,
#h-produkt .blok_type_7 .heading,
#h-produkt .blok_type_1 .heading {
	text-align: center;
}

#h-produkt .blok_type_9 .heading .subname,
#h-produkt .blok_type_1 .heading .subname {
	margin-bottom: 11px;
}

#h-produkt .blok_type_1 {
	padding-top: 90px;
}

#h-produkt .blok_type_1.blok_order_2 {
	padding-bottom: 90px;
}

#h-produkt .blok_type_1 .blok_wrapper {
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	gap: 35px;
	flex-wrap: wrap;
}

#h-produkt .blok_type_1 h2 {
	margin-bottom: 80px;
}

#h-produkt h3 {
	font-size: 20px;
	font-weight: 900;
}

#h-produkt .blok_type_1 h3 img {
	display: block;
	margin-bottom: 15px;
}

.blok_wrapper .sub_blok {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 260px;
}

.blok_wrapper .sub_blok .blok_img img {
	width: 100%;
	display: block;
}

.sub_blok .short_text {
	line-height: 113%;
}

.sub_blok .short_text p {
	margin: 0px;
}

.blok_type_2 .sub_blok .short_text,
.blok_order_2 .sub_blok .short_text {
	font-size: 14px;
}

#h-produkt .blok_type_2 .sub_blok h3,
#h-produkt .blok_order_2 .sub_blok h3 {
	font-size: 16px;
}

#h-produkt .blok_type_2 {
	background-image: url(./i/bg-komplex.png);
	background-repeat:	no-repeat;
	background-position: right bottom;
	background-size: auto 100%;
	padding-top: 90px;
}

#h-produkt .blok_type_2 .wrapper {
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto 100%;
	max-width: 1175px;
}

#h-produkt .blok_type_2 .heading {
	max-width: 660px;
}

#h-produkt .blok_type_2 h2 {
	font-size: 48px;
	margin-bottom: 47px;
}

#h-produkt .blok_type_2 .sub_blok h3 {
	text-transform: uppercase;
	display: flex;
	gap: 10px;
	align-items: center;
}

#h-produkt .blok_type_2 .blok_wrapper {
	display: flex;
	gap: 55px;
	flex-wrap: wrap;
	max-width: 660px;
	padding-bottom: 210px;
}

#h-produkt .blok_type_2 .blok_wrapper .sub_blok {
	width: 270px;
}

.blok_type_4 .wrapper {
	display: flex;
	justify-content: center;
	gap: 32px;
}

.faza {
	margin: 100px 0px;
}

.faza_header {
	position: relative;
}

.faza_header h3 {
	font-weight: 500;
	font-size: 20px;
	max-width: 450px;
}

.faza_head_img {
	display: block;
	margin-bottom: 32px;
	width: 100%;
	height: auto;
}

.faza .blok_left h3,
.faza .blok_right h3 {
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.faza .krok {
	color: #FFE0D7;
	font-size: 312px;
	font-weight: 900;
	line-height: 1;
	position: absolute;
}

.krok-l {
	top: -100px;
	left: -140px;
}

.krok-r {
	top: -30px;
	right: -70px;
}

.faza .blok_type_4 .wrapper {
	gap: 80px;
	padding: 0px;
}

.blok_type_4 .wrapper > div {
	flex: 1 1 40%;
	margin-top: 45px;
}

.pageparent56 .blok_type_4 .wrapper > div {
	flex: 0 1 520px;
}

.pageparent56 .blok_type_4 {
	padding: 50px 0px;
}


.blok_type_4 .slider {
	width: 520px;
}

.blok_type_4.blok_order_1 .slider,
.blok_type_4.blok_order_3 .slider,
.blok_type_4.blok_order_5 .slider
 {
	margin-left: auto;
}

.blok_type_4.blok_order_2 .slider,
.blok_type_4.blok_order_4 .slider,
.blok_type_4.blok_order_6 .slider {
	margin-right: auto;
}

.blok_type_4 .slide {
	width: 520px;
	position: relative;
}

.gallery div.gal_hover,
.slide div.gal_hover {
	position: absolute;
	top: 0px;
	left: 0px;
}

#h-produkt .blok_type_4 h2 {
	font-size: 24px;
	margin-bottom: 19px;
}

.article_blocks #h-news {
	padding-top: 50px;
}

#h-produkt #h-news {
	padding-top: 80px;
}

.blok_type_5 {
	padding-top: 45px;
	padding-bottom: 100px;
	box-sizing: content-box;
	height: 380px;
}

.page31 .blok_type_5 {
	padding-top: 170px;
}

.blok_type_9 .owl-nav,
.blok_type_5 .owl-nav {
	margin: 0 auto;
	max-width: 1458px;
	position: relative;
}

#h-produkt .h-eshop {
	background-color: #f4f4f4;
	padding: 43px 0px;
}

#h-produkt #h-eshop {
	margin-top: 0px;
}

.page3 #h-komplexne,
.pageparent3 #h-komplexne,
#h-produkt #h-komplexne {
	margin: 0px 32px;
}

.page3 #h-komplexne .wrapper,
.pageparent3 #h-komplexne .wrapper {
	margin-top: 100px;
}

.page3 #h-komplexne .wrapper,
.pageparent3 #h-komplexne .wrapper {
	padding-top: 56px;
	padding-bottom: 70px;
}

.page3 #h-komplexne .btn,
.pageparent3 #h-komplexne .btn {
	bottom: 70px;
}

#h-produkt #h-komplexne .wrapper {
	background-image: url('./i/bg-komplex-s.png');
	padding-top: 44px;
	padding-bottom: 56px;
}

#h-produkt #h-komplexne .btn {
	bottom: 56px;
}

#h-produkt #h-komplexne h2 {
	margin-bottom: 126px;
}

#h-produkt #h-komplexne h3 {
	font-size: 16px;
}

#h-produkt #h-komplexne p {
	font-size: 14px;
}

#h-produkt .blok_type_7 {
	padding: 60px 0px;;
}

#h-produkt .blok_type_7 .heading h2 {
	text-transform: none;
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 48px;
}

#h-produkt .blok_type_7 .blok_wrapper {
	font-weight: 400;
	display: flex;
	gap: 20px 30px;
	flex-wrap: wrap;
	align-items: flex-start;
}

.blok_type_7 .blok_wrapper > div {
	flex: 1 1 40%;
}

.blok_type_7 .faq {
	background: #F1F1F1;
	border: 1px solid #393939;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
}

.blok_type_7 .faq .faq_question {
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 18px 15px 14px;
}

.blok_type_7 .faq .faq_question div {
	display: flex;
	gap: 8px;
	align-items: center;
}

.blok_type_7 .faq svg {
	flex: 0 0 auto;
}

.blok_type_7 .faq .faq_answer {
	display: none;
	font-size: 14px;
	padding: 15px;
	border-top: 1px solid rgba(61, 61, 61, 0.1);
}

.blok_type_7 .faq.opened .faq_answer {
	display: block;
}

.blok_type_7 .faq.opened .faq_question > svg {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.blok_type_9 {
	padding-top: 20px;
	padding-bottom: 157px;
}

#h-produkt .blok_type_9 h2 {
	margin-bottom: 60px;
}

.blok_type_9 h3 {
	text-transform: uppercase;
}

.blok_type_9 .blok_slider_wrp {
	height: 347px;
}

.blok_type_9 .blok_slider {
	padding: 0px 32px;
}

.blok_type_9 .blok_col {
	width: 238px;
	height: 330px;
	padding: 15px;
	background-color: #ECECEC;
	line-height: 155%;
}

.blok_type_9 .blok_col ul {
	padding-left: 20px;
}

footer .c-social {
	position: relative;
	z-index: 1;
}

.newsletter_form {
	display: flex;
	gap: 30px;
	-webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

#h-heading .newsletter_form {
	gap: 9px;
}

footer .newsletter_form {
	position: absolute;
	width: 100%;
}

.newsletter_form div {
	flex: 0 1 280px;
}

.newsletter_form label {
	display: block;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 6px;
	color: #ECECEC;
}

.newsletter_form input.textbox {
	background: url(./i/svg/envelope.svg) 8px center no-repeat;
	padding: 12px 8px;
	padding-left: 36px;
	background-color: #F9FAFB;
	font-size: 14px;
	border: 0px;
	width: 100%;
}

.newsletter_form .btn {
	font-size: 12px;
	height: 41px;
	padding: 0px 37px;
}

#h-heading .newsletter_form .btn {
	font-size: 16px;
	border: 1px solid #1E35A6;
	background: #2479F9;
	color: #F5F5F5;
	font-weight: 400;
	padding: 0px 25px;
	flex: 0 0 auto;
}

#h-heading .newsletter_form .btn::before {
	background: #004CBE;
}

.newsletter_subscribed {
	position: absolute;
	top: 100%;
	margin-top: 6px;
	padding: 2px 10px 2px 5px;
	display: flex;
	align-items: center;
	gap: 6px;
	background-color: #81dda9;
	color: #000000;
	fill: #000000;
	border-radius: 4px;
	font-size: 14px
}

div.page90 {
	background-color: #EEE;
}

div.page90 .h-heading {
	padding: 64px 0px;
}

div.page90 .h-heading h1 {
	text-align: center;
	font-size: 32px;
	font-weight: 700;
}

div.page90 #h-content {
	padding-bottom: 80px;
}

.kontakt_form_wrp {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	gap: 32px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

 #h-content .content .kontakt_form_wrp h2 {
	color: #ffffff;
	font-size: 32px;
	margin-bottom: 44px;
	text-align: left;
}

.kontakt_form_wrp .kontakt_btn {
	position: relative;
	background: #020025;
	padding: 30px 32px 14px 32px;
	width: 520px;
}

.kontakt_form_wrp .kontakt_btn:last-child {
	background: #020025 url(./i/kontakt-form-s.png) left bottom no-repeat;
	background-size: 100% auto;
}

.kontakt_form_wrp .kontakt_btn .btn {
	position: absolute;
	right: 14px;
	bottom: 14px;
	font-size: 17px;
	letter-spacing: -0.487px;
}

#h-content .content .kontakt_formy h3 {
	font-weight: 600;
}

.kontakt_formy .btn:not(.bord) {
	font-size: 17px;
	letter-spacing: -0.487px;
}

.kontakt_formy .btn.bord:not(.back) {
	padding: 0px 27px;
	gap: 10px;
}

.kontakt_form_wrp .kontakt_btn:first-child .btn {
	padding: 0px 24px;
}

.kontakt_formy .btn:not(.bord),
.kontakt_form_wrp .kontakt_btn:last-child .btn {
	background: #F45F31;
}

.kontakt_formy .btn:not(.bord):hover,
.kontakt_formy .btn:not(.bord):focus,
.kontakt_form_wrp .kontakt_btn:last-child .btn:hover,
.kontakt_form_wrp .kontakt_btn:last-child .btn:focus {
	background: #1278F1;
}

#kontakt_krok_2a, #kontakt_krok_2b, #kontakt_krok_3 {
	display: none;
}

.kontakt_formy .shorttext {
	text-align: center;
	margin-top: 17px;
	font-weight: 500;
}

#h-content .content .kontakt_formy label h3 {
	margin-bottom: 0px;
}

.kontakt_formy .jc {
	justify-content: center;
}

.kontakt_formy .jr {
	justify-content: flex-end;
}

.kontakt_formy .jsb {
	justify-content: space-between;
	gap: 12px;
}

/*.stack-section {
	height: 2600px;
	position: relative;
}

.stack-sticky {
	position: sticky;
	top: 103px; 
	height: 750px;
	overflow: hidden;
}

.stack-slide {
	position: absolute !important;
	inset: 0;
}

.stack-slide1 { z-index: 1; }
.stack-slide2 { z-index: 2; transform: translateY(100%); }
.stack-slide3 { z-index: 3; transform: translateY(100%); }*/

.stack-slide2 {
	position: relative;
	background-color: #161616;
}

.stack-slide2::after {
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background-image: url('./i/stl.png'), url('./i/str.png');
	background-position: left top, right top;
	background-repeat: no-repeat, no-repeat;
	mix-blend-mode: overlay;
}

.stack-slide2 .h-o-nas {
	background: url('./i/dots.png') center center repeat;
}

.stack-slide2 .h-o-nas h3,
.stack-slide2 .h-o-nas h2,
.stack-slide2 .h-o-nas .subtext {
	color: #F0F0F0;
}

.stack-slide2 .h-o-nas .v-cislach .text {
	color: #ECECEC;
}

.termsfeed-com---pc-dialog .cc-cp-body-tabs .cc-cp-body-tabs-item {
	font-family: "Albert Sans", sans-serif !important;
}

.termsfeed-com---reset {
	font-family: inherit !important;
}

.termsfeed-com---palette-light .cc-cp-foot-save,
.termsfeed-com---palette-light .cc-nb-reject,
.termsfeed-com---palette-light .cc-nb-okagree {
	background-color: #F45F31 !important;
}

.termsfeed-com---palette-light .cc-pc-head-close:active, 
.termsfeed-com---palette-light .cc-pc-head-close:focus {
	border-color: #F45F31 !important;
}

.termsfeed-com---palette-light .cc-cp-body-content-entry a:focus {
	box-shadow: none !important;
}