<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(../css?family=Open+Sans:300,regular,500,600,700,800,300italic,italic,500italic,600italic,700italic,800italic&amp;display=swap);
@import url(../css?family=Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic&amp;display=swap);
html,
body {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.4;
}

.header-top {
    background: #242424;
    padding: 10px 90px 7px;
    text-align: right;
}
.header-top a {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Lato', Helvetica, sans-serif;
}
.h-menu {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 25px;
}
.header-bottom {
    background: #019da8;
    padding: 0 90px;
    height: 60px;
    overflow: hidden;
}
.header-bottom &gt; div {
    display: flex;
    align-items: center;
}
.header-bottom a {
    color: #fff;
    text-decoration: none;
    font-family: 'Lato', Helvetica, sans-serif;
    font-size: 17px;
}
.hh2 {
    display: flex;
    align-items: center;
    gap: 25px;
}
.rh {
    margin-left: auto;
}
.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px 15px 15px;
    background: #fff;
}

.container {
    
    font-weight: 400;
    
}

h1 {
    font-size: 28px;
    line-height: 1.2;
    margin: 20px 0 20px;
    font-weight: 600;
}

.red-txt {
    color: red;
}

p {
    margin: 0 0 20px;

}

.container&gt;div {
    margin-bottom: 20px;
}

.doc-block {
    display: flex;
    align-items: center;
}

.doc-block div {
    padding-left: 20px;
}

.container img {
    max-width: 100%;
}

.container&gt;img {
    display: block;
    margin: 0 auto 20px;
}

.bot-btn {
    display: inline-block;
    color: #fff;
    background: red;
    font-weight: 600;
    padding: 10px;
    font-size: 20px;
    text-decoration: none;
    margin-bottom: 30px;
}

.bold-txt,
.bold-txt * {
    font-weight: 700;
}

.i-txt {
    font-style: italic;
}

.color-2 {
    color: #cc0000;
}

.h2 {
    font-size: 1.4em;
    line-height: 1.3;
}

.container ul {
    padding: 0 0 0 20px;
    margin: 0 0 20px;
}

.container li:not(:last-child) {
    padding-bottom: 10px;
}

figure {
    margin: 0 auto 20px;
    max-width: 700px;
    text-align: center;
}

figure img {
    margin-bottom: 0;
}

.slick-prev:before,
.slick-next:before {
    color: #019da8;
}

.slick-slider {
    max-width: 530px;
    margin: 0 auto 20px;
}

.slick-prev:before,
.slick-next:before {
    font-size: 40px;
}

.slick-prev,
.slick-next {
    width: 40px;
    height: 40px;
    z-index: 1;
}

.slick-prev {
    left: -40px;
}

.slick-next {
    right: -40px;
}

.slick-slide img {
    margin: 0 auto;
}
.container &gt; div {
    padding: 10px;
}
.gray-bg {
    background: rgba(128, 128, 128, 0.233);
}
.red-bg {
    background: rgba(255, 0, 0, 0.166);
}
.green-bg {
    background: #13a2132b;
}



.green-bg-2 {
    padding: 10px;
    background: #13a2132b;
    border: 3px red dotted;
    font-size: 1.1em;
}

table {
    border: 1px green solid;
    background: #2eaa2e2b;
}

table tr:nth-child(2n) {
    background: #13a2132b;
}

table tr:nth-child(2n) td,
table tr:nth-child(2n)+tr td {
    border-top: 1px green solid;
}

table td:first-child {
    border-right: 1px green solid;
}

table td {
    padding: 10px;
}

.container ol {
    padding-left: 20px;
}

.imp-block {
    padding: 10px;
    border: 4px red dashed;
}

div.single-item-2 {
    margin-bottom: 0;
}

.upper {
    text-transform: uppercase;
}

.prod_left_val-block {
    background: red;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    display: inline-block;
    padding: 0 10px 3px;
}

.price-block {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.price-block b {
    padding-left: 8px;
    color: #019da8;
}

.order_form {
    max-width: 350px;
    margin: 0 auto;
}

.inp {
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    margin-bottom: 10px;
    border: 1px #019da8 solid;
    padding: 0 10px;
    height: 46px;
    font-size: 19px;
    box-sizing: border-box;
}

.btn {
    width: 100%;
    color: #fff;
    cursor: pointer;
    background: red;
    border: 0;
    font-weight: 700;
    font-size: 20px;
    padding: 10px 5px;
}

.prod-block {
    display: inline-block;
    position: relative;
}

.prod-circle {
    position: absolute;
    width: 100px;
    height: 100px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    background: rgb(190, 143, 213);
    background: radial-gradient(circle, rgba(190, 143, 213, 1) 0%, rgba(153, 85, 187, 1) 54%);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    font-weight: 600;
    padding-top: 20px;
    box-sizing: border-box;
    top: 1%;
    right: 2%
}

.comm-ttl {
    font-weight: 600;
    font-size: 1.3em;
    margin-top: 30px;
}

.comm-block {
    padding: 10px;
    border-bottom: 1px solid #fff;
    background: #edeff4;
    display: flex;
    align-items: flex-start;
    font-size: 15px;
}

.comm-block p {
    margin: 0 0 2px;
}

.add-links {
    font-size: 13px;
}

.ava-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.comm-txt {
    width: 100%;
    margin-left: 10px;
    position: relative;
    margin-top: -3px;
}

.comm-txt img {
    display: block;
    margin-top: 6px;
    width: 80%;
    max-width: 350px;
}

.reply {
    padding-left: 30px;
}

.add-comm {
    height: 100%;
    overflow: hidden;
}

.textbox {
    width: 100%;
    font-size: 16px;
    padding: 4px 5px;
    border: 1px #bbb solid;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.error {
    color: red;
    font-size: 13px;
    position: relative;
    margin-top: -10px;
    display: none;
    padding-left: 5px;
}

.sendcomment {
    text-decoration: underline;
    cursor: pointer;
}

.add-comm .comm-txt {
    margin-top: 0;
}
#first-comment {
    display: none;
}
.logo-img {
    width: 100%;
    max-width:183px
}

@media screen and (max-width: 1280px) {
    .header-top,
    .header-bottom {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 1050px) {
    .header-top {
        display: none;
    }
    .header-bottom {
        padding-right: 0;
    }
    .hh2 a:not(:first-child) {
        display: none;
    }
}


@media screen and (max-width: 640px) {
    .slick-slider {
        max-width: 80%;
    }
}

@media screen and (max-width: 540px) {
    .header-bottom {
        height: 50px;
    }
    .logo-img {
        width: 140px;
    }
    .rh img {
        height: 50px;
    }
    h1 {
        font-size: 26px;
    }

    .doc-block {
        display: block;
    }

    .doc-block img {
        display: block;
        margin: 0 auto 20px;
    }

    .doc-block div {
        padding: 0;
    }

    table {
        font-size: 16px;
    }

    .prod-circle {
        width: 80px;
        height: 80px;
        font-size: 20px;
        padding-top: 12px;
    }
}
div.comments {
    padding: 0;
}</pre></body></html>