

/* 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:/local/templates/ranx-landing/components/ranx/block.landing/4_4_itllekt_transparent/style.css?17367742696229*/
.block4-4-itllekt-transparent .service-list {
    margin-bottom: -32px;
	justify-content: center;
}
.block4-4-itllekt-transparent .service-item {
    position: relative;
    margin: 0 0 32px;
    transition: transform .2s , box-shadow .2s;
    min-height: 200px;
}
.block4-4-itllekt-transparent .service-props-item {
    color: #fff;
}
.block4-4-itllekt-transparent .service-container {
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    /*border: 1px solid #ECECEC;*/
    overflow: hidden;
    transition: transform .2s , box-shadow .2s;
}
.block4-4-itllekt-transparent .service-img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}
.block4-4-itllekt-transparent .service-img img {
    max-height: 100%;
    display: inline-block;
    width: 100%;
}
.block4-4-itllekt-transparent .opacity-block {
    height: 100%;
    width: 100%;
    opacity: 0;
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
}
.block4-4-itllekt-transparent .service-info {
    position: absolute;
    bottom: 0;
    padding: 30px;
    color: #fff;
    width: 100%;
    padding-top: 100px;
}
.block4-4-itllekt-transparent .service-more-info {
    display: none;
}
.block4-4-itllekt-transparent .service-container:hover .opacity-block {
    opacity: 1;
}
.block4-4-itllekt-transparent .service-container:hover .service-info {
    display: block;
    bottom: 0;
    padding-top: 30px;
    background: transparent;
}
.block4-4-itllekt-transparent .service-container:hover .service-more-info {
    display: block;
}
.block4-4-itllekt-transparent .service-title {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}
.block4-4-itllekt-transparent .service-container:hover .service-title {
    margin-bottom: 10px;
}
.block4-4-itllekt-transparent .service-desc {
    font-size: 14px;
    margin-bottom: 10px;
}
.block4-4-itllekt-transparent .service-props {
    margin-bottom: 10px;
    font-size: 13px;
    width: 100%;
}
.block4-4-itllekt-transparent .service-prices .service-price {
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    margin-right: 7px;
}
.block4-4-itllekt-transparent .service-prices .service-old-price {
    font-size: 15px;
    text-decoration: line-through;
    display: inline-block;
}
.block4-4-itllekt-transparent .service-btn {
    margin-top: 20px;
}
.block4-4-itllekt-transparent .service-prop-name .value:after {
    content: "";
}
.block4-4-itllekt-transparent .col-lg-3 .service-props,
.block4-4-itllekt-transparent .col-lg-3 .service-desc {
    display: none;
}

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

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

.modal4_4_itllekt_transparent-picture {
    /*margin-bottom: 50px;*/
	text-align: center;
}

.modal4_4_itllekt_transparent-picture img {
	/*
    width: 100%;
    height: auto;
	*/
}

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

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

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

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

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

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

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

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

.modal4_4_itllekt_transparent-service .wrap > .order-button {
    margin-top: 7px;
    padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .modal4_4_itllekt_transparent-chars .title {
        margin-bottom: 14px;
    }
}
.block4-4-itllekt-transparent .block-title.row {
	margin-bottom: 0px;
}
h1.block-title-text {
	margin-bottom: 20px !important;
}
/* End */


/* Start:/local/templates/ranx-landing/components/ranx/block.landing/14_1_itllekt/style.css?17272876965380*/
.block14-1-itllekt {
    position: relative;
    overflow: hidden;
}
.block14-1-itllekt .block-title {
    padding-right: 85px;
    margin-bottom: 0 !important;
}
.block14-1-itllekt.content-picture-left .block-title {
    padding-left: 85px;
    padding-right: 0;
}
.block14-1-itllekt-bg-image {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    background-repeat: no-repeat;
    background-position: top left;
    /*background-size: cover;*/
}
.block14-1-itllekt-bg-image img {
    max-width: 100%;
}
.block14-1-itllekt.content-picture-left .block14-1-itllekt-bg-image {
    left: 0;
    right: unset;
}
.block14-1-itllekt.indent-top-100.indent-bot-100 .block14-1-itllekt-bg-image,
.block14-1-itllekt.indent-top-150.indent-bot-50 .block14-1-itllekt-bg-image,
.block14-1-itllekt.indent-top-50.indent-bot-150 .block14-1-itllekt-bg-image {
    max-height: calc(100% - 200px);
}
.block14-1-itllekt.indent-top-150.indent-bot-150 .block14-1-itllekt-bg-image {
    max-height: calc(100% - 300px);
}
.block14-1-itllekt.indent-top-50.indent-bot-50 .block14-1-itllekt-bg-image,
.block14-1-itllekt.indent-top-100.indent-bot-0 .block14-1-itllekt-bg-image,
.block14-1-itllekt.indent-top-0.indent-bot-100 .block14-1-itllekt-bg-image {
    max-height: calc(100% - 100px);
}
.block14-1-itllekt.indent-top-100.indent-bot-50 .block14-1-itllekt-bg-image,
.block14-1-itllekt.indent-top-50.indent-bot-100 .block14-1-itllekt-bg-image,
.block14-1-itllekt.indent-top-150.indent-bot-0 .block14-1-itllekt-bg-image,
.block14-1-itllekt.indent-top-0.indent-bot-150 .block14-1-itllekt-bg-image {
    max-height: calc(100% - 150px);
}
.block14-1-itllekt.indent-top-0.indent-bot-50 .block14-1-itllekt-bg-image,
.block14-1-itllekt.indent-top-50.indent-bot-0 .block14-1-itllekt-bg-image {
    max-height: calc(100% - 50px);
}

@media (max-width: 991px) {
    .block14-1-itllekt-bg-image {
        position: static;
        width: 100%;
        margin-bottom: 30px;
        max-height: unset !important;
        height: auto;
    }
    .block14-1-itllekt-bg-image img {
        width: 100%;
    }
    .block14-1-itllekt .block-title {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

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

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

.modal14_1_itllekt-picture {
    /*margin-bottom: 50px;*/
	text-align: center;
}

.modal14_1_itllekt-picture img {
	/*
    width: 100%;
    height: auto;
	*/
}

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

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

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

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

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

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

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

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

.modal14_1_itllekt-service .wrap > .order-button {
    margin-top: 7px;
    padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .modal14_1_itllekt-chars .title {
        margin-bottom: 14px;
    }
}
.block14-1-itllekt .block-title.row {
	margin-bottom: 0px;
}
h1.block-title-text {
	margin-bottom: 20px !important;
}
/* End */


/* Start:/local/templates/ranx-landing/components/ranx/block.landing/6_4_itllekt_transparent/style.css?17368283723745*/
.block6-4-itllekt-transparent .article .tags {
    position: absolute;
    text-align: left;
    left: 40px;
    top: 40px;
    right: 0;
    z-index: 11;
    display: flex;
}
.block6-4-itllekt-transparent .article .tag {
    display: inline-block;
    border-radius: 3px;
    font-weight: bold;
    font-size: 13px;
    line-height: 24px;
    padding: 0 7px;
}
.block6-4-itllekt-transparent .article .tag.sale {
    background: #FFD600;
    color: #333;
}
.block6-4-itllekt-transparent .img-round {
    margin: auto;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center;
}
.block6-4-itllekt-transparent .article-wrap {
    background: transparent;
    /*border: 1px solid rgba(236, 236, 236, 1);*/
    border-radius: 5px;
    transition: 0.1s;
    display: block;
    height: 100%;
    padding: 39px;
    padding-bottom: 35px;
    position: relative;
}
.block6-4-itllekt-transparent .article-wrap:hover {
    border: 1px solid rgba(236, 236, 236, 0);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    background-color: rgba(255,255,255,0.5);
}
.block6-4-itllekt-transparent .article .title-group {
    position: relative;
    background: transparent;
}
.block6-4-itllekt-transparent .article .article-name {
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    cursor: pointer;
}
.block6-4-itllekt-transparent .article {
    margin-bottom: 40px;
}
.block6-4-itllekt-transparent .article .article-date {
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #999;
    margin-bottom: 9px;
}
.block6-4-itllekt-transparent .article .article-over-title-text {
    text-align: left;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    color: #999;
    margin-bottom: 7px;
}

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

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

.modal6_4_itllekt_transparent-sale-info {
    margin-bottom: 40px;
    height: 25px;
    vertical-align: center;
    display: flex;
    align-items: center;
}

.modal6_4_itllekt_transparent-sale-tag {
    border-radius: 3px;
    font-weight: bold;
    font-size: 13px;
    line-height: 25px;
    padding: 0 7px;
    background: #FFD600;
    color: #333;
}

.modal6_4_itllekt_transparent-sale-date {
    margin-left: 20px;
    font-size: 13px;
    line-height: 24px;
    color: #777777;
}

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

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

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

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

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

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

    .modal6_4_itllekt_transparent-sale-info {
        margin-bottom: 20px;
    }

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

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

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

/* End */
/* /local/templates/ranx-landing/components/ranx/block.landing/1_1/style.css?17325503906487 */
/* /local/templates/ranx-landing/components/ranx/block.landing/4_4_itllekt_transparent/style.css?17367742696229 */
/* /local/templates/ranx-landing/components/ranx/block.landing/14_1_itllekt/style.css?17272876965380 */
/* /local/templates/ranx-landing/components/ranx/block.landing/6_4_itllekt_transparent/style.css?17368283723745 */
