

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

.block1-3-price {
    font-weight: 600;
    font-size: 25px;
    line-height: 45px;
    color: #000;
}
.block1-3-price-old {
    font-weight: 600;
    font-size: 15px;
    line-height: 37px;
    color: #777777;
    text-decoration: line-through;
    margin-left: 15px;
    padding-top: 8px;
}
.block1-3-bg-image{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.block1-3-video {
    position: relative;
}
.block1-3-bg-video {
    position: absolute;
    min-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.block1-3-bg-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.block1-3 .slick-dots {
    bottom: 30px;
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.block1-3 .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 4px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    border-radius: 100px;
}
.block1-3 .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-3 .slick-dots li:not(.slick-active) button {
    background: #fff;
}
.height-inherit {
    height: inherit;
}
.block1-3 .col-flex-rw {
    background-size: 0;
    display: flex;
    place-items: flex-end;
    flex-wrap: wrap;
    align-content: center;
}
.height-fill {
    height: 100%;
}
.block1-3 .block-el-btns {
    margin-top: 25px;
}
.block1-3-content-center  .block-el-btns {
    justify-content: center;
}

/*** TIMER ***/
.custom-timer-container {
    display:flex;
    justify-content:flex-end;
    align-items:center;
    padding-right:40px;
}

.custom-timer-box {
    text-align:center;
    color:#fff;
    background:rgba(0,0,0,0.45);
    padding:25px 35px;
    border-radius:20px;
    backdrop-filter:blur(5px);
    max-width:360px;
    width:100%;
}

.custom-timer-title {
    font-size:24px;
    font-weight:700;
}

.custom-timer-cashback {
    font-size:26px;
    font-weight:800;
    margin-bottom:10px;
}

.custom-timer-subtitle {
    font-size:16px;
    opacity:0.9;
}

.custom-timer-display {
    font-size:40px;
    font-weight:800;
    letter-spacing:3px;
}

.custom-timer-labels span {
    margin:0 10px;
    font-size:14px;
    opacity:0.9;
}

/*** DESKTOP ***/
@media (min-width: 768px) {
    .block1-3 .block1-3-mobile-img {
        display:none;
    }
}

/*** MOBILE FIX — текст и баннер отображаются ***/
@media (max-width: 767px) {
/* text */
.block.block1-3 .block-title .block-subtitle {

margin-bottom: 25px;
}
.block.block1-3 .block-title .block-title-text {
    margin-bottom: 25px !important;
    margin-top: 0;
padding-top: 25px;
}
    .block1-3-bg-image{
        background-size:cover !important;
        background-position:center !important;
    }

    .block1-3-mobile-type--text_on_image .block-title {
        display:block !important;
    }

    .block1-3-mobile-type--only_image .block-title {
        display:block !important;
    }

    .custom-timer-container {
        order:3;
        justify-content:center;
        padding:20px 0;
        width:100%;
    }

    .custom-timer-box {
        width:100%;
        max-width:100%;
        padding:20px;
        border-radius:15px;
    }

    .custom-timer-display {
        font-size:36px;
    }
    .block1-3-bg-image {
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }

    /* отключаем убийцу фонового изображения */
    .block1-3 .col-flex-rw {
        background-size: cover !important;
    }

    /* самое важное — показываем мобильную картинку как фон */
    .block1-3-mobile-type--text_on_image.block1-3-bg-image {
        background-image: attr(data-bg url) !important;
    }

    .block1-3-mobile-type--only_image.block1-3-bg-image {
        background-image: attr(data-bg url) !important;
    }
    .block1-3-bg-image::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3); /* степень затемнения */
        z-index: 0; /* фон под всем остальным */
    }

    /* текст и таймер поверх */
    .block1-3-bg-image .block-title,
    .block1-3-bg-image .custom-timer-container {
        position: relative;
        z-index: 1; /* поверх затемнения */
    }
.block-btns>div, .block-el-btns>div {
    padding: 0 5px;
    margin-bottom: 25px !important;
}
}

/*** VERY SMALL ***/
@media (max-width: 480px) {
    .custom-timer-display {
        font-size:28px;
    }

    .custom-timer-box {
        padding:15px;
    }
}

/* End */


/* Start:/bitrix/components/ranx/block.landing/templates/4_3/style.min.css?17592231524157*/
.block4-3 .service-item{position:relative;margin:0;padding:0 16px 100px;transition:transform 0.2s , box-shadow 0.2s;outline:none}.block4-3 .service-inner-wrap{height:100%}.block4-3 .service-container{position:relative;border:1px solid #ECECEC;border-radius:4px;transition:transform 0.2s , box-shadow 0.2s;background-color:#ffffff;overflow:hidden}.block4-3 .service-info-wrap{height:100%;display:flex;flex-direction:column}.block4-3 .service-img{width:100%;padding-bottom:66.6%;background-size:cover;background-position:center}.block4-3 .service-info{padding:25px 30px 30px;height:100%;display:flex;flex-direction:column}.block4-3 .service-name{font-weight:bold;font-size:18px;margin-bottom:7px;color:#000000}.block4-3 .service-desc{margin-bottom:12px;font-size:14px;color:#666}.block4-3 .service-props{margin-bottom:15px;font-size:13px;width:100%;color:#333333}.block4-3 .service-prices{margin-top:auto}.block4-3 .service-prices .service-price{font-weight:bold;font-size:20px;display:inline-block;margin-right:7px;color:#000000}.block4-3 .service-prices .service-old-price{font-size:16px;text-decoration:line-through;color:#999;display:inline-block}.block4-3 .bottom-button-container{margin-top:20px;text-align:center}.block4-3 .service-item .service-btn{display:none;margin-top:-13px;padding:0 25px 30px}.block4-3 .block-btns{position:relative;margin-top:80px;z-index:1}.block4-3 .service-inner-wrap:not(.hover) .service-container{height:100%}.block4-3 .service-inner-wrap.hover .service-container{border-radius:4px 4px 0 0;border:1px solid #fff;box-shadow:0 10px 20px 0 rgba(0,0,0,.1)}.block4-3 .service-inner-wrap.hover .service-btn{display:block}.block4-3 .service-slider{position:relative}.block4-3 .service-list{margin-bottom:-100px}.block4-3 .service-list:not(.slick-initialized){display:none}.block4-3 .slick-track{display:flex !important}.block4-3 .slick-slide{height:inherit !important}.block4-3 .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}.block4-3 .slick-arrow.arrow-prev{left:-15px}.block4-3 .slick-arrow.arrow-next{right:-15px}.modal4_3{margin:-10px 10px 0}.modal4_3-title{font-weight:bold;font-size:38px;line-height:47px;color:#333333;margin-bottom:40px}.modal4_3-picture{margin-bottom:50px}.modal4_3-picture img{width:100%;height:auto}.modal4_3-service{border:1px solid #ECECEC;box-sizing:border-box;border-radius:4px;margin-bottom:33px;padding:20px 30px 30px;display:flex}.modal4_3-service .icon svg{height:35px;width:30px;margin:10px 20px 0 0}.modal4_3-service .desc{max-width:415px;font-weight:normal;font-size:15px;line-height:24px;color:#333333;margin-top:3px;margin-right:5px}.modal4_3-service .wrap{margin-left:auto;flex-shrink:0}.modal4_3-service .prices{line-height:30px;display:flex}.modal4_3-service .cur-price{font-weight:bold;font-size:18px;margin-right:7px}.modal4_3-service .old-price{font-size:16px;text-decoration:line-through;color:#999999}.modal4_3-service .wrap > .order-button{margin-top:7px;padding:0}.modal4_3-preview-text{margin-bottom:27px;font-weight:normal;font-size:18px;line-height:27px;color:#333333}.modal4_3-detail-text{margin-bottom:23px;font-weight:normal;font-size:15px;line-height:24px;color:#666666}.modal4_3-chars{margin-bottom:10px}.modal4_3-chars .title{font-weight:bold;font-size:18px;line-height:28px;color:#333333;margin-bottom:23px}.modal4_3-chars .char{font-weight:normal;font-size:15px;line-height:22px;color:#555555;padding:13px 17px}.modal4_3-chars .char:nth-child(2n){background:#F7F7F7}.modal4_3-chars .char:nth-child(2n+1){background:#FFFFFF}@media (max-width: 765px){.modal4_3-service{flex-wrap:wrap}.modal4_3-service .wrap{flex-shrink:1}.modal4_3-service .prices{flex-wrap:wrap}}@media (max-width: 575px){.modal4_3{margin:-10px 0 0}.modal4_3-title{font-size:25px;line-height:30px;margin-bottom:20px}.modal4_3-picture{margin-bottom:20px}.modal4_3-service{margin-bottom:20px}.modal4_3-preview-text{font-size:16px;line-height:26px;margin-bottom:20px}.modal4_3-detail-text{font-size:14px;line-height:24px;margin-bottom:20px}.modal4_3-chars .title{margin-bottom:14px}}
/* End */


/* Start:/bitrix/components/ranx/block.landing/templates/14_2/style.min.css?1759223152355*/
.block14-2-img{margin-bottom:34px;width:100%}.block14-2.content-picture-left > .maxwidth-theme > .row{flex-direction:row-reverse}.block14-2 .block-title{padding-right:70px}.block14-2.content-picture-left .block-title{padding-right:0;padding-left:70px}@media (max-width: 767px){.block14-2 .block-title{padding-right:0 !important;padding-left:0 !important}}
/* End */


/* Start:/bitrix/components/ranx/block.landing/templates/2_2/style.min.css?17592231522333*/
.block2-2 .tizers{margin-bottom:-60px;justify-content:center}.block2-2 .tizer-wrap{display:flex;flex-direction:column;height:100%;background:#fff;position:relative;top:0;transition:top .3s}.block2-2.hover-effect .tizer:hover{cursor:pointer;background:0 0!important}.block2-2.hover-effect .tizer:hover .tizer-wrap{top:-20px;transition:top .3s;cursor:pointer;box-shadow:0 4px 20px rgba(0,0,0,.15)}.block2-2.hover-effect .tizer.bg-transparent:hover .tizer-wrap{box-shadow:unset;filter:drop-shadow(0px 4px 20px rgba(0, 0, 0, .15))}.block2-2.content-align-left .tizer-wrap{align-items:flex-start}.block2-2.content-align-left .tizer{text-align:left}.block2-2.content-align-center .tizer-wrap{align-items:center}.block2-2.content-align-center .tizer{text-align:center}.block2-2.content-align-wdie .tizer{text-align:justify}.block2-2 .tizer.bg-color{background-clip:content-box}.block2-2 .tizer.bg-color .tizer-wrap,.block2-2.hover-effect .tizer .tizer-wrap{padding:30px 30px 0}.block2-2 .tizer-picture{margin-bottom:20px}.block2-2.content-picture-center .tizer-picture{align-self:center}.block2-2.content-picture-left .tizer-picture{align-self:flex-start}.block2-2.content-picture-right .tizer-picture{align-self:flex-end}.block2-2.text-light .svg-icon{color:#fff!important}.block2-2 .svg-icon svg,.block2-2 .tizer-icon svg{height:60px;max-width:100%}.block2-2 .tizer-icon{font-size:60px;display:flex;justify-content:center}.block2-2 .tizer-name{font-weight:700;font-size:18px;line-height:23px;color:#333;margin-bottom:10px}.block2-2.text-light .tizer-name{color:#fff}.block2-2 .tizer{position:relative;padding:0 20px;margin-bottom:60px}.block2-2.text-light .tizer-text{color:inherit}.block2-2.hover-effect .tizer.slick-slide:hover .tizer-wrap{transition:unset;top:0}.block2-2 .tizer.slick-slide .tizer-text{margin-bottom:0}.block2-2 .slider--one-slide .slick-dots{display:none!important}.block2-2 .slick-dots{list-style:none;margin-bottom:60px;margin-top:-30px;display:flex;justify-content:center;padding:0}.block2-2 .slick-dots li{width:20px;height:4px;margin:0 5px;border-radius:3px;cursor:pointer}.block2-2 .slick-dots li:not(.slick-active){background-color:#ccc}.block2-2 .slick-dots li>button{display:none}@media (max-width:767px){.block2-2 .tizers.tizers--mobile-slider:not(.slick-initialized) .tizer:not(:first-child){display:none}}
/* End */


/* Start:/bitrix/components/ranx/block.landing/templates/12_3/style.min.css?17592231523761*/
.block12-3-slider{position:relative;margin-left:-16px;margin-right:-16px}.block12-3-slides{width:100%;margin:0}.block12-3-slide{background-color:#ffffff;padding:35px 50px 35px 30px;border:1px solid #ececec;border-radius:4px;outline:none;height:100%}.block12-3-slide-wrap{padding:0 16px}.block12-3-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:17px}.block12-3-user{margin-left:40px;min-width:180px;display:flex}.block12-3-quotes{width:45px;min-width:45px;color:#d9d9d9 !important;position:relative;margin-top:9px}.block12-3-quotes svg{position:absolute;top:0;left:0;width:25px;height:18px}.block.text-light .block12-3-quotes{color:#ffffff}.block12-3-stars{max-width:107px;height:19px;display:flex;align-content:flex-end}.block12-3-star{margin-right:3px;width:19px;height:19px;position:relative}.block12-3-stars .block12-3-star:last-child{margin-right:0}.block12-3-star--on{color:#f2d228}.block12-3-star--off{color:#dfdfdf}.block12-3-star svg{width:19px;height:19px;position:absolute;top:0;left:0}.block12-3-text{font-size:15px;line-height:24px;color:#666666}.block12-3-avatar{width:60px;min-width:60px;height:60px;background-size:cover;border-radius:50%;margin-right:25px}.block12-3-post{font-size:13px;line-height:20px;color:#999999}.block12-3-name{font-weight:bold;font-size:16px;line-height:25px;color:#333333}.block12-3-info{display:flex;align-content:center;flex-wrap:wrap}.block12-3-info > div{width:100%}.block12-3 .slick-dots{list-style:none;margin-top:30px;margin-bottom:0;display:flex;justify-content:center;padding:0}.block12-3 .slick-dots li{width:20px;height:4px;margin:0 5px;border-radius:3px;cursor:pointer}.block12-3 .slick-dots li:not(.slick-active){background-color:#cccccc}.block12-3 .slick-dots li > button{display:none}.block12-3 .slick-arrow{position:absolute;top:calc(50% - 47px);width:40px;height:40px;background-color:#ffffff;color:#333333;border-radius:4px;cursor:pointer;z-index:1}.block12-3 .slick-arrow svg{position:absolute;top:calc(50% - 6px);left:calc(50% - 4px)}.block12-3 .slick-arrow.arrow-prev{left:-4px}.block12-3 .slick-arrow.arrow-next{right:-4px}.block12-3-oneslide .slick-dots{display:none !important}.block12-3-more{margin-top:20px}@media (max-width: 767px){.block12-3-slide{padding:30px}.block12-3-top{flex-wrap:wrap}.block12-3-top > div{width:100%}.block12-3-user{display:flex;margin-bottom:25px;width:100%;margin-left:0}.block12-3-avatar{margin-right:20px;margin-bottom:0}.block12-3 .slick-arrow{display:none !important}.block12-3 .slick-list{padding-right:38px}.block12-3-slide-wrap{padding-left:16px;padding-right:0}.block12-3-slider{margin-left:-20px;margin-right:-20px}.block12-3-oneslide .slick-list{padding-right:0 !important}.block12-3-oneslide .block12-3-slide-wrap{padding:0 16px !important}}.modal12-3-top{display:flex;margin-bottom:23px;justify-content:space-between;align-items:center}.modal12-3-user{display:flex}.modal12-3-avatar{width:74px;min-width:74px;height:74px;margin-right:25px;border-radius:50%;background-size:cover}.modal12-3-info{display:flex;align-content:center;flex-wrap:wrap}.modal12-3-info > div{width:100%}.modal12-3-post{font-size:13px;line-height:20px;color:#999999}.modal12-3-name{font-weight:bold;font-size:20px;line-height:30px;color:#333333}.modal12-3-stars{height:19px;display:flex}.modal12-3-star{margin-right:3px;width:19px;height:19px;position:relative}.modal12-3-stars .modal12-3-star:last-child{margin-right:0}.modal12-3-star--on{color:#f2d228}.modal12-3-star--off{color:#dfdfdf}.modal12-3-star svg{width:19px;height:19px;position:absolute;top:0;left:0}.modal12-3-review{font-size:15px;line-height:24px;color:#666666}@media (max-width: 767px){.modal12-3-top{flex-wrap:wrap}.modal12-3-top > div{width:100%}.modal12-3-stars{margin-top:25px}}
/* End */


/* Start:/bitrix/components/ranx/block.landing/templates/18_2/style.min.css?1759223152659*/
.block18-2 .block-title{margin-bottom:30px !important}.block18-2.text-light .contact-info a{color:#f8f9fa}.block18-2 .contact-items{}.block18-2 .contact-item{margin-bottom:17px}.block18-2 .contact-item-name{font-size:13px;line-height:23px}.block18-2:not(.text-light) .contact-item-name{color:#999999}.block18-2 .contact-item-value{font-size:16px;line-height:23px}.block18-2 .contact-item-value a{font-size:16px;line-height:23px}.block18-2:not(.text-light) .contact-item-value a{color:#333333}.block-18-2-socials{margin-top:23px}.block-18-2-socials .block-social{margin-right:25px;color:#888888}@media (max-width: 991px){.block18-2 .form-wrap{margin-top:40px}}
/* End */
/* /bitrix/components/ranx/block.landing/templates/1_3/style.css?17639812436211 */
/* /bitrix/components/ranx/block.landing/templates/4_3/style.min.css?17592231524157 */
/* /bitrix/components/ranx/block.landing/templates/14_2/style.min.css?1759223152355 */
/* /bitrix/components/ranx/block.landing/templates/2_2/style.min.css?17592231522333 */
/* /bitrix/components/ranx/block.landing/templates/12_3/style.min.css?17592231523761 */
/* /bitrix/components/ranx/block.landing/templates/18_2/style.min.css?1759223152659 */
