/*!
Theme Name: d5render
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: d5render
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.

d5render 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%;
	font-size: 14px;
  font-size: .85vw;
}

body {
	margin: 0;
		display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.wrapper {
    flex: 1;
    min-height: 90vh;
}


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

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

@font-face {
    font-family: 'Azo Sans';
    src: local('Azo Sans Regular'), local('Azo-Sans-Regular'),
        url('/wp-content/themes/d5render/font/AzoSans-Regular.woff2') format('woff2'),
        url('/wp-content/themes/d5render/font/AzoSans-Regular.woff') format('woff'),
        url('/wp-content/themes/d5render/font/AzoSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }

/* 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-family: 'Azo Sans';
	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: none;
}

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;
	min-width: 20rem;
    padding-right: 1rem !important;
}

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

html {
  scroll-behavior: smooth;
}

.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

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


/*  =============================================================================  */
/*  =============================================================================  */
/*  =============================================================================  */

.site-header {
    background: #2f1d1d37;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: fixed;
    padding: 2.5rem 3.5rem 2rem 3.5rem;
    width: 100%;
    z-index: 5;
}

.site-header.header_fixed {
	padding: 1.5rem 3.5rem 1rem 3.5rem;
	background: #000;
}

.nav-button-block {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.nav-button-block a {
	color: #F4F4F4;
}

.site-branding img {
    width: 12rem;
}

.head-buttons {
    display: flex;
    flex-direction: row;
}

nav#site-navigation li a {
    color: #F4F4F4;
    font-size: 1.5rem;
    padding-right: 3rem;
    text-decoration: none;
	transition: 0.2s;
}

nav#site-navigation li a:hover,
nav#site-navigation li.current-menu-item a {
	color: #5C21FF;
	text-decoration: underline;
}

.main-navigation ul ul {
	display: flex;
    flex-direction: column;
    padding-top: 1rem;
    background: #2f1d1d37;
    margin-left: -1rem;
    padding-left: 1rem;
    padding-bottom: 1rem;
    border-radius: 0 0 0.2rem 0.2rem;
}

.site-header.header_fixed ul ul {
	background: #000;
}

.blue-button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.head-buttons .blue-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1rem 0 2rem;
}

.blue-button a {
    background: #5C21FF;
    color: #F4F4F4;
    min-width: 12rem;
    text-align: center;
    text-decoration: none;
    border-radius: 0.4rem;
    padding: 0.5rem 1rem 0.3rem 1rem;
    font-size: 1.3rem;
    line-height: 1.5;
}

.violet-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.violet-button a {
    background: #AA1BFF;
    color: #F4F4F4;
    min-width: 12rem;
    text-align: center;
    text-decoration: none;
    border-radius: 0.4rem;
    padding: 0.5rem 1rem 0.3rem 1rem;
    font-size: 1.3rem;
    line-height: 1.5;
}

section.d5-banner-section {
    width: 100%;
    height: 66rem;
    position: relative;
    z-index: 1;
}

section {
	position: relative;
	z-index: 1;
}

.d5-banner-section-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    text-align: center;
    padding-top: 21.5rem;
}

.d5-banner-section .blue-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.big-title {
    color: #FFFFFF;
    font-size: 4.8rem;
    font-weight: 700;
    padding-top: 0.2rem;
    padding-bottom: 1rem;
}

.d5-banner-section-descr {
    font-size: 2rem;
    max-width: 49rem;
    margin: 0 auto;
    line-height: 1.4;
    font-weight: 500;
    color: #FFFFFF;
}

.black-section {
	/*background: #000000;*/
	z-index: 1;
}

.dr-container {
    padding: 0 4.1rem;
}

.ogladaj-projekt-section {
    padding-top: 4.2rem;
    padding-bottom: 4rem;
}

.big-title-section {
    font-size: 3rem;
    color: #fff;
    font-weight: 700;
    padding-bottom: 1rem;
}

.ogladaj-projekt-left {
    width: 100%;
    max-width: 51rem;
    margin-right: 5.5rem;
}

.ogladaj-projekt-slider {
    background: #0d0d0de3;
    /*border: 1px solid red;*/
    margin-top: 2.9rem;
    position: relative;
    border-radius: 0.5rem;
    min-height: 28.3rem;
}

.ogladaj-projekt-slider-title {
	position: absolute;
    z-index: 2;
    top: 1rem;
    left: 2.6rem;
}

.section-title {
    color: #FFFFFF;
    font-size: 1.8rem;
    font-weight: 500;
}

.section-title-descr {
    color: #999999;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.3;
}

.small-images {
    position: absolute;
    display: flex;
    justify-content: space-evenly;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

.projekt-slider-ico {
    opacity: 1;
    backdrop-filter: blur(1px);
    background-color: rgba(255, 255, 255, .24);
    border: 2px solid rgba(255, 255, 255, .1);
    border-radius: 8px;
    flex-direction: column;
    width: 10rem;
    padding: 0.4rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 0.2rem solid #999;
    cursor: pointer;
}

.projekt-slider-ico.active {
	background-color: rgba(0, 0, 0, .4);
    background-image: linear-gradient(135deg, rgba(114, 47, 255, .2), rgba(22, 255, 241, .2));
    border-color: #722fff;
}

.projekt-slider-ico div {
    opacity: 1;
    color: #fff;
    border-radius: 8px;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1em;
    padding-top: 0.3rem;
}

.ogladaj-projekt-section-content {
    width: 100%;
    display: flex;
}

.ogladaj-projekt-right {
    width: 100%;
    max-width: 51rem;
    position: relative;
    margin-top: 1rem;
}

.ogladaj-projekt-right-block .ogladaj-projekt-slider-title {
    position: absolute;
    z-index: 2;
    top: 1rem;
    left: 1rem;
}

.ogladaj-projekt-right-block img {
    width: 100%;
}

.ogladaj-projekt-right-block {
    background: #0d0d0de3;
    border-radius: 0.5rem;
}

.atmosfery-home-section-left {
    padding-top: 2.5rem;
    width: 100%;
    max-width: 67rem;
    position: relative;
}

.atmosfery-home-section-video {
    width: 100%;
    max-width: 67rem;
    margin-top: 3rem;
    border-radius: 0.4rem;
}

.atmosfery-home-section-video video {
    width: 100%;
}

.atmosfery-home-section-content {
    display: flex;
    flex-direction: row;
}

.atmosfery-home-section-right {
    width: 100%;
    max-width: 40.5rem;
    padding-left: 5.3rem;
    position: relative;
}

.atmosfery-home-section-right-first {
    position: relative;
    margin-top: -9.5rem;
    margin-bottom: 5rem;
}

.atmosfery-home-section-right-first .atmosfery-home-section-title {
    position: absolute;
    left: -6.5rem;
    z-index: 1;
    max-width: 29rem;
    top: 5.5rem;
}

.atmosfery-home-section-right-last img {
    width: 100%;
}

.atmosfery-home-section-right-last .atmosfery-home-section-title {
    position: absolute;
    bottom: 9rem;
    left: -25rem;
    z-index: 1;
}

.atmosfery-home-section-right-last {
    position: relative;
}

.atmosfery-home-section-right-img {
    border-radius: 0.4rem;
    overflow: hidden;
}

section.x10-szybsza-section.black-section {
    padding-top: 9.7rem;
    padding-bottom: 3rem;
}

.x10-szybsza-section-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
        align-items: center;
}

.x10-szybsza-section-right {
    width: 100%;
    max-width: 63rem;
}

.x10-szybsza-section-left {
    max-width: 25rem;
}

.x10-szybsza-section-right img {
    margin-top: -1rem;
    border-radius: 0.4rem;
}

.animacja-home-section-content {
    padding-top: 2.8rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.animacja-home-section-block1 {
    width: 100%;
    max-width: 29rem;
    border: 0.2rem solid #999999;
    border-radius: 0.6rem;
    overflow: hidden;
    position: relative;
    margin-bottom: 1rem;
    height: 17rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.animacja-home-section-block1 img:first-child {
    height: 105%;
    display: block;
    width: auto;
    position: absolute;
    left: 0;
    top: 0;
}

.animacja-home-section-block1 img.video-play-ico {
    position: absolute;
    z-index: 2;
    right: 1rem;
    bottom: 0rem;
    width: 4.2rem;
}

.animacja-home-section-block2 {
    width: 100%;
    max-width: 31rem;
    border-radius: 0.6rem;
    overflow: hidden;
    position: relative;
    margin-bottom: 1rem;
    height: 17rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 2.5rem;
}

.animacja-home-section-block2 img.video-play-ico {
    position: absolute;
    z-index: 2;
    left: 1rem;
    bottom: 0rem;
    width: 4.2rem;
}

.animacja-home-section-block3 {
    position: relative;
    width: 100%;
    max-width: 44rem;
    margin-left: 2rem;
    border-radius: 0.6rem;
    padding: 2rem 3rem;
    height: 17rem;
    background: #0d0d0de3;
}

.animacja-home-section-block3 img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.animacja-home-section-content.animacja-home-section-content-last {
    justify-content: flex-end;
}

.animacja-home-section-block4 {
    position: relative;
    background: #0d0d0de3;
    margin-top: -1rem;
    width: 39rem;
    margin-right: 22rem;
    padding: 2rem 2.3rem;
    height: 15.5rem;
    border-radius: 0.6rem;
}

.animacja-home-section-block4 img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    left: 0;
    top: 0;
}
.animacja-home-section{
    padding-bottom: 4rem;
}

.opinie-home-section {
    padding-top: 4.5rem;
    padding-bottom: 5rem;
}

.opinie-home-section-img-title {
    display: flex;
    justify-content: center;
    padding-bottom: 2rem;
}

.opinie-home-section-img-title img {
    height: 2.3rem;
}

.opinie-home-section .big-title-section {
    text-align: center;
    font-weight: 600;
    padding-bottom: 3.7rem;
}

.opinie-home-section-content {
	max-width: 90rem;
    margin: 0 auto;
}

.last-blocks-home-section {
    padding-bottom: 15rem;
    padding-top: 10rem;
    background: #000;
}

.last-blocks-home-section-content {
    display: flex;
    justify-content: space-between;
}

.last-blocks-home-block {
    width: 49rem;
    border: 0.2rem solid #5C21FF;
    border-radius: 0.6rem;
    height: 32rem;
    padding: 2.5rem 1.5rem;
    position: relative;
}


.last-blocks-home-block-text {
    color: #999999;
    font-size: 1.3rem;
    font-weight: 500;
    padding-bottom: 2.5rem;
}

.last-blocks-home-block-big-title {
    font-size: 4rem;
    color: #fff;
    line-height: 1.15;
    font-weight: 500;
    padding-bottom: 1rem;
}

.last-blocks-home-block-title-descr {
    font-size: 1.8rem;
    color: #fff;
    font-weight: 600;
    padding-bottom: 2.2rem;
}

.white-border {
    display: flex;
}

.white-border a {
    border: 0.2rem solid #707070;
    border-radius: 0.3rem;
    color: #fff;
    font-size: 1.2rem;
    padding: 0.6rem 0.5rem 0.4rem 0.5rem;
    display: flex;
    justify-content: center;
    min-width: 15rem;
    font-weight: 700;
}

.last-blocks-home-block.last-blocks-home-block-right {
    border-color: #AA1BFF;
    padding-left: 4.5rem;
}

img.last-blocks-home-image {
    position: absolute;
    width: 100%;
    max-width: 36rem;
    right: -7rem;
    bottom: -8rem;
}


.zacznij-blocks-home-section {
    padding-top: 4rem;
    padding-bottom: 18rem;
    background: #000;
    position: relative;
}

.zacznij-blocks-home-section .big-title-section {
	text-align: center;
}

.zacznij-blocks-home-section-text {
    color: #999999;
    text-align: center;
    line-height: 1;
    font-size: 1.8rem;
    font-weight: 500;	
    padding-bottom: 2rem;
}

.zacznij-blocks-home-buttons {
    justify-content: center;
}

.home-big-video {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 0;
}

.home-big-video video {
	width: 100%;
}

footer#colophon {
    position: relative;
    z-index: 1;
    background: #0F0F0F;
    padding-top: 4rem;
    border-top: 0.1rem solid #5C21FF;
}

.footer-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 1.5rem;
}

.footer-content-logo img {
    height: 3rem;
    margin-left: -1rem;
}

.footer-content-block {
    width: 100%;
    max-width: 22%;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 400;
    padding-top: 2rem;
}

.footer-content-pp a {
    padding-top: 3rem;
    display: flex;
    color: #AA1BFF;
    font-size: 1.1rem;
    text-decoration: none;
}

.footer-content-block.footer-content-block-menu {
    padding-top: 0;
}

.footer-content-block.footer-content-block-menu ul {
    margin: 0;
    padding-left: 4rem;
}

.footer-content-block.footer-content-block-menu ul li {
    list-style: none;
}

.footer-content-block.footer-content-block-menu li a {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 400;
    text-decoration: none;
}

.footer-content-block.footer-content-block-last {
    padding-top: 0;
    max-width: 24%;
}
.footer-content-block-soc {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 3.3rem;
    margin-top: -0.7rem;
}

.footer-content-block-soc a img {
    width: 2.5rem;
}

.footer-content-block-soc a {
    margin: 0 0.7rem;
}

.footer-content-last {
	background: #000;
	color: #F4F4F4;
	font-size: 1.2rem;
	text-align: center;
	padding: 0.5rem 0;
}

.produkt-d5-section-first {
    padding-top: 12.5rem;
    text-align: center;
    padding-bottom: 2rem;
}

.produkt-d5-section-first h1 {
	font-size: 5rem;
    font-weight: 700;
    color: #fff;
}

.produkt-d5-tabs-section-row {
    position: relative;
    min-height: 17rem;
}

.produkt-d5-tabs-section-row-small-title {
    color: #999;
    font-size: 1.5rem;
    padding-top: 0.5rem;
    font-weight: 400;
    position: relative;
    z-index: 1;
}

.produkt-d5-tabs-section-row-big-title {
    width: 100%;
    max-width: 40rem;
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 3rem;
    padding-top: 1.5rem;
    line-height: 1.4;
}

img.produkt-d5-tabs-img {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 13rem;
}

.black {
	background: #000;
}

.warunki .new-tab {
    display: none;
}

.produkt-d5-tabs-section-row-tabs {
    padding-top: 4.5rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.jprodukt-d5-tab {
    width: auto;
    margin-right: 1.6rem;
    margin-bottom: 1.9rem;
    position: relative;
}

.jprodukt-d5-tab-title {
	color: #fff;
    font-size: 1.65rem;
    font-weight: 400;
    padding: 1rem 1rem .7rem 1rem;
    display: flex;
    align-items: center;
    line-height: 1.4;
    cursor: pointer;
    border: 0.1rem solid #5C21FF;
    border-radius: 0.2rem;
}

.jprodukt-d5-tab-title img {
    margin-left: 2.5rem;
    width: 1.5rem;
}

.jprodukt-d5-tab-text {
    position: absolute;
    width: 100%;
    z-index: 1;
    background: #000;
    border: 0.1rem solid #5C21FF;
    border-top: none;
    left: 0;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    padding: 0.9rem 1rem;
    border-radius: 0 0 0.2rem 0.2rem;
}

.jprodukt-d5-tab.active .jprodukt-d5-tab-title {
	border-bottom: none;
	border-radius: 0.2rem 0.2rem 0 0;
}


.jprodukt-d5-tab .answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.5s;
  padding: 0;
  border: none;
}

.jprodukt-d5-tab-title.question.active {
    border-bottom: none;
    border-radius: 0.2rem 0.2rem 0 0;
}

.jprodukt-d5-tab .question.active+.answercont {
  position: absolute;
    width: 100%;
    z-index: 1;
    background: #000;
    border: 0.1rem solid #5C21FF;
    border-top: none;
    left: 0;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    padding: 0.9rem 1rem;
    border-radius: 0 0 0.2rem 0.2rem;
}

.produkt-d5-tabs-section {
    padding-bottom: 6rem;
}

.produkt-d5-tabs-section {
    padding-top: 4.5rem;
}

.produkt-d5-tabs-section:first-child {
	padding-top: 0;
}

.produkt-d5-tabs-section:nth-child(odd) {
	background: #0F0F0F;
}

.produkt-d5-wymagania-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.produkt-d5-wymagania-section-title {
    color: #fff;
    font-size: 3.8rem;
    font-weight: 500;
    padding-bottom: 6.5rem;
}

.produkt-d5-wymagania-section-content {
    display: flex;
    flex-direction: row;
}

.produkt-d5-wymagania-section-left {
    color: #fff;
    width: 100%;
    padding-right: 6rem;
    font-size: 1.3rem;
    line-height: 1.5;
    font-weight: 400;
    max-width: 43rem;
}

.produkt-d5-wymagania-section-right {
    width: 100%;
    min-width: 30rem;
    padding-left: 8rem;
}

.produkt-d5-wymagania-section-small {
    color: #999;
    font-weight: 400;
    padding-left: 3rem;
    font-size: 1.3rem;
    padding-bottom: 2.7rem;
}

.produkt-d5-wymagania-section-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 1.7rem;
    font-weight: 500;
    color: #fff;
    padding-bottom: 1rem;
    border-bottom: 0.1rem solid #707070;
    margin-bottom: 1.3rem;
}

.produkt-d5-wymagania-section-text img {
    width: 1.5rem;
    margin-right: 1.5rem;
}

.produkt-d5-wymagania-section-small.produkt-d5-wymagania-section-small-last {
	padding-top: 2rem;
    padding-bottom: 2.3rem;
}

.dla-edukacji-section {
    padding-top: 15rem;
    padding-bottom: 4rem;
}

.dla-edukacji-section-content {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.dla-edukacji-section-left {
    position: relative;
    width: 100%;
    max-width: 50rem;
    min-height: 60rem;
}

.grey-text {
    color: #999999;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    padding-bottom: 1.3rem;
    position: relative;
    z-index: 1;
}

.big-white-title {
    color: #fff;
    font-size: 4rem;
    font-weight: 500;
    padding-bottom: 1rem;
    position: relative;
    z-index: 1;
}

.white-title-descr {
    max-width: 37rem;
    color: #fff;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.5;
    position: relative;
    z-index: 1;
}

.dla-edukacji-section-left .violet-button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 2.8rem;
    position: relative;
    z-index: 1;
}

.dla-edukacji-section-left .violet-button a {
	min-width: 17rem;
}

img.dla-edukacji-section-img1 {
    position: absolute;
    left: 0;
    top: 12.5rem;
    z-index: 0;
    width: 100%;
    max-width: 45rem;
}

.dla-edukacji-section-right {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
}

.dla-edukacji-section-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-right: 1rem;
}

.dla-edukacji-section-row-block {
    border: 0.1rem solid #999999;
    margin: 1rem 0.5rem;
    border-radius: 1rem;
    width: 25.5rem;
    padding: 1rem 0.5rem;
}

.dla-edukacji-section-row-block-img img {
    height: 13.5rem;
    width: 100%;
    border: 0.1rem solid #999999;
    border-radius: 1rem;
    overflow: hidden;
}

.dla-edukacji-section-row-block-title {
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.dla-edukacji-section-row-block-descr {
    color: #999999;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
}

.dla-edukacji-section-row.dla-edukacji-section-row-last {
	margin-left: -9rem;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
}

.dla-edukacji-section-last {
    padding-top: 12rem;
    padding-bottom: 14rem;
}

.dla-edukacji-section-left-last {
    width: 100%;
    max-width: 35rem;
    margin-right: 5rem;
}

.dla-edukacji-section-left-last .white-title-descr {
	color: #fff;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.5;
    padding-top: 0.3rem;
}

.dla-edukacji-section-left-last .violet-button {
	justify-content: flex-start;
}

.dla-edukacji-section-left-last .violet-button a {
	min-width: 17rem;
}

.dla-edukacji-section-right-last {
    width: 70rem;
}

.dla-edukacji-section-right-last .dla-edukacji-section-row {
	justify-content: space-between;
}

.dla-edukacji-section-block {
    border: 0.1rem solid #5C21FF;
    width: 100%;
    max-width: 31rem;
    border-radius: 1rem;
}

.dla-edukacji-section-block div:first-child {
	padding: 2.7rem 2.1rem 0.5rem;
    font-size: 2rem;
    color: #fff;
    font-weight: 400;
    border-bottom: 0.1rem solid #5C21FF;
}

.dla-edukacji-section-block div:last-child {
	padding: 2.7rem 2.1rem 0.5rem;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
}

.dla-edukacji-section-block ul {
    margin: 0;
    padding: 3.5rem 2rem 2rem;
}

.cennik-section {
    padding-top: 15rem;
    padding-bottom: 8rem;
}

.big-section-title {
    text-align: center;
    color: #fff;
    font-size: 5rem;
    font-weight: 700;
}

.cennik-section-content {
    padding-top: 7rem;
    display: flex;
    justify-content: space-between;
}

.cennik-section-block {
    border: 0.1rem solid #5C21FF;
    border-radius: 0.5rem;
    width: 100%;
    max-width: 33rem;
    padding: 2.2rem 2.2rem;
    display: flex;
    flex-direction: column;
}

.cennik-section-block-title {
    color: #fff;
    font-size: 2.8rem;
}

.cennik-section-block-descr {
    color: #fff;
    font-size: 1.3rem;
    padding-bottom: 1rem;
}

.cennik-section-block:first-child .cennik-section-block-descr {
	min-height: 6.7rem;
}

.cennik-section-block .cennik-section-block-descr {
	color: #999;
	font-weight: 300;
}

.cennik-block-price {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    padding-bottom: 2.2rem;
}

.cennik-section-block .violet-button a,
.cennik-section-block .blue-button a {
	min-width: 19rem;
}

.cennik-section-block .violet-button {
	justify-content: flex-start;
}

.cennik-block-content {
    border-top: 0.1rem solid #5C21FF;
    margin-top: 2rem;
    padding-top: 1.2rem;
}

.cennik-block-content-title {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    min-height: 4rem;
}

.cennik-block-content-descr {
    color: #999999;
    font-size: 1.3rem;
    font-weight: 400;
}

.cennik-block-content-descr ul {
    margin: 0;
    padding: 0;
}

.cennik-block-content-descr li {
    list-style: none;
    padding-left: 1.5rem;
    position: relative;
}

.cennik-block-content-descr li:before {
	content: '';
    position: absolute;
    top: 0.55rem;
    left: -0rem;
    background: url(/wp-content/uploads/2024/05/cen-arrow.svg) no-repeat;
    background-size: contain;
    width: 1rem;
    height: 1rem;
}

.navtabs-head {
	display: flex;
	flex-direction: row;
}

.navtab {
    color: #999;
    font-size: 1.3rem;
    margin-right: 2.5rem;
    cursor: pointer;
    margin: 0.8rem 3rem 1rem 0;
    font-weight: 300;
}

.navtab.active {
	color: #fff;
	text-decoration: underline;
}

.kontakt-section {
    padding-top: 15rem;
    padding-bottom: 8rem;
}

.kontakt-section-content {
    padding-top: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.kontakt-section-adress-block {
    width: 24rem;
    margin-left: 11rem;
    margin-right: 2rem;
}

.kontakt-section-cf-block {
    width: 100%;
    max-width: 51rem;
    border: 0.1rem solid #5C21FF;
    border-radius: 0.4rem;
    padding: 2.7rem 4rem 0.5rem;
}

.kontakt-section-adress-block-title-first {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
}

.kontakt-section-adress-block-title-last {
    color: #999;
    font-size: 1.3rem;
    font-weight: 400;
}

.kontakt-section-adress-block-content {
    padding-top: 5rem;
}

.kontakt-section-adress-block-content div b {
    font-size: 1.4rem;
    display: block;
    font-weight: 500;
    color: #fff;
}

.kontakt-section-adress-block-content div {
    font-size: 1.3rem;
    font-weight: 400;
    color: #999;
    margin-bottom: 1.4rem;
}

.kontakt-form input[type="text"],.kontakt-form input[type="email"],.kontakt-form input[type="tel"] {
    color: #666;
    border: none;
    border-radius: 0;
    padding: 0.2rem;
    width: 100%;
    background: transparent;
    border-bottom: 0.1rem solid #999;
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 1.7rem;
    font-weight: 500;
}

.kontakt-form input::placeholder {
	font-size: 1.3rem;
    color: #999;
    font-weight: 400;
}

.kontakt-form textarea {
	border-radius: 0;
    padding: 0.2rem 1.3rem;
    width: 100%;
    background: #FFFFFF1C;
    border: 0.1rem solid #999;
    font-size: 1.3rem;
    color: #999;
    margin-bottom: 1.7rem;
    height: 9rem;
    resize: none;
}

.kontakt-form span.wpcf7-form-control.wpcf7-checkbox label {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    color: #999;
    font-size: 1rem;
    line-height: 1.3;
}

.kontakt-form span.wpcf7-form-control.wpcf7-checkbox label input[type="checkbox"] {
    margin-top: 0.3rem;
    margin-right: 1rem;
}

.kontakt-form input.wpcf7-form-control.wpcf7-submit {
    background: #5C21FF;
    color: #F4F4F4;
    min-width: 18rem;
    text-align: center;
    text-decoration: none;
    border-radius: 0.3rem;
    padding: 0.6rem 1rem;
    font-size: 1.3rem;
    line-height: 1.5;
    border: none;
    margin: 2rem auto 0;
    display: block;
}

.demo-section {
    padding-top: 15rem;
    padding-bottom: 8rem;
}

.demo-section-content {
    display: flex;
    padding-top: 4.3rem;
}

.demo-description-block {
    width: 100%;
    max-width: 50rem;
    padding-left: 11rem;
    padding-right: 5rem;
    margin-right: 4.5rem;
}

textarea:focus, input:focus{
    outline: none;
}

.poznaj-section-top {
	padding-top: 15rem;
    padding-bottom: 4.6rem;
}

section.poznaj-section {
    position: relative;
    padding-bottom: 8.5rem;
    background-color: #000;
}

.poznaj-wnetrze-section {
	background-image: url(/wp-content/uploads/2024/05/img-r10.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: top right;
}

.poznaj-krajobraz-section {
	background-image: url(/wp-content/uploads/2024/05/img-r11.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: top right;
}

.poznaj-architektura-section {
	background-image: url(/wp-content/uploads/2024/05/img-r12.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: top right;	
}

.poznaj-section-small {
    color: #999;
    font-size: 1.3rem;
    font-weight: 400;
    padding-top: 4.9rem;
    padding-bottom: 1.7rem;
}

.poznaj-section-title {
    color: #fff;
    font-size: 4rem;
    font-weight: 500;
    padding-bottom: 2.2rem;
}

.poznaj-section-image-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 3rem;
}

.poznaj-section-image-block {
    width: 33rem;
    border: 0.1rem solid #999;
    border-radius: 1rem;
    padding: 1.5rem 1.7rem;
}

.poznaj-section-image-block-img img {
    width: 100%;
}

.poznaj-section-image-block-text {
    font-size: 1.7rem;
    color: #fff;
    line-height: 1.4;
    padding-top: 2.2rem;
    height: 7.5rem;
}

.poznaj-section-image-block-arrow {
    padding-top: 1.5rem;
    display: flex;
    justify-content: center;
}

.poznaj-section-image-block-img {
    width: 100%;
    height: 16.6rem;
    overflow: hidden;
}

.poznaj-section-text-row {
    background: #0F0F0F;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 1.7rem 0rem;
}

.poznaj-section-text-block {
    width: 32rem;
    padding: 0rem 2rem;
}

.poznaj-text-block-con-title {
    color: #fff;
    font-size: 1.8rem;
    padding-bottom: 1.3rem;
}

.poznaj-text-block-con-text {
        color: #999;
    font-size: 1.4rem;
    line-height: 1.3;
    padding-bottom: 1.7rem;
}

  
.poznaj-section-image-block-text-descr {
  display: none;
        color: #999;
    font-size: 1.4rem;
    line-height: 1.3;
    position: absolute;
    width: calc(100% + 1.5px);
    border: .1rem solid #999;
    border-radius: 0 0 1rem 1rem;
    padding: 1.5rem 1.7rem;
    left: -1px;
    margin-top: 1rem;
    background: #000;
    border-top: 0;
} 

.poznaj-section-image-block-text-descr.active {
  display: block;
}

.poznaj-section-image-block-arrow.block-arrow-close img {
    transform: rotate(180deg);
}

.poznaj-section .warunki {
  position: relative;
}

.block-arrow-close {
  display: none;
}

.poznaj-section .warunki.active .block-arrow-close {
  display: block;
}

.poznaj-section .warunki.active .block-arrow-open {
  display: none;
}

.poznaj-section-image-block-arrow.block-arrow-close img {
    margin: 0 auto;
    display: block;
}

.galeria-content {
    padding-top: 4.7rem;
}

div#image-gallery .row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0px 3.5rem;
}



button#gallery-btn {
    margin: 3rem auto;
    color: #999999;
    background: transparent;
    border: none;
    font-size: 1.5rem;
    text-decoration: underline;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}

.galeria-img {
 position: relative;
}

.galeria-img p {
    position: absolute;
    color: #999;
    text-align: right;
    right: 1.5rem;
    bottom: 0;
    margin-bottom: 0.5rem;
}

.galeria-img:hover {

}

section.block-section.black {
    padding-top: 15rem;
    padding-bottom: 6rem;
}

.block-section-content {
    padding-top: 10.4rem;
}

.block-section-content div#ymc-smart-filter-container-1 {
    max-width: 100% !important;
}

#ymc-smart-filter-container-1 .container-posts .post-entry .ymc-post-layout1 {
    padding: 1rem !important;
    border-radius: 1rem;
    margin-bottom: 1rem;
    border-color: #999 !important;
}

.ymc-post-layout1 figure.media {
    height: 13rem !important;
    overflow: hidden !important;
    margin-bottom: 0 !important;
}

.ymc-smart-filter-container .container-posts .post-layout1 .ymc-post-layout1 .media img {
	height: 100% !important;
}

.ymc-smart-filter-container .container-posts .post-layout1 .ymc-post-layout1 .title {
    font-size: 1.7rem !important;
    font-weight: 600;
    line-height: 1.3 !important;
    padding-top: 1rem !important;
    margin-bottom: 1rem !important;
    color: #fff !important;
    height: 5.5rem;
    overflow: hidden;
}

div#ymc-layout-pagination a {
    margin: 3rem auto;
    color: #999999;
    background: transparent;
    border: none;
    font-size: 1.5rem;
    text-decoration: underline;
}

#ymc-smart-filter-container-1 .container-posts .post-entry .ymc-post-layout1 .read-more .btn {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent !important;
    color: transparent !important;
}

#ymc-smart-filter-container-1 .container-posts .post-entry .ymc-post-layout1 {
    position: relative;
}

.blog-section-content-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding-bottom: 4rem;
}

.blog-section-content {
    width: 100%;
    max-width: 70%;
}

.blog-section-sidebar {
    width: 25%;
    margin-left: 5%;
}

.blog-section-content h1 {
    font-size: 2.5rem;
    padding-bottom: 2rem;
}

.blog-section-content-row .entry-content {
    color: #999;
    font-size: 1.3rem;
    font-weight: 400;
}

.aktualnosci-content-block-title a {
    padding: 2rem 0 0;
    color: #999;
    font-size: 1.4rem;
    font-weight: 500;
}

.blog-section-content-row span.cat-links {
    display: none;
}

.blog-section-content-row .nav-next a,
.blog-section-content-row .nav-previous a {
    color: #999999;
    background: transparent;
    border: none;
    font-size: 1.3rem;
    text-decoration: underline;
}


.blog-section-content-row input[type="text"],
.blog-section-content-row input[type="email"],
.blog-section-content-row input[type="tel"] {
    color: #666;
    border: none;
    border-radius: 0;
    padding: 0.2rem;
    width: 100%;
    background: transparent;
    border-bottom: 0.1rem solid #999;
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 1.7rem;
    font-weight: 500;
}

.blog-section-content-row input::placeholder {
	font-size: 1.3rem;
    color: #999;
    font-weight: 400;
}

.blog-section-content-row textarea {
	border-radius: 0;
    padding: 0.2rem 1.3rem;
    width: 100%;
    background: #FFFFFF1C;
    border: 0.1rem solid #999;
    font-size: 1.3rem;
    color: #999;
    margin-bottom: 1.7rem;
    height: 9rem;
    resize: none;
}

.blog-section-content-row span.wpcf7-form-control.wpcf7-checkbox label {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    color: #999;
    font-size: 1rem;
    line-height: 1.3;
}

.blog-section-content-row span.wpcf7-form-control.wpcf7-checkbox label input[type="checkbox"] {
    margin-top: 0.3rem;
    margin-right: 1rem;
}

.blog-section-content-row input.wpcf7-form-control.wpcf7-submit {
    background: #5C21FF;
    color: #F4F4F4;
    min-width: 18rem;
    text-align: center;
    text-decoration: none;
    border-radius: 0.3rem;
    padding: 0.6rem 1rem;
    font-size: 1.3rem;
    line-height: 1.5;
    border: none;
    margin: 2rem auto 0;
    display: block;
}

.blog-section-content-row .wp-block-contact-form-7-contact-form-selector {
    width: 100%;
    max-width: 51rem;
    border: .1rem solid #5c21ff;
    border-radius: .4rem;
    padding: 2.7rem 4rem .5rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.page-template-default article {
    background: #000;
    padding: 15rem 4.1rem 6rem;
}

.page-template-default h1.entry-title {
    font-size: 2.5rem;
    padding-bottom: 2rem;
    color: #fff;
    font-weight: 700;
}

.page-template-default .entry-content {
    color: #999;
    font-size: 1.3rem;
    font-weight: 400;
}

.page-template-default .entry-content p {
    margin-bottom: 1em;
}

.page-template-default #secondary {
	display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #5C21FF;
}
.wpcf7 form .wpcf7-response-output {
	color: #999;
}

.buttons-row {
    display: flex;
}

.buttons-row div {
	margin-right: 1.5rem;
}

.workflow-section-top {
    margin-top: 11.8rem;
    min-height: 42.7rem;
    background-size: cover;
    background-position: right;
    padding-top: 3.8rem;
}

.workflow-section-top .big-title-section {
    font-size: 3.5rem;
    color: #fff;
    font-weight: 700;
    padding-bottom: 1rem;
    padding-top: 2rem;
}

.workflow-section-top .zacznij-blocks-home-buttons {
    justify-content: flex-start;
    padding-top: 4.9rem;
    padding-bottom: 3rem;
}

.workflow-section-top-descr {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.5;
    padding-top: 1rem;
    max-width: 40rem;
}

.workflow-section-top-descr a {
  color: #AA1BFF;
  text-decoration: underline;
}

.workflow-col-block-big {
    border: .1rem solid #5C21FF;
    margin: 1rem .5rem 3.2rem;
    border-radius: 1.3rem;
    padding: 1rem .5rem;
    background: #ffffff0f;
}

.workflow-section-content-page-col {
    width: 100%;
    max-width: 43rem;
    margin-left: -0.5rem;
    margin-top: -5.3rem;
    position: relative;
    z-index: 1;
}

.workflow-col-block-big-img {
    display: flex;
    justify-content: center;
    height: 22.5rem;
        align-items: center;
}

.workflow-col-block-big-img img {
    width: auto;
    margin: 0 auto;
    display: flex;
    max-width: max-content;
    height: 100%;
        border-radius: 1rem;
    overflow: hidden;
}

.workflow-col-block-big .dla-edukacji-section-row-block-title {
    padding: 2.5rem 2rem 1rem;
}

.workflow-col-block-big .dla-edukacji-section-row-block-descr {
    padding: 0 2rem 1rem;
}

.workflow-section-content-page-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.workflow-section-content-page-col-right {
    width: 100%;
    max-width: 60rem;
    margin-right: 0.5rem;
    margin-top: -12rem;
    position: relative;
    z-index: 1;
}

.workflow-col-block-big-img-block {
    display: flex;
    justify-content: space-between;
    margin: 0 0.8rem;
}

.workflow-col-block-big-img-block img {
	    border-radius: 1rem;
	    overflow: hidden;
}

.workflow-col-block-big-img-block div {
    height: 17rem;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 0.8rem;
}

.workflow-col-block-big-img-block div img {
    width: auto;
    height: 100%;
}

.workflow-col-block-big.workflow-col-block-big-text-right {
    display: flex;
    flex-direction: row;
    align-items: center;
        min-height: 26rem;
    margin-bottom: 4rem;
}

.workflow-col-block-big-text-right .workflow-col-block-big-img-block {
      width: 36rem;
    margin-right: 0;
}

.workflow-col-block-big-text-right .workflow-col-block-big-img-block img {
  width: 100%;
}

.workflow-col-block-big-text-right-content {
    width: 27rem;
    padding-top: 1.7rem;
}

.workflow-col-block-big.workflow-col-block-big-text-left {
    display: flex;
    flex-direction: row;
    align-items: center;
        min-height: 26rem;
    margin-bottom: 4rem;
}

.workflow-col-block-big-text-left .workflow-col-block-big-img-block {
      width: 36rem;
}

.workflow-col-block-big-text-left .workflow-col-block-big-img-block img {
  width: 100%;
}

.page-id-568 #main > section.workflow-section-content-page > div > div > div.workflow-section-content-page-col > div:nth-child(2) > div.workflow-col-block-big-img > img {
    height: 20rem;
}

.page-id-568 #main > section.workflow-section-content-page > div > div > div.workflow-section-content-page-col > div:nth-child(2) > div.dla-edukacji-section-row-block-title {
  padding: 1rem 2rem 1rem;
}

.dla-edukacji-section-row-block-descr p {
  margin-bottom: 0.5rem;
}

.workflow-section-content-page-col .workflow-col-block-big {
    min-height: 39.5rem;
}

.workflow-col-dla-3ds-max .workflow-col-block-big-text-right .dla-edukacji-section-row-block-title {
  padding-top: 0;
}

.workflow-section-content-page-col-right.workflow-col-dla-3ds-max {
    margin-top: -8rem;
}

.workflow-col-dla-3ds-max .workflow-col-block-big-text-right-content {
    width: 27rem;
    padding-top: 1rem;
}

.workflow-col-dla-3ds-max .dla-edukacji-section-row-block-descr {
  padding-right: 0.5rem;
}

.workflow-col-dla-3ds-max .workflow-col-block-big.workflow-col-block-big-text-right {
      margin-bottom: 2rem;
}

.workflow-col-dla-3ds-max-last-text-block .dla-edukacji-section-row-block-title {
    width: 48rem;
    padding-left: 1rem;
    padding-right: 0.5rem;
}

.workflow-col-dla-3ds-max-last-text-block .dla-edukacji-section-row-block-descr {
    padding-top: 3rem;
}

.workflow-col-dla-3ds-max-last-text-block {
    display: flex;
}

.workflow-section-top .head-buttons.zacznij-blocks-home-buttons .blue-button {
    padding: 0;
}

.workflow-section-top .head-buttons.zacznij-blocks-home-buttons .violet-button {
    margin-right: 2.5rem;
}

.workflow-section-content-page {
    padding-bottom: 2rem;
}

.c4d-z-d5-section-top .workflow-section-top-descr {
  max-width: 80rem;
  color: #999;
}  

.c4d-z-d5-section-content-modul {
    width: 100%;
    max-width: 75rem;
}

.workflow-col-block-modul {
    border-bottom: 0.1rem solid #707070;
    padding-bottom: 1.2rem;
}

.workflow-col-block-modul .dla-edukacji-section-row-block-title {
      font-size: 1.5rem;
    font-weight: 800;
}

.workflow-col-block-modul:first-child .dla-edukacji-section-row-block-title {
    font-size: 1.8rem;
    font-weight: 500;
}

.workflow-section-last-content {
    color: #999;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
    padding-top: 5rem;
}

.workflow-section-last-content h3 {
    color: #fff;
    padding-bottom: 1rem;
    font-weight: 600;
}

.workflow-section-last-content h4 {
    color: #E6E6E6;
}

.workflow-section-last-content strong {
    color: #BE5BFB;
    font-weight: 400;
}

.global-illumination-section .workflow-section-top-descr {
    color: #BFBFBF;
    width: 100%;
    max-width: 80rem;
}

.global-illumination-section h3 {
    font-size: 1.8rem;
    font-weight: 600;
}

.global-illumination-section h4 {
  font-size: 1.5rem;
  font-weight: 600;
}

.global-illumination-section {
  padding-bottom: 3rem;
}


.workflow-section-top.moc-ai-section {
    padding-top: 5.5rem;
}

.moc-ai-section .workflow-section-top-descr {
    color: #BFBFBF;
    font-size: 1.8rem;
    font-weight: 600;
    padding-top: 1.6rem;
}

.moc-ai-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 5.8rem;
}

.moc-ai-content {
    flex-direction: row;
    justify-content: space-between;
    padding: 5rem 0.5rem 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
}

.moc-ai-content-block {
    border: .1rem solid #5c21ff;
    margin: 1rem .5rem 3.2rem;
    border-radius: 1.3rem;
    padding: 1rem .5rem;
    background: #ffffff0f;
    width: 100%;
    max-width: 50.5rem;
    min-height: 38rem;
}

.workflow-section-top.moc-ai-section .workflow-col-block-big-img {
    min-height: 26.7rem;
    margin-top: 2rem;
    border-radius: 1.5rem;
}

.workflow-section-top.moc-ai-section .dla-edukacji-section-row-block-title {
    padding-top: 1.7rem;
    padding-bottom: 0rem;
}

.workflow-section-top.moc-ai-section .moc-ai-content-block {
      padding: 1rem 1.5rem;
}



























@media only screen and (max-width: 800px) {
    

.blue-button a {
    background: #5c21ff;
    color: #f4f4f4;
    min-width: 12rem;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    padding: 4px 15px 5px 15px;
    font-size: 16px;
    line-height: 1.5;
}

.home-big-video video {
    width: auto;
    min-height: 550px;
}

.black-section {
    background: #000;
}

.big-title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 15px;
    line-height: 1.3;
}

.d5-banner-section-descr {
    font-size: 14px;
    max-width: 80%;
    margin: 0 auto;
    line-height: 1.4;
    font-weight: 500;
    color: #fff;
    padding-bottom: 25px;
}

.ogladaj-projekt-section-content {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.ogladaj-projekt-left {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
}

.ogladaj-projekt-right {
    width: 100%;
    max-width: 100%;
    position: relative;
    margin-top: 35px;
}

.ogladaj-projekt-section {
    padding-top: 40px;
    padding-bottom: 60px;
}

.big-title-section {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 15px;
}

.section-title {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 0;
}

.section-title-descr {
    color: #999;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
}

.projekt-slider-ico {
	width: 70px;
}

.projekt-slider-ico img {
    width: 30px;
}

.projekt-slider-ico div {
	font-size: 12px;
}

.atmosfery-home-section-content {
    display: flex;
    flex-direction: column;
}

.atmosfery-home-section-left {
    padding-top: 2.5rem;
    width: 100%;
    max-width: 100%;
    position: relative;
}

.atmosfery-home-section-right {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    position: relative;
}

.atmosfery-home-section-video {
    width: 100%;
    max-width: 100%;
    margin-top: 3rem;
    border-radius: 10px;
    margin-bottom: 55px;
}

.atmosfery-home-section-right-first .atmosfery-home-section-title {
    position: relative;
    left: 0;
    z-index: 1;
    max-width: 100%;
    top: 20px;
}

.atmosfery-home-section-right-last .atmosfery-home-section-title {
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 1;
    width: 100%;
}

.x10-szybsza-section-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.x10-szybsza-section-left {
    max-width: 100%;
}

.x10-szybsza-section-right img {
    margin-top: 20px;
    border-radius: .4rem;
    margin-bottom: 35px;
}

.x10-szybsza-section-right {
    width: 100%;
    max-width: 100%;
}

.animacja-home-section-content {
    padding-top: 2.8rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.animacja-home-section-block1 {
    width: 100%;
    max-width: 350px;
    border: .2rem solid #999;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}


.animacja-home-section-block1 img:first-child {
    height: 105%;
    display: block;
    width: auto;
    position: relative;
    left: 0;
    top: 0;
}

.animacja-home-section-block1 img.video-play-ico {
    position: absolute;
    z-index: 2;
    right: 1rem;
    bottom: 0;
    width: 50px;
}

.animacja-home-section-block2 {
    width: 100%;
    max-width: 100%;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    opacity: .5;
}

.animacja-home-section-block2 img.video-play-ico {
    position: absolute;
    z-index: 2;
    left: 1rem;
    bottom: 0;
    width: 50px;
}

.animacja-home-section-block3 img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
    height: 100%;
}


.animacja-home-section-block3 {
    padding: 2rem 3rem;
    background: #0d0d0de3;
    width: 100%;
    max-width: 350px;
    border: .2rem solid #999;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    min-height: 215px;
}

.animacja-home-section-block4 {
    position: relative;
    background: #0d0d0de3;
    margin-top: 0;
    width: 100%;
    margin-right: 0;
    padding: 2rem 4.3rem;
    height: 150px;
    border-radius: .6rem;
    margin-bottom: 25px;
}


section.d5-banner-section {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.last-blocks-home-section-content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.last-blocks-home-block {
    width: 100%;
    border: .2rem solid #5c21ff;
    border-radius: 6px;
    height: auto;
    padding: 15px 20px;
    position: relative;
    margin-bottom: 25px;
}

.last-blocks-home-block-text {
    color: #999;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 25px;
}

.last-blocks-home-block-big-title {
    font-size: 26px;
    color: #fff;
    line-height: 1.15;
    font-weight: 500;
    padding-bottom: 20px;
}

.last-blocks-home-block-title-descr {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 20px;
}

.white-border a {
    border: 2px solid #707070;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    padding: 4px 20px 5px;
    display: flex;
    justify-content: center;
    min-width: 15rem;
    font-weight: 700;
}

img.last-blocks-home-image {
	display: none;
}

.violet-button a {
    background: #aa1bff;
    color: #f4f4f4;
    min-width: 12rem;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    padding: 4px 15px 5px 15px;
    font-size: 16px;
    line-height: 1.5;
}

.zacznij-blocks-home-section-text {
    color: #999;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 25px;
}

.zacznij-blocks-home-buttons {
    justify-content: center;
    flex-direction: column;
}

.zacznij-blocks-home-buttons div {
	margin-bottom: 15px;
}

.footer-content-logo img {
    height: 40px;
    margin-left: -10px;
}

.footer-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 1.5rem;
}

.footer-content-block {
    width: 100%;
    max-width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding-top: 10px;
}

.footer-content-pp a {
    padding-top: 25px;
    display: flex;
    color: #aa1bff;
    font-size: 14px;
    text-decoration: none;
}

.footer-content-block.footer-content-block-menu li a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
}

.footer-content-block.footer-content-block-menu ul {
    margin: 15px 0;
    padding-left: 0;
}

.footer-content-block-soc a img {
    width: 20px !important;
}

.footer-content-block-soc {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 25px;
    margin-top: 10px;
}

.footer-content-block.footer-content-block-last {
    padding-top: 0;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.head-buttons.footer-buttons .violet-button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
}

.head-buttons.footer-buttons .blue-button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 1rem 0 2rem;
}

.footer-content-last {
    background: #000;
    color: #f4f4f4;
    font-size: 10px;
    text-align: center;
    padding: 10px 0;
}

.footer-content {
	padding-bottom: 25px;
}

.head-buttons {
    display: flex;
    flex-direction: column;
}

.dla-edukacji-section-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
}

.dla-edukacji-section-left {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-height: 60rem;
}

.big-white-title {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
}

.white-title-descr {
    max-width: 90%;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    position: relative;
    z-index: 1;
}

.dla-edukacji-section-row {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-right: 0;
}

.dla-edukacji-section-row-block {
    border: .1rem solid #999;
    margin: 1rem .5rem 15px;
    border-radius: 6px;
    width: 100%;
    padding: 10px;
    max-width: 350px;
}

.dla-edukacji-section-row-block-img img {
    height: auto;
    width: 100%;
    border: .1rem solid #999;
    border-radius: 13px;
    overflow: hidden;
}

.dla-edukacji-section-row-block-title {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.dla-edukacji-section-row-block-descr {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
}

.dla-edukacji-section-row.dla-edukacji-section-row-last {
    margin-left: 0;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
}

.dla-edukacji-section-left-last {
    width: 100%;
    max-width: 100%;
    margin-right: 5rem;
}

.dla-edukacji-section-right-last {
    width: 100%;
}

.dla-edukacji-section-block {
    border: .1rem solid #5c21ff;
    width: 100%;
    max-width: 350px;
    border-radius: 7px;
    margin: 25px 0 0;
}

.dla-edukacji-section-left-last .white-title-descr {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    padding-top: .3rem;
}

.dla-edukacji-section-block div:first-child {
    padding: 2.7rem 2.1rem .5rem;
    font-size: 22px;
}

.dla-edukacji-section-block div:last-child {
    padding: 2.7rem 2.1rem .5rem;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.dla-edukacji-section-block ul {
    margin: 15px;
    padding: 3.5rem 2rem 2rem;
}

.head-buttons.footer-buttons {
    flex-direction: column !important;
}

.big-section-title {
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.cennik-section-content {
    padding-top: 7rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.cennik-section-block-title {
    color: #fff;
    font-size: 26px;
}

.cennik-section-block-descr {
    font-size: 14px;
    padding-bottom: 15px;
}

.cennik-block-price {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 20px;
}

.cennik-block-content-title {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    min-height: 4rem;
}

.cennik-block-content-descr {
    color: #999;
    font-size: 14px;
    font-weight: 400;
}

.cennik-block-content-descr li {
    list-style: none;
    padding-left: 20px;
    position: relative;
}

.cennik-block-content-descr li:before {
    content: '';
    position: absolute;
    top: 5px;
    left: -0;
    width: 10px;
    height: 10px;
}

.navtab {
    color: #999;
    font-size: 16px;
    margin-right: 2.5rem;
    cursor: pointer;
    margin: .8rem 3rem 5rem 0;
    font-weight: 400;
}

.cennik-section-block {
    border: .1rem solid #5c21ff;
    border-radius: 6px;
    width: 100%;
    max-width: 350px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

button#gallery-btn {
    margin: 35px auto;
    font-size: 18px;
}

.galeria-img img {
	width: 48rem;
    height: 48rem;
}

.ymc-post-layout1 figure.media {
    height: auto !important;
    overflow: hidden !important;
    margin-bottom: 0 !important;
}

.ymc-smart-filter-container .container-posts .post-layout1 .ymc-post-layout1 .title {
    font-size: 18px !important;
    font-weight: 600;
    line-height: 1.3 !important;
    padding-top: 1rem !important;
    margin-bottom: 1rem !important;
    color: #fff !important;
    height: auto;
    overflow: hidden;
}

div#ymc-layout-pagination a {
    margin: 25px auto;
    border: none;
    font-size: 18px;
    text-decoration: underline;
}

.blog-section-content-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 4rem;
}

.blog-section-content h1 {
    font-size: 24px;
    padding-bottom: 15px;
}

.blog-section-content {
    width: 100%;
    max-width: 100%;
}

.blog-section-content-row .entry-content {
    color: #999;
    font-size: 14px;
    font-weight: 400;
}

.blog-section-content-row .nav-next a, .blog-section-content-row .nav-previous a {
    color: #999;
    background: transparent;
    border: none;
    font-size: 12px;
    text-decoration: underline;
}

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

.blog-section-sidebar {
    width: 100%;
    margin-left: 0;
    max-width: 350px;
}

.aktualnosci-content-block-title a {
    padding: 2rem 0 0;
    color: #999;
    font-size: 16px;
    font-weight: 500;
}

.aktualnosci-content-block-text.section-deckription p {
    font-size: 12px !important;
}

.blog-section-sidebar .read-more a {
	font-size: 14px !important;
}

.blog-section-content-row .wp-block-contact-form-7-contact-form-selector {
    width: 100%;
    max-width: 350px;
    border: .1rem solid #5c21ff;
    border-radius: 6px;
    padding: 2.7rem 4rem .5rem;
    margin-top: 25px;
    margin-bottom: 35px;
}

.blog-section-content-row input[type="text"], .blog-section-content-row input[type="email"], .blog-section-content-row input[type="tel"] {
    color: #666;
    border: none;
    border-radius: 0;
    padding: 5px;
    width: 100%;
    background: transparent;
    border-bottom: .1rem solid #999;
    font-size: 14px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 500;
}

.kontakt-form input::placeholder {
	font-size: 14px;
    color: #999;
    font-weight: 400;
}

.blog-section-content-row input::placeholder {
	font-size: 14px;
    color: #999;
    font-weight: 400;
}

.kontakt-form span.wpcf7-form-control.wpcf7-checkbox label,
.blog-section-content-row span.wpcf7-form-control.wpcf7-checkbox label {
    font-size: 12px;
    line-height: 1.3;
    padding-bottom: 5px;
}

.kontakt-form input.wpcf7-form-control.wpcf7-submit,
.blog-section-content-row input.wpcf7-form-control.wpcf7-submit {
    border: none;
    margin: 2rem auto 0;
    display: block;
    background: #5c21ff;
    color: #f4f4f4;
    min-width: 12rem;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    padding: 4px 15px 5px 15px;
    font-size: 16px;
    line-height: 1.5;
}

.kontakt-section-content {
    padding-top: 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.kontakt-section-adress-block {
    width: 100%;
    margin-left: 0;
    margin-right: 2rem;
    margin-bottom: 25px;
}

.kontakt-section-adress-block-title-first {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.kontakt-section-adress-block-title-last {
    color: #999;
    font-size: 14px;
    font-weight: 400;
}

.kontakt-section-adress-block-content div b {
    font-size: 16px;
    display: block;
    font-weight: 500;
    color: #fff;
}

.kontakt-section-adress-block-content div {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    margin-bottom: 15px;
}

.kontakt-section-cf-block {
    width: 100%;
    max-width: 350px;
    border: .1rem solid #5c21ff;
    border-radius: .4rem;
    padding: 2.7rem 4rem .5rem;
}

.kontakt-form input[type="text"], .kontakt-form input[type="email"], .kontakt-form input[type="tel"] {
    border: none;
    border-radius: 0;
    background: transparent;
    border-bottom: .1rem solid #999;
    font-size: 14px;
    color: #fff;
    padding: 5px;
    width: 100%;
    margin-bottom: 15px;
    font-weight: 500;
}

.kontakt-section-cf-block {
    width: 100%;
    max-width: 350px;
    border: .1rem solid #5c21ff;
    border-radius: 4px;
    padding: 2.7rem 4rem .5rem;
}

.kontakt-form textarea {
    border-radius: 0;
    padding: 0.2rem 1.3rem;
    width: 100%;
    background: #FFFFFF1C;
    border: 0.1rem solid #999;
    font-size: 14px;
    color: #999;
    margin-bottom: 15px;
    height: 65px;
    resize: none;
}

.wpcf7-not-valid-tip {
	font-size: 10px;
}

.poznaj-section-small {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    padding-top: 40px;
    padding-bottom: 1.7rem;
}

.poznaj-section-title {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 20px;
}

.poznaj-section-image-row {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 20px;
}

.poznaj-section-image-block {
    width: 100%;
    border: .1rem solid #999;
    border-radius: 1rem;
    padding: 10px;
    margin-bottom: 15px;
}

.poznaj-section-image-block-img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.poznaj-section-image-block-text {
    font-size: 14px;
    color: #fff;
    line-height: 1.4;
    padding-top: 10px;
    height: auto;
}

.poznaj-section-text-row {
    background: #0f0f0f;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 15px 0;
}

.poznaj-section-text-block {
    width: 100%;
    padding: 0 2rem;
    max-width: 350px;
}

.poznaj-text-block-con-title {
    color: #fff;
    font-size: 18px;
    padding-bottom: 15px;
}

.poznaj-text-block-con-text {
    color: #999;
    font-size: 14px;
    line-height: 1.3;
    padding-bottom: 35px;
}

.produkt-d5-section-first h1 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}

.produkt-d5-tabs-section-row-small-title {
    color: #999;
    font-size: 16px;
    padding-top: .5rem;
    font-weight: 400;
    position: relative;
    z-index: 1;
}

.produkt-d5-tabs-section-row-big-title {
    width: 100%;
    max-width: 90%;
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 24px;
    padding-top: 15px;
    line-height: 1.4;
    padding-bottom: 20px;
}

img.produkt-d5-tabs-img {
    position: absolute;
    right: auto;
    bottom: 0;
    height: 200px;
    width: auto;
    max-width: 900px !important;
    left: auto;
}

.produkt-d5-tabs-section {
    padding-bottom: 50px;
}

.jprodukt-d5-tab-title {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 5px;
}

.jprodukt-d5-tab-title img {
    margin-left: 2.5rem;
    width: 10px;
}

.jprodukt-d5-tab .question.active+.answercont {
		font-size: 14px;
        position: relative;
        height: auto;
        max-height: 100% !important;
}

.produkt-d5-tabs-section-row-tabs {
    padding-bottom: 40px;
}

.jprodukt-d5-tab {
	width: 100%;
}

.animacja-home-section-block3,
.animacja-home-section-block1 {
	max-width: 450px;
	margin-left: 0;
}

.produkt-d5-tabs-section-row-small-title {
	color: #fff;
}

.produkt-d5-wymagania-section-title {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    padding-bottom: 6.5rem;
}

.produkt-d5-wymagania-section-content {
    display: flex;
    flex-direction: column;
}

.produkt-d5-wymagania-section-left {
    color: #fff;
    width: 100%;
    padding-right: 6rem;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    max-width: 100%;
    margin-bottom: 20px;
}

.produkt-d5-wymagania-section-right {
    width: 100%;
    min-width: 100%;
    padding-left: 0;
}

.produkt-d5-wymagania-section-small {
    color: #999;
    font-weight: 400;
    padding-left: 0;
    font-size: 18px;
    padding-bottom: 2.7rem;
}

.produkt-d5-wymagania-section-text {
	font-size: 16px;
}

.produkt-d5-wymagania-section-text img {
    width: 15px;
    margin-right: 5px;
}

.mobmenu-content #mobmenuright > li > a:hover .mob-expand-submenu i {
	color: #000 !important;
}

.grey-text {
	font-size: 14px;
}

img.dla-edukacji-section-img1 {
    position: relative;
    left: 0;
    top: 15px;
    z-index: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}


.page-template-d5-dla-edukacji-page .dla-edukacji-section-row {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-right: 0;
        align-items: center;
    }

    .poznaj-section-small {
    	color: #fff;
    }


.poznaj-section-image-block-text-descr {
    display: none;
    color: #999;
    font-size: 14px;
    line-height: 1.3;
    position: relative;
    border-radius: 0 0 1rem 1rem;
    padding: 1.5rem 1.7rem;
    left: -1px;
    margin-top: 1rem;
    background: #000;
    border-top: 0;
    border: none;
}    

.poznaj-text-block-con strong {
    color: #fff;
    font-size: 18px;
    padding-bottom: 0;
    display: block;
}

.poznaj-text-block-con {
    color: #999;
    font-size: 14px;
    line-height: 1.3;
    padding-bottom: 20px;
}

.workflow-section-top-descr {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    padding-top: 1rem;
    max-width: 100%;
}

.workflow-section-content-page-row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.workflow-section-content-page-col {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 0;
    position: relative;
    z-index: 1;
}

.workflow-section-content-page-col-right {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-top: 0;
    position: relative;
    z-index: 1;
}

.workflow-col-block-big-img {
    display: flex;
    justify-content: center;
    height: auto;
    align-items: center;
}

.workflow-col-block-big-img-block div {
	height: auto;
}

.workflow-col-block-big.workflow-col-block-big-text-right {
	    flex-direction: column;
}

.workflow-col-block-big-text-right .workflow-col-block-big-img-block {
    width: 100%;
    margin-right: 0;
}

.workflow-col-block-big-text-right-content {
    width: 100%;
    padding-top: 1.7rem;
}

.workflow-col-block-big.workflow-col-block-big-text-left {
	flex-direction: column;
}

.workflow-col-block-big-text-left .workflow-col-block-big-img-block {
    width: 100%;
}

.workflow-section-content-page-row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.workflow-section-top-descr {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    padding-top: 1rem;
    max-width: 100%;
}

.workflow-section-content-page-col {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 0;
    position: relative;
    z-index: 1;
}

.workflow-col-block-big-img {
    display: flex;
    justify-content: center;
    height: auto;
    align-items: center;
}

.workflow-section-content-page-col-right.workflow-col-dla-3ds-max {
    margin-top: 0;
}

.workflow-section-content-page-col-right {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-top: 0;
    position: relative;
    z-index: 1;
}

.workflow-col-block-big.workflow-col-block-big-text-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 26rem;
    margin-bottom: 4rem;
}

.workflow-col-block-big-text-right .workflow-col-block-big-img-block {
    width: 100%;
    margin-right: 0;
}

.workflow-col-dla-3ds-max .workflow-col-block-big-text-right-content {
    width: 100%;
    padding-top: 1rem;
}

.workflow-col-dla-3ds-max-last-text-block {
    display: flex;
    flex-direction: column;
}

.workflow-col-dla-3ds-max-last-text-block .dla-edukacji-section-row-block-title {
    width: 100%;
    padding-left: 1rem;
    padding-right: 0.5rem;
}

.workflow-section-content-page-row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.workflow-section-content-page-col {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 0;
    position: relative;
    z-index: 1;
}

.page-id-622 .workflow-section-content-page-col .workflow-col-block-big-img {
    height: auto;
}

.page-id-622 .workflow-section-content-page-col-right.workflow-col-dla-3ds-max {
    margin-top: 0;
    max-width: 100%;
}

.workflow-col-block-big.workflow-col-block-big-text-right {
	flex-direction: column;
}

.workflow-col-block-big-text-right .workflow-col-block-big-img-block {
    width: 100%;
    margin-right: 0;
}

.workflow-col-dla-3ds-max .workflow-col-block-big-text-right-content {
    width: 100%;
    padding-top: 1rem;
}

.workflow-col-dla-3ds-max-last-text-block {
    display: flex;
    flex-direction: column;
}

.workflow-col-dla-3ds-max-last-text-block .dla-edukacji-section-row-block-title {
    width: 100%;
    padding-left: 1rem;
    padding-right: .5rem;
}

.workflow-section-content-page-col-right.workflow-col-dla-3ds-max.workflow-col-dla-rhino {
    margin-top: 0;
}

.page-id-697 .workflow-section-content-page-col-right.workflow-col-dla-3ds-max.workflow-col-dla-rhino {
    margin-top: 0;
}

.workflow-section-content-page-col-right.workflow-col-dla-3ds-max.workflow-col-dla-rhino {
    margin-top: 0;
}

.page-id-706 .workflow-section-content-page-col-right.workflow-col-dla-3ds-max.workflow-col-dla-rhino {
    margin-top: 0;
}

.workflow-col-block-modul:first-child .dla-edukacji-section-row-block-title {
    font-size: 16px;
    font-weight: 500;
}

.c4d-z-d5-section-content-modul {
    width: 100%;
    max-width: 100%;
}

.workflow-col-block-modul .dla-edukacji-section-row-block-title {
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
}

.workflow-section-last-content {
    color: #999;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
    padding-top: 45px;
}

.workflow-section-last-content h3 {
    color: #fff;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 17px;
}

.workflow-section-last-content h4 {
    color: #e6e6e6;
    font-size: 15px;
}

.demo-section-content {
    display: flex;
    padding-top: 4.3rem;
    flex-direction: column;
}

.demo-description-block {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 5rem;
    margin-right: 4.5rem;
}

.workflow-section-top .big-title-section {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 15px;
    padding-top: 2rem;
}

.global-illumination-section .workflow-section-top-descr {
    color: #BFBFBF;
    width: 100%;
    max-width: 100%;
}

.global-illumination-section h3 {
    font-size: 16px;
    font-weight: 600;
}

.global-illumination-section h4 {
    font-size: 15px;
    font-weight: 600;
}



}