

/* Start:/local/components/ivanvezet/news/templates/services/bitrix/news.detail/service_v2/style.css?178963844320683*/
.service-v2 {
    --sv2-red: #e34638;
    --sv2-orange: #e17642;
    --sv2-black: #070707;
    --sv2-text: #494848;
    --sv2-muted: #717171;
    --sv2-line: #d9d9d9;
    color: var(--sv2-text);
    font-family: "Google Sans", Arial, sans-serif;
    overflow: clip;
}

.service-v2 *,
.service-v2 *::before,
.service-v2 *::after {
    box-sizing: border-box;
}

.service-v2 h1,
.service-v2 h2,
.service-v2 h3,
.service-v2 p,
.service-v2 ul {
    margin-top: 0;
}

.service-v2 h1,
.service-v2 h2,
.service-v2 h3,
.service-v2-form__head,
.service-v2__button {
    font-family: "Inter Tight", Arial, sans-serif;
}

.service-v2__container {
    width: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
}

.service-v2__hero {
    position: relative;
    isolation: isolate;
    width: calc(100% - 80px);
    max-width: none;
    min-height: 660px;
    margin: 0 auto;
    padding: 40px;
    overflow: hidden;
    border-radius: 10px;
    color: #fff;
    background: #343434;
}

.service-v2__hero::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border-radius: inherit;
    background-image: linear-gradient(180deg, rgba(225,118,66,0) 33.38%, rgba(225,118,66,.9) 100%), var(--service-v2-hero-image);
    background-position: center;
    background-size: cover;
}

.service-v2__hero-grid {
    width: 100%;
    min-height: 580px;
    display: grid;
    grid-template-columns: minmax(0, 707px) 420px;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
    margin-right: auto;
    margin-left: auto;
}

.service-v2__hero-copy {
    width: 100%;
    max-width: 707px;
}

.service-v2__hero-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 12px;
    border: 1px solid var(--sv2-line);
    border-radius: 10px;
    background: #f6f6f6;
    color: #1b1b1b;
    font-size: 16px;
    line-height: 1.2;
}

.service-v2__hero-label-icon {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    background: url("/local/components/ivanvezet/news/templates/services/bitrix/news.detail/service_v2/images/hero-check.svg") center / contain no-repeat;
}

.service-v2__hero h1 {
    max-width: 707px;
    margin: 27px 0 12px;
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    line-height: .9;
    letter-spacing: 0;
}

.service-v2__lead {
    max-width: 707px;
    font-size: 18px;
    line-height: 1.2;
}

.service-v2__lead p {
    margin-bottom: 0;
}

.service-v2__hero-mobile-button {
    display: none;
}

.service-v2-form {
    width: 420px;
    height: 580px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    margin: 0;
    padding: 30px;
    border-radius: 10px;
    background: #fff;
    color: #252525;
}

.service-v2-form__head {
    width: 100%;
    margin: 0 0 4px;
}

.service-v2-form__head strong {
    display: block;
    max-width: 357px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
}

.service-v2-form__route {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.service-v2-form__route > label {
    width: 200px;
}

.service-v2-form label {
    display: block;
    margin: 0;
}

.service-v2-form label > span:first-child,
.service-v2-form legend {
    display: block;
    margin: 0 0 4px;
    color: #404040;
    font-family: "Inter Tight", Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

.service-v2-form fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.service-v2-form input[type="text"],
.service-v2-form input[type="tel"],
.service-v2-form input[type="number"] {
    width: 100%;
    height: 36px;
    margin: 0;
    padding: 0 14px;
    border: 1px solid #d4d4d4;
    border-radius: 8px;
    outline: 0;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
    color: #252525;
    font-family: "Inter Tight", Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
}

.service-v2-form input::placeholder {
    color: #737373;
    opacity: 1;
}

.service-v2-form input:focus {
    border-color: var(--sv2-orange);
    box-shadow: 0 0 0 2px rgba(225,118,66,.12);
}

.service-v2-form__choices,
.service-v2-form__checks {
    display: flex;
    align-items: flex-start;
    gap: 5px 12px;
}

.service-v2-form__checks {
    flex-direction: column;
}

.service-v2-form__choices label,
.service-v2-form__checks label {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
    cursor: pointer;
}

.service-v2-form__checks label {
    gap: 6px;
}

.service-v2 .service-v2-form__choices input,
.service-v2 .service-v2-form__checks input,
.service-v2 .service-v2-form__policy > input {
    width: 16px !important;
    height: 16px !important;
    max-width: 16px !important;
    flex: 0 0 16px !important;
    margin: 0 !important;
    position: static !important;
    top: auto !important;
    appearance: none !important;
    border: 2px solid var(--sv2-orange) !important;
    background-color: #fff !important;
    background-image: none !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    cursor: pointer;
}

.service-v2 .service-v2-form__choices input { border-radius: 50% !important; }
.service-v2 .service-v2-form__checks input,
.service-v2 .service-v2-form__policy > input { border-radius: 4px !important; }

.service-v2 .service-v2-form__choices input:checked {
    background-color: var(--sv2-red) !important;
    background-image: none !important;
    box-shadow: inset 0 0 0 3px #fff !important;
}

.service-v2 .service-v2-form__checks input:checked,
.service-v2 .service-v2-form__policy > input:checked {
    background-color: var(--sv2-red) !important;
    background-image: url("/images/check-w.svg") !important;
    background-size: 10px 10px !important;
    box-shadow: none !important;
}

.service-v2-form__choices label > span,
.service-v2-form__checks label > span {
    margin: 0;
    color: #404040;
    font-family: "Inter Tight", Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    opacity: .8;
}

.service-v2-form__measurements {
    width: 223px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
}

.service-v2-form__unit {
    position: relative;
    display: block !important;
    margin: 0 !important;
}

.service-v2-form__unit input { padding-right: 34px !important; }

.service-v2-form__unit b {
    position: absolute;
    top: 50%;
    right: 14px;
    color: #1c1c1c;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    transform: translateY(-50%);
    pointer-events: none;
}

.service-v2-form__phone { width: 223px; }

.service-v2-form__policy {
    width: 100%;
    display: grid !important;
    grid-template-columns: 16px minmax(0, 1fr);
    align-items: start;
    gap: 7px;
}

.service-v2-form__policy > input {
    width: 16px;
    height: 16px;
    margin: 0;
}

.service-v2-form__policy p {
    margin: 0 !important;
    color: #717171 !important;
    font-family: "Google Sans", Arial, sans-serif !important;
    font-size: 9px !important;
    line-height: 1.15 !important;
}

.service-v2-form__policy a {
    color: inherit;
    text-decoration: underline;
}

.service-v2__button {
    min-width: 128px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border: 1px solid var(--sv2-red);
    border-radius: 10px;
    background: var(--sv2-red);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
}

.service-v2__button:hover {
    border-color: #cb372b;
    background: #cb372b;
    color: #fff;
}

.service-v2-form__submit {
    width: 128px;
    min-width: 128px;
    flex: 0 0 44px;
    margin: 0;
}

.service-v2-form__submit:disabled {
    cursor: wait;
    opacity: .65;
}

.service-v2-form__status {
    width: 100%;
    margin: 0;
    font-size: 10px;
    line-height: 1.2;
}

.service-v2-form__status.is-error { color: #b62d2d; }
.service-v2-form__status.is-success { color: #18824c; }

.service-v2__content {
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-top: 80px;
}

.service-v2__intro { width: 100%; }

.service-v2__intro h2,
.service-v2__media h2,
.service-v2__process h2 {
    margin: 0;
    color: var(--sv2-black);
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
}

.service-v2__intro h2 { margin-bottom: 25px; }

.service-v2__richtext {
    color: var(--sv2-text);
    font-size: 18px;
    line-height: 1.2;
}

.service-v2__richtext p { margin-bottom: 16px; }
.service-v2__richtext > :last-child { margin-bottom: 0; }

.service-v2__ticks {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.service-v2__ticks li {
    position: relative;
    padding-left: 23px;
    color: var(--sv2-text);
    font-size: 18px;
    line-height: 1.2;
}

.service-v2__ticks li::before {
    content: "";
    position: absolute;
    top: .25em;
    left: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #e64141;
}

.service-v2__intro .service-v2__button { margin-top: 16px; }

.service-v2__media {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 587px;
    align-items: center;
    gap: 20px;
}

.service-v2__media-copy h2 {
    margin-bottom: 30px;
    color: var(--sv2-text);
}

.service-v2__ticks--media {
    gap: 20px;
    margin-top: 20px;
}

.service-v2__ticks--media li { padding-left: 27px; }
.service-v2__ticks--media li::before { width: 12px; height: 12px; }

.service-v2__media-image {
    height: 484px;
    overflow: hidden;
    border-radius: 10px;
    background: #d9d9d9;
}

.service-v2__media-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-v2__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.service-v2__card {
    min-height: 150px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 30px;
    border-radius: 12px;
    background: #f7f7f7;
}

.service-v2__card > img {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    margin: 0;
    border-radius: 12px;
    object-fit: cover;
}

.service-v2__card-copy { min-width: 0; }

.service-v2__card h3 {
    margin: 0 0 16px;
    color: var(--sv2-text);
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}

.service-v2__card-copy > div {
    color: var(--sv2-text);
    font-size: 16px;
    line-height: 1.2;
}

.service-v2__card-copy p { margin-bottom: 0; }

.service-v2__process { margin-top: 80px; }

.service-v2__process-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.service-v2__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 8px 10px;
    border: 1px solid #f38b41;
    border-radius: 100px;
    color: var(--sv2-orange);
    font-family: "Inter Tight", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.2;
}

.service-v2__process-heading h2 { margin-top: 20px; }

.service-v2__process-heading .service-v2__richtext {
    width: min(100%, 548px);
    margin-top: 12px;
}

.service-v2__steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 70px;
    margin-top: 40px;
    padding: 56px 104px 64px;
    overflow: hidden;
    border-radius: 10px;
    background: linear-gradient(180deg, #f8f8f8 0%, #f8e6dd 100%);
}

.service-v2__steps::before {
    content: "";
    position: absolute;
    top: 56px;
    bottom: 64px;
    left: 50%;
    width: 1px;
    background: rgba(225,118,66,.28);
}

.service-v2__step {
    min-width: 0;
    min-height: 238px;
    padding: 0 0 20px;
    border-bottom: 1px solid rgba(225,118,66,.28);
}

.service-v2__step:nth-child(even) { transform: translateY(130px); }

.service-v2__step-number {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border: 1px solid var(--sv2-line);
    border-radius: 10px;
    background: #f6f6f6;
    color: var(--sv2-red);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.service-v2__step h3 {
    margin: 0 0 13px;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}

.service-v2__step > div {
    color: var(--sv2-muted);
    font-size: 16px;
    line-height: 1.2;
}

.service-v2__step p { margin-bottom: 0; }

.service-v2__cta {
    min-height: 223px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 20px;
    padding: 30px;
    border: 1px solid var(--sv2-line);
    border-radius: 10px;
    background: #f6f6f6;
    text-align: center;
}

.service-v2__cta h2 {
    margin: 0;
    color: #000;
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
}

.service-v2__cta-text {
    color: var(--sv2-muted);
    font-family: "Inter Tight", Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}

.service-v2__cta-text p { margin-bottom: 0; }

.service-v2 .service-v2__cta-text a,
.service-v2 .service-v2__cta-text a:visited,
.service-v2 .service-v2__cta-text a:hover,
.service-v2 .service-v2__cta-text a:focus {
    color: inherit !important;
}

.service-v2-legacy-blocks .reviews { display: none !important; }
.service-v2-articles { display: block; }

@media (min-width: 768px) and (max-width: 1199px) {
    .service-v2__container {
        width: 100%;
        max-width: none;
        padding-right: 15px;
        padding-left: 15px;
    }

    .service-v2__hero {
        width: calc(100% - 80px);
        max-width: none;
        min-height: 770px;
        padding: 40px;
    }

    .service-v2__hero-grid {
        width: 100%;
        min-height: 690px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 40px;
    }

    .service-v2__hero-copy {
        max-width: 764px;
        text-align: center;
    }

    .service-v2__hero h1 {
        max-width: none;
        margin-top: 27px;
        font-size: 46px;
    }

    .service-v2__lead {
        max-width: 597px;
        margin-right: auto;
        margin-left: auto;
    }

    .service-v2-form {
        width: 539px;
        height: auto;
        min-height: 477px;
    }

    .service-v2-form__route {
        flex-direction: row;
        gap: 13px;
    }

    .service-v2-form__checks {
        flex-direction: row;
        gap: 30px;
    }

    .service-v2__content { gap: 80px; }

    .service-v2__media {
        grid-template-columns: minmax(0, 1fr) 342px;
    }

    .service-v2__media-image { height: 270px; }
    .service-v2__card { min-height: 192px; }

    .service-v2__steps {
        gap: 20px 48px;
        padding-right: 70px;
        padding-left: 70px;
    }

    .service-v2__step h3 { font-size: 18px; }
    .service-v2__step > div { font-size: 14px; }
}

@media (max-width: 767px) {
    .service-v2 { overflow: visible; }

    .service-v2__container {
        width: 100%;
        max-width: none;
        padding-right: 10px;
        padding-left: 10px;
    }

    .service-v2__hero {
        width: calc(100% - 20px);
        max-width: none;
        min-height: 0;
        padding: 0;
        overflow: visible;
        border-radius: 10px;
        background: transparent;
    }

    .service-v2__hero::before {
        height: 500px;
        border-radius: 10px;
        background-position: center;
    }

    .service-v2__hero-grid {
        width: 100%;
        min-height: 0;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .service-v2__hero-copy {
        min-height: 500px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        padding: 20px;
    }

    .service-v2__hero-label {
        min-height: 32px;
        padding: 8px 10px;
        border-color: #e3dfdf;
        border-radius: 8px;
        background: #fff;
        color: #000;
        font-size: 12px;
        line-height: .9;
    }

    .service-v2__hero-label-icon {
        border-radius: 4px;
        background-color: #e64141;
        background-image: url("/local/components/ivanvezet/news/templates/services/bitrix/news.detail/service_v2/images/hero-plus.svg");
        background-size: 13px 13px;
    }

    .service-v2__hero h1 {
        margin: 12px 0;
        font-size: 28px;
        line-height: .9;
    }

    .service-v2__lead {
        max-width: 255px;
        font-size: 12px;
    }

    .service-v2__hero-mobile-button {
        height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-top: 12px;
        padding: 10px 16px;
        border-radius: 10px;
        background: var(--sv2-red);
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        line-height: 1;
        text-decoration: none;
    }

    .service-v2-form {
        width: 100%;
        height: auto;
        min-height: 0;
        gap: 13px;
        padding: 12px;
        border-radius: 10px;
        background: #f9f9f9;
    }

    .service-v2-form__head { margin-bottom: 9px; }

    .service-v2-form__head strong {
        max-width: 296px;
        font-size: 16px;
    }

    .service-v2-form__route {
        width: 100%;
        gap: 13px;
    }

    .service-v2-form__route > label,
    .service-v2-form__phone { width: 100%; }

    .service-v2-form label > span:first-child,
    .service-v2-form legend {
        font-size: 12px;
        line-height: 20px;
    }

    .service-v2-form__choices {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px 28px;
    }

    .service-v2-form__checks { gap: 8px; }

    .service-v2-form__choices label > span,
    .service-v2-form__checks label > span {
        font-size: 14px;
        line-height: 20px;
    }

    .service-v2-form__measurements { width: 100%; }
    .service-v2-form__unit input { height: 44px; }
    .service-v2-form__unit b { font-size: 16px; }
    .service-v2-form__policy p { font-size: 10px !important; }

    .service-v2__content {
        display: flex;
        gap: 40px;
        margin-top: 10px;
    }

    .service-v2__media { display: contents; }
    .service-v2__media-copy { order: 1; }
    .service-v2__intro { order: 2; }
    .service-v2__media-image { order: 3; }
    .service-v2__cards { order: 4; }

    .service-v2__intro h2,
    .service-v2__media h2,
    .service-v2__process h2 {
        font-size: 22px;
        font-weight: 700;
    }

    .service-v2__intro h2,
    .service-v2__media-copy h2 { margin-bottom: 12px; }

    .service-v2__richtext,
    .service-v2__ticks li { font-size: 14px; }

    .service-v2__ticks--media {
        gap: 20px;
        margin-top: 20px;
    }

    .service-v2__media-image {
        width: 100%;
        height: 270px;
    }

    .service-v2__cards {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .service-v2__card {
        min-height: 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 20px;
    }

    .service-v2__card h3 { font-size: 18px; }
    .service-v2__card-copy > div { font-size: 14px; }

    .service-v2__process { margin-top: 60px; }
    .service-v2__process-heading h2 { margin-top: 20px; }

    .service-v2__process-heading .service-v2__richtext {
        margin-top: 12px;
        font-size: 14px;
        font-weight: 500;
    }

    .service-v2__steps {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 12px;
        padding: 36px 20px 20px;
    }

    .service-v2__steps::before { display: none; }

    .service-v2__step,
    .service-v2__step:nth-child(even) {
        min-height: 0;
        padding-bottom: 10px;
        transform: none;
    }

    .service-v2__step-number { margin-bottom: 20px; }

    .service-v2__step h3 {
        margin-bottom: 13px;
        font-size: 16px;
    }

    .service-v2__step > div { font-size: 12px; }

    .service-v2__cta {
        min-height: 223px;
        padding: 12px;
    }

    .service-v2__cta h2 {
        max-width: 209px;
        font-size: 18px;
    }

    .service-v2__cta .service-v2__button { min-width: 161px; }

    .service-v2__cta-text {
        max-width: 210px;
        font-size: 16px;
    }
}

/* End */
/* /local/components/ivanvezet/news/templates/services/bitrix/news.detail/service_v2/style.css?178963844320683 */
