/*----------------------------------------*/
/*  1. About Area
/*----------------------------------------*/
.about-video {
    position: relative;
    text-align: center;
    display: inline-block;
    box-shadow: 0 0 4px 4px #ECECEC;
}

.game:after {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    content: "";
}

.game {
    position: relative;
    z-index: 2;
    margin: 10px;
}

.about-content>h2 {
    margin-top: 28px
}

.about-content>h2,
.section-title h2 {
    color: #676767;
    font-size: 36px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 13px;
}

.about-content p {
    margin-bottom: 35px
}

.about-content p.m-0 {
    margin-bottom: 0px
}

.video-icon a {
    left: 0;
    margin-top: -30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    z-index: 9;
}

.video-icon a i {
    color: #fff;
    font-size: 60px;
}

/*----------------------------------------*/
/*  2. Class Area
/*----------------------------------------*/
.single-img,
.portfolio-img {
    position: relative;
    display: inline-table;
    height: 100%;
}

.single-img:after,
.portfolio-img:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0;
    transform: scaleY(0);
    background: rgba(95, 199, 174, 0.7);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.single-class:hover .single-img:after,
.single-class:hover .gallery-icon,
.portfolio-img:hover:after,
.portfolio-img:hover .gallery-icon,
.single-blog:hover .gallery-icon {
    opacity: 1;
    transform: scaleY(1);
}

.gallery-icon {
    bottom: 0;
    height: 40px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    opacity: 0;
    z-index: 9;
    transform: scaleY(0);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.single-img i {
    color: #fff;
    font-size: 35px;
    z-index: 99;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: table-cell;
    vertical-align: middle;
    background: transparent;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin: auto;
    line-height: 42px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.single-img i:hover {
    color: #91C7AE;
    background: #fff;
    transform: scale(1);
}

.single-content {
    background: #fff;
}

.single-content h3 {
    font-size: 18px;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    padding: 20px 40px;
    border-bottom: 1px solid #F1F1F1;
}

.single-content h3 a {
    color: #757575;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.single-content h3:hover a {
    color: #50a2de;
}

.single-content ul {
    margin: 0;
    padding: 20px 0 20px 40px;
    list-style: none;
}

.single-content ul li {
    display: inline-block;
    color: #50a2de;
    font-size: 14px;
    margin-right: 30px;
}

.single-content ul li:last-child {
    margin-right: 0px;
}

.single-content ul li i {
    color: #50a2de;
    font-size: 18px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

/*----------------------------------------*/
/*  3. Schedule Area
/*----------------------------------------*/
.scehedule-table thead {
    background: #F1F1F1;
    text-transform: capitalize;
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

.scehedule-table table {
    width: 100%;
}

.scehedule-table thead th {
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.scehedule-table td {
    width: 12.5%;
}

.scehedule-table table {
    width: calc(100% - 2px);
}

td {
    padding: 35px 0px 28px 0;
    border-right: 1px solid #E9E9E9;
}

td.time p {
    font-size: 16px;
    color: #757575;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

tr {
    border-bottom: 1px solid #E9E9E9;
    border-left: 1px solid #E9E9E9;
}

td h4 {
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    margin-bottom: 8px;
}

td p {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    margin-bottom: 8px;
    line-height: 14px;
}

td.purple {
    background: #B2A1C7
}

td.olive {
    background: #C2D69B
}

td.blue {
    background: #99CCFF
}

td.pink {
    background: #FF91B8
}

/*----------------------------------------*/
/*  4. Trainer Area
/*----------------------------------------*/
.single-trainer,
.blog-pic {
    position: relative;
    overflow: hidden;
}

.single-trainer:hover {
    box-shadow: 0 0 4px 4px #ECECEC;
}

.single-trainer:after,
.blog-pic:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(95, 199, 174, 0.79) none repeat scroll 0 0 padding-box content-box;
    opacity: 0;
    transform: scaleY(0);
    padding: 15px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.blog-pic:after {
    padding: 0px;
}

.single-trainer:hover::after,
.single-trainer:hover .trainer-hover h3,
.single-trainer:hover .trainer-hover ul,
.single-blog:hover .blog-pic:after {
    opacity: 1;
    transform: scaleY(1);
}

.trainer-hover {
    position: absolute;
    left: 0;
    top: 50%;
    margin: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 99;
    margin-top: -32px;
}

.trainer-hover h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
    opacity: 0;
    transform: scaleY(0);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.trainer-hover ul {
    margin: 0;
    padding: 0;
    list-style: none;
    opacity: 0;
    transform: scaleY(0);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.trainer-hover ul li {
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    margin: 0 5px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.trainer-hover ul li a {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.trainer-hover ul li:hover {
    background: #fff;
}

.trainer-hover ul li:hover a {
    color: #50a2de
}

/*----------------------------------------*/
/*  5. Gallery Area
/*----------------------------------------*/
.portfolio-img {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.portfolio-img::after {
    background: rgba(95, 199, 174, 0.7) none repeat scroll 0 0 padding-box content-box;
    padding: 7px;
}

.portfolio-img::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0;
    background: rgba(255, 255, 255, 0.7);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.portfolio-img:hover:before {
    opacity: 1;
}

.portfolio-img:hover {
    box-shadow: 0px 0px 4px 4px #ECECEC;
}

.grid .grid-item:first-child,
.grid .grid-item:nth-child(2),
.grid .grid-item:nth-child(3),
.grid .grid-item:nth-child(4),
.grid .grid-item:nth-child(5),
.grid .grid-item:nth-child(6) {
    padding-bottom: 30px;
}

.mfp-wrap.mfp-gallery.mfp-close-btn-in.mfp-auto-cursor.mfp-ready {
    z-index: 99999;
}

.load a {
    background: #008C99;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 25px 4px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    margin-top: 50px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.load a:hover {
    color: #008C99;
}

/*----------------------------------------*/
/*  6. Event Area
/*----------------------------------------*/
.event-area {
    background: url(img/bg/event-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.event-content {
    z-index: 2;
    position: relative;
}

.event-wrapper {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 4px 4px #dddddd;
    display: table-cell;
    margin: 0 42px;
    padding: 24px 80px 66px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    z-index: 9;
}

.event-area .section-title p {
    margin-bottom: 75px;
}

.event-wrapper:before {
    position: absolute;
    left: 30px;
    top: -20px;
    box-shadow: 0 0 4px 4px #ddd;
    height: 100%;
    content: "";
    right: 30px;
    background: url(img/bg/event.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.event-content h3 {
    font-size: 20px;
    color: #757575;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 17px;
}

.event-content p {
    padding: 0 60px;
    margin-bottom: 20px;
}

.event-content h4 {
    font-family: 'Montserrat', sans-serif;
    color: #50a2de;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
}

.event-content h5 {
    font-size: 16px;
    color: #7f7f7f;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

/*----------------------------------------*/
/*  7. Blog Area
/*----------------------------------------*/
.blog-pic {
    width: 30%;
    display: inline-block;
    float: left;
}

.single-blog {
    display: inline-block
}

.blog-content {
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.16);
    float: left;
    padding: 33px 30px;
    margin-top: 20px;
    width: 70%;
}

.blog-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #757575;
    font-weight: 500;
    margin-bottom: 12px;
}

.blog-content h6 {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #aaaaaa;
    font-weight: 400;
    margin-bottom: 15px;
}

.blog-content p {
    margin-bottom: 15px
}

.blog-content a {
    color: #757575;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.blog-content a.read {
    color: #757575;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.blog-content a:hover {
    color: #50a2de
}

/*----------------------------------------*/
/*  8. Pricing Area
/*----------------------------------------*/
.single-table {
    box-shadow: 0 0 4px 4px #E2E2E2;
}

.single-table:hover .table-head h2,
.single-table:hover .table-body,
.single-table:hover .table-body a {
    background: #50a2de;
}

.single-table:hover .table-head h2,
.single-table:hover .table-body ul li,
.single-table:hover .table-body a {
    color: #fff;
}

.single-table:hover .table-body ul li {
    border-bottom: 1px solid #5DC0A8;
}

.single-table:hover .table-body ul li:last-child {
    border-bottom: none;
}

.single-table:hover .table-body a {
    box-shadow: 0 0 4px 4px #59BBA3;
}

.table-head h2 {
    font-size: 20px;
    color: #757575;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    padding: 25px 0;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.table-head h1 {
    background: #fff;
    font-size: 48px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    padding: 25px 0;
}

.table-head h1 span {
    font-size: 12px;
    color: #7f7f7f;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.table-body {
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.table-body ul {
    margin: 0;
    padding-top: 33px;
    padding-bottom: 30px;
    list-style: none;
}

.table-body ul li {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #EAE8E8;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.table-body ul li:last-child {
    display: block;
    padding-bottom: 0;
    border-bottom: none;
}

.table-body a {
    background: #f1f1f1 none repeat scroll 0 0;
    border-radius: 25px;
    box-shadow: 0 0 4px 4px #e2e2e2;
    color: #50a2de;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 33px;
    position: relative;
    text-transform: uppercase;
    top: 19px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

/*----------------------------------------*/
/*  9. Newsletter Area
/*----------------------------------------*/

/*----------------------------------------*/
/*  10. Testimonial Area
/*----------------------------------------*/
.client-area .section-title p {
    margin-bottom: 5px;
}

.single-testimonial {
    background: #50a2de none repeat scroll 0 0;
    color: #ffffff;
    margin: 50px 85px 48px 85px;
    padding: 48px 105px;
    position: relative;
    text-align: center;
}

.single-testimonial i {
    position: absolute;
    height: 115px;
    width: 115px;
    border-radius: 50%;
    background: #50a2de;
    box-shadow: 0 0 5px 0px #ababab;
    left: -45px;
    top: -45px;
    content: "";
    font-size: 70px;
    line-height: 120px;
}

.single-testimonial p {
    margin-bottom: 25px;
}

.single-testimonial h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.testimonial-owl.owl-carousel .owl-item img {
    display: block;
    transform-style: preserve-3d;
    width: auto;
    text-align: center;
    margin: auto;
    margin-bottom: 15px;
}

.testimonial-owl .owl-controls {
    text-align: center;
    margin-top: 0px;
}

.testimonial-owl .owl-dot {
    border: 1px solid #50a2de;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    display: inline-block;
    margin: 0px 5px;
}

.testimonial-owl .owl-dot.active {
    border: 3px solid #50a2de;
    height: 20px;
    top: 3px;
    position: relative;
    width: 20px;
}

/*----------------------------------------*/
/*  11. Map Area
/*----------------------------------------*/
.map-area {
    z-index: 1;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.16);
    padding-bottom: 2px;
    background: #F1F1F1;
}

/*----------------------------------------*/
/*  12. Newsletter Area
/*----------------------------------------*/
.newsletter-wrapper {
    background: #50a2de;
    padding: 55px 40px 45px;
    margin-top: -105px;
    z-index: 2;
    position: relative;
}

.newsletter-content h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.newsletter-content.section-title h2:after {
    background: none
}

#mc-form {
    position: relative;
    width: 680px;
    margin: auto;
}

#mc-form>input {
    color: #ffffff !important;
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 15px;
    background: #50a2de;
    border: none;
    height: 45px;
}

.newsletter-form input#mc-email::-moz-placeholder {
    color: #eaeaea;
}

.newsletter-form input[type="email"]::-webkit-input-placeholder {
    color: #eaeaea;
}

#mc-form .default-btn {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #666666;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    height: 45px;
    line-height: 34px;
    padding: 0 35px;
    position: absolute;
    font-weight: 600;
    right: 0px;
    top: -10px;
    border-radius: 0;
    text-transform: capitalize;
}

#mc-form .default-btn:hover {
    color: #50a2de !important
}

.default-btn:hover {
    color: #50a2de !important
}

#mc-form .default-btn:before {
    background: #fff none repeat scroll 0 0;
    z-index: -1
}

.newsletter-area .default-btn:before,
.newsletter-area .default-btn:after {
    display: none
}

.contact-form form {
    margin-top: 50px
}

.page-header {
    display: none !important;
}

.box1,
.box2,
.box3 {
    border: solid 1px #e0e0e0;
    /*box-shadow: 0 0 4px 4px #e2e2e2;*/
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
    min-height: 181px;
    width: 100%;
    margin-bottom: 30px;
    background: #f1f1f1 none repeat scroll 0 0;
}

.box1 h4,
.box2 h4,
.box3 h4 {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

#mc-form ::-webkit-input-placeholder {
    color: #ffffff !important;
}

#mc-form ::-moz-placeholder {
    color: #ffffff !important;
}

#mc-form ::-ms-placeholder {
    color: #ffffff !important;
}

#mc-form ::placeholder {
    color: #ffffff !important;
}

#pac-input:focus {
    background-color: white;
}

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
    margin-top: 5px;
}

#category2 option {
    display: none;
}

#category2 option.label {
    display: block;
}

#promoModal img {
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.firstHeading {
    font-size: 18px;
    font-weight: 700;
}

.gsc-search-button {
    /*width: auto !important;*/
}

.gsc-search-box td,
.gsc-search-box tr {
    border: 0 !important;
}

table.gsc-search-box td {
    vertical-align: top !important;
}

/*.cse input.gsc-search-button, input.gsc-search-button {
    background-color: #4d90fe !important;
    background-image: -moz-linear-gradient(center top , #4d90fe, #4787ed) !important;
    border: 1px solid #3079ed !important;
    height: 29px !important;
    min-width: 54px !important;
    padding: 0 8px !important;
}*/

.cse .gsc-search-button input.gsc-search-button-v2,
input.gsc-search-button-v2 {
    height: 13px !important;
    margin-top: 0px !important;
    min-width: 13px !important;
    padding: 6px 27px !important;
    width: 13px !important;
}

.cse input.gsc-search-button,
input.gsc-search-button {
    background-color: #4d90fe !important;
    background-image: -moz-linear-gradient(center top, #4d90fe, #4787ed) !important;
    border: 1px solid #3079ed !important;
    border-radius: 2px !important;
    color: #fff !important;
    font-family: inherit !important;
    font-size: 11px !important;
    font-weight: bold !important;
    height: 29px !important;
    min-width: 54px !important;
    padding: 6px 18px !important;
}

.gsc-input-box {
    background: #fff none repeat scroll 0 0 !important;
    border: 1px solid #d9d9d9 !important;
    /* height: 30px !important; */
}

.gsib_b {
    padding: 0 !important;
}

.schedule-area .row {
    padding-left: 7px;
    padding-right: 7px;
}

.gsst_a {
    padding-top: 8px !important;
}

.tl59b2614685c31 .testimonial blockquote {
    border-left: 5px solid #50a2de !important;
}

.produkt_img_min {
    max-height: 300px;
}

#produkt_img {
    float: right;
}

#produkt_img img {
    max-height: 270px !important;
    max-width: 300px !important;
}

#specyfikacja {
    margin-bottom: 20px;
    margin-top: 5px;
}

#specyfikacja td {
    border: 1px solid #e9e9e9 !important;
    padding: 15px !important;
}

#drukarka_box {
    margin-bottom: 20px;
    margin-top: 5px;
}

#cenniki {
    margin-top: 10px;
}

#naglowek3 {
    margin-top: 10px;
}

.pagination-list li {
    display: inline;
    margin-right: 10px;
}

.element-invisible {
    border: 0 none;
    height: 1px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.input-mini {
    width: 60px;
}

.btn-group select {
    background-color: #fff;
    border: 1px solid #ccc;
    width: 60px;
}

.btn-group select,
.btn-group input[type="file"] {
    height: 28px;
}

#limit {
    margin-bottom: 20px;
}

.pull-right {
    float: right;
}

.pagination ul {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
}

.pagination ul>li {
    display: inline;
}

.pagination ul>.disabled>span,
.pagination ul>.disabled>a,
.pagination ul>.disabled>a:hover,
.pagination ul>.disabled>a:focus {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.pagination ul>li>a,
.pagination ul>li>span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #ddd;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    float: left;
    line-height: 18px;
    padding: 4px 12px;
    text-decoration: none;
}

.icon-first::before {
    content: "|<";
}

.icon-previous::before,
.icon-backward::before {
    content: "<";
}

.icon-next::before,
.icon-forward::before {
    content: ">";
}

.icon-last::before {
    content: ">|";
}

.pagination {
    width: 100%;
}

.active a {
    color: #50a2de;
}

#slideshow {
    position: relative;
    width: 100%;
    /*height: 100%;*/
}

#slideshow>div {
    position: absolute;
}

/*moj slideshow*/
/*#slideshow2 {
    position: relative;
    width: 100%;

}*/

#slideshow2>div {
    position: absolute;
}
/*Koniec mojego slideshow*/

/* .newsletter-form {
    max-height: 66px;
} */
/*.gsc-input, .gsc-search-button {
    padding: 20px 0 28px !important;
}*/
.gsc-input,
.gsc-search-button {
    padding-top: 20px;
}

#slideshow p {
    padding-right: 10px;
    padding-left: 10px;
}

#slideshow2 p { /*moje Adrian Bujak*/
    padding-right: 10px;
    padding-left: 10px;
}

/*#slideshow img {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}*/
.main-menu ul li a {
    text-transform: uppercase;
}

.list-numbers li {
    padding: 5px;
}

.center {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.list-circle {
    list-style-type: circle;
    margin-left: 15px;
}

.faq {
    margin-bottom: 20px;
}

.pytanie {
    font-size: 16px;
    font-weight: 700;
    color: #50a2de;
}

.odpowiedz {
    font-size: 14px;
}

.current a {
    color: #50a2de !important;
}

.cennik td,
.cennik th {
    padding: 5px;
}

.cennik tr,
.cennik th {
    border: 1px solid #e9e9e9;
}

.cennik th {
    text-align: center;
}

.cennik1 td,
.cennik1 th {
    padding: 5px;
}

.cennik1 tr,
.cennik1 th {
    border: 1px solid #e9e9e9;
}

.cennik1 th {
    text-align: center;
}

#cennik_skupu li {
    display: inline;
    margin-right: 15px;
}

#cennik_skupu {
    margin-bottom: 15px;
}

.testimonial blockquote {
    border-left: 5px solid #50a2de !important;
}

.btn-success {
    background-color: #50a2de;
    border-color: #468bbc;
}

.btn-success:hover {
    background-color: #468bbc;
    border-color: #468bbc;
}

.testim-field-group:nth-child(3) {
    display: none;
}

.menu .default {
    display: none;
}

.item-page ul {
    list-style-type: circle;
    margin-left: 15px;
}

.page__tonery .box1,
.page__tonery .box2,
.page__tonery .box3 {
    min-height: auto;
}

.page__tusze .box1,
.page__tusze .box2,
.page__tusze .box3 {
    min-height: auto;
}

.page__home select {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e3e3e3;
}

#contact-form-two button {
    background: #50a2de none repeat scroll 0 0;
    border: 1px solid #50a2de;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 70px;
    transition: all 0.5s ease 0s;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.footer-links a {
    color: #ffffff;
}

.footer-links li {
    margin-bottom: 10px;
}

.page__kontakt .icons,
.page__skup-pustych .icons,
.page__tusze .icons,
.page__tonery .icons,
.page__partnerzy .icons {
    display: none;
}

.icons .dropdown-menu {
    border-radius: 0px;
    box-shadow: none;
    display: block;
    min-width: 20px;
    position: relative;
}

.item-page ul {
    list-style-type: none;
}

.icons .dropdown-toggle {
    display: none;
}

.page__home .dropdown-menu {
    display: none;
}

/*#naglowek1 {
    margin-top: 15px;
}*/
#cenniki {
    display: none;
}

#info:last-child img {
    display: none;
}

.page__pomoc .dropdown-menu {
    display: none;
}

.cennik a:hover,
.category a:hover {
    color: #50a2de;
}

.cennik1 a:hover,
.category a:hover {
    color: #50a2de;
}

.category td:hover {
    background-color: #d2d2d2;
}

.page__strona-glowna .dropdown-menu {
    display: none;
}

input[type=text]:active,
input[type=text]:focus,
textarea:active,
textarea:focus {
    background-color: #ffffff !important;
    border: 1px solid #e3e3e3 !important;
}

#slideshow p {
    text-align: center;
    line-height: 20px;
}

#slideshow img {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
}

/*moje slidesho Adrian Bujak*/
#slideshow2 p {
    text-align: center;
    line-height: 20px;
}

#slideshow2 img {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
}
/*koniec slideshow Adrian Bujak*/

#drukarka_box img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#info_h {
    font-weight: 600;
    color: #50a2de;
    font-size: 15px;
}

#info_tekst,
#parametry {
    line-height: 1.5;
}

#parametry strong {
    color: #50a2de;
}

#naglowek1,
#naglowek2,
#naglowek3 {
    font-weight: 600;
    color: #50a2de;
    font-size: 16px;
}

/*table.cennik tr td:first-child{display:none;}*/
.mod-languages {
    float: right;
}

.mod-mls-btn {
    vertical-align: top !important;
    margin-left: 10px !important;
}

a.meanmenu-reveal {
    display: none;
}

body {
    padding-right: 0px !important;
}

.g-recaptcha {
    margin: 0 auto;
    display: block;
    width: 26%;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .g-recaptcha {
        width: 100%;
    }
}

.owl-next {
    color: white !important;
    background-color: rgba(1, 1, 1, 0.2) !important;
}

.owl-prev {
    color: white !important;
    background-color: rgba(1, 1, 1, 0.2) !important;
}

.owl-next:hover {
    color: white !important;
    background-color: rgba(1, 1, 1, 0.4) !important;
}

.owl-prev:hover {
    color: white !important;
    background-color: rgba(1, 1, 1, 0.4) !important;
}

/* ---- custom css ---- */

.button {
    text-align: center;
}

div.button ul {
    list-style-type: circle !important;
}

.button-head {
    max-width: 250px;
    margin: auto;
    padding: 0;
    border: 1px solid #e0e0e0;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
}

.buttons,
.forms {
    width: 249px;
    background: #f1f1f1;
    border: 1px solid #e0e0e0;
    padding: 15px;
    color: #7f7f7f;
    font-weight: bold;
}

.buttons:hover,
.forms:hover,
.buttons:focus,
.forms:focus,
.buttons:active,
.forms:active {
    color: #303030;
}

#info1,
#info2,
#info3 {
    display: none;
}

#info1 ul,
#info2 ul,
#info3 ul {
    text-align: left;
    padding: 15px 10px;
}

#newform1,
#newform2,
#newform3 {
    display: none;
}

.forms {
    margin-bottom: 30px;
}

#najem-forms .g-recaptcha {
    width: auto;
}

/*.itemid-101 > section.about-area.pt-30 {
    display: none;
}*/

/*** Wydrukowane strony ***/

.perclick-title { font-size: 32px; font-weight: bold; }
.perclick-subtitle { font-size: 24px; }
.text-center { text-align: center; }
.orange-text { color: #f78628; }
.blue-text { color: #00498e; }
.white-text { color: #fff; }
.text-uppercase { text-transform: uppercase; }
.grey-bg { background-color: #dadada; padding: 2rem; font-size: 18px; font-weight: bold; }
.flex-box { display: flex; } .flex-start { gap: 10rem; }
.flex-box__item { display: flex; gap: 15px;align-items: center; }
.flex-box__item--nr { font-size: 50px; font-weight: bold; }
.flex-box__item--txt { font-size: 20px; }
.features-perclick { display: flex; margin: 1rem auto; text-align: center; justify-content: center; gap: 4px; }
.blue-box { background: #21469d; padding: 20px; }
.orange-box { background: #f27f17; padding: 20px 20px 20px 4rem; }
.features-box { display: inline-flex; align-items: center; height: 70px; color: #fff; box-sizing: border-box; font-size: 18px; }
.pointer-right { position: relative; z-index: 9; }
.pointer-right::before { content: ""; position: absolute; right: -34px; bottom: 0; width: 0; height: 0; border-left: 35px solid #21469d; border-top: 36px solid transparent; border-bottom: 35px solid transparent; }
.pointer-left { position: relative; }
.pointer-left:after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 0; border-left: 35px solid #fff; border-top: 36px solid transparent; border-bottom: 35px solid transparent; }
.blue-bg { background-color: #21469d; display: grid; grid-template-columns: 1fr 1fr; padding: 2rem 0; }
.right-box { justify-content: center; display: flex; flex-direction: column; gap: 2rem; }
.right-box__grid { display: grid; grid-template-columns: 50px 1fr; gap: 20px; }
.right-box__list--item { padding-left: 20px; position: relative; margin-left: 20px; }
.right-box__list--item::before { position: absolute; content: "&gt;"; left: 0; top: 0; bottom: 0; color: #f27f17; }
.right-box__grid img { max-width: 50px; width: 100%; } .blue-bg img { max-width: 250px; margin: 0 auto; }
 @media (max-width: 900px){
    .flex-start { gap: 2rem; }
}
@media (max-width: 580px){
    .flex-box { flex-wrap: wrap;
    }
.flex-box__item { padding: 5px 20px; }
.blue-bg { grid-template-columns: 1fr; padding: 2rem; }
.features-box { font-size: 15px; }
.orange-box { padding: 10px 10px 10px 4rem; }
}
@media (max-width: 420px){
    .orange-box { padding: 10px 10px 10px 2rem;
    }
    .blue-box { padding: 10px; }
}

.custom_container {
    max-width: 1200px;
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
}


.perclick-title {
    font-size: 32px;
    font-weight: bold;
}

.perclick-subtitle {
    font-size: 24px;
}

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

.orange-text {
    color: #f78628;
}

.blue-text {
    color: #00498e;
}

.white-text {
    color: #fff;
}

.text-uppercase {
    text-transform: uppercase;
}

.grey-bg {
    background-color: #dadada;
    padding: 2rem;
    font-size: 18px;
    font-weight: bold;
}

.flex-box {
    display: flex;
    flex-wrap: wrap;
}

.flex-start {
    gap: 0.5rem;
}

.flex-start.interlinia {
    gap: 0.5rem;
}

.flex-box__item {
    display: flex;
    gap: 10px;
}

.flex-box__item--nr {
    font-size: 40px;
    font-weight: bold;
}

.flex-box__item--txt {
    font-size: 20px;
}

.features-perclick {
    display: flex;
    margin: 1rem auto;
    text-align: center;
    justify-content: center;
    gap: 4px;
}

.blue-box {
    background: #21469d;
    padding: 20px;
}

.orange-box {
    background: #f27f17;
    padding: 20px 20px 20px 4rem;
}

.features-box {
    display: inline-flex;
    align-items: center;
    height: 70px;
    color: #fff;
    box-sizing: border-box;
    font-size: 18px;
    width: 100%;
    justify-content: center;
}

@media (max-width: 1024px){
    .features-box {
        font-size: 16px;
    }
}

@media (max-width: 768px){
    .features-box {
        font-size: 13px;
    }
}

.pointer-right {
    position: relative;
    z-index: 9;
}

.pointer-right::before {
    content: "";
    position: absolute;
    right: -34px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 35px solid #21469d;
    border-top: 36px solid transparent;
    border-bottom: 35px solid transparent;
}

.pointer-left {
    position: relative;
}

.pointer-left:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 35px solid #fff;
    border-top: 36px solid transparent;
    border-bottom: 35px solid transparent;
}

.blue-bg {
    background-color: #21469d;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 2rem 0;
}

.right-box {
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.right-box__grid {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 20px;
}

.right-box__list--item {
    padding-left: 20px;
    position: relative;
    margin-left: 20px;
}

.right-box__list--item::before {
    position: absolute;
    content: ">";
    left: 0;
    top: 0;
    bottom: 0;
    color: #f27f17;
}

.right-box__grid img {
    max-width: 50px;
    width: 100%;
}

.blue-bg img {
    max-width: 250px;
    margin: 0 auto;
}

@media (max-width: 900px) {
    .flex-start {
        gap: 1rem;
    }
}

@media (max-width: 768px){
    .page__plac-za-strony .contact-area.pt-40.pb-100 .container {
        max-width: 460px;
        width: 100%;
    }
    .blue-bg {
        grid-template-columns: 1fr;
        padding: 2rem;
        gap: 3rem;
    }
}

@media (max-width: 580px) {
    .flex-box {
        flex-wrap: wrap;
    }

    .flex-box__item {
        padding: 5px 20px;
    }

    .blue-bg {
        grid-template-columns: 1fr;
        padding: 2rem;
    }

    /* .features-box {
        font-size: 15px;
    } */

    .orange-box {
        padding: 10px 10px 10px 4rem;
    }
}

@media (max-width: 420px) {
    .features-perclick {
        gap: 0;
        flex-direction: column;

    }
    .pointer-right::before, .pointer-left::after {
        border-top: none;
    border-left: none;
    border-bottom: none;
    }
    .orange-box {
        padding: 10px 10px 10px 2rem;
    }

    .blue-box {
        padding: 10px;
    }
}

.perclick-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
    margin: 2rem auto;
}

@media (max-width: 768px){
    .perclick-grid {
        grid-template-columns: 1fr;
    }
}

/*Poczatek moich zmian dla menu*/
/*.main-menu ul li a
{
	font-size: 11px !important;
}*/
/*Koniec moich zmian dla menu*/
/*Poczatek kodu dla poszukujemy urzadzen drukujacych*/
[itemprop="articleBody"] #gora #gora_napis_lewy
{
	width: 300px; font-size: 2rem; margin-top: 10%;
}
#gora #gora_obrazek_prawy
{
	float: left;
	position: relative;
	width: 728px;
}
/*Koniec kodu dla poszukujemy urzadzen drukujacych*/

.yt_player {
    height: 320px;
}


.najem-tabela {
    margin: 4rem auto;
}
.najem-tabela th, .najem-tabela td {
    width: 50%;
    border: none;
    padding: 5px 10px;
    vertical-align: top;
  }
  .najem-tabela tr {
    border: none;
  }
  .najem-tabela table {
    width: 100%;
  }

  .najem-tabela img {
    width: 100%;
    padding: 10px 5px;
  }


@media(max-width: 768px){
    .najem-tabela tbody tr > td {
        width: 100%;
        float: left;
      }
      .najem-tabela tr td table tr td table tr td {
        width: 50%;
      }
      #dj-slideshow1p .dj-slideshow-in {
        width: 100%;
      }

}

.program-monitor__title {
    color: #21469d;
    font-weight: 900;
    font-size: 4rem;
    margin: 1.5rem 0;
}

.program-monitor__subtitle {
    font-size: 2.5rem;
    margin-bottom: 3rem;
}

.program-monitor__icons2--el img {
    width: 50px;
}

.program-monitor__icons2--el {
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 13px;
}

@media(max-width: 992px){
    .program-monitor__img {
        display: none;
      }
}


/* Lotier */
.lotier-container .mt {
	margin-top: 100px;
}

.lotier-container .mb {
	margin-bottom: 100px;
}

.lotier-container .lotier-grid {
	display: grid;
	align-items: center;
	gap: 60px;
}
		
.lotier-container .lotier-grid-2 {
	grid-template-columns: repeat(2, 1fr);		
}

.lotier-container .lotier-grid-item {
	position: relative !important;	
	left: unset !important;	
	right: unset !important;	
}

.lotier-container .lotier-grid-item h1 {
	font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 30px;	
	color: #000;
}

.lotier-container .lotier-grid-item p {
	font-size: 18px;
    line-height: 35px;
    color: #000;
}
		
.lotier-container b {
	text-shadow: 0px 0px 1px #000;			
}

.lotier-container .lotier-full-banner {
	position: relative;
}

.lotier-container .lotier-full-banner img {
	height: 100%;
	object-fit: cover;			
}
		
.lotier-container .lotier-full-banner span {
	color: #fff;
    background: #014186;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    padding: 50px;
    text-align: center;
    font-size: 18;
    max-width: 410px;
    line-height: 28px;
					
}
				
.lotier-container .lotier-full-banner span b {
	text-shadow: 0px 0px 1px #fff;
}

.contact-area .row {
	width: 100%;	
	margin: 0;
}

#contact-form-two .input-item {
	display: flex;
}

@media (max-width: 1024px) {
	.lotier-container .lotier-grid-2 {
		grid-template-columns: 1fr;		
	}
}
	
@media (max-width: 767px) {
	.lotier-container .lotier-full-banner span {
		width: 80%;
	}
}
/* END Lotier */


details {
    font-size: 1rem;
    margin: 1rem 0;
    box-shadow: 0 0px 20px -5px rgba(0, 0, 0, 0.2), 0 0px 10px -5px rgba(0, 0, 0, 0.04);
    width: 100%;
    background: #ffffff;
    border-radius: 8px;
    position: relative;
    /* max-width: 800px; */
  }
  details summary:hover {
    cursor: pointer;
  }
  details summary {
    list-style: none;
    padding: 1em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
  }
  details summary:focus {
    outline: none;
  }
  details summary:hover .summary-chevron img {
    opacity: 1;
  }
  details .summary-chevron img {
    opacity: 0.5;
  }
  details .summary-chevron {
    pointer-events: none;
    position: absolute;
    right: 1em;
    background: #ffffff;
  }
  details[open] .summary-chevron {
    transform: rotate(180deg);
  }
  details .summary-chevron img {
    display: block;
  }
  details summary::-webkit-details-marker {
    display: none;
  }
  details .summary-content {
    padding: 10px 0px 25px 20px;
  }
  details .flex-box__item .flex-box__item--nr {
    font-size: 30px;
    font-weight: bold;
  }
  details .flex-box__item .flex-box__item--txt {
    font-size: 15px;
  }


/* Oferta niszczarek */
.grid-box {
    display: grid;
}
.grid-1-2 {
    grid-template-columns: 1fr 2fr;
}
.gap-40 {
    grid-gap: 40px;
}
.grid-niszczarka {
    margin: 4rem auto 2rem;
    padding: 4rem 0;
    border-top: 1px solid;
}
.grid-niszczarka_img {
    text-align: center;
    gap: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.grid-niszczarka_img > img {
    width: 216px;
    height: auto;
}
ul.grid-niszczarka_desc--list {
    list-style-type: disc;
}
ul.grid-niszczarka_desc--list > li {
    padding: 4px 0px;
}

@media(max-width: 768px){
    .grid-1-2 {
        grid-template-columns: 1fr;
    }
}

.page__niszczarki div#b2jcontainer_m164 {
    padding-top: 20px!important;
    padding-right: 20px!important;
    padding-bottom: 20px!important;
    padding-left: 20px!important;
    margin-top: 15px!important;
    margin-bottom: 15px!important;
    border-radius: 10px!important;
    border-top-style: solid!important;
    border-top-width: 1px!important;
    border-top-color: #1e73be!important;
    border-right-style: solid!important;
    border-right-width: 1px!important;
    border-right-color: #1e73be!important;
    border-bottom-style: solid!important;
    border-bottom-width: 1px!important;
    border-bottom-color: #1e73be!important;
    border-left-style: solid!important;
    border-left-width: 5px!important;
    border-left-color: #1e73be!important;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    background: #ffffff !important;
}

div#b2jcontainer_m164 input, div#b2jcontainer_m164 textarea {
    border-radius: 10px!important;
    border-top-style: solid!important;
    border-top-width: 1px!important;
    border-top-color: #1e73be!important;
    border-right-style: solid!important;
    border-right-width: 1px!important;
    border-right-color: #1e73be!important;
    border-bottom-style: solid!important;
    border-bottom-width: 1px!important;
    border-bottom-color: #1e73be!important;
    border-left-style: solid!important;
    border-left-width: 5px!important;
    border-left-color: #1e73be!important;
}

.page__niszczarki form#b2j_form_m164 .control-group {
    display: flex;
    float: none;
    flex-direction: column;
    width: 100%;
}

.page__niszczarki form#b2j_form_m164 .control-group input[type="text"], .page__niszczarki form#b2j_form_m164 .control-group textarea {
    width: 100% !important;
}

.page__niszczarki form#b2j_form_m164 .control-group label.control-label {
    width: 100% !important;
}

.page__niszczarki form#b2j_form_m164 .control-group .controls > input[type="radio"] {
    width: auto !important;
}

.page__niszczarki div#b2jcontainer_m164 .b2jform-extended .controls {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.page__niszczarki div#b2jcontainer_m164 .b2jform-extended button.btn.btn-success {
    color: #ffffff!important;
    background-color: #1e73be!important;
    line-height: 1.6!important;
    padding-top: 5px!important;
    padding-bottom: 5px!important;
    font-family: Arial, Helvetica, sans-serif!important;
    border-style: solid;
    border-width: 2px!important;
    border-color: #1e73be!important;
    border-radius: 10px!important;
    -webkit-box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.5);
    box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.5);
}


/* Niszczarki custom form */

form#ankieta_niszczarki {
    border-radius: 10px!important;
    border-top-style: solid!important;
    border-top-width: 1px!important;
    border-top-color: #1e73be!important;
    border-right-style: solid!important;
    border-right-width: 1px!important;
    border-right-color: #1e73be!important;
    border-bottom-style: solid!important;
    border-bottom-width: 1px!important;
    border-bottom-color: #1e73be!important;
    border-left-style: solid!important;
    border-left-width: 3px!important;
    border-left-color: #1e73be!important;
    padding: 2rem;
}

#ankieta_niszczarki .input_group {
    padding: 10px 0 15px;
}

#ankieta_niszczarki .input_group > label {
    font-weight: 600;
    color: #1e73be;
}

#ankieta_niszczarki input, #ankieta_niszczarki textarea {
    border-radius: 10px!important;
    border-top-style: solid!important;
    border-top-width: 1px!important;
    border-top-color: #1e73be!important;
    border-right-style: solid!important;
    border-right-width: 1px!important;
    border-right-color: #1e73be!important;
    border-bottom-style: solid!important;
    border-bottom-width: 1px!important;
    border-bottom-color: #1e73be!important;
    border-left-style: solid!important;
    border-left-width: 5px!important;
    border-left-color: #1e73be!important;
}

#ankieta_niszczarki .radio-group {
    display: flex;
    flex-direction: column;
    margin: 1rem 1rem 1rem 2rem;
}

#ankieta_niszczarki .radio-group .input_radio {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

#ankieta_niszczarki .radio-group .input_radio > input {
    max-width: 20px;
}

#ankieta_niszczarki .input-item {
    display: flex;
}

#ankieta_niszczarki button {
    padding: 15px 45px;
    border-radius: 10px;
    background: #1e73be;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    min-width: 220px;
    transition: all .2s ease-in-out;
    border: 2px solid transparent;
}

#ankieta_niszczarki button:hover {
    border: 2px solid #1e73be;
    background: transparent;
    color: #1e73be;
    transform: translateX(10px);
}


/* Form rainbow */

form#reportForm {
    border-radius: 10px!important;
    border-top-style: solid!important;
    border-top-width: 1px!important;
    border-top-color: #1e73be!important;
    border-right-style: solid!important;
    border-right-width: 1px!important;
    border-right-color: #1e73be!important;
    border-bottom-style: solid!important;
    border-bottom-width: 1px!important;
    border-bottom-color: #1e73be!important;
    border-left-style: solid!important;
    border-left-width: 3px!important;
    border-left-color: #1e73be!important;
    padding: 2rem;
}

#reportForm .input_group {
    padding: 10px 0 15px;
}

#reportForm .input_group > label {
    font-weight: 600;
    color: #1e73be;
}

#reportForm input, #reportForm textarea {
    border-radius: 10px!important;
    border-top-style: solid!important;
    border-top-width: 1px!important;
    border-top-color: #1e73be!important;
    border-right-style: solid!important;
    border-right-width: 1px!important;
    border-right-color: #1e73be!important;
    border-bottom-style: solid!important;
    border-bottom-width: 1px!important;
    border-bottom-color: #1e73be!important;
    border-left-style: solid!important;
    border-left-width: 5px!important;
    border-left-color: #1e73be!important;
}

#reportForm .radio-group {
    display: flex;
    flex-direction: column;
    margin: 1rem 1rem 1rem 2rem;
}

#reportForm .radio-group .input_radio {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

#reportForm .radio-group .input_radio > input {
    max-width: 20px;
}

#reportForm .input-item {
    display: flex;
}

#reportForm button {
    padding: 15px 45px;
    border-radius: 10px;
    background: #1e73be;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    min-width: 220px;
    transition: all .2s ease-in-out;
    border: 2px solid transparent;
}

#reportForm button:hover {
    border: 2px solid #1e73be;
    background: transparent;
    color: #1e73be;
    transform: translateX(10px);
}


/* szkoła promocja */

.flex-grid {
    display: flex;
}

#intro .logo {
    justify-content: end;
}

#intro .logo img {
    max-height: 60px;
}

#intro .entry-title {
    text-align: center;
    margin: 2rem auto;
    font-size: 4rem;
}

.blue {
    color: #21469d;
}

.orange {
    color: #f47b27;
}

.grid-2 {
    grid-template-columns: 1fr 1fr;
}

#text-1 .flex-grid {
    flex-direction: column;
    gap: 20px;
}

.item-page #text-1 ul {
    list-style-type: circle;
    margin: 2rem 0;
}

.item-page #text-1 ul li {
    padding: 5px;
}

.orange-full {
    width: 100%;
    background: #f47b27;
    padding: 2rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    margin: 4rem auto;
}

#device-1 ul {
    margin: 2rem;
    list-style-type: circle;
}

#device-1 .device-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#device-1 .text {
    margin: 4rem auto;
}

.device-features {
    grid-template-columns: 1fr 2fr;
    gap: 2rem;
    margin: 4rem auto;
}

.kopiarka img {
    max-width: 75%;
}

.device-2 {
    grid-template-columns: 1fr 2fr;
    margin: 4rem auto;
}

.text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.device-2 .device-text {
    background: #f1f1f1;
    padding: 3rem;
}

.device-parametry {
    margin: 8rem auto;
    max-width: 1000px;
    position: relative;
}

.device-parametry::before {
    position: absolute;
    content: '';
    right: calc(100% + 20px);
    top: 0;
    bottom: 0;
    width: 40px;
    height: 100%;
    background-image: url(img/parametry.png);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}

.device-parametry > .grid-box {
    gap: 10px;
}

.params {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 10px 5px;
}

.params:nth-of-type(2n) {
    background: #f1f1f1;
}

@media (max-width: 768px){
    .grid-2 {
        grid-template-columns: 1fr;
    }
    .device-2 {
        grid-template-columns: 1fr 1fr;
    }
    .device-features {
        grid-template-columns: 1fr 1fr;
    }
    .device-parametry::before {
        content: none;
    }
}
@media (max-width: 580px){
    .device-2 {
        grid-template-columns: 1fr;
    }
    .device-features {
        grid-template-columns: 1fr;
    }
}


/* nowy header 22-10-2023 */

header {
    box-shadow: 0 2px 4px #ebebeb;
}

header .header-sticky.sticky {
    box-shadow: 0 2px 4px #bbbbbb;
}

header .menu-top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

header .main-menu ul.nav {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

header .main-menu ul.nav::before, header .main-menu ul.nav::after {
    content: none !important;
}

header .newsletter-form table.gsc-search-box td {
    vertical-align: middle;
}

header .newsletter-form table.gsc-search-box td.gsc-input {
    padding: 10px 0 0;
}

header .newsletter-form table.gsc-search-box td.gsc-search-button {
    padding: 10px 0 0;
    vertical-align: middle !important;
}

/* nowy wygląd strony praca */
.faq-tabs_head {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    padding: 25px 20px 25px 75px;
    background: #f47b27;
    font-size: 1.75rem;
    font-weight: bold;
    color: #494949;
}
.faq-tabs__qa {
    margin: 2rem auto;
}
.faq-tabs__question {
    border: 2px solid #F1F1F1;
    border-radius: 25px;
    margin-bottom: 0;
    padding: 15px 10px;
    position: relative;
    transition: all .15s ease-in;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 1.2rem;
    flex-wrap: nowrap;
    gap: 1rem;
}
.faq-tabs__answer {
    display: none;
    padding: 40px 60px;
    border: 2px solid #494949;
    border-top: 0;
    border-radius: 0 0 25px 25px;
}
.faq-tabs__answer--wrap {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}
.active-tab {
    background-color: #494949;
    color: #ffffff;
    border-color: #494949;    
    border-radius: 25px 25px 0 0;
}
.faq_title {
    width: 100%;
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
    font-size: 1.75rem;
    font-weight: bold;
    color: #494949;
    transition: all .15s ease-in;
}
.active-tab .faq_title {
    color: #ffffff
}
.faq-more {
    min-width: 20px;
    width: 20px;
    height: 30px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin: 5px 10px;
}
.faq-more span {
    background-color: #494949;
    position: absolute;
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4) 0s;
    width: 100%;
    height: 4px;
    top: 13px;
}
.faq-more span:nth-child(2){
    transform: rotate(90deg);
}
.active-tab .faq-more span {
    background-color: #ffffff !important;
}
.active-tab .faq-more span:nth-child(2) {
    transform: rotate(0deg) !important;
}


/* Drukarki etykiet */

div#de-wrap {
    margin: 4rem auto;
}

#de-wrap h1 {
    text-align: center;
    color: #333;
    margin-bottom: 2rem;
}

.de-wrap_flex {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 3rem;
}

.de-wrap_flex--item {
    min-width: 300px;
}

.de-wrap_flex--itemInner {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.de-wrap_flex--item__title {
    font-size: 2.25rem;
    text-align: center;
    font-weight: bold;
    color: black;
    padding-top: 15px;
}

.de-wrap_flex--itemInner hr {
    border: 1px solid #333;
    width: 100%;
}

.de-wrap_flex--item__desc {
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: italic;
    /* padding: 1rem 2rem; */
}

.de-wrap_flex--item__specs > * {
    font-size: 1rem;
}

.de-wrap_flex--item__specs table {
    width: 100%;
}

.de-wrap_flex--item__specs tr {
    border: none !important;
    width: 100%;
}

.de-wrap_flex--item__specs tr:nth-of-type(odd) {
    background-color: #f7f7f7;
}

.de-wrap_flex--item__specs td {
    padding: 10px 5px;
    border: none;
}

.de-wrap_flex--item__specs td:nth-of-type(odd) {
    width: 30%;
}

.de-wrap_flex--item__specs td:nth-of-type(even) {
    width: 70%;
}

.de-wrap_flex--item__url {
    text-align: center;
    padding-top: 10px;
    font-size: 1.5rem;
    text-decoration: underline;
}



/* 24-04-2024 */

header.top {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    border-bottom: 1px solid #dfdfdf;
}
section#main_content {
    margin-top: 12rem;
}
@media(max-width: 1180px){
    section#main_content {
        margin-top: 18rem;
    }
}
@media(max-width: 992px){
    section#main_content {
        margin-top: 32rem;
    }
}
@media(max-width: 768px){
    section#main_content {
        margin-top: 16rem;
    }
}

.about-content p {
    margin-bottom: 15px;
}
.map-info {
    margin-bottom: 15px;
}
.map-info_item {
    display: flex;
    gap: 10px;
    padding: 5px 0;
}