

/* Start:/bitrix/components/ranx/block.landing/templates/17_3/style.css?17554349375656*/
.block17-3 .tariffs-tabs {
    margin-bottom: 32px;
}
.block17-3 .tariff-filter__button {
    border: 1px solid transparent;
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 8px 16px 10px;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.block17-3 .tariff-filter__button:not(.active) {
    background: #FFFFFF;
    border-color: #ECECEC;
}
.block17-3 .tariff-filter__button:hover {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    border-color: transparent;
}
.block17-3 .tariff-filter__button.active {
    color: #fff;
}
.block17-3 .tariffs {
    position: relative;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.block17-3.loading .tariffs {
    opacity: 0;
}
.block17-3 .tariff:focus {
    outline: none;
}
.block17-3 .tariff_wrapper {
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    margin: 10px 12px;
    border-radius: 8px;
    position: relative;
    -webkit-transition: box-shadow .2s ease-in;
    -moz-transition: box-shadow .2s ease-in;
    transition: box-shadow .2s ease-in;
    overflow: hidden;
}
.block17-3 .tariff_wrapper:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 1;
    -webkit-transition: box-shadow .2s ease-out;
    -moz-transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out;
}
.block17-3 .tariff-img {
    height: 210px;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.block17-3 .tariff-info {
    padding: 30px;
    padding-top: 25px;
}
.block17-3 .tariff-text {
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 20px;
    width: 100%;
}
.block17-3 .tariff-title {
    display: block;
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    color: #333;
    margin-bottom: 10px;
}
.block17-3 .tariff-desc {
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin-bottom: 21px;
}
.block17-3 .tariff-props li {
    color: #333;
    font-size: 14px;
    margin-bottom: 7px;
}
.block17-3 .tariff-prices>div {
    display: inline-block;
}
.block17-3 .tariff-price {
    font-weight: bold;
    font-size: 20px;
    color: #333;
}
.block17-3 .tariff-old-price {
    margin-left: 6px;
    font-size: 16px;
    color: #999;
    text-decoration: line-through;
}
.block17-3 .tariff-discount {
    white-space: nowrap;
    font-size: 0;
}
.block17-3 .tariff-discount>div {
    display: inline-block;
    font-size: 11px;
    text-align: center;
    padding: 1px 3px 1px 4px;
    margin-right: 2px;
}
.block17-3 .tariff-discount .discount-value {
    background: #FFD600;
    border-radius: 3px;
}
.block17-3 .tariff-discount .discount-text {
    background: #FFEF99;
    border-radius: 3px;
    color: #333;
}
.block17-3 .tariff-btn_wrapper {
    margin-top: 20px;
}
.block17-3 .block-el-btns {
    justify-content: center;
}
.block17-3 .load-more_wrapper {
    margin-top: 32px;
}
.block17-3 .tariff-stickers {
    font-size: 0;
    position: absolute;
    top: 25px;
    left: 25px;
}
.block17-3 .tariff-stickers>div {
    display: inline-block;
}
.block17-3 .tariff-stickers [class*="sticker_"] {
    background-color: #46BD1C;
    width: auto;
    margin: 0 3px 6px;
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    padding: 1px 5px 3px;
    border-radius: 2px;
}
.block17-3 .tariff-stickers>div:first-child [class*="sticker_"] {
    margin-left: 0;
}
.block17-3 .tariff-stickers .sticker_sale {
    background-color: #FFD600;
    color: #333;
}
.block17-3 .tariff-stickers .sticker_hit {
    background-color: #FC3E14;
}

/* slick */
.block17-3 .slick-dots {
    bottom: -30px;
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.block17-3 .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 4px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    border-radius: 100px;
}
.block17-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;
    background: #CCCCCC;
    border-radius: 50px;
}
.block17-3 .slick-dots li.theme-bg.slick-active button {
    background: inherit;
}
.block17-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;
}
.block17-3 .slick-arrow.arrow-prev {
    left: -10px;
}
.block17-3 .slick-arrow.arrow-next {
    right: -10px;
}

.block17-3 [class*="sticker_age"] {
    background-color: #FFD600 !important;
    color: #333 !important;
}

/* Базовые стили для мобильного режима */
/*@media (max-width: 767px) { */
    .block17-3 [data-tariffs_slider] {
        //display: block !important;
    }
    .block17-3 [data-tariffs_slider] .slide {
        //display: block !important;
        //width: 100% !important;
        opacity: 1 !important;
        float: none !important;
    }
    [data-prev-slide],
    [data-next-slide],
    .slick-dots {
        display: none !important;
	}
/*}*/
/* End */


/* Start:/bitrix/components/ranx/block.landing/templates/19_1/style.min.css?17438519028072*/
.block19-1 .product{display:flex;flex-direction:column;border:1px solid #ececec;box-sizing:border-box;background-color:#ffffff;padding:30px;position:relative;height:100%;width:100%;-webkit-transition:box-shadow 0.2s ease-out;-moz-transition:box-shadow 0.2s ease-out;transition:box-shadow 0.2s ease-out}.block19-1 .product:hover{border-color:transparent;-webkit-box-shadow:0 5px 20px rgba(0, 0, 0, 0.1);-moz-box-shadow:0 5px 20px rgba(0, 0, 0, 0.1);box-shadow:0 5px 20px rgba(0, 0, 0, 0.1);-webkit-transition:box-shadow 0.2s ease-in;-moz-transition:box-shadow 0.2s ease-in;transition:box-shadow 0.2s ease-in;z-index:10}.block19-1 .product-name{font-weight:bold;font-size:15px;line-height:22px;color:#333333 !important}.block19-1 .product-available,.modal19_1 .product-available{font-size:12px;line-height:18px;margin-top:5px;position:relative;padding-left:14px}.block19-1 .product-available::before,.modal19_1 .product-available::before{content:'';position:absolute;left:0;top:calc(50% - 3px);width:6px;height:6px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.block19-1 .product-available-yes,.modal19_1 .product-available-yes{color:#69BE15}.block19-1 .product-available-yes::before,.modal19_1 .product-available-yes::before{background-color:#69BE15}.block19-1 .product-available-no,.modal19_1 .product-available-no{color:#E93B3B}.block19-1 .product-available-no::before,.modal19_1 .product-available-no::before{background-color:#E93B3B}.block19-1 .product-bottom{display:flex;width:100%;justify-content:space-between;align-items:center;padding-top:15px;margin-top:auto}.block19-1 .product-prices,.modal19_1 .product-prices{display:flex;flex-wrap:wrap}.block19-1 .product-prices > div,.modal19_1 .product-discount{display:flex;flex-wrap:wrap;width:100%}.block19-1 .product-price,.modal19_1 .product-price{font-weight:bold;font-size:20px;line-height:22px;color:#333333;margin-right:7px}.block19-1 .product-price-old,.modal19_1 .product-price-old{font-size:13px;line-height:30px;text-decoration:line-through;color:#999999}.product-economy-percent{font-size:11px;line-height:16px;color:#333333;padding:1px 3px 1px 4px;background-color:#FFD600;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;margin-right:2px}.product-economy-money{font-size:11px;line-height:16px;color:#333333;padding:1px 2px 1px 5px;background-color:#ffef9d;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.block19-1 .product .btn{font-size:14px;opacity:0;-webkit-transition:opacity 0.1s ease-out;-moz-transition:opacity 0.1s ease-out;transition:opacity 0.1s ease-out}.block19-1 .product:hover .btn{opacity:1;-webkit-transition:opacity 0.1s ease-in;-moz-transition:opacity 0.1s ease-in;transition:opacity 0.1s ease-in}.block19-1 .product-stickers{position:absolute;top:30px;left:30px;max-width:calc(100% - 60px);z-index:1;display:flex;flex-wrap:wrap}.block19-1 .product-sticker{display:block;font-size:12px;line-height:16px;color:#ffffff;padding:1px 5px 3px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;margin-right:5px;margin-bottom:5px}.block19-1 .product-sticker-sale{background-color:#FFD600;color:#333333}.block19-1 .product-sticker-new{background-color:#46BD1C}.block19-1 .product-sticker-recommend{background-color:#8E51CB}.block19-1 .product-sticker-hit{background-color:#FC3E14}.block19-1 .product-img{max-height:270px;margin-bottom:25px;position:relative;padding-top:100%}.block19-1 .product-img img{max-width:100%;max-height:100%;position:absolute;top:0;left:0;right:0;bottom:0;display:block;height:auto;margin:auto}.block19-1 .col-xl-4 .product-img{max-height:390px}.block19-1 .col-xl-6 .product-img{max-height:580px}.block19-1 a.product-img,.block19-1 a.product-name{display:block;cursor:pointer}.block19-1 .product-buy{display:flex;position:absolute;left:0;right:0;top:100%;opacity:0;visibility:hidden;height:0;transition:opacity 0.1s ease;-webkit-transition:opacity 0.1s ease;-moz-transition:opacity 0.1s ease;-webkit-box-shadow:0 5px 20px rgba(0, 0, 0, 0.1);-moz-box-shadow:0 5px 20px rgba(0, 0, 0, 0.1);box-shadow:0 5px 20px rgba(0, 0, 0, 0.1)}.block19-1 .product:hover .product-buy{opacity:1;visibility:visible;height:auto}.block19-1 .product-buy:not(.in-basket) > div{width:50%}.block19-1 .product-buy-basket-btn,.block19-1 .product-buy-btn{padding-top:12px;padding-bottom:16px;border-radius:0;cursor:pointer;margin-top:0 !important}.block19-1 .counter{border-radius:0;border:none;border-top:1px solid #ececec}.block19-1 .product-buy-basket-btn,.block19-1 .product-buy.in-basket .counter,.block19-1 .product-buy.in-basket .product-buy-btn{display:none}.block19-1 .product-buy.in-basket .product-buy-basket-btn{display:block}@media (max-width: 1199px){.block19-1 .product-buy{position:static;opacity:1;visibility:visible;height:auto;margin:25px -25px -25px;box-shadow:none}}.modal19_1 .simplebar-track.simplebar-horizontal{height:3px;overflow:visible;bottom:0}.modal19_1 .simplebar-track.simplebar-horizontal .simplebar-scrollbar{height:3px;top:0}.modal19_1 .product-images{margin:0 -60px 58px;white-space:nowrap;border-bottom:1px solid #ECECEC}.modal19_1 .product-images img{width:auto;height:400px;padding-bottom:20px}.modal19_1 .product-image{margin-bottom:58px}.modal19_1 .product-image img{display:block;height:100%;max-width:100%;object-fit:contain;margin:auto}.modal19_1 .product-category{font-size:13px;line-height:16px;color:#999999;margin-bottom:8px}.modal19_1 .product-name{font-weight:bold;font-size:28px;line-height:37px;color:#333333;margin-bottom:20px}.modal19_1 .product-info{display:flex;align-items:center;margin-bottom:40px}.modal19_1 .product-available{margin:0 28px 0 0}.modal19_1 .product-rating{display:flex}.modal19_1 .product-star{margin-right:1px;width:15px;height:15px;position:relative}.modal19_1 .product-star--on{color:#f2d228}.modal19_1 .product-star--off{color:#dfdfdf}.modal19_1 .product-star svg{width:15px;height:15px;position:absolute;top:0;left:0}.modal19_1 .product-sale{border-radius:3px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-bottom:42px}.modal19_1 .product-sale:not(.empty-price){padding:25px 30px;border:1px solid #ECECEC}.modal19_1 .product-sale.empty-price{padding-bottom:40px;border-bottom:1px solid #ECECEC}.modal19_1 .product-discount{margin-bottom:5px}.modal19_1 .product-desc{margin-bottom:25px}.modal19_1 .product-title{font-weight:bold;font-size:18px;line-height:28px;color:#333333;margin-bottom:16px}.modal19_1 .product-desc-text{font-size:15px;line-height:25px;color:#666666}.modal19_1 .product-char{font-weight:normal;font-size:15px;line-height:22px;color:#555555;padding:13px 17px}.modal19_1 .product-char:nth-child(2n){background:#F7F7F7}.modal19_1 .product-char:nth-child(2n+1){background:#FFFFFF}.modal19_1 .product-buy{display:flex}.modal19_1 .product-buy:not(.in-basket) > div{width:50%}.modal19_1 .product-buy-basket-btn,.modal19_1 .product-buy-btn{cursor:pointer;margin-top:0 !important}.modal19_1 .counter{margin-right:10px}.modal19_1 .product-buy-basket-btn,.modal19_1 .product-buy.in-basket .counter,.modal19_1 .product-buy.in-basket .product-buy-btn{display:none}.modal19_1 .product-buy.in-basket .product-buy-basket-btn{display:block}@media (max-width: 991px){.modal19_1 .product-images{margin-left:-30px;margin-right:-30px}.block19-1 .product .btn{opacity:1}}@media (min-width: 720px){.modal19_1 .product-button .btn{width:330px;padding:13px 0 15px;font-size:15px;line-height:20px}.modal19_1 .empty-price .product-button .btn{width:unset;padding:13px 42px 15px}}@media (max-width: 575px){.modal19_1 .product-images{margin:0 -15px 20px}.modal19_1 .product-image{margin-bottom:20px}.modal19_1 .product-name{font-size:25px;line-height:30px}.modal19_1 .product-info{margin-bottom:20px}.modal19_1 .product-sale{margin-bottom:20px}.modal19_1 .product-sale:not(.empty-price){padding:20px 25px}.modal19_1 .product-sale.empty-price{padding-bottom:20px}.modal19_1 .product-title{margin-bottom:14px}.modal19_1 .product-desc{margin-bottom:20px}.modal19_1 .product-desc-text{font-size:14px;line-height:24px}}
/* End */


/* Start:/bitrix/components/ranx/block.landing/templates/7_4/style.min.css?17438519022075*/
.block7-4 .cards{margin-bottom:-30px}.block7-4 .cards > div{margin-bottom:30px}.block7-4 .card{position:relative;border:none;border-radius:0;top:0}.block7-4 .card-wrap{position:relative;top:0;transition:0.3s}.block7-4 .card-preview{min-height:500px;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.block7-4 .card-preview img{display:none}.block7-4 .card-info{position:absolute;bottom:30px;left:30px;right:30px;z-index:2}.block7-4 .card-name{color:#ffffff}.block7-4 .card-info .card-link{position:static !important;display:inline-block;margin-top:15px}.block7-4 .card-name{font-weight:bold;font-size:16px;line-height:21px}.block7-4 .card-name p{font-weight:bold;font-size:18px;line-height:23px;margin-bottom:0}.block7-4 .card--wide .card-name,.block7-4 .card--wide .card-name p{font-size:25px;line-height:32px}.block7-4 .card-name p{color:#FFFFFF}.block7-4 .card-shadow{position:absolute;z-index:1;bottom:0;height:150px;width:100%;background:linear-gradient(0deg, #000000 -5.9%, rgba(0, 0, 0, 0) 87.15%);opacity:0.8}.block7-4 .cover{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;background:rgba(0,0,0,0.4);transition:0.4s}.block7-4 .card:hover .cover{opacity:1}.block7-4 .card-desc{font-size:16px;line-height:21px;color:#ffffff;opacity:0.7;margin-top:15px}.block7-4 .card-link{display:block;position:absolute;font-weight:500;font-size:14px;line-height:26px;bottom:30px;left:30px;right:30px}.block7-4 .card-link:hover{text-decoration:underline !important}@media (max-width: 991px){.block7-4 .cards{margin-bottom:0}.block7-4 .cards > div{margin-bottom:10px}.block7-4 .cards > div:last-child{margin-bottom:0}.block7-4 .card--wide .card-preview{min-height:100px;background:none !important}.block7-4 .card--wide .card-preview img{display:block;width:100%}.block7-4 .card--wide .card-shadow{display:none}.block7-4 .card--wide .card-info{position:static;margin-top:30px;margin-bottom:60px}.block7-4 .card--wide .card-info .card-name{color:#333333}.block7-4 .card--wide .card-info .card-desc{color:#555555;opacity:0.7}}
/* End */
/* /bitrix/components/ranx/block.landing/templates/17_3/style.css?17554349375656 */
/* /bitrix/components/ranx/block.landing/templates/19_1/style.min.css?17438519028072 */
/* /bitrix/components/ranx/block.landing/templates/7_4/style.min.css?17438519022075 */
