

/* Start:/bitrix/components/ranx/block.landing/templates/1_1/style.css?16965289376297*/
.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-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;
    }
    .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;
    }
    .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/4_3_custom/style.css?16965289467312*/
.block4-3-custom .service-item {
    position: relative;
    margin: 0;
    padding: 0 16px 32px;
    transition: all 4.2s;
    outline: none;

}
.block4-3-custom .block-desc {
    text-align: left;
}

.block4-3-custom .service-info-wrap {
    transition: all 1s;
}
.block4-3-custom .service-inner-wrap {
    height: 100%;
}
.block4-3-custom .col-lg-8.block-desc-col,
.block4-3-custom .col-lg-10.block-title-col {
    width: 100%  !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    text-align: center;
}
.block .block-title-col + .block-desc-col {
    margin-top: 16px !important;
}
.block4-3-custom .service-container {
    position: relative;    
    transition: background-size .2s;
    background-color: #ffffff;
    overflow: hidden;
}
.block4-3-custom .service-info-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.block4-3-custom .service-img {
    width: 100%;
    height: 296px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;
}
.block4-3-custom .service-item .service-info-wrap {
    height: 264px;
    margin: 16px 0;
}
@media (min-width: 1024px) {
    .block4-3-custom .service-item.fullHeight .service-info-wrap {
        height: 296px;
        margin: 0px 0;
    }
}
.block4-3-custom .service-info {
    padding: 25px 30px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.block4-3-custom .service-name {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 7px;
    color: #000000;
}
.block4-3-custom .service-desc {
    margin-bottom: 12px;
    font-size: 14px;
    color: #666;
}
.block4-3-custom .service-props {
    margin-bottom: 15px;
    font-size: 13px;
    width: 100%;
    color: #333333;
}
.block4-3-custom .service-prices {
    margin-top: auto;
}
.block4-3-custom .service-prices .service-price {
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    margin-right: 7px;
    color: #000000;
}
.block4-3-custom .service-prices .service-old-price {
    font-size: 16px;
    text-decoration: line-through;
    color: #999;
    display: inline-block;
}
.block4-3-custom .bottom-button-container {
    margin-top: 20px;
    text-align: center;
}
.block4-3-custom .service-item .service-btn {
    display: none;
    margin-top: -13px;
    padding: 0 25px 30px;
}
.block4-3-custom .block-btns {
    position: relative;
    margin-top: 80px;
    z-index: 1;
}

/* hover */
.block4-3-custom .service-inner-wrap:not(.hover) .service-container {
    height: 100%;
}
.block4-3-custom .service-inner-wrap.hover .service-btn {
    display: block;
}

/*** slider ***/
.block4-3-custom .service-slider {
    position: relative;
}
.block4-3-custom .service-list {
    margin-bottom: -32px;
}
.block4-3-custom .service-list:not(.slick-initialized) {
    display: none;
}
.block4-3-custom .slick-track {
    display: flex !important;
}
.block4-3-custom .slick-slide {
    height: inherit !important;
}
.block4-3-custom .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;
}
body .block4-3-custom .slick-arrow.arrow-prev {
    left: -20px !important;
}
body .block4-3-custom .slick-arrow.arrow-next {
    right: -20px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .modal4_3_custom-service .prices {
        flex-wrap: wrap;
    }
    .block4-3-custom .block-title-col {
        text-align: center;
    }
    .block4-3-custom .__block-title-text.__mb32 {
        margin-bottom: 16px !important;
    }
    .block4-3-custom .service-item .service-info-wrap,
    .block4-3-custom .service-img {
        height: 364px;
    }
    .block4-3-custom .service-item .service-info-wrap {
        margin: 0px 0px;
    }
    body .block4-3-custom .slick-arrow.arrow-prev {
        left: -12px !important;
    }
    body .block4-3-custom .slick-arrow.arrow-next {
        right: -12px !important;
    }

    #block_6816  .block4-3-custom .__block-desc-col li {
        text-align: left !important;
        margin-bottom: 16px;
    }
    #block_6816 .block .block-title {
        margin-bottom: 16px !important;
    }
    #block_6816 .block4-3-custom .service-item .service-info-wrap, 
    #block_6816 .block4-3-custom .service-img,
    #block_6816 .service-slider{
        height: 312px;
    }

}

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

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

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

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

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

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

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

/* End */


/* Start:/bitrix/components/ranx/block.landing/templates/4_2_custom/style.css?16965289685148*/
.block4-2-custom .service-item {
    position: relative;
    
    height: 100%;
}
.block4-2-custom .service-list:not(.no-gutters) {
    margin-bottom: -30px;
}
.block4-2-custom .service-list:not(.no-gutters) .row-item {
    margin-bottom: 30px;
}
.block4-2-custom .service-container {
    position: relative;  
    border-radius: 12px;
    background-color: #ffffff;
}
.block4-2-custom .service-container > .row {
    height: 100%;
}
.block4-2-custom .service-info-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.block4-2-custom .service-img {
    margin-bottom: 30px;
}
.block4-2-custom .service-img svg {
    height: 40px;
    width: 40px;
}
.block4-2-custom .service-img img {
    max-width: 100%;
    min-width: 40px;
}
.block4-2-custom .service-name {    
    margin-bottom: 8px;    
}
.block4-2-custom .service-desc {
    
}
.block4-2-custom .service-props {
    margin-bottom: 15px;
    font-size: 13px;
    display: table;
    width: 100%;
}
.block4-2-custom .service-prices {
    margin-top: auto;
}
.block4-2-custom .service-prices .service-price {
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    margin-right: 7px;
}
.block4-2-custom .service-prices .service-old-price {
    font-size: 16px;
    text-decoration: line-through;
    color: #999;
    display: inline-block;
}
.block4-2-custom .bottom-button-container {
    margin-top: 80px;
    text-align: center;
}
.block4-2-custom .service-container .service-btn {
   
    margin-top: 22px;
}

/* hover */
.block4-2-custom .service-item:not(.hover) .service-container {
    height: inherit;
}
.block4-2-custom .service-item.hover .service-container {
    border-color: transparent;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
    z-index: 1;
}
.block4-2-custom .service-item.hover .service-btn {
    display: block;
}

@media (max-width: 767px) {
    .block4-2-custom .service-item:not(.hover) .service-container {
        height: unset;
    }
    .block4-2-custom .service-item:not(.hover) .service-btn {
        display: block;
    }
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .modal4_2_custom-service .prices {
        flex-wrap: wrap;
    }
    .block4-2-custom .service-desc.__b2 {
        font-size: 14px !important;
        line-height: 170% !important;
    }
    
}

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

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

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

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

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

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

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

/* End */


/* Start:/bitrix/components/ranx/block.landing/templates/14_2_custom2/style.css?16965289691125*/
.block14-2-custom2-img {
    width: 100%;
}

.block14-2-custom2.content-picture-left>.maxwidth-theme>.row {
    flex-direction: row-reverse;
}

.block14-2-custom2 .block_text {
    height: 100%;
}

.block14-2-custom2 .block-title {
    padding-right: 70px;
}

.block14-2-custom2.content-picture-left .block-title {
    padding-right: 0;
    padding-left: 70px;
}



.block14-2-custom2-bgimg {
    height: 346px;
    width: 100%;
    border-radius: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

@media (max-width: 996px) {
    .block14-2-custom2-bgimg {
        height: 346px;
    }
    .block14-2-custom2 .item-img {
        order: 1;
    }
    .block14-2-custom .item-text {
        order:2;
        margin-top: 16px;
    }
}
@media (max-width: 768px) {
    .block14-2-custom-bgimg {
        height: 364px;
    }
    .block14-2-custom2 .block-title {
        padding-right: 0 !important;
        padding-left: 0 !important;

    }
 
    .block14-2-custom .item-text > div {
        padding: 0px !important;
        border: 0px;
        border-radius: 0px ;
    }
}

/* End */


/* Start:/bitrix/components/ranx/block.landing/templates/23_1_custom/style.css?1696528941731*/
.block23-1-custom .document-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: center;
    background: #ffffff;

    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.04);
    border-radius: 12px;
}

.block23-1-custom .document {
    position: relative;
}

@media (max-width:1200px) {
    .block23-1-custom .documents {
        margin-bottom: -32px;
    }
    .block23-1-custom .document {
        width: 50%;
        min-width: 50%;
        padding-bottom: 32px;
    }
}
@media (max-width: 768px) {
    body .block23-1-custom .document-wrap {
        font-size: 14px !important;
    }
}
@media (max-width:650px) {
    .block23-1-custom .document {
        width: 100%;
        min-width: 100%;
    }
}
/* End */


/* Start:/bitrix/components/ranx/block.landing/templates/6_2_custom2/style.css?17434151912988*/
.block6-2-custom2 .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-custom2 .article-wrap:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.block6-2-custom2 .article .info-group {  
   border-top: 1px solid #E5E5E5;   
}

.block6-2-custom2 .__item-wrap {
    position: relative;
}
.block6-2-custom2 .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-custom2 .article .article-img {
    border-radius: 9999px;
    height: 172px;
    width: 100%;
    z-index: 2;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.block6-2-custom2 .article .article-name {    
    text-align: center;
    cursor: pointer;
}

.block6-2-custom2 .article,
.block6-2-custom2 .big-article {
  /*  padding-bottom: 40px;*/
    margin-bottom: 32px;
}

.block6-2-custom2 .big-article {
    min-height: 400px;
}


.block6-2-custom2 .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-custom2 .big-article .article-name.theme-color-hover:hover {
    color: #fff !important;
}
.block6-2-custom2 .target {
    margin-bottom: 74px;
}
.block6-2-custom2 .block-el-btn {
    position: absolute;
    bottom: 32px;
    left: calc(50% - 64px);
}
.block6-2-custom2 .article .article-text {  
    min-height: 53px;
    text-align: center;
    font-weight: normal;
}

.block6-2-custom2 .big-article .article-over-title-text .theme-color {
    color: rgba(255, 255, 255, 0.7);
}

.block6-2-custom2 .big-article .article-over-title-text,
.block6-2-custom2 .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-custom2 .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_custom2-img {
    width: 172px;
    height: 172px;
    background-position: center;
    background-size: contain;
   background-repeat: no-repeat;
    margin: 0 auto;
}

.modal6_2_custom2 .info-group {
    border-top: 1px solid #E5E5E5;
}


@media (max-width: 768px) {
    .block6-2-custom2 .block-title-text {
        text-align: left;
    }
    .block6-2-custom2 .block-btns:not(.btn-end) {
        display: none;
    }
    .block6-2-custom2 .block-btns.btn-end {
        margin-top: 0px !important;
        width: 100%;
    }
    .block6-2-custom2 .block-btns.btn-end .btn{
        width: 100%;
    }
}
/* End */


/* Start:/bitrix/components/ranx/block.landing/templates/6_2_custom5/style.css?16965289663660*/
.block6-2-custom5 .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-custom5 .article-wrap:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.block6-2-custom5 .article .info-group {
  
   border-top: 1px solid #E5E5E5;
   
}

.block6-2-custom5 .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-custom5 .__item-wrap {
    position: relative;
}


.block6-2-custom5 .article .article-img {
    border-radius: 9999px;
    height: 172px;
    width: 100%;
    z-index: 2;
    width: 100%;

    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.block6-2-custom5 .article .article-name {
    
    text-align: center;
    cursor: pointer;
}

.block6-2-custom5 .article,
.block6-2-custom5 .big-article {
    padding-bottom: 32px;
}

.block6-2-custom5 .big-article {
    min-height: 400px;
}
.block6-2-custom5 .info-group_text {
    min-height: 53px;
}

.block6-2-custom5 .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-custom5 .big-article .article-name.theme-color-hover:hover {
    color: #fff !important;
}
.block6-2-custom5 .target {
    margin-bottom: 74px;
}
.block6-2-custom5 .block-el-btn {
    position: absolute;
    bottom: 32px;
    left: calc(50% - 64px);
}
.block6-2-custom5 .article .article-text {  
    min-height: 53px;
    text-align: center;
    font-weight: normal;
}

.block6-2-custom5 .big-article .article-over-title-text .theme-color {
    color: rgba(255, 255, 255, 0.7);
}

.block6-2-custom5 .big-article .article-over-title-text,
.block6-2-custom5 .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-custom5 .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_custom5 {
 
}

.modal6_2_custom5-title {

}
.modal6_2_custom5-img {
    width: 172px;
    height: 172px;
    background-position: center;
    background-size: contain;
   background-repeat: no-repeat;
    margin: 0 auto;
}

.modal6_2_custom5 .info-group {
    border-top: 1px solid #E5E5E5;
}
@media (max-width: 575px) {
    .modal6_2_custom5 {
        margin: -10px 0 0;
    }

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

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

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

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

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

@media (max-width: 768px) {
    .block6-2-custom5 .block-title-text {
        text-align: left;
    }
    .block6-2-custom5 .block-btns:not(.btn-end) {
        display: none;
    }
    .block6-2-custom5 .block-btns.btn-end {
        margin-top: 0px !important;
        width: 100%;
    }
    .block6-2-custom5 .block-btns.btn-end .btn{
        width: 100%;
    }
}
/* End */


/* Start:/bitrix/components/ranx/block.landing/templates/6_2_custom3/style.css?1696528968261*/
.block6-2-custom3 .block-title.d-flex.flexbox-row {
    margin-bottom: 0px !important;
}
@media (max-width: 768px) {
    #block_7129 .block-title-col {
        text-align: center;
    }
    #block_7222 .block-title-col {
        text-align: center;
    }
    
}
/* End */


/* Start:/bitrix/components/ranx/block.landing/templates/5_1_custom/style.css?16965289411892*/
.block5-1-custom-container {
    display: flex;
    flex-direction: column;
    position: relative;
}
.block5-1-custom-card {
    background: #FFFFFF;
    padding: 32px 32px 32px 32px;
    border: 1px solid #E5E5E5;
border-radius: 12px;
    box-sizing: border-box;
    position: relative;
    transition: 0.3s;
    overflow: hidden;
    margin-bottom: -1px;
}
.block5-1-custom-card:hover {  
    cursor: pointer; 
/*    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
    border-color: #FFFFFF;
    cursor: pointer;
    z-index: 2;*/
}
.block5-1-custom-card-header {
    width: calc(100% - 62px);
}
.block5-1-custom-question {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #333333;
}
.block5-1-custom-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-custom-card-body {
  
    margin-top: 24px;
}
.block5-1-custom .btn-arrow {
    position: absolute;
    right: 32px;
    top: 32px;
    transform: rotate(180deg);
    height: 32px;
    width: 32px;
    background-image: url('/bitrix/components/ranx/block.landing/templates/5_1_custom/img/arrow.svg');
    background-color: #FFFFFF;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
  
}

.block5-1-custom .btn-arrow.collapsed {
    transform: rotate(0deg);
}
@media (max-width: 768px) {
    .block5-1-custom .block-btns-col {
        display: none;
     }   
     .block5-1-custom .block-btns,
     .block5-1-custom .btn {
         max-width: 100%;
         width: 100%;
     }
     .block5-1-custom .btn {
         padding-bottom: 0px;
         margin-bottom: 0px;
     }
}

@media (max-width: 575px) {
    .block5-1-custom-card {
        padding: 31px;
    }
    .block5-1-custom .btn-arrow {
        right: 31px;
        top: calc(50% - 15px);
    }
}

/* End */


/* Start:/bitrix/components/ranx/block.landing/templates/10_2_custom/style.css?16965289712462*/
.block10-2-custom-gallery {
    position: relative;
    max-width: 100%;
}
.block10-2-custom .__block-title-text {
    text-align: center;
}
.block10-2-custom .gallery-item {    
    position: relative;
    padding: 0 16px;
}
.block10-2-custom .gallery-info-wrap {
    height: 100%;
    border: 1px solid #E5E5E5;
border-radius: 12px;
}
.block10-2-custom .img-size {
    text-align: center;
}
.block10-2-custom-gallery a img{
    outline: none;
    min-height: 100%;
    min-width: 100%;
}
.block10-2-custom-gallery .gallery-item a{
    outline: none;
    display: block;
   height: 320px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
}

body .block10-2-custom-gallery  .slick-arrow.arrow-next {
    right: -10px !important;
}
body .block10-2-custom-gallery  .slick-arrow.arrow-prev {
    left: -10px !important;
}
@media (max-width: 768px) {
    .block10-2-custom .__block-title-text {
        margin-bottom: 0px !important;
    }
 }
@media (max-width: 550px) {
    .block10-2-custom-gallery .gallery-item a{
    height: 364px;   
    border-radius: 0px;
    }
}
.block10-2-custom-gallery--4 a {
    height: 215px;
}
.block10-2-custom .dark-hover {
    /*background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    transition: 0.3s;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0;*/
}
.block10-2-custom .dark-hover:hover {    
 /*   opacity: 1;
    transition: 0.3s;*/
}
@media (max-width: 767px) {
    .block10-2-custom-gallery a{
        height: 300px;
        width: 100%;
    }
    .block10-2-custom-gallery a img{
        width: 100%;
        min-width: unset;
    }
}

/*** slider ***/
.block10-2-custom .service-slider {
    position: relative;
}
.block10-2-custom .service-list {
    margin-bottom: -100px;
}
.block10-2-custom .service-list:not(.slick-initialized) {
    display: none;
}
.block10-2-custom .slick-track {
    display: flex !important;
}
.block10-2-custom .slick-slide {
    height: inherit !important;
}
.block10-2-custom .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;
}
.block10-2-custom .slick-arrow.arrow-prev {
    left: -15px;
}
.block10-2-custom .slick-arrow.arrow-next {
    right: -15px;
}
/* End */


/* Start:/bitrix/components/ranx/block.landing/templates/6_2_custom4/style.css?169652896988*/
.block6-2-custom4 .block-title.d-flex.flexbox-row {
    margin-bottom: 0px !important;
}
/* End */
/* /bitrix/components/ranx/block.landing/templates/1_1/style.css?16965289376297 */
/* /bitrix/components/ranx/block.landing/templates/4_3_custom/style.css?16965289467312 */
/* /bitrix/components/ranx/block.landing/templates/4_2_custom/style.css?16965289685148 */
/* /bitrix/components/ranx/block.landing/templates/14_2_custom2/style.css?16965289691125 */
/* /bitrix/components/ranx/block.landing/templates/23_1_custom/style.css?1696528941731 */
/* /bitrix/components/ranx/block.landing/templates/6_2_custom2/style.css?17434151912988 */
/* /bitrix/components/ranx/block.landing/templates/6_2_custom5/style.css?16965289663660 */
/* /bitrix/components/ranx/block.landing/templates/6_2_custom3/style.css?1696528968261 */
/* /bitrix/components/ranx/block.landing/templates/5_1_custom/style.css?16965289411892 */
/* /bitrix/components/ranx/block.landing/templates/10_2_custom/style.css?16965289712462 */
/* /bitrix/components/ranx/block.landing/templates/6_2_custom4/style.css?169652896988 */
