

/* Start:/bitrix/templates/ranx-landing/components/ranx/block.landing/11_3/style.css?17377500004781*/
.block11-3 .map-block {
    border: 1px solid #ECECEC;
    border-radius: 4px;
}

.block11-3 .contact {
    padding: 65px 70px;
}

.block11-3 .contact-top-text {
    font-weight: normal;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #999999;
    margin-bottom: 6px;
}

.block11-3 .contact-title {
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    color: #333333;
    margin-bottom: 26px;
}

.block11-3 .contact-properties {
    font-weight: normal;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 23px;
}

.block11-3 .contact-properties .property {
    margin-bottom: 16px;
}

.block11-3 .contact-properties .name {
    color: #999999;
}

.block11-3 .contact-properties .value {
    font-size: 16px;
    color: #333333;
}

.block11-3 .contact-properties a {
    color: inherit;
}

.block11-3 .contact-social {
    display: flex;
    margin-bottom: 45px;
}
.block11-3 .contact-social a {
    width: 19px;
    height: 19px;
    position: relative;
    color: #B8B8B8;
    opacity: .5;
    margin-right: 25px;
}

.block11-3 .contact-social a:hover {
    opacity: 1;
}

.block11-3 .contact-social a > svg {
    width: 19px;
    height: 19px;
    position: absolute;
    top: 0;
    left: 0;
}

.block11-3 .map-wrapper {
    border-left: 1px solid #ECECEC;
    background-image: url('/bitrix/templates/ranx-landing/components/ranx/block.landing/11_3/image/empty.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.block11-3 .map-wrapper.empty {
    display: flex;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: 500px;
}

.block11-3 .map-empty {
    display: none;
}

.block11-3 .map-wrapper.empty .map {
    display: none;
}

.block11-3 .map-wrapper.empty .map-empty {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.block11-3 .map-empty .map-empty-icon {
    width: 46px;
    height: 58px;
    position: relative;
    margin-bottom: 15px;
}

.block11-3 .map-empty .map-empty-icon svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
    height: 58px;
}

.block11-3 .map-empty .map-empty-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 33px;
    color: #333333;
    text-align: center;
    width: 100%;
    margin-bottom: 2px;
}

.block11-3 .map-empty .map-empty-desc {
    font-size: 13px;
    line-height: 24px;
    color: #666666;
    text-align: center;
    width: 100%;
}

.block11-3 .balloon_item {
    display: none;
}
.block11-3 [class*="balloon_layout_normal"] {
    box-shadow: 0 10px 25px 0 rgba(0,0,0,.07);
}
.block11-3 [class*="balloon__content"] {
    font: unset;
}
.block11-3 [class*="balloon__close-button"] {
    width: 10px;
    height: 10px;
    margin: 7px;
}
.block11-3 .balloon-wrap {
    padding: 5px 10px 10px 8px;
}
.block11-3 .balloon-name {
    color: #333;
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
}
.block11-3 .balloon-img {
    max-width: 375px;
    margin-top: 16px;
}
.block11-3 .balloon-preview img {
    max-width: 100%;
}
.block11-3 .balloon-preview {
    font-size: 13px;
    line-height: 20px;
    margin-top: 16px;
}
.block11-3 .balloon-preview > * {
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 20px;
}
.block11-3 .balloon-preview :last-child {
    margin-bottom: 0;
}
.block11-3 .balloon-btn {
    margin: 16px 5px 0;
}
.block11-3 .balloon-btn .block-el-btns > div {
    padding: 0;
}

@media (max-width: 991px) {
    .block11-3 .contact {
        padding: 43px 25px 40px;
    }

    .block11-3 .contact-properties {
        margin-bottom: 11px;
    }

    .block11-3 .contact-social {
        margin-bottom: 40px;
    }
}
@media (max-width: 575px) {
    .block11-3 .balloon-img {
        max-width: 215px;
    }
}

/* slider style */
.block11-3 .slider {
    position: relative;
    margin: 0;
    width: 100%;
}

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

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

/* End */


/* Start:/bitrix/templates/ranx-landing/components/ranx/block.landing/21_2/style.css?17377500952022*/
.block21-2 .video-wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1348px;
}

.block21-2 .video,
.block21-2 .video-preview {
    position: relative;
    padding-top: 60%;
}

.block21-2 .video-preview {
    display: block;
}

.block21-2 .video-preview:hover {
    cursor: pointer;
}

.block21-2 .video-preview::after,
.block21-2 .video-preview::before {
    content: "";
    position: absolute;
    transition: transform ease .3s;
}

.block21-2 .video-preview::before {
    width: 100px;
    height: 100px;
    z-index: 1;
    top: calc((100% - 100px) / 2);
    left: calc((100% - 100px) / 2);
    border-radius: 100%;
}

.block21-2 .video-preview::after {
    top: calc(50% - 16px);
    left: calc(50% - 9px);
    border: 16px solid transparent;
    border-left: 28px solid #fff;
    z-index: 2;
}

.block21-2 .video-preview:hover::before,
.block21-2 .video-preview:hover::after {
    transform: scale(1.2);
}

.block21-2 .video iframe,
.block21-2 .video-preview img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.block21-2 .video-preview img {
    object-fit: cover;
}

.block21-2 .video-note {
    margin-top: 11px;
    text-align: center;
    font-size: 13px;
    line-height: 27px;
    color: #666666;
}

.block21-2.text-light .video-note {
    color: #ffffff;
}

.block21-2 .hidden {
    display: none;
}

@media (max-width: 425px) {
    .block21-2 .video-preview::before {
        width: 50px;
        height: 50px;
        top: calc((100% - 50px) / 2);
        left: calc((100% - 50px) / 2);
    }

    .block21-2 .video-preview::after {
        top: calc(50% - 8px);
        left: calc(50% - 5px);
        border: 8px solid transparent;
        border-left: 14px solid #fff;
    }
}

/* modal style */
.modal21-2 {
    margin: 0 auto;
    width: 100%;
    max-width: 1118px;
}

.modal21-2-video {
    position: relative;
    padding-top: 56%;
}

.modal21-2-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* End */


/* Start:/bitrix/templates/ranx-landing/components/ranx/block.landing/18_2/style.css?1737750056864*/
.block18-2 .block-title {
    margin-bottom: 30px !important;
}

.block18-2.text-light .contact-info a {
    color: #f8f9fa;
}

.block18-2 .contact-items {
    /*max-width: 460px;*/
}
.block18-2 .contact-item {
    /*width: 50%;*/
    margin-bottom: 17px;
}

.block18-2 .contact-item-name {
    font-size: 13px;
    line-height: 23px;
}
.block18-2:not(.text-light) .contact-item-name {
    color: #999999;
}

.block18-2 .contact-item-value {
    font-size: 16px;
    line-height: 23px;
}
.block18-2 .contact-item-value a {
    font-size: 16px;
    line-height: 23px;
}

.block18-2:not(.text-light) .contact-item-value a {
    color: #333333;
}

.block-18-2-socials {
    margin-top: 23px;
}
.block-18-2-socials .block-social {
    margin-right: 25px;
    color: #888888;
}

@media (max-width: 991px) {
    .block18-2 .form-wrap {
        margin-top: 40px;
    }
}

/* End */
/* /bitrix/templates/ranx-landing/components/ranx/block.landing/11_3/style.css?17377500004781 */
/* /bitrix/templates/ranx-landing/components/ranx/block.landing/21_2/style.css?17377500952022 */
/* /bitrix/templates/ranx-landing/components/ranx/block.landing/18_2/style.css?1737750056864 */
