

/* Start:/bitrix/components/ranx/block.landing/templates/4_3/style.css?17708124515163*/
.block4-3 .service-item {
    position: relative;
    margin: 0;
    padding: 0 16px 100px;
    transition: transform .2s , box-shadow .2s;
    height: 100%;
    outline: none;
}
.block4-3 .service-inner-wrap {
    position: relative;
    height: 100%;
}
.block4-3 .service-container {
    position: relative;
    border: 2px solid #ECECEC;
    border-radius: 14px;
    transition: transform .2s , box-shadow .2s;
    background-color: #d7fbfa61;
    overflow: hidden;
    height: 100%;
}
.block4-3 .service-inner-wrap:hover .service-container {
    border-radius: 4px 4px 0 0;
    border: 1px solid #fff;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
    height: unset;
}
.block4-3 .service-img {
    width: 100%;
    padding-bottom: 66.6%;
    background-size: cover;
    background-position: center;
}
.block4-3 .service-info {
    padding: 30px;
    padding-top: 25px;
}
.block4-3 .service-name {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 7px;
    color: #000000;
}
.block4-3 .service-desc {
    margin-bottom: 12px;
    font-size: 14px;
    color: #666;
}
.block4-3 .service-props {
    margin-bottom: 15px;
    font-size: 13px;
    width: 100%;
    color: #333333;
}
.block4-3 .service-prices .service-price {
    font-weight: Bold;
    font-size: 15px;
    display: inline-block;
    margin-right: 7px;
    color: #0d4465d9;
}
.block4-3 .service-prices .service-old-price {
    font-size: 16px;
    text-decoration: line-through;
    color: #999;
    display: inline-block;
}
.block4-3 .bottom-button-container {
    margin-top: 20px;
    text-align: center;
}
.block4-3 .service-item .service-btn {
    display: none;
    margin-top: 17px;
}
.block4-3 .service-inner-wrap:hover .service-btn {
    display: block;
}

.block4-3 .block-btns {
    position: relative;
    margin-top: 80px;
    z-index: 1;
}

/*** slider ***/
.block4-3 .service-slider {
    margin-bottom: -100px;
    position: relative;
}
.block4-3 .slick-track {
    display: flex !important;
}
.block4-3 .slick-slide {
    height: inherit !important;
}
.block4-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;
}
.block4-3 .slick-arrow.arrow-prev {
    left: -15px;
}
.block4-3 .slick-arrow.arrow-next {
    right: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* End */


/* Start:/bitrix/components/ranx/block.landing/templates/9_4/style.css?17708124514019*/
.block9-4-slider-wrap {
    position: relative;
}

.block9-4 .employee {
    padding: 60px;
    background-color: #e6fbfa;
    border: 1px solid #ececec;
    border-radius: 4px;
    display: flex;
    height: 100%;
}
.block9-4 .employee-photo-wrap {
    margin-right: 60px;
}
.block9-4 .employee-photo {
    width: 300px;
    height: 300px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
}

.block9-4 .employee-post {
    font-size: 13px;
    line-height: 20px;
    color: #999999;
    margin-bottom: 9px;
}
.block9-4 .employee-name {
    font-size: 26px;
    line-height: 27px;
    color: #333333;
}
.block9-4 .employee-desc {
    margin-top: 27px;
}

.block9-4 .employee-props {
    margin-top: 22px;
    display: flex;
}
.block9-4 .employee-prop {
    margin-right: 45px;
}
.block9-4 .employee-prop-name {
    font-size: 13px;
    line-height: 20px;
    color: #999999;
    opacity: .7;
    margin-top: 3px;
}
.block9-4 .employee-prop-value {
    font-size: 15px;
    line-height: 20px;
    color: #333333;
    display: block;
}

.block9-4 .employee-socials {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.block9-4 .employee-socials a {
    width: 19px;
    height: 19px;
    position: relative;
    color: #b8b8b8;
    margin-right: 25px;
}
.block9-4 .employee-socials a:hover {
    opacity: 1;
}
.block9-4 .employee-socials a > svg {
    width: 19px;
    height: 19px;
    position: absolute;
    top: 0;
    left: 0;
}

.block9-4 .slick-dots {
    list-style: none;
    margin-top: 30px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    padding: 0;
}
.block9-4 .slick-dots li {
    width: 20px;
    height: 4px;
    margin: 0 5px;
    border-radius: 3px;
    cursor: pointer;
}
.block9-4 .slick-dots li:not(.slick-active) {
    background-color: #cccccc;
}
.block9-4 .slick-dots li > button {
    display: none;
}

.block9-4 .slick-arrow {
    position: absolute;
    top: calc(50% - 34px);
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    color: #333333;
    border-radius: 4px;
    cursor: pointer;
    z-index: 1;
}
.block9-4 .slick-arrow svg {
    position: absolute;
    top: calc(50% - 6px);
    left: calc(50% - 4px);
}
.block9-4 .slick-arrow.arrow-prev {
    left: -20px;
}
.block9-4 .slick-arrow.arrow-next {
    right: -20px;
}

.block9-4-oneslide .slick-dots {
    display: none !important;
}

@media (max-width: 991px) {
    .block9-4 .employee {
        padding: 30px;
    }
    .block9-4 .employee-photo {
        max-width: 260px;
        max-height: 260px;
    }
    .block9-4 .employee-props {
        flex-wrap: wrap;
    }
}
@media (max-width: 767px) {
    .block9-4 .employee {
        flex-wrap: wrap;
    }
    .block9-4 .employee-photo-wrap {
        margin-right: 0;
        width: 100%;
    }
    .block9-4 .employee-photo {
        margin: 0 auto;
        margin-bottom: 24px;
    }
    .block9-4 .employee-post,
    .block9-4 .employee-name,
    .block9-4 .employee-prop-name,
    .block9-4 .employee-prop-value {
        text-align: center;
    }
    .block9-4 .employee-socials {
        justify-content: center;
    }
    .block9-4 .employee-props > div {
        width: 100%;
    }
    .block9-4 .employee-prop {
        margin-right: 0;
        margin-top: 8px;
    }
    .block9-4 .employee-prop:first-child {
        margin-top: 0;
    }
    .block9-4 .employee-socials {
        margin-top: 20px;
        justify-content: center;
    }
    .block9-4 .employee-socials a {
        margin: 0 10px;
    }
    
    .block9-4 .slick-arrow {
        display: none !important;
    }

    .block9-4 .slick-list {
        padding-right: 38px;
    }
    .block9-4-slide-wrap {
        padding-left: 16px;
    }
    .block9-4-slider {
        margin-left: -20px;
        margin-right: -20px;
    }

    .block9-4-oneslide .slick-list {
        padding-right: 0 !important;
    }
    .block9-4-oneslide .block9-4-slide-wrap {
        padding: 0 16px !important;
    }
}

/* End */


/* Start:/bitrix/components/ranx/block.landing/templates/15_1/style.css?177081245164*/
.block15-1 .block-title {
    margin-bottom: 0 !important;
}

/* End */
/* /bitrix/components/ranx/block.landing/templates/4_3/style.css?17708124515163 */
/* /bitrix/components/ranx/block.landing/templates/9_4/style.css?17708124514019 */
/* /bitrix/components/ranx/block.landing/templates/15_1/style.css?177081245164 */
