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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2.5em;
	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 artykul links in IE 10.
 */
img {
	border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Merriweather Sans, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;

	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color:#A11D1A;
	font-weight:400;
	font-family: "Fjalla One", sans-serif;

}

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: white;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight:300;
	color:black;
	font-size:1em;
}

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;
}
/*  */
.slide-etics {
	width:100%;
	position: relative;
	background-position:  center center;
	background-repeat: no-repeat;
	background-size: 100% auto;

	margin-top:-10px;

}
.sso-top{
	width:100%;
	position: relative;
	background-position:  right center;
	background-repeat: no-repeat;
	background-size: 100% auto;


}
.sso-top-title{
	position: absolute;
		top:155px;
		left:35px;;
    width: 27%;

    height: 115%;
		color:black;
    display: flex;
    align-items: center;   /* 👈 pion */
}
.sso-top-title h1 {
	color:#414141;
	font-size: 50px;
}
article span {

}
.site-main-slider{
	position:relative;
	width:100%;
	max-width:1080px;
	margin:auto;
	padding-left:35px;
}
.site-main-slider2{
	position:relative;
	width:100%;
	max-width:1980px;
	margin:auto;
	padding:0;
}
.sso-top::after{
	display: block;
	padding-bottom: 22%;
	content:"";
}
.slide-etics::after{
	display: block;
	padding-bottom: 50%;
	content:"";
}
.slide-content{
	position: absolute;
	bottom:50px;
	left:50%;
	padding:50px;
	width:40%;
	z-index: 200;
}
.slide-content-left{
	position: absolute;
	top:100px;
	left: 100px;
	padding:30px;
	z-index: 200;
}
.slide-content h1, .slide-content-left h1 {
	color:black;
	font-size: 35px;
}
.slide-bottom-line{
	position: absolute;
	bottom:0;
	width:100%;
	height:1px;

}
.one-px{
	width: 100%;
	height:1px;
	position: relative;
	background: #a12122;
}
.zarzad-zdjecie{
	position: relative;
	width:30%;
	margin-right:3%;
	float:left;
}
.zarzad-tresc{
	position: relative;
	width:67%;
	float:left;
}
.zarzad-zdjecie2{
	position: relative;
	width:40%;
	margin-left:3%;
	float:left;
}
.zarzad-tresc2{
	position: relative;
	width:57%;
	float:left;
}
.badanie-element {
	width:48%;
	position: relative;
	margin:15px 1% 15px 1%;
	float:left;
}
.zarzad-item{
	position: relative;
	margin-top:30px;
}
.sso_galeria{
	width:40%;
	margin-right:3%;
	position: relative;
	float: left;

	z-index: 500;
}
.Badanie img {
	margin-bottom:30px;
}

.sso_tekst{
	width:57%;

	position: relative;
	float: left;
}
.sso-img-box img{
	padding-bottom:0;
	margin-bottom: 0;
}
.sso-img-box {
	padding:10px 10px 5px 1000px;
	overflow-x: auto;
	background-color: #fef9ed;
	margin-left:-1000px;
	margin-bottom: 30px;
}
.sso-box{
	background-color: #fef9ed;
	padding:0 30px 0px 30px;
	position: relative;
}
.sso-img-box2 {
	padding:30px 1000px 30px 30x;
	overflow-x: auto;
	background-color: #fef9ed;
	margin-right:-1000px;
	margin-bottom: 30px;
}
.wydawnictwo h1 {
	color:black;
	margin:0;
	padding:0;
}



/* strona głowne elementy */
.etics-box {
  padding: 15px 50px 15px 50px;
	position: relative;
	width:80%;
	margin-left:10%;
	margin-top: 20px;
  /* rogi praktycznie ostre */
  border-radius: 0px;

  /* tekst */
  color: #b3261e;
  font-size: 18px;
  line-height: 1.65;

  /* gradient poziomy */
  background: linear-gradient(
    90deg,
    #fffefd 0%,
    #fdf3e5 100%
  );

  /* delikatna ramka */
  border: 1px solid #efefef;

  /* opcjonalnie mikro cień (bardzo subtelny) */
  box-shadow: 0 1px 0 rgba(0,0,0,0.02);
}
/* h2 z ikonami */
.h_ico {
	line-height: 2em;
	position: relative;
	display: inline-block;
	padding-right:35px;
	background-image: url(img/wydawnictwa.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto 70%;
	margin-top:50px;
}
.aktualnosci{
	background-image: url(img/ogloszenia.svg);
}
.benefity{
	background-image: url(img/benefits.svg);
}
.benef-img, .benef-img2, .benef-img3{
	width:32%;
	float:left;
	margin:50px 8% 0 8%;
	position: relative;
	background-image: url(img/realna_oszczednosc_v2.jpg);
	background-size:100% 100%;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: gray;
}
.benef-img2{
	background-image: url(img/nizsza_emisjaCO2.jpg);

}
.benef-img3{
	background-image: url(img/wartosc_nieruchomosci_v2.jpg);

}
.benef-img:after, .benef-img2:after, .benef-img3:after{
	display: block;
	content: '';
	padding-bottom: 100%;
}
.benef-opis{
	width:50%;
	margin-top:50px;
	padding-top:0px;
	float:left;
	position: relative;;

}
h3{
	font-family: 'Merriweather Sans', sans-serif;
	color:#717171;
	font-weight: 300;
}
h2 {
	margin-top:0;
	padding-top:0;
}
.s1 {
	color:black !important;
}
/* wydawnictweo strona glowna */
.wydawnictwa-loop {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.wydawnictwo-item, .aktualnosc-item {
    display: flex;
    flex-direction: column;
}
.aktualnosc-item{
	background-color: #fbf8f8;
	box-shadow: -1px -2px 10px -5px rgba(0, 0, 0, 0.25);
	padding:30px;
	min-height: 350px;
}
.wydaw{
	position: relative;
	background-color: #fbf8f8;
	box-shadow: -1px -2px 10px -5px rgba(0, 0, 0, 0.25);
	padding:30px;

}
.do_pobrania {
	width: 100%;
	position: relative;
	background-size: cover;
	background-position: top center;
}
.aktualnosc-img{
	position: relative;
	width: 100%;
	position: relative;
	margin-right: 5%;
	margin-top:15px;
	background-size: cover;
	background-position: center center;

}
.aktualnosc-img:after{
	display: block;
	content: '';
	padding-bottom: 55%;
}
.wydawnictwo-img{
	position: relative;
	width: 45%;
	position: relative;
	margin-right: 5%;
	margin-top:15px;
	background-size: cover;
	background-position: top center;
	float:left;
}
.wydawnictwo-img::after{
	display: block;
	content: '';
	padding-bottom: 150%;
}
.goto {
	position: absolute;
	bottom:15px;
	right:15px;
	margin:0;
	width:20px;
	height:20px;
}

.do_pobrania:after{
	display: block;
	content: '';
	padding-bottom: 55%;
}
.left-panel{
	position: relative;
	width:50%;
	float:left;
	font-size: .8em;
}
.:after{
	display: block;
	content: '';
	padding-bottom: 140%;
}
.wydawnictwo img {
    width: 60%;
		position: relative;
		z-index: 10;
    height: auto;
    display: block;
}
.wydawnictwo-wiecej {
	position: absolute;
	right: 0;
	top:-30px;
	font-size:18px;
	color:#A11D1A;
}
.wydawnictwo-wiecej2 {
	position: relative;

	font-size:14px;
	color:#A11D1A;
}
.rose{
	background: rgba(161, 29, 26, 0.05);
	width:100%;
	position: relative;
	padding:0 0 3px 0 !important ;
}

.slick-dots {
	position: absolute;
	bottom: -20px !important;
	left: 50%;
	transform: translateX(-50%);
	display: flex !important;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: auto;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 12px;
	height: 12px;
	margin: 0;
}

.slick-dots li button {
	width: 12px;
	height: 12px;
	padding: 0;
	border: 0;
	background: transparent;
	position: relative;
	font-size: 0;
	cursor: pointer;
	box-shadow: none;
	outline: none;
}

.slick-dots li button:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #f2ad00;
	opacity: 1;
	color: transparent !important;
	transition: none !important;
	transform: none !important;
}

.slick-dots li.slick-active {
	width: 20px;
	height: 20px;
}

.slick-dots li.slick-active button {
	width: 20px;
	height: 20px;
	border: 3px solid #a52a1f;
	border-radius: 50%;
	background: transparent;
}

.slick-dots li.slick-active button:before {
	width: 10px;
	height: 10px;
	top: 2px;
	left: 2px;
	background: #f2ad00;
	border-radius: 50%;
	opacity: 1;
}

/* wyłączenie hover/focus/animacji */
.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li:hover button,
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	transform: none !important;
	transition: none !important;
	box-shadow: none !important;
	outline: none !important;
	opacity: 1 !important;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	background: #f2ad00 !important;
}

.slick-dots li.slick-active button:hover,
.slick-dots li.slick-active button:focus {
	border: 3px solid #a52a1f !important;
}
.wydawnictwo-arrow{
	width: 10px;
	height: auto;
	margin-bottom: 3px;
}
.wydawnictwo-title {
    font-size: 16px;
		color:black;
    font-weight: 600;
    margin: 20px 0 0px;
		padding-bottom:0;
}

.wydawnictwo-opis {
    font-size: 16px;
    color: #555;
		margin:-7px 0;

}
.artykul-opis {
    font-size: 13px;
    color: #555;
		margin:0px 0;
		padding:0;
}
.wiedza-belt{
	background-color: #f5f7fa;
	width:100%;
	padding:10px 0 10px 0;
	position: relative;
}
.wiedza-belt{
	background-color: #f5f7fa;
	width:100%;
	padding:10px 0 10px 0;
	position: relative;
}
.wiedza-inside {
	width:100%;
	height: auto;
	min-height: 30px;
	background-image: url(img/wydawnictwa.svg);
	background-position: left center;
	background-repeat: no-repeat;
	text-align: right;
	background-size: auto 80%;
}
.kontakt-inside {
	width:100%;
	height: auto;
	color:#942b22;
	min-height: 30px;
	background-image: url(img/contact_1.svg);
	background-position: left center;
	background-repeat: no-repeat;
	text-align: left;
	padding-left:40px;
	background-size: auto 80%;
}
.aktualnosc-inside{
	width:100%;
	height: auto;
	color:#942b22;
	min-height: 30px;
	background-image: url(img/ogloszenia.svg);
	background-position: left center;
	background-repeat: no-repeat;
	text-align: left;
	padding-left:40px;
	background-size: auto 80%;
}
.czlonkowie-inside {
	width:100%;
	height: auto;
	color:#942b22;
	min-height: 30px;
	background-image: url(img/members.svg);
	background-position: left center;
	background-repeat: no-repeat;
	text-align: left;
	padding-left:40px;
	background-size: auto 80%;
}
.misja-inside {
	width:100%;
	height: auto;
	color:#942b22;
	min-height: 30px;
	background-image: url(img/mission.svg);
	background-position: left center;
	background-repeat: no-repeat;
	text-align: right;
	padding-left:40px;
	background-size: auto 80%;
}
.benefity-inside {
	width:100%;
	height: auto;
	color:#942b22;
	min-height: 30px;
	background-image: url(img/benefits.svg);
	background-position: left center;
	background-repeat: no-repeat;
	text-align: left;
	padding-left:40px;
	background-size: auto 80%;
}
.zarzad-inside{
	width:100%;
	height: auto;
	color:#942b22;
	min-height: 30px;
	background-image: url(img/managament.svg);
	background-position: left center;
	background-repeat: no-repeat;
	text-align: left;
	padding-left:40px;
	background-size: auto 80%;
}
.kalkulator-inside{
	width:100%;
	height: auto;
	color:#942b22;
	min-height: 30px;
	background-image: url(img/kalkulator_ikonka.png);
	background-position: left center;
	background-repeat: no-repeat;
	text-align: right;
	padding-left:40px;
	background-size: auto 80%;
}
.button_wiedza {
	padding: 0px 50px 0px 20px;
	background: white;
	margin-left:30px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: gray;
	border-radius: 0;
	background-image: url(img/arrow_1.svg);
	background-position: 95% center;
	background-repeat: no-repeat;
	background-size: auto 30%;
	display: inline-block;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 400;

}
.button_wiedza:hover{
	background-size: auto 37%;
	transition: all 0.2s ease;
}
.button_wiedza_bordo{
		transition: all 0.2s ease;
	padding: 0px 20px 0px 20px;
	background: white;
	margin-left:30px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	border-radius: 5px;
	color:white;
	background-position: 95% center;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 400;
	background-repeat: no-repeat;
	background-size: auto 30%;
	display: inline-block;
	background: linear-gradient(90deg, #A11D1A 0%, #D72B27 100%);
	box-shadow: 0 4px 17px -2px rgba(0, 0, 0, 0.25);


}
.button_wiedza_bordo:hover{
	background: linear-gradient(90deg, #ae4330 0%, #ca7634 100%);
	transition: all 0.2s ease;

}
.button_gradient{
		transition: all 0.2s ease;
  background: linear-gradient(90deg, #A11D1A 0%, #D72B27 100%);
  transition: 0.2s;
	color:white;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 400;
	display: inline-block;
	border-radius: 5px;
	position: relative;
	padding: 15px 30px 15px 30px;

}

.button_gradient:hover {
  background: linear-gradient(90deg, #ae4330 0%, #ca7634 100%);
	  transition: 0.2s;
}
.button_wiedza_bordo_chmurka {
	padding: 0px 50px 0px 20px;
	background: white;
	margin-left:30px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	border-radius: 5px;
	color:white;
	background-image: url(img/pobranie.svg);
	background-position: 95% center;
	background-repeat: no-repeat;
	background-size: auto 30%;
	display: inline-block;
	background: linear-gradient(90deg, #A11D1A 0%, #D72B27 100%);
	box-shadow: 0 4px 17px -2px rgba(0, 0, 0, 0.25);
}
.butonn_chmurka{
	height:15px;
	margin-right: 5px;
}
.btn-pobierz-kalkulator {
    display: inline-block;
    padding: 14px 24px;
    background: linear-gradient(90deg,rgba(234, 102, 66, 1) 0%, rgba(238, 42, 38, 1) 100%);

    text-decoration: none;
    font-weight: 600;
    color: white;
    transition: 0.2s;
}
.btn-download {
  display: inline-flex;
  align-items: center;
  gap: 16px;

  padding: 15px 30px;
  border-radius: 10px;

  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;

  background: linear-gradient(90deg, #ea6642 0%, #ee2a26 100%);
}
.btn-download:visited{
	color: white;
}
/* ikonka */
.btn-download::before {
  content: "";
  width: 30px;
  height: 30px;

  background: #fff;

  -webkit-mask: url('img/pobranie.svg') no-repeat center;
  mask: url('img/pobranie.svg') no-repeat center;

  -webkit-mask-size: contain;
  mask-size: contain;

  flex-shrink: 0;
}

.btn-download:hover {
    background: #ee2a26;

		color:white;
}

.line{
	position: relative;
	width:100%;
	height:1px;
	margin-top:-7px;
	z-index: -1;
	background-color: #A11D1A;
}
/* Navigation
--------------------------------------------- */
.top-red-belt{
	background: #A11D1A;
	width: 100%;
	text-align: right;
	padding:5px 50px 2px 30px;
	position:relative;
	margin-top:0;
	position: fixed;top:0;
	left:0;
	z-index: 9999;
}
.social-new{
	height: 25px;
	margin-left:10px;
}
.social-new2{
	height: 26px;
	margin-left:10px;
}
.main-navigation {
	display: block;
	width: 100%;
}
.lang-item img {
	width:25px !important;
	height:auto !important;
	margin-top:2px !important;
}
.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;
}
.menu-item-has-children{
		margin-right:15px !important;
}
.menu-item-has-children::after{
	position: absolute;
	content: "▼";
	right:-5px;
	top:15px;
	font-size: 0.7em;

}


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

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

}

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

.main-navigation li {
	position: relative;
	font-size: 16px;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300 !important;
	margin-top: 25px !important;
}
.main-navigation li li {
	position: relative;
	font-size: 15px;
	margin-top: 0px !important;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color:black !important;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
/* === FIX: submenu (2 poziom) === */
/* 🔥 to jest klucz */
.main-navigation ul ul {
    display: block !important;
}

/* upewnij się że li też nie są flex */
.main-navigation ul ul li {
    display: block;
		margin-top:0;
		padding:10px 20px 10px 20px !important;

}
.main-navigation ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: #f3f3f3;
    padding: 0;
    min-width: 220px;

    /* wywalamy stare rzeczy */
    box-shadow: none;

    /* lepsze show/hide */
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: all 0.2s ease;
}

/* pokazanie submenu */
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    left: 0; /* ważne — nadpisuje left:-999em */
}

/* elementy w dropdownie */
.main-navigation ul ul li {
    width: 100%;
}

/* linki w dropdownie */
.main-navigation ul ul a {
    display: block;
    padding: 0;
    width: 100%;
    white-space: nowrap;

    /* NIE ruszam fontów — zostają Twoje */
    background: transparent;
}

/* hover w dropdownie */
.main-navigation ul ul a:hover {
    background: transparent;
    color: #A11D1A !important;
}
@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

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

. .comment-navigation,
.
.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%;
}
.sso_aktual{
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
/* Links
--------------------------------------------- */
a {
	color: #A11D1A;
	text-decoration:none;
}

a:visited {
	color: #A11D1A;
}

a:hover,
a:focus,
a:active {
	color: black;
}

a:focus {
	outline: thin dotted;
}

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

/* 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%;
}
.site-header{
	width:100%;
	padding:10px 0 10px 0;
	margin:auto;
	position: fixed;
	top:38px;;
	left:0;
	z-index: 9999;
	background: white;


}
.desktop-separator{
	position: relative;
	height: 145px;
	width:100%;

}
/* zakonentowanie ceny konferencjii*/
.site-main{
		position:relative;
		width:100%;
		max-width:1080px;
		margin:auto;
		padding-left:35px;
}
.site-main-top{
	position:relative;
	width:100%;
	max-width:1080px;
	margin:auto;
	padding-left:35px;

}
#pwbox-2467 {
	z-index: 9999 !important;
}
.site-main2{
		position:relative;

		width:100%;
		max-width:1024px;
		margin:auto;
		padding-top:51%;
}
.post-password-form input[type="submit"]{

margin-left:16px !important;
}
.post-password-form label{
	position: relative !important;
	pointer-events: auto;
}
#logo{
	width:180px;
	float:left;
}
#logo2{
	width:300px;
	position:absolute;
	left:35px;
	top:160px;
	-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
}
#logo3{
	width:300px;
	position:relative;
	margin-top:160px;
	margin-left:35px;
	-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
}
#logo2:hover{
	width:330px;
	top:150px;
	left:25px;
	-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
}
.biger{
	color:white;
	font-size: 150px;
	font-weight:600;
	display:inline-block;
}
.middle span {
	letter-spacing: -2px;
}
.middle, .middle_big{
	color:white;
	font-size: 60px;
	font-weight:600;
	display:inline-block;

	line-height: 64px;
	text-align:left;
}
.middle2{
	color:#a21f1b;
	font-size: 40px;
	font-weight:600;
	display:inline-block;
	line-height: 50px;
	margin-bottom:100px;
}
.middle2 span {
font-weight:300;
font-size:34px;


}
.top-table{
	margin:auto;
	position: relative;
	width:75%;
	margin-left:12.5%;
}
.top img {

}
.top{
	position: relative;
	width:100%;
	background-image:url(img/baner_2025.jpg);
	background-size:100% auto;
	padding:0 0 0px 0;
	background-repeat: no-repeat;
}
.top::after{
	content: '';
	display: block;
	padding-bottom: 45%;
}

.top-mini{
	position: relative;
	width:100%;
	background-image:url(img/baner_top_mini.jpg);
	background-repeat:repeat-x;
	background-size:auto 100%;
	padding:30px 0 0 0 ;
	background-repeat:no-repeat;
	background-size:100% auto;
	min-height: 500px;
}

.bradcrumbs{
	position:relative;

	padding:30px;

	background:white;
	width:100%;
	max-width:1024px;
	margin:auto;
	margin-top:30px;

}

.aktualnosc_foto{
	position:relative;
	width: 35%;
	float:left;

	background-repeat:no-repeat;
	background-size:cover;
	background-position: top center;

	z-index: 8000;

}
.aktualnosci_tekst{
	position:relative;
	float:left;
	width:calc(55% - 30px);
	margin-left:30px;


}
.aktualnosci_tekst1{
	position:relative;
	float:left;
  width:calc(55% - 30px);
	margin-left:30px;


}
h2 {
	font-size:30px;
}
.aktualnosci_tekst h2{
	font-size:40px;
	margin-top:-5px;
}

.actual_data{
	width:auto;
	display: inline-block;
	text-align: left;
	font-size:15px;
	font-weight:300;
	margin-bottom:20px;
	color:#89939E;
	padding-top: 10px;
	border-top:1px solid #A11D1A;


}
.aktualnosci_tekst1 h2{
	color:black;
	font-size:16px;
	font-weight: 400;
	font-family: 'Merriweather Sans', sans-serif;
	margin-bottom:0;
	padding-bottom: 0;

}
.wymagane{
	color: red;
}
.rejestuj{
	margin-top:20px;
	padding:15px 30px 15px 30px !important;
	background:#FFAC12 !important;
	border:1px solid #FFAC12 !important;
	color:white !important;
	font-weight:700 !important;
	cursor: pointer;

}
.rejestuj:hover{
	background: #A11D1A !important;
	border:1px solid #A11D1A !important;
}
.wiecej:visited{
	color:black;
}
.wiecej{
	color:black;
	display: inline-block;;
	margin-top:30px;
	text-align:right;
	padding:5px 10px 5px 10px;
	background:white;
	float:right;
}
.wiecej2{
	color:#A11D1A;
	display: inline-block;;
	margin-top:30px;
	text-align:l;
	padding:5px 10px 5px 10px;
	background:white;
	float:left;
}
p strong {
	font-weight: 700;
}
p span, b span,  h3 strong{

	margin:30px 0 0 0 !important;
	font-weight:300;

}


.hr{
	margin-top:0px;
	height:2px;
	background: linear-gradient(90deg, #FFAC12 0%, #A01E18 94.96%);
border-radius: 2px;
}
.aktualnosci_tekst .hr{
	margin-top:0px;
	height:2px;
	background: linear-gradient(90deg, #FFAC12 0%, #A01E18 94.96%);
border-radius: 2px;
}
.home-link, .home-link2  {
	color:black;
	float:left;
	font-weight:500 !important;
	text-decoration: none !important;
}
.prelegent{
	width:32%;
	position:relative;
	margin-right:1%;
	float:left;
	margin-bottom:30px;

}

.prelegent_foto{
	width:74%;
	position:relative;
	background-size:cover;
	background-position:top center;
	background-repeat:no-repeat;
}
.prelegent_foto:after{
	display:block;
	content:'';
	padding-bottom:100%;
}
#label_for_radio2, #radio2, #radio4 {
	display: none;
}
.cudzyslow{
	position: absolute;
height: 292px;
right: 0%;

top:45px;

font-family: DM Sans;
font-style: normal;
font-weight: normal;
font-size: 224px;
line-height: 292px;
/* identical to box height */

letter-spacing: -1.25641px;

color: #A11D1A;

text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.home-link2 {
	float:right;
	color:#FFAC12;
}
.aktualnosc{
	position: relative;
	margin-bottom:50px;
	margin-top:50px;
}
.aktualnosc_foto:after{
	display:block;
	content:'';
	padding-bottom:60%;
}
.aktualnosc_foto2{
	position:relative;
	width: 35%;
	float:left;

	background-repeat:no-repeat;
	background-size:cover;
	background-position: top center;

	z-index: 8000;

}
.aktualnosc_foto2:after{
	display:block;
	content:'';
	padding-bottom:100%;
}
.td_title {
	font-size:1.2em;
	font-weight: bold;
}
.td_tresc{
	padding-bottom:20px;
	margin-top:0px;
	/*border-bottom: 0.5px solid #e1e1e1;*/

}
.td_tresc h3 {
	margin-top:0 !important;
	padding-top:0;
}
.program_tabelka {
	border-spacing: 0px;
    border-collapse: collapse;
}
.td_tresc:nth-last-of-type(){
	border-bottom: none !important;
}
.program_tabelka td:nth-child(1){
	width:30%;
	font-weight: bold;
	vertical-align: top;
	text-transform: uppercase;
	padding-right:5%;
	text-align: left;;
}
.program_tabelka td:nth-child(2){
	width:70%;


	vertical-align: top;
}
.program_tabelka tr:nth-child(odd){
	/*background: #f8f8f8;*/
}
.yellow{
	width:100%;
	position:relative;
	background: #FFFBF2;
	padding:0px 0 05px 0;


}
.polowa{
	width:50%;
	position:relative;
}
.polowa2{
	width:48%;
	position:relative;
	float:left;
	margin-right:2%;
}
.polowa2 .hr {
	margin-top:70px;
}
img{
	max-width:100% !important;
}
.bold b, .bold adanie{
	text-transform:uppercase;
	color:#A11D1A;
}
.trapezoid {
	position: relative;
height: 0;
width: 100%;
margin-bottom:3px;
border-top: 100px solid white;
border-left: 0px solid transparent;
border-right: 100px solid transparent;
filter: drop-shadow(0px 32px 34px rgba(255, 44, 38, 0.09));

}
.strzalka{
width:25px;margin-left:30px;
height:12px;
position: absolute;
top:10px;
right:-50px;
background-image:url('img/strzalka.svg');
background-repeat:no-repeat;
background-size:auto 100%;
display:inline-block;
-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
}
.prelegent:hover .prelegent_foto{
	filter: sepia(0.40);
	-moz-transition: all .4s ease;
		-ms-transition: all .4s ease;
		-webkit-transition: all .4s ease;
		-o-transition: all .4s ease;
}
.trapezoid:hover .strzalka{
	width:45px;margin-left:30px;
	height:12px;
	background-image:url('img/strzalka.png');
	background-repeat:no-repeat;
	background-size:auto 100%;
	display:inline-block;
	right:-70px;
	-moz-transition: all .4s ease;
		-ms-transition: all .4s ease;
		-webkit-transition: all .4s ease;
		-o-transition: all .4s ease;

}
.strzalka2{
width:25px;margin-left:30px;
height:12px;
position: absolute;
top:-60px;
right:-30px;
background-image:url('img/strzalka.svg');
background-repeat:no-repeat;
background-size:auto 100%;
display:inline-block;
-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
}
.prelegent:hover .trapezoid .strzalka2{
	width:45px;margin-left:30px;
	height:12px;
	background-image:url('img/strzalka.png');
	background-repeat:no-repeat;
	background-size:auto 100%;
	display:inline-block;
	right:-45px;
	-moz-transition: all .4s ease;
		-ms-transition: all .4s ease;
		-webkit-transition: all .4s ease;
		-o-transition: all .4s ease;

}
.trapezoid:hover .trapezoid-title, .trapezoid:hover .trapezoid-title2 {
	color:#A11D1A;
}

.trapezoid-title{
	position: absolute;
	top:-70px;
	font-weight:500;
	font-size:20px;
	right: 0%;
	text-align:right;
}
.dostrzalki{
	right:60px;
}
.trapezoid-title2{
	position: absolute;
	top:-112px;
	font-weight:500;
	font-size:15px;
	line-height:1.3em;
	left: 15px;
	text-align:left;
}
.special_front{
	padding-top:150px;
	margin-top:-100px;
	padding-bottom:250px;
}
.space{

	padding-top:50px;
	padding-bottom:50px;
}
.menu{
	float:right;
}
.menu li {
	margin-top:20px;
	margin-left:0px;
	font-weight:500;
	border-bottom:1px solid white;
	padding:10px 15px 8px 15px;

}
.menu-item a:link{
	color:black;
}
.menu li a:hover{
	color:#a11d19 !important;
	-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
		color:#a11d19;
}
.menu li:hover {
	-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
		color:#a11d19;
}



.current-menu-item a {
	color:#FFAC12 !important;
}
/*.menu li:nth-last-child(3).current-menu-item a  {
	 color:red !important;

}*/


.clearfix{
	clear:both;
}

button :not(.rejestuj) {
	background:#FFAC12 !important;
	border:1px solid #FFAC12 !important;
	border-radius:0 !important;
	color:black !important;
	padding:10px 20px 10px 20px !important;
	float:right !important;
	margin-top:30px;
}
button:hover{
	border:1px solid #FFAC12 !important;
	background:white !important;

}
.polowa a, .trapezoid-title2  {
	color:black;
}
input {

}
/* Forms
--------------------------------------------- */
button,
button.g-recaptcha.rejestuj,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;

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

.main_div{
    padding: 30px;
}
input,
textarea,
button.g-recaptcha.rejestuj {
    background: none;
    color: #c6c6c6;
    font-size: 14px;
    padding: 15px 10px 10px 15px !important;
    display: block;
    width: 60%;;
    border: none;
    border-radius: 10px;
    border: 1px solid #A11D1A !important;;
		margin-bottom: 20px !important;
}
input:hover{
    border: 3px solid black;
}
input:focus,
textarea:focus {
    outline: none;
    border: 3px solid black;
}
input:focus ~ label,
input:valid:required ~ label,
input.optional:not(:placeholder-shown) ~ label,
textarea:focus ~ label,
textarea:valid ~ label {
    top: -9px;
    font-size: 12px;
    color: #000;
    left: 11px;
}

input:focus ~ .bar:before,
textarea:focus ~ .bar:before {
    width: 320px;
}

input[type="password"] {
    letter-spacing: 0.3em;
}
.group{
    position: relative;
}
label {
    color: #A11D1A;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: 12px;
    transition: 300ms ease all;
    background-color: #fff;
    padding: 2px;
}
textarea:valid ~ label {
	  color: #A11D1A !important;
		font-size: 1em;
}
.formtable td:nth-child(1) {
	width:20px !important;
	vertical-align:top !important;
	padding-top:0px;
}
.formtable td:nth-child(2) {
;
	vertical-align:top !important;
	padding-top:0px;
}


input[type="checkbox"], input[type="radio"]{
	width:20px;
	height:auto;
	position: relative;
	top:auto;
	left:auto;
	height:auto;
	background: red;
	margin-top:15px;
}
input[type="checkbox"].error{}
.css-label {
	color: black;
	font-size: 16px !important;
	font-weight: normal !important;
	position: relative !important;
	margin-top:-20px;
	pointer-events: auto;
	transition: none !important;
	background-color: #fff;
	padding: 0;
}
.css-label-disabled{
	color:#ccc !important;
}
.css-label.error{
	color:red !important;
	border:none !important;
}
.section-title{
	font-weight:400;
	font-size:18px;
	margin-bottom:20px;
}
.errorTxt{
	padding:30px;
	border-radius:30px;
	background:red;
	color:white;
	margin-bottom: 30px;
	display:block;
}
.error{
	border:3px solid red !important;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.logo_partner{
	width:20%;
	float:left;
	background-size: 75% auto;
	background-repeat:no-repeat;
	background-position: center center;

}
.logo_partner:after{
	display: block;
	content: '';
	padding-bottom: 100%;

}
footer{
	position: relative;
	padding:50px 0 50px 0;
	background: linear-gradient(357.58deg, #A11D1A 1.25%, #FA4A45 95.02%);
	height: auto;

}
.logofoot{
	width:150px;
}
.footer-table td {
	font-size: 12px;
	color:white;
	vertical-align: top;
}
.footer-table td h5{
	color: white;
	margin-bottom:12px;
	padding-bottom:0;
	font-family: 'Merriweather Sans', sans-serif;
	font-size:15px;
}
.footer-table td  .bez{
		margin-bottom:0px;
}
.social:hover{
	height: 44px;
	margin: 0 18px 0 18px;
}
.fotlink, .fotlink:visited{
	color:white;
}
.fotlink:hover{
	text-decoration: underline;
	-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
}

/* ---  only  responsive--*/
@media screen and (min-width:1080px) and (max-width:1210px){
	.site-main{
		max-width:96%;


	}
	.site-main-top{
		max-width:96%;
		padding-left:0;
	}
}
@media screen and (min-width:800px) and (max-width:1080px){
	.main-navigation ul li {
		font-size:1.4vw;
	}
	.site-main-top{
		max-width:96%;
		padding-left:0;
	}
	.menu li {
		margin-top:20px;
		margin-left:0px;
		font-weight:500;
		border-bottom:1px solid white;
		padding:10px 10px 10px 10px;

	}
	.cudzyslow{
		display:none;
	}
	.site-main{
		max-width:96%;
		padding-left:0;

	}
	.middle2{
		font-size:33px;
	}
	.middle_big{
		font-size:48px;
		line-height:50px;
	}
	.logo_partner{
		width:25%;
		float:left;
		background-size: 75% auto;
		background-repeat:no-repeat;
		background-position: center center;

	}

}
/* mobile only responsive */
@media screen and (min-width:600px) and (max-width:850px){
	.main-navigation, .site-header, .-toggle, .cudzyslow{
		display: none;
	}
	 .slicknav_icon{
		width: 1.5em !important;
height: 1.2em !important;
	}
	.logo_partner{
		width:33.3%;
		float:left;
		background-size: 75% auto;
		background-repeat:no-repeat;
		background-position: center center;

	}

	#logo3{
		width:300px;
		position:relative;
		margin-top:10px;
		-moz-transition: all .5s ease;
			-ms-transition: all .5s ease;
			-webkit-transition: all .5s ease;
			-o-transition: all .5s ease;
	}
	input,
	textarea {
	    background: none;
	    color: #c6c6c6;
	    font-size: 14px;
	    padding: 15px 10px 10px 15px !important;
	    display: block;
	    width: 100%;;
	    border: none;
	    border-radius: 10px;
	    border: 1px solid #A11D1A !important;;
			margin-bottom: 20px !important;
	}
	h1 {
		font-size: 1.9em;
		margin: 0.67em 0;
	}
	.site-main, .site-main-top{
			position:relative;
			width:100%;
			max-width:96%;
			margin:auto;
			padding-left:0;
	}

	.slicknav_nav ul {
		width:80% !important;
		text-align:center !important;
		margin:auto 10% auto 10% !important
	}
	.slicknav_nav ul li a {
		color:black !important;
	}
	.slicknav_brand img {
		max-height:40px !important;
	}
	.aktualnosci_tekst, .aktualnosci_tekst1, .polowa, .polowa2 {
		width: 100% !important;
		margin: auto 0 auto 0;
	}
	.special_front{
		padding-top:50px;
		margin-top: 0px;
		padding-bottom:50px;
	}
	.prelegent{
		width:48%;
		position:relative;
		margin-right:1%;
		margin-left:1%;
		float:left;
		margin-bottom:30px;

	}
	.biger{
		color:white;
		font-size: 100px;
		font-weight:600;
		display:inline-block;
	}
	.middle span {
		letter-spacing: -2px;
	}
	.middle{
		color:white;
		font-size: 40px;
		font-weight:600;
		display:inline-block;

		line-height: 40px;
		text-align:left;
	}
	.middle2{
		font-size:21px;
		line-height: 23px;

	}
	.middle_big{
		font-size:30px;
		line-height:30px;
	}

	.top {
		background-size:auto 100%;
		background-position:top center;
	}
	.menu li:last-child, .menu li:nth-last-child(2){
		padding:0px !important;
		margin:0;

	}
}
/* tu-mobi--*/
@media screen and (min-width:160px) and (max-width:600px){

	.main-navigation, .site-header, .menu-toggle, .cudzyslow{
		display: none;
	}
	.button_wiedza{

	}
	.button_wiedza_bordo{
		float: right;
		margin-bottom:10px;
	}
	.wiedza-inside {

		background-size: auto 35px;
	}
	.slide-content h1{
		font-size: 18px;
		width: 100%
	}
	.slide-content{
		bottom: 20px;
		padding:30px;
		display: block !important;
		left:5%;;
		width:90%;

	}
	.desktop-separator, .site-main-top, .top-red-belt{
		display: none !important;
	}
	.etics-box{
		margin:2%;
		width:96%;
	}
	.sso-img-box2 {
		padding:10px;
		overflow-x: auto;
		background-color: #fef9ed;
		margin-right:0px;
		margin-bottom: 30px;
	}
	.badanie-element {
		width:98%;
		position: relative;
		margin:15px 1% 15px 1%;
		float:left;
	}
	.sso-top-title h1 {
		color:#414141;
		font-size: 25px;
	}
	.sso-top::after{
		display: block;
		padding-bottom: 60%;
		content:"";
	}
	.sso_galeria, .sso_tekst{
		width:95%;
		margin-right:4%;
		position: relative;
		float: right;

		z-index: 500;
	}
	.aktualnosc_foto{
		position:relative;
		width: 100%;
		float:left;

		background-repeat:no-repeat;
		background-size:cover;
		background-position: top center;

		z-index: 8000;

	}
	.aktualnosci_tekst{
		position:relative;
		float:left;
		width:100%;
		margin-left:0px;


	}
	.aktualnosci_tekst1{
		position:relative;
		float:left;
	  width:100%;
		margin-left:0px;


	}
	.sso_tekst{
		float: left;
		width:100%;

		position: relative;
	}
	.slide-etics::after{
		display: block;
		padding-bottom: 130%;
		content:"";
	}

	.benef-img, .benef-img2, .benef-img3{
		width:84%;
		float:left;
		margin:20px 8% 0 8%;

	}

	.benef-opis{
		width:100%;
		margin-top:20px;
		padding-top:0px;
		float:left;
		position: relative;;

	}
	.wydawnictwa-loop {
	    display: grid;
	    grid-template-columns: repeat(1, 1fr);
	    gap: 40px;
	}
	.slide-content h1, .slide-content-left h1 {
		color:black;
		font-size: 20px;
	}
	.top-mini{
		position: relative;
		width:100%;
		background-image:url(img/baner_mob2.jpg);
		background-repeat:repeat-x;
		padding:30px 0 0 0 ;
		background-repeat:no-repeat;

		min-height: 500px;
	}
	.top::after{
		padding-bottom: 55%;
	}
	#logo3{
		width:300px;
		position:relative;
		margin-top:10px;
		-moz-transition: all .5s ease;
			-ms-transition: all .5s ease;
			-webkit-transition: all .5s ease;
			-o-transition: all .5s ease;
	}
	.logo_partner{
		width:50%;
		float:left;
		background-size: 75% auto;
		background-repeat:no-repeat;
		background-position: center center;

	}
	h1 {
		font-size: 1.9em;
		margin: 0.67em 0;
	}
	.site-main, .site-main-top{
			position:relative;
			width:100%;
			max-width:96%;
			margin:auto;
			padding-left:0;
	}
	.slicknav_nav ul {
		width:80% !important;
		text-align:center !important;
		margin:auto 10% auto 10% !important
	}

	.slicknav_brand img {
		max-height:40px !important;
	}
	.aktualnosci_tekst, .polowa, .polowa2 {
		width: 100% !important;
		margin: auto 0 auto 0;
	}
	.special_front{
		padding-top:50px;
		margin-top: 0px;
		padding-bottom:50px;
	}
	input,
	textarea {
	    background: none;
	    color: #c6c6c6;
	    font-size: 14px;
	    padding: 15px 10px 10px 15px !important;
	    display: block;
	    width: 100%;;
	    border: none;
	    border-radius: 10px;
	    border: 1px solid #A11D1A !important;;
			margin-bottom: 20px !important;
	}
	.prelegent{
		width:98%;
		position:relative;
		margin-right:1%;
		margin-left:1%;
		float:left;
		margin-bottom:30px;

	}
	.biger{
		color:white;
		font-size: 100px;
		font-weight:600;
		display:inline-block;
	}
	.middle span {
		letter-spacing: -2px;
	}
	.middle{
		color:white;
		font-size: 40px;
		font-weight:600;
		display:inline-block;

		line-height: 40px;
		text-align:left;
	}
	.middle2{
		font-size:14px;

	}
	.middle_big{
		font-size:20px;
		line-height:24px;
	}
	.middle2 span {
	font-weight:300;
	font-size:12px;


	}.top {
		background-size:auto 100%;
		background-position:top center;
	}
	.menu li a {
		color:white !important§;
	}
	.slicknav_nav ul li a {
		color:white !important;
	}
	.menu li {
		background: #A11D1A;
		margin:3px !important;

	}
	.menu li:nth-child(1){
		margin-top:15px !important;
	}
	html,
	body {
	  overflow-x: hidden;
	  max-width: 100%;
	}

	.slick-slider,
	.slick-list {
	  overflow: hidden !important;
	}

	.slick-list {
	  width: 100%;
	  max-width: 100vw;
	}

	.slide-etics,
	.slick-slide {
	  max-width: 100vw;
	}
	.button_wiedza{
		padding: 0px 50px 0px 20px;
		background: white;
		margin-left:30px;
		line-height: 40px;
		text-align: center;
		font-size: 16px;
		border-radius: 0;
		min-width:60%;
		margin-bottom: 10px;
		background-image: url(img/arrow_1.svg);
		background-position: 95% center;
		background-repeat: no-repeat;
		background-size: auto 30%;
		display: inline-block;
		transition: all 0.2s ease;
	}

	.zarzad-zdjecie, .zarzad-tresc, .zarzad-tresc2, .zarzad-zdjecie2{
		width:96%;
		margin:00 10px 0;
		padding:0;
	}

}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/


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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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