

/* Start:/bitrix/components/ranx/block.landing/templates/16_1/style.css?17708124513309*/
.block16-1 .text-light,
.block16-1 .text-light p,
.block16-1 .text-light h2,
.block16-1 .text-light .block16-1-cattitle,
.block16-1 .text-light .block16-1-price,
.block16-1 .text-light .block16-1-price-old {
    color: #FFFFFF !important;
}

.block16-1-prices {
    display: flex;
    margin-bottom: 30px;
}
.block16-1-prices-center {
    justify-content: center;
}
.block16-1 h2 {
    margin-bottom: 25px;
    margin-top: 0;
}
.block16-1 .block16-1-cattitle {
    margin-bottom: 13px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0.1em;
    color: rgba(51, 51, 51, 0.7);
    display: block;
}
.block16-1 p {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 25px
}
.block16-1 .btn {
    margin-bottom: 25px;
}
.block16-1-content-left {
    text-align: left;
    margin: auto;
}
.block16-1-content-center{
    text-align: center;
    margin: auto;
}
.block16-1 .block-el-btns {
    margin-top: 25px;
}
.block16-1-content-center .block-el-btns {
    justify-content: center;
}
.block16-1-price {
    font-weight: 600;
    font-size: 25px;
    line-height: 45px;
    color: #000;
}
.block16-1-price-old {
    font-weight: 600;
    font-size: 15px;
    line-height: 37px;
    color: #777777;
    text-decoration: line-through;
    margin-left: 15px;
    padding-top: 8px;
}
.block16-1-bg-image{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.height-inherit {
    height: inherit;
}
.block16-1 .col-flex-rw {
    background-size: 0;
    display: flex;
    place-items: flex-end;
}
.height-fill {
    height: 100%;
}

@media (min-width: 992px) {
    .block16-1-content-left.col-md-6 {
        padding-right: 100px;
    }
    .block16-1-bg-image {
        height: 650px !important;
        overflow: hidden;
    }
    .block16-1 .col-flex-rw.block16-1-no-image {
        display:none;
    }
}
.block16-1-bg-image:focus {
    outline: none;
}
@media (max-width: 991px) {
    .block16-1 .maxwidth-theme {
        padding: 0 15px !important;
    }
    .block16-1 h2 {
        font-size: 25px;
        line-height: 30px;
        color: #000 !important;
    }
    .block16-1 .col-flex-rw {
        position: relative;
        width: 100vw;
        height: 35%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .block16-1 .block16-1-content-left {
        height: 65%;
    }
    .block16-1-container {
        flex-direction: column;
        justify-content: flex-start;
    }
    .block16-1 .mobile-img {
        display: block;
        align-self: flex-end;
        max-height: 100%;
        overflow: hidden;
    }
    .block16-1 .col-flex-rw img {
        max-width: 100%;
        max-height: 100%;
    }
    .block16-1-bg-image{
        background-size: 0;
        background-position: top;
        height: 600px !important;
    }
    .block16-1 .height-fill {
        display: flex;
        flex-direction: column-reverse;
    }
    .block16-1 .block16-1-content-left {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .block16-1-content-center {
        height: 65%;
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

/* 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 */


/* 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/5_1/style.css?17708124511488*/
.block5-1-container {
    display: flex;
    flex-direction: column;
    position: relative;
}
.block5-1-card {
    background: #e6fbfe;
    padding: 25px 65px 24px 39px;
    border: 1px solid #ECECEC;
    box-sizing: border-box;
    position: relative;
    transition: 0.3s;
    overflow: hidden;
    margin-bottom: -1px;
}
.block5-1-card:hover {    
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
    border-color: #FFFFFF;
    cursor: pointer;
    z-index: 2;
}
.block5-1-question {
    font-weight: 600;
    font-size: 18px;
    line-height: 45px;
    color: #333333;
}
.block5-1-card.collapsed .block5-indicator {
    display: none;
}
.block5-indicator {
    position: absolute;
    height: 11px;
    width: 8px;
    left: -4px;
    top: 42px;
    border-radius: 4px;
    transition: 0.3s;
}
.block5-1-card-body {
    font-size: 15px;
    line-height: 24px;
    color: #666666;
    margin-top: 17px;
}
.block5-1 .btn-arrow {
    position: absolute;
    right: 31px;
    top: 31px;
    transform: rotate(180deg);
    height: 32px;
    width: 32px;
    background-image: url('/bitrix/components/ranx/block.landing/templates/5_1/img/arrow-down-gray.svg');
    background-color: #3ddada;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #ECECEC;
    box-sizing: border-box;
    border-radius: 3px;
}
.block5-1 .btn-arrow:hover,
.block5-1-card:hover .btn-arrow {
    cursor: pointer;
    background-image: url('/bitrix/components/ranx/block.landing/templates/5_1/img/arrow-down.svg');
}
.block5-1 .btn-arrow.collapsed {
    transform: rotate(0deg);
}

/* End */


/* Start:/bitrix/components/ranx/block.landing/templates/15_2/style.css?1770812451154*/
.block15-2.content-align-left .block15-2-content {
	text-align: left;
}
.block15-2.content-align-center .block15-2-content {
	text-align: center;
}

/* 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/15_1/style.css?177081245164*/
.block15-1 .block-title {
    margin-bottom: 0 !important;
}

/* End */
/* /bitrix/components/ranx/block.landing/templates/16_1/style.css?17708124513309 */
/* /bitrix/components/ranx/block.landing/templates/7_3/style.css?17708124511813 */
/* /bitrix/components/ranx/block.landing/templates/4_3/style.css?17708124515163 */
/* /bitrix/components/ranx/block.landing/templates/5_1/style.css?17708124511488 */
/* /bitrix/components/ranx/block.landing/templates/15_2/style.css?1770812451154 */
/* /bitrix/components/ranx/block.landing/templates/9_1/style.css?17708124512550 */
/* /bitrix/components/ranx/block.landing/templates/15_1/style.css?177081245164 */
