

/* Start:/bitrix/templates/ingri/components/bitrix/news.list/new_service_detail/style.css?174772941418926*/
div.news-list {
    word-wrap: break-word;
}

div.news-list img.preview_picture {
    float: left;
    margin: 0 4px 6px 0;
}

.news-date-time {
    color: #486DAA;
}


.detail_service_item_new_desc {
    display: none;
}

.detail_service_item_new_desc.active {
    display: block;
}

.detail_service_container {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 32px;
}

.detail_service_item_new {
    width: calc(100% / 3);
    background: #F6F5FA;
    text-align: center;
    position: relative;
    cursor: pointer;
    max-height: 106px;
    height: 106px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.detail_service_item_new:after {
    content: "";
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #EB232E;
    transition: transform .3s cubic-bezier(.215, .61, .355, 1), background-color .2s;
    transform-origin: 0 50%;
    transform: scaleX(0);
}

.detail_service_item_new:hover:after {
    transform: scaleX(1);
}

.detail_service_item_new.active:after {
    transform: scaleX(1);
}

.detail_service_item_new * {
    margin: 0 auto;
}

.detail_service_item_new p {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    color: #000000;
    height: 32px;
    max-width: 248px;
    margin-bottom: 0;
}

.detail_service_item_new svg {
    margin-bottom: 4px;
}

.h2_service {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
    margin-bottom: 24px;
    color: #000000;
}

.detail_service_item_new_desc p.item_desc_title {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    color: #000000;
}

.text-style-2 td:first-child, .text-style-2 td:first-child > p {
    font-weight: normal !important;
}

.text-style-2 tr:first-child td {
    font-weight: bold !important;
}

.form_service_new {
    background: #F6F5FA;
    padding: 32px 96px;
}

.form_service_new > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.form_service_new > div > p {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
    color: #000000;
}

.form_service_new input {
    width: 100%;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.04);
    padding: 14px;
    border: unset;
    margin-bottom: 8px;
}

.form_service_new input::placeholder {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
}

.form_service_new button {
    width: fit-content;
    margin: 20px auto 0;
    padding: 22px 96px;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    color: #FFF;
    background: #EB232E;
    transition: 0.3s;
    cursor: pointer;
    border: 1px solid #ed1f24;
}

@media screen and (min-width: 900px) {
    .form_service_new button:hover {
        background-color: #FFF;
        color: #000;
    }
}

.service_dop_new p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    margin-bottom: 0;
    color: #000000;
}

.service_dop_new p.service_dop_new_title {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    color: #000000;
    margin: 24px 0 16px;
}

.service_dop_new_span_block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 24px 0;
    flex-wrap: wrap;
}

.service_dop_new_span_block-main {
    flex-wrap: unset;
}

.service_dop_new_span_block > div {
    width: calc(100% / 3);
    background: #F6F5FA;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    height: 74px;
    padding-left: 24px;
}

.service_dop_new_span_block > div > span {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    background: #EB232E;
    color: #FFF;
    height: 32px;
    width: 32px;
    min-width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service_dop_new_span_block > div > p {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    color: #000000;
    max-width: 200px;
    margin: 0;
}

.text-style-2 * {
    color: black !important;
}

.sale_service_new_block {
    background: #EB232E;
    padding: 16px 48px;
    position: relative;
}

.sale_service_new_block p.sale_service_new_block_t {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: #FFF;
    margin-bottom: 16px;
}

.sale_service_new_block p.sale_service_new_block_s {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}


.sale_third_service .service_dop_new_span_block > div {
    width: calc(50% - 28px);
    background: #F6F5FA;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    height: 90px;
    padding-left: 24px;
}

.text-style-2 table.second_table_service {
    margin-bottom: 0;
}

.sale_service_new_block:before {
    border-bottom: 25px solid #EB232E;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    border-left: 62px solid transparent;
    border-right: 62px solid transparent;
}

p.notify_third_text {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #333333;
}

.detail_service_item_new p {
    text-transform: uppercase;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    overflow-x: auto;
}

.modal .modal__dialog {
    display: block;
    position: absolute;
    width: 560px;
    max-width: 80%;
    top: 15%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    padding: 24px;
    box-sizing: border-box;
    text-align: left;
}

.modal a.close-modal {
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 19px;
    height: 19px;
    text-indent: -9999px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAACXBIWXMAAAsTAAALEwEAmpwYAAABOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarZGxSsNQFIa/G0XFoVYI4uBwJ1FQbNXBjElbiiBYq0OSrUlDldIk3NyqfQhHtw4u7j6Bk6PgoPgEvoHi1MEhSHASwW/6zs/hcOAHo2LXnYZRhkGsVbvpSNfz5ewTM0wBQCfMUrvVOgCIkzjiJwI+XxEAz5t23WnwN+bDVGlgAmx3oywEUQH6FzrVIMaAGfRTDeIOMNVJuwbiASj1cn8BSkHub0BJuZ4P4gMwe67ngzEHmEHuK4Cpo0sNUEvSkTrrnWpZtSxL2t0kiOTxKNPRIJP7cZioNFEdHXWB/D8AFvPFdtORa1XL2lvnn3E9X+b2foQAxNJjkRWEQ3X+3YWx8/tc3Bgvw+EtTE+KbPcKbjZg4brIVqtQ3oL78RfCs0/+HAmzJwAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAA8ElEQVR42pSUMQqDQBBFn+uSY6RLnRPkFCklLKTLCZKcIF4grWBhEcHGi6RO6z2ENDMg4rqjIMKwPv7yH5P97keADLgADTBif3LgDLQATkBvoJY33wCqgQ/wAvCS6CYHCvmGREIF6fkH8HVytWZysEgknIOQ/zsnCYIRGAMFYHQysABXQVoABuAuBdICWABOyyiAE7BfA82TrSVMgmIwBV6BYTYfZL6ojVupv5ol0oRVTBtn9GiweOiMHh0sHnqrkJGWWfIsN3iUFNsbQSkPAYKXfWQBpYC9k8VWGkExsUug1QKewBfoNmxaBfa6af8DALSrWv1KaL7IAAAAAElFTkSuQmCC') no-repeat 0 0;
    cursor: pointer;
}

.modal > a.close-modal {
    display: none;
}

.modal-content {
    display: block;
    position: relative;
}

.modal .form {
    max-width: initial;
    background-color: transparent;
    padding: 0;
    box-shadow: initial;
    text-align: initial;
    font-weight: 400;
}

.modal .form-inputs {
    display: flex;
    position: relative;
    margin: 0 10px;
}

.modal .form-inputs.line {
    flex-direction: row;
    margin: 0 10px 10px;
}

.modal .form-inputs.line.bottom-margin {
    margin: 0 10px 30px;
}

.modal .form-inputs.line:last-child {
    margin: 0 10px 0px;
}

.modal .form-inputs.line.gap {
    grid-gap: 10px;
}

.modal .form .btn {
    border: 1px solid #ed1f24;
}

.modal .form-inputs.line input {
    width: 60%;
}

.modal .form-inputs.line.w100 input {
    width: 100%;
}

.modal .form-inputs textarea {
    width: 100%;
    height: 60px;
    padding: 6px 12px 0;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12pt;
    line-height: 21px;
    vertical-align: middle;
    resize: none;
}

.modal .form-inputs.line input[type=submit],
.modal .form-inputs.line img {
    width: 40%;
}

.modal .form-inputs.line img {
    display: block;
    position: relative;
    height: 40px;
}

.modal .form-inputs.line.refresh {
    justify-content: end;
}

.modal .form-inputs.centred {
    justify-content: center;
}

.modal .form-inputs.end {
    justify-content: end;
}

.modal .form-agree {
    margin: 16px 0 0;
}

.modal .form-description {
    display: block;
    position: relative;
    margin-bottom: 0;
    margin-top: 20px;
    text-align: justify;
    font-size: 10pt;
}

.form input.adaptive {
    width: initial;
}

.modal .form input::placeholder,
.modal .form textarea::placeholder {
    color: #6e6e6e;
}

.modal .form input[type=text] {
    font-size: 12pt;
}

.modal .form .errors {
    display: block;
    position: relative;
    color: red;
    margin: 0px 10px 5px;
}

.modal .modal__title {
    display: block;
    position: relative;
    font-size: 19pt;
    line-height: 22pt;
    font-weight: 500;
    margin-bottom: 20px;
}

.modal .modal__desc {
    display: block;
    position: relative;
    font-size: 12pt;
    line-height: 14pt;
    font-weight: 400;
}

body.modal-opened {
    overflow: hidden;
}

.form-title-modal {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 0px 10px 20px;
    font-size: 16pt;
    line-height: 18pt;
}

p.h2_service_title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    color: rgba(0, 0, 0, 1);
}

p.h2_service_title.text-left {
    text-align: left;
}

p._service_standart {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
}

p._uniq_title {
    padding: 16px 16px 16px 24px;
    background: rgba(246, 245, 250, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: rgba(0, 0, 0, 1);
    border-left: 3px solid rgba(235, 35, 46, 1);
}

p._uniq_title .span_1 {
    font-weight: 700;
}

p._uniq_title .span_2 {
    color: rgba(235, 35, 46, 1);
    font-weight: 700;
}

.ingin_service.service_dop_new_span_block > div {
    width: calc(33% - 27px);
    background: #F6F5FA;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    height: 75px;
    padding-left: 24px;
}

.ingin_service.service_dop_new_span_block {
    gap: 8px;
}

.ingin_service.service_dop_new_span_block > div > span {
    color: #FFF !important;
}

#desc_11317 .ingin_service.service_dop_new_span_block > div,
#desc_11316 .ingin_service.service_dop_new_span_block > div {
    height: 108px;
    align-items: flex-start;
    padding-left: 24px;
}

#desc_11317 .ingin_service.service_dop_new_span_block > div span,
#desc_11317 .ingin_service.service_dop_new_span_block > div p,
#desc_11316 .ingin_service.service_dop_new_span_block > div span,
#desc_11316 .ingin_service.service_dop_new_span_block > div p {
    transform: translateY(20px);
    max-width: 187px;
}

.detail_service_container-ingin > div {
    display: block;
}

.detail_service_container-ingin > div > img {
    margin: 10px auto;
}

.detail_service_container-ingin .detail_service_item_new {
    max-height: 122px;
    height: 122px;
}

@media screen and (max-width: 560px) {
    .modal .modal__dialog {
        max-width: 90%;
        top: 2%;
    }

    .modal .form-inputs.line {
        flex-direction: column;
        margin: 0 10px 20px;
    }

    .modal .form-inputs.captcha {
        flex-direction: row;
        margin: 0 10px 10px;
    }

    .modal .form-inputs.line:last-child {
        margin: 0 10px 0px;
    }

    .modal .form-inputs.line input {
        margin-bottom: 10px;
    }

    .modal .form-inputs.captcha input {
        margin-bottom: 0px;
    }

    .modal .form-inputs.line input,
    .modal .form-inputs.line input[type=submit],
    .modal .form-inputs.line img,
    .form input.adaptive {
        width: 100%;
    }

    .modal .form-inputs.captcha input {
        width: 50%;
    }

    .modal .form-inputs.captcha img {
        width: 50%;
    }

    .modal .modal__dialog {
        padding: 14px;
    }

    .modal .form .btn {
        margin-top: 0;
    }

    .modal .form input[type=submit] {
        margin-top: 10px;
    }

    .modal .form-inputs.end {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 900px) {
    .detail_service_item_new p {
        text-transform: unset;
    }

    .service_dop_new_span_block,
    .detail_service_container {
        flex-wrap: wrap;
    }

    .detail_service_item_new {
        width: 100%;
        justify-content: flex-start;
        align-items: center;
        padding: 8px;
    }

    .detail_service_item_new > div {

        align-items: center;
        justify-content: flex-start;
        gap: 8px;
    }

    .detail_service_item_new p {
        max-width: unset;
    }

    .text-style-2 {
        overflow-x: scroll;
    }

    .form_service_new {
        padding: 16px;
    }

    .service_dop_new_span_block > div {
        width: 100%;
    }

    .sale_third_service .service_dop_new_span_block > div {
        width: 100%;
        padding: 10px 16px;
        height: unset;
    }

    .form_service_new button {
        padding: 16px;
        width: 100%;
    }

    .sale_service_new_block {
        padding: 16px;
    }

    .service_dop_new_span_block > div > p {
        max-width: unset;
    }

    .service_dop_new_span_block > div > span {
        min-width: 32px;
    }

    body.mobile .form_service_new > div > p {
        font-size: 24px;
        font-weight: 600;
        line-height: 1.3;
        text-align: center;
        color: #000000;
    }

    .detail_service_item_new {
        height: 70px;
    }

    .detail_service_item_new svg {
        margin-bottom: 0;
    }

    .text-style-2 td {
        min-width: 140px;
        padding: 8px 8px;
    }

    div.detail_service_container > div:nth-child(3) > div {
        transform: translateY(5px);
    }
}

.service_dop_second_block {
    margin-bottom: 16px;
}

.service_dop_second_block > p {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
}

.service_dop_second_block > div {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.service_dop_second_block > div > div {
    width: calc(50% - 42px);
    padding: 24px 20px;
    background: rgba(246, 245, 250, 1);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

.service_dop_second_block > div > div:last-child {
    width: 100%;
}

.service_dop_new_span_block > div > p {
    max-width: unset;
}

.service_dop_second_block > div > div p {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 0;
}

.service_dop_second_block > p {
    text-transform: uppercase;
}

@media screen and (max-width: 900px) {
    .service_dop_second_block > div > div {
        width: 100%;
        padding: 16px;
    }

    .service_dop_second_block > div > div svg {
        min-width: 32px;
    }
}

body.mobile .form_service_new .form-description,
.form_service_new .form-description {
    display: block;
    position: relative;
    margin-bottom: 0;
    margin-top: 8px;
    text-align: justify;
    font-size: 10pt;
    line-height: 1.3;
    font-weight: 500;
}

body.mobile .form_service_new .form-description {
    text-align: left;
}

.special_service_sale {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #F6F5FA;
    margin-bottom: 24px;
}

.special_service_sale > p {
    display: flex
;
    align-items: center;
    justify-content: space-around;
    background: #F6F5FA;
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    max-width: 350px;
    text-transform: uppercase;
    text-align: left;

}

.special_service_sale > div {
    width: fit-content;
    padding: 22px 96px;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    color: #FFF !important;
    background: #EB232E;
    transition: 0.3s;
    cursor: pointer;
    border: 1px solid #ed1f24;
}

@media screen and (max-width: 900px) {
    .ingin_service.service_dop_new_span_block > div {
        display: flex;
        width: 100%;
    }

    body.mobile .ingin_service.service_dop_new_span_block > div {
        height: 52px;
    }
    body.mobile  .service_dop_new_span_block > div > p {
        max-width: unset;
        font-weight: 600;
    }
    body.mobile  _uniq_title br {
        display: none !important;
    }
    body.mobile  p._uniq_title {
        padding: 12px 12px 12px 16px;
    }

    body.mobile  p.h2_service_title {
        font-size: 24px;
        font-weight: 600;
    }
    .detail_service_container {
        margin-bottom: 16px;
    }
    body.mobile .special_service_sale > p {
        margin: 0 auto;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.3;
        max-width: 300px;
        text-align: center;
        padding-bottom: 16px;
    }
    body.mobile .special_service_sale > div {
        margin: 0 auto 16px;
    }
    body.mobile #desc_11317 .ingin_service.service_dop_new_span_block > div span, #desc_11317 .ingin_service.service_dop_new_span_block > div p, #desc_11316 .ingin_service.service_dop_new_span_block > div span, #desc_11316 .ingin_service.service_dop_new_span_block > div p {
        max-width: 100%;
        line-height: 1.2;
    }
    body.mobile .special_service_sale {
        display: block;
        padding: 15px;
    }
    #desc_11317 .ingin_service.service_dop_new_span_block > div, #desc_11316 .ingin_service.service_dop_new_span_block > div {
        padding-right: 12px;
    }
    ._uniq_title br {
        display: none !important;
    }
    .detail_service_container-ingin > div > img {
        margin: 0;
    }
    body.mobile .detail_service_item_new p {
        text-align: center;
        font-weight: 500;
        font-size: 16px;
		line-height: 1.3
    }

    .swiper .detail_service_container  {
		gap: unset;
	}
    .swiper .detail_service_item_new {
        width: calc(100% - 96px);
	}
body.mobile .detail_service_item_new_desc > div > div > p:not(.h2_service_title),
body.mobile p._service_standart {
font-size: 16px;
font-weight: 400;
line-height: 24px;
}

}

.form-description > a {
	color: rgba(235, 35, 46, 1);
}

/* End */


/* Start:/bitrix/templates/ingri/css/service-razrabotka.css?1750173504447*/
p strong {
    color: black;
}
.icon_1 {
    width: 100%;
    height: 380px;
    opacity: 0.6;
    background-image: url("/images/service/raz/razrabotka_rnd.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    filter: grayscale(1);
    margin-bottom: 48px;
}
.mb-48 {
    margin-bottom: 48px !important;
}
@media only screen and (max-width: 768px) {
    .icon_1 {
        max-height: 220px;
        margin-bottom: 24px;
    }
}
/* End */
/* /bitrix/templates/ingri/components/bitrix/news.list/new_service_detail/style.css?174772941418926 */
/* /bitrix/templates/ingri/css/service-razrabotka.css?1750173504447 */
