/*!
Theme Name: Optima Media
Theme URI: https://optimamedia.pl/
Author: Xelibri
Author URI: https://optimamedia.pl/
Description: Site of Optima Media
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: optima
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.

optima 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;
	font-family: 'Inter', sans-serif;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

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

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

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

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

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 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", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
	
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

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

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

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

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

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 0em) {

	.menu-toggle {
		display: none;
	}

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

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

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

.post,
.page {
	margin: 0 ;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.al-cent {
	text-align: center;
}
.site-branding img {

}
#site-navigation a {
	color:#000000;
}
#site-navigation a:hover {
	color:#870c14;
}
.d-flex-v-cent li {
	display: flex;
    align-items: center;
}
#site-navigation li {
	padding-left: 25px;
}
.free {
	    width: 166px;
    background-color: #ff0000;
    padding: 5px 10px;
    color: #ffffff;
    border-radius: 8px;
    text-align: center;
	margin-top: 10px;
}
#site-navigation .current-menu-item a {
	color:#c62222;
}
.us-free {

    background-color: #e73154;
    padding: 10px 20px;
    color: #ffffff;
    border-radius: 8px;
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
}	
.us-nag {
    font-size: 46px !important;
    font-weight: 700 !important;
background: -webkit-linear-gradient(320deg, #5667dd, #86beb7 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
	font-family: 'Inter', sans-serif;
	line-height: 45px !important;
	    margin-top: 25px;
    margin-bottom: 25px;
	    padding-bottom: 5px;
}

.pod-linkiem {
    background-color: #e4e4e4;
    padding: 0px 10px 6px 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 16px;
}
.us-header a {
	text-decoration: none;
}
.head-opis p {
font-family: 'Inter', sans-serif;
    color: #242629;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.5px;
	
}
 .head-opis {
	margin-top:50px;
}
.ikonka {
text-align: center;
    margin: auto;
    margin-bottom: 25px;
    border-radius: 10px;
    background-color: #F0F1F199;
    height: 290px;
    padding: 30px;

}
.ikonka h3 {
	    font-size: 24px;
    font-weight: 600;
	    
}
.ikonka a {

	font-size: 14px;
	font-weight: 700;
	    color: #E62D4F;
}
section {
	margin-bottom: 100px;
}
p, span, h1, h2, h3, h4, h5, h6, a, div {
	font-family: 'Inter', sans-serif;
}

body h2 {
	font-size: 36px;
    font-weight: 700;
	margin-bottom: 25px;
}
.dlaczego img {
	width: 50px;
}
.dlaczego.dobre img {
	width: 25px;
}
.dlaczego.kompleksowe img {
	width: 25px;
}
.dlaczego.zufali img {
	width: 100%;
}
.dlaczego .col-md-10 {
	    display: flex;
    align-items: center;
}
.mini-ikonka h3 {
	font-size: 16px;
    padding-top: 7px;
    font-weight: 500;
	    margin-bottom: 0;
}
.mini-ikonka img {
width: 40px;
    height: 40px;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-top: 10px;
}
.mini-ikonka {
	
	    max-width: 220px;
    margin: auto;
    margin-bottom: 20px;
      padding: 10px 20px 20px 10px;
    background-color: #ffffff;
    min-height: 190px;
    border-radius: 10px;
}

.listing {
	margin-bottom: 0;
}

.listing li:before {
    position: absolute;
    left: 0;
    content: "";
    color: #31e760;
    margin-right: 0.5rem;
    background-image: url(https://om.optimamedia.com.pl/wp-content/uploads/2023/08/check.png);
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    top: 5px;
}
.listing li:last-child {
	padding-bottom:0px;
}
.listing li {
    list-style: none;
    list-style-type: none !important;
    padding-left: 1rem;
    position: relative;
    padding-left: 2rem;
    line-height: 2rem;
	padding-bottom: 15px;
}
.listing h3 {
font-size: 24px;
font-weight: 600;
}
.listing p {
font-size: 18px;
line-height: 20px;
}
.opis p {
	color:#25292e;
	font-size: 20px;
	letter-spacing: -0.5px;
	font-weight:500;
	line-height: 26px;
}
.ikonki img {
	max-height: 50px;
}
.ikonki {
	    padding-left: 110px;
}
.dlaczego span {
	    font-size: 20px;
    font-weight: 600;
}
.krok-div span {
	  font-size: 22px;
    font-weight: 800;
}


.krok-div .podopis {
    display: block;
    font-size: 15px !important;
	    font-weight: 400;
		    padding-top: 5px;
			line-height: 1.2;
}
.dlaczego .col-md-6 {
	padding-bottom:20px;
}
.dlaczego .podopis {
	    display: block;
    font-size: 12px;
}
.krok-div {
	padding: 10px;
    background-color: #f6f8f8;
    border-radius: 15px;
	min-height: 180px;
}
.krok-col {
    padding: 15px;
    position: relative;
    padding-left: 10px !important;
    padding-right: 30px !important;
	    padding-bottom: 30px;
}

@media (min-width: 1200px) {
.krok-col:nth-child(5):after {
	    content: "";
		background-image:url(https://om.optimamedia.com.pl/wp-content/uploads/2023/08/arrow.png);
    position: absolute;
    right: 0;
    top: 50%;
	width:21px;
	height:21px;
}
.krok-col:nth-child(6):after {
	    content: "";
		background-image:url(https://om.optimamedia.com.pl/wp-content/uploads/2023/08/arrow.png);
    position: absolute;
    right: 0;
    top: 50%;
	width:21px;
	height:21px;
}
.krok-col:nth-child(7):after {
	    content: "";
		background-image:url(https://om.optimamedia.com.pl/wp-content/uploads/2023/08/arrow.png);
    position: absolute;
    right: 0;
    top: 50%;
	width:21px;
	height:21px;
}
.krok-col:nth-child(1):after {
	    content: "";
		background-image:url(https://om.optimamedia.com.pl/wp-content/uploads/2023/08/arrow.png);
    position: absolute;
    right: 0;
    top: 50%;
	width:21px;
	height:21px;
	    transform: rotate(180deg);
	    -webkit-transform: rotate(180deg);
		
}
.krok-col:nth-child(2):after {
	    content: "";
		background-image:url(https://om.optimamedia.com.pl/wp-content/uploads/2023/08/arrow.png);
    position: absolute;
    right: 0;
    top: 50%;
	width:21px;
	height:21px;
	    transform: rotate(180deg);
	    -webkit-transform: rotate(180deg);
}
.krok-col:nth-child(3):after {
	    content: "";
		background-image:url(https://om.optimamedia.com.pl/wp-content/uploads/2023/08/arrow.png);
    position: absolute;
    right: 0;
    top: 50%;
	width:21px;
	height:21px;
	    transform: rotate(180deg);
	    -webkit-transform: rotate(180deg);
}
.krok-col:nth-child(4):after {
content: "";
    background-image: url(https://om.optimamedia.com.pl/wp-content/uploads/2023/08/arrow.png);
    position: absolute;
    right: 50%;
    bottom: 0;
    width: 21px;
    height: 21px;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
}

}
@media (min-width: 992px) and (max-width:1199px) {

.krok-col:nth-child(1):after {
	    content: "";
		background-image:url(https://om.optimamedia.com.pl/wp-content/uploads/2023/08/arrow.png);
    position: absolute;
    right: 0;
    top: 50%;
	width:21px;
	height:21px;
	    transform: rotate(180deg);
	    -webkit-transform: rotate(180deg);
}
.krok-col:nth-child(2):after {
	    content: "";
		background-image:url(https://om.optimamedia.com.pl/wp-content/uploads/2023/08/arrow.png);
    position: absolute;
    right: 0;
    top: 50%;
	width:21px;
	height:21px;
	    transform: rotate(180deg);
	    -webkit-transform: rotate(180deg);
}
.krok-col:nth-child(3):after {
	    content: "";
		background-image:url(https://om.optimamedia.com.pl/wp-content/uploads/2023/08/arrow.png);
    position: absolute;
    right: 50%;
    bottom: 0;
	width:21px;
	height:21px;
	    transform: rotate(270deg);
	    -webkit-transform: rotate(270deg);
}
.krok-col:nth-child(7):after {
	    content: "";
		background-image:url(https://om.optimamedia.com.pl/wp-content/uploads/2023/08/arrow.png);
    position: absolute;
    right: 0;
    top: 50%;
	width:21px;
	height:21px;
}
.krok-col:nth-child(7):before {
    content: "";
    background-image: url(https://om.optimamedia.com.pl/wp-content/uploads/2023/08/arrow.png);
    position: absolute;
    right: 50%;
    bottom: 0;
    width: 21px;
    height: 21px;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
}

.krok-col:nth-child(6):after {
	    content: "";
		background-image:url(https://om.optimamedia.com.pl/wp-content/uploads/2023/08/arrow.png);
    position: absolute;
    right: 0;
    top: 50%;
	width:21px;
	height:21px;
	    transform: rotate(180deg);
	    -webkit-transform: rotate(180deg);
}

.krok-col:nth-child(8):after {
	    content: "";
		background-image:url(https://om.optimamedia.com.pl/wp-content/uploads/2023/08/arrow.png);
    position: absolute;
    right: 0;
    top: 50%;
	width:21px;
	height:21px;
}

.krok .ord-1 {order:1;}
.krok .ord-2 {order:2;}
.krok .ord-3 {order:3;}
.krok .ord-4 {order:6;}
.krok .ord-5 {order:8;}
.krok .ord-6 {order:7;}
.krok .ord-7 {order:4;}
.krok .ord-8 {order:5;}
}


@media (max-width:991px) {

.krok-col:nth-child(1):after {
	     content: "";
		background-image:url(https://om.optimamedia.com.pl/wp-content/uploads/2023/08/arrow.png);
    position: absolute;
    bottom: 0;
    right: 50%;
	width:21px;
	height:21px;
	    transform: rotate(270deg);
	    -webkit-transform: rotate(270deg);
}
.krok-col:nth-child(2):after {
	    content: "";
		background-image:url(https://om.optimamedia.com.pl/wp-content/uploads/2023/08/arrow.png);
    position: absolute;
    bottom: 0;
    right: 50%;
	width:21px;
	height:21px;
	    transform: rotate(270deg);
	    -webkit-transform: rotate(270deg);
}

.krok-col:nth-child(3):after {
	   content: "";
		background-image:url(https://om.optimamedia.com.pl/wp-content/uploads/2023/08/arrow.png);
    position: absolute;
    bottom: 0;
    right: 50%;
	width:21px;
	height:21px;
	    transform: rotate(270deg);
	    -webkit-transform: rotate(270deg);
}
.krok-col:nth-child(4):before {
 content: "";
		background-image:url(https://om.optimamedia.com.pl/wp-content/uploads/2023/08/arrow.png);
    position: absolute;
    bottom: 0;
    right: 50%;
	width:21px;
	height:21px;
	    transform: rotate(270deg);
	    -webkit-transform: rotate(270deg);
}

.krok-col:nth-child(8):after {
 content: "";
		background-image:url(https://om.optimamedia.com.pl/wp-content/uploads/2023/08/arrow.png);
    position: absolute;
    bottom: 0;
    right: 50%;
	width:21px;
	height:21px;
	    transform: rotate(270deg);
	    -webkit-transform: rotate(270deg);
	   
}

.krok-col:nth-child(6):after {
 content: "";
		background-image:url(https://om.optimamedia.com.pl/wp-content/uploads/2023/08/arrow.png);
    position: absolute;
    bottom: 0;
    right: 50%;
	width:21px;
	height:21px;
	    transform: rotate(270deg);
	    -webkit-transform: rotate(270deg);
}
.krok-col:nth-child(7):after {
 content: "";
		background-image:url(https://om.optimamedia.com.pl/wp-content/uploads/2023/08/arrow.png);
    position: absolute;
    bottom: 0;
    right: 50%;
	width:21px;
	height:21px;
	    transform: rotate(270deg);
	    -webkit-transform: rotate(270deg);
}
.krok .ord-1 {order:1;}
.krok .ord-2 {order:2;}
.krok .ord-3 {order:3;}
.krok .ord-4 {order:4;}
.krok .ord-5 {order:8;}
.krok .ord-6 {order:7;}
.krok .ord-7 {order:6;}
.krok .ord-8 {order:5;}
.mini-ikonka h3 {
    font-size: 16px;
    padding-top: 7px;
    font-weight: 500;
    margin-bottom: 0;
}
.mini-ikona-cont .col-6 {
	padding:5px;
}
.mini-ikona-cont .col-6 .mini-ikonka{
	    margin-bottom: 0px;
		min-height: 185px;
}
.box-sh .col-6 img {
    width: 50px;
    padding-bottom: 10px;
}
.box-sh .col-6 h3 {
font-size: 16px;
    font-weight: 600;
}

.box-sh .col-6 .ikonka  {
min-height: 150px;
}
.box-sh .col-6 .ikonka a {
    text-decoration: none;
    font-size: 13px;
    color: #0844c1;
}



}





.krok-div .link {
font-size: 16px;
    font-weight: 300;
    background-color: #e73154;
    color: #ffffff;
    padding: 4px 10px;
    border-radius: 7px;
    text-align: center;
    position: absolute;
    bottom: 25px;
    left: 15px;
    right: 40px;
}
	.krok-div img {
		    position: absolute;
    bottom: 45px;
    right: 50px;
}
.co-jeszcze {
    padding: 15px;
    background-color: #0c0c6e;
    color: #ffffff;
    margin: 15px;
    border-radius: 10px;
    min-height: 160px;
	    position: relative;
}
.co-jeszcze h4 {
	font-size: 22px;
}
#faq button {
	font-size: 18px;
}
.co-jeszcze a {
	    position: absolute;
    bottom: 10px;
    right: 20px;
	color:#ffffff;
	    text-decoration: none;
		font-size: 14px;
		    font-weight: 200;
}

#faq .accordion-button {
	background-color: unset;
}

#faq .accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}
#faq .accordion-item {
	padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #c6c6c6;
    border-radius: 10px;
}
#faq .accordion-button:before {
	
content: "+";
    padding-right: 10px;
    font-size: 21px;
    color: #ff0000;
    margin-top: -3px;
	
}
#faq .accordion-body p {
    padding-left: 25px;
}
#faq .accordion-button::after {
	content: ">";
    padding-right: 10px;
    font-size: 21px;
    color: #1c30b8;
    margin-top: -3px;
	background-image: none;
}


#faq .accordion-button:not(.collapsed):after {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	
}

.copy {
	font-size: 16px;
	color:#878D92;
	
}
.foot-1 {
	      display: inline-block;
    min-width: 65px;
	font-size: 24px;
}
.foot-2 {
	    display: inline;
		font-size: 30px;
}
@media (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	max-width: 1440px !important;
}
}





.mini-ikona-cont .col-md-2 {
	padding:0;
}
	
	.listing {
		    padding-left: 25px;
    margin-left: 0px;
	margin-bottom: 35px;
	}
.listing li {
	padding-left: 45px;

}
.ikonki-tech {
	max-width: 120px;
    width: 100%;
}
.box-sh img {
	width: 80px;
	padding-bottom: 20px;
}

@media (max-width: 1400px) {
.container {
    max-width: 100% !important;
}
}



@media (max-width: 767px) {
.us-nag {
   font-size: 40px !important;
}
.us-header p {
    font-family: 'Inter', sans-serif;
    color: #000000;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.5px;
}
.opis p {
    color: #25292e;
    font-size: 18px;
    letter-spacing: -0.5px;
}
}

.form-usl {
	background-color: #40083C;
	padding:40px;
	border-radius:25px;
	position: relative;
}

.form-usl-con {
	background-color: #40083C;
	padding:40px;
	border-radius:25px;
	position: relative;
}
.form-usl-con input {
	width:100%;
	height:60px;
	border-radius:10px;
	margin-bottom:15px;
	padding: 10px 12px 10px 12px;
}
.header-usl {
	font-size:52px;
	color:#242629;
	font-weight:500;
	line-height:57px;
}

.form-usl-con input.wpcf7-submit {
	font-size:16px;
	color:#ffffff;
	font-weight:500;
	    width: fit-content;
    padding-left: 20px;
    padding-right: 20px;
	background-color:#E62D4F;
	border-radius:20px;
	    border: none;
}
.form-usl input {
	width:100%;
	height:60px;
	border-radius:10px;
	margin-bottom:15px;
	padding: 10px 12px 10px 12px;
}
.header-usl {
	font-size:52px;
	color:#242629;
	font-weight:500;
	    letter-spacing: 2px;
	
}
.form-usl-h {
	font-size:24px;
	color:#ffffff;
	font-weight:500;
	line-height:28px;
}
.form-usl-txt {
	font-size:16px;
	color:#ffffff;
	font-weight:400;
	line-height:22px;
}
.form-usl input.wpcf7-submit {
	font-size:16px;
	color:#ffffff;
	font-weight:500;
	    width: fit-content;
    padding-left: 20px;
    padding-right: 20px;
	background-color:#E62D4F;
	border-radius:20px;
	    border: none;
}
.form-usl-priv {
		font-size:14px;
	color:#ffffff73;
	font-weight:400;
}
.form-usl:before {
    background-image: url(/wp-content/uploads/2024/08/circle3.png);
    content: "";
    width: 350px;
    height: 350px;
    display: block;
    background-size: contain;
    position: absolute;
    left: -150px;
    top: -39px;
    z-index: -2;
}
.header-2 {
	font-size:24px;
	color:#242629;
	font-weight:700;
	  
}
.us-header .header-2 {
	margin-top:55px;
}
.head-icon {
	margin-top:60px !important;
}
.head-icon div {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.head-icon img {
	max-width: 107px;
    margin-bottom: 20px;
}
.head-icon p {
	font-size:22px;
	color:#242629;
	font-weight:500;
}
.usl-sec-2 {
	background-color:#F0F1F1;
	padding-top:110px;
	padding-bottom:110px;
}
.mini-ikona-cont:after {
    content: "";
   
    width: 35%;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
	    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
}
.mini-ikona-cont {
	    z-index: 1;
    position: relative;
   
}
.sec-3 .ikonka img {
	height: 107px;
    margin-bottom: 20px;
}
.sec-3 .opis {
	    text-align: center;
}
.h3-opt {
		font-size:36px;
	
	font-weight:500;
	line-height:46px;
}
.sub-off-txt {
	font-size:20px;
	
	font-weight:400;
	line-height:26px;
}
.white {
	    font-family: 'Inter';
	color:#ffffff !important;
}
.violet {
	background-color:#40083C;
	padding: 80px 64px !important;
    border-radius: 35px;
}


.fw-500 {
font-weight:500;	
}
.fw-400 {
font-weight:400;	
}
.fs-20 {
	font-size:20px;
}
.fls-26 {
	line-height:26px;
}



.violet-pro {
	background-color:#40083C;
	padding: 100px 64px 0 64px !important;
    
}
.hp-process {
	padding:25px;
	
}



.proc-hov.first .hp-process {
    	background-color:#ffffff;
	position: absolute;
	border-radius:15px;
}
.proc-hov.first .hp-process img {
	display:block !important;
	    margin: auto;
    padding-bottom: 12px;
}
.proc-hov.first .hp-process .white {
	color: #242629 !important;
	
}

.row-pro:hover .proc-hov.first:not(:hover) img {
   display:none !important;
    -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; 
}


.row-pro:hover .proc-hov.first:not(:hover) .hp-process {
	background-color:#ffffff00;
	position: absolute;
	border-radius:15px;
	 -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; 
}
.row-pro:hover .proc-hov.first:not(:hover) .white {
	color: #ffffff !important;
	 -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; 
}


.proc-hov:hover .hp-process {
	background-color:#ffffff;
	position: absolute;
	border-radius:15px;

}
.proc-hov:hover .hp-process img {
	display:block !important;
	    margin: auto;
    padding-bottom: 12px;
	 -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; 
}
.proc-hov:hover .hp-process .white {
	color: #242629 !important;
	 -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; 
}
#tech1 .txt {
		font-size:20px;
	font-weight:500;
	line-height:26px;
	color:#242629;
}

.usl-sec-blog .owl-prev:after {
    content: "";
    background-image: url(/wp-content/uploads/2024/12/Group.png);
    height: 51px;
    width: 50px;
    display: block;
    background-size: cover;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.usl-sec-blog .owl-next:after {
    content: "";
    background-image: url(/wp-content/uploads/2024/12/Group.png);
    height: 51px;
    width: 50px;
    display: block;
    background-size: cover;
    
}



.process-number {
	font-size:24px;
	font-weight:500;
	color:#E62D4F;
}
.op-50 {
	opacity:50%;
}
.op-75 {
	opacity:75%;
}
.modules .grey {
	    background-color: #F0F1F1;
    padding: 80px 64px 0 64px !important;
    border-radius: 35px;
}
.modules .grey img {
	border-radius:15px;
	width: 100%;
}
.lli, .lri, .lct {
	padding-bottom:64px;
}



.red-link {
font-size: 16px;
    color: #ffffff !important;
    font-weight: 300;
    background-color: #E62D4F;
    text-decoration: none;
    padding: 20px;
    border-radius: 50px;
	    width: fit-content;
}
.black-link {
font-size: 16px;
    color: #ffffff !important;
    font-weight: 300;
    background-color: #242629;
    text-decoration: none;
        padding: 15px 20px;
    border-radius: 50px;
	    width: fit-content;
		    margin-top: 30px;
    display: block;
}
.hp-sec-2 {
background-color: #F0F1F1;
    padding-top: 80px;
    padding-left: 80px !important;
    padding-right: 80px !important;
    border-radius: 25px;
}
.hp-inne {
	background-color:#5A2456;
padding: 20px 20px;

	margin-bottom:25px;
	border-radius:15px;
	position: relative;
	min-height: 260px;
	 -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; 
}
.hp-inne div.white {
	    color: #ffffff87 !important;
}
.ph-1 {
	    border-right: 2px solid;
}
.p-16 {
	font-size:16px;
	
}
.p-24 {
	font-size:24px;
	
}
.p-20 {
	font-size:20px;
	
}
.p-500 {
	font-weight:500 !important;
}
.h-phase {
	font-size:28px;
	font-weight:500;
	      max-width: 400px;
    padding: 20px;
	line-height:31px;
}
.box-phase {
    width: fit-content;
    background-color: #DFEAEF;
    padding: 2px 10px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 8px;
}
.v-cent-phase {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: row;
}
.hp-inne .link {
	background-image:url(/wp-content/uploads/2024/08/interface-arrows-down-circle-1-arrow-keyboard-circle-button-down-3.png);
	    height: 32px;
    width: 32px;
    background-repeat: no-repeat;
    display: block;
    background-size: cover;
    position: absolute;
    bottom: 20px;
    right: 20px;
	
}
.hp-inne:hover {
	background-color:#ffffff !important;
	 -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; 
}

.hp-inne:hover .white {
	color:#000000 !important;
}


.hp-header .container {
	    background-image: url(/wp-content/uploads/2025/01/Subtract-3ba.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-bottom: 110px;
}
.violet .txt {
	font-size: 20px;
}
.v-cent {
	    display: flex;
    flex-direction: column;
    justify-content: center;
}


.owal:after {
    content: "";
    background-image: url(/wp-content/uploads/2024/08/Group-5111.png);
    width: 300px;
    height: 300px;
    display: block;
    position: absolute;
    bottom: -140px;
    z-index: 9999;
    left: -130px;
    background-size: contain;
}
.owal-line:after {
    content: "";
    background-image: url(/wp-content/uploads/2024/12/Clip-path-group.png);
    width: 300px;
    height: 300px;
    display: block;
    position: absolute;
    bottom: -35px;
    z-index: 9999;
    left: 0px;
    background-size: contain;
    background-repeat: no-repeat;
}
.owal-why-us:after {
content: "";
    background-image: url(/wp-content/uploads/2024/08/Group-5116.png);
    width: 300px;
    height: 264px;
    display: block;
    position: absolute;
    bottom: 73px;
    z-index: 9999;
    left: 400px;
    background-size: contain;
}

body p.h4-opt {
	font-size: 22px;
    color: #242629 ;
    font-weight: 500;
}
body button.h4-opt {
	font-size: 20px;
    color: #242629 ;
    font-weight: 500;
}
.sec-5 p {
	font-size: 16px;
    color: #242629 ;
    font-weight: 400;
	line-height:22px;
}
.container.sec-4.violet {
	    overflow: hidden;
}
.list-bef {
	padding-left: 50px;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}	
.list-bef:before {
 content: "";
    background-image: url(/wp-content/uploads/2024/08/checked-big.png);
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
   top: -10px;
    z-index: 9999;
    left: 0;
    background-size: contain;
}
.h5-opt {
	font-size: 24px;
   
    font-weight: 700;
}
.h6-opt {
	font-size: 20px;
   
    font-weight: 500;
}
.p-proc {
    font-size: 14px;
    font-weight: 400;
    max-width: 85%;
    min-height: 90px;
}

.procesy .col-md-4:nth-child(1) {
	
	order:1;
}
.procesy .col-md-4:nth-child(2) {
	text-align: center;
	order:2;
	    /*border-top: 2px solid #EB889D;*/
    padding-bottom: 35px;
}
.procesy .col-md-4:nth-child(3) {
text-align: center;
    order: 3;
    /* border-top: 2px solid #EB889D;
    border-right: 2px solid #EB889D;*/
    padding-bottom: 35px;
    /* border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom: 2px solid #EB889D;*/
}
.procesy .col-md-4:nth-child(4) {
	text-align: center;
	order:4;
	   
    padding-bottom: 35px;
}
.procesy .col-md-4:nth-child(5) {
	text-align: center;
	order:6;
	   /* border-top: 2px solid #EB889D;
    padding-bottom: 35px;*/
	margin-top: -1px;
}
.procesy .col-md-4:nth-child(6) {
    text-align: center;
    order: 5;
    /*border-top: 2px solid #EB889D;
    border-left: 2px solid #EB889D;
    border-bottom: 2px solid #EB889D;*/
    padding-bottom: 35px;
    margin-top: -1px;
   /* border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;*/

}
.procesy .col-md-4:nth-child(7) {
	text-align: center;
	order:4;
	   
    padding-bottom: 35px;
}
.procesy .col-md-4:nth-child(8) {
	text-align: center;
	order:8;
	  /*  border-top: 2px solid #EB889D;
    padding-bottom: 35px;*/
	margin-top: -1px;
}
.procesy .col-md-4:nth-child(9) {
	text-align: center;
	order:9;
	   /* border-top: 2px solid #EB889D;
    padding-bottom: 35px;*/
	margin-top: -1px;
}
.procesy .col-md-4:nth-child(10) {
	text-align: center;
	order:10;
	   /* border-top: 2px solid #EB889D;
    padding-bottom: 35px;*/
	margin-top: -1px;
}
.proc-number {
font-size: 24px;
    color: #E62D4F;
    font-weight: 500;
    position: absolute;
    top: -20px;
    background-color: #3e0c3b;
    padding-left: 10px;
    padding-right: 10px;
    left: 47%;
}
.procesy .col-md-4 {
	position:relative;
	    padding-top: 30px;
}
.loga img {
	padding-top: 30px;
    padding-bottom: 30px;
}
.owl-dot.active span {
	width:20px !important;
	background:#000000 !important;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: left !important;
    -webkit-tap-highlight-color: transparent;
}
.owl-dot span {

	background:#000000 !important;
}
.custom-nav3 .owl-dot span {
	    display: block;
    height: 7px;
    border-radius: 30px;
    width: 7px;
	background:#000000 !important;
}
.custom-nav3 button {
	border: none;
    background: none;
    padding: 5px;
}
.inne-box {
	margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 20px;
    min-height: 250px;
}

.inne-box .link {
background-image: url(/wp-content/uploads/2024/08/interface-arrows-down-circle-1-arrow-keyboard-circle-button-down.png);
    content: "";
    width: 25px;
    height: 25px;
    display: block;
    background-size: cover;
    position: absolute;
    bottom: 20px;
    right: 45px;
}
.procesy .col-md-4:nth-child(2) .h5-opt {
      text-align: left;
}
.procesy .h6-opt {
	        padding-bottom: 10px;
    min-height: 70px;
}
.header-con {
	font-size: 36px; 
	font-weight: 500;
}
.accordion-item {
	margin-bottom: 10px !important;
    border-radius: 20px !important;
	border: none !important;
}
footer section {
	    margin-bottom: 50px;
}
.owal-faq:after {
    content: "";
    background-image: url(/wp-content/uploads/2024/12/circle4.png);
    width: 600px;
    height: 600px;
    display: block;
    position: absolute;
    bottom: -265px;
    z-index: 9999;
    left: 0px;
    background-size: contain;
    background-repeat: no-repeat;
}



.sec-5-oval:after {
    content: "";
    background-image: url(/wp-content/uploads/2024/12/circle5.png);
    width: 515px;
    height: 515px;
    display: block;
    position: absolute;
    bottom: -270px;
    z-index: 9999;
    right: -55px;
    background-size: contain;
    background-repeat: no-repeat;
}


.usl-sec-qa.bg-grey .violet {
	padding-bottom: 200px !important;
	
}
.accordion-item .accordion-button {
	border-radius: 20px !important;
    background-color: unset !important;
	    box-shadow: none !important;
		    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.accordion-item .accordion-button.collapsed {
	border-radius: 18px !important;
    background-color: #5A2456 !important;
	    box-shadow: none !important;
		color:#ffffff !important;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(/wp-content/uploads/2024/08/interface-arrows-down-circle-1-arrow-keyboard-circle-button-down-2.png) !important;
    height: 30px !important;
    width: 30px !important;
    background-size: cover !important;
}


.accordion-button::after {
    background-image: url(/wp-content/uploads/2024/08/interface-arrows-down-circle-1-arrow-keyboard-circle-button-down-2.png) !important;
    height: 30px !important;
    width: 30px !important;
    background-size: cover !important;
}
.hp-sec-comp .accordion-item .accordion-button {
	border-radius: 20px !important;
    background-color: unset !important;
	    box-shadow: none !important;
}

.hp-sec-comp .accordion-item .accordion-button.collapsed {
	border-radius: 18px !important;
    background-color: #ffffff !important;
	    box-shadow: none !important;
		color:#000000 !important;
}
.hp-sec-comp .accordion-button:not(.collapsed)::after {
    background-image: url(/wp-content/uploads/2024/08/interface-arrows-down-circle-1-arrow-keyboard-circle-button-down-5.png) !important;

}
.hp-sec-comp .accordion-item button img {
	margin-right:30px;
}

.hp-sec-comp .accordion-item {
border-bottom: 1px solid #E1E2E4 !important;
    border-radius: 0 !important;
}

.hp-sec-comp .accordion-button::after {
    background-image: url(/wp-content/uploads/2024/08/interface-arrows-down-circle-1-arrow-keyboard-circle-button-down-5.png) !important;

}

.usl-sec-qa p {
    font-size: 16px;
    color: #242629;
    font-weight: 500;
}
.hp-mini-ikonka .h4-opt {
	padding-top:15px;
}

.hp-sec-customers .owl-next:after {
    content: "";
    background-image: url(/wp-content/uploads/2024/12/Group.png);
    height: 51px;
    width: 50px;
    display: block;
    background-size: cover;
}
.hp-sec-customers .owl-prev:after {
    content: "";
    background-image: url(/wp-content/uploads/2024/12/Group.png);
    height: 51px;
    width: 50px;
    display: block;
    background-size: cover;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.comp-ikona-cont .owl-next:after {
    content: "";
    background-image: url(/wp-content/uploads/2024/12/Group.png);
    height: 51px;
    width: 50px;
    display: block;
    background-size: cover;
}
.comp-ikona-cont .owl-prev:after {
    content: "";
    background-image: url(/wp-content/uploads/2024/12/Group.png);
    height: 51px;
    width: 50px;
    display: block;
    background-size: cover;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.hp-sec-customers .container {
background: rgb(252,231,235);
background: linear-gradient(322deg, rgba(252,231,235,0.4) 0%, rgba(230,45,79,0.4) 100%);
	    padding: 80px 64px 40px !important;
    border-radius: 35px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

}
.customers-box {
    padding: 15px;
    background-color: #ffffff;
    margin: 15px;
    border-radius: 15px;
    min-height: 350px;
	    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.comp-box {
    padding: 35px;
    background-color: #F0F1F1;
    margin: 15px;
    border-radius: 15px;
    min-height: 310px;
	    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.bp-sec-comp .owl-dots {
	display:none;
}
.owl-prev:after {
	content:"";
	background-image:url(/wp-content/uploads/2024/08/interface-arrows-down-circle-1-arrow-keyboard-circle-button-down.png);
	    height: 32px;
    width: 32px;
    display: block;
	  transform: rotate(180deg);
	  -webkit-transform: rotate(180deg);
}
.owl-prev {
	    border: 0;
    background-color: unset;
}
.owl-next:after {
	content:"";
	background-image:url(/wp-content/uploads/2024/08/interface-arrows-down-circle-1-arrow-keyboard-circle-button-down.png);
	    height: 32px;
    width: 32px;
    display: block;
}
.owl-next {
	    border: 0;
    background-color: unset;
}
.custom-nav2 {
	    text-align: right;
}  
 .custom-nav3 {
	    text-align: left;
}   

.comp-ikona-cont:after {
    content: "";
    background-image: url(/wp-content/uploads/2024/08/Rectangle-6dasdsa.png);
    width: 35%;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
}

.comp-ikona-cont {
	    z-index: 1;
    position: relative;
   padding-bottom: 100px;
}
.bg-grey {
	    background: linear-gradient(#F0F1F199 0%, #F0F1F100 65%);
}
.tech-box {
    padding: 24px;
    background-color: #ffffff;
    margin: 15px;
    border-radius: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


 #tech .owl-carousel {
	 position: relative;
	 width: 100%;
	 max-width: 80%;
	 margin: 20px auto;
	 padding: 10px 8%;

	 overflow: hidden;
	 box-sizing: content-box;
}

  #tech .owl-carousel .owl-stage-outer {
	 overflow: visible;
}
#tech .owl-dots {
	display:none;
}
  #tech .owl-stage {
	 height: 300px;
}
  #tech .owl-item {
	 float: left;
	 position: relative;
	 height: calc(50% - 10px);
	  -webkit-transition: opacity 1s ease; -moz-transition: opacity 1s ease; -o-transition: opacity 1s ease; transition: opacity 1s ease; 
}
  #tech .owl-item:not(.active) {
	 opacity: 0;
}
  #tech .owl-item:after {
	 content: '';
	 display: block;
	 position: absolute;
	 width: calc(100% - 4px);
	 height: calc(100% - 4px);
	 border: 2px solid Brown;
	 opacity: 0;
	
}
  #tech .owl-carousel:hover {
	 opacity: 1;
}
 #tech  .owl-item > div {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 position: absolute;
	 left: 50%;
	 transform: translateX(-50%);
	 -webkit-transform: translateX(-50%);
	 width: calc(100% + 40% * 2);
	 height: 100%;
	 opacity: 1;
}
  #tech .owl-item:nth-child(odd) > div {
	 top: 0;
	
}
  #tech .owl-item:nth-child(even) > div {
	 top: calc(100% + 20px);
	
}
 .hp-blog-img {
	     min-height: 210px;
    background-size: cover;
    background-position: center;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
 }
 .hp-blog-box {
	 background-color: #ffffff;
    margin: 16px;
    border-radius: 20px;
 }
 .hp-blog-txt {
	     padding: 20px;
 }
  .hp-blog-txt a {
	     color:#000000 !important;
		 text-decoration:none;
 }
 #masthead {
	 padding-top:20px;
 }
 #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	 font-weight:500 !important;
 }
#masthead  nav#site-navigation .free a {
	
    background-color: #E62D4F !important;
    padding: 6px 24px 6px 24px !important;
    height: auto !important;
    border-radius: 25px !important;
    color: #ffffff !important;
    margin-left: 40px !important;
	 }
#mega-menu-wrap-menu-1, #mega-menu-menu-1 {
    width: fit-content;
}


.top-bg:before {
    content: "";
    background: url(/wp-content/uploads/2024/08/Subtract-3-1.png) 0 0 no-repeat;
    position: absolute;
    width: 892px;
    height: 100%;
    top: -20px;
    z-index: -9999;
    right: 0;
}


.page-template-home-page .m-top {
		background-color: #F0F1F199;
}


.usl-sec-blog .link {
    background-image: url(/wp-content/uploads/2024/08/interface-arrows-down-circle-1-arrow-keyboard-circle-button-down.png);
    height: 32px;
    width: 32px;
    background-repeat: no-repeat;
    display: block;
    background-size: cover;

}

.hp-blog-box:hover .link {
	display:block !important;
	 -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; 
}
#owl-blog .owl-dots {
	display:none;
}
.grey {
	    background-color: #F0F1F1;
    padding: 35px;
    border-radius: 25px;
}
.list-content:before {
    content: "";
    background-image: url(/wp-content/uploads/2024/08/Frame-281.png);
    width: 40px;
    height: 42px;
    display: block;
    position: absolute;
    left: 0;
}
.list-content {
	position:relative;
	    padding-left: 60px;
		font-weight:500;
		line-height:21px;
}
.quote-div {
    height: 399px;
    padding: 75px 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.quote-div .desc {
font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    line-height: 25px;
}
.quote-div:before {
	content:"";
	background-image:url(/wp-content/uploads/2024/08/quote.png);
	    width: 75px;
    height: 53px;
    display: block;
    position: absolute;
    top: -20px;
}
.quote-name {
		    font-size: 22px;
    color: #242629;
    font-weight: 500;
	  
}
.quote-pos {
		    font-size: 16px;
    color: #242629;
    font-weight: 400;
	  
}
.team-box {
	    padding: 30px;
}
.team-name {
font-size: 24px;
    color: #242629;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 4px;
    margin: 0;
}
.team-position {
	  font-size: 16px;
    color: #242629;
    font-weight: 400;
}
.custom-nav3-a {
    text-align: right;
}
.form-bottom {
	background-color: #40083C;

    border-radius: 25px;
    position: relative;
}
.form-bottom input {
    width: 100%;
    height: 60px;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 10px 12px 10px 12px;
}
.form-bottom input.wpcf7-submit {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    width: fit-content;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #E62D4F;
    border-radius: 20px;
    border: none;
}
.violet-form {
    background-color: #40083C;
    padding: 50px 50px !important;
    border-radius: 35px;
}
.form-bottom .white p {

	padding-bottom:20px;
}
.form-bottom-p {
		  font-size: 16px;
    color: #ffffff;
    font-weight: 400;

}
.violet-form a {
	color:#ffffff !important;
	text-decoration:none;
}
.st-box {
	    background-color: #5A2456;
    padding: 15px;
    border-radius: 25px;
	    min-height: 220px;
}
.st-box div.white {
	color:#ffffff80 !important;
}
.case-zmiany .h-phase {
font-size: 20px;
    font-weight: 400;
    max-width: 450px;
    min-height: 85px;
    padding: 15px;
}
.footer-menu a {
	text-decoration: none;
	color:#000000;
}
.icon-con {
	    padding-bottom: 25px;
		font-weight:700;
		font-size:24px;
}
.icon-con img {
	padding-right: 15px;
}
.loga .row .col-md-2 {
	display: flex;
    align-items: center;
    justify-content: center;
}
	
	.sm-blog {
		background-color: #40083C;
    width: fit-content;
    padding: 15px;
    border-radius: 15px;
    color: #ffffff;
	    margin: 16px;
	}
	.sm-blog section {
		margin-bottom:unset !important;
	}
.usl-sec-blog .hp-blog-img:hover {	
background-size: 120%;
}
.usl-sec-blog .hp-blog-img {	
 background-size: 100%;
     -webkit-transition: all 0.3s ease-in-out;     -moz-transition: all 0.3s ease-in-out;     -o-transition: all 0.3s ease-in-out;     transition: all 0.3s ease-in-out;
}
.blog-post h1 {
	font-size:52px;
	line-height: 57px;
	color:#242629;
}
.blog-post h2 {
	font-size:36px;
	line-height: 57px;
	color:#242629;
}
.blog-post h3 {
	font-size:26px;
	line-height: 57px;
	color:#242629;
}
.tabcontent .st-title {
		font-size:22px;
	line-height: 26px;
	color:#000000;
}



.tabcontent #ez-toc-container {
border: none !important;
padding:0 !important;
box-shadow: none;
}

.tabcontent #ez-toc-container li a {
    font-size: 14px;
    line-height: 17px;
    color: #242629;
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
.tabcontent #ez-toc-container li a.active {
    border-left: 3px solid #df3753;
	padding-left: 17px;
	font-weight:800;
}
.blog-form h2 {
			font-size:24px;
	line-height: 29px;
	color:#ffffff;
}

.blog-form p a {
			font-size:16px;
	line-height: 22px;
	font-weight:400;
	color:#ffffff;
	text-decoration:none;
}
.single-post #masthead .top-bg:before {
	display:none;
}
.blog-post h2 {
	line-height:47px;
}
.loga-gs:hover {
	filter: grayscale(0) !important;
	 -webkit-transition: all 0.3s ease-in-out;     -moz-transition: all 0.3s ease-in-out;     -o-transition: all 0.3s ease-in-out;     transition: all 0.3s ease-in-out;
}
.loga-gs {
	filter: grayscale(1) !important;
	 -webkit-transition: all 0.3s ease-in-out;     -moz-transition: all 0.3s ease-in-out;     -o-transition: all 0.3s ease-in-out;     transition: all 0.3s ease-in-out;
}



.black-link {
	    display: flex;
		 -webkit-transition: all 0.3s ease-in-out;     -moz-transition: all 0.3s ease-in-out;     -o-transition: all 0.3s ease-in-out;     transition: all 0.3s ease-in-out;
		    height: 55px;
}
	.black-link:after {
    content: "";
    background-image: url(/wp-content/uploads/2024/12/arrow_forward_24dp_FFFFFF_FILL0_wght400_GRAD0_opsz24.svg);
    height: 27px;
    width: 0;
	display: inline-block !important;
opacity:0; 
    background-size: cover;
	 -webkit-transition: all 0.3s ease-in-out;     -moz-transition: all 0.3s ease-in-out;     -o-transition: all 0.3s ease-in-out;     transition: all 0.3s ease-in-out;
}
	
	.black-link:hover:after {

        width: 27px;
  opacity:1; 
	 -webkit-transition: all 0.3s ease-in-out;     -moz-transition: all 0.3s ease-in-out;     -o-transition: all 0.3s ease-in-out;     transition: all 0.3s ease-in-out;

}
button.owl-prev {
	padding:10px !important;
}
button.owl-next {
	padding:10px !important;
}
.about .head-txt {
			font-size:20px;
	line-height: 26px;
	font-weight: 500;
	color:#242629;
}



#team .owl-next:after {
    content: "";
    background-image: url(/wp-content/uploads/2024/12/Group.png);
    height: 51px;
    width: 50px;
    display: block;
    background-size: cover;
}
#team .owl-prev:after {
    content: "";
    background-image: url(/wp-content/uploads/2024/12/Group.png);
    height: 51px;
    width: 50px;
    display: block;
    background-size: cover;
}
.strategia .h4-opt.white {
	font-size:22px;
	line-height: 26px;
	font-weight: 500;
	color:#ffffff;
}
.strategia div.white {
	font-size:16px;
	line-height: 21px;
	font-weight: 500;
	color:#ffffff;
}

.case-zmiany .h-phase.white {
	font-size:28px;
	line-height: 31px;
	font-weight: 500;
	color:#ffffff;
}


@media screen and (max-width: 767px ) {
	.m-off {
		display: none !important;
	}
}
.ajdia {
	    padding: 20px 70px 20px 20px;
    background-color: #f3d2d8;
	position:relative;
}
.ajdia:after {
content: "";
    background-image: url(/wp-content/uploads/2025/01/idea.png);
    width: 60px;
    height: 60px;
    display: block;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 10px;
}

.blog-txt #ez-toc-container {
	display: none;
}
.pagin .page-numbers {
    margin: 10px;
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
    padding: 8px 13px;
    border-radius: 53px;
    height: 45px;
    width: 45px;
    display: inline-block;
    font-size: 20px;
    text-align: center;
}
.pagin .page-numbers.next {
    margin: 10px;
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 53px;
    height: 45px;
    width: 120px;
    display: inline-block;
    font-size: 20px;
}
.pagin .page-numbers.prev {
    margin: 10px;
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 53px;
    height: 45px;
    width: 140px;
    display: inline-block;
    font-size: 20px;
}
.pagin .page-numbers.current {
    margin: 10px;
    background-color: #000000;
    color: #e62d4f;
    text-decoration: none;
    padding: 8px 13px;
    border-radius: 53px;
    height: 45px;
    width: 45px;
    display: inline-block;
    font-size: 20px;
    text-align: center;
}
.pagin .page-numbers:hover {
color: #e62d4f;
}
.footer-1 a {
	color: #000000;
    text-decoration: none;
}
.footer-1 a:hover {
	color: #e62d4f;
    text-decoration: none;
}
.contact-a a {
	color: #000000;
    text-decoration: none;
}
.contact-a a:hover {
	color: #e62d4f;
    text-decoration: none;
}
.copy a {
    font-size: 16px;
    color: #878D92;
	text-decoration: none;
}
.procesy .col-md-4 {
	    display: flex;
    flex-direction: column;
    align-items: center;
}
footer a {
	    text-decoration: none;
    color: #000000;
}
footer a:visited  {
	    text-decoration: none;
    color: #000000;
}
footer a:hover {
	      color: #e62d4f;
    text-decoration: none;
}

.accordion-button:not(.collapsed) {
    color: #e62d4f !important;
} 

.hp-sec-comp .accordion-item .accordion-button.collapsed:hover {
    border-radius: 18px !important;
    background-color: #ffffff !important;
    box-shadow: none !important;
    color: #e62d4f !important;
}
.usl-sec-qa .accordion-button:not(.collapsed) {
    color: #5a2456 !important;
} 
.wpcf7-response-output {
	color:#ffffff !important;
}

.user-link {
	color:#212529 !important; 
	text-decoration:none;
}
.user-link:hover {
	color:#e62d4f !important; 
	text-decoration:none;
}
.avatar.photo {
	    width: 150px;
    float: left;
    height: fit-content;
    border-radius: 50%;
}
.li-check li:before {
    position: absolute;
    content: "";
    top: 6px;
    left: 0;
    font-family: 'Line Awesome Free';
    background-image: url(https://optimamedia.pl/wp-content/uploads/2024/08/checked-big.png);
    margin-right: 0.5rem;
    font-size: 1.5rem;
    height: 20px;
    width: 20px;
    background-size: contain;
}
.li-check li {
	position: relative;
    padding-left: 2rem;
    line-height: 2rem;
	    list-style-type: none;

}
.li-check {
	    padding-left: 0rem;
}
.h3-check strong:before {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    font-family: 'Line Awesome Free';
    background-image: url(https://optimamedia.pl/wp-content/uploads/2024/08/checked-big.png);
    margin-right: 0.5rem;
    font-size: 1.5rem;
    height: 25px;
    width: 25px;
    background-size: contain;
}
.h3-check strong {
	position: relative;
        padding-left: 2.5rem;
    line-height: 2rem;
	    list-style-type: none;

}
.cat-link {
    background-color: #ffffff;
    padding: 5px 12px;
    color: #000000 !important;
    text-decoration: none;
    border-radius: 15px;
    margin-right: 8px;
    display: inline-block;
    margin: 5px 8px;
}

.cat-link.active {
	background-color: #E62D4F ;
    padding: 5px 12px;
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 15px;
    margin-right: 8px;
	    display: inline-block;
    margin: 5px 8px;

}
.cat-link:hover {
	background-color: #E62D4F ;
    padding: 5px 12px;
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 15px;
    margin-right: 8px;
	    display: inline-block;
    margin: 5px 8px;
	
}
.cat-link span {
	white-space: nowrap;
}
.om.fiolet {
	background-color: #40083C;
    padding: 80px 64px !important;
   
}
.om.szary {
	background-color: #F0F1F1;
    padding: 80px 64px !important;
    
}
.om.sw.fiolet {
	background-color: #40083C;
    padding: 80px 64px !important;
   border-radius: 35px;
}
.om.sw.szary {
	background-color: #F0F1F1;
    padding: 80px 64px !important;
    border-radius: 35px;
}
.om.fiolet p,
.om.fiolet .header-usl,
.om.fiolet h2,
.om.fiolet h3,
.om.fiolet h4,
.om.fiolet ul
{
	color:#ffffff;
}
	
	.om.fiolet .accordion-item p {
		font-size: 16px;
    color: #242629;
    font-weight: 500;
	}
	
	
	.post-cat ul {
		    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 25px;
    flex-direction: row;
    flex-wrap: wrap;
	}
	.post-cat ul li {
		margin-bottom: 15px;
	}
	
	
	.post-cat ul li a {
    background-color: #E62D4F !important;
    padding: 6px 24px 6px 24px !important;
    height: auto !important;
    border-radius: 25px !important;
    color: #ffffff !important;
    margin-right: 20px !important;
    text-decoration: none;
	}
	.ez-toc-list a:hover {
		text-decoration: none !important;
	}
	
	.list-bef1:before {
	    content: "";
    background-image: url(/wp-content/uploads/2024/08/checked-big.png);
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
 
    z-index: 9999;
    left: 0;
    background-size: contain;}