

/* Start:/bitrix/components/ranx/block.landing/templates/15_1/style.css?1696528976890*/
.block15-1 .block-title {
    margin-bottom: 0 !important;
}
/* center */
.block15-1.block.content-align-center .block-title,
.block15-1.block.content-align-center .block-btns {
    justify-content: center;
    text-align: center;
}

/* left */
.block15-1.block.content-align-left .block-title,
.block15-1.block.content-align-left .block-btns{
    justify-content: flex-start;
    text-align: left;
}

/* wide */
.block15-1.block.content-align-wide .block-title,
.block15-1.block.content-align-wide .block-btns{
    justify-content: flex-start;
    text-align: justify;
}

.block15-1 .block-title-col.col-lg-10 {
    flex-basis: calc(2/3 * 100%);
    max-width: calc(2/3 * 100%);
}

/* wide block */
.block15-1.wide-block .block-title-col.col-lg-10 {
    flex-basis: 100%;
    max-width: 100%;
}
.block15-1.wide-block .block-desc-col.col-lg-8 {
    flex-basis: 100%;
    max-width: 100%;
}

/* End */


/* Start:/bitrix/components/ranx/block.landing/templates/17_1/style.css?16965289525702*/
.block17-1 .tariffs-tabs {
    margin-bottom: 32px;
}
.block17-1 .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-1 .tariff-filter__button:not(.active) {
    background: #FFFFFF;
    border-color: #ECECEC;
}
.block17-1 .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-1 .tariff-filter__button.active {
    color: #fff;
}
.block17-1 .tariffs {
    position: relative;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.block17-1.loading .tariffs {
    opacity: 0;
}
.block17-1 .tariff:focus {
    outline: none;
}
.block17-1 .tariff_wrapper {
    background: #FFFFFF;
    margin: 10px 12px;
    border: 1px solid #ECECEC;
    border-radius: 3px;
    position: relative;
    padding: 40px 30px;
    -webkit-transition: box-shadow .2s ease-in;
    -moz-transition: box-shadow .2s ease-in;
    transition: box-shadow .2s ease-in;
}
.block17-1 .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-1 .tariff-img {
    min-width: 40px;
    min-height: 40px;
    text-align: center;
    width: 170px;
    height: 170px;
    margin: 0 auto 18px auto;
    border-radius: 100%;
}
.block17-1 .tariff-text {
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 20px;
    width: 100%;
}
.block17-1 .tariff-title {
    display: block;
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    color: #333;
}
.block17-1 .tariff-desc {
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin-top: 10px;
    width: 100%;
}
.block17-1 .tariff-desc.no-border {
    border-bottom: none;
}
.block17-1 .tariff-props {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ECECEC;
}
.block17-1 .tariff-props li {
    color: #333;
    font-size: 14px;
    margin-bottom: 7px;
}
.block17-1 .tariff-prices > div {
    display: inline-block;
}
.block17-1 .tariff-price {
    font-weight: bold;
    font-size: 20px;
    color: #333;
}
.block17-1 .tariff-old-price {
    margin-left: 6px;
    font-size: 16px;
    color: #999;
    text-decoration: line-through;
}
.block17-1 .tariff-discount {
    white-space: nowrap;
    font-size: 0;
}
.block17-1 .tariff-discount > div {
    display: inline-block;
    font-size: 11px;
    text-align: center;
    padding: 1px 3px 1px 4px;
    margin-right: 2px;
}
.block17-1 .tariff-discount .discount-value {
    background: #FFD600;
    border-radius: 3px;
}
.block17-1 .tariff-discount .discount-text {
    background: #FFEF99;
    border-radius: 3px;
    color: #333;
}
.block17-1 .tariff-btn_wrapper {
    margin-top: 30px;
}
.block17-1 .block-el-btns {
    justify-content: center;
}
.block17-1 .btn-transparent.rounded {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
}
.block17-1 .btn-transparent.rounded {
    color: #F25353;
}
.block17-1 .btn-transparent.rounded:hover {
    color: #FFF;
}
.block17-1 .load-more_wrapper {
    margin-top: 32px;
}
.block17-1 .tariff-stickers {
    font-size: 0;
    position: absolute;
    top: 25px;
    left: 25px;
}
.block17-1 .tariff-stickers > div {
    display: inline-block;
}
.block17-1 .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-1 .tariff-stickers>div:first-child [class*="sticker_"] {
    margin-left: 0;
}
.block17-1 .tariff-stickers .sticker_sale {
    background-color: #FFD600;
    color: #333;
}
.block17-1 .tariff-stickers .sticker_hit {
    background-color: #FC3E14;
}

/* slick */
.block17-1 .slick-dots {
    bottom: -30px;
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.block17-1 .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 4px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    border-radius: 100px;
}
.block17-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;
    background: #CCCCCC;
    border-radius: 50px;
}
.block17-1 .slick-dots li.theme-bg.slick-active button {
    background: inherit;
}
.block17-1 .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-1 .slick-arrow.arrow-prev {
    left: -10px;
}
.block17-1 .slick-arrow.arrow-next {
    right: -10px;
}

/* End */


/* Start:/bitrix/components/ranx/block.landing/templates/13_2_custom/style.css?16965289581828*/
.block13-2-custom-slider {
    position: relative;
    margin-left: -16px;
    margin-right: -16px;
}

.block13-2-custom-brand-items {
    width: 100%;
    margin: 0;
   
    
}

.block13-2-custom .slick-track {
    display: flex;
   /* align-items: stretch;*/
}

.block13-2-custom-brand-item {
    margin: 0 auto;
    height: 100%;
    display: block;
    position: relative;
   
}
.block13-2-custom .block13-2-custom-slide-wrap {
    padding: 0 16px;
    height: inherit;
    outline: none;;
}

.block13-2-custom-brand-item img {
    width: auto;
        max-width: 100%;
        height: auto;
        max-height: 56px;
}

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

.block13-2-custom .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-2-custom .slick-arrow svg {
    position: absolute;
    top: calc(50% - 6px);
    left: calc(50% - 4px);
}

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

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


@media (max-width: 768px) {
    .block13-2-custom .__block-title-text  {
        margin-bottom: 0px !important;
    }
}
.block13-2-custom-brand-item-img {
    height: 56px;
    width: 100%;
}
@media (max-width: 768px) {
    .block13-2-custom .block13-2-custom-slide-wrap {
        padding: 0 8px;
    }
    .block13-2-custom-slider {
        margin-left: -8px;
        margin-right: -8px;
    }
    .block13-2-custom .__mt10.__b2.__grey {
        font-size: 14px !important;
    }
    body .block13-2-custom .slick-arrow.arrow-next {
        right: -4px !important;
    }
    body .block13-2-custom .slick-arrow.arrow-prev {
        left: -4px !important;
    }
   
}
/* End */
/* /bitrix/components/ranx/block.landing/templates/15_1/style.css?1696528976890 */
/* /bitrix/components/ranx/block.landing/templates/17_1/style.css?16965289525702 */
/* /bitrix/components/ranx/block.landing/templates/13_2_custom/style.css?16965289581828 */
