

/* Start:/bitrix/templates/ranx-landing/assets/css/pagetitle/pagetitle_1.css?1770812456214*/
.pagetitle-wrap {
    display: flex;
    flex-direction: column;
}
.pagetitle-wrap.pagetitle-center .breadcrumb {
    align-self: center;
}
.pagetitle-wrap.pagetitle-center h1 {
    text-align: center;
}

/* End */


/* 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/3_2/style.css?17708124511126*/
.block3-2 .tizer {
    position: relative;
    margin-bottom: 40px;
}
.block3-2 .tizer:last-child {
    margin-bottom: 0;
}
.block3-2 .tizer-number {
    font-weight: normal;
    font-size: 30px;
    line-height: 39px;
    margin-bottom: 17px;
}
.block3-2 .tizer.dashed::before {
    content: '';
    background-image: url('/bitrix/components/ranx/block.landing/templates/3_2/images/dotted.svg');
    position: absolute;
    display: block;
    height: 1px;
    top: 24px;
    left: 85px;
    right: 15px;
}
.block3-2 .tizer.dashed:last-child::before {
    display: none;
}
.block3-2 .tizer-name {
    color: #333;
    padding-right: 20px;
    font-weight: bold;
}
.block3-2 .tizer-text {
    padding-right: 20px;
    margin-top: 13px;
    margin-bottom: 0;
}
.block3-2.text-light .tizer-name,
.block3-2.text-light .tizer-number,
.block3-2.text-light .tizer-text {
    color: #ffffff;
}
.block3-2.text-light .tizer.dashed::before {
    border: 1px dashed #fff;
}
@media (max-width: 575px) {
    .block3-2 .tizer.dashed::before {
        display: none;
    }
    .block3-2 .tizer {
        margin-bottom: 30px;
    }
    .block3-2 .tizer-text {
        padding-right: 0;
    }
}

/* End */


/* Start:/bitrix/components/ranx/block.landing/templates/9_1/style.css?17708124512550*/
.block9-1 .employee {
    height: 460px;
    background-size: cover;
    background-position: center;
    width: 100%;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 32px;
}
.block9-1 .employee-cover {
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.block9-1 .employee:hover .employee-cover {
    display: block;
}
.block9-1 .employee-info {
    position: absolute;
    bottom: 0;
    padding: 30px;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.block9-1 .employee:hover .employee-info {
    background: transparent;
}
.block9-1 .employee-info-top {
    height: 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-end;
}
.block9-1 .employee-info-top > div {
    width: 100%;
}
.block9-1 .employee-info-bottom {
    display: none;
}
.block9-1 .employee:hover .employee-info-top {
    height: auto;
    display: block;
}
.block9-1 .employee:hover .employee-info-bottom {
    display: block;
}

.block9-1 .employee-post {
    font-size: 13px;
    line-height: 20px;
    color: #ffffff;
    opacity: .7;
    text-align: center;
}
.block9-1 .employee-name {
    font-size: 18px;
    line-height: 27px;
    color: #ffffff;
    text-align: center;
}
.block9-1 .employee-desc {
    font-size: 13px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    margin-top: 7px;
}
.block9-1 .employee-props {
    margin-top: 14px;
}
.block9-1 .employee-prop {
    margin-top: 6px;
}
.block9-1 .employee-prop:first-child {
    margin-top: 0;
}
.block9-1 .employee-prop-name {
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    opacity: .7;
    margin-top: 3px;
}
.block9-1 .employee-prop-value {
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    display: block;
}

.block9-1 .employee-socials {
    display: flex;
    justify-content: center;
    margin-top: 17px;
}
.block9-1 .employee-socials a {
    width: 19px;
    height: 19px;
    position: relative;
    color: #ffffff;
    opacity: .5;
    margin: 0 10px;
}
.block9-1 .employee-socials a:hover {
    opacity: 1;
}
.block9-1 .employee-socials a > svg {
    width: 19px;
    height: 19px;
    position: absolute;
    top: 0;
    left: 0;
}

/* End */


/* Start:/bitrix/components/ranx/block.landing/templates/9_5/style.css?17708124513987*/
.block9-5-slider-wrap {
    position: relative;
}
.block9-5-slider {
    margin-left: -16px;
    margin-right: -16px;
}

.block9-5-slide-wrap {
    padding: 0 16px;
}
.block9-5 .employee {
    border: 1px solid #ececec;
    border-radius: 4px;
    background-color: #e6fbfe;
    padding: 40px;
    height: 100%;
}

.block9-5 .employee-info-wrap {
    display: flex;

}
.block9-5 .employee-photo-wrap {
    margin-right: 30px;
}
.block9-5 .employee-photo {
    width: 140px;
    height: 140px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
}
.block9-5 .employee-post {
    font-size: 13px;
    line-height: 20px;
    color: #999999;
    margin-bottom: 3px;
}
.block9-5 .employee-name {
    font-size: 22px;
    line-height: 27px;
    color: #333333;
}
.block9-5 .employee-desc {
    margin-top: 32px;
    font-size: 15px;
    line-height: 24px;
    color: #666666;
}

.block9-5 .employee-props {
    margin-top: 12px;
    display: flex;
}
.block9-5 .employee-prop {
    margin-right: 37px;
}
.block9-5 .employee-prop-name {
    font-size: 13px;
    line-height: 20px;
    color: #999999;
    margin-top: 3px;
}
.block9-5 .employee-prop-value {
    font-size: 15px;
    line-height: 20px;
    color: #333333;
    display: block;
}

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

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

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

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

@media (max-width: 767px) {
    .block9-5 .employee {
        padding: 30px;
    }
    .block9-5 .employee-info-wrap {
        flex-wrap: wrap;
    }
    .block9-5 .employee-info {
        width: 100%;
    }
    .block9-5 .employee-props {
        flex-wrap: wrap;
    }
    .block9-5 .employee-prop {
        margin-right: 0;
        width: 100%;
    }
    .block9-5 .employee-post,
    .block9-5 .employee-name,
    .block9-5 .employee-prop-name,
    .block9-5 .employee-prop-value {
        text-align: center;
    }
    .block9-5 .employee-photo-wrap {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .block9-5 .employee-photo {
        width: 260px;
        height: 260px;
        margin: 0 auto;
    }
    .block9-5 .employee-socials {
        justify-content: center;
    }
    .block9-5 .employee-socials a {
        margin: 0 10px;
    }

    .block9-5 .slick-arrow {
        display: none !important;
    }

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

    .block9-5-oneslide .slick-list {
        padding-right: 0 !important;
    }
    .block9-5-oneslide .block9-5-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 */


/* Start:/bitrix/components/ranx/block.landing/templates/7_3/style.css?17708124511813*/
.block7-3 .market-items {
    margin-bottom: -30px;
}
.block7-3 .market-items > div {
    margin-bottom: 30px;
}
.block7-3 .market-item {
    padding: 10px 10px 10px;
    border: 1px solid #E9E9E9;
    display: flex;
    flex-direction: column;
    align-items: start;
    height: 100%;
}
.block7-3 .market-item-img {
    height: auto;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

    padding-top: 38%;
    margin-top: auto;
}
.block7-3 .market-item-cover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
    opacity: 0;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s;
}
.block7-3 a.market-item:hover .market-item-cover { opacity: 1; }
.block7-3 .market-item-body {
    text-align: left;
    padding: 0;
}
.block7-3.content-align-left .market-item-body {
    text-align: left;
}
.block7-3 .market-item-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    color: #333333;
}
.block7-3.text-light .market-item-title {
    color: #ffffff;
}
.block7-3 .market-item-desc,
.block7-3 .market-item-desc p {
    margin: 5px 0 40px 0;
    line-height: 19px;
    color: #666666;
}
.block7-3 .market-item-desc b {
    color: #333333;
}
.block7-3.text-light .market-item-desc,
.block7-3.text-light .market-item-desc b {
    color: #ffffff;
}

.block7-3 .dash::before {
    content: '\2014';
    font-size: 39px;
    line-height: 25px;
    font-weight: normal;
}

@media (max-width: 767px) {
    .block7-3 .market-item {
        padding: 20px;
    }

    .block7-3 .market-item-desc p,
    .block7-3 .market-item-desc {
        font-size: 13px;
        line-height: 17px;
    }
}

/* End */
/* /bitrix/templates/ranx-landing/assets/css/pagetitle/pagetitle_1.css?1770812456214 */
/* /bitrix/components/ranx/block.landing/templates/4_3/style.css?17708124515163 */
/* /bitrix/components/ranx/block.landing/templates/3_2/style.css?17708124511126 */
/* /bitrix/components/ranx/block.landing/templates/9_1/style.css?17708124512550 */
/* /bitrix/components/ranx/block.landing/templates/9_5/style.css?17708124513987 */
/* /bitrix/components/ranx/block.landing/templates/15_1/style.css?177081245164 */
/* /bitrix/components/ranx/block.landing/templates/7_3/style.css?17708124511813 */
