<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.home-pg__section.question {
    display: none;
}
   
   /* С„РёРєСЃС‹ Р±РёР±Р»РёРѕС‚РµРєРё */
   .lb-outerContainer {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
}
.lb-closeContainer {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10; 
}
.lb-dataContainer {
    margin-top: 15px;
    padding-top: 5px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

body .info-sec__title {
    text-align: center;
}
.blog__content-container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.b-post-tile__day {
    background: #0086e873;
    padding: 4px 7px;
    border-radius: 7px 0 0 0;
    font-weight: 400;
    font-size: 16px;
}

.b-post-tile__inner {
    background-repeat: no-repeat;
    background-size: cover;
}

.blog__image-container {
    flex: 1 1 37%;
    padding: 15px;
    box-sizing: border-box;
}
.blog__text-container {
    flex: 1 1 60%;
    padding: 15px;
    box-sizing: border-box;
}
.blog__image-container img {
    border-radius: 10px;
}
.blog__text-container {
    font-size: 14px;
}
.blog__text-container p {
    margin: 23px 0;
    line-height: 1.6;
}
.blog__text-container p:first-child {
    margin: 0;
}
.get-form button {
    font-size: 14px;
    padding: 17px 24px;
}
.blog__table_button button {
    padding: 5px;
    max-width: 120px;
    width: 100%;
    height: 4rem;
        text-transform: none;
}
.crossselling .blog__table_button button {
    font-size: 12px;
    padding: 8px 15px;
}
.get-form {
    margin-top: 25px;
}
.info-sec h2.get-form__headline {
    margin-bottom: 13px;
}
@media (min-width: 768px) {
    .blog__content-container {
        flex-direction: row;
    }
}
@media (max-width: 767px) {
    .blog__content-container {
        flex-direction: column;
    }

    .blog__image-container,
    .blog__text-container {
        flex-basis: 100%;
        padding: 0;
    }
    .blog__image-container {
       margin-bottom: 30px;
    }
    body .blog__img_middle .blog__img_middle_in {
        padding: 5px !important;
    }
    .b-post-tile__day {
    font-size: 14px;
}
}



@media (min-width: 1300px) {
    body .blog__b-row {
        max-width: calc(129rem - 26.4rem);
    }
}


.infopage_contactform__button {
    max-width: 260px !important;
    background-color: #3e3a3a !important;
    color: #fff !important;
    margin-top: 0 !important;
    text-decoration: none !important;
}
.infopage_contactform__button:hover {
    opacity: 0.9;
}


body .blog__clients__logo {
    position: relative;
    width: 100%;
    height: 200px;
}
body .blog__img_middle .blog__img_middle_in {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0;
    line-height: 0;
    padding: 10px;
}
body .blog__img_middle .blog__img_middle_in:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
body .blog__img_middle:before {
    background: #fff;
    content: " ";
    padding-top: 100%;
    display: block;
}
body .blog__img_middle img {
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
}


body .blog__clients__wrap {
    width: calc(100% - 90px);
    margin-left: 45px;
    margin-bottom: 80px !important;
}
body .blog__clients__item {
    width: 25%;
    height: 200px;
    position: relative;
}
/*
body  .n-page--projects .slick-track {
    display: flex;
}*/
body  .n-page--projects .slick-arrow {
    background: none !important;
}
body  .n-page--projects .slick-arrow:before {
    color: #0086e8;
    font-size: 25px;
}
body  .n-page--projects .slick-dots li.slick-active button:before {
    color: #0086e8;
}
body  .n-page--projects .slick-dots li button:before {
    font-size: 8px;
}
body  .n-page--projects .slick-dots li {
    margin: 0 3px;
}
body  .n-page--projects .slick-next, .blog__clients__wrap .slick-prev {
    top: calc(50% + 10px);
}
body  .n-page--projects .slick-dots li button {
    background: none !important;
    padding: 0;
    transform: none !important;
}


@media (min-width: 601px) {
    .blog__table_button button.pd-cart__add-cart {
        min-width: auto;
    }
}

.blog-product-table h3 {
    font-size: 24px;
    text-transform: uppercase;

}
/*
.blog-product-table .minus,
.blog-product-table .plus {
    padding: 6px;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
    position: absolute;
}
.blog-product-table .minus:active,
.blog-product-table .plus:active {
    top: -1px;
}
.blog-product-table .minus {
     left: -1px
}
.blog-product-table .plus {
     right: -1px
}
.blog-product-table .input_quant {
    background-color: #fff;
    border: 0;
    width: 50px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    margin: auto;
    padding: 6px;
}*/
.blog__table_button button svg{margin-right: 10px;
    width: 20px;}
    /*
.blog-product-table .input_quantity .flex {
    border: 1px solid #0086e8;
    border-radius: 33px;
    position: relative;
    width: 92px;
    margin: auto;
}*/

    .blog-product-table .qty {
        flex-shrink: 0;
        width: 76px;
        margin: auto;
    }

body table td.blog__table_img, body table th.blog__table_img {
    width: 74px;
    padding-left: 75px;
}
th.blog__table_img {
    border-radius: 5px 0 0 0;
}
th.blog__table_button {
    border-radius: 0 5px 0 0;
}
body .blog__table_name {
    width: 177px;
    text-align: left;
}
@media (min-width: 768px) {
    body .blog__table_name {
        font-weight: 700;
    }
}
body .blog__table_quant,
body .input_quantity {
    width: 78px;
    text-align: center;
}
.blog__table_name a {
    text-decoration: none
}
body .blog__table_price {
    width: 70px;
    text-align: center;
}
body table td.blog__table_button, body table th.blog__table_button {
    width: 100px;
    text-align: center;
    padding-right: 25px;
}
body .compare-at-price {
text-decoration: line-through;
    color: #777;
    order: -1;
    font-size: 1.2rem;
}
.blog__product-list table {
    width: 100%;
    border: 1px solid #0086e8;
    font-size: 14px;
    border-radius: 7px;
    border-collapse: separate;
}

.blog__product-list table tr:not(:last-child) td {
    border-bottom: 1px solid #0086e8;
}
.blog__product-list table td {
    padding: 15px 0;
    border: none;
}
.blog__product-list table tr:not(:last-child) td:first-child, .blog__product-list table tr:not(:last-child) td:last-child {
    position: relative;
}
.blog__product-list table tr:not(:last-child) td:first-child:before, .blog__product-list table tr:not(:last-child) td:last-child:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 10px;
    width: 38px;
    background-color: white;
    z-index: 1;
}
.blog__product-list table tr:not(:last-child) td:last-child:before {
    right: 0;
    left: auto;
}
.blog__product-list table th {
    background: #0086e8;
    color: white;
    border: none;
    padding: 13px 0;
}

.blog__product-list .image {
    position: relative;
    width: 93px;
    height: 69px;
    overflow: hidden;
    display: inline-block;
}

.blog__product-list .img_middle_in {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog__product-list .img_middle img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.blog__product-list .price {
    font-size: 16px;
}
.blog__product-list .pricing {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
body .blog__product-list .oc-light-form__submit-button {
    margin-top: 0;
}

/*
@media (max-width: 570px) { 
    body .blog__table_button {
        display: none;
    }
    .blog__product-list table tr:not(:last-child) td.blog__table_price {
        position: relative;
    }
    .blog__product-list table tr:not(:last-child) td.blog__table_price:before {
        content: "";
        position: absolute;
        bottom: -5px;
        right: 0;
        height: 10px;
        width: 15px;
        background-color: white;
        z-index: 1;
    }
}
@media (max-width: 450px) { 
    body .blog__table_name {
        width: 165px;
    }
}
 @media (max-width: 410px) { 
    body .blog__table_name {
        width: auto;
        padding-right: 15px !important;
    }
    body .blog__table_price {
        width: auto;
    }
}
@media (max-width: 359px) { 
    body .blog__table_price {
        display: none;
    }
    .blog__product-list table tr:not(:last-child) td.blog__table_name {
        position: relative;
    }
    .blog__product-list table tr:not(:last-child) td.blog__table_name:before {
        content: "";
        position: absolute;
        bottom: -5px;
        right: 0;
        height: 10px;
        width: 15px;
        background-color: white;
        z-index: 1;
    }
}
*/
@media (max-width: 1249px) { 
    body table td.blog__table_img, body table th.blog__table_img {
        padding-left: 43px;
    }
}
@media (max-width: 1000px) { 
    body .blog__table_price {
        width: 70px;
    }
    body .blog__table_quant, body .input_quantity {
        width: 56px;
    }
    body table td.blog__table_img, body table th.blog__table_img {
        padding-left: 27px;
    }
    body .blog__table_name {
        width: 150px;
    }
}
@media (max-width: 767px) {
    td.blog__table_img,
    .blog__table_img,
    .blog__table_button button .button-name,
    .blog__product-list table tr:not(:last-child) td:first-child:before, .blog__product-list table tr:not(:last-child) td:last-child:before {
        display: none !important;
    }
    body .blog__clients__wrap {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 70px !important;
    }
    body .blog__clients__wrap .slick-list {
        margin-left: -5px;
        margin-right: -5px;
    }
    body .blog__img_middle img {
        object-fit: cover;
        width: 100%;
    }
    .blog__table_button button svg {
        margin-right: 0;
    }
    .blog__product-list table td,
    .blog__product-list table th {
        padding: 15px 10px;
    }
    body table td.blog__table_button, body table th.blog__table_button {
        padding-right: 10px;
    }
    .blog__table_button button {
        max-width: 40px;
        margin-right: 0;
    }
    body table td.blog__table_button, body table th.blog__table_button {
    width: 50px;
}
.crossselling .blog__table_button button {
    padding: 5px;
}
}
/*
@media (max-width: 750px) { 
    
    body .blog__table_button button svg {
        display: block !important;
    }

    .blog__product-list table {
        border: 0;
    }
    .blog-product-table th {
        display: none;
    }
    .blog-product-table tbody {
        display: flex;
        gap: 10px
    }
    .blog-product-table tr {
        display: flex !important;
        margin: 0 5px;
        flex-direction: column;
        border: 2px solid #aaa;
        border-radius: 7px;
        width: 230px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .blog__product-list table td {
        padding: 10px;
        text-align: center;
    }
    .blog-product-table tr:first-child {
        display: none !important;
    }
    body table td.blog__table_img, body table th.blog__table_img {
        padding-left: 0;
    }
    body table td.blog__table_img, body table th.blog__table_img,
    body .blog__table_name,
    body .blog__table_quant, body .input_quantity,
    body .blog__table_price,
    body table td.blog__table_button, body table th.blog__table_button {
        width: 100%;
    }
    body table td.blog__table_button, body table th.blog__table_button {
        padding-right: 10px;
        padding-left: 10px;
    }
    .blog__product-list table tr:not(:last-child) td:first-child:before, .blog__product-list table tr:not(:last-child) td:last-child:before {
        display: none;
    }
    .blog__product-list table tr:not(:last-child) td {
        border-bottom: 0;
    }
    
    .blog-product-table .input_quantity .flex {
        margin: auto;
    }
    .blog-product-table {
        margin: 0 -5px;
    }
    .blog-product-table .slick-track {
        display: flex;
    }
    .blog-product-table .slick-track .slick-slide {
        height: auto;
    }
    body .blog__table_name {
        height: 50px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}*/
@media(max-width:520px) {
    .blog__table_quant,
    .blog-product-table .input_quantity {
        display: none;
    }/*
    .blog__product-list table,
    .blog__product-list .price {
        font-size: 1.2rem;
    }
    .b-post-tile__title {
        font-size: 14px;
    }*/
    .blog__product-list table td,
    .blog__product-list table th {
        padding: 10px;
    }
    body table td.blog__table_button, body table th.blog__table_button {
        padding-right: 10px;
    }
    .blog__product-list .price {
    font-size: 14px;
}
}
</pre></body></html>