<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.price-lists {
    position: relative;
}

@media only screen and (max-width: 640px) {
    .price-lists {
        margin-top: 20px;
    }
}

.price-lists__wrap {
    position: relative;
    font-size: 0;
    line-height: 0;
    text-align: left;
    margin: 0 -20px 40px 0;
}

.price-lists__wrap--center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    /*-webkit-justify-content: center;*/
    -ms-flex-pack: center;
    /*justify-content: center;*/
    -webkit-flex-flow: wrap row;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
}

.price-lists__wrap:after {
    content: "";
    display: table;
    clear: both;
}

@media only screen and (max-width: 550px) {
    .price-lists__wrap {
        margin-right: 0;
    }
}

.price-lists__element {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 25px 0;
    padding-right: 20px;
    width: 20%;
}
@media only screen and (max-width: 1200px) {
    .price-lists__element {
        width: 25%;
    }
}
@media only screen and (max-width: 900px) {
    .price-lists__element {
        width: 33%;
    }
}
.price-lists__element:nth-child(3n+3) {
    clear: left;
}

.price-lists__element--sale .price-info__title {
    font: 500 22px/120% "Open Sans", sans-serif;
}

@media only screen and (max-width: 800px) {
    .price-lists__element {
        width: 50%;
    }

    .price-lists__element:nth-child(3n+3) {
        clear: none;
    }

    .price-lists__element:nth-child(odd) {
        clear: left;
    }
}

@media only screen and (max-width: 550px) {
    .price-lists__element {
        width: 100%;
        padding-right: 0;
    }

    .price-lists__element:nth-child(odd) {
        clear: none;
    }
}

.price-lists__element.certificate-links__element {
    width: 50%;
    margin: 0 0 25px 0;
    padding: 0 20px 0 0;
}

@media only screen and (max-width: 550px) {
    .price-lists__element.certificate-links__element {
        width: 100%;
        padding-right: 0;
    }
}

.price-icon {
    position: relative;
    float: left;
    vertical-align: top;
    padding: 0 15px 0 0;
}

.price-icon__pdf {
    width: 44px;
    height: 53px;
    position: relative;
    background-size: contain;
    background-image: url(/local/static/build/img/pdf.png);
    display: inline-block;
}

.price-icon__zip {
    width: 44px;
    height: 53px;
    position: relative;
    background-size: contain;
    background-image: url(/local/static/build/img/zip.png);
    display: inline-block;
}

.price-info {
    position: relative;
    display: block;
    vertical-align: top;
    text-align: left;
    overflow: hidden;
}

.price-info__title {
    font: 500 16px/120% "Open Sans", sans-serif;
    color: #000;
    margin: 0 0 5px 0;
}

.price-info__block {
    position: relative;
    display: block;
}

.price-info__size, .price-info__data {
    font: 300 12px/120% "Open Sans", sans-serif;
    color: #515151;
    margin-bottom: 10px;
    display: inline-block;
}

.price-info__data {
    margin: 0 8px 0 0;
}

.price-info__link {
    font: 400 15px/120% "Open Sans", sans-serif;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.price-picture {
    position: relative;
    margin: 0 0 15px 0;
}

.price-picture__img {
    max-width: 100px;
}</pre></body></html>