

/* 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/2_4/style.min.css?1619407829521*/
.block2-4 .tizers{justify-content:center}.block2-4 .img-round{position:relative;margin:auto;width:160px;height:160px;border-radius:50%;overflow:hidden;margin-bottom:20px}.block2-4 .img-round img{position:absolute;left:0}.block2-4 .tizers .big-int{font-weight:bold;font-size:70px;line-height:45px;margin-bottom:35px}.block2-4 .tizer{padding:0 20px}.block2-4.text-light .big-int{color:#f8f9fa}@media (max-width: 1000px){.block2-4 .tizers .big-int{margin-bottom:18px;font-size:50px}.block2-4 .tizer-text{margin-bottom:18px}}
/* End */


/* Start:/bitrix/components/ranx/block.landing/templates/15_2/style.min.css?1687150520485*/
.block15-2.content-align-left .block15-2-content{text-align:left}.block15-2.block.content-align-left .block-btns,.block15-2.block.content-align-left .block-title{justify-content:flex-start;text-align:left}.block15-2.content-align-center .block15-2-content{text-align:center}.block15-2.content-align-wide .block15-2-content{text-align:justify}.block15-2.block.content-align-wide .block-btns,.block15-2.block.content-align-wide .block-title{justify-content:flex-start;text-align:justify}
/* End */


/* Start:/bitrix/components/ranx/block.landing/templates/14_3/style.css?1727416182883*/
.block14-3 {
    position: relative;
}
.block14-3 .block-title {
    padding-right: 100px;
}
.block14-3.content-picture-left .block-title {
    padding-right: 0;
    padding-left: 100px;
}
.block14-3-bg-image {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    /*background-size: cover;*/
    background-size: contain;
}
.block14-3.content-picture-left .block14-3-bg-image {
    left: 0;
    right: unset;
}
@media (max-width: 991px) {
    .block14-3 {
        padding-top: 0 !important;
    }
    .block14-3-bg-image {
        position: static;
        width: 100%;
        height: 500px;
        margin-bottom: 30px;
    }
    .block14-3 .block-title,
    .block14-3-text {
        padding: 0 !important;
    }
    .block14-3 .btn {
        margin-left: 0 !important;
    }
}

/* End */


/* Start:/bitrix/components/ranx/block.landing/templates/2_3/style.min.css?16871619142030*/
.block2-3 .tizers{justify-content:center}.block2-3 .tizer{padding:0 20px;position:relative}.block2-3 .tizer-wrap{display:flex;flex-direction:column;height:100%;background:#fff;position:relative;top:0;transition:top .3s}.block2-3.hover-effect .tizer:hover{cursor:pointer;background:0 0!important}.block2-3.hover-effect .tizer:hover .tizer-wrap{top:-20px;transition:top .3s;cursor:pointer;filter:drop-shadow(0px 4px 20px rgba(0, 0, 0, .15))}.block2-3.content-align-left .tizer-wrap{align-items:flex-start}.block2-3.content-align-left .tizer{text-align:left}.block2-3.content-align-center .tizer-wrap{align-items:center}.block2-3.content-align-center .tizer{text-align:center}.block2-3.content-align-wide .tizer{text-align:justify}.block2-3 .tizer.bg-color{background-clip:content-box}.block2-3 .tizer.bg-color .tizer-wrap,.block2-3.hover-effect .tizer .tizer-wrap{padding:30px 30px 0}.block2-3 .img-round{width:160px;height:160px;border-radius:50%;overflow:hidden;margin-bottom:20px;background-position:center;background-repeat:no-repeat;background-size:cover}.block2-3.content-picture-center .img-round{align-self:center}.block2-3.content-picture-left .img-round{align-self:flex-start}.block2-3.content-picture-right .img-round{align-self:flex-end}.block2-3 .tizer-name{font-size:18px;line-height:23px;color:inherit;margin-bottom:10px}.block2-3.text-light .tizer-name{color:#fff}.block2-3.hover-effect .tizer.slick-slide:hover .tizer-wrap{transition:unset;top:0}.block2-3 .tizer.slick-slide .tizer-text{margin-bottom:0}.block2-3 .slider--one-slide .slick-dots{display:none!important}.block2-3 .slick-dots{list-style:none;margin-bottom:0;margin-top:30px;display:flex;justify-content:center;padding:0}.block2-3 .slick-dots li{width:20px;height:4px;margin:0 5px;border-radius:3px;cursor:pointer}.block2-3 .slick-dots li:not(.slick-active){background-color:#ccc}.block2-3 .slick-dots li>button{display:none}@media (max-width:767px){.block2-3 .tizers.tizers--mobile-slider:not(.slick-initialized) .tizer:not(:first-child){display:none}}
/* End */
/* /local/templates/ranx-landing/components/ranx/block.landing/1_1/style.css?17325503906487 */
/* /bitrix/components/ranx/block.landing/templates/2_4/style.min.css?1619407829521 */
/* /bitrix/components/ranx/block.landing/templates/15_2/style.min.css?1687150520485 */
/* /bitrix/components/ranx/block.landing/templates/14_3/style.css?1727416182883 */
/* /bitrix/components/ranx/block.landing/templates/2_3/style.min.css?16871619142030 */
