<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">p, li, ol, ul, table  {
color: rgba(0, 0, 0, 0.8);
}

.box-desc h1, .box-desc h2, .box-desc h3, h2.detail-info--box--headline,
.list-items__item__title,
.list-items__item__title a,
.detail-main h1,
.detail-main--table--price,
.detail-info--grid .box-desc h2,
.detail-info--grid .box-params h2 {
color: rgba(0,0,0, 1);
}

.box-desc p,
.detail-info--grid .box-desc p,
.detail-info--grid .box-params {
color: rgba(0,0,0,0.8);
}

.counter {
background: rgba(204,204,204, 0.5);
}

.counter .slick-arrow .icon {
color: #d52929;
}

.circle__inner path {
fill:rgba(0,0,0, 0.4);
}

.circle__progress--path {
stroke: rgba(0,0,0, 0.4);
}

.counter--number {
color: rgba(0,0,0, 1);
}

.counter--text {
color: rgba(0,0,0, 0.7);
}

.box-desc .grid-wrapper--text-bg-2 h2 {
color: rgba(255,255,255, 1);
}

.box-desc .grid-wrapper--text-bg-2 p {
color: rgba(255,255,255, 0.8);
}

/* prehled */
.portfolio-footer {
color: rgba(0,0,0, 0.8);
}

.portfolio-footer ul li {
color: rgba(0,0,0, 1);
}

.portfolio-header--wrapper {
border-top: none;
border-bottom: 1px solid rgba(0,0,0,0.1);
}

.portfolio-footer--wrapper {
border-bottom: none;
border-top: 1px solid rgba(0,0,0,0.1);
}

.select ul, .custom-select .select ul {
border: 1px solid rgba(0,0,0,0.2);
border-radius: 3px;
}

.portfolio-footer .custom-select {
margin-left:10px;
}

.list-items__item__in {
box-shadow: 0 0.5rem 1.15rem rgba(0, 0, 0, .1)
}

/* spodek */
.page-footer-map--text-1 {
color: rgba(0,0,0,0.9);
}

.author-info {
background:#666;
}

.box-desc img {
float:none;
display:inline;
}

.divider {
width:20%;
height:3px;
background:#efefef;
margin:40px auto
}


.advantages--grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-gap: 10px;
}

.advantages--column {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 34px;
    text-align: center;
    text-decoration: none;
    background: #fff;
    box-shadow: 0 2px 45px rgb(0 0 0 / 10%);
}

.advantages--img {
    height: 50px;
    margin: 0 auto 15px;
}

.advantages--headline {
    margin: 0;
    color: #2d3b42;
    font-size: 18px;
    font-weight: 700;
}

.advantages--text {
    margin: 15px 0 20px;
    color: #636d79;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
}

.advantages--button {
color: #000;
}


.typo-title {
margin-top:6rem;
padding-top:1.5rem;
height:4rem;
background:#efefef;
}

body &gt; section.typo-title &gt; div &gt; div &gt; h1 {
font-size:100%;
text-align:right;
}

.form-filter__edit span:not(.icons) {
left: auto;
right: 0;
}

.form-filter__edit span:not(.icons):after {
border-width: 0.5rem 0 0 0.6375rem;
}

.list-intro__item__in:before {
    display: block !important;
}

.page-footer-map--button--1 {
box-shadow: 0 1.25rem 1.875rem rgb(0 0 0 / 30%), 0 0.5rem 0.75rem rgb(0 0 0 / 30%);
}

.button--secondary {
border-color: rgba(0, 0, 0, 0.7);
background: rgba(0, 0, 0, 0.7);
}

.button--secondary:hover {
border-color: rgba(0, 0, 0, 0.8);
background: rgba(0, 0, 0, 0.8);
}

#detail-back-button {
float:right;
}</pre></body></html>