<style type="text/css">@charset "UTF-8";
/*

Theme Name: pzpBoomBook
Theme URI: https://pzprojekt.pl/motywy/pzpboombook
Author: PZProjekt
Author URI: https://pzprojekt.pl
Description: Motyw napisany dla BoomBook przez firmę PZProjekt.
//Requires at least: 4.9.6
//Requires PHP: 5.2.4
Version: 1.0
Text Domain: boombook
Tags: boombook, boom, book

*/

/* ogolne */
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('/wp-content/uploads/2022/06/Raleway-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Raleway';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('/wp-content/uploads/2022/06/Raleway-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('/wp-content/uploads/2022/06/Raleway-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Raleway';
	font-style: italic;
	font-weight: bold;
	font-display: auto;
	src: url('/wp-content/uploads/2022/06/Raleway-BoldItalic.ttf') format('truetype');
}

*, ::after, ::before {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-family: "Kumbh Sans", Sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #6c6a8a;
    line-height: 26px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

a, .btn, button, span, p, i, input, select, textarea, li, img, *::after, *::before, .transition-3, h1, h2, h3, h4, h5, h6 {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a, button {
    color: inherit;
    outline: none;
    border: none;
}

a:hover {
    color: #d3222a;
}

a:focus, a:hover {
    color: inherit;
    text-decoration: none;
}

a:focus, a:hover {
    text-decoration: none;
	color: #d3222a;
}

img, svg {
    vertical-align: middle;
}

img {
    height: auto;
	transition: 0.3s;
}

ol, ul {
    padding-left: 2rem;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
}

ul {
    margin: 0px;
    padding: 0px;
}

ul {
    list-style: disc;
}

header ul, footer ul {
    list-style: none;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.h3, h3 {
    font-size: calc(1.3rem + .6vw);
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Kumbh Sans", Sans-serif;
    color: #070337;
    margin-top: 0px;
    font-weight: 700;
    line-height: 1.2;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

h3 {
    font-size: 24px;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-top: var(--bs-gutter-y);
}

.d-flex {
    display: flex!important;
}

.justify-content-end {
    justify-content: flex-end!important;
}

.align-items-center {
    align-items: center!important;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
}

.d-none {
    display: none!important;
}

/* top */
.header__top {
  background-color: #1C1E1C;
  padding: 10px 0;
}

.header__top .pzp-social-media ul li:not(:last-child) {
  margin: 0;
}

.header__top .align-items-left {
  display: flex;
  width: 30%;
}

.header__top .align-items-right {
  display: flex;
  justify-content: end;
  width: 70%;
}

.header__top .pzp-social-media ul li a {
  width: 34px;
  height: 34px;
  margin-right: 5px;
}

.header__top .pzp-social-media a i {
  width: 34px;
  height: 34px;
  font-size: 16px;
}

/* header */
.logo {
  display: flex;
  justify-content: center;
}

.logo img {
    max-height: 85px;
	padding: 5px 0;
}

.header__bottom {
  height: 85px;
  align-items: center;
  display: flex;
}

.ml-90 {
    margin-left: 90px;
}

.header__area i {
  color: #fff;
  font-size: 20px;
}

.main-menu.main-menu-5.ml-90 {
    text-align: right;
}

.dropdown, .dropend, .dropstart, .dropup {
    position: relative;
}

.main-menu ul li {
    display: inline-block;
    position: relative;
}

.main-menu ul li:not(:last-child) {
    margin-right: 35px;
}

.main-menu-5 ul li:not(:last-child) {
    margin-right: 40px;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.main-menu ul li a {
    font-size: 15px;
    font-weight: 600;
    color: #070337;
    display: block;
    padding: 35px 0;
}

.main-menu-5 ul li a {
    color: #fff;
    padding: 5px 0;
}

.main-menu ul li.has-dropdown > a {
    position: relative;
}

.main-menu ul li.has-dropdown > a::after {
    content: "";
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
    font-size: 14px;
    color: #070337;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    margin-left: 5px;
    display: inline-block;
}

.main-menu ul li ul {
    position: absolute;
    top: 120%;
    left: 0;
    width: 350px;
    background: #ffffff;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0px 30px 70px 0px rgb(11 6 70 / 8%);
    -moz-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
    box-shadow: 0px 30px 70px 0px rgb(11 6 70 / 8%);
}

.main-menu > nav > ul > .menu-item > .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}

.main-menu ul li .sub-menu li {
    display: block;
    width: 100%;
}

.main-menu ul li .sub-menu li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.main-menu ul li .sub-menu li a {
    padding: 10px 25px;
    font-size: 13px;
    position: relative;
    z-index: 1;
    text-align: left;
}

.main-menu ul li .sub-menu li a::before {
    position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	background: #7127ea;
	z-index: -1;
}

.main-menu-5 ul li .sub-menu li a::before {
    background: #d3222a;
}

.main-menu-5 ul li:hover > a {
    color: #d3222a;
}


/* .main-menu ul li a::after {
	content: ' ';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 4px;
	background-color: #d3222a;
	width: 0;
	-webkit-transition: width 240ms ease;
	-moz-transition: width 240ms ease;
	transition: width 240ms ease;
} */

.main-menu > nav {
  height: 85px;
}

.main-menu > nav > ul > li.menu-item-has-children > a {
	padding-right: 14px;
	height: 100%;
	display: flex;
	align-items: center;
}

.main-menu > nav > ul > li.menu-item-has-children > a::before,
.main-menu > nav > ul > li.menu-item-has-children > a::after {
	position: absolute;
	content: "";
	z-index: 1;
	background: currentColor;
	margin-top: 1px;
}

.main-menu > nav > ul > li.menu-item-has-children > a::before {
	width: 8px;
	height: 2px;
	right: 0;
	top: 48%;
	transform: translateY(-50%);
}

.main-menu > nav > ul > li.menu-item-has-children > a::after {
	width: 2px;
	height: 8px;
	right: 3px;
	top: 48%;
	transform: translateY(-50%);
}

.main-menu ul.sub-menu li a {
	color: #333;
}

.main-menu nav ul li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > a::after {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 20px;
  font-weight: 100;
  position: absolute;
  z-index: 1;
  right: 20px;
}

/* .main-menu ul li:hover a::after {
  width: 100%;
  -webkit-transition: width 240ms ease;
  -moz-transition: width 240ms ease;
  transition: width 240ms ease;
} */

.sticky .main-menu-5 ul li:hover > a {
    color: #d3222a;
	border-bottom: 0;
}

.sticky {
    display: block;
}

.header__area.sticky, .header__bottom.sticky {
	display: flex;
    left: 0;
	top: 0;
    margin: auto;
    position: fixed !important;
    width: 100%;
    box-shadow: 0 0 60px 0 rgb(0 0 0 / 7%);
    z-index: 99;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
    background: #1C1E1C !important;
}

.admin-bar .header__bottom.sticky {
    top: 30px;
}

.header__search a {
    font-size: 17px;
    color: #011224;
}

.ml-30 {
    margin-left: 30px;
}

.mt-5 {
    margin-top: 5px !important;
}

.w-btn {
    font-size: 16px;
    color: #ffffff;
    background: #d3222a;
    height: 50px;
    line-height: 46px;
    border: 2px solid #d3222a;
    text-align: center;
    padding: 0 40px;
    display: inline-block;
    font-weight: 600;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
	white-space: nowrap;
	letter-spacing: 2px;
}

.w-btn-w {
    font-size: 16px;
    color: #04a0d7;
    background: #ffffff;
    height: 50px;
    line-height: 46px;
    border: 2px solid #ffffff;
    text-align: center;
    padding: 0 40px;
    display: inline-block;
    font-weight: 600;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    z-index: 1;
    overflow: hidden;
	white-space: nowrap;
}

.w-btn-11 {
    height: 40px;
    line-height: 36px;
    padding: 0 17px;
    background: #d3222a;
    border-color: #d3222a;
}

.w-btn-w::after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    left: -20%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    -webkit-transform: skewX(45deg) scale(0, 1);
    -moz-transform: skewX(45deg) scale(0, 1);
    -ms-transform: skewX(45deg) scale(0, 1);
    transform: skewX(45deg) scale(0, 1);
    background: #d3222a;
}

.w-btn:hover {
	color: #ffffff;
	background-color: #04a0d7;
}

.w-btn-w:hover {
	color: #ffffff;
	-webkit-box-shadow: 0px 20px 60px 0px rgb(15 0 40 / 20%);
    -moz-box-shadow: 0px 20px 60px 0px rgba(15, 0, 40, 0.2);
    box-shadow: 0px 20px 60px 0px rgb(15 0 40 / 20%);
}

.w-btn-11:hover {
    border-color: #04a0d7;
    color: #04a0d7;
}

/* .main-menu ul li.menu-item-has-children > a::after {
    content: "\f107";
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
    font-size: 14px;
    font-family: FontAwesome;
    font-weight: 400;
    margin-left: 5px;
    display: inline-block;
} */

.main-menu ul li:hover > ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

.main-menu ul li .sub-menu li:hover > a::before {
    left: 0;
	right: auto;
	width: 4px;
	transition: height .4s,opacity .4s ease,top .4s ease;
	height: calc(100% + 1px);
	top: 0;
}

.main-menu.main-menu-5 ul li .sub-menu li a::before {
	background: #d3222a;
}

/* .main-menu ul li .sub-menu li:hover > a {
    color: #ffffff;
} */

.button-header{
	position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 5px;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    -o-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    padding: 15px 30px;
    color: #fff;
    background-color: #d3222a;
    border: 1px solid transparent;
    cursor: pointer;
    letter-spacing: 2px;
	font-weight: 600;
}

.button-header:hover{
	color: #fff;
	background-color: #04a0d7;
}

.right {
  display: flex;
  justify-content: right;
}

/* back top */
.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgb(157 164 172 / 20%);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #9da4ac;
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap .fas.fa-long-arrow-alt-up:before {
    position: absolute;
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    color: #9da4ac;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

/* menu toggle */
.sidebar-toggle-btn .line {
    width: 30px;
    height: 3px;
    background-color: #fff;
    display: block;
    margin: 6px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sidebar-toggle-btn:hover {
    cursor: pointer;
}

.sidebar-toggle-btn:hover .line {
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.sidebar-toggle-btn:hover .line:nth-child(1) {
    width: 10px;
}

.sidebar-toggle-btn:hover .line:nth-child(2) {
    width: 20px;
}

.header__area {
    background: #0009 !important;
    width: 100%;

}

.header__area {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.05);
  box-shadow: 0 3px 6px 0 rgba(0,0,0,.05);
  z-index: 99;
  position: fixed;
	width: 100%;
}

/* menu mobile */
.body-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.body-overlay.opened {
    opacity: 1;
    visibility: visible;
}

.sidebar__area {
    position: fixed;
    right: -340px;
    top: 0;
    width: 320px;
    height: 100%;
    background: #ffffff none repeat scroll 0 0;
    overflow-y: scroll;
    -webkit-box-shadow: -5px 0 20px -5px rgb(0 0 0 / 50%);
    -moz-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
    box-shadow: -5px 0 20px -5px rgb(0 0 0 / 50%);
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 9999;
}

.admin-bar .sidebar__area {
    top: 30px;
}

.sidebar__area.sidebar-opened {
    right: 0px;
}

.sidebar__wrapper {
    position: relative;
    padding: 30px;
}

.sidebar__close {
    position: absolute;
    top: 0;
    left: 0;
}

body .sidebar__close button, body .sidebar__close button:hover {
    width: 30px;
    height: 30px;
    background: none;
    color: #E72B0E;
    border: 0;
    position: relative;
    z-index: 99999;
    cursor: pointer;
}

.sidebar__content .logo img {
    max-height: none;
    max-width: 245px;
}

.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: relative;
    background: #070337;
    padding: 4px 0;
    min-height: 42px;
    z-index: 999999;
}

.mean-container .mean-bar, .mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.mean-container .mean-bar {
    padding: 0;
    min-height: auto;
    background: none;
}

.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #070337;
    margin-top: 44px;
}

.mean-container .mean-bar, .mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.mean-container .mean-nav {
    background: none;
    margin-top: 0;
}

.mean-container .mean-nav > ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}

.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%;
}

.mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 90%;
    padding: 10px 5%;
    margin: 0;
    text-align: left;
    color: #fff;
    border-top: 1px solid #070337;
    border-top: 1px solid rgba(255,255,255,0.5);
    text-decoration: none;
    text-transform: uppercase;
}

.mean-container .mean-nav ul li a {
    width: 100%;
    padding: 10px 0;
    color: #222222;
    border-top: 1px solid #dedee3;
    font-size: 13px;
    font-weight: 600;
}

.mean-container .mean-nav > ul > li:first-child > a {
    border-top: 0;
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 1px;
    width: 26px;
    height: 32px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: transparent;
    border: none !important;
    border-left: 1px solid #dedee3 !important;
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 2px;
    height: 15px;
    line-height: 14px;
    border-bottom: none;
    padding: 0;
    display: inline-block;
    width: 40px;
    height: 44px;
    line-height: 44px;
}

.mean-container .mean-nav > ul > li:first-child > a {
    border-top: 0;
}

.mean-expand i {
    margin-top: 13px;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    color: #222222;
}

.mean-container .mean-nav ul li li a {
    width: 80%;
    padding: 10px 10%;
    text-shadow: none !important;
    visibility: visible;
}

.mean-container .mean-nav ul li li li a {
  width: 60%;
  padding: 10px 20%;
  text-shadow: none !important;
  visibility: visible;
}

.sidebar__info a.button-header {
    width: 100%;
    text-align: center;
    margin: 20px 0;
}

/* services */
.justify-content-between {
    justify-content: space-between!important;
}

.services__item-5 {
    border: 2px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.3);
    padding: 20px 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
    margin: 0;
}

.services__content-5 i {
    color: #ffffff;
    font-size: 18px;
    margin-right: 17px;
}

.services__title-5 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 0;
}

.services__more-5 a {
    display: inline-block;
    font-size: 24px;
    color: #ffffff;
}

.services__item-5:hover {
    background: #ffffff;
    border-color: #ffffff;
}

.services__item-5:hover .services__content-5 i, .services__item-5:hover .services__title-5, .services__item-5:hover .services__more-5 i {
    color: #011224;
}

/* carousel */
.pzp-carousel.pzp-loaded {
    display: block;
}

.pzp-carousel .pzp-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
}

.pzp-carousel .pzp-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
}

.pzp-carousel .pzp-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.pzp-carousel .pzp-item, .pzp-carousel .pzp-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

.pzp-carousel .pzp-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.pzp-carousel.pzp-drag .pzp-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.testimonial__slider-5 .pzp-stage-outer .pzp-item {
    opacity: 0;
    transition: opacity 0.5s;
}

.text-center {
    text-align: center!important;
}

.testimonial__item-5 {
    padding: 45px 68px;
    padding-bottom: 50px;
    background: #ffffff;
    -webkit-box-shadow: 0px 30px 70px 0px rgb(11 6 70 / 8%);
    -moz-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
    box-shadow: 0px 30px 70px 0px rgb(11 6 70 / 8%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.testimonial__item-5 p {
    font-size: 24px;
    line-height: 36px;
    color: #011224;
}

.testimonial__info h4 {
    font-size: 22px;
    color: #011224;
    margin-bottom: 2px;
}

.testimonial__info span {
    font-size: 14px;
    color: #57556a;
}

.testimonial__slider-5 .pzp-stage-outer .pzp-item.active {
    opacity: 1;
}

.pzp-carousel .pzp-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.testimonial__slider-5 .pzp-dots {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.pzp-carousel .pzp-dot {
	cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.testimonial__slider-5 .pzp-dots .pzp-dot {
    margin: 0 20px;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #c8c8c8;
    position: relative;
}

.testimonial__slider-5 .pzp-dots .pzp-dot::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 30px;
    width: 30px;
    border: 1px solid #ffffff;
    background: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
}

.testimonial__slider-5 .pzp-dots .pzp-dot.active {
	background: #ffffff;
}

.testimonial__slider-5 .pzp-dots .pzp-dot.active::after, .testimonial__slider-5 .pzp-dots .pzp-dot:hover::after {
	visibility: visible;
    opacity: 1;
}

.testimonial__slider-5 .pzp-dots .pzp-dot:hover {
	background: #ffffff;
}

/* footer */
.pt-120 {
    padding-top: 120px;
}

.pb-65 {
    padding-bottom: 65px;
}

.p-relative {
    position: relative;
}

.footer-bg-3 {
    background: #f8f8f8;
}

.footer__pl-60 {
    padding-left: 60px;
}

.footer__pl-70 {
    padding-left: 70px;
}

.footer__pl-90 {
    padding-left: 90px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-20 {
    margin-bottom: 20px;
}

.footer__copyright {
    border-top: 1px solid #e7ecf1;
    padding: 25px 0;
}

.footer__copyright-2 {
    border-color: rgba(255, 255, 255, 0.1);
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.footer__copyright-wrapper p {
    font-size: 14px;
    font-weight: 600;
    color: #474554;
    margin-bottom: 0;
}

.footer__copyright-wrapper-3 p {
    color: #888792;
}

.footer__widget p {
    color: #1C1E1C;
}

.footer__widget-title h3 {
    font-size: 18px;
    margin-bottom: 0;
    padding-top: 10px;
	cursor: default;
}

.footer__widget-title-3 h3 {
    color: #ffffff;
}

/* .footer__widget ul {
    padding-top: 8px;
} */

/* .footer__widget ul li {
    color: #57556a;
} */

.footer__area h3 {
  font-size: 18px;
}

.footer__area .footer__widget ul {
  margin-left: 30px;
  margin-bottom: 1rem;
  list-style: disc;
}

.footer__area .elementor-icon-box-icon {
  margin-right: 30px !important;
}

.footer__area .elementor-icon.elementor-animation- {
  font-size: 20px;
  background-color: #D3222A;
}

.footer__area span.elementor-icon:hover {
	background-color: #FFFFFF;
	fill: #D3222A;
	color: #D3222A;
}

.footer__area h3 span {
  font-size: 15px;
  font-weight: 400;
}

.footer__area h3 {
	margin-bottom: 0;
}

.footer__widget p.elementor-icon-box-description {
  color: #1C1E1C;
  font-size: 15px;
  font-weight: 700;
}

/* .footer__widget ul li:not(:last-child) {
    margin-bottom: 15px;
} */

/*.footer__widget ul li a {
    font-weight: 600;
    position: relative;
}*/

/*.footer-style-2 .footer__widget ul li a {
    color: #9da4ac;
}*/

.footer__widget ul li a:hover::after {
    bottom: -2px;
    visibility: visible;
    opacity: 1;
}

.footer-style-2 .footer__widget ul li a::after {
    background: #d3222a;
}

.footer-style-2 .footer__widget ul li a:hover {
    color: #d3222a;
}


.footer__area .elementor-widget-wrap.elementor-element-populated {
  background-color: #D3222A;
  text-align: center;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 50px 50px 50px 50px !important;
  color: #fff;
}

.footer__area .elementor-heading-title.elementor-size-default {
  color: #fff;
}

.footer__area .elementor-element.elementor-element-3ed4550.elementor-widget.elementor-widget-text-editor .elementor-widget-container {
  padding-bottom: 20px !important;
}

.footer__area .elementor-icon.elementor-social-icon {
  font-size: 20px;
  line-height: 20px;
  width: calc(20px + (2 * var(--icon-padding, .5em)));
  height: calc(20px + (2 * var(--icon-padding, .5em)));
}

.elementor-social-icon {
  --e-social-icon-icon-color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex !important;
  background-color: #818a91;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
	border-radius: 10%;
}

.elementor-social-icon-facebook, .elementor-social-icon-facebook-f {
  background-color: #3b5998;
}

.elementor-social-icon-twitter {
  background-color: #1da1f2;
}

.elementor-social-icon-youtube {
  background-color: #cd201f;
}

.elementor-social-icon-linkedin {
  background-color: #0e76a8;
}

.elementor-social-icon i {
  color: var(--e-social-icon-icon-color);
}

.footer__area .elementor-social-icon:hover{
	opacity: .9;
	color: #fff;
}

.elementor-kit-5 .footer__area h3{
	font-size: 18px;
}

/* footer social */
.footer__social {
    padding-top: 14px;
}

.footer__social ul li {
    display: inline-block;
}

.footer__social ul li:not(:last-child) {
    margin-right: 10px;
}

.footer__social ul li a {
    color: #868d94;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #c7ced4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.footer__social-5 ul li a {
    color: #868d94;
    border-color: #868d94;
}

.footer__social .fa {
    padding-top: 12px;
}

.footer__social ul li a:hover {
    background: #d3222a;
    color: #fff;
    border-color: #fff;
    -webkit-box-shadow: 0px 20px 30px 0px rgb(7 3 55 / 16%);
    -moz-box-shadow: 0px 20px 30px 0px rgba(7, 3, 55, 0.16);
    box-shadow: 0px 20px 30px 0px rgb(7 3 55 / 16%);
}

.footer__widget .footer__social ul li a:hover::after {
	visibility: hidden;
}

.footer-style-2 .footer__widget .footer__social ul li a:hover {
    color: #fff;
}

/* blog */
.postbox__date {
    position: absolute;
    top: 30px;
    left: 30px;
    background: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 8px 16px;
    z-index: 1;
    text-align: center;
    opacity: 1;
}

.postbox__date h5 {
    font-size: 30px;
    margin-bottom: 0;
    line-height: 1;
    color: #d3222a;
    font-weight: 800;
}

.postbox__meta span {
    font-size: 15px;
    font-weight: 600;
    color: #d3222a;
    display: inline-block;
    text-transform: capitalize;
}

.postbox__date span {
    font-size: 15px;
    color: #d3222a;
    font-weight: 700;
}

.page-template-blog-three-columns .blog-post-items .postbox__item {
    padding-right: 40px;
}

/* blog - pagination */
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}

.mb-40 {
    margin-bottom: 40px;
}

.blog-area dl, .blog-area ol, .blog-area ul {
    margin-top: 0;
    margin-bottom: 25px;
	margin-left: 15px;
}

div.basic-pagination ul {
    padding-left: 0;
}

.basic-pagination ul li {
    display: inline-block;
}

.basic-pagination ul li:first-child {
    margin-right: 5px;
}

.basic-pagination ul li:not(:first-child) {
    margin: 0 5px;
}

.basic-pagination ul li span, .basic-pagination ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #e0576133;
    color: #6a727f;
    font-weight: 700;
    font-size: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.basic-pagination ul li span.current, .basic-pagination ul li a:hover {
    background: #d3222a;
    color: #ffffff;
}

.basic-pagination i.fa {
    margin-top: 13px;
}

.read-more-btn .elementor-button-link.elementor-button.elementor-size-lg {
  background-color: #D3222A;
  text-transform: uppercase;
}

.read-more-btn .elementor-button-link.elementor-button:hover {
  color: #1C1E1C;
  background-color: #FFFFFF;
  border-color: #1C1E1C;
}

/* single */
.z-index-1 {
    z-index: 1;
}

.postbox__thumb img {
    max-width: 100%;
}

.page__title-height {
    padding-top: 150px;
    padding-bottom: 50px;
    background-size: cover !important;
	background-color: #F8F6F5;
	background-image: url("/wp-content/uploads/2022/06/CT-Szkolenia-Slide-4.jpg");
	background-position: bottom;
}

.page__title-wrapper {
    margin-bottom: 6px;
}

.page .page__title-wrapper h1,
.blog .page__title-wrapper h1,
.single .page__title-wrapper h1{
    font-size: 32px;
	color: #fff;
    margin-bottom: 15px;
	font-family: "Kumbh Sans", Sans-serif;
	text-shadow: 1px 1px 10px black;
}

.mr-35 {
    margin-right: 35px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-60 {
    margin-bottom: 60px;
}

.sidebar-blog ul {
	list-style-type: none;
	margin-left: 15px;
}

.sidebar-blog .widget_search {
    text-align: end;
}

.postbox__thumb {
    position: relative;
    margin-bottom: 25px;
}

.postbox__item .postbox__thumb {
    margin-bottom: 0;
}

.postbox__content {
    padding-top: 25px;
}

.postbox__meta span:not(:last-child) {
    margin-right: 33px;
}

.postbox__meta span i {
    padding-right: 2px;
	color: #d3222a;
}

.postbox__meta span a:hover {
	color: #d3222a;
}

.postbox__title {
    font-size: 30px;
    margin-bottom: 15px;
}

.blog__details-wrapper .postbox__title {
    display: none;
}

.archive .blog__details-wrapper .postbox__title, .search .blog__details-wrapper .postbox__title {
    display: block;
}

.post-text.mb-20 {
    margin-bottom: 0;
    min-height: 100px;
}

.blog__tag {
    overflow: hidden;
    clear: both;
    margin-top: 20px;
    padding-top: 30px;
}

.tagcloud a {
    font-size: 13px !important;
    padding: 0 15px;
    height: 35px !important;
    line-height: 35px;
    display: inline-block;
    border-radius: 4px;
    margin-right: 8px;
    margin-bottom: 10px;
    color: #6a727f;
    background: #5A3E9514;
    font-weight: 600;
}

.img-center.blog-post-items .w-img {
    text-align: center;
}


.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px;
  border: 1px solid #eee;
  margin-bottom: 40px;
}

.nav-links > div {
  padding: 0 40px;
  width: 50%;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  position: relative;
}

.post-navigation .nav-previous {
  text-align: left;
  border-left: 0;
  border-right: 0;
  padding: 0 40px 0 0;
}

.post-navigation h3 {
  font-size: 17px;
  line-height: 26px;
  margin: 5px 0;
  font-weight: 700;
  ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.post-navigation a:not(:hover) span {
  color: #a9a9a9;
}

.post-navigation .nav-next {
  text-align: right;
  border-right: 0;
  padding: 0 0 0 40px;
}

.nav-links .nav-previous span > i {
  margin-right: 10px;
}

.nav-links .nav-next span > i {
  margin-left: 10px;
}


/* 404 */
.pt-100 {
    padding-top: 100px;
}

.pb-120 {
    padding-bottom: 120px;
}

.mb-65 {
    margin-bottom: 65px;
}

.error__content {
    padding: 0 65px;
}

.error__content h3 {
    font-size: 36px;
    color: #011224;
    margin-bottom: 10px;
}

.error__content p {
    color: #57556a;
    font-weight: 600;
    margin-bottom: 40px;
    width: 70%;
    margin: auto;
    margin-bottom: 25px;
    margin-top: 15px;
}

.error__content .button-header {
    text-transform: none;
}

.error__thumb.mb-65 img {
    max-width: 550px;
}

.error404 .button-header.elementor-button.elementor-size-lg {
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: #D3222A;
  border-style: solid;
  line-height: 1;
  font-family: "Kumbh Sans", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #FFFFFF;
  font-size: 18px;
  text-transform: uppercase;
}

.button-header.elementor-button.elementor-size-lg:hover {
  color: #1C1E1C;
  background-color: #FFFFFF;
  border-color: #1C1E1C;
}

/* post comments */
.mt-45 {
    margin-top: 45px;
}

.mb-30 {
    margin-bottom: 30px;
}

.post-comment-form {
    clear: both;
}

/* search icon */
.header__area .header_search {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 85px;
  position: relative;
}

.header__area .header_search-button {
  cursor: pointer;
}

.header__area .header_search-button i.fa-times {
	display: none;
}

.header__area .header_search-button.open i.fa-times {
	display: block;
}

.header__area .header_search-button.open i.fa-search {
	display: none;
}


/* search header */
.header__area .header_search-field {
  position: absolute;
  z-index: 2;
  top: 100%;
  right: 0;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transform: scale3d(0.8,0.8,0.8);
  transition: all 300ms;
  box-shadow: 0 14px 35px 0 rgba(49,49,49,0.08);
  margin-top: 0;
  background-color: rgba(255,255,255,1);
  color: #313131;
}

.header__area .header_search-field.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transform: scale3d(1,1,1);
}

.header__area .search-form {
  position: relative;
  z-index: 1;
}

.header__area .search-form input[type="text"] {
  max-width: 100%;
  display: block;
  font-size: 14px;
  line-height: 1.7;
  -webkit-appearance: none;
  font-family: inherit;
  border: 0;
  outline: 0;
  margin: 0;
  transition: .3s;
  height: 45px;
  width: 270px;
  font-weight: 400;
  padding: 0 40px 0 18px;
  background: #f6f6f6;
}

.header__area .search-form input[type="submit"], .header__area .search-form button {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 34px;
  color: #fff;
  transition: all 400ms;
  -webkit-appearance: none;
  font-family: inherit;
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 50px;
  right: 0;
  top: 0;
  font-size: 0;
  background: transparent !important;
  border: 0;
  box-shadow: none;
  outline: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.header__area .header_search .search-form::after {
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 100%;
  top: 3px;
  right: 4px;
  content: "\f002";
  font: normal 600 normal 14px/1 "Font Awesome 5 Free";
    font-size: 14px;
    line-height: 1;
  font-size: 21px;
  line-height: 45px;
  text-align: center;
  transition: opacity .3s;
  color: #313131;
}

.header__area .header_search .search-form:hover::after {
	opacity: .6;
}

.header__area .search-form input[type="submit"]:hover,
.header__area .search-form button:hover {
	background-color: transparent;
}

/* search */
.no-results.not-found {
    background: #fff;
    padding: 41px 100px;
    text-align: center;
    border: 2px solid #f4f3fb;
}

.no-results.not-found .page-header {
    background: none;
    margin-bottom: 30px;
    padding: 0;
}

.no-results.not-found .page-header {
    padding-top: 0;
    padding-bottom: 0;
}

.pageontent.blog-search-content p {
    margin-bottom: 20px;
}

.page-header h1 {
    font-size: 26px;
    font-weight: 600;
    margin: 0;
}

.sidebar-search-form input {
    width: 100%;
    height: 60px;
    line-height: 56px;
    font-size: 14px;
    padding: 0 25px;
    background: #f2f7ff;
    border: 2px solid #f2f7ff;
    outline: none;
    border-radius: 4px;
}

.blog-search-content .sidebar-search-form input {
    background: #f5faff;
}

.sidebar-search-form button[type=submit] {
    padding: 0;
    background: none;
    color: black;
    position: absolute;
    transform: translateY(22px) translateX(-35px);
}

/* sidebar - kategorie */
.sidebar__widget-title {
    margin-bottom: 28px;
    position: relative;
    padding-bottom: 12px;
}

.blog-area .sidebar__widget-title::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    background: #d3222a;
}

.blog-area .sidebar__widget ul {
    padding: 0;
    margin: 0;
}

.blog-area .sidebar__widget ul li {
    list-style: none;
    margin-bottom: 15px;
}

.blog-area .sidebar__widget ul li a {
    padding-left: 20px;
    position: relative;
}

.blog-area .sidebar__widget ul li a {
    padding-left: 20px;
    position: relative;
}

.blog-area .sidebar__widget ul li a::after {
    position: absolute;
    content: "\f105";
    left: 0px;
    top: 0px;
    font-family: 'FontAwesome';
    font-size: 15px;
    color: #d3222a;
    transform: translateY(-3px);
}

.blog-area .sidebar__widget ul li a:hover::after {
    left: 5px;
}

.blog-area .sidebar__widget ul li a:hover {
    color: #d3222a;
}

/* newslatter */

.elementor-kit-5 section .tnp-subscription {
  position: relative;
  width: 100%;
  min-width: 18.75rem;
  max-width: 33.125rem;
}

.elementor-kit-5 section .tnp-subscription .tnp-email {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--font-secondary);
  font-size: 0.875rem;
  letter-spacing: -0.03px;
  width: 100%;
  height: 2.5rem;
  padding: 0 0.9375rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid var(--color-form-border);
  border-radius: 6px;
  height: 3.125rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.elementor-kit-5 section .tnp-subscription .tnp-field.tnp-field-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 2.5rem;
  font-size: 0.875rem;
  letter-spacing: -0.03px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  -webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
  padding: 0 1.25rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: #021523;
  border: 0;
  background-color: #f8f8f8;
}

.elementor-kit-5 section .tnp-subscription .tnp-button {
  background-color: #ddd !important;
  color: #000;
  text-transform: none;
  width: 130px;
  letter-spacing: 0;
	right: 0;
}

/* sidebar - recent news */
.mr-30 {
    margin-right: 30px;
}

.sidebar-posts-bg-thumb {
    height: 90px;
    width: 90px;
    border-radius: 4px;
    background-size: cover;
    background-position: center;
}

.rc-meta.widget-post-meta {
    font-size: 14px;
    color: #6a727f;
    font-weight: 600;
}

.widget-post-title {
    font-size: 16px;
    font-weight: 700;
    color: #132339;
    line-height: 1.5;
}

.elementor-kit-5 button, .elementor-kit-5 input[type="button"], .elementor-kit-5 input[type="submit"], .elementor-kit-5 .elementor-button {
	border-radius: 5px;
}

.elementor .wpcf7-form-control {
  margin-top: 0 !important;
}
.contact-group textarea {
  height: 100px !important;
  margin-bottom: 25px;
}

.elementor-9 .elementor-element.elementor-position-left .elementor-icon-box-icon {
  margin-right: 30px;
}

.pzp-revers .elementor-counter {
  display: flex;
  flex-direction: column-reverse;
}

/* elementor resp */
@media (min-width:768px) {
 .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper,
 .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex
 }
 .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,
 .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
  display:-webkit-inline-box;
  display:-ms-inline-flexbox;
  display:inline-flex;
  -webkit-box-flex:0;
  -ms-flex:0 0 auto;
  flex:0 0 auto
 }
 .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
  text-align:right;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:reverse;
  -ms-flex-direction:row-reverse;
  flex-direction:row-reverse
 }
 .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
  text-align:left;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-direction:row;
  flex-direction:row
 }
 .elementor-widget-icon-box.elementor-position-top .elementor-icon-box-img {
  margin:auto
 }
 .elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper {
  -webkit-box-align:start;
  -ms-flex-align:start;
  align-items:flex-start
 }
 .elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper {
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center
 }
 .elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper {
  -webkit-box-align:end;
  -ms-flex-align:end;
  align-items:flex-end
 }
}
@media (max-width:767px) {
 .elementor-widget-icon-box .elementor-icon-box-icon {
  margin-left:auto!important;
  margin-right:auto!important;
  margin-bottom:15px
 }
}
.elementor-widget-icon-box .elementor-icon-box-wrapper {
 text-align:center
}
.elementor-widget-icon-box .elementor-icon-box-title a {
 color:inherit
}
.elementor-widget-icon-box .elementor-icon-box-content {
 -webkit-box-flex:1;
 -ms-flex-positive:1;
 flex-grow:1
}
.elementor-widget-icon-box .elementor-icon-box-description {
 margin:0
}



/* responsywnosc */
@media (max-width: 575px){
	.error__thumb img {
		width: 100%;
	}
}

@media (min-width: 576px){
	.container, .container-sm {
		max-width: 540px;
	}
	.col-sm-1 {
		flex: 0 0 auto;
		width: 8.3333333333%;
	}
	.col-sm-5 {
		flex: 0 0 auto;
		width: 41.6666666667%;
	}
	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px){
	.error__thumb img {
		width: 100%;
	}
}

@media (min-width: 768px){
	.container, .container-md, .container-sm {
		max-width: 720px;
	}
	.col-md-1 {
		flex: 0 0 auto;
		width: 8.3333333333%;
	}
	.col-md-4 {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.col-md-5 {
		flex: 0 0 auto;
		width: 41.6666666667%;
	}
	.col-md-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-md-10 {
		flex: 0 0 auto;
		width: 83.3333333333%;
	}
	.offset-md-1 {
		margin-left: 8.3333333333%;
	}
	.d-md-flex {
		display: flex!important;
	}
}

@media (max-width: 767px){
	.blog__wrapper, .blog__details-wrapper {
		margin: 0;
	}
	.standard-logo {
	  text-align: center;
	}
	.logo img {
		width: 80%;
		max-width: 300px;
	}
}

@media (max-width: 782px){
	.admin-bar .sidebar__area {
	  top: 46px;
	}
}

@media (min-width: 768px) and (max-width: 991px){
	.sidebar__menu {
		margin-left: 15px;
	}
	.testimonial__item-5 {
		padding-left: 35px;
		padding-right: 35px;
	}
	.testimonial__item-5 p {
		font-size: 20px;
	}
	.error__thumb img {
		width: 100%;
	}
	.blog__wrapper, .blog__details-wrapper {
		margin: 0;
	}
}

@media (max-width: 991px){
	#header-sticky .header__right-btn {
		display: none !important;
	}
}

@media (min-width: 992px){
	.container, .container-lg, .container-md, .container-sm {
		max-width: 960px;
	}
	.col-lg-1 {
		flex: 0 0 auto;
		width: 8.3333333333%;
	}
	.col-lg-2 {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.3333333333%;
	}
	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.6666666667%;
	}
	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-lg-10 {
		flex: 0 0 auto;
		width: 83.3333333333%;
	}
	.offset-lg-1 {
		margin-left: 8.3333333333%;
	}
	.d-lg-block {
		display: flex !important;
		justify-content: center;
	}
	.d-lg-none {
		display: none!important;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
	.main-menu {
		padding-left: 40px;
	}
	.main-menu-5 {
		margin-left: 0px;
	}
	.main-menu-5 ul li:not(:last-child) {
		margin-right: 25px;
	}
	.w-btn {
		padding: 0 20px;
	}
}

@media (min-width: 1200px){
	.h3, h3 {
		font-size: 1.75rem;
	}
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1140px;
	}
	.col-xl-1 {
		flex: 0 0 auto;
		width: 8.3333333333%;
	}
	.col-xl-2 {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-xl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-xl-7 {
		flex: 0 0 auto;
		width: 58.3333333333%;
	}
	.col-xl-8 {
		flex: 0 0 auto;
		width: 66.6666666667%;
	}
	.offset-xl-1 {
		margin-left: 8.3333333333%;
	}
	.offset-xl-2 {
		margin-left: 16.6666666667%;
	}
	.d-xl-block {
		display: block!important;
	}
}

@media (min-width: 1400px){
/* 	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1200px;
	} */
	.col-xxl-1 {
		flex: 0 0 auto;
		width: 8.3333333333%;
	}
	.col-xxl-2 {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-xxl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-xxl-8 {
		flex: 0 0 auto;
		width: 66.6666666667%;
	}
	.col-xxl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-xxl-2 {
		margin-left: 16.6666666667%;
	}
}
</style>