/*
Theme Name: Webninja ACF Builder - excellent solution for developers
Author: newbazilik@gmail.com
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: webninja ACF Builder
Description: © All rights reserved. Copying, processing, distributing this template in whole or in part without the author's permission is prohibited.
Author URI: mailto:newbazilik@gmail.com
*/

/* Main */
body {
	font-size: 16px;
	font-weight: 300;
	color: var(--color-main);
}

section {
	padding-top: 50px;
	padding-bottom: 50px;
}

.section_0 {
	padding-top: 0;
	padding-bottom: 0;
}


.text_light {
	font-weight: 300;
}

.text_medium {
	font-weight: 400;
}

.text_sm, small {
	font-size: 85%;
}

.text_md {
	font-size: 110%;
}

.text_lg {
	font-size: 170%;
}

.uppercase {
	text-transform: uppercase;
}

.text_center {
   text-align: center;
}

.py_0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py_sm {
  padding-top: 8px;
  padding-bottom: 8px;
}

.py_md {
  padding-top: 80px;
  padding-bottom: 80px;
}

.py_lg {
  padding-top: 112px;
  padding-bottom: 112px;
}

.p_0 {
  padding: 0px;
}

.pt_0 {
  padding-top: 0px;
}

.pb_0 {
  padding-bottom: 0px;
}

.pt_sm {
  padding-top: 8px;
}

.pt_md {
  padding-top: 80px;
}

.pt_lg {
  padding-top: 112px;
}

.pb_sm {
  padding-bottom: 8px;
}

.pb_md {
  padding-bottom: 80px;
}

.pb_lg {
  padding-bottom: 112px;
}

.mt_sm {
  margin-top: 8px;
}

.mt_md {
  margin-top: 80px;
}

.mt_lg {
  margin-top: 112px;
}

.mb_sm {
  margin-bottom: 8px;
}

.mb_md {
  margin-bottom: 80px;
}

.mb_lg {
  margin-bottom: 112px;
}


/* Title */
.title,
.title h2,
.group_5_1 h2,
.group_3_1 h2,
.simple h2,
.accordion h2 {
	font-weight: 700;
	font-size: 38px;
	margin-bottom: 35px;
	display: block;
	line-height: 1.3;
}


.group_5_1 h2, .group_5_1 .title, .group_11_1 .title, .accordion h2, .group_3_1 .title, .group_contact_form_main .title {
	text-align: center;
}

p + h2, ol + h2, ul + h2 {
	padding-top: 30px;
}


.title_sm {
	font-weight: 700;
	font-size: 25px;
	display: block;
}

section .title, section h2 {
	color: var(--color-1);
}

.type_page-1 .title, .type_page-1 h2, .type_page-1 .accordion_box .head::after {
	color: var(--color-6);
}

.type_page-2 .title, .type_page-2 h2, .type_page-2 .accordion_box .head::after {
	color: var(--color-1);
}

.type_page-3 .title, .type_page-3 h2 {
	color: var(--color-4);
}

.type_page-4 .title, .type_page-4 h2 {
	color: var(--color-2);
}

.type_page-5 .title, .type_page-5 h2, .type_page-5 .accordion_box .head::after {
	color: var(--color-3);
}

.type_page-6 .title, .type_page-6 h2, .type_page-6 .accordion_box .head::after {
	color: var(--color-5);
}

.ca-header h2, .group_2_1 h2 {
	color: var(--color-main);
}


/* Header */
header {
	background: white;
	position: fixed;
	top: 0;
	z-index: 90;
	transition: 0.4s ease;
	width: 100%;
}

header a:hover {
    text-decoration: none;
}

header .main a {
	color: var(--color-main);
}

header .main {
	padding: 1.5rem 0;
	font-weight: 400;
	transition: 0.4s ease;
}

header .main .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header .main .container:before, header .main .container:after {
	content: none;
}

header .logo {
	width: 22%;
}

header .logo img {
	transition: 0.4s ease;
}

header .items_box ul {
	display: flex;
	justify-content: space-between;
	padding: 0;
	list-style: none;
	margin: 0;
}

header .items_box ul li:first-child {
	border-right: 1px solid #ccc;
	padding-right: 1rem;
	margin-right: 1rem;
}

header .items_box a {
	text-decoration: underline;
}

/* scroll */
.h_scroll {
	transition: 0.4s ease;
	box-shadow: 0 -0.7rem 1.2rem var(--color-main);
}

.h_scroll .main {
	padding: 0.7rem 0;
}

.h_scroll .logo img {
	max-width: 14rem;
	transition: 0.4s ease;
}

.h_scroll .top_menu > li > a, .h_scroll .top_menu > li > span {
	transition: 0.5s ease;
	padding-bottom: 1rem;
	padding-top: 1rem;
}


/* Nav */
header .menu {
	background: linear-gradient(90deg, #1D3165 0%, #357EBC 10%, #357EBC 88.5%, #1D3165 100%);
}

header .menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.top_menu {
	width: 100%;
	align-items: center;
	justify-content: space-between;
	display: flex;
	position: relative;
}

.top_menu > li {
	flex: 1;
	justify-content: center;
}

.top_menu > li > a, .top_menu > li > span {
	color: white;
	padding: 1.5rem 1rem;
	display: block;
	font-weight: 300;
	text-align: center;
	transition: 0.2s ease;
}

.top_menu > li > a {
	white-space: nowrap;
}

.top_menu > li > a:hover {
	background: #DDEFF4;
	color: var(--color-main);
	transition: 0.2s ease;
}

.top_menu .menu-item-has-children a {

}

.top_menu > .menu-item-has-children > a::after {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f107";
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	margin-left: 0.5rem;
	font-weight: bold;
}

.top_menu li ul li ul .current-menu-item a,
.top_menu .sub-menu a:hover  {
	background: #DDEFF4;
	/* color: var(--color-main); */
}

.top_menu li.menu-item-object-custom a {
	border-color: transparent;
}

.top_menu > li > .sub-menu {
	display: none;
	position: absolute;
	list-style: none;
	background: white;
	padding: 30px;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.07);
	width: 100%;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 20px;
}

.top_menu .nav_title > a, .top_menu .nav_title > span {
	font-weight: 700 !important;
	font-size: 14px !important;
	color: var(--color-main);
	padding-bottom: 10px !important;
	display: block;
	padding-left: 7px;
}

.top_menu > li:hover .sub-menu {
	display: grid;
	opacity: 1;
	visibility:visible;
	transition: 0.2s ease;
	display: grid;
}


.top_menu .sub-menu li {
	margin: 0;
	padding: 0;
}

.top_menu .sub-menu a {
	padding: 0.5rem 0.8rem;
	font-size: 14px;
	display: block;
	line-height: 1;
	font-weight: 400;
}

.top_menu .anchor a {
	color: white;
}

/* .top_menu .current_page_item a,
.top_menu .current-menu-item a {
	color: var(--color-2);
} */

.top_menu li.icon {
	padding: 0;
	border: none;
}

.menu_btn {
	cursor: pointer;
	display: none;
	padding: 1rem 0;
	position: relative;
	background: transparent;
	margin-left: 0.7rem;
}

.menu_btn span {
	background: var(--color-main);
	display: block;
	height: 2px;
	position: relative;
	transition: background .2s ease-out;
	width: 1.7rem;
}

.menu_btn span:before, .menu_btn span:after {
	background: var(--color-main);
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transition: all .2s ease-out;
	width: 100%;
}

.menu_btn span:after {
	top: -0.5rem;
}

.menu_btn span:before {
	top: 0.5rem;
}

.menu_btn.active > span {
  background: transparent !important;
}

.menu_btn.active span:before {
  transform: rotate(-45deg);
}

.menu_btn.active span:after {
  transform: rotate(45deg);
}

.menu_btn.active > span:after, .menu_btn.active > span:before {
	top: 0;
}


/* Gallery / List */
.items_list_gal .gallery_body  {
	display: grid;
	grid-template-columns: repeat(5,1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	width: auto;
	margin: 0;
}

.items_list_gal.col_x1 .gallery_body  {
	grid-template-columns: repeat(1,1fr);
}

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

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

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

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

.items_list_gal.style_1 .gallery_body .item {
	text-align: center;
	background-color: #ffffff;
	padding: 12px;
	display: block;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	transition: background-color 0.3s;
	text-decoration: none;
}

.items_list_gal.style_1 .gallery_body .item:hover {
	background-color: #3997d3;
}

.items_list_gal.style_2 .gallery_body .item {
	display: flex;
	border: 1px solid #f1f1f1;
	width: 100%;
	transform: translateZ(0px);
	transition-duration: 0.4s;
	transition-property: border, box-shadow;
	align-items: center;
	justify-content: center;
	padding: 20px;
	min-height: 150px;
}

.items_list_gal.style_3 .gallery_body .item {
	position: relative;
}

.items_list_gal.style_3 .item img {
	width: 100%;
}

.items_list_gal.style_3 .description {
	opacity: 0;
	position: absolute;
	top: 0;
	background: rgba(0, 0, 0, 0.60);
	color: white;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .2s ease-out;
}

.items_list_gal.style_3 .description:hover {
	opacity: 1;
}

.items_list_gal.style_4 .item {
    padding: 30px;
    background: white;
    border: 1px solid #f5f5f5;
	transition: all .2s ease-out;
}

.items_list_gal.style_4 .item {
    padding: 30px;
    background: white;
    border: 1px solid #f5f5f5;
	transition: all .2s ease-out;
}

.items_list_gal.style_4 .description {
    text-align: center;
    padding-top: 15px;
    font-size: 14px;
}

.items_list_gal.style_4 .item:hover {
    background: #ffe36c;
}


.gallery_1 .gallery_body {
	display: grid;
	grid-template-columns: repeat(5,1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	width: auto;
	margin: 0;
}


/* Accordion */
.accordion_box .item {
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	margin-bottom: 20px;
}

.accordion_box .content {
	display: none;
	overflow: hidden;
	padding: 18px;
	background-color: white;
}

.panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}


.accordion_box .head {
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 18px;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
	transition: all .2s linear 0;
	user-select: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 300;
}

.accordion_box .head h3 {
	margin: 0;
	font-size: 16px;
}

.accordion_box .head:after {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f067";
	border: 0;
	border-radius: 50%;
	min-height: 2.3rem;
	min-width: 2.3rem;
	display: flex;
	transform: rotate(-180deg);
	justify-content: center;
	align-items: center;
	font-size: 1.5rem;
}

.accordion_box .active_item:after {
	content: "\f068";
}

/* Custom box */
.group_baner_uniwersalny {
	padding: 0;
}

.group_0_2 {
	padding-top: 0;
	padding-bottom: 0;
}

.group_5_1 > .container > .row {
	display: flex;
	align-items: center;
	padding-top: 50px;
}

.group_5_1 > .container > .facebook-line1 {
	padding-top: 0;
}

.group_7_1.instagram .head {
	color: #f9742a;
}

.group_7_1.facebook .head {
	color: #3b5999;
}

.section_wrapper_cs1 {
    position: relative;
    padding: 0;
}

.section_wrapper_cs1:after {
    content: '';
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
    top: 90px;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: -1;
}

.section_wrapper_cs1 .group_0_14 .select_calc {
	margin: 40px 0 0;
}

.section_wrapper_cs1 .group_2_1 .box_cs {
    margin: 0;
    background: none;
}


footer {
	font-size: 14px;
}

/* Blog  */
.posts_list {
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 40px;
	padding: 0 0 20px;
}

.posts_list .item .image {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: 60%;
	margin-bottom: 20px;
}

.posts_list .item .image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.posts_list .item .title {
	font-size: 20px;
}

.posts_list .item .title a {
	color: var(--color-main);
	font-weight: 400;
}

.posts_list .head_item {
	margin-bottom: 20px;
}

.posts_list .head_item .title {
	margin-bottom: 10px;
}

.entry_date {
	color: var(--color-1);
}

.entry_date i {
	margin-right: 5px;
}

.posts_list .item .intro, .posts_list .item time {
	font-size: 14px;
}

#pagination {
	text-align: center;
	margin: 30px 0;
}

.page-numbers {
	padding: 10px;
	font-size: 1.2rem;
}

.single-post img {
	height: auto;
}

.single-post .post_body .head {
	margin-bottom: 30px;
}

.post_bottom_nav {
	display: flex;
	justify-content: space-between;
}

#ez-toc-container {
	width: 100%;
}

.post_sidebar .wrapper {
	padding: 30px;
}

.post_sidebar .wrapper_cs1 {
	background: #357ebc;
	color: white;
}

.post_sidebar .wrapper a {
	font-size: 14px;
}

.post_sidebar .wrapper .title {
	margin: 0 0 20px;
	font-size: 20px;
}

.post_sidebar ul {
	padding-left: 15px;
}

.post_sidebar ul li {
	padding-bottom: 10px;
}

.post_sidebar .wrapper_cs1 a, .post_sidebar .wrapper_cs1 .title {
	color: white;
}

.post_sidebar .wrapper_cs2 {
	background: #ddeff4;
}


/* Old */
.thumbnail-square-container {
    position: relative;
    width: 100%;
    padding-bottom: 100%; /* Tworzy kwadrat */
}

.thumbnail-square {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}


.cs_1.group_contact_form_main {
    position: relative;
	z-index: 1;
}



    .new-page .heading-wrapper {
        padding: 0;
    }

    .new-page .container {
        margin: 0 auto;
    }

    .new-page .icons-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    @media (max-width: 768px) {
        .new-page .icons-wrapper {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
    }

    .new-page .paragraph-text {
        padding: 0;
    }

    .new-page body {
        font-family: "Roboto", sans-serif;
    }

    .new-page img {
        max-width: 100%;
    }

    .new-page .wrapper {
        width: 100%;
    }

    .new-page .zigzag {
        width: 100%;
        display: block;
    }

    .new-page header.container {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .new-page header.container a {
        color: black;
        font-size: 18px;
    }

    .new-page header.container .navbar-light .navbar-nav .nav-link {
        color: black;
        font-weight: 300;
        padding: 10px 15px;
    }

    .new-page header.container .nav-item {
        position: relative;
    }

    @media (min-width: 768px) {
        .new-page header.container .nav-item::after {
            position: absolute;
            content: " ";
            width: 1px;
            height: 14px;
            right: 0;
            top: calc(50% - 7px);
            background: #b2b2b2;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }
    }

    .new-page header.container .nav-item:last-child::after {
        display: none;
    }

    .new-page header.container .dropdown-item {
        font-weight: 300;
    }

    .new-page .hero {
        background-color: #29aad5;
        /* background-image: url(https://www.cleveragency.pl/nowa/https://www.cleveragency.pl/linkedin/reklamy_remarketingowe.png); */
        background-image: url(https://www.cleveragency.pl/linkedin/reklamy_remarketingowe.png);
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        margin-bottom: 50px;
    }

    @media (max-width: 768px) {
        .new-page .hero {
            text-align: center;
        }
    }

    .new-page .hero .container {
        min-height: 405px;
    }

    .new-page .hero .heading {
        color: white;
        font-weight: 300;
        font-size: 35px;
        line-height: 40px;
        max-width: 475px;
        padding-top: 75px;
        z-index: 2;
    }

    @media (min-width: 768px) {
        .new-page .hero .heading {
            padding-left: 50px;
        }
    }

    @media (max-width: 768px) {
        .new-page .hero .heading {
            padding-top: 120px;
            text-shadow: 2px 2px 20px #4967a3;
        }
    }

    .new-page body {
        overflow-x: hidden;
    }

    .new-page .heading-section {
        font-weight: 600;
        font-size: 23px;
    }

    .new-page p {
        margin: 0;
    }

    @media (max-width: 768px) {
        .new-page .heading-section {
            text-align: center;
        }
    }

    .new-page .paragraph-text {
        font-size: 18px;
        font-weight: 300;
        margin: 10px 0;
    }

    @media (max-width: 768px) {
        .new-page .paragraph-text {
            text-align: center;
        }
    }

    .new-page .offer {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .new-page .offer .heading-section {
        color: #2a97cb;
    }

    .new-page .icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 30px;
    }

    @media (max-width: 768px) {
        .new-page .icon {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
    }

    .new-page .icon p {
        padding-left: 10px;
    }

    .new-page .icons-wrapper {
        position: relative;
    }

	.new-page .wrapper-work-bg {
		background-color: #f5f5f5;
		padding-top: 30px;
	}

    .new-page .list-tests {
        margin-top: 50px;
        padding-left: 30px;
        padding-right: 30px;
        position: relative;
    }

    .new-page .list-tests::after {
        content: "";
        background-image: url(https://www.cleveragency.pl/linkedin/jak-dzialamy-img.png);
        min-width: 100%;
        height: 110%;
        background-size: contain;
        background-repeat: no-repeat;
        right: -100%;
        top: -10%;
        z-index: 1;
        position: absolute;
    }

    @media (max-width: 768px) {
        .new-page .list-tests::after {
            right: -47%;
            top: 0;
            z-index: -1;
            position: absolute;
        }
    }

    @media (max-width: 768px) {
        .new-page .list-tests::before {
            left: -12%;
        }
    }

    .new-page .test .heading-test {
        font-weight: 600;
        font-size: 17px;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .new-page .test li {
        margin-bottom: 20px;
    }

    .new-page .test li span {
        font-size: 13px;
    }

    .new-page .contact-form {
        margin-top: 50px;
    }

    .new-page .heading-big {
        text-align: center;
        font-size: 38px;
        line-height: 24px;
        color: #eb2e5d;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .new-page .paragraph-text-small a {
        color: inherit;
    }

    @media (max-width: 768px) {
        .new-page .paragraph-text-small {
            text-align: center;
        }
    }

    @keyframes left_arrow3 {
        0% {
            left: -150%;
        }

        100% {
            left: 75%;
        }
    }

    @-webkit-keyframes left_arrow3 {
        0% {
            left: -150%;
        }

        100% {
            left: 75%;
        }
    }

    .new-page .wrapp-form {
        margin-top: 40px;
        margin-bottom: 120px;
    }

    .heading-line {
        padding: 10px 0 0;
    }

    .new-page .wrapp-form input,
    .new-page .wrapp-form textarea {
        width: 100%;
        border-color: rgba(128, 128, 128, 0.3);
        border-width: 1px;
        min-height: 50px;
        padding: 5px 15px;
        color: black;
    }

    .new-page .wrapp-form input {
        margin-bottom: 15px;
    }

    .new-page .wrapp-form button[type="submit"] {
        position: relative;
        text-align: center;
        background: #eb2e5d;
        border-radius: 0;
        font-weight: 700;
        font-size: 36px;
        color: #ffffff;
        border: none;
        width: 230px;
        height: 60px;
        margin-top: 20px;
        float: right;
    }

    .test.before ol {
        list-style: none;
    }

    .new-page .wrapp-form button[type="submit"]:hover::before {
        left: 75%;
        -webkit-animation: left_arrow3 0.5s;
        animation: left_arrow3 0.5s;
    }

    .new-page .wrapp-form button[type="submit"]::before {
        position: absolute;
        content: "";
        display: inline-block;
        border-right: 0.2em solid #ffffff;
        border-top: 0.2em solid #ffffff;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        margin: 0;
        height: 0.6em;
        left: 75%;
        top: 20px;
        width: 0.6em;
    }

    .new-page .wrapp-form button[type="submit"] img {
        padding-left: 10px;
    }

    .new-page footer {
        background-color: #f5f5f5;
        padding: 20px 0 0;
    }

    .new-page footer .container {
        position: relative;
    }

    @media (min-width: 768px) {
        .new-page footer .container {
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }
    }

    @media (min-width: 768px) {
        .new-page footer .container::before {
            content: "";
            background-image: url(https://www.cleveragency.pl/nowa/https://www.cleveragency.pl/linkedin/img-footer-before.png);
            min-width: 270px;
            height: 120px;
            background-size: contain;
            background-repeat: no-repeat;
            left: 50px;
            top: -137px;
            position: absolute;
            z-index: -1;
        }
    }

    .new-page footer .menu-footer {
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0;
    }

    @media (max-width: 768px) {
        .new-page footer .menu-footer {
            text-align: center;
            display: block;
        }

        .new-page footer .menu-footer li {
            display: block;
        }
    }

    .new-page footer .menu-footer a {
        color: black;
        padding: 0 10px;
        font-size: 14px;
        color: #3f3f3f;
        font-size: 14px;
        font-weight: 300;
        text-decoration: none;
        border-bottom: 1px dashed #c9c9c9;
        display: inline-block;
        padding: 15px 12px;
    }

    .new-page footer .menu-footer li {
        padding-bottom: 5px;
    }

    .new-page footer p {
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        display: inline-block;
        margin: 5px 0 0;
    }

    .new-page footer p a {
        font-size: 12px;
        line-height: 15px;
        color: grey;
    }

    .new-page footer p a:hover {
        color: black;
    }

    .new-page footer p a span {
        font-size: 10px;
    }

    .new-page footer .menu-footer-wrapepr {
        padding-bottom: 20px;
    }

    @media (max-width: 768px) {
        .new-page footer .menu-footer-wrapepr {
            text-align: center;
        }
    }

    .new-page footer .menu-footer-wrapepr div>h1>a,
    .new-page footer .menu-footer-wrapepr div>h2>a {
        font-size: 16px;
    }

    .new-page footer .menu-footer-wrapepr div>* {
        font-size: 14px;
        font-weight: 400;
        color: #bababa;
        display: block;
        margin: 0 8px 2px 0;
    }

    .new-page footer .menu-footer-wrapepr div>*>a:hover {
        color: #7a7a7a;
        text-decoration: underline;
    }

    .new-page footer .menu-footer-wrapepr>div>*>a {
        color: #bababa;
        text-decoration: none;
    }

    .new-page footer .contact-info p {
        display: block;
    }

    @media (max-width: 768px) {
        .new-page footer .contact-info {
            text-align: center;
            padding-bottom: 20px;
            margin-top: 20px;
        }
    }

    .new-page footer .contact-info img {
        padding-left: 10px;
    }

    .new-page footer .contact-info p a {
        color: black;
        font-weight: normal;
        font-size: 13px;
        display: block;
    }

    .new-page footer .contact-info .name,
    .new-page footer .contact-info .addres,
    .new-page footer .contact-info .openhours {
        font-size: 13px;
        display: block;
    }

    .new-page footer .contact-info .name {
        margin-top: 15px;
    }

    .new-page footer .contact-info .addres {
        margin-bottom: 15px;
    }

    @media (min-width: 768px) {
        .new-page header.container .navbar-light .navbar-nav .nav-link {
            display: inline-block;
            vertical-align: middle;
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
            box-shadow: 0 0 1px rgba(0, 0, 0, 0);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -moz-osx-font-smoothing: grayscale;
            position: relative;
            -webkit-transition-property: color;
            transition-property: color;
            -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
        }

        .new-page header.container .navbar-light .navbar-nav .nav-link::before {
            content: "";
            position: absolute;
            z-index: -1;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: #e8eef7;
            -webkit-transform: scaleY(0);
            transform: scaleY(0);
            -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
            -webkit-transition-property: transform;
            -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property: transform;
            transition-property: transform, -webkit-transform;
            -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
        }

        .new-page header.container .navbar-light .navbar-nav .nav-link:hover::before {
            -webkit-transform: scaleY(1);
            transform: scaleY(1);
            -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        }

        .new-page header.container .navbar-light .navbar-nav .nav-item:hover::after {
            content: "";
            position: absolute;
            width: 1px;
            height: 43px;
            background: rgba(128, 128, 128, 0.37);
            right: 0;
            top: 0;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }
    }

    .new-page #social {
        display: none;
    }

    .new-page .test.before ol li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .new-page .test.before ol li .counter {
        width: 120px;
        height: 120px;
        background-color: #abdcf3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
        -ms-flex-line-pack: center;
        align-content: center;
        z-index: 9;
    }

    .new-page .test.before ol li .counter .counter-number {
        width: 100%;
        font-weight: bold;
        color: #1075ae;
        font-size: 50px;
        margin: 0 auto 5px;
        line-height: 55px;
    }

    .new-page .test.before ol li .counter .counter-title {
        width: 100%;
        color: #1075ae;
        font-size: 13px;
        margin: 0 auto;
        line-height: 10px;
        font-weight: bold;
    }

    .new-page .list-content {
        width: calc(100% - 150px);
    }

    .new-page .list-content .list-heading {
        font-weight: bold;
        color: #1075ae;
        font-size: 20px;
    }

    .new-page .list-content .list-content-text {
        font-size: 16px;
    }
	.new-page ul li.list-style {
		background: url(/img/fb-list.png) no-repeat left 4px transparent;
		padding-left: 25px;
		font-size: 16px;
	}
    .new-page .test ol li {
        margin-bottom: 80px;
    }

    .new-page .test ol li::after {
        content: "";
        position: absolute;
        height: 80%;
        width: 5px;
        border-left: 5px dashed;
        left: 58px;
        top: 90px;
        z-index: 0;
        border-color: #1075ae;
    }

    .new-page .test ol li:last-child::after {
        display: none;
    }

    .new-page .test ol li:last-child {
        margin-bottom: 0;
    }

    @media (max-width: 768px) {
        .test.before ol li {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .list-content {
            width: 100%;
            margin-top: 15px;
        }

        .new-page .test ol li::after {
            display: none;
        }

        .new-page .test ol li {
            text-align: center;
        }

        .new-page .heading-wrapper {
            text-align: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
    }

    .new-page .oferta-wyroznia-boxes {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .new-page .oferta-wyroznia-boxes .box {
        text-align: center;
        position: relative;
        width: 33%;
    }

    .new-page .oferta-wyroznia-boxes .box::after {
        content: "";
        background-image: url(https://www.cleveragency.pl/linkedin/plus.png);
        position: absolute;
        width: 40px;
        height: 40px;
        background-size: contain;
        right: -10%;
        top: 36%;
    }

    .new-page .oferta-wyroznia-boxes .box:last-child::after {
        display: none;
    }

    .new-page .oferta-wyroznia-boxes .box img {
        border-radius: 50%;
        border: 5px solid #abdcf3;
        padding: 5px;
        width: 130px;
        height: 130px;
        -o-object-fit: none;
        object-fit: none;
        margin: 20px 0 15px;
    }

    .new-page .oferta-wyroznia-boxes .box p {
        font-weight: bold;
        color: #013e5a;
    }

    .new-page .oferta-wyroznia {
        padding: 50px 0 0;
        min-height: 350px;
    }

    .new-page .img-linkedin {
        position: relative;
    }

    .new-page .img-linkedin img {
        position: absolute;
        bottom: -80px;
        left: -80px;
        z-index: -1;
    }

    .new-page .heading-section {
        font-weight: bold;
    }

    .new-page .co-nas-wyroznia-pasek {
        background-image: linear-gradient(141deg, #004d7b 0%, #0071ad 51%);
        z-index: 9;
        color: white;
    }

    .new-page .co-nas-wyroznia-pasek-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 50px 0;
    }

    @media (max-width: 768px) {
        .new-page .co-nas-wyroznia-pasek-content {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .new-page .box-stat {
            text-align: center;
        }
    }

    .new-page .box-stat .numbers {
        font-size: 45px;
        font-weight: bold;
    }

    .new-page .box-stat .text {
        color: #acdcf3;
    }

    @media (max-width: 1000px) {
        .new-page .co-nas-wyroznia-pasek-content {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            text-align: center;
        }

        .new-page .img-linkedin img {
            position: static;
            bottom: 0;
            left: 0;
            z-index: -1;
            max-width: 100%;
        }

        .new-page .img-linkedin {
            text-align: center;
        }
    }

    @media (max-width: 768px) {
        .new-page .oferta-wyroznia-boxes {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .new-page .oferta-wyroznia-boxes .box {
            width: 100%;
            padding: 20px 0;
        }

        .new-page .oferta-wyroznia-boxes .box::after {
            display: none;
        }
    }

    .new-page .pakiety {
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .new-page .pakiety .heading-section {
        color: #0174b0;
        font-weight: bold;
        font-size: 38px;
    }

    .new-page .pakiety-wrapper {
        margin: 80px 0;

    }

    @media(min-width: 1000px) {
        .new-page .pakiety-wrapper {

            display: flex;
            flex-wrap: wrap;
        }
    }

    .new-page .pakiety-wrapper .pakiet .title-pakiet {
        font-size: 32px;
        font-weight: bold;
        padding: 10px 20px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#36abee), to(#36abee));
        background-image: linear-gradient(#36abee, #36abee);
        color: white;
        text-align: center;
    }

    .new-page .pakiety-wrapper .pakiet .cena {
        color: #36abee;
        font-size: 32px;
        padding: 10px 0;
        font-weight: bold;
        display: block;
        text-align: center;
        line-height: 35px;
    }

    .new-page .pakiety-wrapper .pakiet .cena span {
        color: #8d8d8d;
        font-size: 16px;
        font-weight: normal;
        display: block;
        line-height: 20px;
    }

    .new-page .pakiety-wrapper .pakiet ul {
        padding: 0 10px 30px;
        padding-left: 20px;
    }

    .new-page .pakiety-wrapper .pakiet li {
        color: black;
        position: static;
        padding-left: 30px;
        list-style: none;
        padding-bottom: 10px;
    }

    .new-page .pakiety-wrapper .pakiet li::before {
        content: "";
        width: 20px;
        height: 20px;
        /* background-image: url(https://www.cleveragency.pl/linkedin/li.png); */
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 6px;
    }

    .new-page .pakiety-wrapper .pakiet.super .title-pakiet {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#0074b1), to(#0074b1));
        background-image: linear-gradient(#0074b1, #0074b1);
    }

    .new-page .pakiety-wrapper .pakiet.super .cena {
        color: #0074b1;
    }

    .new-page .pakiety-wrapper .pakiet.biznes .title-pakiet {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#00456c), to(#00456c));
        background-image: linear-gradient(#00456c, #00456c);
    }

    .new-page .pakiety-wrapper .pakiet.biznes .cena {
        color: #00456c;
    }

    .new-page .pakiety-wrapper .pakiet.super .bestseller {
        text-align: center;
        background: #eb2e5d;
        padding: 0 12px;
        height: 33px;
        line-height: 32px;
        position: relative;
    }

    .new-page .pakiety-wrapper .pakiet.super .bestseller div {
        background: url(https://www.cleveragency.pl/linkedin/fb-point.png) repeat-x left center transparent;
    }

    .new-page .pakiety-wrapper .pakiet.super .bestseller span {
        background: #eb2e5d;
        font-weight: 700;
        font-size: 16px;
        padding: 0 5px;
        color: #ffffff;
    }

    .new-page .pakiety-wrapper .pakiet.super .bestseller::after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: transparent;
        border-top-color: #eb2e5d;
        border-width: 7px;
        margin-left: -7px;
    }

    .new-page .pakiety-wrapper .pakiet:not(.super) {
        margin-top: 33px;
    }

    .new-page .pakiety-wrapper .pakiet {
        border-color: rgba(128, 128, 128, 0.2);
        border-style: solid;
        border-top: 0;
        border-width: 1px;
    }

    .new-page .pakiety-wrapper .pakiet.super {
        border: 0;
        border-bottom: 1px solid rgba(139, 58, 58, 0.2);
    }

    /* @media (max-width: 1000px) {

        .new-page .pakiety-wrapper .pakiet,
        .new-page .pakiety-wrapper .pakiet.super {
            border: 0;
        }
    } */

    .new-page .heading-big {
        color: #00456c;
        font-weight: bold;
    }

    .px-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    @media(min-width:1000px) {
        .co-nas-wyroznia-content {
            display: flex
        }
    }

    #social {
        display: none
    }

    .new-page #social {
        display: block;
        padding-left: 0
    }
    #strona_linkedin_www .cta-button {
        border: 0;
        height: 35px;
    }
    #strona_linkedin_www .cta-button::after {
    content: "";
    position: absolute;
    right: -37px;
    width: 2px;
    height: 35px;
    border-bottom: 35px solid #EB2E5D;
    border-right: 37px solid transparent;
    top: 0;
    }
    #strona_linkedin_www .cta-button:hover::after {
    border-bottom: 35px solid #286090;
    }

    /*# sourceMappingURL=style.css.map */

/* !!!! */


.mw-x{
    max-width: 1580px;
}
.clever-item-1{
    background: url('img/clever_item_1.png') no-repeat right 45px transparent;
    position: absolute;
    left: 0;
    height: 100%;
    pointer-events: none;
    top: 63px;
    width: 41%;
    z-index: 10;
}
.clever-item-2{
    background: url('img/clever_item_2.png') no-repeat left top transparent;
    position: absolute;
    right: 0;
    height: 100%;
    pointer-events: none;
    top: 1030px;
    width: 25%;
    z-index: 10;
}
.ps-relative{
    position: relative;
}
.section-1{
    min-height: 400px;
}
.section-2{
    padding: 120px 0 240px;
}
.section-3{
    padding-bottom: 100px;
}
.section-4 {
    padding: 120px 0;
}
.section-5 {
    padding: 0 0 225px;
}
.section-6 {
    padding: 210px 0 0;
}
.bg-perspective-1{
        position: absolute;
    left: -50px;
    top: 490px;
    right: -50px;
    height: 860px;
    background: #1c1c1c;
    z-index: 9;
    transform: rotate(-3.25deg);
}
.bg-perspective-2{
    background: rgba(227,48,90,0.97);
       position: absolute;
        left: -200px;
    top: 1262px;
    right: -80px;
    bottom: -53px;
    z-index: 9;
    transform: rotate(4.9deg);
    min-height: 500px;
}
.bg-perspective-3{
    background: #e0e0e0;
       position: absolute;
        left: -150px;
    top: 1658px;
    right: -150px;
    bottom: -53px;
    z-index: 10;
    transform: rotate(-3.25deg);
    min-height: 500px;
}
.bg-perspective-3 > .bg-item-1{
    background: url('img/bg-items/bg-item-1.png') no-repeat center center transparent;
    position: absolute;
    width: 179px;
    height: 261px;
    top: 324px;
    left: 8%;
    transform: rotate(3.25deg);
    z-index: 10;
}
.bg-perspective-3 > .bg-item-2{
    background: url('img/bg-items/bg-item-2.png') no-repeat center center transparent;
    width: 504px;
    height: 398px;
    position: absolute;
        right: 10%;
    top: 290px;
    transform: rotate(3.25deg);
}
.bg-perspective-4{
    background: #1fa3d4;
    position: absolute;
    left: -50px;
    top: 589px;
    right: -50px;
    bottom: -53px;
    z-index: 9;
    transform: rotate(6.5deg);
    min-height: 500px;
}
.bg-perspective-4 > .bg-item-3{
        background: url(img/bg-items/bg-item-3.png) no-repeat center center transparent;
    width: 1112px;
    height: 776px;
    position: absolute;
    right: 18%;
    top: 65px;
    transform: rotate(-6.5deg);
    z-index: 10;
}
.bg-perspective-5{
    background: #ffffff;
    position: absolute;
    left: -50px;
    top: 680px;
    right: -50px;
    bottom: -53px;
    z-index: 9;
    transform: rotate(-7.75deg);
    min-height: 500px;
}
.ov-hidden{
    overflow: hidden;
}
.z-11{
    z-index: 11;
}
.main-head-1{
    font-size: 36px;
    font-weight: 300;
    line-height: normal;
}
.main-head-2{
    font-size: 38px;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: normal;
}
.main-head-3{
    font-size: 46px;
    font-weight: 700;
        line-height: normal;
        margin-bottom: 10px;
    line-height: normal;
}
.main-head-4{
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 45px;
    line-height: normal;
}
.fc-white{
    color: #ffffff;
}
.fc-dark{
    color: #1c1c1c;
}
.fw-300{
    font-weight: 300;
}
.fw-700{
    font-weight: 700;
}
.fs-18{
    font-size: 18px;
}
.fs-20 {
    font-size: 20px;
}
.fs-24 {
    font-size: 24px;
}
.v2-p{
    font-size: 16px;
    font-weight: 300;
}
.v2-p b {
    font-weight: 900;
}
a.a-under{
    text-decoration: none;
    position: relative;
    font-weight: 400;
    font-size: 20px;
}
a.a-under:after{
    content: ' ';
    width: 100%;
    height: 1px;
    bottom: -2px;
    left: 0;
    background: #c0c0c0;
    position: absolute;
}
a.a-under > i{
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}
.main-realizacje-item{
    position: relative;
    margin-bottom: 30px;
        height: 209px;
    overflow: hidden;
    display: block;
}
.main-realizacje-item > span{
        position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 300;
    padding: 60px 10px 0;
    opacity: 0;
    transition: all 0.3s;
}

.main-realizacje-item > span > div{
    font-size: 30px;
}
.main-realizacje-item:hover > span{
    opacity: 1;
}

.main-link{
    color: #ffffff;
    font-size: 22px;
    font-weight: 300;
    display: block;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    transition: all 0.3s;
}
.main-link:hover{
    text-decoration: none;
    color: #ffffff;

}
.main-link > i{
    margin-left: 10px;
}
.pink-link{
    background: #eb2e5d;
    transition: all 0.3s;
}
.dark-link{
    background: #1c1c1c;
    transition: all 0.3s;
}
.dark-link:hover{
    background: #eb2e5d;
}
.pink-link:hover,
.kontakt-link:hover{
    background: #e0e0e0;
    color: #000;
}
.video-dek{
    background: #000000;
    color: #ffffff;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    background-image: url(/video/bg.png);
    background-repeat: no-repeat;
    background-position: center 8px;
    background-size: calc(100% - 29px);
        position: relative;
        height: auto;
        line-height: normal;
    padding-top: 56%;
}
.video-dek.film-2{
    background-image: url(/video/bg2.png);
}
.video-dek a {
            color: #ffffff;
    font-size: 40px;
    border: 1px solid;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    text-align: center;
    line-height: 70px;
    position: absolute;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
}

.video-dek a > .fa-ab{
        position: absolute;
    color: #ffffff;
    left: 22px;
    font-size: 36px;
    top: 16px;
}
.video-dek > video{
    max-height: 100%;
    margin-top: 8px;

    position: absolute;
    top: 0;
    left: 10px;
    width: calc(100% - 24px);
}
.foto-wid-cont{
    padding-top: 55px;
}
.foto-wid-btn{
    margin-top: 25px;
}
.ul-col-2{
    padding: 0;
    margin: 0;
    columns: 2;
}
.list-arrow{
    list-style: none;
}
.list-arrow > li{
    background: url('img/li_arrow_white.png') no-repeat left calc(50% - 2px) transparent;
    padding-left: 20px;
}
.list-arrow.grey > li{
    background: url('img/li_arrow_grey.png') no-repeat left calc(50%) transparent;
    padding-left: 12px;
}
.oferta_content_v2{
    position: relative;
    background: url('img/line.png') repeat-x left bottom transparent;
        margin-right: -15px;
    width: calc(100% + 15px);
    max-width: 1380px;
        margin-top: 0;
        border-left: 1px solid #b0b0b0;
}

.oferta_content_v2.bg-of-2{
    background-color: #eeeeee;
}
.oferta_content_v2 h2.oferta_h2{
        position: absolute;
    left: -210px;
    bottom: 50%;
    transform: rotate(-90deg);
    font-size: 30px;
    padding: 0;
    margin: 0;
    width: 380px;
    white-space: nowrap;
    text-align: center;
}
.oferta_content_v2 .of-item{
    height: 380px;
    padding-top: 80px;
}
.oferta_content_v2.br-t:before{
    content: ' ';
    height: 1px;
    width: calc(50% - 110px);
    left: -1px;
    top: -1px;
    position: absolute;
    background: #b0b0b0;
}
.main-oferta-head{
    padding-bottom: 20px;
    padding-left: 0;
    margin: 86px 0 0 -83px;
    text-align: right;
}
.main-oferta-content{
    margin-bottom: -67px;
}
.main-oferta-container{
    margin-top: -85px;
}
#rekomendacje_slider_v2 > .carousel-inner,
#rekomendacje_slider_v2_xs > .carousel-inner{
    display: block;
    width: calc(100% - 60px);
    margin: 0 auto;
}
#rekomendacje_slider_v2 > .carousel-inner > .item.active,
#rekomendacje_slider_v2 > .carousel-inner > .item.next,
#rekomendacje_slider_v2 > .carousel-inner > .item.prev,
#rekomendacje_slider_v2_xs > .carousel-inner > .item.active,
#rekomendacje_slider_v2_xs > .carousel-inner > .item.next,
#rekomendacje_slider_v2_xs > .carousel-inner > .item.prev{
    text-align: center;
}
#rekomendacje_slider_v2 > .carousel-inner > .item > div,
#rekomendacje_slider_v2_xs > .carousel-inner > .item > div{
    display: inline-block;
    text-align: center;
    width: 20%;
}

#rekomendacje_slider_v2 > .carousel-inner > .item > div > img,
#rekomendacje_slider_v2_xs > .carousel-inner > .item > div > img{
    max-height: 35px;
}
div.rekomendacje-popover {
    max-width: 500px;
    background: #1fa3d4;
    color: #ffffff;
    box-shadow: none;
    border-color: #1fa3d4;
}

div.rekomendacje-popover a{
    color: #ffffff;
}
div.rekomendacje-popover.top>.arrow{
        transform: rotate(180deg);
    bottom: -1px;
    border-color: #1fa3d4;
}
#rekomendacje_slider_v2 .carousel-control,
#rekomendacje_slider_v2_xs .carousel-control{
        width: 15px;
    opacity: .5;
    color: #c6c6c6;
    font-size: 40px;
    top: -7px;
    margin-top: 0;
    bottom: auto;
    padding: 0;
    background: transparent;
    line-height: normal;
    vertical-align: top;
    transition: all 0.3s;
}
#rekomendacje_slider_v2 .carousel-control:hover,
#rekomendacje_slider_v2_xs .carousel-control:hover{
    opacity: 1;
}
.br-b-1{
    border-bottom: 1px solid #cfcfcf;
}
.pd-b-20{
padding-bottom: 20px;
}
.mb-b-20{
    margin-bottom: 20px;
}
#banner > .carousel-inner{
    background: #e0e0e0;
    overflow: visible;
}
 #banner > .carousel-inner:before {
    height: 100%;
    border: none;
    width: calc(50% + 150px);
    position: absolute;
    content: ' ';
    top: 0;
    background: #ce2851;
    transform: skewX(20deg);
    left: -100px;
}
#banner.clasic > .carousel-inner:before{
    display: none;
}
.banner-more-item {
    background: rgba(9,9,9,0.1);
}
#myNavbar .navbar-nav li > a {
    color: #000000;
    font-weight: 300;
    font-size: 17px;
}

#myNavbar .navbar-nav > li{
    position: relative;
}
#myNavbar .navbar-nav > li:not(.last):after{
    position: absolute;
    content: ' ';
    width: 1px;
    height: 14px;
    right: 0;
    top: calc(50% - 7px);
    background: #b2b2b2;
    transition: all 0.3s;
}
#myNavbar .navbar-nav > li:hover:after{
    top:0;
    height: 50px;
}
/*#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6,
#footer h7,
#footer h8,
#footer h9{
    font-size: 12px;
    font-weight: 400;
    color: #6b6b6b;
    padding: 0;
    margin: 0;
    line-height: 12px;
    display: inline-block;
}
#footer li a{
    font-size: 12px;
    font-weight: 400;
    color: #6b6b6b;
    line-height: 12px;
    margin: 0;
    padding: 0;
}
#footer ul{
    margin: 0;
    padding: 0;
}
#footer .f-head{
    font-size: 14px;
    color: #6b6b6b;
    font-weight: 500;
    padding: 6px 0;
    margin-bottom: 3px;
}
#footer ul > li{
    margin-bottom: 9px;
}
#footer nav{
    margin: 0;
}
#footer nav a{
    padding: 4px 0 5px;
    border:none;
    margin: 0;
}

#footer nav > a:first-child{
    padding: 7px 0 4px;
}*/
.mb0px{
    margin-bottom: 0px;
}
/*.footer-kontakt{
    padding-top: 8px;
}
.footer-email{
    margin-bottom: 16px;
}
.copyright{
    font-size: 12px;
    color: #6b6b6b;
    font-weight: 300;
}
#footer{
    background: #f1f1f1;
}
#copyright{
        background: url(img/footer_bg.gif) repeat-x left bottom #e8e8e8;
    bottom: 0;
    padding: 15px 0 29px;
}*/
.p-fb{
    color: #fff;
    font-weight: 300;
    margin-bottom: 20px;
}
@media(max-width:1370px){
    .bg-perspective-2{
     top: 1266px;
    }
    .bg-perspective-3 > .bg-item-1{
        left: 170px;
    }

    .oferta_content_v2{
        margin-right: -105px;
    }

    .oferta_content_v2.br-t:before{
        width: calc(50% - 110px);
    }
}
@media (max-width: 991px){
.clever-item-1,
.clever-item-2{
    display: none;
}
.bg-perspective-1,
.bg-perspective-2,
.bg-perspective-3,
.bg-perspective-4,
.bg-perspective-5{
    display: none;
}
.section-2 {
    padding: 20px 0;
    background: #1c1c1c;
    margin-top: 20px;
}
.section-2 .main-head-2{
    text-align: center;
}
.section-3 {
    padding: 20px 0;
    background: #eb2e5d;
}
.section-3 .main-head-3{
    font-size: 35px;
}
.section-3 .dark-link{
    margin-top: 10px;
}
.section-4{
    padding: 20px 0;
    background: #e0e0e0;
}
.section-5{
    padding: 20px 0;
    background: #1fa3d4;
}
.section-6{
    padding: 50px 0;
}
.main-oferta-head{
    text-align: center;
    margin: 0;
}
.main-oferta-content {
    margin-bottom: 0;
}
.main-oferta-container {
    margin-top: 0;
}
.oferta_content_v2 {
    width: calc(100% + 60px);
    border: none;
    margin: 0 -30px;
}
.oferta_content_v2 h2.oferta_h2 {
    position: relative;
    left: auto;
    bottom: auto;
    transform: rotate(0);
    font-size: 30px;
    padding: 0;
    margin: 20px 0;
    width: auto;
    white-space: normal;
    text-align: center;
}
.oferta_content_v2 .of-item {
    height: auto;
    padding-top: 0;
}
.oferta_content_v2.br-t:before{
    display: none;
}
/*#footer nav a {
    display: inline-block;
    width: auto;
    margin: 0 5px;
}
#footer > div > div:first-child + div {
    margin-bottom: 0;
}
#footer ul > li{
    text-align: left;
}
#footer .f-head{
    text-align: left;
    white-space: nowrap;
}
#footer nav{
    text-align: left;
}
.footer-kontakt{
    text-align: left;
}*/
}
@media(max-width:767px){

#rekomendacje_slider_v2 > .carousel-inner > .item > div,
#rekomendacje_slider_v2_xs > .carousel-inner > .item > div {
    width: 100%;
    margin-bottom: 20px;
}
#myNavbar .navbar-nav > li:after{
    display: none;
}

.section-4 .video_box {
	max-width: 250px;
	margin: 0 auto;
}
}
@media(max-width:380px){
/*    #footer .links-item{
        width: 100%;
    }*/
    .section-3 .main-head-3 {
    text-align: center;
    font-size: 30px;
}
.xxs-text-center{
    text-align: center;
}
.xxs-hidden{
    display: none;
}
.col-xxs-12{
    width: 100%;
}
}














:root {
	--padding-left: 5rem;
	--padding-right: 5rem;
	--section-padding-left: 5.5rem;
	--section-padding-right: 5.5rem;
	--border-radius: 0.4rem;
}

/* Roboto font weights */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), url('fonts/Roboto-Light.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Regular'), url('fonts/Roboto-Regular.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), url('fonts/Roboto-Bold.woff2') format('woff2');
  font-display: swap;
}


/*@keyframes moja_animacja{
    0% { color:#ffffff; }
    10% { color:#df2956; }
    40% { color:#df2956; }
    100% { color:#ffffff; }
}
@-webkit-keyframes moja_animacja{
    0% { color:#ffffff; }
    10% { color:#df2956; }
    40% { color:#df2956; }
    100% { color:#ffffff; }
}*/
@keyframes left_arrow{
    0% { left:85%; }
    100% { left:150%; }
}
@-webkit-keyframes left_arrow{
    0% { left:85%; }
    100% { left:150%; }
}
@keyframes left_arrow2{
    0% { left:-150%; }
    100% { left:85%; }
}
@-webkit-keyframes left_arrow2{
    0% { left:-150%; }
    100% { left:85%; }
}
@keyframes left_arrow3{
    0% { left:-150%; }
    100% { left:75%; }
}
@-webkit-keyframes left_arrow3{
    0% { left:-150%; }
    100% { left:75%; }
}
@keyframes left_arrow4{
    0% { left:-150%; }
    100% { left:calc(100% - 40px)%; }
}
@-webkit-keyframes left_arrow4{
    0% { left:-150%; }
    100% { left:calc(100% - 40px); }
}

html {
  /* scrollbar-width: none; */
  overflow-x: none !important;
}

/* body::-webkit-scrollbar {
  display: none;
} */

body {
    background: url("img/body_top.gif") repeat-x scroll 0 0 transparent;
    font-family: Roboto,Arial;
    margin: 0;
    padding-top: 133px;
    transition: padding-top 0.3s;
}
.container-fluid.max-1920{
    max-width: 1890px;
}
body.is-scrool{
    padding-top: 0;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity; 
}
.carousel-fade .carousel-inner .item.active {
    opacity: 1;
}
.carousel-fade .carousel-inner .item.active.left,
.carousel-fade .carousel-inner .item.active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .item.next.left,
.carousel-fade .carousel-inner .item.prev.right {
    opacity: 1;
}



img{
    max-width: 100%;
}
h2 {
    clear: both;
    color: #000000;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 15px;
}

.top-nav {
    display: table;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    text-align: center;
    width: 100%;
}
.top-nav.hd-view{
    max-width: 1920px;
}

.dm_cs1 {
	padding-bottom: 85px !important;
}

.nav_cs {
	display:none !important;
}

.nav_bottom {
	background: url("img/nav_bottom.png") no-repeat scroll top center;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 25px 17px 20px;
	font-size: 18px;
	text-align: center;
}

.nav_bottom a {
	padding: 0 10px !important;
	font-size: 25px !important;
	font-weight: bold !important;
	display: inline-block !important;
}

body > nav{
    background: none;
    margin: 49px auto 0;
    position: absolute !important;
}
body.is-scrool > nav{
    position: fixed !important;
    margin: 0 auto 0;
    background: url("img/body_top.gif") repeat-x scroll 0 0 #ffffff;
    padding: 15px 0 3px;
    z-index: 100;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
body > nav img {
    display: inline-block;
    max-width: 100%;
}
body > nav a {
    color: rgb(63, 63, 63);
    font-weight: 300;
    font-size: 16px;
}
body > nav a:hover,body > nav a:focus{
    background: none !important;
    color: rgb(63, 63, 63) !important;
}
body > nav a.hvr-bounce-to-top::before{
    background: #e8eef7 none repeat scroll 0 0;
}
body > nav a.active,body > nav a.active:hover{
    background: #e8eef7 none repeat scroll 0 0 !important;
}
a{
    outline: none !important;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar-header {
}
.navbar-brand {
    padding: 0;
    line-height: 43px;
    text-align: left;
}
.navbar-brand > img{
    display: inline-block;
    max-width: 100%;
    transition: width 0.5s;
}
.is-scrool .navbar-brand > img{
    max-width: 80%;
}
.navbar-header div {
    line-height: 50px;
    text-align: left;
}
.navbar-header > button {
    background: #fcfcfc;
}
.navbar-header > button > .icon-bar{
    background: #000000;
}
#myNavbar.navbar-collapse.collapse.in,#myNavbar.navbar-collapse.collapsing{
    background: #ffffff;
}
.captionWhite{
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
}
#banner .item {
    height: 409px;
}
#banner .sklepy {
    background: url("img/banners/sklepy3.png") no-repeat scroll center center #1369A2;
}
#banner.hd-view .sklepy{
    background: url("img/banners/sklepy_4.png") no-repeat scroll center bottom #1189f3;
}
#banner .strony {
    background: url("img/banners/www.png") no-repeat scroll center center #45BAB1;
}
#banner .blog {
    background: url("img/banners/blog.png") no-repeat scroll center center #b86e96;
}
#banner .czarnypr {
    background: url("img/banners/czarnypr.png") no-repeat scroll center center #7fa6b2;
}
#banner .marketing {
    background: url("img/banners/marketing.png") no-repeat scroll center center #3ca1bf;
}
#banner .allegro {
    background: url("img/banners/allegro.png") no-repeat scroll center center #FF8400;
}
#banner .oferta {
    background: url("img/banners/oferta.png") no-repeat scroll center center #2096CD;
}
#banner .video {
    background: url("img/banners/foto_video.png") no-repeat scroll center center #1885b9;
}
#banner .google {
    background: url("img/banners/google.png") no-repeat scroll center center #E5694F;
}
#banner .adwords {
    background: url("img/banners/adwords.png") no-repeat scroll center center #C6D9DE;
}
#banner .social {
    background: url("img/banners/social.png") no-repeat scroll center center #4967A3;
}
#banner .tiktok {
	background: url("img/banners/tiktok.png") no-repeat scroll center center, linear-gradient(90deg, rgb(40, 163, 220) 30%, rgb(238, 62, 108) 70%);
}
#banner .tiktok {
    background-image: linear-gradient(90deg, rgb(40, 163, 220) 30%, rgb(238, 62, 108) 70%);
}
#banner .instagram {
    background: url("img/banners/instagram.png") no-repeat scroll center center #c0259a;
}
#banner .sklep_na_facebooku {
    background: url("img/banners/sklep_na_facebooku.png") no-repeat scroll center center #4967A3;
}
#banner .konkursy_facebook {
    background: url("img/banners/konkursy_facebook.png") no-repeat scroll center center #3396D6;
}
#banner .program_partnerski_cleveragency {
    background: url("img/banners/program_partnerski_cleveragency.png") no-repeat scroll center center/cover #3396D6;
}
#banner .generowanie_leadow {
    background: url("img/banners/generowanie_leadow.png") no-repeat scroll center center/contain #e5684f!important;
}


#banner .dla_prawnikow {
	background: url(/img/banners/marketing_dla_prawnikow.png) no-repeat scroll center center / contain #188355;
	display: flex;
	align-items: center;
	height: auto;
}

.dla_prawnikow .banner_text {
	padding: 6% 0 8%;
}

.dla_prawnikow h1 {
	padding-bottom: 30px;
}

.dla_prawnikow h1 strong {
	font-size: 180%;
}

.banner_img_box {
	display: flex;
	color: white;
	align-items: center;
	line-height: 1.3;
}

.banner_img_box span {
	padding-left: 15px;
	font-size: 18px;
}


#banner .konkursy_facebook .banerPoint {
    margin-left: 55px;
}
#banner h1.facebook-konkurs-banner-text {
    padding-top: 80px;
    padding-left: 55px;
}

#banner .zakupy_google {
    background: url("img/banners/zakupy_google.png") no-repeat scroll center center #3080ed;
}

#banner .zakupy_google .banerPoint {
    margin-left: 75px;
}
#banner .zakupy_google h1 {
    padding-top: 145px;
    padding-left: 75px;
}
#banner .reklamy_google {
    background: url("img/banners/reklamy_google.png") no-repeat scroll center center #3080ed;
}

#banner .reklamy_google .banerPoint {
    margin-left: 75px;
}
#banner .reklamy_google h1 {
    padding-top: 145px;
    padding-left: 75px;
}
#banner .newsletter {
    background: url("img/banners/newsletter.png") no-repeat scroll center center #1FA6D8;
}
#banner .moderacja_allegro {
    background: url("img/banners/moderacja_allegro.png") no-repeat scroll center center #FF8400;
}
#banner .prawne {
    background: url("img/banners/prawne.png") no-repeat scroll center center #188356;
}
#banner .prawne_cookies {
    background: url("img/banners/cookies.png") no-repeat scroll 70% center #188356;
    height: 325px;
}
#banner .rekomendacje_baner {
    background: url("img/banners/rekomendacje.png") no-repeat scroll center center #3396D4;
}
#banner .moderacja_sklepow {
	background: url("img/banners/moderacja_sklepow.png") no-repeat scroll center center #62aeb7;
}
#banner .oferta_abonamentowa {
    background: url("img/banners/oferta_abonamentowa.png") no-repeat scroll center center #5fd6f9;
}
#banner .reklamy_facebook {
    background: url("img/banners/reklamy_facebook.png") no-repeat scroll center center #32c0e9;
}

#banner .reklamy_facebook .banerPoint {
    margin-left: 75px;
}
#banner .reklamy_facebook h1 {
    padding-top: 60px;
    padding-left: 75px;
}
#banner .banner-right-text{
    display: inline-block;
    overflow: hidden;
    float: right;
}
body#strona_reklamy_facebook #banner:after {
    content: ' ';
    width: 100%;
    height: 22px;
    background: url('img/banners/reklamy_facebook_top.png') no-repeat center top transparent;
    top: -22px;
    left: 0;
    z-index: 20;
    display: block;
    margin: 0;
    position: absolute;
}

#banner .reklamy_remarketingowe {
    background: url("img/banners/reklamy_remarketingowe.png") no-repeat scroll center center #1ca9d7;
}

#banner .reklamy_remarketingowe .banerPoint {
    margin-left: 75px;
}
#banner .reklamy_remarketingowe h1 {
    padding-top: 138px;
    padding-left: 75px;
}

#banner .linked_in_banner {
    background: url("/linkedin/reklamy_remarketingowe.png") no-repeat scroll center center #1ca9d7;
}

#banner .linked_in_banner .banerPoint {
    margin-left: 75px;
}
#banner .linked_in_banner h1 {
    padding-top: 80px;
    padding-left: 75px;
}
#banner a:not(#loaderImg):not(.carousel-control) {
    text-decoration: none;
    display: table;
    width: 100%;
    height: 406px;
}
#banner.hd-view .item,
#banner.hd-view a:not(#loaderImg):not(.carousel-control){
    height: 409px;
}
#banner h1 {
    color: #FFFFFF;
    font-size: 36px;
    font-weight: 400;
    margin: 0 0 5px;
    padding-top: 25px;
    width: auto;
    clear: both;
}
#banner h1.oferta-abonamentowa-banner-text {
    padding: 95px 0 0 66px;
    font-size: 32px;
}
#strona_pozycjonowanie #banner h1 {
    padding-top: 65px; 
}
#strona_pozycjonowanie #banner .header {
    padding-left: 100px;
}
#strona_allegro #banner a {
    padding-left: 40px;
}
#banner span.banerPoint {
    clear: both;
    color: #FFFFFF;
    float: left;
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 500;
    line-height: 35px;
    padding-left: 25px;
    position: relative;
    display: block;
    width: auto;
}
#banner span.banerPoint:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 4px solid #FFFFFF;
    border-left: 4px solid #FFFFFF;
    content: " ";
    height: 12px;
    left: 4px;
    position: absolute;
    top: 10px;
    transform: rotate(310deg);
    width: 16px;

    -webkit-transform: rotate(310deg);
    -moz-transform: rotate(310deg);
    -o-transform: rotate(310deg);
    -ms-transform: rotate(310deg);
    transform: rotate(310deg);
}
#banner + #flashMessage {
    margin-top: 0;
}



@media (min-width:1401px){
/*    #banner.hd-view span.banerPoint:before{
        height: 16px;
        width: 25px;
        top: 15px;
        left: -13px;
        border-bottom: 6px solid #FFFFFF;
        border-left: 6px solid #FFFFFF;
    }
    #banner.hd-view h1{
        font-size: 72px;
        margin-bottom: 55px;
    }
    #banner.hd-view span.banerPoint{
        font-size: 36px;
        line-height: 55px;
        margin-bottom: 20px;
        font-weight: 400;
    }*/
}
#banner .container {
    position: relative;
}
#banner ol {
    bottom: auto;
    left: auto;
    margin: 5px 15px 0 0;
    padding: 0;
    position: relative;
    right: 0;
    text-align: right;
    width: auto;
    cursor: default;
}
#banner ol li{
    background: -moz-radial-gradient(center, ellipse cover,  rgba(231,231,231,1) 0%, rgba(184,184,184,1) 64%, rgba(165,165,165,0) 89%, rgba(160,160,160,0) 96%, rgba(225,225,225,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(231,231,231,1)), color-stop(64%,rgba(184,184,184,1)), color-stop(89%,rgba(165,165,165,0)), color-stop(96%,rgba(160,160,160,0)), color-stop(100%,rgba(225,225,225,0))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(231,231,231,1) 0%,rgba(184,184,184,1) 64%,rgba(165,165,165,0) 89%,rgba(160,160,160,0) 96%,rgba(225,225,225,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  rgba(231,231,231,1) 0%,rgba(184,184,184,1) 64%,rgba(165,165,165,0) 89%,rgba(160,160,160,0) 96%,rgba(225,225,225,0) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  rgba(231,231,231,1) 0%,rgba(184,184,184,1) 64%,rgba(165,165,165,0) 89%,rgba(160,160,160,0) 96%,rgba(225,225,225,0) 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  rgba(231,231,231,1) 0%,rgba(184,184,184,1) 64%,rgba(165,165,165,0) 89%,rgba(160,160,160,0) 96%,rgba(225,225,225,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#00e1e1e1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    width: 13px;
    height: 13px;
    border-radius: 16px;
    border: none;
}
/*#banner ol li {
    background: url("img/slide_con_noac.png") no-repeat center center transparent;
    height: 16px;
    width: 16px;
}*/
#banner ol li.hvr-float:active, #banner ol li.hvr-float:focus, #banner ol li.hvr-float:hover{
    transform: translateY(-2px);
    box-shadow: 0 5px 2px rgba(0, 0, 0, 0.3);
}
#banner ol li.hvr-float.active:active, #banner ol li.hvr-float.active:focus, #banner ol li.hvr-float.active:hover{
    box-shadow: 0 5px 2px rgba(61, 92, 137, 0.3);
}
#banner ol li.active {
    background: -moz-radial-gradient(center, ellipse cover,  rgba(60,161,191,1) 0%, rgba(59,115,156,1) 64%, rgba(59,97,142,0) 89%, rgba(59,92,138,0) 96%, rgba(60,161,191,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(60,161,191,1)), color-stop(64%,rgba(59,115,156,1)), color-stop(89%,rgba(59,97,142,0)), color-stop(96%,rgba(59,92,138,0)), color-stop(100%,rgba(60,161,191,0))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(60,161,191,1) 0%,rgba(59,115,156,1) 64%,rgba(59,97,142,0) 89%,rgba(59,92,138,0) 96%,rgba(60,161,191,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  rgba(60,161,191,1) 0%,rgba(59,115,156,1) 64%,rgba(59,97,142,0) 89%,rgba(59,92,138,0) 96%,rgba(60,161,191,0) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  rgba(60,161,191,1) 0%,rgba(59,115,156,1) 64%,rgba(59,97,142,0) 89%,rgba(59,92,138,0) 96%,rgba(60,161,191,0) 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  rgba(60,161,191,1) 0%,rgba(59,115,156,1) 64%,rgba(59,97,142,0) 89%,rgba(59,92,138,0) 96%,rgba(60,161,191,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ca1bf', endColorstr='#003ca1bf',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    width: 13px;
    height: 13px;
    border-radius: 16px;
    border: none;
    transform: translateY(-2px);
    box-shadow: 0 5px 2px rgba(61, 92, 137, 0.3);
}
#banner.carousel .sklepy > div > a{
    padding-left: 5%;
    padding-top: 5%;
}
#banner.carousel.hd-view .sklepy > div > a{
    padding-left: 0;
}
#banner .oferta > .container > div > span:first-child{
    margin-top: 45px;
}
#banner .video > .container > div > span:first-child{
    margin-top: 45px;
}
#banner .oferta h1{
    padding-top: 101px;
}
#banner .video h1{
    padding-top: 124px;
    padding-left: 75px;
}
#banner .adwords h1,#banner .adwords span{
    color: #446772;
}
#banner .adwords span:before {
    border-bottom: 4px solid #446772;
    border-left: 4px solid #446772;
}
#banner .prawne > .container > div > ul {
    color: #fff;
    font-size: 20px;
    margin: 50px 0 0;
    padding: 0;
}
#banner .prawne > .container > div > ul li {
    list-style-type: none;
    margin: 0;
    padding-left: 30px;
    position: relative;
}
#banner .prawne > .container > div > ul#opisowe{
    margin-top: 55px;
}
#banner .prawne > .container > div > ul#opisowe li {
    background: url("..img/tick2.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    font-weight: 300;
}
#banner .prawne > .container > div > ul#glowne li::before {
    content: "§";
    left: 4px;
    position: absolute;
    top: -3px;
}
#banner .prawne span{
    padding: 0;
    font-size: 18px;
    font-weight: 300;
    margin-top: -8px;
}
#banner .prawne span::before{
    background: none;
    border: none;
}
#banner .prawne_cookies span{
    padding: 0;
    font-size: 18px;
    font-weight: 300;
    margin-top: -8px;
}
#banner .prawne_cookies span::before{
    background: none;
    border: none;
}
#banner .prawne_cookies p {
    color: #fff;
    font-family: Georgia;
    font-size: 16px;
    font-style: italic;
    margin: 40px 0 0;
    padding: 20px 0 0;
    position: relative;
    width: 465px;
    line-height: normal;
}

#banner .prawne_cookies p::before {
    content: url("..img/cytat.png");
    position: absolute;
    top: -12px;
}
#banner .prawne_cookies p::after {
    bottom: -40px;
    content: url("..img/cytat.png");
    position: absolute;
    right: 15px;
}
#banner .prawne_cookies span.zrodlo {
    clear: both;
    color: #ffffff;
    display: block;
    font-family: Georgia;
    font-size: 14px;
    font-style: italic;
    margin-top: 45px;
    position: relative;
}
#banner .rekomendacje_baner {
	display: flex;
	align-items: center;
}
#banner .rekomendacje_baner .header {
	display: inline-block;
	width: 100%;
	color: white;
	padding-left: 15%;
}
#banner .rekomendacje_baner h1 {
	font-size: 40px;
	padding: 0;
}
#banner .rekomendacje_baner span {
	font-size: 20px;
}
#banner .rekomendacje_baner > div > div > div.header > h1{
    padding: 10px 0 0;
}
#banner .rekomendacje_baner > div > div > div.header > span{
    padding: 0;
}
#banner .rekomendacje_baner > div > div > div.header > span::before{
    background: none;
    display: none;
}
#banner .rekomendacje_baner > div > div > div#rekomendacja{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    display: inline-block;
    height: 186px;
    margin-top: 43px;
    width: 490px;
    padding: 5px 1%;
    overflow: hidden;
    position: relative;
}
#banner .rekomendacje_baner > div > div > div#rekomendacja > .carousel-inner{
    position: relative;
}
#banner .rekomendacje_baner > div > div > div#rekomendacja > .carousel-inner > .item{
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    color: #ffffff;
    height: 176px;
    position: relative;
}
#banner .rekomendacje_baner > div > div > div#rekomendacja > .carousel-inner > .item > span{
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    bottom: 3px;
    padding: 0;
    right: 3px;
    text-align: right;
    line-height: normal;
}
#banner .rekomendacje_baner > div > div > div#rekomendacja > .carousel-inner > .item > span:before{
    background: none;
    display: none;
}
#banner .rekomendacje_baner > div > div{
    position: relative;
}
#banner .rekomendacje_baner > div > div > .carousel-control{
    background: none repeat scroll 0 0 #2c8bc6;
    border-radius: 3px;
    font-size: 12px;
    height: 18px;
    left: 0;
    line-height: normal;
    text-align: center;
    top: 322px;
    width: 18px;
}
#banner .rekomendacje_baner > div > div > .carousel-control.left{
    left: 450px;
}
#banner .rekomendacje_baner > div > div > .carousel-control.right{
    left: 470px;
}

#banner .facebook_1zl_90dni, #banner .baner_contact_form {
	background: white;
	padding: 50px 0 20px;
	height: auto;
}

#banner .facebook_1zl_90dni .head, .baner_contact_form .head {
	text-align: center;
}

#banner .facebook_1zl_90dni .head h2, .baner_contact_form .head h2 {
	font-weight: 700;
	font-size: 38px;
}

#banner .facebook_1zl_90dni .head h3, #banner .baner_contact_form .head h3 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 45px;
	margin: 0;
}

#social {
    line-height: 29px;
    margin-bottom: 10px;
    margin-top: 5px;
}
#social .facebook {
    display: inline-block;
    padding-right: 5px;
    vertical-align: top;
}
#social .facebook + * {
    border: medium none;
    height: 21px;
    vertical-align: middle;
    width: 115px;
}
#social > span,
#social > span > div,
#social > div {
    vertical-align: middle !important;
    width: 70px !important;
}
#social .twitter-share-button {
    width: 100px !important;
    vertical-align: middle;
}
.ca-header {
    background: url('img/sepr.png') repeat-x scroll center center transparent;
}
.ca-header.green {
    background: url('img/serp_green.png') repeat-x scroll center center transparent;
}

.ca-header > * {
    background: none repeat scroll 0 0 #ffffff;
    color: #292929;
    display: inline-block;
    font-size: 24px;
    font-weight: 300;
    padding: 0 10px 0 0;
    margin: 0;
}
#footer {
    background: url("img/footer_bg.gif") repeat-x left bottom #f5f5f5;
    bottom: 0;
    margin-top: 35px;
    padding: 15px 0 25px;
}
#footer > div > div:first-child + div {
    margin-bottom: 10px;
}
#footer > div > div:first-child + div p {
    font-size: 14px;
    margin: 0;
    text-align: left;
    width: 255px;
}
#footer > div > div:first-child + div p:first-child {
    background: url("img/kontakt.png") no-repeat right center transparent;
    font-size: 18px;
    font-weight: bold;
    line-height: 46px;
    padding-right: 50px;
    position: relative;
}
#footer nav {
    margin: 5px 0 0;
    overflow: hidden;
}
#footer nav a {
    color: #3f3f3f;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    border-bottom: 1px dashed #c9c9c9;
    display: inline-block;
    padding: 15px 12px;
}

.bottom_info {
	padding: 10px;
	text-align: center;
}
.bottom_info .info_close {
	margin:10px;
}


.carousel-control:focus{
    opacity: 0.5;
}
.carousel-control:hover{
    opacity: 0.9;
}
#realizacje {
    padding: 10px 0;
}
#realizacje > div {
    display: table;
    padding: 0;
    table-layout: fixed;
}
#realizacje > div > a {
    background: url("img/layerShadow.png") no-repeat center center transparent;
    background-size: 100% 100%;
    text-decoration: none;
    text-align: center;
}
body:not(.mobile) #realizacje > div > a:hover {
    background: url("img/layerShadow_yellow.png") no-repeat center center transparent;
    background-size: 100% 100%;
}
#realizacje > div > a > img:first-child {
    margin-top: 25px;
    max-width: 100%;
}
#realizacje > div > a > span {
    color: #292929;
    display: block;
    font-size: 14px;
    font-weight: 300;
    padding: 15px 10px 50px;
    text-align: center;
}
#realizacje a:not(.no-zoom):after {
    background: url("img/lupa.png") no-repeat center center transparent;
    bottom: 10px;
    content: " ";
    height: 14%;
    position: absolute;
    right: 5%;
    width: 20px;
}
.bg_line{
    background: url('img/linie.png') repeat;
}
.ct1200 {
    clear: both;
    display: table;
    margin: 0 auto;
    max-width: 1200px;
    table-layout: fixed;
    width: 100%;
}
.ct1200 > div {
    display: table-cell;
    vertical-align: middle;
}
.ct1200 > div:first-child {
    width: 60%;
}
.ile {
    color: #ed2f5e;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 5px;
}

.napisz_do_nas {
    color: #292929;
    font-size: 18px;
    font-weight: 300;
}

.send_btn:after{
    position: absolute;
    content: "";
    display: inline-block;
    /* By using an em scale, the arrows will size with the font */
    width: 0.8em;
    height: 0.8em;
    border-right: 0.2em solid #ffffff;
    border-top: 0.2em solid #ffffff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: 0;
    left: 85%;
    /*transition: left 0.5s;*/
    top: 13px;
}
body:not(.mobile) .send_btn:hover:after{
    left: 150%;
    -webkit-animation: left_arrow 0.5s;
    -moz-animation: left_arrow 0.5s;
    -ms-animation: left_arrow 0.5s;
    -o-animation: left_arrow 0.5s;
    animation: left_arrow 0.5s;
}

.send_btn:before{
    position: absolute;
    content: "";
    display: inline-block;
    /* By using an em scale, the arrows will size with the font */
    width: 0.8em;
    height: 0.8em;
    border-right: 0.2em solid #ffffff;
    border-top: 0.2em solid #ffffff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: 0;
    /*transition: left 2s;*/
    left: -100%;
    top:13px;
}
body:not(.mobile) .send_btn:hover:before{
    left: 85%;

    -webkit-animation: left_arrow2 0.5s;
    -moz-animation: left_arrow2 0.5s;
    -ms-animation: left_arrow2 0.5s;
    -o-animation: left_arrow2 0.5s;
    animation: left_arrow2 0.5s;
}
.send_btn {
    background: #eb2e5d;
    border: medium none;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    padding: 8px 30px 8px 15px;
    text-align: left;
    text-decoration: none;
    width: auto;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}
.send_btn.mrt20{
    margin-top: 13px;
}
body:not(.mobile) .send_btn:hover {
    color:#ffffff;
    text-decoration: none;
    background: #df2956;
    /*    -webkit-animation: moja_animacja 0.5s;
        -moz-animation: moja_animacja 0.5s;
        -ms-animation: moja_animacja 0.5s;
        -o-animation: moja_animacja 0.5s;
        animation: moja_animacja 0.5s; */
}
.send_btn.big{
    padding: 15px 30px 15px 15px;
}
.send_btn.big:before{
    top: 20px;
}
.send_btn.big:after{
    top: 20px;
}
#rekomendacje_slider {
    padding: 0 3%;
}
#rekomendacje_slider > .carousel-inner > .item > div{
    display: table;
    table-layout: fixed;
    width: 100%;
}
#rekomendacje_slider > .carousel-inner > .item > div > div{
    padding: 2%;
    text-align: center;
    vertical-align: middle;
    height: 300px;
    display: table-cell;
    float: none;
}
#rekomendacje_slider > .carousel-inner > .item > div > div:first-child{
    border-right: 1px solid #d4d4d4;
    text-align: justify;
    color: #2a2a2a;
    font-size: 15px;
    font-weight: 300;
    font-style: italic;
    width: 58%;
}
#rekomendacje_slider > .carousel-inner > .item > div > div:first-child > p{
    line-height: normal;

}
#rekomendacje_slider > .carousel-inner > .item > div > div:first-child > span{
    display: block;
    text-align: right;
}
#rekomendacje_slider .carousel-control {
    background: none repeat scroll 0 0 transparent;
    width: 3%;
}
#rekomendacje_slider .carousel-control:active{
    transform: scale(0.9);
}
.funkcje{
    color: #000000;
    font-weight: 300;
    padding: 0 1%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 20px;
}
.funkcje:hover,.funkcje:focus{
    color: #000000;
    text-decoration: none;
}
.funkcje > .ico {
    display: block;
    height: 151px;
    margin: 0 auto;
    width: 151px;
    background: url("img/oferta_ico_4.png?4") no-repeat scroll 0 0 transparent;
}
#oferta_ico1 > .ico{
    background-position: 0 0;
}
#oferta_ico2 > .ico {
    background-position: -152px 0;
}
#oferta_ico3 > .ico {
    background-position: -304px 0;
}
#oferta_ico4 > .ico {
    background-position: -456px 0;
}
#oferta_ico5 > .ico {
    background-position: -608px 0;
}
#oferta_ico6 > .ico {
    background-position: -760px 0;
}
#oferta_ico7 > .ico {
    background-position: -912px 0;
}
#oferta_ico8 > .ico {
    background-position: -1064px 0;
}
#oferta_ico9 > .ico {
    background-position: -1216px 0;
}
#oferta_ico10 > .ico {
    background-position: -1368px 0;
}
#oferta_ico11 > .ico {
    background-position: -1520px 0;
}
#oferta_ico12 > .ico {
    background-position: -1672px 0;
}
#oferta_ico13 > .ico {
    background-position: -1824px 0;
}
#oferta_ico14 > .ico {
    background-position: -1976px 0;
}
#oferta_ico15 > .ico {
    background-position: -2128px 0;
}
#oferta_ico16 > .ico {
    background-position: -2280px 0;
}
#oferta_ico17 > .ico {
    background-position: -2585px 0;
}
#oferta_ico18 > .ico {
    background-position: -2738px 0;
}
.funkcje.oferta_ico span.opis{
    max-width: 235px;
    display: inline-block;
    padding-top: 10px;
}
.foot_tagi{
    margin-bottom: 20px;
}
.foot_tagi > span{
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    margin: 5px 0 0;
}
.foot_tagi > div{
    display: block;
    clear: both;
}
.foot_tagi > div > *{
    font-size: 14px;
    font-weight: 400;
    color: #bababa;
    display: block;
    margin: 0 8px 2px 0;
}
.foot_tagi > div > *.clear{
    height: 15px;
}
.foot_tagi > div > * > a{
    color: #bababa;
    text-decoration: none;
}
.foot_tagi > div > * > a:hover{
    color: #7a7a7a;
    text-decoration: underline;
}
.foot_tagi > div > h1 > a, .foot_tagi > div > h2 > a {
    font-size: 16px;
}
.foot_tagi > div > h3 > a, .foot_tagi > div > h4 > a {
    font-size: 14px;
}
.foot_tagi > div > h5 > a, .foot_tagi > div > h6 > a, .foot_tagi > div > h7 > a {
    font-size: 13px;
}
h2.oferta_h2 {
    color: #535353;
    font-size: 50px;
    text-align: center;
    display: block;
    clear: both;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
    font-weight: 300;
}
h2.oferta_h2 > span{
    color: #878787;
}
.oferta_content{
    clear: both;
    display: table;
    float: none;
}
p.sklepy{
    font-size: 14px;
    font-weight: 300;
    text-align: justify;
    margin: 10px 0;
}
#mixContainer > div{
    display: none;
}
div#mixContainer {
    overflow: hidden;
    padding: 5px;
}
div#mixContainer > div{
    text-align: center;
    background: #ffffff;
    margin: 15px 0;
}
div#mixContainer a{
    border: 1px solid #cacaca;
    cursor: pointer;
    display: inline-block;
    height: 394px;
    margin: 0;
    text-decoration: none;
    vertical-align: middle;
    width: 100%;
}
div#mixContainer  a > span{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #292929;
    display: table-cell;
    font-size: 16px;
    font-weight: bold;
    height: 49px;
    padding-left: 16px;
    text-align: left;
    vertical-align: middle;
}
div#mixContainer a > div{
    height: 223px;
    line-height: 186px;
    overflow: hidden;
    vertical-align: middle;
}
div#mixContainer  a > div > img{
    vertical-align: middle;
}
div#mixContainer  a > p{
    color: #292929;
    font-family: Roboto, Arial;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    padding: 8px 10px;
    text-align: justify;
}
div#mixContainer a:hover{
    box-shadow: 0 0 5px #cacaca;
}
div#mixContainer a:hover > span,div#mixContainer a.active > span{

}
#mixContainer > div.line {
    display: inline-block;
}

div#mixContainer > div.produktHead{
    clear: both;
    margin: 0 0 10px;
    text-align: left;
    width: 100%;
    border-top: 2px solid #cacaca;
}
div#mixContainer a > div > img {
    transition: all 0.7s ease 0s;
}
div#mixContainer a:hover > div > img {
    /*transform: scale(1.2);*/
}
#mixContainer .image {
    position:relative;}
#mixContainer .image .textbox {
    width:100%;
    height:233px;
    position:absolute;
    top:0;
    left:0;
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: rgba(255,255,255,0.75);
    -webkit-box-shadow: 0px 0px 15px 2px rgba(255,255,255,.75);
    box-shadow: 0px 0px 15px 2px rgba(255,255,255,.75);}
div#mixContainer a:hover .image .textbox {
    -webkit-transform: scale(1);
    transform: scale(1);}
#mixContainer .text {
    color: #000000;
    padding-top: 50px;
    text-align: center;
    line-height: normal;
    font-size: 20px;
    font-weight: 300;
}
#mixContainer .textbox {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;}
body.mobile #mixContainer .image .textbox{
    display: none;
}
#divFilter > div{
    display: inline-block;
    border: 1px solid #9d9d9d;
    border-radius: 3px;
    padding: 3px 8px;
    color: #9d9d9d;
    margin-right: 10px;
    cursor: pointer;
    background: #ffffff;
}
#divFilter > div.active{
    height: auto;
    width: auto;
    float: none;
    margin: 0 10px 0 0;
    background: #216bad;
    color: #ffffff;
    border: 1px solid #216bad;
}
#divFilter > div:hover{
    color: #9d9d9d;
}
body.mobile #divFilter > div:hover{
    color: #ffffff;
}
body:not(.mobile) #divFilter > div:before{
    background: #E8EEF7;
}
body.mobile #divFilter > div:before{
    background: #216bad;
}
#divFilter{
    display: inline-block;
    margin: 0 0 0 10px;
}
.katHedF{
    display: block;
    font-size: 14px;
    color: #292929;
    font-weight: 300;
    margin: 0 10px 0 10px;

}
p.thin {
    color: #292929;
    font-size: 13px;
    font-weight: 300;
    text-align: justify;
    padding: 0;
}

div#SklepGaleria{
    display: inline-block;
    margin-bottom: 15px;
}
div#SklepGaleria > div#photoThumb{
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
    clear: both;
    display: block;
    height: 590px;
    line-height: 582px;
    padding: 0 0 5px;
    position: relative;
    overflow: hidden;
}
div#SklepGaleria > div#photoThumb:after{
    background: #ffffff; 
    background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%); 
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.2))); 
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%); 
    background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%); 
    background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);  
    background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);  
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0,0,0,0)', endColorstr='rgba(0,0,0,0.2)',GradientType=1 ); 
    position: absolute;
    display: block;
    width: 17px;
    height: 100%;
    right: 0;
    content: ' ';
    top: 0;
}
div#SklepGaleria > div#photoThumb > a{
    position: relative;
    display: inline-block;
    cursor: url(img/lupa.cur), pointer;
    width: 100%;
    text-align: center;
}
div#SklepGaleria > div#photoThumb > a > img{
    max-width: 100%;
    vertical-align: middle;
}
div#SklepGaleria > div#photoThumb2{
    display: inline-block;
    height: 110px;
    overflow: hidden;
    vertical-align: top;
    width: 95%;
}
div#SklepGaleria > div#photoThumb2 > div > div{
    display: inline-block;
    width: 24.51%;
    height: 110px;
    background-size: 100% 100% !important;
    margin-right: 0.65%;
    position: relative;
    cursor: pointer;
    vertical-align: top;
}
body div#SklepGaleria > div#photoThumb2 > div > div > div
{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.3);
    transform: scale(0);
    transition: transform 0.5s;
}
body.mobile div#SklepGaleria > div#photoThumb2 > div > div > div{
    width: 0;
    height: 0;
    background: rgba(0,0,0,0);
}
div#SklepGaleria > div#photoThumb2 > div > div:not(.active) > div,body.mobile div#SklepGaleria > div#photoThumb2 > div > div:not(.active) > div{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.3);
    transform: scale(1);
    transition: transform 0.5s;
}
div#SklepGaleria > div#photoThumb2 > div > div:not(.active) > div:hover{
    background: url('img/lupa3.png') no-repeat center center rgba(0,0,0,0.3);
}
div#SklepGaleria > div#photoThumb2 > div > div:nth-child(4n){
    margin-right: 0;
}
.carousel-control.prevTh,.carousel-control.nextTh{
    background: url('img/arrPrev.png') no-repeat center center #e8e8e8;
    display: inline-block;
    height: 110px;
    width: 2.5%;
    cursor: pointer;
}
.carousel-control.nextTh{
    background: url('img/arrNext.png') no-repeat center center #e8e8e8;
}
.carousel-control.nextTh.hvr-bounce-to-right::before
{
    background: url('img/arrNextW.png') no-repeat center center #000000;
}
.carousel-control.prevTh.hvr-bounce-to-left::before{
    background: url('img/arrPrevW.png') no-repeat center center #000000;
}
div#SklepGaleria.one-page .carousel-control.prevTh,div#SklepGaleria.one-page .carousel-control.nextTh{
    opacity: 1;
}
.gHead {
    clear: both;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 20px 0 15px;
    text-align: left;
}
.sklep_szczegoly{
    display: block;
    clear: both;
    margin-top: 0;
}
div.sklep_szczegoly_opis{
    display: inline-block;
    padding-left: 15px;
    vertical-align: top;
    margin-bottom: 15px;
}
div.sklep_szczegoly_opis > span,
div.rekomendacje_box > span{
    font-weight: 600;
    font-size: 16px;
}
div.sklep_szczegoly_opis > span{
    display: block;
    font-weight: 600;
    margin-top: 38px;
    position: relative;
}
div.sklep_szczegoly_opis > span > .fb-like{
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}
div.sklep_szczegoly_opis > p{
    text-align: justify;
    font-weight: 300;
    font-size: 13px;
}
div.rekomendacje_box {
    margin-top: 36px;
}
.rekomendacje {
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
    text-align: justify;
    margin-bottom: 10px;
}
.rekomendacje_podpis > span{
    display: block;
    clear: both;
    text-align: right;
    font-weight: 300;
    font-size: 14px;
}
.rekomendacje_podpis > span:first-child{
    font-weight: 400;
}
div.technologie_box{
    display: block;
    clear: both;
    border-top: 1px dotted #000000;
    border-bottom: 1px dotted #000000;
    padding: 18px 5px;
    margin-top: 15px;
    margin-bottom: 21px;
}
div.technologie_box > span{
    display: block;
    clear: both;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 15px;
}
div.technologie_box > ul{
    display: block;
    clear: both;
    padding: 0;
    margin: 0;
}
div.technologie_box > ul > li{
    display: inline-block;
    padding: 0;
    margin: 0;
    text-align: center;
    width: 60px;
}
div.technologie_box > ul > li > span{
    display: block;
    font-size: 10px;
    font-style: italic;
    font-weight: 500;
}
.sklep_szczegoly_opis div.linki > a{
    display: inline-block;
    text-decoration: none;
    color: #000000;
    border: 1px solid #000000;
    padding: 10px 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    margin-right: 7px;
}

.sklep_szczegoly_opis div.linki > a:first-child{
    margin-left: 5px;
}
.sklep_szczegoly_opis div.linki > a:hover{
    color: #ffffff;
}
body.mobile .sklep_szczegoly_opis div.linki > a:hover{
    color: #000000;
}
.sklep_szczegoly_opis div.linki > a.hvr-bounce-to-top::before{
    background: #000000;
}
body.mobile .sklep_szczegoly_opis div.linki > a.hvr-bounce-to-top::before{
    background: #ffffff;
}
input,textarea,select{
    border: 1px solid #cacaca;
    max-width: 100%;
}
.captcha-place{
    text-align: right;
    margin-top: 10px;
}
.captcha-place > div{
    display: inline-block;
    vertical-align: top;
    margin-right: 3px;
}
.captcha-place > div:last-child{
    margin-right: 0;
}
.captcha-form {
    display: inline-block;
    height: 75px;
    padding-top: 0;
    vertical-align: bottom;
    width: 100px;
    text-align: center;
    position: relative;
    margin-right: 15px !important;
}
.captcha-form > img {
    float: left;
    background: url('img/cp.jpg') repeat 0 0 #ffffff;
    position: relative;
    margin-bottom: 2px;
}
.captcha-form:after{
    position: absolute;
    content: ' ';
    display: block;
    top: 0;
    left: 0;
    width: 100px;
    height: 35px;
    background: url('img/cp_after.png') no-repeat 0 0 transparent;
    z-index: 50;
}
.captcha-form > a {
    color: #CA1A46;
    font-size: 12px;
    font-weight: 300;
    display: block;
    clear: both;
}
.captcha-div {
    display: inline-block;
    width: 150px;
    margin-left: 15px;
}
.captcha-div > label {
    font-size: 12px;
    font-weight: 300;
}
.captcha-div > input {
    border-collapse: collapse;
    height: 35px;
    margin-right: 10px;
    width: calc(100% - 10px);
}
.captcha-div > label {
    margin-top: 0 !important;
}
form.kontakt {
    clear: both;
    display: inline-block;
    margin: 10px 0;
    width: 100%;
}
form.kontakt .send_btn{
    margin-top: 0;
}
form.kontakt label{
    display: block;
    clear: both;
    text-align: left;
    color: #3a3a3a;
    font-size: 14px;
    font-weight: 300;
    text-align: justify;
    margin-top: 5px;
}
form.kontakt div.input input, form.kontakt div.input select{
    width: 100%;
    /* height: 35px; */
}
form.kontakt div.input textarea{
    width: 100%;
    /* height: 230px; */
}
#sklep_index #tresc,
#strona_pozycjonowanie #tresc,
#strona_strony_internetowe #tresc,
#strona_facebook #tresc,
#strona_adwords #tresc,
#strona_kontakt #tresc {
    height: 165px;
}

#contact_form_call_back {
	height: auto !important;
}

#contact_form_call_back #KontaktTelefon {
	background: url("img/pol_tel.svg") no-repeat 20px 16px;
	padding-left: 95px;
	background-size: 65px;
}

#contact_form_call_back textarea {
	height: 127px;
}

#contact_form_call_back .day_time {
	text-align: center;
	padding: 20px 0;
}

#contact_form_call_back .day_time select {
	padding: 15px 25px;
	border-radius: 7px;
	border: none;
	width: 150px;
	margin: 5px;
	appearance: none;
	background: #f2f5f6;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16px' height='16px' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6.1018 8C5.02785 8 4.45387 9.2649 5.16108 10.0731L10.6829 16.3838C11.3801 17.1806 12.6197 17.1806 13.3169 16.3838L18.8388 10.0731C19.5459 9.2649 18.972 8 17.898 8H6.1018Z' fill='%23212121'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
}

#contact_form_call_back .button {
	text-align: center;
}

#contact_form_call_back .button button {
	font-size: 20px;
	width: auto;
	padding: 10px 30px 10px 60px;
}


#contact_form_call_back .button button:before {
	content: none;
}


#contact_form_call_back .button button:after {
	position: absolute;
	content: "";
	display: inline-block;
	height: 25px;
	left: 20px;
	top: 17px;
	width: 25px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.624' height='24.624' viewBox='0 0 24.624 24.624'%3E%3Cpath d='M36.439-785.079a12.32,12.32,0,0,1,0-17.415,12.32,12.32,0,0,1,17.415,0,12.32,12.32,0,0,1,0,17.415A12.32,12.32,0,0,1,36.439-785.079Zm16.708-.707a11.319,11.319,0,0,0,0-16,11.319,11.319,0,0,0-16,0,11.319,11.319,0,0,0,0,16A11.319,11.319,0,0,0,53.147-785.786Zm-2.1-4.85-6.124-2.646a.514.514,0,0,1-.236-.208.509.509,0,0,1-.1-.294v-7.17a.5.5,0,0,1,.5-.5h.1a.5.5,0,0,1,.5.5v6.807l5.792,2.5a.5.5,0,0,1,.261.656l-.039.091A.5.5,0,0,1,51.052-790.636Z' transform='translate(-32.834 806.099)' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");
	transition: 0.4s ease;
	
}

#contact_form_call_back .button button:hover:after {
	transform: scale(1.2);
	transition: 0.4s ease;
}

.facebook_universal #KontaktTelefon {
	padding: 0 20px!important;
	background: none!important;
}


hr{
    border-top: 1px dashed #c9c9c9;
    clear: both;
    display: table;
    margin: 15px 0;
    width: 100%;
}
.textSeo{
    display: table;
    width: 100%;
    text-align: justify;
    border-top: 1px dashed #c9c9c9;
    padding: 15px 0 0;
    font-size: 14px;
    font-weight: 300;
    clear: both;
}
.breadcrumb {
    background: none repeat scroll 0 0 transparent;
    border-left: 1px solid #B1B1B1;
    border-radius: 0;
    display: inline-block;
    padding: 0 0 0 1%;
    font-size: 13px;
    color: #292929;
    font-weight: 300;
}
.breadcrumb > li + li::before{
    content: '>';
}
.breadcrumb > li > a{
    color: #292929;
}
.topNav{
    background: none repeat scroll 0 0 #f9f9f9;
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    padding: 30px 0;
}
.topNav h1{
    display: inline-block;
    font-size: 30px;
    font-weight: 400;
    margin: 0;
    text-align: left;
    vertical-align: middle;
}
.topNav .breadcrumb{
    margin: 0;
    vertical-align: middle;
    float: right;
    border: none;
}
.topNav .breadcrumb *{
    color: #9b9b9b;
    font-size: 12px;
    font-weight: 300;
    text-decoration: none;
}
p.realizacje_ {
    color: #2c6fdc;
    font-size: 24px;
    font-weight: 300;
}
.font_18 {
    color: #292929;
    display: block;
    font-size: 18px;
    font-weight: 300;
    padding-left: 10px;
}
#fb_prize {
    border: 1px solid #e3e3e3;
    text-align: center;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 10px;
}
.backf9 {
    background: none repeat scroll 0 0 #f9f9f9;
}
#fb_prize td {
    border: 1px solid #e3e3e3;
    height: 40px;
    font-size: 15px;
}
#fb_prize td > span {
    color: #2c6fdc;
    font-size: 18px;
    font-weight: 300;
}
#fb_prize td.first{
    text-align: left;
    padding-left: 1%;
}
#fb_prize td.first span {
    color: black;
    font-size: 14px;
    font-weight: 300;
}
.dodatkowe_ul {
    color: #2c6fdc;
    font-size: 14px;
    font-weight: 300;
    line-height: 13px;
    list-style: outside none disc;
    padding: 0;
    margin-bottom: 30px;
}
.dodatkowe_ul li {
    margin: 0 0 0.8em 1.4em;
}
li > span {
    color: #292929;
}
a.polecamy {
    background: none repeat scroll 0 0 #3ca1bf;
    clear: both;
    color: #ffffff;
    display: block;
    min-height: 110px;
    margin: 20px auto 35px;
    padding: 14px 0 7px 160px;
    position: relative;
    text-decoration: none;
    width: 100%;
    max-width: 100%;
}
a.polecamy:after {
    background: url("img/polecamy.png") no-repeat scroll 0 0 transparent;
    content: " ";
    display: block;
    height: 137px;
    left: 25px;
    position: absolute;
    top: -1px;
    width: 105px;
}

div.polecamy {
    background: none repeat scroll 0 0 #3ca1bf;
    clear: both;
    color: #ffffff;
    display: block;
    min-height: 110px;
    margin: 20px auto 35px;
    padding: 14px 0 7px 160px;
    position: relative;
    text-decoration: none;
    width: 100%;
    max-width: 100%;
}
div.polecamy:after {
    background: url("img/polecamy.png") no-repeat scroll 0 0 transparent;
    content: " ";
    display: block;
    height: 137px;
    left: 25px;
    position: absolute;
    top: -1px;
    width: 105px;
}

.polecamy a {
    color: white;
}

.fb_sklep a.polecamy {
    background: none repeat scroll 0 0 #3b5999;
    clear: both;
    color: #ffffff;
    display: block;
    min-height: 110px;
    margin: 20px auto 35px;
    padding: 14px 0 7px 160px;
    position: relative;
    text-decoration: none;
    width: 100%;
    max-width: 100%;
}
.fb_sklep div.polecamy {
    background: none repeat scroll 0 0 #3b5999;
    clear: both;
    color: #ffffff;
    display: block;
    min-height: 110px;
    margin: 20px auto 35px;
    padding: 14px 0 7px 160px;
    position: relative;
    text-decoration: none;
    width: 100%;
    max-width: 100%;
}
.fb_sklep a.polecamy:after {
    background: url("img/polecamy.png") no-repeat scroll 0 0 transparent;
    content: " ";
    display: block;
    height: 137px;
    left: 25px;
    position: absolute;
    top: -1px;
    width: 105px;
}

div.polecamy {
    background: none repeat scroll 0 0 #3ca1bf;
    clear: both;
    color: #ffffff;
    display: block;
    min-height: 110px;
    margin: 20px auto 35px;
    padding: 14px 0 7px 160px;
    position: relative;
    text-decoration: none;
    width: 100%;
    max-width: 100%;
}
div.polecamy:after {
    background: url("img/polecamy.png") no-repeat scroll 0 0 transparent;
    content: " ";
    display: block;
    height: 137px;
    left: 25px;
    position: absolute;
    top: -1px;
    width: 105px;
}

.fb_sklep div.polecamy {
    background: none repeat scroll 0 0 #3b5999;
    clear: both;
    color: #ffffff;
    display: block;
    min-height: 110px;
    margin: 20px auto 35px;
    padding: 14px 0 7px 160px;
    position: relative;
    text-decoration: none;
    width: 100%;
    max-width: 100%;
}
.fb_sklep div.polecamy:after {
    background: url("img/polecamy.png") no-repeat scroll 0 0 transparent;
    content: " ";
    display: block;
    height: 137px;
    left: 25px;
    position: absolute;
    top: -1px;
    width: 105px;
}


a.polecamy2{
    margin-top: 20px;
}
a.polecamy2:after {
    background: url("img/polecamy2.png") no-repeat scroll 0 0 transparent;
}
a.polecamy3{
    background: #ff8400;
}
a.polecamy3:after {
    background: url("img/polecamy3.png") no-repeat scroll 0 0 transparent;
}
a.polecamy4{
    background: none repeat scroll 0 0 #ff8400;
    display: inline-block;
    width: 100%;
}
a.polecamy4::after {
    background: url("img/polecamy4.png") no-repeat scroll 0 0 transparent;
}
a.polecamy > span.h1 {
    display: block;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}
a.polecamy > span.tekst {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    max-width: 560px;
    width: 66%;
}

div.polecamy > span.h1 {
    display: block;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}
div.polecamy > span.tekst {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    max-width: 520px;
    width: 66%;
}

a.polecamy > span.p_btn {
    border: 1px solid #ffffff;
    border-radius: 3px;
    display: inline-block;
    float: right;
    font-size: 24px;
    font-weight: 500;
    margin-right: 30px;
    margin-top: -55px;
    padding: 6px 25px;
}
a.polecamy > span.p_btn:before{
    background: #4CAFCD;
}

.fb_sklep a.polecamy > span.p_btn:before{
    background: #4366b2;
}

div.polecamy > span.p_btn {
    border: 1px solid #ffffff;
    border-radius: 3px;
    display: inline-block;
    float: right;
    font-size: 24px;
    font-weight: 500;
    margin-right: 30px;
    margin-top: -55px;
    padding: 6px 25px;
}
div.polecamy > span.p_btn:before{
    background: #4CAFCD;
}

.fb_sklep div.polecamy > span.p_btn:before{
    background: #4366b2;
}

a.polecamy2 > span.p_btn:before{
    background: #89AEBB;
}
a.polecamy3 > span.p_btn:before{
    background: #FF9600;
}
a.polecamy4 > span.p_btn:before{
    background: #FF9600;
}
body#sklep_index a.polecamy {
    background: none repeat scroll 0 0 #0b72b5;
}
body#sklep_index div.polecamy {
    background: none repeat scroll 0 0 #0b72b5;
}
body#sklep_index a.polecamy:after {
    background: url("img/polecamy_strony_index.png") no-repeat scroll 0 0 transparent;
}

.fb_sklep a.polecamy:after {
    background: url("img/polecamy_fb_sklep.png") no-repeat scroll 0 0 transparent;
}

body#sklep_index a.polecamy > span.p_btn::before{
    background: #347cab;
}
body#sklep_index div.polecamy > span.p_btn::before{
    background: #347cab;
}
body#sklep_index a.polecamy > span.tekst{
    width: 77%;
    display: block;
    max-width: 700px;
}
body#sklep_index div.polecamy > span.tekst{
    width: 77%;
    display: block;
    max-width: 700px;
}

.polecamy_cs1.polecamy {
	background: #8b2f7fbf;
	margin-bottom: 80px;
}

.polecamy_cs1.polecamy:after {
	background: url("img/polecamy_1.png") no-repeat scroll 0 0 transparent;
	height: 150px;
	top: -5px;
	width: 125px;
	background-size: contain;
}

.polecamy_cs1.polecamy > span.p_btn:before {
	background: #f488ce;
}

.polecamy_cs1.polecamy a {
	color: white;
}

.polecamy_cs2 {
	padding: 14px 0 20px 160px;
}

.polecamy_cs2.polecamy {
	background: #864299;
	margin-bottom: 80px;
}

.polecamy_cs2.polecamy:after {
	background: url("img/polecamy_3.png") no-repeat scroll 0 0 transparent;
	height: 150px;
	top: -5px;
	width: 125px;
	background-size: contain;
}

.polecamy_cs2.polecamy > span.p_btn:before {
	background: #ff6fb1;
}

div.polecamy_cs2 > span.tekst {
	max-width: 700px;
}

.polecamy_cs2.polecamy a, .polecamy_cs3.polecamy a{
	color: white;
}

.polecamy_cs3.polecamy {
	margin-bottom: 80px;
}

.polecamy_cs3.polecamy:after {
	background: url("img/polecamy_2.png") no-repeat scroll 0 0 transparent;
	height: 150px;
	top: -5px;
	width: 125px;
	background-size: contain;
}

.polecamy_cs3.polecamy > span.p_btn:before {
	background: #72BFD6;
}

.polecamy_cs4.polecamy {
	margin-bottom: 80px;
	margin-top: 60px;
	background: white;
	border: 2px solid #009f73;
	color: #000000;
	border-radius: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 25px;
}

.polecamy_cs4.polecamy a {
	color: #000000;
	font-weight: 600;
}

.polecamy_cs4.polecamy:after {
	background: url("img/polecamy_4.png") no-repeat scroll 0 0 transparent;
	height: 150px;
	top: -15px;
	width: 125px;
	background-size: contain;
}

.polecamy_cs4.polecamy > span.p_btn {
	background: white;
	padding: 0;
	margin-right: 0;
}

.polecamy_cs4.polecamy .p_btn a {
	background: #009f73;
	padding: 10px 30px;
}

.polecamy_cs4 span.tekst {
	max-width: 100% !important;
}



.polecamy_cs5.polecamy {
	margin-bottom: 80px;
	margin-top: 60px;
	background: white;
	border: 2px solid #000;
	color: #000000;
	border-radius: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 25px;
}

.polecamy_cs5.polecamy a {
	color: #000000;
	font-weight: 600;
}

.polecamy_cs5.polecamy:after {
	background: url("img/polecamy_5.png") no-repeat scroll 0 0 transparent;
	height: 150px;
	top: -15px;
	width: 125px;
	background-size: contain;
}

.polecamy_cs5.polecamy > span.p_btn {
	background: white;
	padding: 0;
	margin-right: 0;
}

.polecamy_cs5.polecamy .p_btn a {
	background: #f16046;
	padding: 10px 30px;
}

.polecamy_cs5 span.tekst {
	max-width: 100% !important;
}

.polecamy_cs6.polecamy {
	background: #3b5999;
	margin-bottom: 80px;
}

.polecamy_cs6.polecamy:after {
    background: url("img/konkursy_fb/polecamy.png") no-repeat scroll 0 0 transparent;
}

.polecamy_cs6.polecamy a {
	color: white;
}


.p_70 {
    margin: 30px 0;
    padding-top: 20px;
}
.p_70::before {
    background: url("img/marketing_ico.png") no-repeat scroll -642px 0 transparent;
    content: " ";
    display: inline-block;
    float: left;
    height: 94px;
    margin-right: 15px;
    margin-top: -20px;
    width: 94px;
}

.marketing_pakiet {
    height: 65px; 
    border-radius: 5px; 
    float: left;
    border: 1px solid #e3e3e3;
    text-decoration: none;
    display: table;
    margin: 10px 0 50px;
    position: relative;
    cursor: pointer;
    padding: 0;
    width: 100%;
}
.marketing_pakiet:hover{
    text-decoration: none;
}
.marketing_pakiet.first{
    margin-left: 0;
}
.marketing_pakiet.last{
    margin-right: 0;
}
.marketing_pakiet:after{
    background: url("img/opac2.png") repeat-x scroll left top rgba(0, 0, 0, 0);
    border-radius: 5px 5px 0 0;
    bottom: -40px;
    content: " ";
    display: inline-block;
    height: 34px;
    left: 0;
    position: absolute;
    width: 100%;
}
.marketing_pakiet .head { position: relative; background: none no-repeat scroll 0 0 #3ca1bf; height: 65px; border-radius: 5px 5px 0 0;}
.marketing_pakiet .head:after { top: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(40, 162, 193, 0); border-top-color: #3ca1bf; border-width: 15px; margin-left: -15px; }
.marketing_pakiet #mp1.head{background: none no-repeat scroll 0 0 #55b3cf;}
.marketing_pakiet #mp1.head:after{border-top-color: #55b3cf;}
.marketing_pakiet #mp2.head{background: none no-repeat scroll 0 0 #3ca1bf;}
.marketing_pakiet #mp2.head:after{border-top-color: #3ca1bf;}
.marketing_pakiet #mp3.head{background: none no-repeat scroll 0 0 #2f8fac;}
.marketing_pakiet #mp3.head:after{border-top-color: #2f8fac;}
.marketing_pakiet #mp4.head{background: none no-repeat scroll 0 0 #27839f;}
.marketing_pakiet #mp4.head:after{border-top-color: #27839f;}
.marketing_pakiet .head > span {
    color: #FFFFFF;
    display: inline-block;
    font-size: 24px;
    margin: 15px 0;
    text-align: center;
    width: 100%;
}
.marketing_pakiet > .ceny{
    color: #3ca1bf;
    margin: 0 0 15px;
    display: block;
    text-align: center;
}
.marketing_pakiet > .ceny.mp1{color: #55b3cf;}
.marketing_pakiet > .ceny.mp2{color: #3ca1bf;}
.marketing_pakiet > .ceny.mp3{color: #2f8fac;}
.marketing_pakiet > .ceny.mp4{color: #27839f;}
.marketing_pakiet > .ceny > *{
    display: inline-block;
}
.marketing_pakiet > .ceny > * > .cena{
    display: block;
    font-size: 43px;
    font-weight: 700;
    margin-top: 17px;
    text-align: center;
    word-spacing: -7px;
}
.marketing_pakiet > .ceny > * > .tax{
    display: inline-block;
    float: right;
    font-size: 20px;
    margin-top: -15px;
    line-height: normal;
}
.marketing_pakiet > ul{
    border-bottom: 1px dotted #000000;
    border-top: 1px dotted #000000;
    display: block;
    margin: 30px 10px 10px;
    padding: 10px 0;
    height: 180px;
}
.marketing_pakiet > ul > li{
    background: url("img/tick.png") no-repeat scroll 0 center transparent;
    color: #000000;
    display: block;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 0 5px;
    padding-left: 22px;
    white-space: nowrap;
}
.marketing_pakiet.blog{
    width: 32%;
}
.blog #mp1.head {
    background: none repeat scroll 0 0 #ab5f88;
}
.blog #mp1.head::after {
    border-top-color: #ab5f88;
}
.blog > .ceny.mp1 {
    color: #ab5f88;
}
.blog #mp2.head {
    background: none repeat scroll 0 0 #934d73;
}
.blog #mp2.head::after {
    border-top-color: #934d73;
}
.blog > .ceny.mp2 {
    color: #934d73;
}
.blog #mp3.head {
    background: none repeat scroll 0 0 #7c385d;
}
.blog #mp3.head::after {
    border-top-color: #7c385d;
}
.blog > .ceny.mp3 {
    color: #7c385d;
    margin-bottom: 8px;
}
.marketing_pakiet.blog > ul{
    height: 180px;
    margin-top: 20px;
}
.blog .ceny.mp3 + ul {
    margin-top: 0;
}
.blog > .ceny > * > span.wycena {
    font-size: 30px;
    padding: 0 20px;
    line-height: 42px;
}

.marketing_pakiet.czarny_pr{
    width: 32%;
}
.czarny_pr #mp1.head {
    background: none repeat scroll 0 0 #8eb0bb;
}
.czarny_pr #mp1.head::after {
    border-top-color: #8eb0bb;
}
.czarny_pr > .ceny.mp1 {
    color: #8eb0bb;
}
.czarny_pr #mp2.head {
    background: none repeat scroll 0 0 #5d808a;
}
.czarny_pr #mp2.head::after {
    border-top-color: #5d808a;
}
.czarny_pr > .ceny.mp2 {
    color: #5d808a;
}
.czarny_pr #mp3.head {
    background: none repeat scroll 0 0 #446974;
}
.czarny_pr #mp3.head::after {
    border-top-color: #446974;
}
.czarny_pr > .ceny.mp3 {
    color: #446974;
}
.marketing_pakiet.czarny_pr > ul{
    height: 160px;
}
.marketing_pakiet.czarny_pr{
    width: 32%;
}
.marketing_pakiet.moderacja_allegro{
    display: inline-block;
    float: none;
    height: auto;
    max-width: 300px;
    vertical-align: top;
    width: 49%;
}
.marketing_pakiet.moderacja_allegro #mp1.head {
    background: none repeat scroll 0 0 #FF8400;
}
.marketing_pakiet.moderacja_allegro #mp1.head::after {
    border-top-color: #FF8400;
}
.marketing_pakiet.moderacja_allegro > .ceny.mp1 {
    color: #FF8400;
}
.marketing_pakiet.moderacja_allegro #mp2.head {
    background: none repeat scroll 0 0 #FF6600;
}
.marketing_pakiet.moderacja_allegro #mp2.head::after {
    border-top-color: #FF6600;
}
.marketing_pakiet.moderacja_allegro > .ceny.mp2 {
    color: #FF6600;
}
.marketing_pakiet.moderacja_allegro > .ceny > * > .tax{
    display: block;
    float: none;
    text-align: center;
    margin: -15px 0 0;
    padding: 0;
}
.marketing_pakiet.moderacja_allegro > ul{
    height: 200px;
}
.marketing_pakiet.moderacja_allegro > ul > li{
    white-space: normal;
    text-align: left;
}
.marketing_pakiet.moderacja_allegro span b {
    display: block;
    margin-top: -12px;
    text-align: center;
    width: 100%;
}
.marketing_pakiet.moderacja_allegro .head > span{
    margin-top: 5px;
}

.marketing_pakiet.pakiet_prawo{
    width: 32%;
    margin-bottom: 0;
}
.marketing_pakiet.pakiet_prawo:after{
    background: none;
}
.pakiet_prawo #mp1.head {
    background: none repeat scroll 0 0 #20AA71;
}
.pakiet_prawo #mp1.head::after {
    border-top-color: #20AA71;
}
.pakiet_prawo > .ceny.mp1 {
    color: #20AA71;
}
.pakiet_prawo #mp2.head {
    background: none repeat scroll 0 0 #199A65;
}
.pakiet_prawo #mp2.head::after {
    border-top-color: #199A65;
}
.pakiet_prawo > .ceny.mp2 {
    color: #199A65;
}
.pakiet_prawo #mp3.head {
    background: none repeat scroll 0 0 #118757;
}
.pakiet_prawo #mp3.head::after {
    border-top-color: #118757;
}
.pakiet_prawo > .ceny.mp3 {
    color: #118757;
    margin-bottom: 8px;
}
.marketing_pakiet.pakiet_prawo > ul{
    height: 180px;
}
.marketing_pakiet.pakiet_prawo > ul > li{
    white-space: normal;
    font-weight: 300;
}
.funkcje.ms > .ico{
    background: url("img/marketing_ico.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 127px;
    width: 127px;
}
.funkcje.ms{
    padding: 0;
    width: 19%;
    vertical-align: top;
    margin-bottom: 10px;
}
.funkcje.ms#ico1 > .ico{
    background-position: 0 0;
}
.funkcje.ms#ico2 > .ico{
    background-position: -129px 0;
}
.funkcje.ms#ico3 > .ico{
    background-position: -257px 0;
}
.funkcje.ms#ico4 > .ico{
    background-position: -385px 0;
}
.funkcje.ms#ico5 > .ico{
    background-position: -513px 0;
}

.funkcje.bl > .ico{
    background: url("img/blog_ico.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 127px;
    width: 127px;
}
.funkcje.bl{
    padding: 0;
    width: 24%;
    vertical-align: top;
    margin-bottom: 10px;
}
.funkcje.bl#ico1 > .ico{
    background-position: 0 0;
}
.funkcje.bl#ico2 > .ico{
    background-position: -129px 0;
}
.funkcje.bl#ico3 > .ico{
    background-position: -257px 0;
}
.funkcje.bl#ico4 > .ico{
    background-position: -385px 0;
}
.funkcje.cpr > .ico{
    background: url("img/cpr_ico.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 127px;
    width: 127px;
}
.funkcje.cpr{
    padding: 0;
    width: 19%;
    vertical-align: top;
    margin-bottom: 10px;
}
.funkcje.cpr#ico1 > .ico{
    background-position: 0 0;
}
.funkcje.cpr#ico2 > .ico{
    background-position: -126px 0;
}
.funkcje.cpr#ico3 > .ico{
    background-position: -253px 0;
}
.funkcje.cpr#ico4 > .ico{
    background-position: -381px 0;
}
.funkcje.cpr#ico5 > .ico{
    background-position: -508px 0;
}
.funkcje.ma > .ico{
    background: url("img/moderacja_allegro_ico.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 127px;
    width: 127px;
}
.funkcje.ma{
    padding: 0;
    width: 24%;
    vertical-align: top;
    margin-bottom: 10px;
}
.funkcje.ma#ico1 > .ico{
    background-position: 0 0;
}
.funkcje.ma#ico2 > .ico{
    background-position: -129px 0;
}
.funkcje.ma#ico3 > .ico{
    background-position: -257px 0;
}
.funkcje.ma#ico4 > .ico{
    background-position: -385px 0;
}


.funkcje.moderacja_s > .ico{
    background: url("img/moderacja_ico.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 127px;
    width: 127px;
}
.funkcje.moderacja_s{
    padding: 0;
    width: 24%;
    vertical-align: top;
    margin-bottom: 10px;
}
.funkcje.moderacja_s#ico1 > .ico{
    background-position: 0 0;
}
.funkcje.moderacja_s#ico2 > .ico{
    background-position: -129px 0;
}
.funkcje.moderacja_s#ico3 > .ico{
    background-position: -257px 0;
}
.funkcje.moderacja_s#ico4 > .ico{
    background-position: -385px 0;
}
.funkcje.moderacja_s#ico5 > .ico{
    background-position: 0 -128px;
}
.funkcje.moderacja_s#ico6 > .ico{
    background-position: -128px -128px;
}
.funkcje.moderacja_s#ico7 > .ico{
    background-position: -257px -128px;
}
.funkcje.moderacja_s#ico8 > .ico{
    background-position: -386px -128px;
}
.funkcje.moderacja_s#ico9 > .ico{
    background-position: 0 -256px;
}
.funkcje.moderacja_s#ico10 > .ico{
    background-position: -128px -256px;
}
.funkcje.moderacja_s#ico11 > .ico{
    background-position: -257px -256px;
}
.funkcje.moderacja_s#ico12 > .ico{
    background-position: -386px -256px;
}
.btn_red::after {
    background: url("img/btn_right_arrow.png") no-repeat scroll right center transparent;
    content: " ";
    height: 32px;
    position: absolute;
    right: 10px;
    width: 7px;
}
.btn_red {
    background: url("img/bg_btn_red.png") repeat-x scroll 0 0 transparent;
    border-radius: 3px;
    color: #ffffff;
    display: table;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
    padding-right: 30px;
    position: relative;
    text-align: left;
    margin: 0 auto 10px;
}
.modal-dialog{
    z-index: 1100;
}
.modal-body .napisz_do_nas{
    font-size: 14px;
    font-weight: 300;
}


.newsletter_pakiet {
    width: 49%; 
    height: 500px; 
    border-radius: 5px; 
    float: left;
    border: 1px solid #e3e3e3;
    text-decoration: none;
    display: table;
    margin: 10px 0.5%;
    position: relative;
    cursor: initial;
}
.newsletter_pakiet:hover{
    text-decoration: none;
}
.newsletter_pakiet .head { position: relative; background: none no-repeat scroll 0 0 #168fbc; height: 93px; border-radius: 5px 5px 0 0;}
.newsletter_pakiet .head:after { top: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(40, 162, 193, 0); border-top-color: #3ca1bf; border-width: 15px; margin-left: -15px; }
.newsletter_pakiet #mp1.head{background: none no-repeat scroll 0 0 #1fa6d8;}
.newsletter_pakiet #mp1.head:after{border-top-color: #1fa6d8;}
.newsletter_pakiet #mp2.head{background: none no-repeat scroll 0 0 #168fbc;}
.newsletter_pakiet #mp2.head:after{border-top-color: #168fbc;}
.newsletter_pakiet #mp1.head:before{
    position: absolute;
    content: ' ';
    display: block;
    left: 25px;
    bottom: 0;
    background: url('img/koperta.png') no-repeat left top transparent;
    width: 132px;
    height: 68px;
}
.newsletter_pakiet #mp2.head:before{
    position: absolute;
    content: ' ';
    display: block;
    left: 25px;
    bottom: 0;
    background: url('img/koperta_chmura.png') no-repeat left top transparent;
    width: 118px;
    height: 71px;
}
.newsletter_pakiet .head > span {
    color: #ffffff;
    display: inline-block;
    font-size: 30px;
    font-weight: 500;
    line-height: 24px;
    margin: 26px 0 0 175px;
    text-align: left;
}
.newsletter_pakiet .head > span > span{
    font-size: 16px;
    font-weight: 300;
    display: block;
    clear: both;
}

.newsletter_pakiet #mp2.head > span {
    margin: 26px 0 0 135px;
}
.newsletter_pakiet > .ceny{
    color: #000000;
    display: table;
    margin: 0 auto;
}
.newsletter_pakiet > .ceny.mp1{color: #000000;}
.newsletter_pakiet > .ceny.mp2{color: #000000;}
.newsletter_pakiet > .ceny > * > .cena{
    display: block;
    font-size: 48px;
    font-weight: 800;
    margin-top: 17px;
    text-align: center;
    word-spacing: -7px;
}
.newsletter_pakiet > .ceny > * > .tax{
    display: inline-block;
    float: right;
    font-size: 20px;
    margin-top: -15px;
}
.newsletter_pakiet > ul{
    border-top: 1px dotted #000000;
    display: block;
    margin: 5px 10px 10px;
    padding: 10px 0;
    min-height: 287px;
}
.newsletter_pakiet > ul > li{
    background: url("img/tick.png") no-repeat scroll 0 6px transparent;
    color: #000000;
    display: block;
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 5px 5px;
    padding-left: 22px;
    white-space: normal;
}
.popular {
    background: url("img/popular.png") no-repeat scroll left top transparent;
    display: inline-block;
    height: 75px;
    position: absolute;
    right: -6px;
    top: -6px;
    width: 67px;
}
.newsletter_pakiet #mp2 .popular {
    right: -5px;
    top: -5px;
}
.z_newsletter{
    background: url("img/btn_bg_orange.png") repeat-y scroll left bottom #ff8d00;
    border: 1px solid #d2670b;
    display: table;
    font-size: 24px;
    height: 56px;
    line-height: 56px;
    margin: 0 auto 10px;
    padding-left: 22px;
    padding-right: 59px;
    cursor: pointer;
}
.z_newsletter:after{
    top: 23px;
    background: url('img/arrow_big.png') no-repeat center center transparent;
    width:7px;
    height: 13px;
}
.newsletter_realizacje{
    display: block;
    clear: both;
    padding-left: 8px;
    margin-bottom: 10px;
}
.newsletter_realizacje > p{
    clear: both;
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    padding: 10px 0 0;
    text-align: left;
}
.newsletter_realizacje > div{
    display: block;
    clear: both;
}
.newsletter_realizacje > div > a{
    display: inline-block;
    width: 49%;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    box-shadow: 1px 1px 1px #ababab;
    margin: 20px 0.5% 0;
    text-align: center;
    vertical-align: middle;
    position: relative;
}
.newsletter_realizacje > div > a:nth-child(2n){
    margin-right: 0;
}
.newsletter_realizacje > div > a > img{
    max-height: 100%;
    max-width: 100%;
    text-align: center;
    vertical-align: middle;
}
.newsletter_realizacje > div > a > div{
    position: absolute;
    display: none;
    width:100%;
    height:100%;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    top:0;
    left: 0;
}
.newsletter_realizacje > div > a:hover > div{
    display: block;
}
.newsletter_realizacje > div > a > div:after{
    background: url("img/lupa3.png") no-repeat scroll center 70% transparent;
    content: " ";
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.newsletter_realizacje > div > a > div > span {
    bottom: 0;
    color: #ffffff;
    left: 0;
    position: absolute;
    right: 0;
    top: 45%;
}
.moderacjaSubHead{
    text-align: center;
}
.moderacjaSubHead > h3{
    font-size: 21px;
    font-weight: normal;
    margin: 15px 0 10px;
}
.moderacjaSubHead > h2{
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 22px;
}

.arrow_box {
    position: relative;
    background: #ffffff;
    border: 2px solid #199A65;
    clear: both;
    display: block;
    height: 25px;
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 15px;
}
.arrow_box:after, .arrow_box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 15px;
    margin-left: -15px;
}
.arrow_box:before {
    border-color: rgba(25, 154, 101, 0);
    border-top-color: #199A65;
    border-width: 18px;
    margin-left: -18px;
}
.greenHead{
    color: #199a65;
    font-size: 36px;
    font-weight: 500;
    margin: 0;
    text-align: center;
}
.greenHead > span{
    color: #e92533;
}
a.prawne_polacz{
    display: table;
    clear: both;
    width: 100%;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    padding: 0;
    position: relative;
    table-layout: fixed;
    margin: 10px 0 20px;
}
a.prawne_polacz:hover{
    text-decoration: none;
}
a.prawne_polacz > div{
    display: table-cell;
    vertical-align: middle;
    color: #000000;
}
a.prawne_polacz > div.ico{
    max-width: 140px;
    width: 15%;
    background: #199A65;
    text-align: center;
}
a.prawne_polacz > div.rzetelny{
    width: 85%;
}
a.prawne_polacz > div.rzetelny > span{
    display: inline-block;
    vertical-align: top;
}
a.prawne_polacz > div.rzetelny > span:first-child{
    width: 69%;
    padding-left: 5%;
}
a.prawne_polacz > div.rzetelny > span:last-child{
    width: 30%;
}
a.prawne_polacz > div.rzetelny p {
    font-size: 24px;
    margin: 20px 0 10px;
}
a.prawne_polacz > div.rzetelny ul{
    padding: 0;
}
a.prawne_polacz > div.rzetelny ul li {
    background: url("..img/tick.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #292929;
    font-size: 18px;
    list-style-type: none;
    margin: 0 0 5px;
    padding-left: 25px;
}
a.prawne_polacz > div.rzetelny span.cena {
    color: #118757;
    display: block;
    font-size: 60px;
    font-weight: bold;
    height: 60px;
    margin-top: 5px;
    text-align: center;
}
a.prawne_polacz > div.rzetelny span.cena + span {
    color: #118757;
    display: block;
    font-size: 24px;
    font-weight: 300;
    padding-right: 16%;
    text-align: right;
}
.cookies .box_cena{
    display: block;
    clear: both;
    padding: 10px 3%;
    text-align: right;
    color: #ffffff;
    font-size: 24px;
    background: #188356;
    margin-top: 45px;
    margin-bottom:10px;
}
.cookies ul{
    padding: 0;
}
.cookies ul li {
    background: url("..img/tick.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #292929;
    font-size: 13px;
    font-weight: 600;
    list-style-type: none;
    margin-left: 0;
    padding-left: 25px;
}
.cookies h2{
    font-weight: 300;
}
.cookies h4{
    font-weight: 400;
}

.cookies_right {
    background: none repeat scroll 0 0 #df2a34;
    border-radius: 3px;
}
.cookies_right #head {
    background: none repeat scroll 0 0 #c81923;
    border-radius: 3px 3px 0 0;
    color: #fff;
    font-size: 20px;
    height: auto;
    line-height: normal;
    position: relative;
    padding: 10px 0;
    text-align: center;
}
.cookies_right #head:after {
    border-color: #c81923 rgba(79, 164, 78, 0) rgba(79, 164, 78, 0);
    border-image: none;
    border-style: solid;
    border-width: 10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -15px;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 0;
}
.cookies_right ul {
    margin: 13px 0 10px;
    padding: 0 4%;
}

.cookies_right ul li {
    background: url("..img/tick2.png") no-repeat scroll left 7px rgba(0, 0, 0, 0);
    color: #fff;

}
.cookies_right p {
    color: #fff;
    font-size: 13px;
    padding: 0 4% 10px;
    text-align: justify;
}
.rekomendacje_grid {
    text-align: center;
}
.rekomendacje_grid > div {
    padding: 0 5px;
}
.rekomendacje_grid > div > div {
    display: inline-block;
    border: 1px solid #f1f1f1;
    margin-top: 1%;
    margin-bottom: 1%;
    width: 100%;

    transform: translateZ(0px);
    transition-duration: 0.4s;
    transition-property: border, box-shadow;
}
.rekomendacje_grid > div > div > div {
    text-align: center;
    line-height: 130px;
    padding: 0 6%;
}
.rekomendacje_grid > div > div > div.logo_color {
    display: none;
}
.rekomendacje_grid > div > div:hover {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.16);
}
body:not(.mobile) .rekomendacje_grid > div > div:hover > div.logo_grey {
    display: none;
}
body:not(.mobile) .rekomendacje_grid > div > div:hover > div.logo_color {
    display: block;
}
body:not(.mobile) .rekomendacje_grid > div > div:not(:hover) .logo_klient img{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

body:not(.mobile) .rekomendacje_grid_v2 > div > div:not(:hover) .logo_klient img{
    -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;
}

.onas{
    margin-top: 20px;
}
.onas-tresc{
    background: none repeat scroll 0 0 #f4f6f9;
    border: 1px solid #d9d7d7;
    position: relative; 
    padding-top: 3px;
}
.onas-tresc > p{
    color: #3b5a97;
    font-size: 24px;
    font-weight: 400;
}
.onas-tresc > p.opis_text{
    color: #292929;
    font-size: 14px;
    font-weight: 300;
}
.onas-img{
    text-align: center;
}
.onas-left:before{
    position: absolute;
    content: ' ';
    display: block;
    background: url('img/onas/arrow_right.png');
    width: 37px;
    height: 36px;
    top: 10px;
    right: 0;
    margin-right: -33px;
}
.onas-right:before{
    position: absolute;
    content: ' ';
    display: block;
    background: url('img/onas/arrow_left.png');
    width: 37px;
    height: 36px;
    top: 10px;
    left: 0;
    margin-left: -34px;
}
.kontakt-telefon{
    background: url('img/kontakt.png') no-repeat left top transparent;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 55px;
    min-height: 46px;
    line-height: 46px;
    font-weight: 400;
    font-size: 15px;
    margin: 20px 0;
    position: relative;
}
.kontakt-email{
    background: url('img/mail.png') no-repeat left top transparent;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 55px;
    min-height: 46px;
    line-height: 46px;
    font-weight: 400;
    font-size: 15px;
    margin: 20px 0;
}
.kontakt-adres{
    background: url('img/adress.png') no-repeat left top transparent;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 55px;
    min-height: 46px;
    font-weight: 300;
    font-size: 15px;
    margin: 20px 0;
}
.kontakt-adres2{
    font-weight: 300;
    font-size: 15px;
}
.kontakt-mapa > iframe{
    width: 100%;
    height: 361px;
}
.kontakt-siedziba{
    text-align: center;
}
.artykul{
    background: url("img/footer_bg.gif") repeat-x bottom left #FAFAFA;
    padding: 5px 2% 25px;
    margin: 10px 0;
    display: inline-block;
    width: 100%;
    color: #000000;
    text-decoration: none;
}
.artykul:hover{
    text-decoration: none;
    color: #000000;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.artykul > .image{
    height: 220px;
    line-height: 220px;
    text-align: center;
    width: 100%;
    display: inline-block;
}
.artykul > .image > img{
    max-height: 100%;
}
.artykul > .title {
    color: #dc2061;
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0 15px;
    text-align: left;
    height: 51px;
}
.artykul > .text {
    line-height: 15px;
    text-align: justify;
    font-weight: 300;
    height: 200px;
    overflow: hidden;
}
.artykul > .date {
    font-size: 12px;
    font-style: italic;
    display: block;
    clear: both;
    text-align: right;
    font-weight: 300;
}
#artykul-szczegoly{
    color: #292929;
    font-size: 14px;
    line-height: 15px;
    margin-top: 20px;
    text-align: justify;
    font-weight: 300;
}
#artykul-szczegoly div.header {
    float: left;
    line-height: normal;
    width: 67%;
}
#artykul-szczegoly div.header h1{
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}
#artykul-szczegoly div.image {
    float: left;
    line-height: normal;
    margin-right: 25px;
    width: 30%;
}
#artykul-szczegoly span.date {
    float: left;
    font-size: 12px;
    font-style: italic;
    height: 70px;
    line-height: 70px;
    margin-right: 20px;
}
#artykul-szczegoly div.galeria {
    margin: 20px 0;
    display: block;
    clear: both;
    float: none;
}
#artykul-szczegoly div.galeria > a {
    display: inline-block;
    height: 165px;
    margin-bottom: 10px;
}
.noBanner {
    background: none repeat scroll 0 0 #f0f0f0;
    height: 4px;
    margin-bottom: 20px;
}
div.padding-4 {
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.greyCont{
    background: #fbfbfb;
    padding: 15px 0;
}
#opac{
    background: rgba(0, 0, 0, 0.5);
    display: none;
    height: 406px;
    position: absolute;
    top: 140px;
    width: 100%;
    z-index: 0;
    text-align: center;
    padding-top: 160px;
}
.is-scrool #opac{
    top: 0;
}
a#loaderImg {
    animation: 2s linear 0s normal none infinite running spinAround;
    color: #ffffff;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
.play_pause {
    bottom: -25px;
    display: block;
    height: 16px;
    left: 0;
    position: absolute;
    width: 35px;
    right: 112px;
    left: auto;
    cursor: default;
    text-align: right;
}
#banner .play_pause > a.banner_play,#banner .play_pause > a.banner_pause{
    display: inline-block !important;
    width: 14px !important;
    height: 14px !important;
    background: url('img/play.png') no-repeat 0 0 transparent !important;
}
#banner .play_pause > a.banner_play{
    background-position: top right !important;
    transition: transform 0.3s;
}
#banner .play_pause > a.banner_play:hover,#banner .play_pause > a.banner_play.active{
    background-position: bottom right !important;
}
#banner .play_pause > a.banner_pause:hover,#banner .play_pause > a.banner_pause.active{
    background-position: bottom left !important;
}
#banner .play_pause > a.banner_play:active,#banner .play_pause > a.banner_pause:active{
    transform: scale(0.9);
}
h2.moderacja {
    color: #29757e;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
}
.moderacja_btn_zap{
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f81e30 0%, #d72d36 100%) repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    display: table;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto;
    padding: 1% 5%;
    text-shadow: 1px 1px 0 black;
    transition: transform 0.3s;
}
.moderacja_btn_zap:hover,.moderacja_btn_zap:active,.moderacja_btn_zap:focus{
    text-decoration: none;
    color: #ffffff;
}
.moderacja_btn_zap:active{
    transform: scale(0.98);
}
body.mobile .hvr-float:active,body.mobile .hvr-float:focus,body.mobile .hvr-float:hover{
    -webkit-transform:translateY(0);
    transform:translateY(0);
}
#flashMessage {
    margin-top: 20px;
}
.clear {
    clear: both;
}

.praca {
    margin-top: 20px;
}
.praca + .praca {
    border-top: 1px dashed #c9c9c9;
    padding-top: 20px;
}
#licznikContainer{
    padding-top: 15px;
    background: #eaeaea;
    min-height: 160px;
    border-radius: 5px;
}
#licznikContainer > div{
    vertical-align: top;
}
.licznikHeader > h2{
    color: #dc151f;
    font-size: 36px;
    font-weight: 900;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}
.licznikInfo{
    margin-top: 16px;
}
.licznikInfo > div{
    display: inline-block;
    width: 49%;
}
.licznikInfo > div:first-child {
    width: 40%;
}
.licznikInfo > div:first-child + div {
    width: 59%;
}
.licznikInfo > div > div{
    font-size: 12px;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle
}
.licznikInfo > div > div > span{
    display: block;
    clear: both;
    font-weight: 600;
    font-size: 16px;
}
.licznikInfo > div > div:first-child{
    width: 18%;
}
.licznikInfo > div:first-child > div:first-child{
    width: 25%;
}
.licznikInfo > div > div:first-child + div{
    width: 80%;
}
.licznikInfo > div:first-child > div:first-child + div{
    width: 70%;
}
#licznikContainer > .zegar > span{
    font-size: 12px;
    font-weight: 300;
}
.btn.licznik_zapytaj{
    background: #dc151f;
    color: #ffffff;
    font-size: 15px;
    font-weight: 900;
    text-align: center;
    margin-top: 26px;
}


.adwords-head {
    table-layout: fixed;
    display: table;
    width: 100%;
}
.adwords-head > div {
    vertical-align: middle;
    display: table-cell;
}
.adwords-head > div:first-child {
    width: 86px;
}
.adwords-head > div:first-child .image {
    border-right: 1px solid #5391f0;
}
.adwords-head > div:first-child + div {
    padding-left: 12px;
    line-height: 38px;
    font-size: 32px;
    font-weight: 300;
    color: #5391f0;
}
.adwords-info {
    padding-top: 65px;
}
.adwords-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    padding-top: 30px;
}
.adwords-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.adwords-text ul li {
    padding-bottom: 12px;
}
.adwords-text ul li .image {
    display: inline-block;
    width: 58px;
}
.adwords-info.right {
    padding-left: 72px;
}
.adwords-naglowek {
    padding-top: 60px;
    padding-bottom: 25px;
    font-weight: 700;
    font-size: 32px;
    color: #5391f0;
}
.adwords-bottom {
    padding: 20px 0;
    table-layout: fixed;
    display: table;
    width: 100%;
}
.adwords-bottom > div {
    vertical-align: middle;
    display: table-cell;
}
.adwords-bottom > div:first-child {
    width: 100px;
}
.adwords-bottom > div:first-child + div {
    line-height: 22px;
    font-weight: 300;
    font-size: 16px;
}
.adwords-bottom > div:first-child + div > div {
    font-weight: 700;
}
.adwords-pakiet {
    border-bottom: 1px solid #cccccc;
    text-align: center;
    display: inline-block;
    float: left;
    width: 14.28%;
    width: calc(100%/7);
}
.adwords-pakiet .title {
    position: relative;
    border-right: 1px solid #ffffff;
    background: #5391f0;
    padding: 18px 0;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}
.adwords-pakiet:first-child .title {
    background: #55af4a;
}
.adwords-pakiet .title::after {
    top: 100%; 
    left: 50%; 
    border: solid transparent; 
    content: " "; 
    height: 0; 
    width: 0; 
    position: absolute; 
    pointer-events: none; 
    border-color: #ffffff; 
    border-top-color: #5391f0; 
    border-width: 15px; 
    margin-left: -15px;
}
.adwords-pakiet:first-child .title::after {
    border-top-color: #55af4a; 
}
.adwords-pakiet .cena {
    padding: 25px 0;
}
.adwords-pakiet .cena div {
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-size: 30px;
    color: #5391f0;
}
.adwords-pakiet:first-child .cena div {
    color: #55af4a;
}
.adwords-pakiet .cena span {
    text-align: right;
    position: absolute;
    font-weight: 300;
    font-size: 16px;
    width: 100%;
    bottom: -12px;
    right: 0;
}
.adwords-pakiet .cena.two-line {
    padding: 18px 0;
}
.adwords-pakiet .cena.two-line div {
    font-size: 20px;
}
.adwords-pakiet .line {
    border-right: 18px solid #ffffff;
    border-left: 18px solid #ffffff;
    background: #cccccc;
    height: 1px;
}
.adwords-pakiet .text {
    line-height: 30px;
    font-weight: 300;
    font-size: 16px;
    padding: 15px 0;
}
.adwords-pakiet .link {
    padding-bottom: 15px;
}
.adwords-pakiet a {
    display: inline-block;
    background: #e22834;
    border-radius: 3px;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    padding: 5px 30px;
}
.adwords-pakiet a span {
    padding-left: 6px;
    font-size: 10px;
}

.facebook-text {
    line-height: 26px;
    font-weight: 300;
    font-size: 16px;
}
.facebook-head-pink, .facebook-head-pink h2, .head_green {
    text-align: center;
    font-weight: 700;
    font-size: 38px;
}
.facebook-head-pink, .facebook-head-pink h2 {
    color: #eb2e5d;
}
.head_green, .head_green h2 {
    color: #188355;
}
.facebook-head-pink.pierwszy, .head_green {
    padding-bottom: 32px;
    padding-top: 37px;
}

.facebook-head-blue {
    text-align: center;
    font-weight: 700;
    font-size: 34px;
    color: #4967A3;
}
.facebook-head-blue.pierwszy {
    padding-bottom: 32px;
    padding-top: 37px;
}

.fb-table-head {
	text-transform: uppercase;
	table-layout: fixed;
	display: table;
	width: 100%;
	padding-bottom: 10px;
}

.fb-table-head > div {
    vertical-align: top;
    display: table-cell;
}
.fb-table-head > div:first-child {
    font-weight: 700;
    font-size: 24px;
}
.fb-table-head > div:first-child + div span {
    border-bottom: 2px solid #7f7f7f;
    text-align: right;
    font-weight: 700;
    font-size: 16px;
    color: #a3a3a3;
    display: block;
    padding-top: 2px;
}
.fb-table-head.pierwszy > div:first-child {
    width: 265px;
}
.fb-table-head.pierwszy.rodo > div:first-child {
    width: 355px;
}
.fb-table-head.drugi > div:first-child {
    width: 315px;
}
.fb-table-head.drugi.rodo > div:first-child {
    width: 455px;
}
.fb-table-head.trzeci > div:first-child {
    width: 430px;
}
#strona_instagram .fb-table-head.trzeci > div:first-child{
    width: 125px;
}
.fb-table-head.trzeci.rodo > div:first-child {
    width: 440px;
}
.fb-table-head.czwarty > div:first-child {
    width: 400px;
}
#strona_instagram .fb-table-head.czwarty > div:first-child{
    width: 360px;
}
.fb-table-head.czwarty.rodo > div:first-child {
    width: 360px;
}
.facebook-line2 {
    padding-top: 64px;
}
#strona_instagram .facebook-line2 {
    padding-top: 0;
}
.facebook-line3 {
    padding-top: 77px;
}
.facebook-line4 {
    padding-top: 75px;
}
.fb-table-head.drugi {
    padding-top: 37px;
}
#strona_instagram .fb-table-head.drugi{
    padding-top: 120px;
}

.head_cs1 {
	text-transform: uppercase;
	display: flex;
	padding-bottom: 15px;
}

.head_cs1 > div:first-child {
	font-weight: 700;
	font-size: 24px;
	padding-right: 20px;
}

.head_cs1 > div:last-child {
	flex-grow: 1 !important;
}

.head_cs1 > div:first-child + div span {
	border-bottom: 2px solid #7f7f7f;
	text-align: right;
	font-weight: 700;
	font-size: 16px;
	color: #a3a3a3;
	display: block;
	padding-top: 2px;
}


.facebook-blue {
    text-align: center;
    background: #3b5999;
    border-radius: 8px;
    color: #ffffff;
    margin-top: 60px;
    margin-bottom: 72px;
    padding-bottom: 25px;
}
.facebook-blue > div:first-child {
    font-weight: 700;
    font-size: 32px;
}
.facebook-blue-header {
    padding-bottom: 35px;
    padding-top: 35px;
}
.facebook-blue-item {
}
.facebook-blue-item .image {
    height: 100px;
    line-height: 100px;
    text-align: center;
}
.facebook-blue-item.big .image {
    padding-bottom: 0;
    height: 100%;
}
.facebook-blue-item .image img {
    max-height: 100%;
    display: inline-block;
}
.facebook-blue-item .text {
    font-weight: 300;
    font-size: 14px;
}
.fb-table-info {
    table-layout: fixed;
    display: table;
    width: 100%;
}
.fb-table-info > div {
    vertical-align: top;
    display: table-cell;
}
.fb-table-info > div:first-child {
    padding-top: 10px;
    width: 120px;
}
.fb-table-info .head {
    font-weight: 700;
    font-size: 55px;
    line-height: 70px;
    color: #3b5999;
}
#strona_instagram .fb-table-info .head{
    color: #f9742a;
}
.fb-table-info .text {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    padding-left: 5px;
}
.facebook-head-pink.drugi {
    padding-bottom: 40px;
    padding-top: 70px;
}

.koszty_wrapper {
	display: flex;
	align-items: stretch;
}

.koszty_wrapper > div {
	display: flex;
	flex-direction: column;
}

.koszty_wrapper .list_cs1 {
	height: 100% !important;
}

.koszty_wrapper .btn_box_cs1 {
	padding-top: 30px;
}

.koszty {
    padding: 33px 0 0;
}

.col-lg-4.koszty img {
	max-width: 70px;
}

.fb_sklep .koszty {
    padding: 0 0 0;
}

.koszty.bestseller {
    padding-top: 0;
}
.koszty .head {
    background: #3b5999;
    text-align: center;
    color: #ffffff;
    padding: 15px 0;
}

.fb_sklep .koszty .head {
    background: #3b5999;
    text-align: center;
    color: #ffffff;
    padding: 20px 0;
}

.koszty.bestseller .head {
    background: #2a406e;
}
.koszty .head > div:first-child, .koszty .title {
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
}
.koszty .head .title_sm {
	font-weight: 700 !important;
	font-size: 25px !important;
}
.koszty .head > div:first-child + div {
    font-weight: 300;
    font-size: 16px;
}
#strona_instagram .koszty .head{
    background: #f9742a;
}
#strona_instagram .koszty .head.optymalny{
    background: #c51b45;
}
#strona_instagram .koszty.bestseller .head{
    background: #c51b45;
}
#strona_instagram .koszty.pro .head{
    background: #931882;
}
.koszty .cena {
    text-align: center;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    padding: 20px 0;
}

.fb_sklep .koszty .cena {
    text-align: center;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;;
    padding: 20px 0;
    background-color: #dddddd;
}

.koszty .cena > div:first-child {
    font-weight: 700;
    font-size: 36px;
    color: #3b5999;
    line-height: 36px;
}
.koszty .cena > div:first-child + div, .koszty .cena .col_1 > div:first-child + div {
    font-weight: 300;
    font-size: 16px;
    color: #8d8d8d;
}

.fb_sklep .koszty .cena > div:first-child + div {
    font-weight: 300;
    font-size: 16px;
    color: #626262;
}


.cena_cs2 {
	background: #F3F3F3;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 20px;
	text-align: center;
}

.cena_top {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	font-weight: 500;
	font-size: 23px;
	border-bottom: 1px solid #ccc;
	line-height: 1;
	padding-bottom: 10px;
}


.cena_top span:first-child {
	color: #D84260;
	font-weight: 800;
	font-size: 70px;
	margin-right: 20px;
	white-space: nowrap;
}

.cena_top span:last-child {
	font-weight: 500;
	font-size: 23px;
	text-align: left;
	width: 40%;
	line-height: 1.2;
}

.cena_top small {
	font-size: 75%;
}


.cena_top_2 {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 0;
}

.cena_top_2 span:last-child {
	font-size: 16px;
	text-align: left;
	line-height: 1.2;
	color: #000;
	padding: 0 10px;
}

.cena_bottom {
	color: #787878;
	padding-top: 20px;
}

.price_table_1 {
	
}

.koszty .price_list_cs1 {
	padding-top:25px;
}

.koszty .bestseller {
    position: relative;
    text-align: center;
    background: #eb2e5d;
    padding: 0 12px;
    height: 33px;
    line-height: 32px;
}

.koszty .bestseller {
    background: #eb2e5d;
}

.koszty .bestseller div {
    background: url('img/fb-point.png') repeat-x left center transparent;
}

.koszty .bestseller span {
    background: #eb2e5d;
    font-weight: 700;
    font-size: 16px;
    padding: 0 5px;
    color: #ffffff;
}

.koszty .bestseller_cs {
    background: #33a1d9;
}

.koszty .bestseller_cs span {
    background: #33a1d9;
}

.koszty .bestseller::after {
    top: 100%; 
    left: 50%; 
    border: solid transparent; 
    content: " "; 
    height: 0; 
    width: 0; 
    position: absolute; 
    pointer-events: none; 
    border-color: transparent; 
    border-top-color: #eb2e5d!important; 
    border-width: 7px; 
    margin-left: -7px;
}

.price_table_1 .bestseller:after {
    border-top-color: #33a1d9; 
}

.koszty ul {
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    list-style: none;
    padding: 0 0 30px 20px;
    margin: 0;
    height: 940px;
	position: relative;
}
.koszty_cs ul {
    height: auto !important;
}
#strona_adwords .koszty ul{
    height: 355px;
}
#strona_instagram .koszty ul{
    height: 620px;
}
#strona_adwords .koszty{
    padding: 0;
}
.fb_sklep .koszty ul {
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    list-style: none;
    padding: 30px 30px 30px 45px;
    margin: 0;
}

.koszty ul li {
    font-weight: 300;
    font-size: 16px;
    line-height: 29px;
}
.koszty ul li.list-style {
    background: url('img/fb-list.png') no-repeat left 7px transparent;
    padding-left: 25px;
}

.list-style-blue {
    background: url('img/fb-list-blue.png') no-repeat left 7px transparent !important;
}

.list-style-blue-2 {
    background: url('img/fb-list-blue-2.png') no-repeat left 7px transparent !important;
}

.list-style-blue-3 {
    background: url('img/fb-list-blue-3.png') no-repeat left 7px transparent !important;
}

.list-style-orange {
    background: url('img/fb-list-orange.png') no-repeat left 7px transparent !important;
}

.list-style-red {
    background: url('img/fb-list-red.png') no-repeat left 7px transparent !important;
}

.list-style-purple {
    background: url('img/fb-list-purple.png') no-repeat left 7px transparent !important;
}

.list-style-cross {
    background: url('img/cross.png') no-repeat left 7px transparent !important;
}

.facebook-head-pink.trzeci {
    padding-bottom: 5px;
    padding-top: 45px;
}
.contact_form_main, #KontaktFacebookForm,#KontaktKonkursyFbForm,.bottomForm, #KontaktFacebook1zl30dniForm, #KontaktPozycjonowanieGoogleMapsForm {
    padding-top: 30px;
}
.contact_form_main input, #KontaktFacebookForm input,#KontaktFacebook1zl30dniForm input,#KontaktKonkursyFbForm input, #KontaktPozycjonowanieGoogleMapsForm input, .bottomForm input,
form.bottomForm div.input input, form.bottomForm div.input select{
    padding: 0 20px;
    margin-bottom: 19px;
    height: 54px;
}
.contact_form_main textarea, #KontaktFacebookForm textarea,#KontaktFacebook1zl30dniForm textarea,#KontaktKonkursyFbForm textarea,#KontaktPozycjonowanieGoogleMapsForm textarea,.bottomForm textarea,
form.bottomForm div.input textarea{
    padding: 15px 20px;
    min-width: 100%;
    height: 200px;
}

.contact_form_main input,
.contact_form_main textarea,
#KontaktFacebookForm input,
#KontaktFacebookForm textarea,
#KontaktFacebook1zl30dniForm input,
#KontaktFacebook1zl30dniForm textarea,
#KontaktKonkursyFbForm input,
#KontaktKonkursyFbForm textarea,
#KontaktPozycjonowanieGoogleMapsForm input,
#KontaktPozycjonowanieGoogleMapsForm textarea,
.bottomForm input,
.bottomForm textarea{
    font-size: 16px;
    font-weight: 300;
    color: #000000;
}

.contact_form_main .button,
#KontaktFacebookForm .button,
#KontaktFacebook1zl30dniForm .button,
#KontaktKonkursyFbForm .button,
#KontaktPozycjonowanieGoogleMapsForm .button,
.bottomForm .button{
    text-align: right;
    padding-top: 17px;
}

.contact_form_main button,
#KontaktFacebookForm button,
#KontaktFacebook1zl30dniForm button,
#KontaktKonkursyFbForm button,
#KontaktPozycjonowanieGoogleMapsForm button,
.bottomForm button,
.move-to-link{
    position: relative;
    text-align: center;
    background: #eb2e5d;
    border-radius: 0;
    font-weight: 700;
    font-size: 36px;
    color: #ffffff;
    border: none;
    width: 230px;
    height: 60px;
}

.contact_form_main button:before,
#KontaktFacebookForm button:before,
#KontaktFacebook1zl30dniForm button:before,
#KontaktKonkursyFbForm button:before,
#KontaktPozycjonowanieGoogleMapsForm button:before,
.bottomForm button:before,
.move-to-link:before{
    position: absolute;
    content: "";
    display: inline-block;
    /* By using an em scale, the arrows will size with the font */
    border-right: 0.2em solid #ffffff;
    border-top: 0.2em solid #ffffff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: 0;
    height: 0.6em;
    left: 75%;
    top: 20px;
    width: 0.6em;
}
.move-to-link:before{
    left: calc(100% - 40px);
}


body:not(.mobile) .contact_form_main button:hover:before,
body:not(.mobile) #KontaktFacebookForm button:hover:before,
body:not(.mobile) #KontaktFacebook1zl30dniForm button:hover:before,
body:not(.mobile) #KontaktKonkursyFbForm button:hover:before,
body:not(.mobile) #KontaktPozycjonowanieGoogleMapsForm button:hover:before,
body:not(.mobile) .bottomForm button:hover:before{
    left: 75%;

    -webkit-animation: left_arrow3 0.5s;
    -moz-animation: left_arrow3 0.5s;
    -ms-animation: left_arrow3 0.5s;
    -o-animation: left_arrow3 0.5s;
    animation: left_arrow3 0.5s;
}
body:not(.mobile) .move-to-link:hover:before{
    left: calc(100% - 40px);
    -webkit-animation: left_arrow4 0.5s;
    -moz-animation: left_arrow4 0.5s;
    -ms-animation: left_arrow4 0.5s;
    -o-animation: left_arrow4 0.5s;
    animation: left_arrow4 0.5s;
}
.move-to-link{
    padding: 10px 50px 10px 10px;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    width: auto;
    vertical-align: middle;
    line-height: 38px;
    color: #ffffff;
}
.move-to-link:hover,.move-to-link:active,.move-to-link:focus{
    color: #ffffff;
    text-decoration: none;    
    cursor: pointer;
}

.contact_form_main button span,
#KontaktFacebookForm button span,
#KontaktFacebook1zl30dniForm button span,
#KontaktKonkursyFbForm button span,
#KontaktPozycjonowanieGoogleMapsForm button span,
.bottomForm button span,
.move-to-link span {
    padding-left: 5px;
    font-size: 24px;
}
#banner h1.facebook-banner-text {
    padding-bottom: 25px;
    padding-left: 75px;
    margin-top: 20px;
    font-weight: 700;
    font-size: 32px;
}
#banner h1.instagram-banner-text {
    padding-bottom: 25px;
    padding-left: 103px;
    margin-top: 58px;
    font-weight: 400;
    font-size: 37px;
}

#banner h1.facebook-banner-text + span {
    font-weight: 300;
    font-size: 32px;
    padding-left: 145px;
    color: #ffffff;
}

.contact_form_main label.error,
#KontaktFacebookForm label.error,
#KontaktFacebook1zl30dniForm label.error,
#KontaktKonkursyFbForm label.error,
#KontaktPozycjonowanieGoogleMapsForm label.error,
.bottomForm label.error {
    margin-top: -19px;
    margin-bottom: 19px;
    color: #ff0000;
}

#KontaktSklepNaFacebookuForm {
    padding-top: 30px;
}
#KontaktSklepNaFacebookuForm input {
    padding: 0 20px;
    margin-bottom: 19px;
    height: 54px;
}
#KontaktSklepNaFacebookuForm textarea {
    padding: 15px 20px;
    min-width: 100%;
    height: 200px;
}
#KontaktSklepNaFacebookuForm input,
#KontaktSklepNaFacebookuForm textarea {
    font-size: 16px;
    font-weight: 300;
    color: #000000;
}
#KontaktSklepNaFacebookuForm .button {
    text-align: right;
    padding-top: 17px;
}
#KontaktSklepNaFacebookuForm button {
    position: relative;
    text-align: center;
    background: #eb2e5d;
    border-radius: 0;
    font-weight: 700;
    font-size: 36px;
    color: #ffffff;
    border: none;
    width: 230px;
    height: 60px;
}
#KontaktSklepNaFacebookuForm button:before{
    position: absolute;
    content: "";
    display: inline-block;
    /* By using an em scale, the arrows will size with the font */
    border-right: 0.2em solid #ffffff;
    border-top: 0.2em solid #ffffff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: 0;
    height: 0.6em;
    left: 75%;
    top: 20px;
    width: 0.6em;
}
body:not(.mobile) #KontaktSklepNaFacebookuForm button:hover:before{
    left: 75%;

    -webkit-animation: left_arrow3 0.5s;
    -moz-animation: left_arrow3 0.5s;
    -ms-animation: left_arrow3 0.5s;
    -o-animation: left_arrow3 0.5s;
    animation: left_arrow3 0.5s;
}
#KontaktSklepNaFacebookuForm button span {
    padding-left: 5px;
    font-size: 24px;
}
#banner h1.facebook-banner-text {
    padding-bottom: 25px;
    margin-top: 25px;
    font-weight: 100;
    font-size: 37px;
    text-align: left;
    padding-right: 0;
    line-height: 43px;
    padding-left: 90px;
}
#banner h1.facebook-banner-text > span {
    font-weight: 700;
    font-size: 49px;
    margin-left: -45px;
}
#banner h1.instagram-banner-text > span {
    font-weight: 400;
    font-size: 18px;
    margin-left: 0;
}
#banner h1.instagram-banner-text > span > span {
    font-size: 26px;
    margin-left: 15px;
}
#banner h1.facebook-banner-text + span {
    font-weight: 300;
    font-size: 32px;
    padding-left: 385px;
    margin-top: -20px;
    color: #ffffff;
    display: inline-block;
    vertical-align: bottom;
}
#banner h1.facebook-banner-text + span .mc{
    font-size: 19px;
    font-weight: 300;
}

#banner .baner_content {
	padding: 5% 40% 0 5%;
}

#banner .baner_content h1 {
	font-weight: 700;
	font-size: 49px;
}

#banner .baner_price {
	font-weight: 300;
	font-size: 32px;
	color: #ffffff;
}

#banner .baner_price .mc {
	font-size: 18px;
}


#KontaktSklepNaFacebookuForm label.error {
    margin-top: -19px;
    margin-bottom: 19px;
    color: #ff0000;
}


#marketing-szeptany-new .piec-krokow {
    text-transform: uppercase;
    line-height: 68px;
    font-weight: 300;
    font-size: 68px;
    color: #606060;
}
#marketing-szeptany-new .piec-krokow span {
    line-height: 125px;
    font-weight: 700;
    font-size: 115px;
    color: #eb2e5d;
}
#marketing-szeptany-new .piec-krokow > div {
    display: inline-block;
    vertical-align: top;
}
#marketing-szeptany-new .piec-krokow > div:first-child {
    line-height: 256px;
    font-weight: 700;
    font-size: 317px;
    color: #eb2e5d;
}
#banner .zawieszka,
#marketing-szeptany-new .zawieszka {
    background: #2d839e;
    color: #FFFFFF;
    padding: 35px;
}
#banner .zawieszka {
    position: absolute;
    width: 380px;
    right: -15px;
    top: -31px;
    z-index: 5;
}
#marketing-szeptany-new .zawieszka {
    margin-bottom: 30px;
}
#banner .zawieszka div.head,
#marketing-szeptany-new .zawieszka div.head {
    text-transform: uppercase;
    line-height: 25px;
    font-weight: 700;
    font-size: 20px;
}
#banner .zawieszka div.text,
#marketing-szeptany-new .zawieszka div.text {
    padding-top: 20px;
    line-height: 22px;
    font-weight: 300;
    font-size: 15px;
}
#banner .zawieszka:before {
    background: url('img/marketing/zawieszka-left.png') no-repeat center center transparent;
    background-size: 100% 100%;
    position: absolute;
    content: "";
    height: 31px;
    width: 15px;
    left: -15px;
    top: 0;
}
#banner .zawieszka:after,
#marketing-szeptany-new .zawieszka:after {
    background: url('img/marketing/zawieszka-bottom.png') no-repeat center center transparent;
    background-size: 100% 100%;
    position: absolute;
    content: "";
    height: 19px;
    right: 0;
    left: 0;
    bottom: -19px;
}
#marketing-szeptany-new .zawieszka:after {
    bottom: 11px;
    right: 15px;
    left: 15px;
}
#marketing-szeptany-new .kroki .item .head {
    line-height: 26px;
    font-weight: 300;
    font-size: 20px;
    color: #eb2e5d;
}
#marketing-szeptany-new .kroki .item .text {
    padding-top: 16px;
    line-height: 22px;
    font-weight: 300;
    font-size: 15px;
    color: #000000;
}
#marketing-szeptany-new .kroki {
    transform-origin: 0 0 0;
    padding-top: 156px;
    padding-bottom: 95px;
    position: relative;
}
#marketing-szeptany-new .kroki .item {
    position: relative;
}
#marketing-szeptany-new .kroki .item img {
    position: absolute;
}
#marketing-szeptany-new .kroki .item.item1 {
    width: 380px;
    margin-left: 360px;
}
#marketing-szeptany-new .kroki .item.item1 .line {
    left: -289px;
    top: -141px;
}
#marketing-szeptany-new .kroki .item.item1 .krok {
    left: -303px;
    top: -52px;
}
#marketing-szeptany-new .kroki .item.item2 {
    width: 380px;
    margin-left: 759px;
    margin-top: 160px;
}
#marketing-szeptany-new .kroki .item.item2 .line {
    margin-left: -180px;
    margin-top: -311px;
}
#marketing-szeptany-new .kroki .item.item2 .krok {
    margin-left: 37px;
    margin-top: -196px;
}
#marketing-szeptany-new .kroki .item.item3 {
    text-align: right;
    width: 385px;
    margin-top: -132px;
}
#marketing-szeptany-new .kroki .item.item3 .line {
    margin-left: 91px;
    margin-top: -133px;
}
#marketing-szeptany-new .kroki .item.item3 .krok {
    margin-left: 21px;
    margin-top: -19px;
}
#marketing-szeptany-new .kroki .item.item4 {
    width: 380px;
    margin-left: 760px;
    margin-top: 131px;
}
#marketing-szeptany-new .kroki .item.item4 .line {
    margin-left: -265px;
    margin-top: -165px;
}
#marketing-szeptany-new .kroki .item.item4 .krok {
    margin-left: -290px;
    margin-top: -51px;
}
#marketing-szeptany-new .kroki .item.item5 {
    width: 380px;
    margin-left: 3px;
    margin-top: 42px;
}
#marketing-szeptany-new .kroki .item.item5 .line {
    margin-left: 67px;
    margin-top: -269px;
    max-width: none;
}
#marketing-szeptany-new .kroki .item.item5 .krok {
    margin-left: 44px;
    margin-top: -178px;
}
#marketing-szeptany-new .monitor {
    background: url(img/marketing/monitor-bg.jpg) no-repeat top center transparent;
    color: #FFFFFF;
}
#marketing-szeptany-new .monitor .head {
    text-align: center;
    line-height: 68px;
    font-weight: 700;
    font-size: 68px;
}
#marketing-szeptany-new .monitor .text {
    padding: 47px 110px 0 67px;
    line-height: 30px;
    font-weight: 300;
    font-size: 22px;
}
#marketing-szeptany-new .monitor .lupa {
    background: url(img/marketing/lupa.png) no-repeat left center transparent;
    background-position:  top 133px left;
    padding: 91px 0 248px 380px;
}
#marketing-szeptany-new .jak-dzialamy {
    margin-top: -134px;
    background: #eaeaea;
    padding: 42px 78px 58px;
}
#marketing-szeptany-new .jak-dzialamy .head {
    padding-bottom: 14px;
    font-weight: 700;
    font-size: 36px;
    color: #eb2e5d;
}
#marketing-szeptany-new .jak-dzialamy ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#marketing-szeptany-new .jak-dzialamy ul li {
    background: url(img/marketing/point.png) no-repeat left center transparent;
    background-position: left 10px center;
    padding-left: 38px;
    line-height: 25px;
    font-size: 19px;
    color: #515151;
}
#marketing-szeptany-new .jak-dzialamy ul li span {
    font-weight: 700;
    color: #eb2e5d;
}
#marketing-szeptany-new .jak-dzialamy hr {
    border-top: 1px solid #cacaca;
    margin: 33px 10px 31px;
}
#marketing-szeptany-new .jak-dzialamy .line1 {
    padding: 0 10px;
    line-height: 25px;
    font-weight: 700;
    font-size: 19px;
    color: #515151;
}
#marketing-szeptany-new .jak-dzialamy .line2 {
    padding: 0 10px;
    line-height: 25px;
    font-size: 19px;
    color: #515151;
}
#marketing-szeptany-new .pomoglismy .head {
    text-transform: uppercase;
    padding: 58px 0 7px;
    font-weight: 300;
    line-height: 48px;
    font-size: 40px;
    color: #606060;
}
#marketing-szeptany-new .pomoglismy .content > div > div {
    margin: 8px 0;
}
#marketing-szeptany-new .pomoglismy a {
    transition: all 0.7s ease 0s;
    border: 1px solid #e6e6e6;
    position: relative;
    line-height: 195px;
    text-align: center;
    display: block;
}
#marketing-szeptany-new .pomoglismy a .hover {
    display: none;
    position: absolute;
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
#marketing-szeptany-new .pomoglismy a .hover span {
    background: url(img/marketing/download.png) no-repeat left center transparent;
    padding-left: 20px;
}
#marketing-szeptany-new .pomoglismy a:hover {
    background: #2d839e;
}
#marketing-szeptany-new .pomoglismy a:hover .logo {
    opacity: 0.1;
}
#marketing-szeptany-new .pomoglismy a:hover .hover {
    display: block;
}
#marketing-szeptany-new .kontakt {
    margin-top: 57px;
    background: #eb2e5d;
    color: #FFFFFF;
}
#marketing-szeptany-new .kontakt .content {
    padding: 54px 35px 56px;
}
#marketing-szeptany-new .kontakt .head {
    line-height: 40px;
    font-weight: 700;
    font-size: 35px;
}
#marketing-szeptany-new .kontakt .content > .text {
    line-height: 22px;
    font-weight: 300;
    font-size: 15px;
    padding: 6px 0;
}
#marketing-szeptany-new .kontakt form {
    padding-top: 25px;
}
#marketing-szeptany-new .kontakt form .row {
    margin-left: -12px;
    margin-right: -12px;
}
#marketing-szeptany-new .kontakt form .row > div {
    padding-left: 12px;
    padding-right: 12px;
}
#marketing-szeptany-new .kontakt .text input,
#marketing-szeptany-new .kontakt textarea {
    border: none;
    font-weight: 300;
    font-size: 16px;
    border-radius: 0;
    color: #8d8d8d;
    width: 100%;
    padding: 16px;
    margin-bottom: 10px;
}
#marketing-szeptany-new .kontakt .required {
    position: relative;
}
#marketing-szeptany-new .kontakt .required:after {
    position: absolute;
    content: "*";
    top: 9px;
    right: 9px;
    color: #8d8d8d;
}
#marketing-szeptany-new .kontakt textarea {
    min-width: 100%;
    max-width: 100%;
    height: 248px;
}
#marketing-szeptany-new .kontakt .checkbox {
    margin-top: 33px;
}
#marketing-szeptany-new .kontakt .checkbox input {
    margin-top: 1px;
    margin-left: 0;
}
#marketing-szeptany-new .kontakt .checkbox label {
    line-height: 14px;
    font-weight: 300;
    font-size: 10px;
}
#marketing-szeptany-new .kontakt button {
    transition: all 0.7s ease 0s;
    border: 1px solid #FFFFFF;
    background: transparent;
    padding: 10px 12px;
    margin-top: 0;
    border-radius: 0;
    font-weight: 700;
    font-size: 20px;
    width: 330px;
}
#marketing-szeptany-new .kontakt button:hover {
    border-color: #eb2e5d;
    background: #FFFFFF;
    color: #eb2e5d;
}
.captcha-pink > * {
    vertical-align: top;
    display: inline-block;
    text-align: center;
}
.captcha-pink .captcha-form > a {
    color: #ffffff;
}
.captcha-pink .captcha-div > input {
    color: #000000;
    text-align: left;
    text-indent: 5px;
}
#marketing-szeptany-new .kontakt input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #8d8d8d;
}
#marketing-szeptany-new .kontakt input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #8d8d8d;
    opacity: 1;
}
#marketing-szeptany-new .kontakt input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #8d8d8d;
    opacity: 1;
}
#marketing-szeptany-new .kontakt input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #8d8d8d;
}
#marketing-szeptany-new .kontakt input:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    color: #8d8d8d;
}
.zaufali .head {
    text-transform: uppercase;
    position: relative;
    font-weight: 300;
    font-size: 40px;
    color: #606060;
}
.zaufali .head span {
    display: inline-block;
    background: #FFFFFF;
    padding: 0 15px;
}
.zaufali {
    padding: 57px 0 36px;
}
.zaufali .head:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
    margin-top: -1px;
    background: #dfdfdf;
    z-index: -1;
}
#zaufali-nam {
    margin-top: 44px;
    margin-bottom: 18px;
}
#zaufali-nam .item {
    text-align: center;
}
#zaufali-nam img {
    display: inline-block;
    padding: 0 20px;
    /* filter: grayscale(100%);
    -webkit-filter: grayscale(100%); */
}
#zaufali-nam .carousel-control.left {
    background: url('img/marketing/slider-left.png') no-repeat center center transparent;
}
#zaufali-nam .carousel-control.right {
    background: url('img/marketing/slider-right.png') no-repeat center center transparent;
}
#zaufali-nam .carousel-control {
    background-size: 100% auto;
    width: 2.4%;
}
.zaufali .info {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 30px;
}
.zaufali .info span {
    background: #fee83c;
    padding: 1px 10px;
}

#tidio-chat {
    z-index: 2000000000 !important;
}

.fb_sklep .lista {
    list-style-type: square;
    padding-left: 15px;
}

.fb_sklep .video-container{
    height: 300px;
    background-color: #d9d9d9;
}

.fb_sklep .video-text{
    line-height: 300px;
    font-size: 30px;
    color: #929292;
}

.fb_sklep .content{
    border:1px solid #cccccc;
    border-width:0 1px;
    display:inline-block;
    margin:50px 0;
    width:100%;
}
.fb_sklep .divider {
    font-size:34px;
    margin: -1.72em auto -0.5em;
    overflow: hidden;
    text-align: center;
    line-height: 1.2em;
}
.fb_sklep .divider:before,
.fb_sklep .divider:after {
    content: "";
    vertical-align: top;
    display: inline-block;
    width: 50%;
    height: 0.65em;
    border-bottom: 1px solid #cccccc;
    margin: 0 2% 0 -55%;
}
.fb_sklep .divider:after {
    margin: 0 -55% 0 2%;
}
.konkurs_fb_text > .h2{
    font-weight: 700;
    font-size: 38px;
    color: #3895d1;
    margin-top: 20px;
}
#strona_konkursy_fb p{
    font-size: 16px;
    font-weight: 300;
    color: #000000;
}
a.konkurs_fb_example {
    text-align: center;
    background-color: #ffffff;
    padding: 12px;
    display: block;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    transition: background-color 0.3s;
    text-decoration: none;
    margin-bottom: 20px;
}
a.konkurs_fb_example *{
    background-color: transparent;
}
a.konkurs_fb_example:hover{
    background-color: #3997d3;
}
.konkurs_fb_image {
    text-align: center;
    border-radius: 5px;
    margin-bottom: 10px;
}
.konkurs_fb_image > img {
    display: inline-block;
    text-align: center;
    border-radius: 5px;
}
.konkurs_fb_title{
    font-size: 18px;
    font-weight: 700;
    color: #00b0ff;
    display: block;
    text-align: center;
    margin-top: 10px;
}
.konkurs_fb_link{
    display: inline-block;
    text-align: left;
    background: url('img/konkursy_fb/fb_ico.png') no-repeat left center transparent;
    padding: 2px 12px 2px 35px;
    font-size: 16px;
    font-weight: 500;
    color: #2160a0;
    vertical-align: middle;
    height: 27px;
    line-height: 27px;
}
.konkurs_fb_r_ico{
    width: 20px;
    height: 20px;
    background:  url('img/konkursy_fb/r_ico.png') no-repeat left top transparent;
    display: inline-block;
}
.konkurs_fb_r_ico + .konkurs_fb_r_ico{
    margin-left: 3px;
}

.konkurs_fb_r_ico.r-2{
    background-position: -23px 0;
}
.konkurs_fb_r_ico.r-3{
    background-position: -46px 0;
    width: 21px;
}
.konkurs_fb_r_ico.r-4{
    background-position: -70px 0;
}
a.konkurs_fb_example:hover .konkurs_fb_title{
    color: #ffffff;
}
a.konkurs_fb_example:hover .konkurs_fb_link{
    /*background: url('img/konkursy_fb/fb_ico_h.png') no-repeat left 5px transparent;*/
    color: #2160a0;
}
table.fb_reklama_stats {
    margin-left: 35px;
    font-size: 13px;
    color: #7c7c7c;
    font-weight: 500;
    margin-top: 10px;
}

table.fb_reklama_stats tr > td{
    vertical-align: middle;
    padding: 2px 0;
}
table.fb_reklama_stats tr > td:first-child{
    padding-right: 25px;
}
.konkurs_fb_bg_text {
    font-weight: 700;
    font-size: 224px;
    color: rgba(0,0,0,0.08);
    line-height: 135px;
    text-align: center;
    margin-bottom: -60px;
}
.konkursy_fb_items-row{
    padding: 0 80px;
}
.konkursy_fb_items{
    margin-top: 92px;
    margin-bottom: 50px;
    display: inline-block;
    width: 100%;
}
.konkurs_fb_info_ico{
    text-align: center;
    vertical-align: middle;
    line-height: 130px;
}
.konkurs_fb_info_text{
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    max-width: 275px;
    display: inline-block;
    margin-bottom: 20px;
}
#strona_konkursy_fb .h3{
    text-align: center;
    position: relative;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 45px;
    text-transform: uppercase;
}
#strona_konkursy_fb .h3:after, body#strona_pozycjonowanie_google_maps .h3:after{
    position: absolute;
    bottom: -10px;
    left: calc(50% - 17px);
    width: 34px;
    height: 2px;
    background-color: #3895d1;
    display: block;
    content: ' ';
}
#strona_konkursy_fb a.polecamy > span.tekst{
    max-width: 100%;
    width: 70%;
}
#strona_konkursy_fb div.polecamy > span.tekst{
    max-width: 100%;
    width: 70%;
}
#strona_konkursy_fb a.polecamy, body#strona_pozycjonowanie_google_maps a.polecamy,
body#strona_tiktok a.polecamy, body#strona_pozycjonowanie_google_maps a.polecamy{
    background: #3b5999;
}
#strona_konkursy_fb a.polecamy:after, body#strona_pozycjonowanie_google_maps a.polecamy:after{
    background: url("img/konkursy_fb/polecamy.png") no-repeat scroll 0 0 transparent;
    top: 0;
}
body#strona_tiktok a.polecamy:after, body#strona_pozycjonowanie_google_maps a.polecamy:after{
    background: url("img/konkursy_fb/polecamy.png") no-repeat scroll 0 0 transparent;
    top: 0;
}
.mw280{
    max-width: 280px;
}
body#strona_oferta_abonamentowa .h2{
    font-weight: 700;
    font-size: 38px;
    color: #3895d1;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 10px;
}

body#strona_oferta_abonamentowa .h3{
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    margin: 60px 0 35px;
    text-transform: uppercase;
}
body#strona_oferta_abonamentowa p{
    font-weight: 300;
    font-size: 16px;
}
body#strona_oferta_abonamentowa .h2 + p{
    text-align: center;
    padding: 0 30px;
    margin-bottom: 70px;
}
.table-oferta {
    width: 100%;
    table-layout: fixed;
}
.table-oferta .table-oferta-head .table-oferta-item-1{
    font-size: 33px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    border-radius: 0;
    border: none;
}
.table-oferta .table-oferta-head .table-oferta-item-1 > div{
    background: #37bbe5;
    border-radius: 5px 0 0 0;
    margin-left: -2px;
    padding: 15px 0 15px 2px;
}
.table-oferta .table-oferta-head .table-oferta-item-2{
    font-size: 33px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    border-radius: 0 0 0 0;
    border:none;
}

.table-oferta .table-oferta-head .table-oferta-item-2 > div{
    background: #b8b8b8;
    border-radius: 0 5px 0 0;
    margin-right: -2px;
    padding-right: 2px;
    margin-left: -2px;
    padding: 15px 0 15px 2px;
}
.table-oferta .table-oferta-item-1{
    border-left: 4px solid #37bbe5;
}
.table-oferta .table-oferta-item-2{
    border-left: 4px solid #b8b8b8;
    border-right: 4px solid #b8b8b8;
}
.table-oferta .table-oferta-footer .table-oferta-item-1,
.table-oferta .table-oferta-footer .table-oferta-item-2{
    border: none;
}
.table-oferta .table-oferta-footer .table-oferta-item-1 > div{
    height: 23px;
    border-bottom: 4px solid #37bbe5;
    border-left: 4px solid #37bbe5;
    border-radius: 0 0 0 5px;
    margin: 0 0 0 -2px;
    padding: 0 2px;
}
.table-oferta .table-oferta-footer .table-oferta-item-2 > div{
    height: 23px;
    border-bottom: 4px solid #b8b8b8;
    border-right: 4px solid #b8b8b8;
    border-left: 4px solid #b8b8b8;
    border-radius: 0 0 5px 0;
    margin: 0 -2px 0 -2px;
    padding: 0 2px;
}
.table-oferta .table-oferta-items > td {
    border-bottom: 2px solid #e4ded6;
}
.table-oferta .table-oferta-items > td.table-oferta-item-0{
    border-left: 2px solid #e4ded6;
}
.table-oferta .table-oferta-items.first > td.table-oferta-item-0{
    border-left: none;
}
.table-oferta .table-oferta-items > td.table-oferta-item-0 > div{
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    padding: 16px 20px;
}
.table-oferta .table-oferta-items > td.table-oferta-item-1,
.table-oferta .table-oferta-items > td.table-oferta-item-2{
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}
.table-oferta .table-oferta-items > td.table-oferta-item-2{
    color: #999999;
}
.table-oferta .table-oferta-items.first > td.table-oferta-item-0 > div{
    border-top: 2px solid #e4ded6;
    border-left: 2px solid #e4ded6;
    border-radius: 5px 0 0 0;
    margin: -1px 0 -1px -1px;
}
.table-oferta .table-oferta-podsumowanie > td.table-oferta-item-0 > div{
    border-bottom: 2px solid #e4ded6;
    border-left: 2px solid #e4ded6;
    border-radius: 0 0 0 5px;
    margin: -1px 0 -1px -1px;
    text-align: left;
    font-size: 27px;
    font-weight: 800;
    color: #000000;
    padding: 16px 20px;
}
.table-oferta .table-oferta-podsumowanie > td.table-oferta-item-1,
.table-oferta .table-oferta-podsumowanie > td.table-oferta-item-2{
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    color: #37bbe5;
}
.table-oferta .table-oferta-podsumowanie > td.table-oferta-item-1 > div,
.table-oferta .table-oferta-podsumowanie > td.table-oferta-item-2 > div{
    padding-top: 20px;
    line-height: 23px;
}
.table-oferta .table-oferta-podsumowanie > td.table-oferta-item-2{
    color: #9a9a9a;
}
.table-oferta .table-oferta-podsumowanie > td.table-oferta-item-1 sup,
.table-oferta .table-oferta-podsumowanie > td.table-oferta-item-2 sup{
    text-decoration: underline;
    font-size: 24px;
}
.table-oferta .table-oferta-podsumowanie > td.table-oferta-item-1 span,
.table-oferta .table-oferta-podsumowanie > td.table-oferta-item-2 span{
    font-size: 18px;
    font-weight: 400;
    color: #b9b9b9;
}
.oferta_abonamnetowa_info_ico{
    text-align: center;
    min-height: 70px;
    vertical-align: middle;
    line-height: 70px;
}
.oferta_abonamnetowa_info_text{
    font-size: 15px;
    font-weight: 300;
}
.oferta_abonamnetowa_info_text > span{
    padding: 10px 0 0;
    display: inline-block;
    width: 100%; 
}
.oferta_abonamnetowa_info_text > span > span{
    display: block;
    margin: 0 -10px;
}

.oferta_abonamnetowa_info_text > span > a {
    color: #333;
}

.oferta_abonamnetowa_info_text > span > a > span {
    display: block;
    margin: 0 -10px;
    color: #333;
}

.oferta_abonamnetowa_info > div{
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    height: 260px;
}
.oferta_abonamnetowa_info > div:nth-child(4n){
    border-right: none;
}
.oferta_abonamnetowa_info{
    position: relative;
    overflow: hidden;
}
.oferta_abonamnetowa_info::after {
    content: ' ';
    background: #ffffff;
    width: 100%;
    height: 2px;
    z-index: 3;
    position: absolute;
    bottom: 0;
    display: none;
}
body#strona_zakupy_google .h1{
    color: #3482ee;
    font-size: 38px;
    font-weight: 400;
    margin: 0 0 25px;
}
body#strona_zakupy_google p{
    font-size: 16px;
    font-weight: 300;
}
body#strona_zakupy_google .top-info{
    margin-top: 50px;
}
body#strona_zakupy_google .top-info ul{
    list-style: none;
    padding: 0;
    margin: 0;
    columns: 2;
    color: #ffffff;
}
body#strona_zakupy_google .top-info ul > li{
    background: url('img/zakupy_google/point.png') no-repeat left center transparent;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 400;
    padding: 7px 15px;
}
body#strona_zakupy_google .top-info .h2{
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin: 10px 0;
}
body#strona_zakupy_google .h3{
    font-size: 24px;
    font-weight: 700;
    color: #3482ee;
    margin: 30px 0;
}
.zakupy-google-opinia{
    border: 1px solid #cccccc;
    color: #505050;
    font-weight: 300;
    font-style: italic;
    padding: 33px 88px;
    position: relative;
    margin-top: 38px;
}
.zakupy-google-opinia:after{
    position: absolute;
    left: 23px;
    top: -10px;
    width: 44px;
    height: 41px;
    background: url('img/zakupy_google/cytat.png') no-repeat center center transparent;
    z-index: 1;
    content: ' ';
}
.zakupy-google-opinia .podpis{
    display: block;
    text-align: left;
    font-weight: 700;
    font-style: normal;
}




body#strona_reklamy_google .h1{
    color: #3482ee;
    font-size: 38px;
    font-weight: 400;
    margin: 0 0 25px;
}
body#strona_reklamy_google p{
    font-size: 16px;
    font-weight: 300;
}
body#strona_reklamy_google .top-info{
    margin-top: 90px;
}
body#strona_reklamy_google .top-info ul{
    list-style: none;
    padding: 0;
    margin: 0;
    columns: 2;
    color: #ffffff;
}
body#strona_reklamy_google .top-info ul > li{
    background: url('img/reklamy_google/point.png') no-repeat left center transparent;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 400;
    padding: 7px 15px;
}
body#strona_reklamy_google .top-info .h2{
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin: 10px 0;
}
body#strona_reklamy_google .h3{
    font-size: 24px;
    font-weight: 700;
    color: #3482ee;
    margin: 30px 0;
}
body#strona_reklamy_google .reklama-box{
    display: inline-block;
}
body#strona_reklamy_google .reklama-box .frame{
    font-weight: 400;
    font-size: 16px;
    background: #ffffff;
    box-shadow: 3px 3px 6px rgba(0,0,0,0.4);
    margin: -8px 7px 0 3px;
    padding: 5px;
}
body#strona_reklamy_google .reklama-box .frame > span{
    text-transform: uppercase;
    color: #3482ee;
    font-weight: 700;
    font-size: 24px;
}
.bg-bar-container{
    position: relative;
}
.bg-bar{
    position: absolute;
    content: ' ';
    width: 100%;
    height: 315px;
    bottom: 8px;
    left: 0%;
    background-color: #00b0ff;
}
.bg-bar-blue{
    background-color: #3482ee;
}
.mtb40a{
    margin: 40px auto;
}
.mt15{
    margin-top: 15px;
}
.mt30{
    margin-top: 30px;
}
.mt70{
    margin-top: 70px;
}
.mt80{
    margin-top: 80px;
}

body#strona_reklamy_facebook .h1{
    color: #385490;
    font-size: 38px;
    font-weight: 700;
    margin: 0 0 25px;
}
body#strona_reklamy_facebook .h2{
    color: #385490;
    font-size: 22px;
    text-transform: uppercase;
    padding: 20px 0 0;
    margin-bottom: 20px;
}
body#strona_reklamy_facebook p{
    font-size: 16px;
    font-weight: 300;
}
.reklama-facebook-info .reklama-facebook-info-text{
    color:#787878;
    font-weight: 400;
    padding: 25px;
}
.reklama-facebook-info .reklama-facebook-info-text > span{
    display: block;
    font-weight: 700;
}
.reklama-facebook-info .reklama-facebook-info-img{
    text-align:center;
}
.reklama-facebook-info:hover{
    box-shadow: 2px 0 30px rgba(0,0,0,0.2);
    cursor: pointer;
}
.reklama-facebook-info:hover .reklama-facebook-info-text{
    color: #385490;
}
.reklama-facebook-box{
    text-align: center;
}
.reklama-facebook-box > *{
    display: inline-block;
    height: 89px;
    width: calc(33% - 40px);
    position: relative;
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: top;
    line-height: 26px;
    padding-top: 22px;
}
.reklama-facebook-box > * > span{
    font-size: 13px;
    font-weight: 400;
    display: block;
    line-height: normal;
}
.reklama-facebook-box > .reklama-facebook-box-1{
    background: url('img/reklamy_facebook/i_l_l.png') no-repeat 20px center #385490;
    padding-left: 88px;
    text-align: left;
}
.reklama-facebook-box > .reklama-facebook-box-1:before{
    position: absolute;
    width: 40px;
    height: 89px;
    content: ' ';
    top: 0;
    right: -39px;
    background: url('img/reklamy_facebook/i_l_r.png') no-repeat right center transparent;
}
.reklama-facebook-box > .reklama-facebook-box-2{
    width: calc(33% - 68px);
    margin: 0 60px;
    background: #eb2e5d;
    text-align: center;
}
.reklama-facebook-box > .reklama-facebook-box-2:after{
    position: absolute;
    width: 40px;
    height: 89px;
    content: ' ';
    top: 0;
    right: -40px;
    background: url('img/reklamy_facebook/i_c_r.png') no-repeat right center transparent;
}
.reklama-facebook-box > .reklama-facebook-box-2:before{
    position: absolute;
    width: 40px;
    height: 89px;
    content: ' ';
    top: 0;
    left: -40px;
    background: url('img/reklamy_facebook/i_c_l.png') no-repeat right center transparent;
}
.reklama-facebook-box > .reklama-facebook-box-3{
    background: url('img/reklamy_facebook/i_r_l_2.png') no-repeat 20px center #385490;
    padding-left: 88px;
    text-align: left;
}
.reklama-facebook-box > .reklama-facebook-box-3:before{
    position: absolute;
    width: 40px;
    height: 89px;
    content: ' ';
    top: 0;
    left: -40px;
    background: url('img/reklamy_facebook/i_r_l.png') no-repeat right center transparent;
}
.mt50{
    margin-top: 50px;
}
body#strona_reklamy_remarketingowe p{
    font-weight: 300;
    font-size: 16px;
    color: #505050;
}
.reklamy-remarketingowe-example-text > span{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 22px;
    color: #3482ee;
    display: block;
    text-align: center;
    margin: 25px 0;
}
.reklamy-remarketingowe-example-text > p{
    font-size: 15px;
    text-align: center;
}
body#strona_reklamy_remarketingowe .h2{
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #3482ee;
    margin-bottom: 50px;
}

body#strona_reklamy_remarketingowe .h3{
    font-weight: 700;
    font-size: 31px;
    color: #3482ee;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 25px;
}
body#strona_reklamy_remarketingowe .h3:before{
    width: calc(100% - 100px);
    position: absolute;
    height: 1px;
    right: 0;
    top: 50%;
    background: #cccccc;
    content: ' ';
    z-index: -1;
}
body#strona_reklamy_remarketingowe .h3 > span{
    background: #ffffff;
    padding-right: 15px;
}
.reklamy-remarketingowe-krok{
    height: 212px;
    border: 1px solid #3482ee;
    border-radius: 15px;
    position: relative;
    z-index: 2;
    max-width: 330px;
    margin: 0 auto;
    text-align: center;
    padding: 85px 40px 5px;
    font-size: 16px;
    font-weight: 300;
    color: #505050;
}
.reklamy-remarketingowe-krok:before{
    position: absolute;
    width: 125px;
    height: 124px;
    content: ' ';
    z-index: 3;
    top: -62px;
    left: calc(50% - 62.5px);
}
.reklamy-remarketingowe-krok.krok-1:before{
    background: url('img/reklamy_remarketingowe/krok_1.png') no-repeat center center transparent;
}
.reklamy-remarketingowe-krok.krok-2:before{
    background: url('img/reklamy_remarketingowe/krok_2.png') no-repeat center center transparent;
}
.reklamy-remarketingowe-krok.krok-3:before{
    background: url('img/reklamy_remarketingowe/krok_3.png') no-repeat center center transparent;
}
.reklamy-remarketingowe-krok.krok-1:after,
.reklamy-remarketingowe-krok.krok-2:after{
    background: url('img/reklamy_remarketingowe/arrow_right.png') no-repeat center center transparent;
    width: 117px;
    height: 85px;
    position: absolute;
    content: ' ';
    right: -95px;
    top: calc(50% - 42.5px);
    z-index: 3;
}
.reklamy-remarketingowe-krok.krok-2{
    z-index: 1;
}
.reklamy-remarketingowe-krok.krok-3{
    z-index: 0;
}
.reklamy-remarketingowe-krok-head{
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    text-align: center;
}
.square{
    display: inline-block;
    width: 23px;
    height: 23px;
    background: #3482ee;
    margin-right: 13px;
}
.background-1{
    background: #ffffff;
}
.background-2{
    position: relative;
    background: #eeeeee;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}
.background-2:after{
    content: ' ';
    background: rgba(0,0,0,0.03);
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    position: absolute;
}
.oferta-oferta-abonamentowa-text h2{
    font-weight: 900;
    color: #006d7d;
    font-size: 60px;
}
.oferta-oferta-abonamentowa-text p{
    font-weight: 300;
    font-size: 14px;
    color: #777777;
    text-align: justify;
    padding-left: 15px;
    padding-top: 10px;
    position: relative;
}

.mb20{
    margin-bottom: 20px;
}

#strona_konkursy_fb a.polecamy > span.p_btn::before, body#strona_pozycjonowanie_google_maps a.polecamy > span.p_btn::before{
    background: #4366B2;
}
#strona_konkursy_fb div.polecamy > span.p_btn::before, body#strona_pozycjonowanie_google_maps div.polecamy > span.p_btn::before{
    background: #4366B2;
}
.banner-more-item {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(50% + 60px);
    height: 140px;
    background: rgba(44,70,120,0.7);
    text-align: right;
    border-radius: 0 15px 0 0;
    padding: 38px 35px 0 0;
}
#slider1_container .banner-more-item{
    border-radius: 225px 15px 0 0;
}
input#zgoda-rodo {
    height: auto;
    left: 0;
    margin: 0;
    position: relative;
    display: inline-block;
    width: auto;
}
#marketing-szeptany-new .kontakt .checkbox{
    margin-top: 0;
}
#KontaktMarketingSzeptanyForm label[for="zgoda-rodo"],
form.kontakt label[for="zgoda-rodo"] {
    display: inline-block;
    width: calc(100% - 45px);
    vertical-align: middle;
    padding-left: 5px;
    top: 0;
    margin: 0;
    line-height: normal;
}
.fb-e1-img{
    margin-top: -75px;
}
.fb-e2-img{
}
.fb-e3-img{
    margin-top: -80px;
}
.fb-e4-img{
    margin-top: -90px;
}
.facebook-blue-item .text .text-bold,.text-bold{
    font-weight: 700 !important;
}
.facebook-blue-item .text .text-bold{
    font-size: 16px;
}
.facebook-realizacja{
    margin-bottom: 20px;
}
.facebook-realizacja > a{
    position: relative;
    display: block;
}
.facebook-realizacja > a > span{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 300;
    padding: 60px 10px 0;
    opacity: 0;
    transition: all 0.3s;
}

.facebook-realizacja > a > span > div{
    font-size: 30px;
}
.facebook-realizacja > a:hover > span{
    opacity: 1;
}
.fs-30{
    font-size: 30px;
}
.fs-32{
    font-size: 32px;
}
.fs-48{
    font-size: 48px;
}
.fw-300{
    font-weight: 300;
}
.fw-500{
    font-weight: 500;
}
.like-head{
    margin: 20px 0;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-15{
    margin-bottom: 15px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-40{
    margin-bottom: 40px;
}
.facebook-angielski {
    background: #ececec;
    padding: 20px 0;
    margin: 40px 0;
}
.facebook-angielski .head{
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 8px;
}
.facebook-angielski .content-text{
    font-size: 16px;
    font-weight: 300;
}
#strona_instagram .facebook-angielski .content-text{
    padding-right:10px;
}
.in-line {
    width: calc(100% - 200px);
    height: 1px;
    background: #cccccc;
    position: absolute;
    top: 65px;
    left: 100px;
}
.ps-relative{
    position: relative;
}
.fv-bg-c{
    background: #1885b9;
    padding-top: 80px;
}
.bg-custom-1{
    position: relative;
    z-index: 0;
    min-height: 960px;
    margin-top: 65px;
}
.bg-custom-1:before {
    height: 100%;
    border: none;
    position: absolute;
    content: ' ';
    top: 0;
    background: #2a97cb;
    transform: skewY(5deg);
    left: -15px;
    right: -15px;
    z-index: 0;
}
.bg-custom-1:after {
    height: 45%;
    border: none;
    position: absolute;
    content: ' ';
    top: 75%;
    background: #ffffff;
    transform: skewY(-5deg);
    left: -15px;
    right: -15px;
    z-index: 0;
}
.z-index-1{
    z-index: 1;
}
.foto_video-img-3{
    margin-top: -10px;
    width: 415px;
    max-width: 415px;
}
.foto-video-kontakt-form {
    margin-top: 20px;
}
.foto-video-kontakt-form p.ile{
    text-align: center;
    color: #eb2e5d;
    font-weight: 700;
    font-size: 38px;
}
.img-b-fly {
    position: absolute;
    bottom: -220px;
    left: -425px;
}
.in-footer-tel{
    position: absolute;
    width: 47px;
    height: 46px;
    right: 0;
    border-radius: 50%;
}
.in-kontakt-tel{
    position: absolute;
    width: 47px;
    height: 46px;
    left: 0;
    border-radius: 50%;
}
.in-visible-xs{
    display: none;
}
.bg-efefef{
    background: #efefef;
}
.popup-abonamnet{
    background: #8ce5ff;
    color: #000656;
    font-size: 17px;
    font-weight: 400;
    position: fixed;
    bottom: 0;
    right: 10px;
    padding: 0 20px;
    max-width: 346px;
    border-radius: 15px 15px 0 0;
    z-index: 100;
    height: 0;
    overflow: hidden;
    transition: all 0.6s;
    border: none;
}
.popup-abonamnet.open{
    height: 130px;
    padding: 20px;
    border: 1px solid #d5f6ff;
}
.popup-abonamnet strong{
    font-weight: 700;
}

.popup-abonamnet a{
    background: #e7325f;
    color: #ffffff;
    display: block;
    border-radius: 5px;
    text-align: center;
    padding: 3px 10px;
    text-decoration: none;
}
.popup-abonamnet a:hover{
    text-decoration: none !important;
}
.popup-abonamnet a > i{
    margin-left: 7px;
}
.popup-abonamnet .close{
    position: absolute;
    top: 7px;
    right: 11px;
    cursor: pointer;
    display: block;
    color: #000;
    opacity: 1;
    font-size: 15px;
    border: none;
    text-shadow: none;
}
.popup-abonamnet .close:hover{
    opacity: 0.5;
}
#strona_tiktok .popup-abonamnet {
	display: none !important;
}
.e-sklep-container {
    background: #d7efff;
    border-radius: 30px 30px 30px 0;
    margin-top: 45px;
}
.e-sklep-image{
    margin-bottom: 35px;
    text-align: right;
}
.e-sklep-image > img {
    margin-top: -17px;
}
.e-sklep-link {
    margin: 0 -15px 0 0;
    text-align: right;
}
.e-sklep-link > a{
    background: #eb2e5d;
    color: #ffffff;
    font-size: 31px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    padding: 25px 45px;
    border-radius: 30px 0 30px 0;
    text-decoration: none;
    border: 1px solid #eb2e5d;
    transition: all 0.3s;
}
.e-sklep-link > a:hover{
    background: #ffffff;
    color: #eb2e5d;
}
.e-sklep-link > a > i{
    margin-left: 25px;
}
.e-sklep-head {
    font-size: 39px;
    font-weight: 700;
    color: #3d3d3d;
    line-height: normal;
    margin-left: 45px;
    margin-top: 48px;
    margin-bottom: 38px;
}

.e-sklep-head > span{
    display: block;
    font-weight: 300;
    color: #3895d1;
    padding-left: 30px;
}
ul.e-sklep-list {
    padding: 0;
    margin: 0 0 0 45px;
    list-style: none;
    columns: 2;
    -webkit-columns: 2;
}
ul.e-sklep-list > li{
    position: relative;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 400;
    color: #3d3d3d;
    margin-bottom: 10px;
}

ul.e-sklep-list > li:before{
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('img/point_2.png') no-repeat center center transparent;
    margin-right: 15px;
    vertical-align: middle;
}
.workshop-slider-top-header {
    font-size: 26px;
    font-weight: 500;
    color: #1189f3;
    margin-bottom: 40px;
    margin-top: 40px;
}
.workshop-slider-top-header > a{
    color: #1189f3;
    text-decoration: underline;
}
.workshop-slider{
}
.workshop-slide-description{
    padding-left: 90px;
}
.workshop-slide-description > p{
    font-size: 28px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 65px;
    text-align: justify;
}
.workshop-slide-description .slide-title{
    font-size: 36px;
    font-weight: 400;
    color: #128af3;
    text-transform: uppercase;
    margin-bottom: 80px;
}
.workshop-slider,
.workshop-slider > .slider-inner{
    position: relative;
    min-height: 560px;
}
.workshop-slider > .slider-inner > .slide{
    display: none;
    opacity: 0;
    /*transition: opacity 0.3s;*/
}
.workshop-slider > .slider-inner > .slide.animated{
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.workshop-slider > .slider-inner > .slide.animated.in{
    /*opacity: 1;*/
}
.workshop-slider > .slider-inner > .slide.animated.out{
    /*opacity: 0;*/
}
.workshop-slider > .slider-inner > .slide.active{
    display: block;
    opacity: 1;
}
.workshop-slider > .slider-controls{
    position: absolute;
    right: 0;
    left: 0;
    top: 650px;
    transform: translate(0,-50%);
}
.workshop-slider > .slider-controls > a{
    background: #1189f3;
    color: #ffffff;
    width: 55px;
    height: 55px;
    position: absolute;
    border-radius: 50%;
    text-align: center;
    line-height: 55px;
    font-size: 40px;
    border: 1px solid #1189f3;
    transition: all 0.3s;
}
.workshop-slider > .slider-controls > a:hover{
    background: #ffffff;
    color: #1189f3;
}
.workshop-slider > .slider-controls > .slide-next{
    right: 0;
}
.workshop-slider > .slider-controls > .slide-prev{
    left: 0;
}
.workshop-slider > .slider-nav,
.workshop-slider > .slider-nav-description{
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 25px;
}
.workshop-slider > .slider-nav-description{
    margin-bottom: 140px;
}
.workshop-slider > .slider-nav-description > div{
    text-align: center;
    font-size: 24px;
    color: #848484;
    font-weight: 400;
    cursor: pointer;
}

.workshop-slider > .slider-nav-description > div:first-child{
    text-align: left;
}
.workshop-slider > .slider-nav-description > div:last-child{
    text-align: right;
}
.workshop-slider > .slider-nav:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #808080;
    top: calc(50% - 1px);
}
.workshop-slider > .slider-nav > div{
    width: 160px;
    height: 160px;
    /*background: #ffffff;*/
    border: 2px solid #1189f3;
    border-radius: 50%;
    position: relative;
    z-index: 3;
    background: #ffffff;
    /* Old browsers */
    background: linear-gradient(to left, #ffffff 50%, #1189f3 50%);
    background-size: 200% 100%;
    background-position:right bottom;
    transition:all 0.5s ease;
    cursor: pointer;
}
.workshop-slider > .slider-nav > div:before{
    content: '';
    position: absolute;
    right: 0;
    top: -5px;
    border: 2px solid #1189f3;
    color: #1189f3;
    border-radius: 50%;
    width: 49px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    font-size: 22px;
    background: #ffffff;
    /* Old browsers */
    background: linear-gradient(to left, #ffffff 50%, #1189f3 50%);
    background-size: 200% 100%;
    background-position:right bottom;
    transition:all 0.5s ease;


}
.workshop-slider > .slider-nav > div.animated:before{
    background-position:left bottom;
    color: #ffffff;
    border-color: #ffffff;
}
.workshop-slider > .slider-nav > div.active:before{
    color: #ffffff;
    border-color: #ffffff;
    background-position:left bottom;
}
.workshop-slider > .slider-nav > div:first-child:before{
    content: '1';
}
.workshop-slider > .slider-nav > div:first-child + div:before{
    content: '2';
}
.workshop-slider > .slider-nav > div:first-child + div + div:before{
    content: '3';
}
.workshop-slider > .slider-nav > div:first-child + div + div + div:before{
    content: '4';
}
.workshop-slider > .slider-nav > div:first-child + div + div + div + div:before{
    content: '5';
}
.workshop-slider > .slider-nav > div:not(:first-child):after{
    width: 0;
    content: "";
    position: absolute;
    color: #1189f3;
    top: calc(50% - 1px);
    left: -150%;
    border-bottom: 2px solid #1189f3;
    line-height: 0;
    font-size: 28px;
    text-align: right;
    z-index: 0;
    transition: all 0.5s;
}
.workshop-slider.auto-slide > .slider-nav > div:not(:first-child):after{
    transition: all 6.5s;
}
.workshop-slider.auto-slide > .slider-nav > div.next-slide-off:not(:first-child):after{
    transition: all 1s !important;
    color: transparent;
}
.workshop-slider > .slider-nav > div.active:not(:first-child):after,
.workshop-slider > .slider-nav > div.animated:not(:first-child):after,
.workshop-slider.auto-slide > .slider-nav > div.next-slide:not(:first-child):after{
    width: calc(150%);
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    line-height: 0;
    font-size: 28px;
    text-align: right;

}
.workshop-slider > .slider-nav > div.active:not(:first-child):after{
    content: '';
    color: transparent;
    transition: none !important;
}
.workshop-slider > .slider-nav > div.animated{
    background-position:left bottom;
}
.workshop-slider > .slider-nav > div.active{
    background-position:left bottom;
}

.workshop-slider > .slider-nav > div > div{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.5s ease;
}
.workshop-slider > .slider-nav > div[nav-slide='1'] > div{
    background: url('img/sklepy_workshop/slide_nav_1.png') no-repeat right top transparent;
    width: 79px;
    height: 76px;
}
.workshop-slider > .slider-nav > div[nav-slide='2'] > div{
    background: url('img/sklepy_workshop/slide_nav_2.png') no-repeat right top transparent;
    width: 81px;
    height: 57px;
}
.workshop-slider > .slider-nav > div[nav-slide='3'] > div{
    background: url('img/sklepy_workshop/slide_nav_3.png') no-repeat right top transparent;
    width: 87px;
    height: 67px;
}
.workshop-slider > .slider-nav > div[nav-slide='4'] > div{
    background: url('img/sklepy_workshop/slide_nav_4.png') no-repeat right top transparent;
    width: 78px;
    height: 87px;
    margin-left: -10px;
}
.workshop-slider > .slider-nav > div.active > div,
.workshop-slider > .slider-nav > div.animated > div{
    background-position: left top;
}
.blue-content{
    color: #ffffff;
    background: #0096fb;
}
.sklep-responsive-header{
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 90px;
    margin-bottom: 20px;
}
.sklep-responsive-subheader{
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 80px;
}
.grey-1-content{
    background: #f2f2f2;   
    color: #727272;
    padding-bottom: 40px;
}
.grey-2-content{
    background: #fafafa;   
    color: #727272;
    padding-bottom: 40px;
}
.sklep-integracje-header{
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 90px;
    margin-bottom: 20px;
    color: #000000;
}
.sklep-integracje-subheader{
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 80px;
    color: #1189f3;
}
.sklep-integracje-info{
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 80px;
}
.w_b_info{
    padding-top: 50%;
}
.w_b_info > img{
    margin-top: -10%
}
.w_b_info > p{
    color: #727272;
    font-size: 18px;
    font-weight: 400;
    margin-top: 25px;
}
.sklep-opis {
    font-size: 20px;
    font-weight: 300;
    text-align: justify;
    color: #292929;
    margin-bottom: 40px;
    margin-top: 10px;
}
.sklep-image {
    height: 500px;
    line-height: 498px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #e3e3e3;
}
.sklep-image > img{
    max-height: 100%;
}
a.sklep-detalis{
    text-decoration: none;
}
.instagram-gradient{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9742a+0,9b38bc+100 */
background: #f9742a; /* Old browsers */
background: -moz-linear-gradient(45deg, #f9742a 0%, #9b38bc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #f9742a 0%,#9b38bc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #f9742a 0%,#9b38bc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9742a', endColorstr='#9b38bc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    text-align: center;
    border-radius: 8px;
    color: #ffffff;
    margin-top: 60px;
    margin-bottom: 72px;
    padding-bottom: 25px;
}
.instagram-gradient > div:first-child {
    font-weight: 700;
    font-size: 32px;
}
.sklepy-rekomendacje {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sklepy-rekomendacje > a {
    display: inline-block;
    width: calc(18% - 30px);
    float: left;
    padding: 10px;
    background: #eee;
    text-align: center;
    position: relative;
    border: 2px solid #1189f3;
    margin-bottom: 10px;
}
.sklepy-rekomendacje > a > .hover-item{
    opacity: 0;
    transition: all 0.3s;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    padding-top: 50%;
    background: rgba(17,137,243,.7);
    color: #ffffff;
}

.sklepy-rekomendacje > a > .hover-item > span{
    font-size: 18px;
    font-weight: 700;
}

.sklepy-rekomendacje > a > .hover-item > span > i{
    margin-top: 10px;
    font-size: 30px;
    display: block;
}
.sklepy-rekomendacje > a:hover > .hover-item{
    opacity: 1;
}
.rekomendacje.sklepy-rekomendacje {
    display: block;
}
.rekomendacje.sklepy-rekomendacje > a {
    width: 70px;
    padding: 3px;
}

.rekomendacje.sklepy-rekomendacje > a > .hover-item{
    padding-top: 50%;
}
.rekomendacje.sklepy-rekomendacje > a > .hover-item > span{
    font-size: 14px;
    font-weight: 400;
}

.rekomendacje.sklepy-rekomendacje > a > .hover-item > span > i{
    margin-top: 0;
    font-size: 18px;
}
#strona_facebook .konkursy_fb_items, #strona_facebook_1zl_30dni .konkursy_fb_items{
    margin-top: 0;
}

.social_button {
	margin: 10px 0;
	display: flex;
	align-items: center;
}

.social_button a {
	font-size: 20px;
	margin: 5px 5px 2px 0;
}

.social_button a:hover {
	color: #337ab7;
	transform: scale(1.2);
}

.ico_tiktok {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='256' height='256' viewBox='0 0 256 256' xml:space='preserve'%3E%3Cdefs%3E%3C/defs%3E%3Cg style='stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: none; fill-rule: nonzero; opacity: 1;' transform='translate(1.4065934065934016 1.4065934065934016) scale(2.81 2.81)' %3E%3Cpath d='M 0 10.934 v 68.132 C 0 85.105 4.895 90 10.934 90 h 68.132 C 85.105 90 90 85.105 90 79.066 V 10.934 C 90 4.895 85.105 0 79.066 0 H 10.934 C 4.895 0 0 4.895 0 10.934 z M 71.039 33.277 v 6.758 c -3.187 0.001 -6.283 -0.623 -9.203 -1.855 c -1.878 -0.793 -3.627 -1.814 -5.227 -3.048 l 0.048 20.801 c -0.02 4.684 -1.873 9.085 -5.227 12.4 c -2.73 2.698 -6.188 4.414 -9.937 4.97 c -0.881 0.13 -1.777 0.197 -2.684 0.197 c -4.013 0 -7.823 -1.3 -10.939 -3.698 c -0.586 -0.452 -1.147 -0.941 -1.681 -1.468 c -3.635 -3.593 -5.509 -8.462 -5.194 -13.584 c 0.241 -3.899 1.802 -7.618 4.404 -10.532 c 3.443 -3.857 8.26 -5.998 13.41 -5.998 c 0.906 0 1.803 0.068 2.684 0.198 v 2.499 v 6.951 c -0.835 -0.275 -1.727 -0.427 -2.656 -0.427 c -4.705 0 -8.512 3.839 -8.442 8.548 c 0.045 3.013 1.69 5.646 4.118 7.098 c 1.141 0.682 2.453 1.105 3.853 1.182 c 1.097 0.06 2.151 -0.093 3.126 -0.415 c 3.362 -1.111 5.787 -4.268 5.787 -7.992 l 0.011 -13.93 V 16.5 h 9.307 c 0.009 0.922 0.103 1.822 0.276 2.694 c 0.702 3.529 2.692 6.591 5.46 8.678 c 2.414 1.821 5.42 2.9 8.678 2.9 c 0.002 0 0.029 0 0.027 -0.002 V 33.277 z' style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(51, 122, 183); fill-rule: nonzero; opacity: 1;' transform=' matrix(1 0 0 1 0 0) ' stroke-linecap='round' /%3E%3C/g%3E%3C/svg%3E");
	height: 20px;
	width: 20px;
	display: inline-block;
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
}

.bgr_cs1 {
	background: rgba(237,237,237,1)!important;
}

.bgr_cs2 {
	background: #f3f3f4!important;
}

/* program-partnerski-cleveragency */
.box_cs {
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
	padding: 50px 15px;
	margin: 90px 0 0;
}

.box_cs1 {
	background: #ABDCF3;
	color: #013e5a;
	padding: 60px 80px 40px 60px;
	border-radius: 10px;
	font-size: 16px;
	line-height: 1.6;
	margin-top: -15%;
}

.text_blue, .box_cs1 h2, .box_cs2 h2 {
	color:#013e5a;
}


.box_cs2 {
	background: #fff;
	color: #013e5a;
	padding: 60px;
	border-radius: 10px;
	font-size: 16px;
	line-height: 1.6;
	margin-left: -13%;
	box-shadow: 10px 15px 20px rgba(0, 0, 0, 0.19);
	margin-top: 5%;
	text-align: center;
}

.box_list {
	display: flex;
}

.box_list .bl_item {
	background: url('img/arrow_right.png') no-repeat scroll 93% 30% transparent;
	padding-right: 40px;
}

.box_list .bl_item:last-child {
	padding-right: 0;
	background: none;
}

.box_list .bl_item span {
	display: flex;
	justify-content: center;
	height: 100px;
	border: 5px solid #ABDCF3;
	border-radius: 50%;
	width: 100px;
	align-items: center;
	margin: 0 auto;
	flex-direction: column;
	line-height: 1;
}

.box_list .bl_item span b {
	display: block;
	font-size: 22px;
}

.box_list .bl_item p {
	line-height: 1.3;
	margin: 5px 0 0;
}


.box_cs3 {
	font-size: 16px;
}

.box_cs3 h2 {
	text-align: center;
	font-size: 35px;
}

.box_cs3 .row {
	margin: 50px 7% !important;
}

.box_cs3 .box_icon {
	display: flex;
	align-items: start;
	margin-bottom: 30px;
}

.box_cs3 .box_icon img {
	margin-right: 15px;
}
 
.box_cs3 .box_icon p {
	align-self: center;
	margin: 0;
}


.box_cs4 {
	padding: 70px 20px;
}

.box_cs4 .wrapper {
	padding-left: 60px;
}

.box_cs4 .title {
	display: flex;
	margin-bottom: 20px;
	position: relative;
	align-items: center;
}

.box_cs4 .title img {
	position: absolute;
	left: -60px;
}

.box_cs4 .title h2 {
	color: #e02f59;
	font-weight: 700;
	margin: 0;
}

.box_cs4 .big {
	font-size: 130%;
}

.box_cs4 .small {
	font-size: 85%;
}

.box_table {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	border: 1px solid #b3b3b3;
	border-radius: 15px;
	text-align: center;
}

.box_cs4 .box_table {
	margin-top: 20px;
}

.box_table > div {
	padding: 20px;
	border-right: 1px solid #b3b3b3;
}

.box_table > div:nth-child(3n+3) {
	border-right: none;
}

.box_table .head {
	border-bottom: 1px solid #b3b3b3;
}

.box_table .footer {
	border-top: 1px solid #b3b3b3;
}

.box_table .head, .box_table .footer {
	font-weight: 700;
	font-size: 16px;
}


.box_table .body {
	color: #e02f59;
	font-size: 18px;
}

.box_table .body span {
	display: block;
	font-size: 16px;
	font-weight: 500;
}


.box_cs4 .img_cs {
	margin-bottom: 5px;
}

.box_cs5 {
	background-size: 60%;
}

.box_cs5_1 {
	padding: 8% 0 30px;
	width: 33%;
	float: right;
	color: #8d8d8d;
}

.box_cs5_1 img {
	padding-bottom: 20px;
}

.box_faq {
	background: url('img/bgr_1.png') no-repeat scroll top right transparent;
}

.box_faq h2 {
	padding: 195px 0 20px 0;
	font-weight: bold;
}

.accordion_cs h3 {
	background: #ABDCF3 url('img/plus_blue.png') no-repeat scroll 20px center;
	margin: 0;
	padding: 15px 15px 15px 45px;
	font-size: 18px;
	color: #004f7c;
	border-bottom: 1px solid rgb(92, 184, 236);
	cursor: pointer;
}

.accordion_cs .panel {
	margin: 0;
	padding: 0;
	border: 0;
	display:none;
}

.accordion_cs .active .panel {
	display:block;
	max-height: 100%!important;
}

.accordion_cs div.active {
	max-height: 100%!important;
}

.accordion_cs .active, .accordion_cs .accordion:hover {
	background-color: #fff;
}

.accordion_cs .active h3 {
	background: transparent url('img/close_blue.png') no-repeat scroll left center;
	padding: 15px 15px 15px 25px;
	margin: 0;
	border-bottom: none;
}

.accordion_cs div.active {
	padding: 0;
	padding: 40px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.23);
	position: relative;
	margin: 0 -1%;
}

.select_calc {
	border-radius: 10px;
	background: rgb(0,78,125);
	background: linear-gradient(97deg, rgba(0,78,125,1) 0%, rgba(0,112,172,1) 100%);
	padding: 50px 10%;
	margin: 7% 0;
}

.select_calc h2 {
	color: #fff;
	font-size: 29px;
	font-weight: bold;
	margin-bottom: 40px;
}

.box_calc {
	padding: 30px 0 0;
	display: flex;
}

.box_select {
	padding: 20px;
	border: 2px solid #2891C4;
	position: relative;
}

.box_select label {
	padding: 0;
	position: absolute;
	top: -15px;
	color: #90CFEE;
	padding: 5px 10px;
	left: 0;
	font-size: 16px;
	font-weight: normal;
}

.box_select select {
	border: none;
	background: transparent;
	color: #fff;
	font-size: 20px;
	width: 100%;
}

.box_select select option {
	color: #292929;
}

.box_total {
	padding: 20px 10px;
	background: #EB2E5D;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.box_total strong {
	color: #FFE63C;
	text-decoration: underline;
}

.select_calc .text {
	color: #fff;
	margin-top: 20px;
}


.list_cs1 {
	display: flex;
	flex-direction: column;
	padding: 0 30px 30px 30px !important;
}

.btn_box_cs1 {
	margin-top: auto;
}


.btn_cs1, .btn_cs2 {
	border: none;
	font-weight: bold;
	padding: 10px;
	border-radius: 5px;
	font-size: 20px;
	text-align: center;
}

.btn_box_cs1 .btn_cs1,
.btn_box_cs1 .btn_cs2 {
	width: 100%;
	display: block;
}

.btn_box_cs1 .btn_cs1 {
	margin-bottom: 10px;
}

.btn_cs1 {
	background: #eb2e5d;
	color: #fff;
}

.btn_cs2 {
	background: #3ba1bf;
	color: #fff;
}

.btn_cs1:hover, .btn_cs2:hover {
	text-decoration: none;
}

.btn_cs1:hover {
	background: #1e62a5;
	color: #fff;
}

.btn_cs2:hover {
	background: #1e62a5;
	color: #fff;
}

.ico_1, .ico_2 {
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.ico_1:before, .ico_2:before {
	content: '';
	background-size: 100%;
	width: 35px;
	height: 35px;
	margin-right: 1rem;
}

.ico_1:before {
	background: url("img/ico_10.png") no-repeat scroll center center/100% transparent;
}

.ico_2:before {
	background: url("img/ico_11.png") no-repeat scroll center center/100% transparent;
}

/* Background */
.bg_green {
	background: #36a452 !important;
}

.bg_green_2 {
	background: #65ad90 !important;
}

.bg_green_3 {
	background: #188355 !important;
}

.bg_green_4 {
	background: #99c750 !important;
}

.bg_blue {
	background: #2794cc !important;
}

.bg_blue_2 {
	background: #5286db !important;
}

.bg_blue_3, .bestseller.bg_blue_3, .bestseller.bg_blue_3 span {
	background: #2d6adb !important;
}

.bg_blue_4 {
	background: #163a8f !important;
}

.bg_oragne, .bestseller.bg_oragne span {
	background: #f4b940 !important;
}

.bg_oragne_2 {
	background: #f16046 !important;
}

.bg_cobalt {
	background: #294381 !important;
}

.bg_cobalt_medium {
	background: #395aa2 !important;
}

.bg_cobalt_light {
	background: #648dd8 !important;
}

.bg_azure {
	background: #2fa3dc !important;
}

.bg_purple {
	background: #864299 !important;
}

.bg_purple_2 {
	background: #b765e5 !important;
}

.bg_purple_3 {
	background: #9051b3 !important;
}

.bg_purple_4 {
	background: #46026c !important;
}

.bg_pink {
	background: #ee2b70 !important;
}

.bg_black {
	background: #000 !important;
}

.bg_red, .bg_red.bestseller_cs span {
	background: #cd3058 !important;
}

.bg_grey, .bestseller.bg_grey span {
	background: #f1ecec !important;
	color: #000000;
}

.bestseller.bg_grey:after {
	border-top-color: #f1ecec !important;
}

.bestseller.bg_oragne:after {
	border-top-color: #f4b940!important;
}

.bestseller.bg_blue_3:after {
	border-top-color: #f4b940!important;
}

.bestseller.bg_blue_3:after {
	border-top-color: #2d6adb!important;
}

.text_purple {
	color: #864299 !important;
}

.text_red {
	color: #cd3058 !important;
}

.text_cobalt {
	color: #294381 !important;
}

.text_blue {
	color: #163a8f !important;
}

.text_blue_2 {
	color: #5286db !important;
}

.text_green {
	color: #188355 !important;
}

.text_black {
	color: #000000 !important;
}


.btn_green {
	background: #188355;
	color: #fff;
}

.btn_green_2 {
	background: #009f73;
	color: #fff;
}

.btn_grey {
	background: #717171;
	color: #fff;
}

.btn_orange {
	background: #f14646;
}

.btn_orange:hover {
	background: #000000;
}


/* items list */
.items_list {
	text-align: center;
	padding: 40px 0;
}

.items_list > div {
	margin-bottom: 10px;
}

.items_list h3 {
	margin-bottom: 20px;
}

.items_list img {
	margin-bottom: 10px;
	transition: 0.4s ease;
}

.items_list img:hover {
	transform: translateY(-10px);
	transition: 0.4s ease;
}

.items_list_cs1 > div {
	margin-bottom: 50px;
}

.items_list_cs1 img {
	width: 150px;
}

.items_list_cs1 .text {
	padding: 0 20%;
}

.items_list_cs1 .text-bold {
	font-size: 20px;
	margin-bottom: 10px;
}

#strona_reklama_linkedin .items_list_cs2 {
	padding-bottom: 10%;
}


.items_list_cs2 .text {
	padding: 0 10%;
}

.items_list_cs2 .text-bold {
	font-size: 20px;
	margin-bottom: 10px;
}

#banner .title {
	font-weight: 700;
	font-size: 35px;
	color: #fff;
	text-align: center;
	display: block;
	padding-top: 40px;
}


/* Realizacje */
.main-realizacje-item.cs1 {
	height: auto;
}

.main-realizacje-item.cs1 > span {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.realizacje_video .wrapper {
	padding: 20px 0;
}

.realizacje_video .wrapper {
	padding: 20px 0;
}

/* Baner */
.baner_cs1 {
	padding: 20px 0 10%;
}


/* Padding */
.py_sm {
	padding-top: 15px;
	padding-bottom: 15px;
}

.py_md {
	padding-top: 30px;
	padding-bottom: 30px;
}

.py_lg {
	padding-top: 60px;
	padding-bottom: 60px;
}

.pt_sm {
	padding-top: 15px!important;
}

.pt_md {
	padding-top: 30px!important;
}

.pt_lg {
	padding-top: 60px;
}

.pb_sm {
	padding-bottom: 15px;
}

.pb_md {
	padding-bottom: 30px;
}

.pb_lg {
	padding-bottom: 60px;
}


/* Text */
.text_justify {
	text-align: justify;
}


/* Form */

.btn_box {
	display: flex;
	justify-content: center;
	padding: 40px 0;
}

/* cookieyes */
.cky-banner-top {
	position: relative !important;
}

.cky-consent-container .cky-consent-bar {
	background-color: #f2f2f2 !important;
	padding: 15px 140px 15px 50px !important;
}

.cky-consent-bar .cky-title {
	margin: 0 !important;
}

.cky-notice-btn-wrapper button {
	border: none !important;
	background: #d5d5d5  !important;
	color: #333 !important;
}

.cky-btn-customize {
	order: 2;
	margin-left: 8px !important;
	font-weight: 400 !important;
}

.head_cs h2 {
	text-align: center;
	font-weight: 700;
	font-size: 38px;
	color: #eb2e5d;
	padding: 70px 0 40px;
}


/* Video */
.video_box {
	position: relative;
	justify-content: center;
	display: flex;
	cursor: pointer;
}

.video_box.active {
	background: none;
}

.video_box:after {
	content: '';
	display: block;
	position: absolute;
	background: url("img/video/ramka.png") no-repeat scroll center center transparent;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-size: contain;
}

.video_box video {
	max-width: 100%;
	border-radius: 10%;
	margin: 5%;
}

.video_box .play, .video_box .pause {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	font-size: 100px;
	color: white;
}

.video_box .pause {
	opacity:0;
	z-index: 1;
}

.video_box .play {
	z-index: 2;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='52' viewBox='0 0 52 52'%3E%3Cg transform='translate(-1600 -3334)'%3E%3Ccircle cx='26' cy='26' r='26' transform='translate(1600 3334)' fill='%23eb2e5d'/%3E%3Cpath d='M10,0,20,17H0Z' transform='translate(1637.5 3350) rotate(90)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 70px;
}

.video_box .play:hover {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='52' viewBox='0 0 52 52'%3E%3Cg transform='translate(-1600 -3334)'%3E%3Ccircle cx='26' cy='26' r='26' transform='translate(1600 3334)' fill='%23fff'/%3E%3Cpath d='M10,0,20,17H0Z' transform='translate(1637.5 3350) rotate(90)' fill='%23eb2e5d'/%3E%3C/g%3E%3C/svg%3E");
}

.video_box.active .play {
	z-index: -1;
	opacity:0;
}

.video_box.active .pause {
	z-index: 1;
	opacity:1;
}

.video_box_right {
	margin-left: 10%;
}

.video_box_left {
	margin-right: 10%;
}

/* Media box */
.media_box_cs1 {
	
}

/* Row + col */
.flex_row {
	display: flex;
	align-items: center;
}


/* Table */

.rolki_box {
	display: flex;
}

.rolki_box > div {
	padding: 5px 7px;
	font-size: 13px;
}

.rolki_box .text {
	text-align: center;
	line-height: 1.3;
	padding: 10px 0;
}

/* Custom */
.cena_2_col {
	display: flex;
	padding-left: 30px !important;
	padding-right: 30px !important;
	justify-content: center;
	align-items: center;
}

.cena_2_col .cena_label {
	color: white;
	font-weight: bold;
	line-height: 1.2;
	padding: 7px 15px 7px 48px;
	position: relative;
	min-width: 110px;
	text-align: center;
	font-size: 14px;
}

.cena_2_col .cena_label::after {
	content: "";
	display: block;
	position: absolute;
	width: 5px;
	text-align: center;
	padding: 0 1rem 0 3rem;
	line-height: 2;
	background: rgb(255, 255, 255);
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 2rem 50%);
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 2rem 50%);
	top: 0;
	transform: rotate(180deg);
	left: 0;
	bottom: -1px;
}

.cena_2_col .col_2 {
	padding-left: 10px;
}

.koszty .cena .col_1 > div:first-child + div {
	line-height: 1.3;
}

.list_cs3 h3 {
	padding-bottom: 10px;
	font-size: 25px;
}

.list_cs3 ul {
	padding-left: 17px;
}

.list_cs3 li {
	padding: 5px 0;
}

.list_cs3 li a {
	padding: 0;
}


/* temp */
#ascrail2000-hr {
	display: none!important;
}

/* SeoLinks */
.seo_links ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
	list-style: none;
	padding: 10px 0 0 0;
}

.seo_links h2 {
	font-size: 30px;
}

.seo_links li a {
	display: inline-block;
	padding: 13px 20px;
	font-size: 12px;
	font-weight: 400;
	color: #ffffff;
	text-decoration: none;
	background-color: rgb(53, 126, 188);
	border: none;
	border-radius: 5px;
}

.seo_links li a:hover {
	background-color: rgb(235, 46, 93);
}

/* Media */

@media (max-width: 1600px) {
}

@media (max-width: 1440px) {
}

@media (max-width: 1366px) {
}

@media (max-width: 1280px) {
}

@media (max-width: 1200px) {
}

@media (min-width: 1200px) {
}

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

@media (max-width: 991px) {
	.box_cs6 {
		display: flex;
		flex-direction: column;
	}
	.box_cs6 .box_cs6_1 {
		order: 2;
	}
	.box_cs6_2 .col-md-4 {
		order: 2;
	}
	.box_cs6_2 .section-4 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.box_cs6_2 .col-md-8 {
		padding-bottom: 20px;
	}
	.oferta_content .of-item .oferta_ico{
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

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

@media (max-width: 768px) {
	.row_odd {
		display: flex;
		flex-direction: column;
	}

	.row_odd > *:first-child {
		order: 2;
	}

	.row_odd > *:last-child {
		order: 1;
	}
	.icon_cs1 {
		max-width: 300px;
	}
	.row_even .icon_cs1 {
		margin-bottom: 20px;
	}
}

@media (max-width: 576px) {
}

@media (max-width: 414px) {
}

@media (max-width: 360px) {
}






@media screen and (min-width: 1800px) {
    .workshop-slider > .slider-nav > div:not(:first-child):after{
        left: -15vw;
    }
    .workshop-slider > .slider-nav > div.active:not(:first-child):after,
    .workshop-slider > .slider-nav > div.animated:not(:first-child):after, 
    .workshop-slider.auto-slide > .slider-nav > div.next-slide:not(:first-child):after{
        width: calc(15vw);
    }
}
@media screen and (max-width: 1400px) {
    .workshop-slider > .slider-controls{
        top:400px;
    }
    #banner.hd-view .sklepy {
        background-size: auto 100%;
        background-position: center bottom;
    }
    #banner.hd-view .item, #banner.hd-view a:not(#loaderImg):not(.carousel-control){
        height: 409px;
    }
    .sklep-image {
        height: 345px;
        line-height: 343px;
    }
    .w_b_info{
        padding-top: 30%;
    }
    .sklep-opis {
        font-size: 16px;
    }
    .container-fluid.max-1920{
        max-width: 1330px;
    }
    .workshop-slide-description > p {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .workshop-slide-description .slide-title{
        font-size: 23px;
        margin-bottom: 30px;
    }

    .workshop-slider > .slider-nav{
        margin-bottom: 10px;
    }
    .workshop-slider > .slider-nav-description{
        margin-bottom: 50px;
    }
    .workshop-slider > .slider-nav-description > div{
        font-size: 16px;
        width: 25%;
    }

    .workshop-slider > .slider-nav-description > div:first-child + div{
        padding-right: 40px;
    }
    .workshop-slider > .slider-nav-description > div:first-child + div + div{
        padding-left: 40px;
    }
}
@media screen and (max-width: 1280px) {
	#banner .generowanie_leadow {
		height: 320px;
	}
}
@media screen and (max-width: 1200px) {
    .reklamy-remarketingowe-krok.krok-1::after, 
    .reklamy-remarketingowe-krok.krok-2::after {
        right: -80px;
        top: calc(50% - 82.5px);
    }
    .reklama-facebook-box > *{
        font-size: 22px;
    }
    .reklama-facebook-box > * > span{
        font-size: 10px;
    }
    body#strona_zakupy_google .top-info {
        margin-top: 10px;
    }
    body#strona_reklamy_google .top-info {
        margin-top: 10px;
    }
    .bg-bar{
        height: 365px;
    }
    .konkurs_fb_bg_text{
        font-size: 187px;
        line-height: 115px;
    }
    .kontakt-mapa > iframe{
        height: 294px;
    }
    #licznikContainer{
        min-height: 210px;
    }
    .licznikInfo > div:first-child {
        width: 100%;
    }
    .licznikInfo > div:first-child + div {
        width: 100%;
    }
    .licznikInfo > div:first-child > div:first-child{
        width: 18%;
    }
    .licznikInfo > div:first-child > div:first-child + div{
        width: 80%;
    }
    #licznikContainer > .zegar{
        margin-top: 35px;
    }
    .btn.licznik_zapytaj{
        margin-top: 59px;
    }
    .fb-table-head.drugi {
        padding-top: 0;
    }
    .fb-table-info .head {
        font-size: 50px;
    }
    .koszty ul {
        padding: 0 0 30px 10px;
    }
    #marketing-szeptany-new .piec-krokow {
        font-size: 50px;
        line-height: 55px;
    }
    #marketing-szeptany-new .piec-krokow > div:first-child {
        font-size: 242px;
        line-height: 194px;
    }
    #marketing-szeptany-new .piec-krokow span {
        font-size: 80px;
        line-height: 90px;
    }
    #marketing-szeptany-new .monitor .lupa {
        padding-top: 125px;
    }
    #marketing-szeptany-new .monitor .head {
        font-size: 48px;
        line-height: 52px;
    }
    #marketing-szeptany-new .monitor .text {
        font-size: 18px;
        line-height: 22px;
    }
    #marketing-szeptany-new .jak-dzialamy ul li,
    #marketing-szeptany-new .jak-dzialamy .line1,
    #marketing-szeptany-new .jak-dzialamy .line2 {
        font-size: 16px;
        line-height: 22px;
    }
    #marketing-szeptany-new .kontakt .head {
        font-size: 32px;
    }
    .facebook-angielski .head{
        font-size: 25px;
    }
    .koszty ul {
        height: 755px;
    }

    .e-sklep-image{
        text-align: center;
    }
    .e-sklep-image > img {
        margin-top: 0;
    }
    .e-sklep-link{
        margin: 0 -15px 0 -15px;
    }
    .e-sklep-link > a{
        display: block;
        text-align: center;
        border-radius: 0 0 30px 0;
    }
    .e-sklep-head{
        margin-left: 0;
        text-align: center;
    }
    .e-sklep-head > span{
        padding: 0;
    }
	#banner .tiktok {
		background: url("img/banners/tiktok_v2.png") no-repeat scroll center center #4967A3;
	}
	.contact_form_main .button, #KontaktFacebookForm .button, #KontaktFacebook1zl30dniForm .button, #KontaktKonkursyFbForm .button, #KontaktPozycjonowanieGoogleMapsForm .button, .bottomForm .button {
		text-align: left;
		padding-top: 17px;
	}
	/* .new-page .wrapp-form button[type="submit"] {
		float: left !important;
	} */
	#banner .dla_prawnikow .banner_text {
		padding: 3% 0 8%;
	}
	#banner .dla_prawnikow h1 {
		font-size: 160%;
	}
}
@media screen and (max-width: 1000px) {
    #banner .item {
        background-position: right center;
    }
	#banner .tiktok {
        background-position: 15% center;
    }
    #banner .item.instagram{
        background-position: center center;
    }
	#banner .program_partnerski_cleveragency {
        background-position: center center;
	}
	#banner .generowanie_leadow {
		height: 250px;
	}
	#banner .title {
		font-size: 25px;
		padding-top: 25px;
	}
	.koszty_wrapper {
		display: block;
	}
	.koszty_wrapper > div {
		display: flex;
		flex-direction: column;
	}
	#banner .dla_prawnikow {
		background-size: cover !important;
	}
}
@media screen and (min-width: 993px) {
    #marketing-szeptany-new .pomoglismy .content > div {
        padding: 0;
    }
    .md-pd-l-100{
        padding-left: 100px;
    }
    .workshop-slide-img > img{
        max-width: calc(50vw + 90px);
        margin-left: -15px;
    }
}
@media screen and (min-width: 1200px) {
    .workshop-slide-img > img{
        max-width: calc(50vw + 110px);
        margin-left: -15px;
    }
}
@media screen and (min-width: 1401px) {
    .workshop-slider > .slider-controls > .slide-next{
        right: 0;
    }
    .workshop-slider > .slider-controls > .slide-prev{
        left: 0;
    }
}
@media screen and (min-width: 1921px) {
    .workshop-slider > .slider-controls > .slide-prev{
        left: 0
    }
}
@media screen and (max-width: 992px) {
    #banner .reklamy_remarketingowe{
        background-position: 46% center;
    }
    #banner .linked_in_banner{
        background-position: 46% center;
    }
    .reklamy-remarketingowe-krok.krok-1, 
    .reklamy-remarketingowe-krok.krok-2{
        margin-bottom: 165px;
    }
    .reklamy-remarketingowe-krok.krok-1::after, 
    .reklamy-remarketingowe-krok.krok-2::after {
        right: auto;
        left: calc(50% - 42.5px);
        top: auto;
        bottom: -94px;
        background: url('img/reklamy_remarketingowe/arrow_down.png') no-repeat center center transparent;
        width: 85px;
        height: 117px;
    }
    .sm-padding-0{
        padding: 0;
    }
    .reklama-facebook-box > *{
        width: calc(33% - 35px);
        font-size: 18px;
    }
    .reklama-facebook-box > .reklama-facebook-box-2{
        width: calc(33% - 50px);
    }
    body#strona_reklamy_facebook #banner:after{
        display: none;
    }
    .reklama-facebook-box > .reklama-facebook-box-1 {
        background: url('img/reklamy_facebook/i_l_l.png') no-repeat 10px center #385490;
        padding-left: 65px;
    }
    .reklama-facebook-box > .reklama-facebook-box-3 {
        background: url('img/reklamy_facebook/i_r_l_2.png') no-repeat 0px center #385490;
        padding-left: 50px;
    }
    body#strona_reklamy_facebook .h2{
        padding: 0;
    }
    body#strona_zakupy_google .top-info{
        background: #3482ee;
        margin-top: 10px;
        margin: 10px -30px 10px;
        padding: 15px;
    }
    body#strona_reklamy_google .top-info{
        background: #3482ee;
        margin-top: 10px;
        margin: 10px -30px 10px;
        padding: 15px;
    }
    .table-oferta .table-oferta-head .table-oferta-item-1,
    .table-oferta .table-oferta-head .table-oferta-item-2{
        font-size: 22px;
    }
    .oferta_abonamnetowa_info > div:nth-child(4n){
        border-right: 1px solid #e5e5e5;
    }
    .oferta_abonamnetowa_info > div:nth-child(3n){
        border-right: none;
    }
    .konkurs_fb_bg_text {
        font-size: 143px;
        line-height: 86px;
    }
    div#SklepGaleria > div#photoThumb{
        line-height: normal;
        height: auto;
    }
    .marketing_pakiet.pakiet_prawo > ul{
        height: 280px;
    }
    #banner .prawne > .container > div > ul li{
        text-shadow: 0 0 1px rgba(0, 0, 0, 1);
    }
    .prawne_cookies p{
        text-shadow: 0 0 1px rgba(0,0,0,1);
    }
    .cookies .box_cena{
        margin-top: 0;
    }
    .kontakt-mapa > iframe{
        height: 261px;
    }

    div.padding-4 {
        padding: 0;
    }
    div.padding-2r {
        padding-right: 10px;
    }
    div.padding-2l {
        padding-left: 10px;
    }
    #strona_pozycjonowanie #banner .header {
        padding-left: 0;
    }
    #strona_pozycjonowanie #banner h1 {
        padding-top: 35px;
    }
    #licznikContainer{
        min-height: 270px;
    }
    .licznikInfo > div:first-child {
        width: 49%;
    }
    .licznikInfo > div:first-child + div {
        width: 49%;
    }
    .licznikInfo > div:first-child > div:first-child{
        width: 18%;
    }
    .licznikInfo > div:first-child > div:first-child + div{
        width: 80%;
    }
    #licznikContainer > .zegar{
        margin-top: 10px;
    }
    .btn.licznik_zapytaj{
        margin-top: 34px;
    }
    .adwords-info.right {
        padding-left: 15px;
    }
    .adwords-info.text-right {
        text-align: center !important;
    }
    .adwords-pakiety {
        overflow: hidden;
    }
    .adwords-pakiet {
        width: 25%;
    }
    .facebook-line2 > div:first-child {
        padding-top: 50px;
    }
    .facebook-line3 > div:first-child + div + div {
        padding-top: 40px;
    }
    .koszty ul {
        padding: 0 100px 30px 250px;
    }
    .koszty.bestseller {
        padding-top: 33px;
    }
    #marketing-szeptany-new .monitor .lupa {
        background: transparent;
        padding-left: 0;
    }
    #marketing-szeptany-new .monitor .head,
    #marketing-szeptany-new .monitor .text {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
    #marketing-szeptany-new .jak-dzialamy {
        padding: 30px;
    }
    #marketing-szeptany-new .jak-dzialamy ul li {
        background-position: left center;
        background-position: left 10px top 5px;
    }
    #marketing-szeptany-new .jak-dzialamy .line1, 
    #marketing-szeptany-new .jak-dzialamy .line2,
    #marketing-szeptany-new .pomoglismy .head,
    #marketing-szeptany-new .kontakt form .button {
        text-align: center;
    }
    .banner-more-item{
        width: 80%;
    }
    .facebook-angielski{
        padding: 20px;
        text-align: center;
    }
    .bg-custom-1{
        min-height: 0px;
    }
	.box_cs {
		padding: 50px 30px 30px;
	}
	.box_cs2 {
		margin-left: 0;
	}
	.box_select {
		margin-bottom: 20px;
	}
	.box_select label {
		background: #005587 !important;
	}
	
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    #top div {
        line-height: 100px;
    }
    #top nav {
        margin-top: 26px;
    }
    div#mixContainer a{
        height: 440px;
    }
    .marketing_pakiet{
        width: 49%;
        margin: 10px 0.5% 50px;
    }
    .marketing_pakiet.blog{
        width: 49%;
    }
    .marketing_pakiet.czarny_pr{
        width: 49%;
    }
    a.prawne_polacz > div.rzetelny > span:last-child{
        margin-top: 30px;
    }
    .navbar-header {
        padding: 0;
        width: 30%;
    }
    body .navbar-brand > img {
        width: 80%;
    }

    .fb-e1-img{
        margin-top: 0;
    }
    .fb-e2-img{
    }
    .fb-e3-img{
        margin-top: -30px;
    }
    .fb-e4-img{
        margin-top: 0;
    }
    .koszty ul,
    #strona_adwords .koszty ul{
        height: auto;
    }
}

@media screen and (min-width: 768px) {
}

@media screen and (max-width: 768px) {
	#banner .generowanie_leadow {
		height: 180px;
	}
	.sklepy-rekomendacje > a{
        width: 45%;
    }
    .e-sklep-container{
        border-radius: 0;
    }
    .e-sklep-head{
        font-size: 29px;
    }
    .e-sklep-link > a{
        border-radius: 0;
        padding: 25px 15px;
    }
    ul.e-sklep-list{
        columns: 1;
        -webkit-columns: 1;
        margin-left: 0;
    }
    .in-visible-xs{
        display: inline-block;
    }
    .bg-custom-1:before{
        transform: skewY(0deg);
        left: -15px;
        right: -15px;
    }
    .bg-custom-1:after{
        display: none;
    }
    #strona_facebook #banner a:not(#loaderImg):not(.carousel-control){
        text-align: right;
    }
    .move-to-link{
        font-size: 20px;
        line-height: 29px;
        height: auto;
        white-space: normal;
    }
    #banner .reklamy_remarketingowe h1{
        text-align: center;
        padding-left: 0;
    }
    #banner .linked_in_banner h1{
        text-align: center;
        padding-left: 0;
    }
    .oferta-oferta-abonamentowa-text > h2{
        font-size: 30px;
    }
    .table-oferta .table-oferta-head .table-oferta-item-1,
    .table-oferta .table-oferta-head .table-oferta-item-2{
        font-size: 15px;
    }
    .table-oferta .table-oferta-podsumowanie > td.table-oferta-item-0 > div{
        font-size: 15px;
    }
    .table-oferta .table-oferta-podsumowanie > td.table-oferta-item-1 > div, .table-oferta .table-oferta-podsumowanie > td.table-oferta-item-2 > div {
        padding-top: 15px;
        line-height: 18px;
    }
    .table-oferta .table-oferta-podsumowanie > td.table-oferta-item-1, .table-oferta .table-oferta-podsumowanie > td.table-oferta-item-2{
        font-size: 30px;
    }
    .oferta_abonamnetowa_info > div:nth-child(2n){
        border-right: none;
    }
    .oferta_abonamnetowa_info > div:nth-child(3n){
        border-right: 1px solid #e5e5e5;
    }
    .konkurs_fb_bg_text {
        font-size: 110px;
        line-height: 70px;
    }
    .mw280{
        max-width: 100%;
    }
    .konkurs_fb_info_text{
        max-width: 100%;
    }
    #top div {
        line-height: 120px;
        text-align: center;
    }
    #top nav {
        margin-bottom: 15px;
        margin-top: 0;
    }
    #top nav ul {
        width: 100%;
    }
    #top nav ul li {
        float: none;
        text-align: center;
    }
    #banner span {
        line-height: 30px;
    }
    #banner span::before {
        top: 8px;
    }
    #banner .banner_clr > h1{
        font-size: 50px;
    }
    #social {
        margin-top: 10px;
    }
    .breadcrumb {
        border: none;
        width: 100%;
        padding: 0;
    }
    #banner ol {
        text-align: center;
    }
    #footer {
        text-align: center;
    }
    #footer > div > div:first-child + div p {
        text-align: center;
        margin: auto;
    }
    #footer nav a {
        width: 100%;
    }

    #rekomendacje_slider > .carousel-inner > .item > div > div{
        display: inline-block;
        width: 100% !important;
        height: auto;
    }
    #rekomendacje_slider > .carousel-inner > .item > div > div:first-child{
        border-right: none;
        border-bottom: 1px solid #d4d4d4;
    }
    div#mixContainer a{
        height: auto;
    }
    a.polecamy > span.tekst{
        width: 100%;
        max-width: 100%;
    }
    div.polecamy > span.tekst{
        width: 100%;
        max-width: 100%;
    }
    .marketing_pakiet{
        width: 100%;
        margin: 10px 0 50px;
    }
    .marketing_pakiet.blog{
        width: 49%;
    }
    .marketing_pakiet.czarny_pr{
        width: 100%;
    }
    .funkcje.ms,.funkcje.cpr{
        width: 32%;
    }
    .funkcje.bl,.funkcje.ma,.funkcje.moderacja_s{
        width: 49%;
    }
    .newsletter_pakiet{
        width: 100%;
        margin: 10px 0;
    }
    .newsletter_realizacje > div > a{
        margin: 20px 0 0;
        width: 100%;
    }
    .marketing_pakiet.moderacja_allegro{
        width: 100%;
        margin: 10px 0 50px;
    }
    a.prawne_polacz > div{
        display: inline-block;
    }
    a.prawne_polacz > div.rzetelny{
        width: 100%;
    }
    a.prawne_polacz > div.rzetelny > span:first-child{
        width: 60%;
    }
    a.prawne_polacz > div.rzetelny > span:last-child{
        width: 39%;
        margin-top: 30px;
    }
    .marketing_pakiet.pakiet_prawo{
        width: 100%;
    }
    .marketing_pakiet.pakiet_prawo > .ceny > * > .tax{
        padding: 0 !important;
        margin-right: 42%;
    }
    .marketing_pakiet.pakiet_prawo > ul{
        height: auto;
    }
    .artykul > .title,.artykul > .text{
        height: auto;
    }

    #banner .strony {
        background-position: 90% center;
    }
    #banner .allegro {
        background-position: 84% center;
    }
    #banner .oferta {
        background-position: 92% center;
    }
    #banner .video {
        background-position: 92% center;
    }
    #banner .google {
        background-position: 85% center;
    }
    #banner .adwords {
        background-position: 72% center;
    }
    #banner .marketing {
        background-position: 74% center;
    }
    #banner .social {
        background-position: 75% center;
    }

    #banner .sklep_na_facebooku {
        background-position: 75% center;
    }

    #banner .konkursy_facebook {
        background-position: 62% center;
    }

    #banner .blog {
        background-position: 73% center;
    }
    #banner .czarnypr {
        background-position: 79% center;
    }
    #banner .newsletter {
        background-position: 95% center;
    }
    #banner .moderacja_allegro {
        background-position: 86% center;
    }
    #banner .prawne {
        background-position: 63% center;
    }
    #banner .prawne_cookies {
        background-position: 88% center;
    }
    #banner .rekomendacje_baner {
        background-position: 67.6% center;
    }
    #banner .moderacja_sklepow{
        background-position: 57% center;
    }
    #banner .sklepy{
        background-position: 80% center;
    }
    #banner .oferta_abonamentowa{
        background-position: 80% center;
    }
    #banner .zakupy_google{
        background-position: 62% center;
    }
    #banner .reklamy_google{
        background-position: 62% center;
    }
    #banner .reklamy_facebook{
        background-position: 46% center;
    }
    #banner .reklamy_remarketingowe{
        background-position: 34% center;
    }
    #banner .linked_in_banner{
        background-position: 41% center;
    }
	#banner .program_partnerski_cleveragency {
        background-position: center center;
	}
    #banner .rekomendacje_baner > div > div > .carousel-control.left,
    #banner .rekomendacje_baner > div > div > .carousel-control.right {
        font-family: "Glyphicons Halflings";
        font-size: 30px;
        line-height: 50px;
        height: 50px;
        width: 50px;
        left: 0px;
        margin-right: 5px;
    }
    #banner .rekomendacje_baner > div > div > .carousel-control.left:before {
        content: "\e079";
    }
    #banner .rekomendacje_baner > div > div > .carousel-control.right:before {
        content: "\e080";
    }
    #banner .rekomendacje_baner > div > div > div#rekomendacja {
        margin-top: 10px;
    }
    #banner .rekomendacje_baner > div > div > .carousel-control {
        display: inline-block;
        position: initial;
        float: left;
        top: 0;
    }

    div.padding-4,
    div.padding-2r,
    div.padding-2l {
        padding: 0;
    }

    body{
        padding-top: 68px;
    }
    body > nav {
        position: fixed !important;
        margin: 0 auto 0;
        background: url("img/body_top.gif") repeat-x scroll 0 0 #ffffff;
        padding: 15px 0 3px;
        z-index: 100;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    }
    body .navbar-brand > img {
        max-height: 100%;
        width: auto;
    }
    .adwords-pakiet {
        width: 50%;
    }
    .fb-table-head,
    .fb-table-head > div,
    .fb-table-head > div span {
        text-align: center !important;
        display: block !important;
        width: 100% !important;
    }
    .facebook-text {
        text-align: justify;
    }
    .koszty ul,
    #strona_adwords .koszty ul{
        padding: 0 10px 30px;
        height: auto;
    }
    #banner h1.facebook-banner-text,
    #banner h1.facebook-banner-text + span {
        padding-left: 0;
    }
    #banner h1.facebook-banner-text > span{
        margin-left: 0;
        line-height: normal;
    }
    #banner h1.facebook-banner-text{
        margin-top: 10px;
        text-align: center;
    }
    .fb-table-head {
        padding-top: 10px;
    }
    .facebook-line2 > div:first-child {
        padding-top: 0;
    }
    #marketing-szeptany-new .kroki {
        padding-top: 30px;
        text-align: center;
    }
    #marketing-szeptany-new .kroki .item {
        text-align: center !important;
        margin: 0 !important;
        position: relative;
        width: 100% !important;
    }
    #marketing-szeptany-new .kroki .item > * {
        display: block;
    }
    #marketing-szeptany-new .kroki .line {
        display: none;
    }
    #marketing-szeptany-new .kroki .item img {
        position: relative;
        margin: 10px auto !important;
        left: auto !important;
        top: auto !important;
    }
    #marketing-szeptany-new .piec-krokow {
        text-align: center;
    }
    #marketing-szeptany-new .pomoglismy .content div.padding-4 {
        padding: 0 !important;
    }
    .banner-more-item{
        width: 100%;
    }

    .fb-e1-img{
        margin-top: 0;
    }
    .fb-e2-img{
    }
    .fb-e3-img{
        margin-top: 0;
    }
    .fb-e4-img{
        margin-top: 0;
    }

    .w_b_info{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .w_b_info > img{
        margin-top: 0;
    }
    #banner.hd-view .item, 
    #banner.hd-view a:not(#loaderImg):not(.carousel-control){
        background-position: right top;
    padding-top: 0;
    height: 150px;
    }
    .workshop-slider{
        height: 630px;
    }
    .workshop-slider > .slider-nav:before{
        display: none !important;
    }
    .workshop-slider > .slider-nav > div:after{
        display: none !important;
    }
    .workshop-slide-description > p{
        font-size: 12px;
    }
    .workshop-slide-description {
    padding-left: 15px;
    padding-right: 15px;
}

    .workshop-slider > .slider-controls > a{
        opacity: 0.3;
    }
    .sklep-integracje-header,
    .sklep-responsive-header {
    font-size: 28px;
        margin-top: 40px;
    }
    .sklep-integracje-subheader,
    .sklep-responsive-subheader{
        font-size: 18px;
        margin-bottom: 30px;
    }
    .sklep-integracje-info{
        font-size: 14px;
            margin-bottom: 20px;
    }
    
    #banner .item.instagram{
        background-position: 60% center;
    }
    
    .workshop-slider > .slider-controls{
        bottom: 180px;
        top: auto;
    }
    #banner .container{
        display: none;
    }
	#banner .dla_prawnikow .container {
        display: block;
	}
    .generowanie_leadow .container{
        display: block !important;
    }
	.nav_bottom {
		display: none;
	}
	.dm_cs1 {
		padding-bottom: 17px !important;
	}
	.nav_cs {
		display:block !important;
	}
	.box_faq {
		background: none;
	}
	.box_faq h2 {
		padding: 0;
	}
	#banner .title {
		font-size: 20px;
		padding-top: 20px;
	}
	.box_cs4 {
		padding: 50px 20px;
		text-align: center;
	}
	.box_cs4 .wrapper {
		padding-left: 0;
	}
	.box_cs4 .title {
		display: block;
	}
	.box_cs4 .title img {
		position: static;
		margin-bottom: 10px;
	}
	.box_cs4 .box_table {
		margin-bottom: 20px;
	}
	.box_cs4 .img_cs {
		margin-bottom: 20px;
	}
	.box_table {
		display: flex;
		flex-direction: column;
	}
	.box_table > div {
		border-right: none;
	}
	.box_table .head {
		border-bottom: none;
	}
	.box_table .footer {
		border-top: none;
		border-bottom: 1px solid #b3b3b3;
	}
	.box_table > div:nth-child(3n+1) {
		order: 1;
	}
	.box_table > div:nth-child(3n+2) {
		order: 2;
	}
	.box_table > div:nth-child(3n+3) {
		order: 3;
	}
	.box_table .body:nth-last-child(-n+3) {
		border-bottom: 1px solid #b3b3b3;
	}
	.box_table > div:last-child {
		border-bottom: none;
	}
	.box_table .head {
		padding-bottom: 0;
	}
	#banner .facebook_1zl_90dni  .container, #banner .baner_contact_form  .container {
        display: block;	
	}
	#banner .facebook_1zl_90dni, #banner .baner_contact_form {
		padding: 70px 0;
	}
	#banner .facebook_1zl_90dni .head h2, #banner .baner_contact_form .head h2 {
		font-size: 30px;
	}
	#banner .facebook_1zl_90dni .head h3, #banner .baner_contact_form .head h3 {
		font-size: 35px;
	}
	.cky-consent-container .cky-consent-bar {
		padding: 10px 130px 10px 20px !important;
	}
	.cky-notice-btn-wrapper {
		flex-direction: revert!important;
	}
	.cky-notice-btn-wrapper > * {
		margin-top: 10px!important;
		margin-right: 7px !important;
	}
	.flex_row {
		flex-direction: column;
	}
	.media_box_cs1 .video_box {
		margin-right: 0;
		margin-left: 0;
		max-width: 300px;
		margin: 10px auto;
	}
	.media_left > *:first-child {
		order: 2;
	}
	.dla_prawnikow .container {
		width: 100%;
	}
	.head_cs1 {
		flex-direction: column;
		justify-content: center;
		text-align: center;
		padding: 20px 0;
	}
	.head_cs1 > div:first-child + div span {
		text-align: center;
	}
}
@media screen and (max-width: 630px) {
    #licznikContainer{
        min-height: 310px;
    }
}
@media screen and (max-width: 540px) {
	#banner .generowanie_leadow {
		height: 140px;
	}  
    .workshop-slider{
        height: 580px;
    }
    #licznikContainer{
        min-height: 400px;
    }
    #licznikContainer > .zegar{
        margin-top: 10px;
        width: 100%;
    }
    #licznikContainer > .zegar + div{
        width: 100%;
    }
    #licznikContainer > .zegar > div {
        display: table;
        margin: 0 auto;
        table-layout: fixed;
        width: auto;
    }
    #licznikContainer > .zegar > span{
        margin-left: 17.4%;
    }

    .licznikInfo > div:first-child {
        width: 100%;
    }
    .licznikInfo > div:first-child + div {
        width: 100%;
    }
    .licznikInfo > div > div:first-child{
        text-align: center;
    }
	.box_list {
		flex-direction: column;
	}
	.box_list .bl_item {
		background: no-repeat;
		padding-right: 0;
		margin-bottom: 30px;
	}
	.box_cs5_1 {
		width: auto;
		text-align: center;
	}
	.box_cs5 {
		background-size: 100%;
		padding-bottom: 70%;
	}
	#banner .facebook_1zl_90dni, #banner .baner_contact_form {
		padding: 40px 0;
	}
	#contact_form_call_back .day_time select {
		width: 100%;
		margin: 5px 0;
	}
	#contact_form_call_back .button button {
		width: 100%;
	}
	#banner .item {
		height: 250px;
	}
	#banner .dla_prawnikow .container {
		text-align: center;
	}
	#banner .dla_prawnikow {
		background-size: 90% !important;
		background-position: right bottom !important;
	}
	#banner .dla_prawnikow h1 {
		font-size: 130%;
	}
	.dla_prawnikow h1 {
		padding-bottom: 10px;
	}
	.banner_img_box span {
		font-size: 14px;
		line-height: 1.5 !important;
	}
	.banner_img_box {
		justify-content: center;
		text-align: left;
	}
	#banner .dla_prawnikow {
		height: auto;
		background-image: none !important;
	}
	.social_button {
		justify-content: center;
	}
}
@media screen and (max-width: 480px) {
    .table-oferta .table-oferta-head .table-oferta-item-1,
    .table-oferta .table-oferta-head .table-oferta-item-2{
        font-size: 12px;
    }
    .table-oferta .table-oferta-podsumowanie > td.table-oferta-item-0 > div{
        font-size: 12px;
    }
    .konkurs_fb_bg_text {
        font-size: 58px;
        line-height: 29px;
    }
    .marketing_pakiet{
        width: 100%;
        margin: 10px 0 50px;
    }
    .marketing_pakiet.blog{
        width: 100%;
    }
    .marketing_pakiet.czarny_pr{
        width: 100%;
    }
    .funkcje.ms,.funkcje.bl,.funkcje.ma,.funkcje.cpr,.funkcje.moderacja_s{
        width: 100%;
    }
    .newsletter_realizacje > div > a > div > span {
        top: 30%;
    }
    .marketing_pakiet.moderacja_allegro{
        width: 100%;
        margin: 10px 0 50px;
        max-width: 100%;
    }
    a.prawne_polacz > div.rzetelny > span{
        width: 100% !important;
    }
    a.prawne_polacz > div.rzetelny span.cena + span{
        padding-right: 25%;

    }
    a.prawne_polacz > div.rzetelny > span:last-child{
        margin-top: 0;
    }
    .prawne_cookies p{
        padding:0;
        margin-top: 27px;
        width: 100%;
        font-size: 14px;
    }
    .prawne_cookies p:before,.prawne_cookies p:after{
        background: none;
        display: none;
    }
    #banner .prawne_cookies span.zrodlo{
        font-size: 12px;
        margin-top: 5px;
        line-height: normal;
        text-shadow: 0 0 1px rgba(0,0,0,1);
    }
    #banner .rekomendacje_baner > div > div > div#rekomendacja{
        width: 100%;
        height: 280px;
    }
    #banner .rekomendacje_baner > div > div > div#rekomendacja > .carousel-inner > .item {
        font-size: 16px;
        height: 270px;
    }
    .breadcrumb {
        margin-bottom: 0;
        font-size: 12px;
    }
    .oferta_ico{
        clear: both;
        display: table;
        margin: 0 auto 20px;
        max-width: 250px;
        padding: 0;
        width: 100%;
        float: none;
    }
    #realizacje > div {
        display: block;
    }
    #realizacje > div > a {
        display: block;
        padding: 0 4%;
        float: none;
        width: 100%;
    }
    .z_newsletter{
        padding-left: 10px;
        padding-right: 30px;
    }
    #licznikContainer{
        min-height: 480px;
    }
    #licznikContainer > .zegar > span{
        margin-left: 12%;
    }
    .flip-clock-wrapper ul{
        width: 25px !important;
    }
    .flip-clock-divider{
        width: 10px !important;
    }
    .flip-clock-dot{
        left: 3px !important;
    }
    .adwords-pakiet {
        width: 100%;
    }
    #marketing-szeptany-new .kontakt button {
        width: auto;
    }
    #marketing-szeptany-new .piec-krokow span {
        font-size: 60px;
        line-height: 70px;
    }
    #marketing-szeptany-new .monitor .head {
        font-size: 40px;
        line-height: 44px;
    }
    #marketing-szeptany-new .jak-dzialamy {
        padding: 15px;
    }
    #marketing-szeptany-new .kontakt .content {
        padding: 54px 0 56px;
    }

}
@media screen and (max-width: 400px) {
    .captcha-form{
        margin-right: 0 !important;
    }
    .captcha-div{
        margin-left: 0;
        width: 141px;
    }
    .captcha-div > input{
        margin-right: 0;
    }
    .send_btn{
        display: block;
        float: none;
        margin: 0 auto;
    }
    .in-footer-tel{
        right:0;
    }
}
@media screen and (max-width: 320px) {
    .konkurs_fb_bg_text {
        font-size: 55px;
        line-height: 29px;
    }
    #licznikContainer{
        min-height: 510px;
    }
    #licznikContainer > .zegar{
        padding: 0 10px;
    }
    #licznikContainer > .zegar > span{
        margin-left: 14px;
    }
}


div#facebook-opis p {
    padding-left: 15px;
}
.cta-button {
    background: #EB2E5D;
    border: 1px solid #EB2E5D;
    padding: 5px 25px;
    font-size: 18px;
    width: 60%;
    position: absolute;
    border-radius: 0;
    bottom: 0;
    left: 0;
}
.cta-button::after {
    content: "";
    position: absolute;
    right: -38px;
    width: 0;
    height: 0;
    border-bottom: 37px solid #EB2E5D;
    border-right: 37px solid transparent;
    top: -1px;
}

@-moz-document url-prefix() {
.cta-button::after {
        top: 0px;
    }
}

.cta-button:hover::after {
	border-bottom: 37px solid #286090;
}

.contact_form_main, div#kontakt-form-facebook {
    padding-top: 30px;
}

#myNavbar .navbar-nav li > b {
    color: #000000;
    display: block;
    font-size: 18px;
	line-height: 1.42857143;
}

.dropdown-menu li > ul > li {
    display: block;
    padding: 5px 0px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #333;
    white-space: normal;
}

.navbar-nav>li>.dropdown-menu {
    width: 950px;
	padding: 17px;
}

.dropdown-menu>li>ul {
    padding: 0;
    margin: 0;
}

.dropdown-menu li.col-sm-3 {
    margin-bottom: 15px;
}

.dropdown-menu {
	border-radius: 20px;
}

#banner .rekomendacje_baner > div > div > div#rekomendacja > .carousel-inner > .item {
    background: #3396D4;
}

.footer-links div {
    padding-top: 15px;
	padding-bottom: 10px;
}
#footer nav {
    border-bottom: 1px dashed #c9c9c9;
}
#footer nav a {
	border-bottom: none;
}

.box_cs3 p.gth2 {
    text-align: center;
    font-size: 35px;
}

.box_faq p.gth2 {
    padding: 195px 0 20px 0;
    font-weight: bold;
}

@media screen and (max-width: 768px){
    .box_faq p.gth2 {
        padding: 0;
    }}

.box_cs4 .title p.gth2 {
    color: #e02f59;
    font-weight: 700;
    margin: 0;
    font-size: 24px;
}

.gt_outer{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gt_inner{
    width: 90%;
}



/* New  @media */
@media (max-width: 1600px) {
}

@media (max-width: 1440px) {
}

@media (max-width: 1366px) {
}

@media (max-width: 1280px) {
}

@media (max-width: 1200px) {
	main {
		overflow: hidden;
	}
	header {
		padding: 1.3rem 0;
	}
	header .logo {
		display: block;
		padding-right: 1.3rem;
		margin-right: auto;
	}
	header .logo img {
		position: relative;
		z-index: 9;
	}
	header .right {
		background: transparent;
	}
	header ul li.separator {
		padding-left: 0.5rem;
		margin-left: 0.5rem;
	}
	header .menu_btn {
		display: inline-block;
	}
	header .menu ul {
		display: none;
		position: fixed;
		width: 100%;
		left: 0;
		background: white;
		top: 80px;
		border: 0;
		padding: 30px;
		margin: 0;
		overflow-y: scroll;
		bottom: 0;
	}
	header .top_menu li {
		display: block;
		margin-bottom: 0.3rem;
	}
	header .top_menu li a, .top_menu li span {
		padding-bottom: 0.5rem;
		padding-top: 0.5rem;
		border-bottom: 4px solid transparent;
	}
	.top_menu > li > a, .top_menu > li > span {
		text-align: left;
	}
	.h_scroll .top_menu li {
		padding: 0;
	}
	header .top_menu li a, .top_menu li span {
		color: var(--color-main);
	}
	header .top_menu li a:hover {
		transform: none;
	}
	header .top_menu li.icon {
		padding: 1.5rem 0;
	}
	header .top_menu .sub-menu {
		display: block!important;
		box-shadow: none;
		position: static;
		padding: 1rem;
	}
	header .top_menu .current-menu-ancestor span {
		border-color: transparent;
	}
	header .top_menu .sub-menu li a {
		border-bottom: 1px solid #fff;
	}
	header .top_menu .sub-menu:before {
		content:none;
	}
	header .items_box, header .item_tel {
		display: none;
	}
	header .logo, .h_scroll .logo img {
		width: auto;
		max-width: 200px;
	}
	
}

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

@media (max-width: 992px) {
	.group_5_1 > .container > .row {
		flex-direction: column;
	}
	.row .media {
		order: 0;
		padding-bottom: 50px;
	}
	.row .col-lg-8 {
	  order: 0;
	}

	.row .media:first-child {
	  order: 2;
	}
	.row .media:first-child + .col-lg-8 {
	  order: 1;
	  padding-bottom: 30px;
	}
	
	.items_list {
		padding: 40px 0 0 !important;
	}
	.items_list_cs1 .text {
		padding: 0 !important;
	}
	.group_5_1 > .container > .row {
		padding-top: 0;
	}
	.box_cs5 {
		padding-bottom: 500px;
	}
	.box_cs5_1 {
		width: 100%;
	}
}

@media (max-width: 768px) {
	section {
		padding-top: 30px;
		padding-bottom: 30px;
	}

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

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

	.items_list_gal.col_x4 .gallery_body  {
		grid-template-columns: repeat(2,1fr);
	}
	
	.items_list_gal.col_x5 .gallery_body  {
		grid-template-columns: repeat(2,1fr);
	}
	.social_button {
		justify-content: center;
	}
	
	.new-page .pakiety-wrapper {
		margin: 20px 0;
	}
	#marketing-szeptany-new .kroki {
		transform: none!important;
	}
	.posts_list {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media (max-width: 576px) {
}

@media (max-width: 414px) {
}

@media (max-width: 360px) {
}
