

/* Start:/bitrix/components/ranx/block.landing/templates/6_2_custom3/style.css?1696528968261*/
.block6-2-custom3 .block-title.d-flex.flexbox-row {
    margin-bottom: 0px !important;
}
@media (max-width: 768px) {
    #block_7129 .block-title-col {
        text-align: center;
    }
    #block_7222 .block-title-col {
        text-align: center;
    }
    
}
/* End */


/* Start:/bitrix/components/ranx/block.landing/templates/4_2_custom6/style.css?17036173545327*/
.block4-2-custom6 .service-item {
    position: relative;
    height: 100%;
}

.block4-2-custom6 .block-el-btns .block4-2-custom6 .block-el-btns>div {
    width: 100%;
}

.block4-2-custom6 .service-list:not(.no-gutters) {
    margin-bottom: -30px;
}

.block4-2-custom6 .service-list:not(.no-gutters) .row-item {
    margin-bottom: 30px;
}

.block4-2-custom6 .service-container {
    position: relative;
    border-radius: 12px;
    background-color: #ffffff;
}

.block4-2-custom6 .service-container>.row {
    height: 100%;
}

.block4-2-custom6 .service-info-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
   
    position: relative;
    min-height: 124px;
}

.block4-2-custom6 .service-img {
    margin-bottom: 30px;
}

.block4-2-custom6 .service-img svg {
    height: 40px;
    width: 40px;
}

.block4-2-custom6 .service-img img {
    max-width: 100%;
    min-width: 40px;
}

.block4-2-custom6 .service-name {
    margin-bottom: 8px;
}

.block4-2-custom6 .service-desc {}

.block4-2-custom6 .service-props {
    margin-bottom: 15px;
    font-size: 13px;
    display: table;
    width: 100%;
}

.block4-2-custom6 .service-prices {
    margin-top: auto;
}

.block4-2-custom6 .service-prices .service-price {
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    margin-right: 7px;
}

.block4-2-custom6 .service-prices .service-old-price {
    font-size: 16px;
    text-decoration: line-through;
    color: #999;
    display: inline-block;
}

.block4-2-custom6 .bottom-button-container {
    margin-top: 80px;
    text-align: center;
}

.block4-2-custom6 .service-container .block-el-btns {
   /* position: absolute;*/
   margin-top: 24px;
    bottom: 0px;
    left: 16px;
    right: 16px;
}

/* hover */
.block4-2-custom6 .service-item:not(.hover) .service-container {
    height: inherit;
}

.block4-2-custom6 .service-item.hover .service-container {
    border-color: transparent;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
    z-index: 1;
}

.block4-2-custom6 .service-item.hover .service-btn {
    display: block;
}

@media (max-width: 1200px) {
    .block4-2-custom6 .service-info-wrap {
        min-height: auto;
    }

    .block-el-btns .btn {
        margin-bottom: 0px;
    }
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .modal4_2_custom4-service .prices {
        flex-wrap: wrap;
    }

    .block4-2-custom6 .block-el-btns .btn {
        width: calc(100% - 32px) !important;
    }
}

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

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

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

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

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

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

    .modal4_2_custom4-chars .title {
        margin-bottom: 14px;
    }
}
/* End */
/* /bitrix/components/ranx/block.landing/templates/6_2_custom3/style.css?1696528968261 */
/* /bitrix/components/ranx/block.landing/templates/4_2_custom6/style.css?17036173545327 */
