html {
    font-size: 20px;
    min-width: 320px;
}

body {
    position: relative;
    background: #1d1d1d;
    color: #fff;
    font-family: refrigerator-deluxe, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
}

#marg {
    padding-top: 100px;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #f50000;
    position: fixed;
    z-index: 2000;
    top: 100px;
    right: 100%;
    width: 100%;
    height: 2px;
    -moz-transition: top 0.3s ease;
    -o-transition: top 0.3s ease;
    -webkit-transition: top 0.3s ease;
    transition: top 0.3s ease;
}

.pace.sticky .pace-progress {
    top: 70px;
}

h1 {
    font-family: Bender, serif;
    margin-bottom: 1rem;
    font-weight: 400;
    text-transform: uppercase;
}

.h1 {
    font-family: Bender, serif;
    margin-bottom: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 2.5rem;
}

h1.news-title {
    font-size: 2rem;
}

h2 {
    font-family: Bender, serif;
    margin-bottom: 3rem;
    font-weight: 400;
}

h2.title {
    font-size: 1.5rem;
}

h3 {
    font-family: Bender, serif;
    margin-bottom: 2rem;
    font-weight: 400;
}

h3.subtitle {
    border-bottom: 1px solid #f50000;
    padding-bottom: 1rem;
    font-size: 1.3rem;
}

.intro {
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 3rem;
    font-weight: 300;
}

a {
    color: #393d3f;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

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

button {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

button:focus {
    outline: none;
}

.btn {
    padding: 8px 20px;
    background: none;
    color: #ffffff;
    font-size: 20px;
    position: relative;
    z-index: 1;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 2px solid #f50000;
    text-transform: uppercase;
}

.btn:hover {
    color: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(103, 103, 103, 0);
    -moz-box-shadow: 0 0 20px 0 rgba(103, 103, 103, 0);
    box-shadow: 0 0 20px 0 rgba(103, 103, 103, 0);
}

.btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
    background: none;
    z-index: -2;
}

.btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 0%;
    height: 100%;
    background: #f50000;
    z-index: -1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn:hover::after {
    left: 0%;
    width: 100%;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgb(245, 0, 0, 0.5);
}

.btn.black,
.btn.orange {
    color: #fff;
}

.btn.black::before {
    background: #f50000;
}

.btn.black::after {
    background: #1d1d1d;
}

.btn.btn-mini {
    padding: 0.3rem 1rem;
}

.form-group {
    margin-bottom: 30px;
}

.form-group--name,
.form-group--numer-telefonu,
.form-group--ulica,
.form-group--numer-domu,
.form-group--kod-pocztowy,
.form-group--miejscowosc,
.form-group--last-name {
    display: none;
}

.form-control {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size: 28px;
    height: 52px;
    color: #ffffff;
    background: #1d1d1d;
    border: 1px solid #f50000;
    text-align: center;
    font-weight: 300;
    scroll-margin-top: 140px;
}

.form-control:focus {
    border-color: #f50000;
    outline: 0;
    box-shadow: none;
    background: #1d1d1d;
    color: #c0c0c0;
}

.form-control::-webkit-input-placeholder {
    color: #1d1d1d;
}

.form-control::-moz-placeholder {
    color: #1d1d1d;
}

.form-control:-ms-input-placeholder {
    color: #1d1d1d;
}

.form-control:-moz-placeholder {
    color: #1d1d1d;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #1d1d1d inset !important;
    box-shadow: 0 0 0px 1000px #1d1d1d inset !important;
    -webkit-text-fill-color: #c0c0c0 !important;
}

#zalacznik[type="file"] {
    color: transparent;
    position: fixed;
    top: -10000em;
    opacity: 0;
}

select {
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
}

.dropdown-menu {
    border-radius: 0;
    font-size: 0.9rem;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #f50000;
}

.dropdown-toggle::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    border: none;
    position: relative;
    top: 4px;
    width: 9px;
    height: 6px;
    margin-left: 11px;
}

.section {
    padding: 50px 0;
}

.center {
    text-align: center;
}

.hidden {
    display: none;
}

.space {
    height: 2rem;
}

.bgblack {
    background: #000;
}

.page_content>h1 {
    margin-top: 50px;
}

#top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 16px 0;
    height: 100px;
    background: #000;
    z-index: 100;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#top .container-fluid {
    background: #000;
}

#top.sticky {
    padding: 1px 0;
    height: 70px;
}

#top::before {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(212, 30, 30, 0);
    -moz-box-shadow: 0 0 20px rgba(212, 30, 30, 0);
    box-shadow: 0 0 20px rgba(212, 30, 30, 0);
    top: 50%;
    bottom: 10px;
    left: 20px;
    right: 20px;
    -moz-border-radius: 100px / 12px;
    border-radius: 100px / 12px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#top.sticky::before {
    bottom: 0px;
    -webkit-box-shadow: 0 0 20px rgba(212, 30, 30, 0.8);
    -moz-box-shadow: 0 0 20px rgba(212, 30, 30, 0.8);
    box-shadow: 0 0 20px rgba(212, 30, 30, 0.8);
}

#top .navbar {
    padding: 11px 0;
}

#top .navbar .subm {
    position: relative;
}

#top .navbar .nav-link {
    padding: 0;
    font-size: 25px;
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
    margin: 0 1px;
}

#top .navbar a:hover,
#top .navbar a.active,
#top .navbar li.active>a {
    color: #f50000;
}

#top .navbar li a::before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    display: inline-block;
    height: 0;
    width: 100%;
    border-bottom: 2px solid #000;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    top: 0px;
    z-index: 2;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

#top .navbar li a:hover::before,
#top .navbar li a.active::before {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

#top .navbar li a:hover::after,
#top .navbar li a.active::after {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

#top .navbar li a span {
    position: relative;
    padding: 4px 18px 5px;
    border-top: 2px solid #f50000;
    display: block;
    width: 100%;
    text-align: center;
}

#top .navbar li a span::before,
#top .navbar li a span::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0;
    display: block;
    height: 0;
    width: 2px;
    background: #d50000;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

#top .navbar li a span::after {
    left: auto;
    right: 0px;
}

#top .navbar li a:hover span::before,
#top .navbar li a:hover span::after,
#top .navbar li a.active span::before,
#top .navbar li a.active span::after {
    height: 100%;
}

#navbarNav .social {
    display: none;
}

#navbarNav .social a {
    display: inline-block;
    width: 42px;
    height: 42px;
    background: #fff;
    color: #000;
    line-height: 42px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin: 0 10px;
    font-size: 20px;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#navbarNav.opened .social a {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}

#navbarNav .social a:hover {
    background: #f50000;
    color: #fff;
}

#navbarNav .social a.tw:hover {
    background: #0084b4;
}

#navbarNav .social a.fb:hover {
    background: #3a5998;
}

#navbarNav .social a.tt:hover {
    background: #6441a5;
}

#navbarNav .social a.in:hover {
    background: #d62976;
}

#navbarNav .social a:nth-child(1) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

#navbarNav .social a:nth-child(2) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

#navbarNav .social a:nth-child(3) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

#navbarNav .social a:nth-child(4) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

#navbarNav .social a:nth-child(5) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

#logo {
    text-align: center;
    padding-left: 30px;
}

#logo a {
    display: block;
    margin: 0 auto;
}

#logo a svg {
    display: block;
    width: 190px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sticky #logo a {
    margin: 8px auto;
}

.sticky #logo a svg {
    width: 150px;
}

#logo a svg path {
    fill: #fff;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#logo a:hover svg path {
    fill: #f50000;
}

#search {
    display: none;
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    height: 100px;
    z-index: 99;
    text-align: center;
    -moz-transition: top 0.3s ease;
    -o-transition: top 0.3s ease;
    -webkit-transition: top 0.3s ease;
    transition: top 0.3s ease;
}

#search.sticky {
    top: 70px;
}


#logo a {
    transition: all .4s ease-out;
    width: 190px;
}

#logo a.default-hide {
    position: absolute;
    top: 0px;
    z-index: -99;
    opacity: 0;
    visibility: hidden;
}

#top.sticky .default-hide {
    position: unset;
    opacity: 1;
    visibility: unset;
}


#top.sticky .hide-sticky {
    position: absolute;
    top: 0px;
    visibility: hidden;
    z-index: -99;
    opacity: 0;
    width: 150px;
}

.sticky #logo a {
    transition: transform .3s ease;
}

#search #search-phrase {
    width: 100%;
    margin: 0 auto;
    display: block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: none;
    border: none;
    text-align: left;
    padding: 5px 40px 5px 60px;
    text-transform: uppercase;
    font-weight: 500;
    color: #111;
}

#search #search-phrase:focus,
#search #search-phrase:hover {
    border-color: #f50000;
}

#search #search-phrase::-moz-placeholder {
    font-size: 12px;
}

#search .form-group label.moved-top {
    font-size: 24px;
    top: -28px;
}

label {
    cursor: pointer;
}

#search button[type="submit"] {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    border: none;
    font-size: 30px;
    color: #000;
    height: 50px;
    width: 50px;
    padding: 0;
}

#search button[type="submit"]:hover {
    color: #e50000;
}

#search button[type="submit"].disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

#search .form-group {
    display: inline-block;
    width: 890px;
    margin-top: 22px;
    position: relative;
}

#search .close {
    display: block;
    width: 40px;
    height: 50px;
    text-align: center;
    right: 0px;
    position: absolute;
    top: 0;
    opacity: 1;
    text-shadow: none;
}

#search .close .line {
    display: block;
    width: 33px;
    height: 2px;
    background: #000;
    position: absolute;
    border-radius: 2px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#search .close .line:nth-child(1) {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 25px;
    left: 4px;
}

#search .close .line:nth-child(2) {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 25px;
    left: 4px;
}

#search .close:hover .line {
    background: #e50000;
}

#showsearch,
#support {
    float: right;
    padding: 7px 30px 7px 15px;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#showsearch span,
#support span {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
}

#showsearch:hover,
#support:hover {
    color: #f50000;
}

#support {
    position: relative;
    margin-right: 5px;
}

#support .fa-angle-down {
    position: absolute;
    top: 19px;
    right: 7px;
    font-size: 24px;
}

#support .submenu {
    display: none;
    z-index: 3;
    position: absolute;
    top: 66px;
    right: 0px;
    width: 180px;
    background: #fff;
    list-style: none;
    padding: 18px 20px;
    -webkit-box-shadow: 0px 10px 30px -10px rgb(106, 1, 5);
    -moz-box-shadow: 0px 10px 30px -10px rgb(106, 1, 5);
    box-shadow: 0px 10px 30px -10px rgb(106, 1, 5);
}

#support .submenu ul {
    padding: 0;
    margin: 0;
    text-align: left;
    list-style: none;
}

#support .submenu ul li {
    padding: 2px 0;
    text-align: center;
}

#support .submenu ul li a {
    position: relative;
}

.owl-carousel .owl-nav,
.owl-carousel .owl-dots {
    display: none;
}

.owl-carousel .owl-nav {
    display: block;
    position: absolute;
    top: calc(50% - 55px);
    width: 100%;
}

.owl-carousel .owl-nav div {
    display: block;
    position: absolute;
    width: 50px;
    height: 85px;
    text-align: center;
    opacity: 0.4;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl-carousel .owl-nav div:hover {
    opacity: 1;
}

.owl-carousel .owl-nav .owl-prev {
    left: 7%;
    background: url(../img/arrow_left.svg) no-repeat center;
}

.owl-carousel .owl-nav .owl-next {
    right: 7%;
    background: url(../img/arrow_right.svg) no-repeat center;
}

#slider .item img {
    width: 100%;
    max-width: 1390px;
    margin: 0 auto;
}

#slider .btn {
    display: inline-block;
    position: absolute;
    bottom: 21%;
    left: 20%;
}

#slider .owl-item {
    background: #1d1d1d;
}

#slider .show-mobile {
    display: none;
}

#slider .owl-dots {
    display: block;
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

#slider .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 25px;
    background: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#slider .owl-dots .owl-dot:focus {
    outline: none;
}

#slider .owl-dots .owl-dot.active {
    background: #f50000;
}

#slider.owl-carousel .owl-nav {
    display: block;
}

#slider .owl-item.active .btn,
#slider .owl-item.active img {
    -webkit-animation: fromright 0.6s ease-out both;
    animation: fromright 0.6s ease-out both;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-webkit-keyframes fromright {
    0% {
        opacity: 0;
        transform: translate(50px);
        -moz-transform: translate(50px);
        -webkit-transform: translate(50px);
    }

    100% {
        opacity: 1;
        transform: translate(0px);
        -moz-transform: translate(0px);
        -webkit-transform: translate(0px);
    }
}

@keyframes fromright {
    0% {
        opacity: 0;
        transform: translate(50px);
        -moz-transform: translate(50px);
        -webkit-transform: translate(50px);
    }

    100% {
        opacity: 1;
        transform: translate(0px);
        -moz-transform: translate(0px);
        -webkit-transform: translate(0px);
    }
}

@media (max-width: 1700px) {
    .owl-carousel .owl-nav .owl-prev {
        left: 6%;
    }

    .owl-carousel .owl-nav .owl-next {
        right: 6%;
    }
}

@media (max-width: 1600px) {
    .owl-carousel .owl-nav .owl-prev {
        left: 5%;
    }

    .owl-carousel .owl-nav .owl-next {
        right: 5%;
    }
}

@media (max-width: 1500px) {
    .owl-carousel .owl-nav .owl-prev {
        left: 4%;
    }

    .owl-carousel .owl-nav .owl-next {
        right: 4%;
    }

    .rightside .social {
        padding-right: 0 !important;
    }
}

@media (max-width: 1400px) {
    .owl-carousel .owl-nav .owl-prev {
        left: 30px;
    }

    .owl-carousel .owl-nav .owl-next {
        right: 30px;
    }
}

@media (max-width: 1200px) {
    .owl-carousel .owl-nav .owl-prev {
        left: 20px;
    }

    .owl-carousel .owl-nav .owl-next {
        right: 20px;
    }
}

@media (min-width: 1200px) {
    .abs {
        bottom: 25px !important;
    }

    .abs .name {
        display: inline-block;
    }

    .abs .desc {
        display: inline-block;
    }

    .abs .btn {
        display: inline-block;
        margin-right: 15px;
        margin-left: 50px;
        margin-top: -28px;
    }
}

@media (max-width: 991px) {
    .owl-carousel .owl-nav .owl-prev {
        left: 10px;
    }

    .owl-carousel .owl-nav .owl-next {
        right: 10px;
    }

    .youtube .playlist-thumb-video {
        width: 100%;
        height: auto;
    }

    .youtube .playlist-main-video iframe {
        width: 100%;
    }

    .youtube .paddl-5 {
        padding-left: 15px;
    }

    .youtube .playlist-thumb-video .items {
        padding: 5px 16px 16px 16px;
        max-height: 100%;
    }

    .playlist-main-video {
        padding-bottom: 25px;
    }

    .playlist-main-video .video {
        padding-top: 55.5%;
    }

    .playlist-main-video .video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }
}

@media (max-width: 767px) {
    #slider .show-mobile {
        display: block;
    }

    #slider .hide-mobile {
        display: none;
    }

    #slider .owl-dots {
        bottom: 0;
    }
}

#baner3 {
    margin-bottom: 50px;
}

.banners {
    padding: 15px 0;
}

.banners .container {
    max-width: 1420px;
}

.banners .abs {
    position: absolute;
    bottom: 30px;
    left: 60px;
    width: calc(100% - 120px);
}

.banners .abs .prod {
    font-size: 1.5rem;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 6px;
    font-weight: 300;
}

.banners .abs .name {
    font-size: 2.5rem;
    text-transform: uppercase;
    font-family: Bender, serif;
    color: #fff;
    line-height: 3rem;
    margin-bottom: 10px;
}

.banners .abs .desc {
    font-size: 20px;
    margin: 0 0 20px;
    max-width: 190px;
    line-height: 24px;
    font-weight: 300;
}

.banners .abs .btn {
    display: inline-block;
    margin-right: 15px;
}

#footer {
    margin-top: 4rem;
    padding: 50px 0 10px;
    background: #fff;
}

#footer .footlogo {
    width: 100%;
    margin: auto;
    max-width: 280px;
    display: block;
}

#footer .bor {
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}

#footer .borr {
    border-right: 1px solid #e9e9e9;
}

#footer .head {
    text-transform: uppercase;
    color: #1d1d1d;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    display: none;
    padding: 10px 0;
}

#footer .head i {
    margin-left: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 26px;
    position: relative;
    top: 2px;
}

#footer .head.opened i {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 0;
}

#footer .fmenu {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .fmenu li {
    display: block;
    padding: 8px 0;
    text-align: center;
}

#footer .fmenu li a {
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

#footer .fmenu li a::before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    display: inline-block;
    height: 0;
    width: 100%;
    border-bottom: 2px solid #fff;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    top: -5px;
    z-index: 2;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

#footer .fmenu li a::after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    display: inline-block;
    height: 100%;
    width: 100%;
    border-bottom: 2px solid #f50000;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: all 0.35s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    bottom: -4px;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

#footer .fmenu li a:hover::before {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

#footer .fmenu li a:hover::after {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

#footer .fmenu li a span {
    position: relative;
    padding: 3px 12px 2px;
    border-top: 2px solid #f50000;
}

#footer .fmenu li a span::before,
#footer .fmenu li a span::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0;
    display: block;
    height: 0;
    width: 2px;
    background: #d50000;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

#footer .fmenu li a span::after {
    left: auto;
    right: 0px;
}

#footer .fmenu li a:hover span::before,
#footer .fmenu li a:hover span::after {
    height: 100%;
}

#social .social {
    margin: 25px 0 0;
}

#social .social a {
    display: inline-block;
    padding: 0;
    margin: 0px 20px;
    font-size: 26px;
    background: #f50000;
    width: 60px;
    height: 60px;
    color: #fff;
    line-height: 60px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

#social .social a:hover {
    background: #fff;
    color: #f50000;
}

#social .social a.tw:hover {
    color: #0084b4;
}

#social .social a.fb:hover {
    color: #3a5998;
}

#social .social a.tt:hover {
    color: #6441a5;
}

#social .social a.in:hover {
    color: #d62976;
}

#newsletter .newslet-title {
    font-family: Bender, serif;
    margin-bottom: 3rem;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.8rem;
    color: #1d1d1d;
}

#newsletter-form .form-group {
    width: 100%;
}

#newsletter-form .form-control {
    width: 100%;
    margin-bottom: 2rem;
}

#newsletter-form .klauzula {
    max-width: 635px;
    margin: 0 auto;
}

#shownewslet {
    display: block;
    margin: 0 auto;
}

#newsletter-form {
    display: none;
}

body.start #shownewslet {
    display: none;
}

body.start #newsletter-form {
    display: block;
}

#copyrights {
    padding: 30px 0;
    font-size: 16px;
    background: #fff;
}

#copyrights .copy {
    color: #cbcbcb;
    max-width: 640px;
    display: inline-block;
    font-family: Arial;
    font-size: 10px;
    vertical-align: top;
    margin-left: 5%;
}

#copyrights .copy a {
    color: #b3b3b3;
}

#copyrights .sg {
    float: right;
    opacity: 0.15;
    display: block;
    margin: 17px 5% 0 0;
}

#copyrights .sg img {
    width: 225px;
}

#gotop {
    position: fixed;
    bottom: 2rem;
    right: 1.5rem;
    width: 50px;
    height: 50px;
    text-align: center;
    z-index: 99;
    background-color: #f50000;
    cursor: pointer;
    font-size: 34px;
    font-weight: 700;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#gotop:hover {
    background-color: #393d3f;
}

#gotop.on-screen {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}

#gotop i {
    display: block;
    margin: 0 auto 0;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    line-height: 50px;
}

#gotop i::before {
    position: absolute;
    top: 0px;
    left: 10px;
}

#gotop:hover i::before {
    color: #fff;
    -webkit-animation: bounce 0.9s infinite linear;
    animation: bounce 0.9s infinite linear;
}

@-webkit-keyframes bounce {
    0% {
        top: 0px;
    }

    23% {
        top: -5px;
    }

    27% {
        top: -5px;
    }

    50% {
        top: 0px;
    }

    73% {
        top: 5px;
    }

    77% {
        top: 5px;
    }

    100% {
        top: 0px;
    }
}

@keyframes bounce {
    0% {
        top: 0px;
    }

    23% {
        top: -5px;
    }

    27% {
        top: -5px;
    }

    50% {
        top: 0px;
    }

    73% {
        top: 5px;
    }

    77% {
        top: 5px;
    }

    100% {
        top: 0px;
    }
}

.cookiepolicy {
    position: fixed;
    z-index: 99;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 27px 15px;
    background: #000;
    text-align: center;
    border-top: 2px solid #f50000;
}

.cookiepolicy span {
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
}

.cookiepolicy a:not(.btn) {
    text-decoration: underline;
    color: #fff;
}

.cookiepolicy i {
    margin-right: 20px;
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
}

.cookiepolicy .btn {
    display: inline-block;
    margin-left: 25px;
    padding: 5px 25px;
}

.cookiepolicy .btn:hover {
    background: #f50000;
}

.breadcrumb {
    background: none;
    padding: 15px 0;
    font-size: 16px;
    margin-bottom: 2rem;
}

.breadcrumb li {
    padding-right: 0px;
}

.breadcrumb li a {
    color: #f50000;
}

.breadcrumb li::after {
    content: "/";
    display: inline-block;
    margin: 0 15px;
    color: #5e5e5e;
}

.breadcrumb li:last-child::after {
    display: none;
}

.abc-checkbox input {
    position: absolute;
    top: 3px;
    left: 0px;
    width: 17px;
    height: 17px;
    z-index: 99;
}

.abc-checkbox label:focus,
.abc-checkbox input:focus {
    outline: none;
}

.form-group.has-error .form-control {
    border-color: #e80000;
}

.fv-form-bootstrap .help-block,
.static_fields_wrapper .help-block,
div>.help-block {
    color: #52c8ec;
    display: none;
    text-transform: none;
    font-weight: 400;
    font-size: 15px;
    background: #1d1d1d;
    padding: 0 5px;
    position: absolute;
    text-align: center;
    left: -5px;
    top: 100%;
}

#zalacznik+.help-block {
    left: 10px;
    top: calc(100% + 5px);
}

/*div>.help-block::before {*/
/*  font-family: "Font Awesome 5 Pro";*/
/*  font-weight: 300;*/
/*  content: "\f608";*/
/*  position: absolute;*/
/*  top: -40px;*/
/*  font-size: 30px;*/
/*  left: calc(50% - 11px);*/
/*}*/

.klauzula .help-block {
    top: 23px;
    left: -5px;
}

.has-error .abc-checkbox label::before {
    border: 1px solid #e80000;
}

.blog_item {
    padding: 0 1rem;
    margin-bottom: 2rem;
}

.blog_item .thumb {
    overflow: hidden;
}

.blog_item .thumb a {
    display: block;
}

.blog_item .thumb a img {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    -webkit-filter: blur(0px) sepia(0%);
    filter: blur(0px) sepia(0%);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog_item .thumb a:hover img {
    -webkit-transform: rotate(5deg) scale(1.3);
    transform: rotate(5deg) scale(1.3);
    -webkit-filter: blur(2px) sepia(40%);
    filter: blur(2px) sepia(40%);
}

.blog_item h3 {
    margin: 1rem 0 1rem;
    text-align: center;
    font-size: 1.4rem;
}

.blog_item .date {
    color: #929292;
    font-size: 12px;
    margin-bottom: 1.5rem;
    text-align: center;
}

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

.blog_item .item_desc p {
    font-size: 14px;
    margin-bottom: 2rem;
}

.blog-page .date {
    color: #929292;
    font-size: 14px;
    margin-bottom: 2rem;
    text-align: center;
}

.blog-page .date i,
.blog_item .date i {
    margin-right: 5px;
}

.blog-page .news-title {
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.blog-page .thumb {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.blog-page .thumb img {
    width: 100%;
}

.blog-page .text h2,
.blog-page .text h3 {
    margin-bottom: 1.5rem;
}

.blog-page .text {
    padding: 3rem 0 2rem;
    text-align: justify;
    font-size: 16px;
    font-family: Arial;
}

.blog-page .text p {
    font-size: 16px;
    line-height: 28px;
    color: #acacac;
}

.seemore {
    margin: 2rem auto;
}

.seemore .see-title {
    text-transform: uppercase;
    margin: 0 5px 2rem;
}

.seemore .more_item_desc {
    background: #000;
    padding: 20px;
}

.seemore h3 {
    font-size: 1.5rem;
    text-align: left;
    margin-top: 0;
}

.seemore h3 a {
    color: #fff;
}

.category-page h1 {
    margin-bottom: 1rem;
}

.category-page .counter {
    text-align: center;
    color: #f50000;
    margin-bottom: 1rem;
    font-size: 20px;
}

.category-page .counter span {
    font-weight: 600;
}

#sort-by {
    text-align: right;
    margin-bottom: 2rem;
    position: relative;
}

#sort-by h3 {
    float: left;
    margin: 0;
    line-height: 42px;
}

#sort-by label {
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
}

#sort-by select {
    display: inline-block;
    max-width: 200px;
}

#sort-by::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f107";
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 10px;
    height: 10px;
    font-size: 22px;
}

.product .product-box {
    position: relative;
    margin-bottom: 30px;
    background: #000;
    height: 510px;
}

.product .product-box .product-flags {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.product .product-box .product-flags .flag {
    display: table;
    padding: 5px 12px;
    text-transform: uppercase;
    font-size: 13px;
    position: relative;
}

.product .product-box .product-flags .flag::after {
    display: block;
    content: "";
    width: 50%;
    height: 2px;
    background: inherit;
    position: absolute;
    left: 0;
    bottom: -5px;
}

.product .product-box .product-flags .flag.flag-new {
    background: #9bdc16;
    color: #fff;
}

.product .product-box .product-flags .flag.flag-sale {
    background: #f50000;
    color: #fff;
}

.product .product-box .product-flags .flag.flag-discount {
    background: #f50000;
    color: #fff;
}

.product .product-box .product-flags .flag.flag-preorder {
    background: #fc4848;
    color: #fff;
}

.product .product-box .product-flags .flag.flag-bestseller {
    background: #41c1f8;
    color: #fff;
}

.product .product-box .product-flags .flag.flag-promoted {
    background: #f549af;
    color: #fff;
}

.product .product-box .item-desc {
    padding: 5px 20px 15px;
}

.product .product-box .pretitle {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
}

.product .product-box h2 {
    margin-bottom: 5px;
    line-height: 1.5rem;
    height: 40px;
}

.product .product-box h2 a {
    font-size: 1.45rem;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.product .product-box p {
    margin-bottom: 1rem;
    color: #aeaeae;
    padding: 0 1px;
    height: 48px;
    overflow: hidden;
}

.product .product-box .price {
    color: #f50000;
    font-size: 1.2rem;
}

.product .product-box .price.old {
    color: #c6c6c6;
    font-size: 0.8rem;
    margin-left: 10px;
    text-decoration: line-through;
}

.product .product-box .thumb {
    overflow: hidden;
    padding: 0 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product .product-box .thumb a {
    display: block;
}

.product .product-box:hover .thumb {
    padding: 0 40px;
}

.product .product-box .thumb img {
    margin-bottom: 0px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product .product-box:hover .thumb img {
    margin-bottom: 0;
}

.product .product-box .comparison {
    position: absolute;
    top: 8px;
    right: 7px;
    z-index: 8;
    display: none;
}

.product .product-box .comparison label {
    margin: 0;
    color: #aeaeae;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 15px;
    cursor: pointer;
}

.product .product-box .comparison label span {
    position: absolute;
    top: 6px;
    right: 5px;
    display: block;
    width: 18px;
    height: 18px;
    border: 1px solid #aeaeae;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.product .product-box .comparison label span::before {
    content: "";
    position: absolute;
    top: 8px;
    right: 7px;
    display: block;
    width: 0px;
    height: 0px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #f50000;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product .product-box .comparison .compare {
    opacity: 0;
    width: 18px;
    height: 18px;
    margin: 0px 4px 0 10px;
    z-index: 9;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
}

.product .product-box .comparison input:checked+span::before {
    top: 1px;
    right: 1px;
    width: 14px;
    height: 14px;
}

.product .product-box .showcont {
    overflow: hidden;
    height: 0px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 0;
}

.product .product-box:hover .showcont {
    overflow: hidden;
    height: 81px;
    padding: 15px 0;
}

.product .product-box .showcont a.btn {
    margin-right: 10px;
}

.product .product-box .showcont img {
    margin: 7px 0 23px;
    display: none;
}

#product-img-rotator .owl-dots {
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px auto 0;
    display: block;
}

#product-img-rotator .owl-dot {
    width: 70px;
    max-height: 70px;
    border: 2px solid #2f2f2f;
    margin: 5px;
    z-index: 1;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    vertical-align: top;
}

#product-img-rotator .owl-dot:hover,
#product-img-rotator .owl-dot:focus,
#product-img-rotator .owl-dot.active {
    border-color: #f50000;
}

#product-img-rotator .owl-dot img {
    width: auto;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}

#main-image-wrapper #full_screen_gallery,
#main-image-wrapper #close_fs {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 20px;
    left: 35px;
    z-index: 2;
    cursor: pointer;
    background: #f50000;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    color: #fff;
}

#main-image-wrapper #close_fs {
    display: none;
    left: initial;
    right: 40px;
    top: 40px;
}

.main-side.full_screen #main-image-wrapper #close_fs {
    display: block;
}

.main-side.full_screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background-color: #1d1d1d;
    max-width: initial;
}

.main-side.full_screen #product-img-rotator {
    width: 1000px;
    margin: 0 auto;
}

.main-side.full_screen .owl-carousel .owl-item img {
    max-height: calc(100vh - 150px);
    width: auto;
    margin: 0 auto;
}

.main-side .owl-carousel .owl-stage-outer {
    max-height: 610px;
}

.main-side.full_screen .owl-carousel .owl-stage-outer {
    max-height: 760px;
}

#productCard h2 {
    padding: 1.5rem 0;
    margin: 0 0 2rem;
    border-bottom: 2px solid #f50000;
}

#product-main-desc h1 {
    margin-bottom: 1rem;
    border-bottom: 2px solid #f50000;
    padding-bottom: 1rem;
}

#product-main-desc .introtext {
    font-size: 20px;
}

#product-main-desc .stock-status {
    padding: 10px 20px;
}

#product-main-desc .price {
    margin-bottom: 1rem;
    font-size: 1rem;
}

#product-main-desc .price span {
    font-size: 2rem;
    color: #f50000;
    font-weight: 600;
    margin-left: 20px;
}

#product-main-desc .product-single-option {
    margin-bottom: 1rem;
}

#submenu {
    background: #1d1d1d;
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    z-index: 4;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 10px 25px;
}

#submenu.sticky {
    top: 70px;
    padding: 5px 25px;
}

#submenu a {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 20px;
}

#submenu a:hover,
#submenu a.active {
    color: #f50000;
    background: none;
}

#content.product-info {
    padding-top: 67px;
}

#description {
    position: relative;
    height: calc(100vh - 167px);
    background-size: cover;
    background-position: top center;
}

#description img {
    width: 100%;
}

#description::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 40%;
    z-index: 2;
    /*  http://colorzilla.com/gradient-editor/#000000+0,101010+50,101010+100&0+0,1+51,1+100 */
    background: -moz-linear-gradient(top,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.98) 50%,
            rgba(0, 0, 0, 1) 51%,
            rgba(0, 0, 0, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.98) 50%,
            rgb(0, 0, 0) 51%,
            rgb(0, 0, 0) 100%);
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.98) 50%,
            rgb(0, 0, 0) 51%,
            rgb(0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
}

#description .product-name {
    font-weight: 600;
    font-size: 3rem;
}

#description .desc {
    font-size: 20px;
    margin-bottom: 40px;
}

#description .shortdesc {
    position: absolute;
    bottom: 100px;
    width: 800px;
    left: calc(50% - 400px);
    z-index: 3;
}

#moredesc {
    margin-bottom: 40px;
}

.absolut .column {
    position: relative;
}

.absolut .column img {
    width: 100%;
}

.absolut .column .text-inner {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    padding: 0 40px;
    text-align: center;
}

.absolut .column .text {
    margin: auto;
    width: 100%;
    max-width: 600px;
    padding: 0 20px;
}

.absolut.one-col .column .text-inner {
    padding: 0 90px;
    max-width: 70%;
    left: 15%;
}

.absolut.two-col .column .text-inner {
    padding: 0 45px;
}

.absolut .column h4 {
    margin: 0 0 30px;
    font-size: 36px;
}

.absolut .column p {
    font-size: 24px;
}

.absolut.one-col .column {
    width: 100%;
}

.absolut.three-col .column {
    width: 33.33%;
    float: left;
}

.absolut.two-col .column {
    width: 50%;
    float: left;
}

.icons {
    background: #000;
}

.icons .icons-row {
    padding: 100px 50px 30px;
    max-width: 1560px;
    margin: 0 auto;
}

.icons .icons-row .icon-item {
    text-align: center;
}

.icons .icons-row .icon-item img {
    margin: 30px;
    max-width: 180px;
}

.icons .icons-row .icon-item p {
    font-size: 24px;
    max-width: 320px;
    padding: 0 15px;
    margin: 0 auto 40px;
    color: #acacac;
}

.icons.extrapadd .icons-row {
    padding: 100px 50px 80px;
}

.icons.extrapadd .icons-row h4 {
    margin-bottom: 40px;
}

#buy-online h3 {
    margin-bottom: 3rem;
    font-size: 2.5rem;
    text-transform: uppercase;
}

#buy-online .shop {
    background: #000;
    padding: 50px 20px;
    border-top: 2px solid #f50000;
    text-align: center;
    display: block;
}

#buy-online .shop img {
    height: 36px;
    width: auto;
}

.klauzula {
    font-size: 16px !important;
    color: #828282 !important;
    position: relative !important;
    display: block !important;
    top: auto !important;
    left: auto !important;
    pointer-events: auto !important;
}

.klauzula a {
    color: #919191;
    text-decoration: underline;
}

.klauzula a:hover {
    color: #f50000;
    text-decoration: none;
}

.checkbox.abc-checkbox {
    position: relative;
}

.abc-checkbox label {
    cursor: pointer;
}

.radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 10px;
    font-size: 14px;
    text-transform: uppercase;
    max-width: 80%;
    cursor: pointer;
}

.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 4px;
    top: 2px;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 16px;
    height: 16px;
    left: 4px;
    top: 2px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #f50000;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
    opacity: 0;
    z-index: 3;
    width: 16px;
    height: 16px;
    top: -1px;
    position: relative;
    left: 3px;
}

.radio input[type="radio"]:focus+label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.radio input[type="radio"]:checked+label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio input[type="radio"]:disabled+label {
    opacity: 0.65;
}

.radio input[type="radio"]:disabled+label::before {
    cursor: not-allowed;
}

form .form-group {
    position: relative;
}

form .form-group label,
.file-label {
    display: block;
    position: absolute;
    top: 3px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: none;
    margin: 0;
    font-size: 28px;
    font-weight: 300;
    width: 100%;
    color: #828282;
    text-align: center;
}

form .form-group label.moved-top {
    top: -24px;
    color: #828282;
    font-size: 16px;
    padding: 0 6px;
}

form .form-group label.moved-top.gray {
    color: #828282;
}

form .form-group label.moved-top.gray.color {
    color: #828282;
}

.cursor-pointer {
    cursor: pointer;
}

form label[for="country"],
.textarea .form-group label,
.selectt .form-group label {
    top: 3px;
    color: #828282;
    font-size: 18px;
    padding: 0 6px;
}

form label[for="adres-e-mail"] {}

.selectt .form-group label {
    top: -11px;
}

select#temat {
    border: 1px solid #f50000;
    line-height: 1;
}

select#temat option {
    font-size: 15px;
}

select#temat,
input[name="zalacznik"] {
    cursor: pointer;
}

label[for="temat"]::after {
    content: "";
    display: inline-block;
    border-right: 2px solid #828282;
    border-bottom: 2px solid #828282;
    position: absolute;
    right: 20px;
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

input[type="file"] {
    opacity: 0;
}

.file-label {
    border: 1px solid #f50000;
    padding-top: 3px;
    padding-bottom: 6px;
    position: relative;
    pointer-events: initial !important;
}

.file-label::after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 77.5px);
    width: 155px;
    height: 44px;
}

.select#temat:focus~label[for="temat"] {
    color: transparent;
}

.selectt .form-group label {
    line-height: 2.6;
    font-size: 28px;
    font-weight: 300;
}

.pagination {
    border-radius: 0;
    align-items: center;
    justify-content: center;
    margin: 1rem 0;
}

.pagination li a {
    font-size: 20px;
    padding: 3px 10px;
    display: block;
}

.pagination li.disabled a {
    color: #c1c1c1;
    pointer-events: none;
}

.pagination li {
    border: 1px solid #fff;
}

.pagination li.active {
    border: 1px solid #c1c1c1;
}

.pagination li.active a {
    color: #c1c1c1;
    pointer-events: none;
}

#showmenu {
    display: none;
    margin: 4px 0 0 auto;
    line-height: 44px;
    width: 40px;
    height: 50px;
    position: relative;
    z-index: 106;
}

#showmenu span {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    height: 18px;
    line-height: 18px;
    font-size: 16px;
}

#showmenu .line {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    opacity: 1;
    -moz-transition: all 0.22s ease-out;
    -o-transition: all 0.22s ease-out;
    -webkit-transition: all 0.22s ease-out;
    transition: all 0.22s ease-out;
    border-radius: 5px;
}

#showmenu .line:nth-child(1) {
    top: 5px;
}

#showmenu .line:nth-child(2) {
    top: 14px;
}

#showmenu .line:nth-child(3) {
    top: 23px;
}

#showmenu.open .line:nth-child(1) {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 13px;
    width: 30px;
    left: 4px;
}

#showmenu.open .line:nth-child(2) {
    opacity: 0;
}

#showmenu.open .line:nth-child(3) {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 13px;
    width: 30px;
    left: 4px;
}

#searchresult .searchresult {
    margin-bottom: 30px;
    text-align: center;
}

#searchresult .searchresult .sepa {
    padding: 0 10px;
}

#searchresult .card {
    margin-bottom: 30px;
}

#searchresult .card h5 {
    font-size: 2rem;
    text-align: center;
}

#searchresult .card h5 span {
    font-size: 1rem;
    margin-left: 20px;
}

#searchresult .sitem {
    padding: 10px 0 20px;
    border-bottom: 1px solid #eaeaea;
}

#searchresult .stitle {
    padding: 10px 0;
    font-size: 1rem;
    font-family: Bender, serif;
}

#searchresult b {
    font-weight: 500;
}

#searchresult .highlight {
    background: #ffeca8;
}

#searchresult #ssearch {
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
}

#searchresult #ssearch input {
    width: 360px;
}

#attributes {
    font-size: 20px;
    margin-bottom: 2rem;
    border: 2px solid #f50000;
    padding: 30px;
}

#attributes .item {
    padding: 8px 15px;
}

#attributes .item:nth-child(even) {
    background: #111111;
}

#attributes .item .name {
    width: 40%;
    float: left;
    color: #acacac;
}

#attributes .item .val {
    width: 60%;
    float: left;
}

.pretitle {
    font-size: 22px;
    font-family: Bender, serif;
}

.code span {
    margin-left: 20px;
}

.buttons .btn {
    margin-right: 10px;
}

.buttons .btn i {
    margin-right: 10px;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    height: 100vh;
    z-index: 999;
    text-align: center;
}

.popup .d-flex {
    height: 100vh;
}

.popup .box-inner {
    width: 100%;
    max-width: 900px;
    margin: auto;
    position: relative;
}

.popup .box-inner img {
    display: block;
    margin: 30px auto;
}

.popup .product-name {
    margin-bottom: 2rem;
}

.popup .closee {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    top: -52px;
    right: -52px;
    position: absolute;
    opacity: 1;
    text-shadow: none;
    background: none;
    border: 0;
    cursor: pointer;
}

.popup .closee .line {
    display: block;
    width: 42px;
    height: 3px;
    background: #fff;
    position: absolute;
    border-radius: 2px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.popup .closee .line:nth-child(1) {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 23px;
    left: 4px;
}

.popup .closee .line:nth-child(2) {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 23px;
    left: 4px;
}

.popup .closee:hover .line {
    background: #e50000;
}

#productCard.description {
    text-align: center;
    margin-top: 50px;
}

#productCard.description .bgblack {
    padding: 0 30px 30px;
}

#productCard.description p {
    font-size: 22px;
}

#cat-slider {
    padding: 170px 0 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
}

#cat-slider article {
    text-align: center;
    background: #1d1d1d;
    padding: 70px 30px 50px;
    border-top: 2px solid #f50000;
    margin: 0 auto 30px;
    max-width: 900px;
}

#cat-slider article h1 {
    font-size: 30px;
    margin: 0 0 20px;
}

#cat-slider article h3 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: bold;
}

#cat-slider article p {
    font-size: 20px;
    max-width: 635px;
    margin: 0 auto;
}

#cat-slider2 {
    padding: 170px 0 0;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    background-size: 100%;
}

#cat-slider2 .cat-item {
    background: #1d1d1d;
    padding: 45px 15px;
    text-align: center;
    border-top: 2px solid #f50000;
}

#attr-list .attributes-name {
    float: left;
    width: 280px;
}

#attr-list .attributes-val {
    float: left;
    width: calc(100% - 280px);
}

#attr-list .attributes-val .btn {
    margin: 0 auto;
    display: table;
}

#attr-list .attributes-name .item {
    padding-top: 303px;
    font-size: 18px;
}

#attr-list .attributes-name .item .val {
    padding: 7px 0;
    position: relative;
    white-space: nowrap;
}

#attr-list .attributes-name .item .val::after {
    content: "";
    display: block;
    width: calc(100% + 45px);
    height: 2px;
    background: #464646;
    position: absolute;
    left: -15px;
    bottom: -2px;
}

#atrributt .at-item {
    background: #000;
    padding: 0 0 15px;
}

#atrributt .at-item .attlist {
    padding: 0 25px 15px;
    font-size: 18px;
}

#atrributt .at-item .attlist .name {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Bender, serif;
}

#atrributt .at-item .attlist .item {
    padding: 7px 0;
    position: relative;
}

#atrributt .at-item .attlist .item .val {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#atrributt .at-item .attlist .item::after {
    content: "";
    display: block;
    width: calc(100% + 80px);
    height: 2px;
    background: #464646;
    position: absolute;
    left: -25px;
    bottom: -2px;
}

#atrributt.owl-carousel .owl-nav .owl-prev {
    left: -30px;
    border: 2px solid #f50000;
    height: 110px;
    width: 60px;
}

#atrributt.owl-carousel .owl-nav .owl-next {
    right: -30px;
    border: 2px solid #f50000;
    height: 110px;
    width: 60px;
}

#atrributt.owl-carousel .owl-nav {
    top: 85px;
}

.cinfo {
    padding-top: 40px;
}

.cinfo a i {
    margin-right: 10px;
}

#contactform {
    position: relative;
}

#contactform textarea {
    min-height: 160px;
}

#contactform .form-response {
    text-align: center;
    background: #f50000;
    padding: 10px;
    font-weight: bold;
    width: 100%;
    margin: -19px 0 35px;
    display: none;
}

#contactform .form-response.success {
    background: #4bb543;
}

#contactform::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #1d1d1d url(../img/loader.gif) no-repeat center center;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    pointer-events: none;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#contactform.loading::before {
    opacity: 0.9;
}

.file_box {
    padding: 10px 15px;
}

.file_box a:not(.download) {
    color: #fff;
    font-size: 20px;
    display: inline-block;
    vertical-align: text-top;
    line-height: 36px;
}

.file_box a.download {
    float: right;
    padding: 4px 25px;
}

.file_box:nth-child(even) {
    background: #111111;
}

.show767 {
    display: none;
}

.page_content .text {
    font-size: 18px;
}

.page_content .text ol li {
    padding: 3px 0;
}

.page_content .text ol ul {
    list-style: none;
}

.page_content .text a {
    color: #d0d0d0;
    text-decoration: underline;
}

.cform {
    max-width: 640px;
    margin: 0 auto 50px;
}

.cform select {
    text-align: center;
    text-align-last: center;
}

.cform select option {
    text-align: center;
    text-align-last: center;
}

.cform .g-recaptcha {
    width: 305px;
    margin: 10px auto 0;
}

.cform .btn {
    width: 200px;
    margin: 0 auto;
    display: block;
}

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

.browse__wrapper {
    width: 100%;
    text-align: right;
    position: absolute;
    top: -32px;
    right: 15px;
}

.browse {
    color: #828282;
    padding: 10px 0;
    cursor: pointer;
    display: block;
    transition: color 0.3s ease;
    font-size: 15px;
}

.browse:hover {
    color: #52c8ec;
}

.tooltip {
    font-size: 12px;
}

#choose {
    position: relative;
    padding: 50px 0;
}

#choose .custom-select {
    background-color: #000;
    border-color: #f50000;
    border-radius: 0;
    color: #fff;
    height: 47px;
}

#choose .custom-select:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

#choose .custom-select:focus {
    border-color: #000000;
    box-shadow: 0 0 0 0.2rem rgba(245, 0, 0, 0.3);
}

#choose .input-group-text {
    background-color: #151515;
    border: 1px solid #323232;
    border-radius: 0;
    color: #f50000;
}

#choose-result {
    position: relative;
    background-color: #151515;
    border: 1px solid #323232;
    color: #666666;
    padding: 25px 15px;
    margin-bottom: 40px;
    font-size: 20px;
}

#choose-result a {
    display: block;
    text-decoration: none;
}

#choose-result a:hover .btn {
    color: #fff;
}

#choose-result a:hover .btn::after {
    left: 0%;
    width: 100%;
}

#choose-result .file {
    min-height: 68px;
    padding: 12px 15px;
}

#choose-result a:nth-child(even) .file {
    background: #1d1d1d;
}

#choose-result .file .file-name {
    color: #fff;
    font-size: 20px;
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
}

#choose-result .file .file-name span {
    color: #b5b5b5;
    margin-left: 5px;
}

#choose-result .file .btn {
    float: right;
    text-decoration: none;
    padding: 5px 20px;
}

#drivers {
    position: relative;
}

#drivers::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    background: #1d1d1d url(../img/loader.gif) no-repeat center center;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    pointer-events: none;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: bounding-box;
}

#drivers.loading::before {
    opacity: 0.9;
    height: 100%;
}

#select {
    text-transform: uppercase;
}

.cat {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
}

.cat.open {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.cat.hide {
    opacity: 0;
    -ms-flex: 0 0 0%;
    flex: 0 0 0%;
    max-width: 0%;
    padding: 0;
    overflow: hidden;
}

.cat.open .item_desc {
    padding: 15px 20px 21px;
}

.cat.open .showart {
    display: none;
}

.cat .thumb {
    background: #000;
}

.cat .thumb img {
    margin: 0 auto;
    display: block;
}

.hideart {
    display: none;
    position: absolute;
    top: 20px;
    left: 35px;
    font-size: 24px;
    padding: 8px 16px;
}

.cat.open .hideart {
    display: block;
}

.cat h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 1.5rem;
}

.cat .item_desc {
    background: #000;
    padding: 15px 20px 25px;
}

.cat-items {
    display: none;
}

.cat-item {
    margin-bottom: 30px;
}

.cat-item .thumb {
    background: #000;
    padding: 30px;
}

.cat-item .thumb img {
    max-width: 123px;
    margin: 0 auto;
    display: block;
}

.cat-item .cat-item_desc {
    background: #000;
    padding: 0 10px 25px;
    text-align: center;
}

.cat-item .cat-item_desc h4 {
    text-transform: uppercase;
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.btn-back {
    color: #fff;
    font-size: 22px;
    line-height: 43px;
    margin: 30px 0;
    display: inline-block;
}

.btn-back .btn {
    padding: 6px 11px;
    margin-right: 15px;
}

.btn-back:hover {
    color: #fff;
}

.btn-back:hover .btn::after {
    left: 0%;
    width: 100%;
}

.hidden-note {
    display: none;
    position: fixed;
    top: calc(50% - 100px);
    left: calc(17% - 180px);
    max-width: 360px;
    padding: 50px 20px;
    background: #1d1d1d;
    border: 1px solid #f50000;
}

.collapse-menu .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}

@media (max-width: 1600px) {
    .absolut.one-col .column .text-inner {
        padding: 0 90px;
        max-width: 70%;
        left: 15%;
    }

    .hidden-note {
        top: calc(50% - 100px);
        left: 15px;
    }
}

@media (max-width: 1500px) {
    .absolut.one-col .column .text-inner {
        padding: 0 80px;
        max-width: 80%;
        left: 10%;
    }

    #logo {
        padding-left: 10px;
    }

    #top .navbar .nav-link {
        margin: 0 5px;
    }
}

@media (max-width: 1400px) {
    #top .navbar .nav-link {
        margin: 0 3px;
    }

    .absolut.one-col .column .text-inner {
        padding: 0 70px;
        max-width: 90%;
        left: 5%;
    }

    .hidden-note {
        position: relative;
        max-width: 100%;
        padding: 0;
        background: #1d1d1d;
        border: 1px solid #f50000;
    }
}

@media (max-width: 1380px) {
    #top .navbar .nav-link {
        font-size: 25px;
    }
}

@media (max-width: 1300px) {
    .absolut.one-col .column .text-inner {
        padding: 0 60px;
        max-width: 100%;
        left: 0%;
    }

    #top .navbar .nav-link {
        margin: 0;
    }
}

@media (max-width: 1060px) {
    #navbarNav {
        display: none;
        width: 100%;
        position: fixed;
        top: 100px;
        background: #000;
        left: 0;
        text-align: center;
        height: calc(100vh - 100px);
        -moz-transition: top 0.3s ease;
        -o-transition: top 0.3s ease;
        -webkit-transition: top 0.3s ease;
        transition: top 0.3s ease;
    }

    .sticky #navbarNav {
        top: 70px;
        height: calc(100vh - 70px);
    }

    #navbarNav .navbar-nav .nav-item {
        margin: 0;
        height: calc((100vh - 195px) / 8);
        display: flex;
        align-items: center;
    }

    #navbarNav .navbar-nav .nav-item a {
        width: 190px;
        margin: 0 auto;
        font-size: 28px;
    }

    .collapse-menu .navbar-nav {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #showmenu {
        display: block;
    }

    #navbarNav .social {
        display: block;
        position: absolute;
        width: 100%;
        bottom: 30px;
    }

    .rightside .social {
        display: none !important;
    }

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

    #top .navbar li a span {
        border-top: 2px solid transparent;
    }

    .flex-nav {
        display: unset;
        align-items: unset;
        justify-content: unset;
    }

    .submenu_tretiary {
        display: none !important;
    }

    .submenu_second {
        display: flex;
        flex-direction: column;
        /* position: absolute; */
        left: unset;
        background: #1d1c1c;
        z-index: unset;
        padding-left: 20px;
        position: static;
        width: 100%;
        /*max-height: 0;*/
        /*overflow-y: hidden;*/
        transition: 0.4s;
    }

    .submenu_first li:hover .submenu_second {
        display: flex;
        flex-direction: column;
        z-index: unset;
    }

    .arrow-box {
        display: none;
    }

    .collapse-menu .navbar-nav {
        display: flex;
        justify-content: center;
    }

    .submenu_second.active {
        max-height: 2000px;
    }

    .subm {
        display: flex;
        justify-content: center;
    }

    .navbar-nav .submenu_first {
        overflow: scroll;
        text-align: center;
    }

    .sub-menu {
        flex-basis: 100%;
    }

    #navbarNav .navbar-nav .nav-item {
        margin: 0;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    /*#navbarNav .navbar-nav .nav-item {*/
    /*    margin: 0;*/
    /*     height: calc((100vh - 195px) / 4);*/
    /*    display: flex;*/
    /*    flex-wrap: wrap;*/
    /*    justify-content: center;*/
    /*}*/
    #navbarNav .navbar-nav .nav-item a {
        width: unset;
    }

    .submenu_second>li>a {
        position: relative;
        padding: 10px 10px 10px 23px;
    }

    #top .navbar li a::before {
        border-bottom: none;
    }

    #top .navbar li a::after {
        content: "";
        display: inline-block;
        border-bottom: 2px solid transparent;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: all 0.35s;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        bottom: 0;
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

    #top .navbar li a span::before,
    #top .navbar li a span::after {
        background: transparent;
    }

    .submenu_first li:hover .submenu_second {
        z-index: unset;
    }

    .submenu_second li:hover .submenu_tretiary {
        z-index: unset;
    }

    .submenu_tretiary {
        z-index: unset;
    }

    .submenu_second {
        overflow: hidden;
        max-height: 0;
        transition: 0.4s;
    }

    .open .submenu_second {
        max-height: 2000px;
    }

    #navbarNav .social {
        position: unset;
        padding: 24px 0;
    }

    #navbarNav.opened {
        overflow-y: scroll;
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .submenu_first {
        width: 100%;
    }

    #navbarNav .navbar-nav .nav-item a {
        margin: 0 auto;
        font-size: 45px;
    }
}

@media (max-width: 850px) {
    html {
        font-size: 18px;
    }
}

@media (max-width: 1100px) {
    #logo {
        padding-left: 5px;
    }

    #showsearch {
        padding: 7px 20px;
    }

    #submenu {
        padding: 10px 10px;
    }

    #submenu.sticky {
        padding: 5px 10px;
    }

    #top .navbar li a span {
        padding: 5px 18px 5px;
        width: 100%;
        text-align: center;
    }

    #top .navbar .nav-link {
        margin: -2px 3px;
    }
}

@media (max-width: 1050px) {
    .popup .closee {
        top: -45px;
        right: 0;
    }
}

@media (max-width: 1010px) {
    #atrributt.owl-carousel .owl-nav .owl-prev {
        left: -15px;
        height: 85px;
        width: 50px;
        background-size: 15px;
    }

    #atrributt.owl-carousel .owl-nav .owl-next {
        right: -15px;
        height: 85px;
        width: 50px;
        background-size: 15px;
    }

    #atrributt.owl-carousel .owl-nav {
        top: 73px;
    }
}

@media (max-width: 991px) {
    html {
        font-size: 16px;
    }

    .breadcrumb li::after {
        margin: 0 12px;
    }

    .container {
        max-width: 100%;
    }

    .product .product-box p {
        font-size: 16px;
        line-height: 22px;
    }

    #copyrights .copy {
        display: block;
        width: 100%;
        text-align: center;
        margin: 0;
        max-width: 100%;
    }

    #copyrights .sg {
        float: none;
        margin: 20px auto 0;
        width: 225px;
    }

    #showsearch {
        padding: 7px 24px;
    }

    .sticky #showsearch {
        padding: 7px 15px;
    }

    .sticky #support {
        padding: 7px 28px 7px 10px;
    }

    #top .navbar {
        padding: 4px 0;
    }

    #attr-list .attributes-name .item {
        padding-top: 262px;
    }

    .product .product-box {
        height: auto;
    }

    #moredesc {
        background: #000;
    }

    .absolut.one-col .column .text-inner {
        position: relative;
        bottom: auto;
        top: -50px;
        padding: 0 40px;
    }

    #cat-slider {
        padding: 60px 0 0;
    }

    .icons .icons-row .icon-item img {
        max-width: 150px;
    }
}

@media (max-width: 950px) {
    .product .product-box .showcont a.btn {
        margin-right: 6px;
    }

    .product .product-box .showcont .btn {
        padding: 8px 15px;
    }
}

@media (max-width: 870px) {
    .product .product-box .showcont a.btn {
        margin-right: 5px;
    }

    .product .product-box .showcont .btn {
        padding: 8px 10px;
    }

    #description .shortdesc {
        width: 100%;
        left: 0;
        padding: 0 20px;
    }

    .showart {
        padding: 6px 12px;
    }
}

@media (max-width: 767px) {
    html {
        font-size: 14px;
    }

    .hide767 {
        display: none;
    }

    .show767 {
        display: block;
    }

    body.start #shownewslet {
        display: block;
    }

    body.start #newsletter-form {
        display: none;
    }

    #footer .head {
        display: block;
    }

    #footer .fmenu {
        display: none;
        padding-bottom: 15px;
    }

    #footer {
        padding: 50px 0 25px;
    }

    #footer .footlogo {
        margin: 30px auto 0;
        max-width: 240px;
    }

    #attr-list .attributes-name {
        width: 200px;
    }

    #attr-list .attributes-val {
        width: calc(100% - 200px);
    }

    .banners .b0,
    .banners .b2 {
        margin-bottom: 30px;
    }

    .banners img {
        width: 100%;
    }

    #submenu {
        padding: 12px 15px;
    }

    #submenu.sticky {
        padding: 5px 15px;
    }

    #submenu a {
        font-size: 16px;
        padding: 10px 15px;
    }

    #cat-slider article h1 {
        font-size: 24px;
        margin: 0 0 10px;
    }

    #cat-slider article h3 {
        font-size: 40px;
    }

    #description .shortdesc {
        padding: 20px;
        bottom: 20px;
    }

    .icons .icons-row .icon-item img {
        max-width: 130px;
    }

    .cat {
        margin-bottom: 30px;
    }

    .cat-item .cat-item_desc h4 {
        font-size: 1.6rem;
    }

    .cat.open {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cat.open h3 {
        text-align: center;
        font-size: 2rem;
    }
}

@media (max-width: 660px) {
    #search .form-group {
        width: calc(100% - 100px);
    }

    #attr-list .attributes-name {
        width: 180px;
    }

    #attr-list .attributes-val {
        width: calc(100% - 180px);
    }

    .absolut.one-col .column .text-inner {
        top: -20px;
    }

    .absolut .column h4,
    .icons .icons-row .icon-item h4 {
        font-size: 30px;
    }

    .absolut .column p,
    .icons .icons-row .icon-item p {
        font-size: 20px;
    }
}

@media (max-width: 640px) {
    #atrributt .at-item img {
        max-width: 300px;
        margin: 0 auto;
    }
}

@media (max-width: 600px) {
    #searchresult #ssearch .form-group {
        width: 100%;
        display: block;
    }

    #searchresult #ssearch input {
        width: 100%;
        margin: 0 auto 20px;
        display: block;
    }

    #searchresult #ssearch .btn {
        width: 100%;
        display: block;
    }

    .breadcrumb li::after {
        margin: 0 8px;
    }

    .breadcrumb {
        font-size: 12px;
    }

    #social .social a {
        margin: 0px 15px;
        width: 55px;
        height: 55px;
        line-height: 56px;
    }

    .file_box a:not(.download) {
        display: block;
        text-align: center;
    }

    .file_box a.download {
        display: table;
        float: none;
        margin: 6px auto;
    }

    #attributes {
        padding: 15px;
    }
}

@media (max-width: 576px) {
    #cat-slider2 .cat-item {
        margin-bottom: 30px;
    }

    #attributes .item .name,
    #attributes .item .val {
        width: 100%;
    }

    #cat-slider2 {
        background-size: cover;
    }

    #choose {
        padding: 30px 0;
    }

    #choose .input-group {
        margin: 5px 0;
    }

    #choose .input-group-text {
        width: 65px;
        font-size: 18px;
    }

    #choose-result .file .file-name {
        width: 100%;
        display: block;
        text-align: center;
    }

    #choose-result .file .btn {
        width: 100px;
        margin: 10px auto;
        display: block;
        float: none;
    }
}

@media (max-width: 550px) {
    #top .rightside {
        display: none;
    }

    #showmenu {
        margin: 4px 10px 0;
        float: right;
    }

    #top .navbar {
        display: block;
    }

    #submenu {
        display: none;
    }

    #content.product-info {
        padding-top: 0;
    }

    .cookiepolicy {
        padding: 10px 15px;
    }

    .cookiepolicy .btn {
        display: block;
        margin: 10px auto 0;
        width: 115px;
        padding: 2px 25px;
    }
}

@media (max-width: 480px) {
    #social .social a {
        margin: 0px 10px;
        width: 50px;
        height: 50px;
        line-height: 51px;
        font-size: 22px;
    }

    #attributes {
        padding: 10px;
        text-align: center;
    }

    #attr-list .attributes-name {
        width: 140px;
    }

    #attr-list .attributes-val {
        width: calc(100% - 140px);
    }

    #atrributt .at-item .attlist .name {
        font-size: 16px;
        margin-bottom: 18px;
    }

    #attr-list .attributes-name .item,
    #atrributt .at-item .attlist .item .val {
        font-size: 16px;
    }

    #attr-list .attributes-name .item .val,
    #atrributt .at-item .attlist .item {
        padding: 4px 0;
    }

    .banners .abs {
        position: relative;
        background: #000;
        width: 100%;
        left: auto;
        top: 0;
        padding: 30px 15px 30px;
        text-align: center;
    }

    .banners .abs .btn {
        margin-right: 0;
    }

    .popup .box-inner img {
        margin: 30px auto 15px;
    }

    .icons .icons-row .icon-item img {
        max-width: 100px;
    }
}

@media (max-width: 420px) {

    .cat-item,
    .blog_item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .showart {
        padding: 4px 10px;
        font-size: 18px;
    }
}

@media (max-width: 360px) {
    #atrributt .at-item .attlist .name {
        font-size: 14px;
        margin-bottom: 21px;
    }

    .showart {
        padding: 3px 8px;
        font-size: 16px;
    }

    .cat h3 {
        margin-bottom: 15px;
        font-size: 1.2rem;
    }
}

@media (max-width: 340px) {
    #showmenu {
        margin: 4px 5px 0;
    }
}

@media (max-height: 500px) and (orientation: landscape) {
    #navbarNav .navbar-nav {
        display: block;
    }

    #navbarNav .navbar-nav .nav-item {
        width: 50%;
        float: left;
        height: calc((100vh - 195px) / 4);
    }
}

.adress-title {
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 30px;
}

#showsearch {
    display: none;
}

.box-relative {
    background-color: #000;
}

.box-relative .absolut.one-col .column .text-inner {
    position: relative;
}

.foot-categories {
    display: flex;
    flex-wrap: wrap;
}

.foot-categories>li {
    flex-basis: 50%;
}

.submenu {
    padding-left: 20px;
}

.submenu>li {
    list-style: none;
}

#top .navbar li a::after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    display: inline-block;
    /*height: 100%;*/
    /* width: 100%; */
    border-bottom: 2px solid #f50000;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: all 0.35s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    bottom: 0;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

#top .navbar li a::before {
    /*border-bottom: none;*/
}

.collapse-menu>* ul {
    list-style: none;
    padding: 0;
}

.collapse-menu>* li:hover {
    background: #303030;
}

.collapse-menu>* a {
    color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 24px;
}

.show_right {
    width: 6px;
}

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

.submenu_first {
    display: flex;
}

.submenu_first li>a {
    /*position: relative;*/
    padding: 10px;
}

.submenu_first li:hover .submenu_second {
    display: flex;
    flex-direction: column;
    z-index: 3;
}

.submenu_second {
    display: none;
    position: absolute;
    left: 0;
    background: #1d1c1c;
    z-index: 2;
    width: 216px;
    padding-left: 20px;
}

.submenu_second>li>a {
    /*position: relative;*/
    padding: 10px 10px 10px 23px;
}

.submenu_second li:hover .submenu_tretiary {
    display: flex;
    flex-direction: column;
    z-index: 10;
}

.submenu_tretiary {
    position: absolute;
    display: none;
    top: 0;
    left: 100%;
    background: #303030;
    z-index: 2;
    width: 207px;
    height: 100%;
}

.submenu_tretiary>li>a {
    /*position: relative;*/
    padding: 10px 10px 10px 23px;
}

.submenu_tretiary li:hover .submenu_quaternary {
    display: flex;
    flex-direction: column;
}

.submenu_tretiary>li:hover {
    background: rgb(48, 48, 48);
    background: linear-gradient(90deg,
            rgba(48, 48, 48, 1) 47%,
            rgba(0, 0, 0, 1) 100%);
}

.submenu_quaternary {
    position: absolute;
    display: none;
    top: 0;
    left: 100%;
    background: #000;
    z-index: 2;
    width: 200px;
    height: 100%;
}

.flex-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*.submenu_quaternary > li {*/
/*    padding:10px;*/
/*    max-width: 200px;*/
/*}*/
.submenu_quaternary>li>a>img {
    max-width: 100%;
}

.submenu_quaternary>li {
    height: 100%;
}

.submenu_see {
    margin: 40px auto;
    text-transform: uppercase;
    border-bottom: 2px solid #f50000;
}

.submenu-product-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#top .navbar .submenu_first li a::after {
    /*border-bottom:none ;*/
}

.submenu_first>li:hover {
    background-color: #000000;
}

.submenu_second>li {
    border-bottom: 2px solid #000;
}

.submenu_second>li {
    border-bottom: none;
}

.submenu-cat a::before,
.submenu-cat a::after {
    border: none !important;
}

[title*="Mad Dog Gaming"]+.submenu>.submenu-cat .arrow-box {
    display: none;
}

[title*="Wsparcie"]+.submenu>.submenu-cat .arrow-box {
    display: none;
}

[title*="Wsparcie"]+.submenu_second>.submenu-cat>.submenu_tretiary {
    display: none;
}

[title*="Wsparcie"]+.submenu>.submenu-cat .arrow-box {
    display: none;
}

.col-center {
    align-self: center;
}

.address-col {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
}

.address-col span {
    font-size: 28px;
}

.address-col span.small {
    font-size: 18px;
}

.title-mad {
    position: relative;
    text-transform: uppercase;
    margin-bottom: 15px;
    /*font-weight: 300;*/
}

.title-mad::after {
    content: " ";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -5px;
    background-color: #890e0e;
}

#top {
    z-index: 100;
}

.navbar-nav.submenu_first {
    z-index: 1111;
}

.submenu_second {
    z-index: 111;
}

.pace .pace-progress {
    z-index: 55;
}

.pace {
    z-index: 1;
}

.arrow-box {
    display: flex;
    align-items: center;
    padding-right: 10px;
}

.submenu_second .submenu-cat>a:hover {
    color: #fff !important;
}

.submenu_quaternary>li:hover {
    background-color: #000000;
}

.submenu_first>li {
    margin: 0 10px;
}

@media (max-width: 650px) {
    #navbarNav .navbar-nav .nav-item a {
        font-size: 30px;
    }

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

    .submenu_second>li>a {
        position: relative;
        padding: 10px 10px 10px 10px;
    }
}

#prodcat {
    margin-top: 50px;
}

.cat-btn-prod {
    width: 100%;
}

.choose-cat {
    margin-bottom: 50px;
}

#slider {
    max-width: 1390px;
    margin: 0 auto;
}

#slider .item a {
    display: block;
    position: relative;
}

#slider .item a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.rightside {
    display: flex;
    align-items: center;
}

.rightside .social {
    display: flex;
    padding-right: 20px;
}

.rightside .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0px 15px;
    font-size: 24px;
    background: #f50000;
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 60px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    transition: all 0.3s;
}

@media (max-width: 1140px) {
    .rightside .social a {
        margin: 0px 8px;
        font-size: 20px;
        width: 30px;
        height: 30px;
    }
}

.youtube {
    padding-top: 40px;
    padding-bottom: 15px;
}

.paddl-5 {
    padding-left: 5px;
}

.youtube {
    padding-top: 60px;
    padding-bottom: 10px;
}

.playlist-thumb-video {
    background: #000000;
    height: 99%;
}

.playlist-thumb-video .title {
    text-transform: uppercase;
    text-align: left;
    color: #ffffff;
    font-size: 24px;
    padding: 10px 18px;
    border-bottom: 1px solid #1d1d1d;
    margin: 0;
}

.playlist-thumb-video .items {
    padding: 0 18px 18px 18px;
    max-height: 454px;
    overflow-y: scroll;
    scrollbar-color: #ffffff #000000;
    scrollbar-width: thin;
}

.playlist-thumb-video .items::-webkit-scrollbar {
    width: 3px;
}

.playlist-thumb-video .items::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.playlist-thumb-video .items::-webkit-scrollbar-thumb {
    background-color: #ffffff;
}

.playlist-thumb-video .item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px 0;
    border-bottom: 1px solid #1d1d1d;
    cursor: pointer;
}

.playlist-thumb-video .item:hover .details .details-title {
    color: #828282;
}

.playlist-thumb-video .item.active-video .details .details-title {
    color: #828282;
    pointer-events: none;
}

.playlist-thumb-video .item.active-video {
    pointer-events: none;
}

.playlist-thumb-video .item .details .details-title {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 23px;
    font-weight: 400;
    margin: 0;
    transition: all 0.3s;
}

.playlist-thumb-video .item img {
    max-width: 140px;
}

.playlist-main-video .overlay {
    width: 96%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #1d1d1d;
}

.playlist-thumb-video .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #1d1d1d;
}

.playlist .loader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.success {
    text-align: center;
}