<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Start:/local/templates/ranx-landing/components/ranx/block.landing/1_1/style.css?17325503906487*/
.block1-1-slider:not(.slick-initialized) .block1-1-bg-image:not(:first-child) {
    display: none;
}
.block1-1-prices {
    display: flex;
    margin-bottom: 30px;
}
.block1-1.content-align-center .block1-1-prices {
    justify-content: center;
}
.block1-1.content-align-left .block1-1-prices {
    justify-content: flex-start;
}
/* text */
.block.block1-1 .block-title .block-subtitle {
    margin-bottom: 25px;
}
.block.block1-1 .block-title .block-title-text {
    margin-bottom: 25px !important;
    margin-top: 0;
}
.block.block1-1 .block-title .block-cattitle {
    margin-bottom: 13px;
}
.block1-1 .toner-block {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0.3;
}
.block.block1-1 .block1-1-align-content {
    text-align: left !important;
    margin: auto 0;
}
.block.block1-1.content-align-center .block1-1-align-content {
    text-align: center !important;
    margin: auto;
}
.block.block1-1.content-align-wide .block1-1-align-content {
    text-align: justify !important;
    margin: auto;
}
.block1-1.content-align-center .block-el-btns {
    justify-content: center;
}

.block1-1-price {
    font-weight: 600;
    font-size: 25px;
    line-height: 45px;
    color: #000;
}
.block1-1-price-old {
    font-weight: 600;
    font-size: 15px;
    line-height: 37px;
    color: #777777;
    text-decoration: line-through;
    margin-left: 15px;
    padding-top: 8px;
}
.block1-1-bg-image{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.block1-1-video {
    position: relative;
}
.block1-1-bg-video {
    position: absolute;
    min-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.block1-1-bg-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.block1-1 .slick-dots {
    bottom: 30px;
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.block1-1 .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 4px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    border-radius: 100px;
}
.block1-1 .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    border-radius: 50px;
}
.block1-1 .slick-dots li:not(.slick-active) button {
    background: #fff;
}

.height-inherit {
    height: inherit;
}
.block1-1 .col-flex-rw {
    background-size: 0;
    display: flex;
    place-items: flex-end;
}
.height-fill {
    height: 100%;
}
.block1-1 .block-el-btns {
    margin-top: 25px;
}
.block1-1-content-center  .block-el-btns {
    justify-content: center;
}
@media (min-width: 768px) {
    .block1-1 .text-light-desktop,
    .block1-1 .text-light-desktop .block-title-text,
    .block1-1 .text-light-desktop .block1-1-price,
    .block1-1 .text-light-desktop .block1-1-price-old,
    .block1-1 .text-light-desktop .block-cattitle,
    .block1-1 .text-light-desktop .block-subtitle,
    .block1-1 .text-light-desktop p,
    .block1-1 .text-light-desktop ul,
    .block1-1 .text-light-desktop ol,
    .block1-1 .text-light-desktop dl {
        color: #FFFFFF !important;
    }
    .block1-1-content-left.col-md-6 {
        padding-right: 100px;
    }
    .block1-1-bg-image {
        overflow: hidden;
    }
    .block1-1 .col-flex-rw.block1-1-no-image {
        display:none;
    }
    .block1-1 .height-fill {
        background-image: unset !important;
        background-color: unset !important;
    }
}
.block1-1-bg-image:focus {
    outline: none;
}
@media (max-width: 767px) {
    .block1-1 .text-light-mobile,
    .block1-1 .text-light-mobile .block-title-text,
    .block1-1 .text-light-mobile .block1-1-price,
    .block1-1 .text-light-mobile .block1-1-price-old,
    .block1-1 .text-light-mobile .block-cattitle,
    .block1-1 .text-light-mobile .block-subtitle,
    .block1-1 .text-light-mobile p,
    .block1-1 .text-light-mobile ul,
    .block1-1 .text-light-mobile ol,
    .block1-1 .text-light-mobile dl {
        color: #FFFFFF !important;
    }
    .block1-1 .maxwidth-theme {
        padding: 0 15px !important;
    }
    .block.block1-1 .block-title .block-title-text {
        margin-bottom: 20px;
    }
    .block1-1 .col-flex-rw {
        position: relative;
        width: 100vw;
        height: 200px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .block1-1 .block1-1-content-left {
        height: 100%;
    }
    .block1-1-container {
        flex-direction: column;
        justify-content: flex-start;
    }
    .block1-1 .mobile-img {
        display: block;
        align-self: flex-end;
        max-height: 100%;
        overflow: hidden;
    }
    .block1-1 .col-flex-rw img {
        max-width: 100%;
        max-height: 100%;
    }
    .block1-1-bg-image{
        background-size: 0;
        background-position: top;
    }
    .block1-1-bg-video {
        display: none;
    }
    .block1-1 .height-fill {
        display: flex;
        flex-direction: column-reverse;
        min-height: 200px;
    }
    .block1-1 .block1-1-content-left {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 30px;
    }
    .block1-1-content-center {
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 30px;
    }
    .block1-1 .slick-dots {
        position: static;
        margin-top: -25px;
        margin-bottom: 25px;
    }
    .block1-1 .slick-dots li:not(.slick-active) button {
        background: #cccccc;
    }
    .block1-1-image {
        justify-content: center;
        display: none !important;
    }
    .block1-1-align-content {
        margin-top: 30px !important;
    }
    .block1-1 p,
    .block.block1-1 .block-title .block-subtitle,
    .block1-1 .block1-1-slider .block1-1-prices {
        margin-bottom: 20px !important;
    }
    .block1-1 .block-el-btns {
        margin-bottom: 25px;
    }
}

/* End */


/* Start:/bitrix/components/ranx/block.landing/templates/7_1/style.min.css?1687150520998*/
.block7-1 .market-items{margin-bottom:-30px}.block7-1 .market-item{display:block;margin-bottom:30px}.block7-1 .market-item-img{height:428px;width:100%;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative}.block7-1 .market-item-cover{position:absolute;top:0;left:0;height:100%;width:100%;background-color:rgba(0, 0, 0, .4);opacity:0;-webkit-transition:opacity 0.2s;-moz-transition:opacity 0.2s;transition:opacity 0.2s}.block7-1 a.market-item:hover .market-item-cover{opacity:1}.block7-1 .market-item-body{text-align:center;padding-top:15px}.block7-1.content-align-left .market-item-body{text-align:left}.block7-1.content-align-wide .market-item-body{text-align:justify}.block7-1 .market-item-title{font-weight:bold;font-size:18px;line-height:31px;color:#333333}.block7-1.text-light .market-item-title{color:#ffffff}.block7-1 .market-item-desc{font-size:13px;line-height:20px;color:#666666;margin-top:5px}.block7-1.text-light .market-item-desc{color:#ffffff}
/* End */


/* Start:/local/templates/ranx-landing/components/ranx/block.landing/13_3/style.css?17232199631544*/
.block13-3-slider {
    position: relative;
    min-height: 40px;
}

.block13-3-brand-items {
    margin: 0;
    padding: 0 65px;
    width: 100%;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s;
}

.block13-3 .slick-track {
    display: flex;
    align-items: center;
}

.block13-3-brand-item {
    margin: 0 auto;
    width: 110px;
}

.block13-3-brand-item img {
    width: 110px;
    margin: 0 auto;
}

.block13-3-brand-item:hover {
    opacity: .7;
}

.block13-3 .slick-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    top: calc((100% - 40px) / 2);
    background-color: #ffffff;
    color: #333333;
    border-radius: 4px;
    cursor: pointer;
    z-index: 1;
}
.block13-3 .slick-arrow svg {
    position: absolute;
    top: calc(50% - 6px);
    left: calc(50% - 4px);
}

.block13-3 .slick-arrow.arrow-prev {
    left: 0;
}

.block13-3 .slick-arrow.arrow-next {
    right: 0;
}

.block13-3 .brand-item-name {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
}

.block13-3 .brand-item-preview {
    font-size: 13px;
    line-height: 17px;
    color: #666666;
}
.block13-3.text-light .brand-item-preview {
    color: #ffffff;
}

.block13-3 .block13-3-brand-item img {
    margin-bottom: 55px;
    height: auto;
    max-width: 100%;
}

@media (max-width: 575px) {
    .block13-3 .block13-3-brand-item img {
        margin-bottom: 20px;
    }
}
/* End */


/* Start:/bitrix/components/ranx/block.landing/templates/6_2/style.css?17213882934259*/
.block6-2 .service-slider {
    position: relative;
}

.block6-2 .article-wrap {
    display: block;
    border-radius: 5px;
    transition: 0.1s;
    height: 100%;
    border: 1px solid #ececec;
    box-sizing: border-box;
    background-color: #FFFFFF;
}
.block6-2 .article-wrap:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.block6-2 .article .title-group {
    border-radius: 0 0 5px 5px;
    padding: 27px 25px 18px;
    transition: 0.1s;
    padding-bottom: 60px;
}
.block6-2 .big-article .title-group {
    border-radius: 0 0 5px 5px;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    padding: 27px 25px 18px;
    color: #fff!important;
    background: linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.5));
}
.block6-2 .big-article .article-img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-size: cover;
    background-position: center;
}
.block6-2 .article .article-img {
    border-radius: 5px 5px 0 0;
    width: 100%;
    padding-bottom: 66.6%;
    background-size: cover;
    background-position: center;
}
.block6-2 .article .article-name {
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    color: #333;
    margin-bottom: 10px;
    cursor: pointer;
}
.block6-2 .article,
.block6-2 .big-article {
    margin-bottom: 40px;
}
.block6-2 .big-article {
    min-height: 400px;
}
.block6-2 .big-article .cover {
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    left: 15px;
    opacity: 0;
    background: rgba(0,0,0,0.4);
    transition: 0.4s;
}
.block6-2 .big-article:hover .cover {
    opacity: 1;
}
.block6-2 .big-article .article-name {
    text-align: left;
    font-weight: 600;
    font-size: 25px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 10px;
    cursor: pointer;
}
.block6-2 .big-article .article-name.theme-color-hover:hover {
    color: #fff!important;
}
.block6-2 .article .article-text {
    position: absolute;
    bottom: 10px;
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    line-height: 23px;
    color: #999;
    margin-bottom: 7px;
}
.block6-2 .big-article .article-over-title-text .theme-color {
    color: rgba(255, 255, 255, 0.7);
}
.block6-2 .big-article .article-over-title-text,
.block6-2 .big-article .article-text {
    text-align: left;
    font-size: 12px;
    line-height: 23px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 7px;
}
.block6-2 .article .article-over-title-text {
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    line-height: 23px;
    margin-bottom: 7px;
    color: #999;
}

/* modal style */
.modal6_2 {
    margin: -10px 10px 0;
}

.modal6_2-title {
    font-weight: bold;
    font-size: 38px;
    line-height: 48px;
    color: #333333;
    margin-bottom: 10px;
}

.modal6_2-date {
    margin-bottom: 33px;
    font-size: 13px;
    line-height: 24px;
    color: #999999;
}

.modal6_2-picture {
    margin-bottom: 43px;
}

.modal6_2-picture img {
    width: 100%;
    height: auto;
}

.modal6_2-preview-text {
    margin-bottom: 27px;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #333333;
}

.modal6_2-detail-text {
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #666666;
}

@media (max-width: 575px) {
    .modal6_2 {
        margin: -10px 0 0;
    }

    .modal6_2-title {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .modal6_2-date {
        margin-bottom: 20px;
    }

    .modal6_2-picture {
        margin-bottom: 20px;
    }

    .modal6_2-preview-text {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .modal6_2-detail-text {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
    }
}


.block6-2 .slick-arrow {
    cursor: pointer;
    position: absolute;
    top: calc(50% - 40px);
    z-index: 1;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 4px;
    text-align: center;
    line-height: 38px;
}
.block6-2 .slick-arrow.arrow-prev {
    left: -15px;
}
.block6-2 .slick-arrow.arrow-next {
    right: -15px;
}
/* End */


/* Start:/bitrix/components/ranx/block.landing/templates/14_4/style.min.css?161940782963*/
.block14-4-img{display:block;margin:0 auto 66px;max-width:100%}
/* End */


/* Start:/local/templates/ranx-landing/components/ranx/block.landing/4_6/style.css?17274352354562*/
.block4-6 .service-block {
    margin-bottom: 100px;
    padding-bottom: 100px;
    border-bottom: 1px solid #ECECEC;
}
.block4-6 .service-block:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.block4-6.content-picture-left .service-block {
    flex-direction: row-reverse;
}
.block4-6 .service-info {
    padding-right: 70px;
}
.block4-6.content-picture-left .service-info {
    padding-left: 70px;
}
.block4-6 .service-block:last-child {
    margin-bottom: 0;
}
.block4-6 .service-top-text {
    text-transform: uppercase;
    font-size: 11px;
    color: #999;
    margin-bottom: 14px;
}
.block4-6 .service-title {
    font-size: 38px;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 20px;
}
.block4-6 .service-desc {
    color: #666;
    font-size: 15px;
    margin-bottom: 20px;
}
.block4-6 .service-prices .service-price {
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    margin-right: 7px;
}
.block4-6 .service-prices .service-old-price {
    font-size: 16px;
    text-decoration: line-through;
    color: #999;
    display: inline-block;
}
.block4-6 .service-btn {
    margin-top: 30px;
}
.block4-6 .service-img {
    text-align: right;
}
.block4-6 .service-img img {
    max-width: 100%;
}
@media (max-width: 768px) {
    .block4-6 .service-title {
        font-size: 25px;
        line-height: normal;
    }
    .block4-6 .service-block {
        flex-direction: column-reverse;
        margin-bottom: 50px;
        padding-bottom: 50px;
    }
    .block4-6 .service-img {
        text-align: left;
        margin-bottom: 20px;
    }
}

/* modal style */
.modal4_6 {
    margin: -10px 10px 0;
}

.modal4_6-title {
    font-weight: bold;
    font-size: 38px;
    line-height: 47px;
    color: #333333;
    margin-bottom: 40px;
}

.modal4_6-picture {
    margin-bottom: 50px;
}

.modal4_6-picture img {
    width: 100%;
    height: auto;
}

.modal4_6-service {
    border: 1px solid #ECECEC;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 33px;

    padding: 20px 30px 30px;
    display: flex;
}

.modal4_6-service .icon svg {
    height: 35px;
    width: 30px;
    margin: 10px 20px 0 0;
}

.modal4_6-service .desc {
    max-width: 415px;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #333333;
    margin-top: 3px;
    margin-right: 5px;
}

.modal4_6-service .wrap {
    margin-left: auto;
    flex-shrink: 0;
}

.modal4_6-service .prices {
    line-height: 30px;
    display: flex;
}

.modal4_6-service .cur-price {
    font-weight: bold;
    font-size: 18px;
    margin-right: 7px;
}

.modal4_6-service .old-price {
    font-size: 16px;
    text-decoration: line-through;
    color: #999999;
}

.modal4_6-service .wrap &gt; .order-button {
    margin-top: 7px;
    padding: 0;
}

.modal4_6-preview-text {
    margin-bottom: 27px;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #333333;
}

.modal4_6-detail-text {
    margin-bottom: 23px;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #666666;
}

.modal4_6-chars {
    margin-bottom: 10px;
}

.modal4_6-chars .title {
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 23px;
}

.modal4_6-chars .char {
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    color: #555555;
    padding: 13px 17px;
}

.modal4_6-chars .char:nth-child(2n) {
    background: #F7F7F7;
}

.modal4_6-chars .char:nth-child(2n+1) {
    background: #FFFFFF;
}

@media (max-width: 765px) {
    .modal4_6-service {
        flex-wrap: wrap;
    }

    .modal4_6-service .wrap {
        flex-shrink: 1;
    }

    .modal4_6-service .prices {
        flex-wrap: wrap;
    }
}

@media (max-width: 575px) {
    .modal4_6 {
        margin: -10px 0 0;
    }

    .modal4_6-title {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .modal4_6-picture {
        margin-bottom: 20px;
    }

    .modal4_6-service {
        margin-bottom: 20px;
    }

    .modal4_6-preview-text {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .modal4_6-detail-text {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .modal4_6-chars .title {
        margin-bottom: 14px;
    }
}

.block4-6 .col-md-6.service-info {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.block4-6 .block-el-btns &gt; div {
	margin-bottom: unset !important;
}
/* End */
/* /local/templates/ranx-landing/components/ranx/block.landing/1_1/style.css?17325503906487 */
/* /bitrix/components/ranx/block.landing/templates/7_1/style.min.css?1687150520998 */
/* /local/templates/ranx-landing/components/ranx/block.landing/13_3/style.css?17232199631544 */
/* /bitrix/components/ranx/block.landing/templates/6_2/style.css?17213882934259 */
/* /bitrix/components/ranx/block.landing/templates/14_4/style.min.css?161940782963 */
/* /local/templates/ranx-landing/components/ranx/block.landing/4_6/style.css?17274352354562 */
</pre></body></html>