/*!
Theme Name: Codeo
Theme URI: http://underscores.me/
Author: MinisterstwoReklamy.pl
Author URI: https://www.ministerstworeklamy.pl/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: codeo
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 with others.

Codeo is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	scroll-behavior: smooth;
}

section {
	scroll-margin-top: 135px;
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * 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; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/* 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bold;
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
	font: inherit; /* 2 */
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404041;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	-webkit-font-smoothing:antialiased;

}

h1, h2, h3, h4, h5, h6, .h4 {
	clear: both;
	margin-top: 0;
}
.h4 {font-weight:bold;}

p {
	margin-bottom: 1.5em;
	margin-top: 0;
}

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;
	font-size: 15px;
	font-size: 1.5rem;
	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;
	font-size: 15px;
	font-size: 1.5rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
	font-size: 62.5%;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	font-size: 1.6rem;
	/* Fallback for when there is no custom background color defined. */

}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# 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);
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #f035a4;	
}

a:visited {
	color: purple;	
}

a:hover, a:focus, a:active {
	color: #f360b7;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	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 {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	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: 992px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}




/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

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

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

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Stickers
--------------------------------------------------------------*/

ul.bird {flex-wrap: wrap; padding:0; margin:0; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; justify-content: space-between;-webkit-justify-content: space-between;}
ul.bird li {flex: 1 1 50%; padding: 0 20px 0 35px; background: url(img/li-bird.png) 0 3px no-repeat; margin:5px 0; list-style: none;}

.stickers .flex, .flex {display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: stretch; align-content: stretch;}
.flex-ver {display: flex; flex-direction: column; flex-wrap: wrap; justify-content: center;}
.stickers .flex .offer-details__boxes-second {max-width:48%; width:48%; flex-basis: 48%; display:block; background-color: #fff; border:2px solid #efefef; text-align:center; margin: 3.6rem 0 0 0; transition:all 0.3s ease-in-out;}
.stickers .flex .offer-details__boxes-second:hover {border-color:#f035a4;}
.stickers .flex .offer-details__boxes-second img {max-width: 475px; width:100%; height: auto; margin:0 auto;}
.stickers .flex .offer-details__boxes-second-text {background-color: #fff;}
.stickers .flex .offer-details__boxes-second-text h3 {font-weight:bold; text-align:center;}
.stickers h3 span, .stickersDetails h3 span, .stickers .offer-details__boxes-second-text h3 span {color:#f035a4; font-weight:bold;}
.stickers .flex .offer-details__boxes-second-text .button--inline {margin-top:2rem; display: inline-block;}
.stickers .flex .offer-details__boxes-second-text ul {text-align:center;}
.stickers .flex .offer-details__boxes-second-text ul li {font-size: inherit; line-height: inherit;}

.stickersDetails .offer-details__boxes-second img {max-width: 475px; height: auto; margin:0 auto;}
.flex > div {max-width:48%; width:48%; flex-basis: 48%;}
.flex > div.w25p {max-width:25%; width:25%; flex-basis: 25%;}
.flex > div.w32p {max-width:32%; width:32%; flex-basis: 32%;}
.flex > div.w33p {max-width:33.333%; width:33.333%; flex-basis: 33.333%;}
.flex > div.w50p {max-width:50%; width:50%; flex-basis:50%;}
.flex > div.w64p {max-width:64%; width:64%; flex-basis: 64%;}
.flex > div.w66p {max-width:66.666%; width:66.666%; flex-basis: 66.666%;}
.flex > div.w75p {max-width:75%; width:75%; flex-basis: 75%;}
.stickersDetails .steps {margin:50px 0 0 0;}
.stickersDetails .steps.flex > div:first-child {max-width:15%; width:15%; flex-basis: 15%;}
.stickersDetails .steps.flex > div:last-child {max-width:80%; width:80%; flex-basis: 80%;}
.stickersDetails ul {margin-left:3px; padding-left:15px;}
.offer-details__main-text.flex {padding-top:0;}
.stickersDetails .kol3 > div {max-width:33.333%; width:33.333%; flex-basis: 33.333%; text-align:center;}
.stickersDetails .kol3, .stickersDetails .kol2 {margin:30px 0 20px 0;}
.stickersDetails .kol2 > div:first-child {max-width:66.666%; width:66.666%; flex-basis: 66.666%; text-align:center;}
.stickersDetails .kol2 > div:last-child {max-width:33.333%; width:33.333%; flex-basis: 33.333%; text-align:center;}

.stickersDetails table {width:100% !important; height:auto !important; border-collapse: collapse; margin:10px 0 40px 0;}
.stickersDetails table tr td {padding:10px 10px; width:auto !important; height:auto !important;}
.stickersDetails table tr:first-child td {background-color:#404041; color:#fff; font-size:13px;}
.stickersDetails table tr:first-child td strong {display:block;}
.stickersDetails table tr:nth-child(even) {background-color:#efefef;}
.stickersDetails .greyBox {text-align:center; padding:30px 25px 15px 25px; background-color:#efefef; margin-bottom:50px;}

/*--------------------------------------------------------------
## Tapety
--------------------------------------------------------------*/

.pages-tapety .main__boxes {
	background:#2b2b2b url('img/bg-slider-tapety-2.jpg') no-repeat 50% 50% / cover;
	position:relative;
}

.pages-tapety .main__boxes img {
	position:absolute;
	bottom:70px;
	left:35%;
	z-index: 9;
}

.pages-tapety .offer-details__main-text {
	padding-top: 50px;
	width:100%;
}

.pages-tapety .bg-grey .offer-details__main-text {
	padding-top: 0;
}

.pages-tapety .offer-details__main-text.sekcja-1 {
	padding-top: 25px;
	padding-bottom: 70px;
}

.pages-tapety .offer-details__main-text.sekcja-1 h4, .pages-tapety .offer-details__main-text.sekcja-1 .h4 {
	margin:20px 0 0 0;
}

.mt80 {
	margin-top:80px;
}


.pages-tapety .offer-details__main-text.sekcja-1 img.svg {
	position:absolute;
	z-index: 9;
	bottom:0;
	left:0;
	right:0;
	margin:0 auto;
	width:calc(100% - 30px);
}

.pages-tapety .bg-grey .offer-details__main-text h2 {
	border:2px solid #000;
	text-transform: uppercase;
	font-weight:400;
	padding:40px 30px;
}
.pages-tapety .bg-grey .offer-details__main-text h2 strong {
	font-weight:900;
}

.pages-tapety .button--inline {
	background-color:#000;
	font-weight:700;
}
.pages-tapety .button--inline.magenta {
	background-color:#f035a4;
}

.pages-tapety .page {
	margin-bottom:0;
}

.bg-dark {
	background-color:#2b2b2b;
	color:#fff;
}

.bg-grey {
	background-color:#e3e3e3;
}

.pages-tapety .offer-details__header {
	width:100%;
}
.full-width {
	width:100%;
}
.bg-grey.full-width.slogan {
	margin-top:-150px;
}

.mt75 {
	margin-top:75px;
}

.mt50 {
	margin-top:50px;
}

.mb30 {
	margin-bottom:30px;
}

.bg-grey.full-width, .bg-dark.full-width {
	padding:75px 0;
	margin-top:75px;
}

.bg-dark.full-width .button--inline {
    background-color: #fff;
	color: #000;
	margin:10px 10px 0 0;
	display: inline-block;
}

.bg-dark.full-width .button--inline.magenta {
	background-color: #f035a4;
	color: #fff;
}

.bg-dark.full-width .buttons {
	margin:20px 0;
}

.bg-dark.full-width .w32p {
	text-align:right;
}

.bg-dark.full-width .w32p img {
	max-width:200px;
}

.bg-dark.full-width .w64p h3 {
	text-transform: uppercase;
}


.common-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px;
	list-style: none;
	margin:0;
	text-align:center;
	font-size: 1.9rem;
	font-weight: 700;
}
.common-list li {
	margin:20px 0;
}
.common-list img {
	margin-bottom:10px;
}

.pages-tapety .flex>div.w25p {    
	padding-top: 75px;
    padding-right: 50px;
}

.pages-tapety .row-2 img {
	margin-top:-81px;
}

.pages-tapety .flex>div.w25p img, .pages-tapety .row-2 img {
	border:5px solid #fff;
}

.pages-tapety .row-1 {
	margin-top: 25px;
}

.pages-tapety .row-2 img {
	margin-top:-130px;
}

.pages-tapety .row-2 h2 {
	background-color:#2b2b2b;
	text-transform: uppercase;
	font-weight:400;
	padding:60px 120px;
	color:#fff;
	margin-top:5px;
}
.pages-tapety .row-2 h2 strong {
	font-weight:900;
}

.pages-tapety .row-2 {
	margin-bottom:75px;
}

.pages-tapety .steps .step {
	flex-basis:21%;
	width: 21%;
	max-width:21%;
	border:2px solid #808285;
	padding:40px 30px;
	position:relative;
}

.pages-tapety .steps .step:not(:last-child)::after {
	content:" ";
	width:23%;
	height:24px;
	position:absolute;
	top:0;
	bottom:0;
	right:-23%;
	margin:auto;
	background:url('img/step-arrow.png') no-repeat 100% 50%;
}

.pages-tapety .steps .step span {
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:52px;
	height:52px;
	box-sizing: border-box;
    padding: 0 0 0 20px;
	text-align:center;
	line-height:35px;
	background:url('img/step.png') no-repeat 100% 0%;
}

.pages-tapety .steps .step ul, .pages-tapety .steps .step p:last-child {
	margin-bottom:0;
}

.pages-tapety .steps .step ul {
	padding-left:10px;
}

.container.wide {
		position:relative;
}



.child-boxes {display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; grid-template-rows: auto; column-gap: 10px; row-gap: 10px; margin:50px 50px 50px 50px;}
.child-boxes .child-box {position:relative; margin-bottom:30px;}
.child-boxes .child-box a {width: 100%; height: 100%; box-sizing: border-box; position: relative; display: block; font-weight: 400; color:#404041; overflow: hidden;}
.child-boxes .child-box a img {object-fit: cover; width: 100%; height: 100%; transition:all .3s ease-in-out;}
.child-boxes .child-box p {margin:0;}
.child-boxes .child-box:hover {color:#404041;}
.child-boxes .child-box:hover a {color:#404041; text-decoration:none;}
.child-boxes .child-box:hover img {transform: scale(1.05);}
.child-boxes .child-box a h4, .child-boxes .child-box a h3 {margin:0; color:#404041; margin:20px 0 0 0;}
.child-boxes .image-wrap {position:relative; text-align:center; height:60vh; max-height:720px; overflow:hidden;}
.child-boxes .child-box .image-wrap img.image-hover {opacity: 0; position:absolute; top:0; left:0; right:0; margin:0 auto;}
.child-boxes .child-box .image-wrap img.image {opacity: 1;}
.child-boxes .child-box:hover .image-wrap img.image-hover {opacity: 1;}
.child-boxes .child-box:hover .image-wrap img.image {opacity: 1;}

.pages-tapety .offer-details__main-text.txt-tapety-details {padding:0;}
.txt-tapety-details h4 {margin:0;}

.pages-tapety .gallery figure {margin:0; flex-basis:32.5%;}
.pages-tapety .gallery {display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: stretch; align-content: stretch; margin:0;}

.pages-tapety .zalety .flex {flex-wrap: nowrap; text-align:center;}
.pages-tapety .zalety .flex > div {flex-basis:19%; width:19%; max-width:19%;}
.pages-tapety .zalety .flex img {margin-bottom:30px;}

.pages-tapety .m0 {margin:0;}
.pages-tapety .half {max-width: 49%;
	width: 49%;
	flex-basis: 49%;}

.pages-tapety .wp-caption-text {
    text-align: left;
}



.pages-tapety form .radio-image .radio-image-wrap {display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch; margin:5px 0 10px 0;}

	.pages-tapety form .radio-image .radio-image-wrap.wk > div {flex-basis: 32.5%;}
	
	.pages-tapety form .radio-image .radio-image-wrap.podloze > div {flex-basis: 19%;}

.pages-tapety form input[type="radio"] {
    -webkit-appearance: none;
    width: 25px;
    height: 25px;
    border: 2px solid #bbb;
    border-radius: 50%;
    outline: none;
}

.pages-tapety form input[type="radio"]:checked:before {
	background: #f035a4;
}
.pages-tapety form input[type="radio"]:before {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	margin: 3px auto;
	border-radius: 50%;
	cursor: pointer;
}

.pages-tapety form .radio-image-wrap .wpcf7-list-item-label {    
	display: inline-block;
    margin: 0 0 15px 10px;
    position: relative;
	line-height:1.2;
}

.pages-tapety form .radio-image-wrap.wk .wpcf7-list-item-label {
	top:-15px;
}
.pages-tapety form .radio-image-wrap.podloze .wpcf7-list-item-label {
	top:5px;
}

.pages-tapety form .radio-image-wrap .wpcf7-list-item-label span {font-size:13px;}

.pages-tapety form input, .pages-tapety form textarea {
	margin:5px 0 10px 0;
}

.pages-tapety form .radio-image-wrap label {cursor: pointer;}

.pages-tapety form p {
	margin:0;
}


.pages-tapety .wpcf7 input[type="text"], .pages-tapety .wpcf7 input[type="email"], .pages-tapety .wpcf7 input[type="tel"], .pages-tapety .wpcf7 input[type="number"], .pages-tapety .wpcf7 textarea {
    background-color: #fff;
    width: 100%;
    border: 2px solid #bbb;
	padding:10px;
}

.pages-tapety span[title] {color:red;}

.pages-tapety .wpcf7-form .rodo-text {max-width:100%; margin:0; padding: 0;}
.pages-tapety .wpcf7-form .wpcf7-form-control-wrap.rodo-accept {float:left;}
.pages-tapety .wpcf7-form .rodo-text em {padding-left: 30px;
    font-style: normal;
    display: block;}

.pages-tapety .wpcf7-form input[type="checkbox"] {margin-top:0; border: 2px solid #bbb;}

.w70p {width:70%;}

@media (min-width: 1200px) {
	.container.wide {
		max-width: 1400px;
	}
	.container.wide .row {
		max-width: 1140px;
		margin-left:auto;
		margin-right:auto;
	}
}

@media (min-width: 1200px) and (max-width: 1500px) {
	.pages-tapety .offer-details__main-text.sekcja-1 img.svg {
		width: 90vw;
		min-width:1140px;
	}
	.container.wide {
		max-width: 90vw;
	}

	.pages-tapety .row-2 h2 {
		padding: 40px 9%;
	}
	.child-boxes {display: grid; grid-template-columns: 1fr 1fr 1fr;}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.container.wide {
		max-width: 960px;
	}
	.pages-tapety .row-2 h2 {
		padding: 60px;
	}
	.full-width.bg-grey.slogan .flex>div.w32p {
		max-width: 48%;
		width: 48%;
		flex-basis: 48%;
	}
	.child-boxes {display: grid; grid-template-columns: 1fr 1fr;}
}

@media (min-width: 768px) and (max-width: 991px) {
	.container {
		max-width: 720px;
	}
	
	.pages-tapety .main__boxes img {
		left:5%;
		max-width:50%;
	}
	
	.pages-tapety .main__boxes {
		position:unset;
	}
	.main__header-content {
		position:relative;
	}
	.pages-tapety .offer-details__main-text.sekcja-1 h4 br, .pages-tapety .offer-details__main-text.sekcja-1 .h4 br {
		display:none;
	}
	.pages-tapety .row-2 h2 {
		padding: 40px 30px;
	}
	.pages-tapety .row-2 img {
		margin-top: -50px;
	}
	.full-width.bg-grey.slogan .flex>div.w32p {
		max-width: 48%;
		width: 48%;
		flex-basis: 48%;
	}
	.pages-tapety .steps .step {
		flex-basis: 46%;
		width: 46%;
		max-width: 46%;
		margin-bottom:30px;
	}
	.pages-tapety .steps .step:not(:last-child):after {
		width: 12%;
		right: -12%;
	}
	.child-boxes {display: grid; grid-template-columns: 1fr 1fr;}
	
	.pages-tapety .gallery, .pages-tapety form .radio-image .radio-image-wrap {flex-wrap: wrap;}
	.pages-tapety .gallery figure, .pages-tapety form .radio-image .radio-image-wrap.wk > div, .pages-tapety form .radio-image .radio-image-wrap.podloze > div {margin: 10px 0; flex-basis: 32%; max-width: 32%;}
}


@media (max-width: 767px) {
	.container.wide {
		max-width: calc(100% - 30px);
	}
	.pages-tapety .offer-details__main-text.sekcja-1 h4, .pages-tapety .offer-details__main-text.sekcja-1 .h4 {
		margin: 0 0 30px 0;
	}
	.flex > div.w25p, .flex > div.w32p, .flex > div.w33p, .flex > div.w50p, .flex > div.w64p, .flex > div.w66p, .flex > div.w75p, .pages-tapety .steps .step {
		max-width:100%; width:100%; flex-basis: 100%;
	}
	.common-list {
		padding: 0;
	}
	.pages-tapety .main__boxes img {
		left:15px;
		max-width:75%;
	}
	
	.pages-tapety .main__boxes {
		position:unset;
	}
	.main__header-content {
		position:relative;
	}
	.pages-tapety .offer-details__main-text.sekcja-1 h4 br, .pages-tapety .offer-details__main-text.sekcja-1 .h4 br {
		display:none;
	}
	.mt75 img, .mt50 img {
		margin-bottom:50px;
	}
	.bg-grey.full-width.slogan {
		margin-top: 50px;
	}
	.pages-tapety .steps .step:not(:last-child) {
		margin-bottom:30px;
	}
	.pages-tapety .steps .step:not(:last-child):after {
		display:none;
	}
	.pages-tapety .steps {
		margin-left:-15px;
		margin-right:-15px;
	}
	.pages-tapety .steps h3 br {
		display:none;
	}
	.pages-tapety .full-width.bg-dark .offer-details__main-text {
		padding-top: 0;
	}
	.pages-tapety .full-width.bg-dark .offer-details__main-text h2 {
		margin-bottom:50px;
	}
	.pages-tapety .offer-details__main-text.sekcja-1 {
		padding-bottom: 40px;
	}
	.full-width.bg-grey .row, .row.full-width, .catalog .row, #zamow .row {
		margin-right: 0;
		margin-left: 0;
	}
	.common-list {
		font-size: 16px;
		grid-gap: 20px;
	}
	.common-list li {
		margin: 20px 0 0 0;
	}
	.pages-tapety .flex>div.w25p img, .pages-tapety .row-2 img {
		border: 0;
		margin-top:5px;
	}
	.pages-tapety .flex>div.w25p {
		padding-top: 0;
		padding-right: 0;
	}
	.pages-tapety .row-2 {
		margin-right: -15px;
		margin-left: -15px;
	}
	.pages-tapety .row-2 h2 {
		padding: 40px 30px;
		margin:5px 0 0 0;
	}
	.bg-dark.full-width .w32p {
		text-align: left;
	}
	.child-boxes {display: grid; grid-template-columns: 1fr; margin:50px 15px 50px 15px;}

	.stickers .flex, .flex {display:block;}
	.stickers .flex .offer-details__boxes-second, .flex > div, .stickersDetails .kol3 > div, .stickersDetails .kol2 > div:first-child, .stickersDetails .kol2 > div:last-child, .stickersDetails .steps.flex > div:first-child, .stickersDetails .steps.flex > div:last-child {max-width:100%; width:100%; flex-basis: 100%;}
	.stickersDetails .steps img {margin-bottom:20px;}
	ul.bird li {flex: 1 1 100%;}
	.wrappTable {overflow-x: auto;}
	body {overflow-x: hidden;}

	.pages-tapety .zalety .flex {display:flex; flex-wrap: wrap;}
	.pages-tapety .zalety .flex > div {flex-basis: 49%; width: 49%; max-width: 49%; margin:10px 0;}
	.pages-tapety .gallery, .pages-tapety form .radio-image .radio-image-wrap {flex-wrap: wrap;}
	.pages-tapety .gallery figure, .pages-tapety form .radio-image .radio-image-wrap.wk > div, .pages-tapety form .radio-image .radio-image-wrap.podloze > div {margin: 10px 0; flex-basis: 49%; max-width: 49%;}
	.w70p {width:100%;}
	.pages-tapety .half {max-width: 100%; width: 100%; flex-basis: 100%;}
	.mt80 {margin-top: 0;}
}

@media screen and (max-width:480px) {
	.pages-tapety .gallery figure, .pages-tapety form .radio-image .radio-image-wrap.wk > div, .pages-tapety form .radio-image .radio-image-wrap.podloze > div {margin: 10px 0; flex-basis: 100%; max-width: 100%;}
}

