

/* Start:/local/templates/ranx-landing/components/ranx/block.landing/1_1/style.css?17325503906487*/
.block1-1-slider:not(.slick-initialized) .block1-1-bg-image:not(:first-child) {
    display: none;
}
.block1-1-prices {
    display: flex;
    margin-bottom: 30px;
}
.block1-1.content-align-center .block1-1-prices {
    justify-content: center;
}
.block1-1.content-align-left .block1-1-prices {
    justify-content: flex-start;
}
/* text */
.block.block1-1 .block-title .block-subtitle {
    margin-bottom: 25px;
}
.block.block1-1 .block-title .block-title-text {
    margin-bottom: 25px !important;
    margin-top: 0;
}
.block.block1-1 .block-title .block-cattitle {
    margin-bottom: 13px;
}
.block1-1 .toner-block {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0.3;
}
.block.block1-1 .block1-1-align-content {
    text-align: left !important;
    margin: auto 0;
}
.block.block1-1.content-align-center .block1-1-align-content {
    text-align: center !important;
    margin: auto;
}
.block.block1-1.content-align-wide .block1-1-align-content {
    text-align: justify !important;
    margin: auto;
}
.block1-1.content-align-center .block-el-btns {
    justify-content: center;
}

.block1-1-price {
    font-weight: 600;
    font-size: 25px;
    line-height: 45px;
    color: #000;
}
.block1-1-price-old {
    font-weight: 600;
    font-size: 15px;
    line-height: 37px;
    color: #777777;
    text-decoration: line-through;
    margin-left: 15px;
    padding-top: 8px;
}
.block1-1-bg-image{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.block1-1-video {
    position: relative;
}
.block1-1-bg-video {
    position: absolute;
    min-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.block1-1-bg-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.block1-1 .slick-dots {
    bottom: 30px;
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.block1-1 .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 4px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    border-radius: 100px;
}
.block1-1 .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    border-radius: 50px;
}
.block1-1 .slick-dots li:not(.slick-active) button {
    background: #fff;
}

.height-inherit {
    height: inherit;
}
.block1-1 .col-flex-rw {
    background-size: 0;
    display: flex;
    place-items: flex-end;
}
.height-fill {
    height: 100%;
}
.block1-1 .block-el-btns {
    margin-top: 25px;
}
.block1-1-content-center  .block-el-btns {
    justify-content: center;
}
@media (min-width: 768px) {
    .block1-1 .text-light-desktop,
    .block1-1 .text-light-desktop .block-title-text,
    .block1-1 .text-light-desktop .block1-1-price,
    .block1-1 .text-light-desktop .block1-1-price-old,
    .block1-1 .text-light-desktop .block-cattitle,
    .block1-1 .text-light-desktop .block-subtitle,
    .block1-1 .text-light-desktop p,
    .block1-1 .text-light-desktop ul,
    .block1-1 .text-light-desktop ol,
    .block1-1 .text-light-desktop dl {
        color: #FFFFFF !important;
    }
    .block1-1-content-left.col-md-6 {
        padding-right: 100px;
    }
    .block1-1-bg-image {
        overflow: hidden;
    }
    .block1-1 .col-flex-rw.block1-1-no-image {
        display:none;
    }
    .block1-1 .height-fill {
        background-image: unset !important;
        background-color: unset !important;
    }
}
.block1-1-bg-image:focus {
    outline: none;
}
@media (max-width: 767px) {
    .block1-1 .text-light-mobile,
    .block1-1 .text-light-mobile .block-title-text,
    .block1-1 .text-light-mobile .block1-1-price,
    .block1-1 .text-light-mobile .block1-1-price-old,
    .block1-1 .text-light-mobile .block-cattitle,
    .block1-1 .text-light-mobile .block-subtitle,
    .block1-1 .text-light-mobile p,
    .block1-1 .text-light-mobile ul,
    .block1-1 .text-light-mobile ol,
    .block1-1 .text-light-mobile dl {
        color: #FFFFFF !important;
    }
    .block1-1 .maxwidth-theme {
        padding: 0 15px !important;
    }
    .block.block1-1 .block-title .block-title-text {
        margin-bottom: 20px;
    }
    .block1-1 .col-flex-rw {
        position: relative;
        width: 100vw;
        height: 200px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .block1-1 .block1-1-content-left {
        height: 100%;
    }
    .block1-1-container {
        flex-direction: column;
        justify-content: flex-start;
    }
    .block1-1 .mobile-img {
        display: block;
        align-self: flex-end;
        max-height: 100%;
        overflow: hidden;
    }
    .block1-1 .col-flex-rw img {
        max-width: 100%;
        max-height: 100%;
    }
    .block1-1-bg-image{
        background-size: 0;
        background-position: top;
    }
    .block1-1-bg-video {
        display: none;
    }
    .block1-1 .height-fill {
        display: flex;
        flex-direction: column-reverse;
        min-height: 200px;
    }
    .block1-1 .block1-1-content-left {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 30px;
    }
    .block1-1-content-center {
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 30px;
    }
    .block1-1 .slick-dots {
        position: static;
        margin-top: -25px;
        margin-bottom: 25px;
    }
    .block1-1 .slick-dots li:not(.slick-active) button {
        background: #cccccc;
    }
    .block1-1-image {
        justify-content: center;
        display: none !important;
    }
    .block1-1-align-content {
        margin-top: 30px !important;
    }
    .block1-1 p,
    .block.block1-1 .block-title .block-subtitle,
    .block1-1 .block1-1-slider .block1-1-prices {
        margin-bottom: 20px !important;
    }
    .block1-1 .block-el-btns {
        margin-bottom: 25px;
    }
}

/* End */


/* Start:/bitrix/components/ranx/block.landing/templates/6_2/style.css?17213882934259*/
.block6-2 .service-slider {
    position: relative;
}

.block6-2 .article-wrap {
    display: block;
    border-radius: 5px;
    transition: 0.1s;
    height: 100%;
    border: 1px solid #ececec;
    box-sizing: border-box;
    background-color: #FFFFFF;
}
.block6-2 .article-wrap:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.block6-2 .article .title-group {
    border-radius: 0 0 5px 5px;
    padding: 27px 25px 18px;
    transition: 0.1s;
    padding-bottom: 60px;
}
.block6-2 .big-article .title-group {
    border-radius: 0 0 5px 5px;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    padding: 27px 25px 18px;
    color: #fff!important;
    background: linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.5));
}
.block6-2 .big-article .article-img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-size: cover;
    background-position: center;
}
.block6-2 .article .article-img {
    border-radius: 5px 5px 0 0;
    width: 100%;
    padding-bottom: 66.6%;
    background-size: cover;
    background-position: center;
}
.block6-2 .article .article-name {
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    color: #333;
    margin-bottom: 10px;
    cursor: pointer;
}
.block6-2 .article,
.block6-2 .big-article {
    margin-bottom: 40px;
}
.block6-2 .big-article {
    min-height: 400px;
}
.block6-2 .big-article .cover {
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    left: 15px;
    opacity: 0;
    background: rgba(0,0,0,0.4);
    transition: 0.4s;
}
.block6-2 .big-article:hover .cover {
    opacity: 1;
}
.block6-2 .big-article .article-name {
    text-align: left;
    font-weight: 600;
    font-size: 25px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 10px;
    cursor: pointer;
}
.block6-2 .big-article .article-name.theme-color-hover:hover {
    color: #fff!important;
}
.block6-2 .article .article-text {
    position: absolute;
    bottom: 10px;
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    line-height: 23px;
    color: #999;
    margin-bottom: 7px;
}
.block6-2 .big-article .article-over-title-text .theme-color {
    color: rgba(255, 255, 255, 0.7);
}
.block6-2 .big-article .article-over-title-text,
.block6-2 .big-article .article-text {
    text-align: left;
    font-size: 12px;
    line-height: 23px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 7px;
}
.block6-2 .article .article-over-title-text {
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    line-height: 23px;
    margin-bottom: 7px;
    color: #999;
}

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

.modal6_2-title {
    font-weight: bold;
    font-size: 38px;
    line-height: 48px;
    color: #333333;
    margin-bottom: 10px;
}

.modal6_2-date {
    margin-bottom: 33px;
    font-size: 13px;
    line-height: 24px;
    color: #999999;
}

.modal6_2-picture {
    margin-bottom: 43px;
}

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

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

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

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

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

    .modal6_2-date {
        margin-bottom: 20px;
    }

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

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

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


.block6-2 .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;
}
.block6-2 .slick-arrow.arrow-prev {
    left: -15px;
}
.block6-2 .slick-arrow.arrow-next {
    right: -15px;
}
/* End */


/* Start:/bitrix/components/ranx/block.landing/templates/15_2/style.css?1687150520529*/
.block15-2.content-align-left .block15-2-content {
	text-align: left;
}
.block15-2.block.content-align-left .block-title,
.block15-2.block.content-align-left .block-btns {
	justify-content: flex-start;
	text-align: left;
}

.block15-2.content-align-center .block15-2-content {
	text-align: center;
}

.block15-2.content-align-wide .block15-2-content {
	text-align: justify;
}
.block15-2.block.content-align-wide .block-title,
.block15-2.block.content-align-wide .block-btns{
	justify-content: flex-start;
	text-align: justify;
}

/* End */


/* Start:/local/templates/ranx-landing/components/ranx/block.landing/4_4/style.css?17238114785337*/
.block4-4 .service-list {
    margin-bottom: -32px;
}
.block4-4 .service-item {
    position: relative;
    margin: 0 0 32px;
    transition: transform .2s , box-shadow .2s;
    min-height: 200px;
}
.block4-4 .service-props-item {
    color: #fff;
}
.block4-4 .service-container {
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    transition: transform .2s , box-shadow .2s;
}
.block4-4 .service-img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}
.block4-4 .service-img img {
    max-height: 100%;
    display: inline-block;
    width: 100%;
}
.block4-4 .opacity-block {
    height: 100%;
    width: 100%;
    opacity: 0;
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
}
.block4-4 .service-info {
    position: absolute;
    bottom: 0;
    padding: 30px;
    color: #fff;
    width: 100%;
    padding-top: 100px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.block4-4 .service-more-info {
    display: none;
}
.block4-4 .service-container:hover .opacity-block {
    opacity: 1;
}
.block4-4 .service-container:hover .service-info {
    display: block;
    bottom: 0;
    padding-top: 30px;
    background: transparent;
}
.block4-4 .service-container:hover .service-more-info {
    display: block;
}
.block4-4 .service-title {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}
.block4-4 .service-container:hover .service-title {
    margin-bottom: 10px;
}
.block4-4 .service-desc {
    font-size: 14px;
    margin-bottom: 10px;
}
.block4-4 .service-props {
    margin-bottom: 10px;
    font-size: 13px;
    width: 100%;
}
.block4-4 .service-prices .service-price {
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    margin-right: 7px;
}
.block4-4 .service-prices .service-old-price {
    font-size: 15px;
    text-decoration: line-through;
    display: inline-block;
}
.block4-4 .service-btn {
    margin-top: 20px;
}
.block4-4 .service-prop-name .value:after {
    content: "";
}
.block4-4 .col-lg-3 .service-props,
.block4-4 .col-lg-3 .service-desc {
    display: none;
}

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

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

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

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

.modal4_4-service {
	/*
    border: 1px solid #ECECEC;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 33px;
	*/
    padding: 20px 30px 30px;
    display: flex;
	justify-content: center;
}

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

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

.modal4_4-service .wrap {
	/*
    margin-left: auto;
    flex-shrink: 0;
	*/
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .modal4_4-service {
		/*
        margin-bottom: 20px;
		*/
		padding: 10px 30px 30px;
    }

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

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

    .modal4_4-chars .title {
        margin-bottom: 14px;
    }
}
.block4-4 h2 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.block4-4 .block-desc-col {
	margin-top: 5px !important;
}
.block4-4 .block-title.row {
	margin-bottom: 10px;
}
/* End */


/* Start:/local/templates/ranx-landing/components/ranx/block.landing/4_4_itllekt/style.css?17272879305601*/
.block4-4-itllekt .service-list {
    margin-bottom: -32px;
	justify-content: center;
}
.block4-4-itllekt .service-item {
    position: relative;
    margin: 0 0 32px;
    transition: transform .2s , box-shadow .2s;
    min-height: 200px;
}
.block4-4-itllekt .service-props-item {
    color: #fff;
}
.block4-4-itllekt .service-container {
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    border: 1px solid #ECECEC;
    overflow: hidden;
    transition: transform .2s , box-shadow .2s;
}
.block4-4-itllekt .service-img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}
.block4-4-itllekt .service-img img {
    max-height: 100%;
    display: inline-block;
    width: 100%;
}
.block4-4-itllekt .opacity-block {
    height: 100%;
    width: 100%;
    opacity: 0;
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
}
.block4-4-itllekt .service-info {
    position: absolute;
    bottom: 0;
    padding: 30px;
    color: #fff;
    width: 100%;
    padding-top: 100px;
}
.block4-4-itllekt .service-more-info {
    display: none;
}
.block4-4-itllekt .service-container:hover .opacity-block {
    opacity: 1;
}
.block4-4-itllekt .service-container:hover .service-info {
    display: block;
    bottom: 0;
    padding-top: 30px;
    background: transparent;
}
.block4-4-itllekt .service-container:hover .service-more-info {
    display: block;
}
.block4-4-itllekt .service-title {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}
.block4-4-itllekt .service-container:hover .service-title {
    margin-bottom: 10px;
}
.block4-4-itllekt .service-desc {
    font-size: 14px;
    margin-bottom: 10px;
}
.block4-4-itllekt .service-props {
    margin-bottom: 10px;
    font-size: 13px;
    width: 100%;
}
.block4-4-itllekt .service-prices .service-price {
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    margin-right: 7px;
}
.block4-4-itllekt .service-prices .service-old-price {
    font-size: 15px;
    text-decoration: line-through;
    display: inline-block;
}
.block4-4-itllekt .service-btn {
    margin-top: 20px;
}
.block4-4-itllekt .service-prop-name .value:after {
    content: "";
}
.block4-4-itllekt .col-lg-3 .service-props,
.block4-4-itllekt .col-lg-3 .service-desc {
    display: none;
}

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

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

.modal4_4_itllekt-picture {
    /*margin-bottom: 50px;*/
	text-align: center;
}

.modal4_4_itllekt-picture img {
	/*
    width: 100%;
    height: auto;
	*/
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .modal4_4_itllekt-chars .title {
        margin-bottom: 14px;
    }
}
.block4-4-itllekt .block-title.row {
	margin-bottom: 0px;
}
h1.block-title-text {
	margin-bottom: 20px !important;
}
/* End */


/* Start:/bitrix/components/ranx/block.landing/templates/18_3/style.css?1619407829474*/
.block18-3 {
    position: relative;
}
.block18-3-bg {
    position: absolute;
    width: 50%;
    top: 0;
    right: 0;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.block18-3.content-picture-left .block18-3-bg {
    left: 0;
    right: unset;
}

@media (max-width: 991px) {
    .block18-3-bg {
        position: static;
        width: 100%;
        margin-bottom: 40px;
        height: 300px;
    }
}

/* End */
/* /local/templates/ranx-landing/components/ranx/block.landing/1_1/style.css?17325503906487 */
/* /bitrix/components/ranx/block.landing/templates/6_2/style.css?17213882934259 */
/* /bitrix/components/ranx/block.landing/templates/15_2/style.css?1687150520529 */
/* /local/templates/ranx-landing/components/ranx/block.landing/4_4/style.css?17238114785337 */
/* /local/templates/ranx-landing/components/ranx/block.landing/4_4_itllekt/style.css?17272879305601 */
/* /bitrix/components/ranx/block.landing/templates/18_3/style.css?1619407829474 */
