<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.subpage {
    background: #171d21;
}

header {
    background: #000;
}

.search-content-box {
    background: #052135;
}

.main-wrapper {
    display: flex;
}

.sidebar {
    width: 407px;
    padding-right: 80px;
}

.main {
    width: calc(100% - 407px);
}


.s-list-1 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.s-list-1 label {
    font-size: 14px;
    padding-left: 19px;
    margin: 0;
    display: block;
    position: relative;
}

.s-list-1 label:after {
    width: 5px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    border: 1px solid #008ad2;
    border-radius: 50%;
}

.s-list-1 li :checked + label {
    color: #008ad2;
}

.s-list-1 li {
    margin-bottom: 7px;
}

.s-title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}

.s-list-1 li :checked + label:after {
    background: #008ad2;
}

.s-list-1 input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
}

.s-list ul li:last-child {
    margin-bottom: 0;
}

.s-box {
    border-bottom: 1px solid #008ad2;
    padding-bottom: 22px;
    margin-bottom: 25px;
}

.title {
    margin-bottom: 30px;
}

.sort-box .select {
    width: 359px;
}

.sort-box {
    display: flex;
    justify-content: flex-end;
    margin-top: -82px;
    margin-bottom: 40px;
}

.p-boxes .row-box {
    margin: 0 -12px;
    display: flex;
    flex-wrap: wrap;
}

.p-boxes .p-box {
    width: 100%;
}

.p-boxes .p-box img {
    width: 100%;
}

.p-boxes .col-box {
    width: 25%;
    padding: 0 12px;
}

.p-boxes .p-box {
    margin-bottom: 70px;
}

.pagination-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

.pagination-box {
    padding-bottom: 33px;
}

.pagination-box li {
    margin: 0 2px;
}

.p-box-1 .stars-box, .p-box-1 .txt {
    display: inline-block;
    vertical-align: middle;
}
.menu-1 ul ul {
    padding-left: 20px !important;
padding-top: 5px;
}
.p-box-1 .stars-box {
    margin-left: -8px;
    transform: scale(0.9);
}

.z-price strong {
    display: inline-block;

}

.z-price .p-price-old {
    margin-right: 10px;
}

.pagination-box a, .pagination-box span {
    min-width: 39px;
    height: 39px;
    padding: 0 6px;
    background: #052135;
    color: #fff;
    font-size: 16px;
    display: block;
    line-height: 41px;
    text-align: center;
}

.pagination-box .current, .pagination-box a:hover {
    background: #008ad2;
}

.pagination-box .current {
    font-weight: bold;
}

.z-content-box-1 h1 {
    letter-spacing: inherit;
}

.z-content-box-1 .number {
    font-size: 16px;
    margin: -25px 0 15px 0;
}

.z-content-box-2 {
    display: flex;
}

.z-content-box-2 .col-box-1 {
    width: 452px;
}

.z-content-box-2 .col-box-2 {
    width: calc(100% - 452px);
    padding-left: 35px;
}

.car-2 {
    padding: 0 37px;
}

.z-image-box {
    margin-bottom: 20px;
}

.z-image-box a:hover img, .car-2 a:hover img {
    opacity: 0.9;
}

.z-price {
    display: flex;

    max-width: 100%;
}

.z-price {
    justify-content: space-between; 
}

.z-price strong {
    color: #008ad2;
}

.z-price .col-box &gt; span {
    width: 74px;
    display: inline-block;
    text-align: right;
    padding-right: 10px;
}

.z-price .col-box:last-child span {
    width: 160px;
}

.z-price .col-box:last-child strong {
    width: auto;
}

.z-price {
    margin-bottom: 27px;
}

.quantity-content, .quantity-content form {
    display: flex;
    width: 503px;
    max-width: 100%;
}

.stars-box {
    margin-bottom: 5px;
}

.quantity-content .btn-1 {
    width: 50%;
    border: none;
    height: 57px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 4px;
}

.quantity-box {
    width: 50%;
    position: relative;
}

.quantity-box input {
    width: 100%;
    height: 57px;
    border: 1px solid #008ad2;
    background: none;
    padding-top: 4px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.plus {
    width: 28px;
    height: 28px;
    display: block;
    background: url('../img/sprite.png') -584px 0;
    position: absolute;
    top: 50%;
    right: 13px;
    margin-top: -13px;
}

.minus {
    width: 28px;
    height: 28px;
    display: block;
    background: url('../img/sprite.png') -615px 0;
    position: absolute;
    top: 50%;
    left: 13px;
    margin-top: -13px;
}

.plus:hover, .minus:hover {
    opacity: 0.9;
}

.z-box-1 {
    padding: 20px 0;
    border-top: 1px solid #008ad2;
}

.z-title {
    font-weight: bold;
    margin-bottom: 15px;
}

.z-table-1 tr td:first-child {
    text-align: right;
    padding-right: 15px;
}

.z-table-1 tr td:last-child {
    color: #008ad2;
}

.z-table-2 td {
    vertical-align: top;
    padding-right: 15px;
}

.z-table-2 .txt-1 {
    font-weight: bold;
    color: #78ff00;
}

.z-table-2 tr td:first-child {
    text-align: right;
}

.z-table-2 .txt-2 {
    font-size: 14px;
}

.z-table-2 .txt-3 {
    color: #008ad2;
}

.z-boxes-1 .z-box-1:first-child {
    border-top: none;
}

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

.z-content-box-3, .z-content-box-4 {
    padding-top: 50px;
}

.z-content-box-3 .wrapper-1 {
    width: 1090px;
}

.o-box {
    font-size: 14px;
    line-height: 1.6;
    border-bottom: 1px solid #0283c6;
    padding: 20px 0 25px 0;
}

.o-box .name {
    font-weight: bold;
}

.z-content-box-4-1 {
    width: 615px;
    margin: 0 auto;
}

.p-rate-1 {
    text-align: center;
    margin-bottom: 40px;
}

.checkbox-box label:after {
    background: none;
}

.r0, .br-widget a {
    width: 24px;
    text-indent: -99999999px;
    height: 23px;
    display: inline-block;
    margin: 0 2px;
    vertical-align: middle;
    background: url(../img/sprite.png) -675px 0;
}

.r1, .br-widget a.br-selected, .br-widget a.br-current, .br-widget a.br-active {
    width: 24px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
}

.checkbox-box {
    position: relative;
}

.legend {
    margin-top: 0 !important;
}

label.error {
    color: red;
    font-size: 13px;
}

.r1, .br-widget a.br-selected, .br-widget a.br-current, .br-widget a.br-active {
        background: url(../img/sprite.png) -646px 0;
}

.checkbox-box, .checkbox-box li {
    margin-bottom: 10px;
}

.checkbox-box input {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    list-style: none;
    margin: 0 !important;
}

.checkbox-box label {
    padding-left: 21px;
    position: relative;
    display: block;
    padding-top: 2px;
}

.checkbox-box label:after {
    position: absolute;
    top: 6px;
    left: 1px;
    width: 13px;
    height: 13px;
    background: #000;
    display: block;
    border: 1px solid #008ad2;
    content: "";
}

.checkbox-box :checked + label:after {
    background: #008ad2;
}

.legend {
    margin: -25px 0 30px 0;
    font-size: 14px;
}

.z-image-box{
    text-align: center;
}

.z-content-box-4-1 .button-box {
    display: flex;
    justify-content: flex-end;
    padding: 0 0 30px 0;
}
.partners figure {
    height: auto;
}


@media only screen and (max-width: 1500px) {
    .sidebar {
        width: 25%;
        padding-right: 50px;
    }
    .main {
        width: 75%;
    }
}

@media only screen and (max-width: 1300px) {
    .z-price {
        display: block;
    }
    .z-price .col-box span {
        width: auto !important;
    }
}

@media only screen and (max-width: 1199px) {
    .z-content-box-2 .col-box-1 {
        width: 50%;
    }
    .z-content-box-2 .col-box-2 {
        width: 50%;
    }
    .p-boxes .col-box {
        width: 50%;
    }
    .quantity-content button {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 992px) {
    .z-content-box-2 {
        display: block;
    }
    .z-content-box-4-1 {
        max-width: 100%;
    }
    .wrapper .wrapper {
        padding: 0 !important;
    }
    .z-content-box-2 .col-box-1, .z-content-box-2 .col-box-2 {
        width: 100%;
    }
    .z-content-box-2 .col-box-2 {
        padding-left: 0;
    }
    .z-content-box-2 .col-box-1 {
        padding: 0 0 30px 0;
    }
    .sidebar {
        width: 30%;
        padding-right: 20px;
    }
    .main {
        width: 70%;
    }
    .p-boxes .col-box {
        width: 100%;
    }
    .sort-box .select {
        width: 220px;
    }
    .sort-box {
        justify-content: flex-start; 
        margin-top: -7px;
    }
}

@media only screen and (max-width: 767px) {
    .sidebar {
        width: 100%;
        padding-right: 0;
    }
    .main {
        width: 100%;
    }
    .main-wrapper {
        display: block;
    }
    .search-content-box .search-content {
        padding-left: 0;
        padding-right: 0;
    }
    .p-boxes .p-box {
        margin-bottom: 40px;
    }
}

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

}

.menu-1 a {
    font-size: 14px;
   color: #fff;
    margin: 0;
    display: block;
    position: relative;
}

.menu-1 .current &gt; a, .menu-1 a:hover {
    color: #008ad2;
}

.s-price {
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: space-between;
}

.s-price input {
        height: 46px;

    padding: 0 15px;
    border: 1px solid #008ad2;
    background: none;
    width: calc(50% - 15px);
    font-size: 14px;
    padding-top: 2px;
    font-weight: 300;
    display: block;
    color: #fff;
}

.f-box {
        color: #fff;
    font-size: 14.4px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#towary_kontener .wrapper-1 {
    padding: 0;
    width: 100%;
}


.z-box {
        display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px 0;
}
.z-box a {
    padding: 12px 15px 10px 15px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #008ad2;

}

.z-filtration-box {
    margin-bottom: 30px;
}

.f-box .select .name {
        position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 0 0 0 16px;
    height: 49px;
    border: none;
    border-radius: 0;
    background: none;
    border: 1px solid #008ad2;
    box-shadow: none;
    color: #fff;
    font-size: 14.4px;
    text-decoration: none;
    white-space: nowrap;
    line-height: 50px;
}

.f-box .select {
    width: 300px;
    position: relative;
    margin-left: 10px;
}

.f-box .select .name:after {
    width: 12px;
    height: 7px;
    margin: 21px 16px;
    background: url(../img/sprite.png) -562px 0 no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -3.5px;
    right: 0;
    content: "";
    display: block;
}

.f-box .select ul {
    border: 1px solid #008ad2;
    padding: 5px;
    display: none;
    width: 100%;
    background: #171d21;
position: absolute;

top: calc(100% - 1px);
left: 0;

    margin: 0;
     padding: 13px 15px !important;
    list-style: none;
}

.f-box .select:hover ul {
    display: block;
}

.f-box .select ul a {
    color: #fff;
    font-size: 14.4px;
    display: block;
    padding: 2px 0;
}

.f-box .select ul a:hover {
    color: #008ad2;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border-width: 1px;
    border-color: #008ad2 !important;
}

.filtration-box {
    position: relative;
    z-index: 10;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    box-shadow: none !important;
}

.menu-1 li {
    margin-bottom: 7px;
}

.menu-1 {
        border-bottom: 1px solid #008ad2;
    padding-bottom: 22px;
    margin-bottom: 25px;
}</pre></body></html>