

/* Start:/bitrix/components/ranx/block.landing/templates/14_1/style.css?16194078291920*/
.block14-1 {
    position: relative;
    overflow: hidden;
}
.block14-1 .block-title {
    padding-right: 85px;
    margin-bottom: 0 !important;
}
.block14-1.content-picture-left .block-title {
    padding-left: 85px;
    padding-right: 0;
}
.block14-1-bg-image {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    background-repeat: no-repeat;
    background-position: top left;
    /*background-size: cover;*/
}
.block14-1-bg-image img {
    max-width: 100%;
}
.block14-1.content-picture-left .block14-1-bg-image {
    left: 0;
    right: unset;
}
.block14-1.indent-top-100.indent-bot-100 .block14-1-bg-image,
.block14-1.indent-top-150.indent-bot-50 .block14-1-bg-image,
.block14-1.indent-top-50.indent-bot-150 .block14-1-bg-image {
    max-height: calc(100% - 200px);
}
.block14-1.indent-top-150.indent-bot-150 .block14-1-bg-image {
    max-height: calc(100% - 300px);
}
.block14-1.indent-top-50.indent-bot-50 .block14-1-bg-image,
.block14-1.indent-top-100.indent-bot-0 .block14-1-bg-image,
.block14-1.indent-top-0.indent-bot-100 .block14-1-bg-image {
    max-height: calc(100% - 100px);
}
.block14-1.indent-top-100.indent-bot-50 .block14-1-bg-image,
.block14-1.indent-top-50.indent-bot-100 .block14-1-bg-image,
.block14-1.indent-top-150.indent-bot-0 .block14-1-bg-image,
.block14-1.indent-top-0.indent-bot-150 .block14-1-bg-image {
    max-height: calc(100% - 150px);
}
.block14-1.indent-top-0.indent-bot-50 .block14-1-bg-image,
.block14-1.indent-top-50.indent-bot-0 .block14-1-bg-image {
    max-height: calc(100% - 50px);
}

@media (max-width: 991px) {
    .block14-1-bg-image {
        position: static;
        width: 100%;
        margin-bottom: 30px;
        max-height: unset !important;
        height: auto;
    }
    .block14-1-bg-image img {
        width: 100%;
    }
    .block14-1 .block-title {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/* End */


/* Start:/bitrix/components/ranx/block.landing/templates/2_3/style.css?16871619142634*/
.block2-3 .tizers {
    justify-content: center;
}
.block2-3 .tizer {
    padding: 0 20px;
    position: relative;
}
.block2-3 .tizer-wrap {
    display: flex;
    flex-direction: column;

    height: 100%;
    background: #ffffff;

    position: relative;
    top: 0;
    transition: top 0.3s;
}
.block2-3.hover-effect .tizer:hover {
    cursor: pointer;
    background: transparent !important;
}
.block2-3.hover-effect .tizer:hover .tizer-wrap {
    top: -20px;
    transition: top 0.3s;
    cursor: pointer;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.15));
}
.block2-3.content-align-left .tizer-wrap {
    align-items: flex-start;
}
.block2-3.content-align-left .tizer {
    text-align: left;
}
.block2-3.content-align-center .tizer-wrap {
    align-items: center;
}
.block2-3.content-align-center .tizer {
    text-align: center;
}
.block2-3.content-align-wide .tizer {
    text-align: justify;
}
.block2-3 .tizer.bg-color {
    background-clip: content-box;
}
.block2-3 .tizer.bg-color .tizer-wrap,
.block2-3.hover-effect .tizer .tizer-wrap{
    padding: 30px 30px 0;
}
.block2-3 .img-round {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.block2-3.content-picture-center .img-round {
    align-self: center;
}
.block2-3.content-picture-left .img-round {
    align-self: flex-start;
}
.block2-3.content-picture-right .img-round {
    align-self: flex-end;
}
.block2-3 .tizer-name {
    font-size: 18px;
    line-height: 23px;
    color: inherit;
    margin-bottom: 10px;
}
.block2-3.text-light .tizer-name {
    color: #ffffff;
}

.block2-3.hover-effect .tizer.slick-slide:hover .tizer-wrap {
    transition: unset;
    top: 0;
}
.block2-3 .tizer.slick-slide .tizer-text {
    margin-bottom: 0;
}
.block2-3 .slider--one-slide .slick-dots {
    display: none !important;
}
.block2-3 .slick-dots {
    list-style: none;
    margin-bottom: 0;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    padding: 0;
}
.block2-3 .slick-dots li {
    width: 20px;
    height: 4px;
    margin: 0 5px;
    border-radius: 3px;
    cursor: pointer;
}
.block2-3 .slick-dots li:not(.slick-active) {
    background-color: #cccccc;
}
.block2-3 .slick-dots li > button {
    display: none;
}
@media (max-width: 767px) {
    .block2-3 .tizers.tizers--mobile-slider:not(.slick-initialized) .tizer:not(:first-child) {
        display: none;
    }
}

/* End */


/* Start:/local/templates/ranx-landing/components/ranx/block.landing/4_5/style.css?17339177214877*/
.block4-5 .service-block {
    margin-bottom: 100px;
    padding-bottom: 100px;
    border-bottom: 1px solid #ECECEC;
}
.block4-5 .service-block:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.block4-5 .service-link {
    margin-bottom: 10px;
}
.block4-5 .service-anchor-link {
    cursor: pointer;
}
.block4-5 .service-links.fixed {
    position: fixed;
    top: 140px;
}
.block4-5 .service-links.stopped-bottom {
    position: absolute;
    bottom: 0;
}
.block4-5 .service-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 33px;
    margin-bottom: 20px;
    color: #000000;
}
.block4-5 .service-desc {
    color: #666;
    font-size: 15px;
    margin-bottom: 20px;
}
.block4-5 .service-prices .service-price {
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    margin-right: 7px;
}
.block4-5 .service-prices .service-old-price {
    font-size: 16px;
    text-decoration: line-through;
    color: #999;
    display: inline-block;
}
.block4-5 .service-btn {
    margin-top: 30px;
}
.block4-5 .service-img {
    text-align: right;
}
.block4-5 .service-img img {
    max-width: 100%;
}
.block4-5 .service-links.sticky-top {
    z-index: 0;
    top: 130px;
}
@media (max-width: 992px) {
    .block4-5 .left-block {
        display: none;
    }
}
@media (max-width: 768px) {
    .block4-5 .service-title {
        font-size: 25px;
        line-height: normal;
    }
    .block4-5 .service-block {
        flex-direction: column-reverse;
        margin-bottom: 50px;
        padding-bottom: 50px;
    }
    .block4-5 .service-img {
        /*
        //+Айтиллект Макейкин Дмитрий 11.12.2024 task#10467 deal#1182
        //Научное оборудование/Хохлов Денис Олегович ИП: https://sc-materials.ru/
        //https://support.itllekt.ru/tickets/?ID=11264&amp;edit=1 
        text-align: left;
        */
        text-align: center;
        /*
        //-Айтиллект Макейкин Дмитрий 11.12.2024 task#10467 deal#1182
        */
        margin-bottom: 20px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* End */


/* Start:/bitrix/components/ranx/block.landing/templates/6_1/style.css?16194078292059*/
.block6-1 .news {
    margin-bottom: -25px;
}
.block6-1 .news-wrap {
    display: block;
    margin-bottom: 25px;
}
.block6-1 .news-block-img {
    margin-bottom: 12px;
    width: 100%;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-bottom: 66.6%;
    background-size: cover;
    background-position: center;
}
.block6-1 .news-wrap:hover .news-block-img {
    opacity: .7;
}
.block6-1 .news-block-name {
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    color: #333;
    margin-bottom: 10px;
}
.block6-1 .news-block-text {
    text-align: left;
    font-size: 13px;
    line-height: 23px;
    color: #999999;
    margin-bottom: 7px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 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_2/style.css?1619407829864*/
.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/components/ranx/block.landing/templates/14_1/style.css?16194078291920 */
/* /bitrix/components/ranx/block.landing/templates/2_3/style.css?16871619142634 */
/* /local/templates/ranx-landing/components/ranx/block.landing/4_5/style.css?17339177214877 */
/* /bitrix/components/ranx/block.landing/templates/6_1/style.css?16194078292059 */
/* /local/templates/ranx-landing/components/ranx/block.landing/4_4_itllekt/style.css?17272879305601 */
/* /bitrix/components/ranx/block.landing/templates/18_2/style.css?1619407829864 */
