

/* Start:/bitrix/components/ranx/block.landing/templates/4_2_custom/style.css?16965289685148*/
.block4-2-custom .service-item {
    position: relative;
    
    height: 100%;
}
.block4-2-custom .service-list:not(.no-gutters) {
    margin-bottom: -30px;
}
.block4-2-custom .service-list:not(.no-gutters) .row-item {
    margin-bottom: 30px;
}
.block4-2-custom .service-container {
    position: relative;  
    border-radius: 12px;
    background-color: #ffffff;
}
.block4-2-custom .service-container > .row {
    height: 100%;
}
.block4-2-custom .service-info-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.block4-2-custom .service-img {
    margin-bottom: 30px;
}
.block4-2-custom .service-img svg {
    height: 40px;
    width: 40px;
}
.block4-2-custom .service-img img {
    max-width: 100%;
    min-width: 40px;
}
.block4-2-custom .service-name {    
    margin-bottom: 8px;    
}
.block4-2-custom .service-desc {
    
}
.block4-2-custom .service-props {
    margin-bottom: 15px;
    font-size: 13px;
    display: table;
    width: 100%;
}
.block4-2-custom .service-prices {
    margin-top: auto;
}
.block4-2-custom .service-prices .service-price {
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    margin-right: 7px;
}
.block4-2-custom .service-prices .service-old-price {
    font-size: 16px;
    text-decoration: line-through;
    color: #999;
    display: inline-block;
}
.block4-2-custom .bottom-button-container {
    margin-top: 80px;
    text-align: center;
}
.block4-2-custom .service-container .service-btn {
   
    margin-top: 22px;
}

/* hover */
.block4-2-custom .service-item:not(.hover) .service-container {
    height: inherit;
}
.block4-2-custom .service-item.hover .service-container {
    border-color: transparent;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
    z-index: 1;
}
.block4-2-custom .service-item.hover .service-btn {
    display: block;
}

@media (max-width: 767px) {
    .block4-2-custom .service-item:not(.hover) .service-container {
        height: unset;
    }
    .block4-2-custom .service-item:not(.hover) .service-btn {
        display: block;
    }
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .modal4_2_custom-service .prices {
        flex-wrap: wrap;
    }
    .block4-2-custom .service-desc.__b2 {
        font-size: 14px !important;
        line-height: 170% !important;
    }
    
}

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

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

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

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

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

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

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

/* End */


/* 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 */
/* /bitrix/components/ranx/block.landing/templates/4_2_custom/style.css?16965289685148 */
/* /bitrix/components/ranx/block.landing/templates/15_1/style.css?1696528976890 */
