

/* Start:/bitrix/components/ranx/block.landing/templates/4_3_custom/style.css?16965289467312*/
.block4-3-custom .service-item {
    position: relative;
    margin: 0;
    padding: 0 16px 32px;
    transition: all 4.2s;
    outline: none;

}
.block4-3-custom .block-desc {
    text-align: left;
}

.block4-3-custom .service-info-wrap {
    transition: all 1s;
}
.block4-3-custom .service-inner-wrap {
    height: 100%;
}
.block4-3-custom .col-lg-8.block-desc-col,
.block4-3-custom .col-lg-10.block-title-col {
    width: 100%  !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    text-align: center;
}
.block .block-title-col + .block-desc-col {
    margin-top: 16px !important;
}
.block4-3-custom .service-container {
    position: relative;    
    transition: background-size .2s;
    background-color: #ffffff;
    overflow: hidden;
}
.block4-3-custom .service-info-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.block4-3-custom .service-img {
    width: 100%;
    height: 296px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;
}
.block4-3-custom .service-item .service-info-wrap {
    height: 264px;
    margin: 16px 0;
}
@media (min-width: 1024px) {
    .block4-3-custom .service-item.fullHeight .service-info-wrap {
        height: 296px;
        margin: 0px 0;
    }
}
.block4-3-custom .service-info {
    padding: 25px 30px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.block4-3-custom .service-name {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 7px;
    color: #000000;
}
.block4-3-custom .service-desc {
    margin-bottom: 12px;
    font-size: 14px;
    color: #666;
}
.block4-3-custom .service-props {
    margin-bottom: 15px;
    font-size: 13px;
    width: 100%;
    color: #333333;
}
.block4-3-custom .service-prices {
    margin-top: auto;
}
.block4-3-custom .service-prices .service-price {
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    margin-right: 7px;
    color: #000000;
}
.block4-3-custom .service-prices .service-old-price {
    font-size: 16px;
    text-decoration: line-through;
    color: #999;
    display: inline-block;
}
.block4-3-custom .bottom-button-container {
    margin-top: 20px;
    text-align: center;
}
.block4-3-custom .service-item .service-btn {
    display: none;
    margin-top: -13px;
    padding: 0 25px 30px;
}
.block4-3-custom .block-btns {
    position: relative;
    margin-top: 80px;
    z-index: 1;
}

/* hover */
.block4-3-custom .service-inner-wrap:not(.hover) .service-container {
    height: 100%;
}
.block4-3-custom .service-inner-wrap.hover .service-btn {
    display: block;
}

/*** slider ***/
.block4-3-custom .service-slider {
    position: relative;
}
.block4-3-custom .service-list {
    margin-bottom: -32px;
}
.block4-3-custom .service-list:not(.slick-initialized) {
    display: none;
}
.block4-3-custom .slick-track {
    display: flex !important;
}
.block4-3-custom .slick-slide {
    height: inherit !important;
}
.block4-3-custom .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;
}
body .block4-3-custom .slick-arrow.arrow-prev {
    left: -20px !important;
}
body .block4-3-custom .slick-arrow.arrow-next {
    right: -20px !important;
}

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

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

.modal4_3_custom-picture {
    margin-bottom: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .modal4_3_custom-service .prices {
        flex-wrap: wrap;
    }
    .block4-3-custom .block-title-col {
        text-align: center;
    }
    .block4-3-custom .__block-title-text.__mb32 {
        margin-bottom: 16px !important;
    }
    .block4-3-custom .service-item .service-info-wrap,
    .block4-3-custom .service-img {
        height: 364px;
    }
    .block4-3-custom .service-item .service-info-wrap {
        margin: 0px 0px;
    }
    body .block4-3-custom .slick-arrow.arrow-prev {
        left: -12px !important;
    }
    body .block4-3-custom .slick-arrow.arrow-next {
        right: -12px !important;
    }

    #block_6816  .block4-3-custom .__block-desc-col li {
        text-align: left !important;
        margin-bottom: 16px;
    }
    #block_6816 .block .block-title {
        margin-bottom: 16px !important;
    }
    #block_6816 .block4-3-custom .service-item .service-info-wrap, 
    #block_6816 .block4-3-custom .service-img,
    #block_6816 .service-slider{
        height: 312px;
    }

}

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

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

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

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

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

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

    .modal4_3_custom-chars .title {
        margin-bottom: 14px;
    }
}

/* End */


/* Start:/bitrix/components/ranx/block.landing/templates/6_1/style.css?16965289492059*/
.block6-1 .news {
    margin-bottom: -25px;
}
.block6-1 .news-wrap {
    display: block;
    margin-bottom: 25px;
}
.block6-1 .news-block-img {
    margin-bottom: 12px;
    width: 100%;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-bottom: 66.6%;
    background-size: cover;
    background-position: center;
}
.block6-1 .news-wrap:hover .news-block-img {
    opacity: .7;
}
.block6-1 .news-block-name {
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    color: #333;
    margin-bottom: 10px;
}
.block6-1 .news-block-text {
    text-align: left;
    font-size: 13px;
    line-height: 23px;
    color: #999999;
    margin-bottom: 7px;
}

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

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

.modal6_1-date {
    margin-bottom: 33px;
    font-size: 13px;
    line-height: 24px;
    color: #999999;
}

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

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

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

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

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

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

    .modal6_1-date {
        margin-bottom: 20px;
    }

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

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

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

/* 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/4_3_custom/style.css?16965289467312 */
/* /bitrix/components/ranx/block.landing/templates/6_1/style.css?16965289492059 */
/* /bitrix/components/ranx/block.landing/templates/13_2_custom/style.css?16965289581828 */
