/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}




p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

* {
    outline: none;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.container {
    max-width: 1430px;
    margin: 0 auto;
    padding: 0 15px;
}

.header_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #D3D3D3;
}

.menu {
    display: flex;
    gap: 60px;
}

.menu a {
    font-size: 12px;
    color: #3F4C51;
    display: block;
}

.header_options {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    justify-content: flex-end;
    max-width: 720px;
}

.header_option {
    font-size: 12px;
    color: #3F4C51;
    line-height: 1.35;
}

.header_option-label {
    font-weight: 700;
    color: #324883;
}

.header_warpper {
    position: relative;
    padding: 25px 20px;
    display: flex;
    border-bottom: 1px solid #D3D3D3;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
}

.header_bot {
    padding: 20px 20px;
    display: flex;
    align-items: center;
}

.header_logo {
    display: flex;
}

.header_adres {
    display: flex;
    align-items: center;
    gap: 14px;
}

.header_adres::before {
    position: relative;
    content: "";
    background-image: url(../img/map.svg);
    display: block;
    width: 18px;
    height: 18px;
}

.header_adres-title {
    font-weight: 400;
    font-size: 12px;
    color: #3F4C51;
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: 4px;
    width: 175px;
    position: relative;
}

.header_adres-title::before {
    position: absolute;
    content: "";
    background-image: url(../img/map_arrow.svg);
    background-size: cover;
    background-position: center;
    width: 12px;
    height: 12px;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
}

.header_links {
    position: relative;
    padding-left: 44px;
    margin-left: 0;
    flex-shrink: 0;
}

.header_links img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.header_number {
    font-weight: 300;
    font-size: 18px;
    color: #3F4C51;
    display: block;
    margin-bottom: 4px;
}

.header_order {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #324883;
}

.header_mail {
    font-weight: 300;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 20px;
    color: #3F4C51;
}

.header_messages {
    display: flex;
    align-items: center;
    gap: 16px;
}

.header_message {
    display: flex;
    flex-shrink: 0;
}

.header_message img {
    display: block;
    width: 30px;
    height: 30px;
}

.header_calc {
    background: #324883;
    width: 170px;
    height: 40px;
    border-radius: 2px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-left: 25px;
    z-index: 1;
    position: relative;
    transition: all 0.3s;
}

.header_calc::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(298.02deg, #1B53E7 7.87%, #8BBBE7 84.17%);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.header_calc:hover::before {
    opacity: 1;
    visibility: visible;
}

.header_calc img {
    position: absolute;
    top: 6px;
    left: 6px;
}


.header_menu {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 28px;
    max-width: 520px;
}

.header_menu li {
    position: relative;
}

.header_menu li:hover .menu_dropdown {
    opacity: 1;
    visibility: visible;
}

.menu_dropdown::before {
    position: absolute;
    content: "";
    height: 24px;
    top: -24px;
    left: 0;
    width: 100%;
}

.menu_dropdown {
    position: absolute;
    top: calc(100% + 24px);
    left: -20px;
    box-shadow: 0px 4px 20px 0px #00000040;
    background: #FFFFFF;
    width: 330px;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}

.menu_dropdown a {
    border-bottom: 1px solid #505c6125;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s;
}

.menu_dropdown a:hover {
    background: #324883;
    color: #fff;
}

.header_menu a {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #3F4C51;
    display: flex;
    align-items: center;
    gap: 10px;
}

.menu_burger-wrapper {
    position: relative;
}

.menu_burger-wrapper.active .menu_dropdown {
    opacity: 1;
    visibility: visible;
}

.menu_burger-wrapper .menu_dropdown {
    top: calc(100% + 20px);
}

.menu_burger-wrapper .menu_dropdown a {
    display: block;
    color: #000;
}

.menu_burger-wrapper .menu_dropdown a:hover {
    color: #fff;
}

.menu_burger {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #3F4C51;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 68px;
    cursor: pointer;
}

.menu_burger-wrapper.active .menu_burger::before {
    background-image: url(../img/menu_burger2.svg);
}

.menu_burger::before {
    position: relative;
    content: "";
    background-image: url(../img/menu_burger.svg);
    width: 24px;
    height: 24px;
    transition: all 0.3s;
    background-size: cover;
}

.header_warpper .header_search {
    margin-left: auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    flex-shrink: 0;
}

.header_search-toggle {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    background: none;
    border-radius: 4px;
    transition: background 0.2s ease;
}

.header_search-toggle:hover {
    background: rgba(50, 72, 131, 0.08);
}

.header_search.is-open .header_search-toggle {
    background: rgba(50, 72, 131, 0.12);
}

.header_search-input {
    width: 0;
    min-width: 0;
    opacity: 0;
    padding: 0;
    margin: 0;
    border: none;
    border-bottom: 1px solid transparent;
    background: none;
    font-size: 14px;
    color: #3F4C51;
    pointer-events: none;
    transition: width 0.3s ease, opacity 0.25s ease, padding 0.3s ease, border-color 0.2s ease;
    overflow: hidden;
}

.header_search.is-open .header_search-input {
    width: 260px;
    opacity: 1;
    padding: 8px 10px 8px 4px;
    border-bottom-color: #D3D3D3;
    pointer-events: auto;
}

.header_search-input:focus {
    outline: none;
    border-bottom-color: #324883;
}

.header_search-input::placeholder {
    color: #8a949c;
}


.main {
    padding: 40px 0;
    background-image: url(../img/main.jpg);
    background-size: cover;
    background-position: center;
}

.main_title {
    font-weight: 700;
    font-size: 36px;
    color: #fff;
    border-left: 6px solid #324883;
    padding: 20px 32px;
    width: 560px;
    max-width: 100%;
    margin-bottom: 16px;
    background: #00000078;
}

.main_lead {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    max-width: 640px;
    margin-bottom: 24px;
    padding: 16px 20px;
    background: #00000078;
}

.main_option {
    display: flex;
    background: #00000078;
    margin-bottom: 25px;
    width: fit-content;
}

.main_option:last-child {
    margin-bottom: 0;
}

.main_option-img {
    width: 82px;
    height: 82px;
    min-width: 82px;
    background: #324883;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_option-info {
    padding: 20px;
    color: #fff;
}

.main_option-title {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.main_option-text {
    font-size: 14px;
}

.main_advantages {
    margin: 40px 0 120px;
}

.main_advantages-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.main_advantages-item {
    flex: 1;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    color: #505C61;
}

.catalog {
    margin-bottom: 120px;
}

.catalog_items {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.catalog_item {
    width: calc(25% - 30px);
    position: relative;
    height: 180px;
    display: flex;
    align-items: stretch;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s;
    overflow: hidden;
    border-radius: 2px;
}

a.catalog_item:hover {
    opacity: 0.92;
}

a.catalog_item:hover .catalog_item-title {
    background: #1B53E7;
}

.catalog_item:focus-visible {
    outline: 2px solid #1B53E7;
    outline-offset: 2px;
}

.catalog_item-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
}

.catalog_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.catalog_item-title {
    background: #324883;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    z-index: 1;
    position: relative;
    padding: 10px 15px;
    width: fit-content;
}

.catalog_links {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 50px;
}

.catalog_link {
    display: block;
    font-size: 14px;
    color: #000;
}

.calc {
    background-image: url(../img/calc.jpg);
    background-size: cover;
    background-position: center;
    padding: 114px 0 125px;
    color: #fff;
}

.calc_top {
    display: flex;
    margin-bottom: 32px;
    gap: 44px;
}

.calc_title {
    font-weight: 700;
    font-size: 36px;
}

.calc_number {
    font-weight: 500;
    font-size: 18px;
}

.calc_number a {
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    margin-top: 10px;
    color: #fff;
}

.calc_form {
    display: flex;
    gap: 40px;
    align-items: center;
}

.inp {
    border: 1px solid #FFFFFF;
    width: 320px;
    height: 50px;
    background: none;
    padding-left: 25px;
    font-size: 14px;
}

.inp::placeholder {
    color: #fff;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #324883;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    border: none;
    padding: 16px 35px;
    z-index: 1;
    position: relative;
    transition: all 0.3s;
}

.btn::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(298.02deg, #1B53E7 7.87%, #8BBBE7 84.17%);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.btn:hover::before {
    opacity: 1;
    visibility: visible;
}

.calc_btn {
    height: 50px;
    margin-left: 30px;
}

.form_ok {
    font-size: 12px;
    width: 304px;
}

.about {
    margin: 120px 0;
}

.about_wrapper {
    align-items: flex-start;
    display: flex;
    justify-content: center;
    gap: 120px;
}

.about_info {
    width: 670px;
}

.about_title {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 30px;
}

.about_info p {
    font-weight: 300;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 30px;
}

.about_info p:last-child {
    margin-bottom: 0;
}

.about_img {
    display: flex;
}

.works {
    margin-bottom: 120px;
}

.works_title {
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
}

.works_slider .slick-list {
    margin: 0 -20px;
}

.works_slide {
    margin: 0 20px;
}

.works_slide-img {
    height: 220px;
    display: flex;
    margin-bottom: 20px;
}

.works_slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.works_slide-text {
    text-align: center;
    padding: 0 6px;
}

.works_slide-title {
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    color: #3F4C51;
}

.works_slide-desc {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
    color: #5A6670;
}

.works_slider-wrapper {
    position: relative;
}

.works_slider-arrow {
    position: absolute;
    background: #FFFFFF;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
    top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.works_slider-arrow.next {
    right: -10px;
}

.works_slider-arrow.prev {
    left: -10px;
}

.works_slider-arrow.slick-disabled path {
    stroke: #A2A2A2;
}

.blog {
    margin-bottom: 120px;
}

.blog_title {
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
}

.blog_items {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.blog_item {
    width: calc(25% - 30px);
}

.blog_item-img {
    height: 320px;
    margin-bottom: 20px;
    display: flex;
}

.blog_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog_item-text {
    font-size: 14px;
    margin-bottom: 20px;
}

.blog_item-link {
    font-weight: 800;
    font-size: 14px;
    color: #000;
    transition: all 0.3s;
}

.blog_item-link:hover {
    color: #324883;
}

.footer {
    background: #F1F0F0;
    padding: 120px 0 24px;
}

.footer_wrapper {
    justify-content: space-between;
    display: flex;
    margin-bottom: 110px;
}

.footer_logo {
    display: flex;
    margin-bottom: 28px;
}

.footer_desc {
    font-size: 12px;
    margin-bottom: 28px;
    line-height: 1.5;
}

.footer_addr {
    margin-bottom: 10px;
}

.footer_addr:last-child {
    margin-bottom: 0;
}

.footer_addr strong {
    display: block;
    margin-bottom: 2px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #324883;
}

.footer_left {
    width: 260px;
}

.footer_item-title {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer_item-menu a {
    color: #000;
    font-size: 12px;
    margin-bottom: 12px;
    display: block;
    transition: all 0.3s;
}

.footer_item-menu a:hover {
    color: #324883;
}

.footer_number {
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 10px;
    transition: all 0.3s;
}

.footer_number:hover {
    color: #324883;
}

.footer_btn {
    margin-bottom: 40px;
}

.footer_mail {
    display: block;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 40px;
    color: #000;
    transition: all 0.3s;
}

.footer_mail:hover {
    color: #324883;
}

.footer_time {
    margin-bottom: 40px;
    font-size: 14px;
}

.footer_messages {
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer_message img {
    display: block;
    width: 30px;
    height: 30px;
}

.footer_message {
    display: flex;
}

.footer_bot {
    border-top: 1px solid #D3D3D3;
    padding-top: 22px;
}

.footer_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.footer_inner-text {
    font-size: 12px;
}

.footer_inner-dev {
    display: flex;
}

.footer_inner-link {
    font-size: 12px;
    font-weight: 600;
    color: #324883;
    transition: color 0.3s;
}

.footer_inner-link:hover {
    color: #1B53E7;
}

.mobile_burger {
    display: none;
}

.header_bot .menu {
    display: none;
}

.header_bot .header_adres {
    display: none;
}

.header_bot .header_menu {
    flex: 1;
    max-width: none;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 12px;
}

.header_bot .header_menu li {
    flex: 1;
    min-width: 0;
}

.header_bot .header_menu a {
    justify-content: center;
    width: 100%;
    white-space: nowrap;
}










@media (max-width: 1450px) {
    .container {
        max-width: 1180px;
    }

    .header_search.is-open .header_search-input {
        width: 220px;
    }

    .header_menu {
        gap: 30px;
    }

    .menu_burger {
        margin-right: 30px;
    }

    .main_advantages-item {
        font-size: 18px;
        gap: 14px;
    }

    .catalog_links {
        gap: 30px;
    }

    .calc_form {
        gap: 20px;
    }

    .calc_btn {
        margin-left: 0;
    }

    .about_wrapper {
        gap: 80px;
    }

    .about_info {
        width: 580px;
    }

    .about_info p {
        font-size: 20px;
    }

    .works_slide-img {
        height: 170px;
    }

    .blog_item-img {
        height: 260px;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 950px;
    }

    .header_messages {
        gap: 20px;
    }

    .menu {
        gap: 30px;
    }

    .header_options {
        display: none;
    }

    .header_mail {
        display: none;
    }

    .header_menu a {
        font-size: 12px;
    }

    .menu_burger {
        font-size: 12px;
    }

    .header_search.is-open .header_search-input {
        width: 180px;
    }

    .main_advantages-item {
        font-size: 16px;
        line-height: 1.2;
    }

    .main_advantages-item img {
        width: 60px;
        height: auto;
    }

    .catalog_items {
        gap: 30px;
    }

    .catalog_item {
        width: calc(33.333% - 20px);
    }

    .calc_form {
        flex-wrap: wrap;
    }

    .about_info {
        width: 480px;
    }

    .works_slide {
        margin: 0 10px;
    }

    .works_slider-arrow {
        top: 50px;
    }

    .works_slider-arrow.next {
        right: -20px;
    }

    .works_slider-arrow.prev {
        left: -20px;
    }

    .blog_items {
        gap: 20px;
    }

    .blog_item {
        width: calc(25% - 15px);
    }

    .blog_item-img {
        height: 215px;
    }

    .footer {
        padding-top: 80px;
    }

    .footer_links {
        width: 292px;
    }

    .footer_left {
        width: 50%;
    }

    .footer_wrapper {
        flex-wrap: wrap;
        gap: 50px 20px;
        margin-bottom: 30px;
    }


    .footer_item {
        order: 1;
        width: calc(33.333% - 15px);
    }
}

@media (max-width: 991.98px) {
    .container {
        max-width: 730px;
    }

    .main_advantages-wrapper {
        flex-wrap: wrap;
        gap: 30px 20px;
    }

    .main_advantages-item {
        width: calc(33.333% - 13.333px);
        flex: none;
    }

    .catalog_items {
        gap: 20px;
    }

    .catalog_links {
        gap: 20px;
    }

    .catalog_item {
        width: calc(50% - 10px);
    }

    .catalog,
    .main_advantages {
        margin-bottom: 60px;
    }

    .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100;
        background-color: #fff;
        width: 100%;
        box-shadow: 0 1px 0 rgba(63, 76, 81, 0.08);
    }

    .header_warpper {
        padding: 10px 0;
    }

    .header_logo {
        width: 180px;
        display: flex;
    }

    .header_logo img {
        width: 100%;
        height: auto;
    }

    .header_top {
        display: none;
    }

    .header_calc {
        font-size: 12px;
        width: 150px;
    }

    .header_bot {
        position: absolute;
        opacity: 0;
        visibility: hidden;
        background-color: #fff;
        left: 0;
        right: 0;
        transition: opacity 0.3s, visibility 0.3s;
        width: 100%;
        height: calc(100dvh - 100%);
        top: 100%;
        flex-direction: column;
        z-index: 99;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    .header_bot.active {
        opacity: 1;
        visibility: visible;
    }

    .header_order {
        display: none;
    }

    .header_number {
        margin-bottom: 0;
        font-size: 0;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

    .header_links {
        width: 24px;
        height: 24px;
        padding: 0;
        margin-right: 20px;
        margin-left: 0;
    }

    .header_warpper .header_search {
        margin-left: auto;
        margin-right: 0;
    }

    .header_warpper .header_search.is-open {
        position: absolute;
        right: 88px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 12;
        padding: 6px 8px;
        background: #fff;
        border-radius: 4px;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    }

    .header_warpper .header_search.is-open .header_search-input {
        width: min(240px, calc(100vw - 130px));
    }

    .header_message {
        display: flex;
    }

    .header_messages {
        margin-right: 20px;
    }

    .main {
        margin-top: 65px;
    }

    .about_wrapper {
        flex-direction: column-reverse;
        gap: 30px;
    }

    .about_info {
        width: 100%;
    }

    .about {
        margin: 60px 0;
    }

    .calc_btn,
    .inp {
        width: calc(50% - 10px);
    }

    .works {
        margin-bottom: 60px;
    }

    .works_slide-img {
        height: 227px;
    }

    .works_slider-arrow {
        top: 90px;
    }

    .blog_item {
        width: calc(50% - 10px);
    }

    .mobile_burger {
        display: block;
        width: 30px;
        height: 24px;
        position: relative;
        margin-left: 20px;
    }

    .mobile_burger.active::before {
        transform: rotate(45deg);
        top: 11px;
    }

    .mobile_burger::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 3px;
        background-color: #324883;
        top: 0;
        right: 0;
        transition: all 0.3s;
    }

    .mobile_burger::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 3px;
        background-color: #324883;
        bottom: 0;
        right: 0;
        transition: all 0.3s;
    }

    .mobile_burger.active::after {
        transform: rotate(-45deg);
        bottom: 10px;
    }

    .mobile_burger span {
        position: absolute;
        content: "";
        width: 100%;
        height: 3px;
        background-color: #324883;
        top: 11px;
        right: 0;
        transition: all 0.3s;
    }

    .mobile_burger.active span {
        transform: scale(0);
    }

    .menu_burger-wrapper {
        width: 700px;
        margin: 0 auto 30px;
    }

    .header_menu {
        width: 700px;
        margin: 0 auto 30px;
        flex-direction: column;
    }

    .header_bot .header_menu {
        flex: none;
        justify-content: flex-start;
        gap: 20px;
    }

    .header_bot .header_menu li {
        flex: none;
        width: 100%;
    }

    .header_bot .header_menu a {
        justify-content: flex-start;
        width: auto;
        white-space: normal;
    }

    .header_menu a {
        font-size: 14px;
    }

    .menu_dropdown {
        position: relative;
        visibility: visible;
        opacity: 1;
        inset: auto;
        box-shadow: none;
        width: 100%;
        transition: none;
        display: none;
        margin-top: 20px;
    }

    .header_bot {
        padding-top: 40px;
        overflow: auto;
    }

    .header_menu a.active img {
        transform: rotate(180deg);
    }

    .header_menu a img {
        transition: all 0.3s;
    }

    .menu_burger {
        font-size: 14px;
        margin-right: 0;
    }

    .menu_burger::before {
        display: none;
    }

    .menu_burger::after {
        position: relative;
        content: "";
        background-image: url(../img/menu_arrow.svg);
        background-size: cover;
        width: 12px;
        height: 12px;
        display: block;
        transition: all 0.3s;
    }

    .menu_burger.active::after {
        transform: rotate(180deg);
    }

    .menu_burger-wrapper .menu_dropdown {
        opacity: 1;
        visibility: visible;
        inset: auto;
    }

    .header_bot .menu {
        display: block;
        width: 700px;
        margin: 0 auto 10px;
    }

    .menu a {
        font-size: 16px;
        margin-bottom: 20px;
        font-weight: 700;
    }

    .header_bot .header_adres {
        width: 700px;
        margin: 0 auto 30px;
        display: flex;
    }

    .header_adres-title {
        width: 100%;
    }
}

@media (max-width: 766.98px) {
    .container {
        max-width: 100%;
    }

    .header_calc {
        display: none;
    }

    .header_messages {
        gap: 10px;
        margin-right: 10px;
    }

    .mobile_burger {
        margin-left: 10px;
    }

    .header_links {
        margin-right: 10px;
    }

    .header_logo {
        width: 120px;
    }

    .main {
        margin-top: 65px;
    }

    .main_title {
        width: 100%;
        font-size: 24px;
        padding: 14px 20px;
    }

    .main_option-img {
        width: 56px;
        min-width: 56px;
        height: 56px;
    }

    .main_option-info {
        padding: 12px 10px;
    }

    .main_option-title {
        font-size: 12px;
    }

    .main_option-text {
        font-size: 12px;
    }

    .main_option {
        margin-bottom: 14px;
    }

    .main_advantages-wrapper {
        gap: 20px;
    }

    .main_advantages-item {
        width: calc(50% - 10px);
        font-size: 12px;
    }

    .catalog_items {
        gap: 10px;
        margin-bottom: 30px;
    }

    .catalog_item {
        width: 100%;
    }

    .catalog_link {
        font-size: 14px;
    }

    .catalog_links {
        gap: 10px;
    }

    .calc {
        padding: 60px 0;
    }

    .calc_top {
        flex-direction: column;
        gap: 20px;
    }

    .calc_title {
        font-size: 24px;
    }

    .calc_number {
        font-size: 16px;
    }

    .calc_number a {
        font-size: 18px;
    }

    .calc_btn,
    .inp {
        width: 100%;
    }

    .form_ok {
        width: 100%;
    }

    .about_title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .about_info p {
        font-size: 16px;
        margin-bottom: 24px;
        line-height: 1.2;
    }

    .about_img {
        width: 100%;
    }

    .about_img img {
        width: 100%;
        height: auto;
    }

    .blog_title,
    .works_title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .works_slide-img {
        height: 216px;
    }

    .works_slider-arrow {
        width: 46px;
        height: 46px;
    }

    .works_slider-arrow svg {
        width: 24px;
        height: auto;
    }

    .works_slide {
        margin: 0;
    }

    .blog_items {
        gap: 30px;
    }

    .blog_item-text {
        margin-bottom: 10px;
    }

    .blog {
        margin-bottom: 60px;
    }

    .blog_item {
        width: 100%;
    }

    .footer_wrapper {
        gap: 20px;
    }

    .footer {
        padding-top: 60px;
    }

    .footer_left {
        width: 100%;
    }

    .footer_desc {
        margin-bottom: 0;
    }

    .footer_links {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer_inner {
        flex-direction: column;
        gap: 20px;
    }

    .header_message {
        width: 28px;
    }

    .header_message img {
        width: 100%;
        height: auto;
    }

    .footer_btn {
        margin-bottom: 20px;
    }

    .footer_item {
        width: calc(50% - 10px);
    }

    .footer_time,
    .footer_mail {
        margin-bottom: 20px;
    }

    .header_bot {
        padding: 24px 15px 40px;
    }

    .header_menu,
    .menu_burger-wrapper,
    .header_bot .menu {
        width: 100%;
    }

    .menu_burger-wrapper {
        margin-bottom: 20px;
    }

    .header_bot .menu {
        margin-bottom: 20px;
    }

    .menu li:last-child a {
        margin-bottom: 0;
    }

    .header_menu {
        gap: 20px;
        margin-bottom: 20px;
    }

    .header_bot .header_adres {
        width: 100%;
    }

    .page_hero {
        padding: 32px 0 40px;
    }

    .page_hero .main_title {
        width: 100%;
        font-size: 24px;
    }

    .article {
        margin-top: -20px;
        margin-bottom: 60px;
    }

    .article_wrapper {
        flex-direction: column;
        gap: 24px;
    }

    .article_sidebar {
        width: 100%;
        min-width: 0;
        position: static;
    }

    .article_body {
        padding: 28px 20px;
    }

    .article_body h2 {
        font-size: 22px;
        margin-top: 36px;
    }

    .article_body h3 {
        font-size: 18px;
    }

    .article_body p,
    .article_body li {
        font-size: 15px;
        line-height: 1.6;
    }

    .article_lead {
        font-size: 17px !important;
        line-height: 28px !important;
        padding: 16px 20px;
    }

    .article_feature {
        flex-direction: column;
        gap: 12px;
        padding: 20px;
    }

    .article_contacts {
        grid-template-columns: 1fr;
    }

    .article_prices {
        grid-template-columns: 1fr;
    }

}

.home_seo {
    margin: 80px 0;
    padding: 20px 0 40px;
    background: #F0F3F8;
}

.home_seo_body {
    max-width: none;
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.home_seo_body > [class^="home_"]:not(.home_intro):not(.home_cta):not(.home_problems) {
    background: #fff;
    border: 1px solid #E8ECF2;
    border-radius: 6px;
    box-shadow: 0 4px 24px rgba(63, 76, 81, 0.06);
}

.home_intro {
    padding: 32px 36px;
    background: linear-gradient(135deg, #324883 0%, #1B53E7 100%) !important;
    border: none !important;
    color: #fff;
}

.home_intro_stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 20px;
}

.home_intro_stat-value {
    display: block;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 6px;
}

.home_intro_stat-label {
    font-size: 13px;
    line-height: 1.4;
    opacity: 0.9;
}

.home_intro_text {
    margin: 0;
    font-size: 17px;
    line-height: 1.65;
    opacity: 0.95;
    max-width: 900px;
}

.home_services {
    padding: 40px;
    overflow: hidden;
}

.home_services_header,
.home_why_header,
.home_prices_header {
    margin-bottom: 28px;
}

.home_services_badge,
.home_why_badge,
.home_prices_badge {
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #324883;
    background: rgba(50, 72, 131, 0.1);
    border-radius: 999px;
}

.home_services_heading,
.home_why_heading,
.home_prices_heading {
    margin: 0 0 10px;
    font-size: 28px;
    font-weight: 700;
    color: #3F4C51;
    line-height: 1.3;
}

.home_services_sub,
.home_prices_sub {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #5A6670;
    max-width: 760px;
}

.home_services_tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
}

.home_services_tab {
    padding: 10px 18px;
    border: 1px solid #D8DEE8;
    border-radius: 999px;
    background: #F7F9FC;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #5A6670;
    cursor: pointer;
    transition: all 0.25s ease;
}

.home_services_tab:hover {
    border-color: #324883;
    color: #324883;
}

.home_services_tab.active {
    background: #324883;
    border-color: #324883;
    color: #fff;
    box-shadow: 0 6px 16px rgba(50, 72, 131, 0.25);
}

.home_services_panel {
    display: none;
    grid-template-columns: 1.05fr 1fr;
    gap: 32px;
    align-items: stretch;
    animation: homePanelIn 0.35s ease;
}

.home_services_panel.active {
    display: grid;
}

@keyframes homePanelIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.home_services_media {
    position: relative;
    min-height: 280px;
    border-radius: 4px;
    overflow: hidden;
}

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

.home_services_media-badge {
    position: absolute;
    left: 16px;
    bottom: 16px;
    padding: 8px 14px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #fff;
    background: rgba(50, 72, 131, 0.88);
    border-radius: 4px;
}

.home_services_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home_services_title {
    margin: 0 0 12px;
    font-size: 24px;
    font-weight: 700;
    color: #324883;
}

.home_services_lead {
    margin: 0 0 18px;
    font-size: 16px;
    line-height: 1.65;
    color: #505C61;
}

.home_services_list {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
}

.home_services_list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.5;
    color: #3F4C51;
}

.home_services_list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #324883;
}

.home_services_link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #324883;
    transition: color 0.3s;
}

.home_services_link:hover {
    color: #1B53E7;
}

.home_services_link::after {
    content: "→";
}

.home_why {
    padding: 40px;
}

.home_why_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.home_why_card {
    padding: 24px 22px;
    background: linear-gradient(180deg, #F7F9FC 0%, #fff 100%);
    border: 1px solid #E8ECF2;
    border-radius: 4px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home_why_card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(50, 72, 131, 0.1);
}

.home_why_num {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    color: rgba(50, 72, 131, 0.2);
}

.home_why_title {
    margin: 0 0 10px;
    font-size: 17px;
    font-weight: 700;
    color: #324883;
}

.home_why_text {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #5A6670;
}

.home_prices {
    padding: 40px;
}

.home_prices_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 28px;
}

.home_price_card {
    padding: 22px 20px;
    background: linear-gradient(135deg, #324883 0%, #1B53E7 100%);
    border-radius: 4px;
    color: #fff;
}

.home_price_label {
    font-size: 13px;
    line-height: 1.4;
    opacity: 0.9;
    margin-bottom: 12px;
    min-height: 36px;
}

.home_price_value {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;
}

.home_price_value span {
    font-size: 14px;
    font-weight: 600;
    opacity: 0.85;
}

.home_prices_footer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 32px;
}

.home_prices_cta {
    min-width: 200px;
    text-align: center;
}

.home_prices_phone {
    font-size: 20px;
    font-weight: 600;
    color: #324883;
}

.home_cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 36px 40px !important;
    background: linear-gradient(135deg, #1a2d5c 0%, #324883 55%, #1B53E7 100%) !important;
    border: none !important;
    color: #fff;
}

.home_cta_title {
    margin: 0 0 10px;
    font-size: 26px;
    font-weight: 700;
}

.home_cta_text {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.92;
    max-width: 560px;
}

.home_cta_actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex-shrink: 0;
}

.home_cta_btn {
    min-width: 220px;
    text-align: center;
    background: #fff !important;
    color: #324883 !important;
}

.home_cta_btn:hover {
    opacity: 0.92;
}

.home_cta_note {
    font-size: 12px;
    opacity: 0.8;
}

.home_catalog,
.home_prices {
    margin-bottom: 32px;
}

.home_catalog_lead {
    font-size: 17px;
    line-height: 1.65;
    color: #5A6670;
    margin: 0 0 24px;
    max-width: 900px;
}

.home_prices .article_prices {
    margin: 24px 0;
}

.home_seo_body h3 a {
    color: #324883;
    transition: color 0.3s;
}

.home_seo_body h3 a:hover {
    color: #1B53E7;
}

.home_steps {
    margin: 8px 0 0;
    padding: 40px;
    background: linear-gradient(135deg, #ffffff 0%, #f0f3f8 100%);
    border: 1px solid #E8ECF2;
    border-radius: 6px;
}

.home_steps_header {
    margin-bottom: 32px;
}

.home_steps_badge {
    display: inline-block;
    margin-bottom: 14px;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #324883;
    background: rgba(50, 72, 131, 0.1);
    border-radius: 999px;
}

.home_steps_title {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.3;
    color: #3F4C51;
    margin: 0 0 12px;
    padding: 0;
    border: none;
    max-width: 820px;
}

.home_steps_title::after {
    display: none;
}

.home_steps_lead {
    font-size: 17px;
    line-height: 1.6;
    color: #5A6670;
    margin: 0 0 28px;
    max-width: 760px;
}

.home_steps_progress {
    display: flex;
    align-items: center;
    gap: 0;
    max-width: 640px;
}

.home_steps_progress-dot {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #324883 0%, #1B53E7 100%);
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(50, 72, 131, 0.2);
}

.home_steps_progress-line {
    flex: 1;
    height: 2px;
    min-width: 12px;
    background: linear-gradient(90deg, #324883 0%, #c5d0e8 100%);
}

.home_steps_grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
    position: relative;
}

.home_step {
    grid-column: span 3;
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #E8ECF2;
    box-shadow: 0 8px 28px rgba(50, 72, 131, 0.08);
    overflow: visible;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    padding: 22px 22px 24px;
    height: 100%;
}

.home_step:nth-child(5) {
    grid-column: 2 / span 3;
}

.home_step:nth-child(6) {
    grid-column: 5 / span 3;
}

.home_step:nth-child(7) {
    grid-column: 8 / span 3;
}

.home_step::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 6px 6px 0 0;
    background: linear-gradient(90deg, #324883 0%, #1B53E7 100%);
}

.home_step:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 36px rgba(50, 72, 131, 0.14);
}

.home_step_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.home_step_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: #324883;
    background: rgba(50, 72, 131, 0.08);
    border-radius: 10px;
}

.home_step_num {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #324883;
    opacity: 0.55;
}

.home_step_title {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    color: #3F4C51;
}

.home_step_text {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: #5A6670;
}

.home_step_arrow {
    display: none;
}

.home_steps_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 36px;
    padding-top: 28px;
    border-top: 1px solid #E0E6EE;
}

.home_steps_facts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 28px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.home_steps_facts li {
    position: relative;
    padding-left: 22px;
    font-size: 14px;
    line-height: 1.5;
    color: #3F4C51;
    font-weight: 600;
}

.home_steps_facts li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1B53E7;
}

.home_steps_grid.article_steps {
    margin: 0;
}

.home_steps_grid.fermy_steps_grid,
.home_steps_grid.service_steps_grid--4 {
    grid-template-columns: repeat(12, 1fr);
}

.fermy_steps_grid .home_step,
.fermy_steps_grid .home_step:nth-child(5),
.fermy_steps_grid .home_step:nth-child(6),
.fermy_steps_grid .home_step:nth-child(7),
.service_steps_grid--4 .home_step,
.service_steps_grid--4 .home_step:nth-child(5),
.service_steps_grid--4 .home_step:nth-child(6),
.service_steps_grid--4 .home_step:nth-child(7) {
    grid-column: span 3;
}

.home_steps_grid.service_steps_grid--5 {
    grid-template-columns: repeat(5, 1fr);
}

.home_steps_grid.service_steps_grid--5 .home_step {
    grid-column: auto;
}

.home_steps_grid.service_steps_grid--6 {
    grid-template-columns: repeat(3, 1fr);
}

.home_steps_grid.service_steps_grid--6 .home_step {
    grid-column: auto;
}

.inner-page .article_content .home_seo_body {
    max-width: none;
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

@media (max-width: 1100px) {
    .fermy_steps_grid .home_step,
    .fermy_steps_grid .home_step:nth-child(5),
    .fermy_steps_grid .home_step:nth-child(6),
    .fermy_steps_grid .home_step:nth-child(7),
    .service_steps_grid--4 .home_step,
    .service_steps_grid--4 .home_step:nth-child(5),
    .service_steps_grid--4 .home_step:nth-child(6),
    .service_steps_grid--4 .home_step:nth-child(7),
    .service_steps_grid--5 .home_step,
    .service_steps_grid--6 .home_step {
        grid-column: auto;
    }

    .home_steps_grid.service_steps_grid--5,
    .home_steps_grid.service_steps_grid--6 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.home_steps .home_step.article_step {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 22px 22px 24px;
    border-bottom: none;
}

.home_steps_cta {
    flex-shrink: 0;
    min-width: 200px;
    text-align: center;
}

.home_clients {
    margin: 32px 0 0;
    padding: 44px 40px 40px;
    background: #fff;
    border: 1px solid #E8ECF2;
    border-radius: 6px;
    box-shadow: 0 8px 28px rgba(50, 72, 131, 0.06);
}

.home_clients_header {
    margin-bottom: 28px;
}

.home_clients_badge {
    display: inline-block;
    margin-bottom: 14px;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #324883;
    background: rgba(50, 72, 131, 0.1);
    border-radius: 999px;
}

.home_clients_title {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.3;
    color: #3F4C51;
    margin: 0 0 12px;
    padding: 0;
    border: none;
}

.home_clients_title::after {
    display: none;
}

.home_clients_lead {
    font-size: 17px;
    line-height: 1.6;
    color: #5A6670;
    margin: 0;
    max-width: 760px;
}

.home_clients_tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
    padding-bottom: 4px;
}

.home_clients_tab {
    flex: 1 1 auto;
    min-width: 140px;
    padding: 14px 18px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    color: #3F4C51;
    background: #F0F3F8;
    border: 1px solid #E0E6EE;
    border-radius: 6px;
    cursor: pointer;
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.home_clients_tab:hover {
    color: #324883;
    border-color: #c5d0e8;
}

.home_clients_tab.active {
    color: #fff;
    background: linear-gradient(135deg, #324883 0%, #1B53E7 100%);
    border-color: transparent;
    box-shadow: 0 8px 20px rgba(50, 72, 131, 0.22);
}

.home_clients_panels {
    position: relative;
    min-height: 180px;
}

.home_clients_panel {
    display: none;
    padding: 28px 30px;
    background: linear-gradient(135deg, #ffffff 0%, #f7f9fc 100%);
    border: 1px solid #E8ECF2;
    border-radius: 6px;
    animation: homeClientsFade 0.25s ease;
}

.home_clients_panel.active {
    display: block;
}

@keyframes homeClientsFade {
    from {
        opacity: 0;
        transform: translateY(6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.home_clients_panel-title {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    color: #3F4C51;
}

.home_clients_panel-lead {
    margin: 0 0 18px;
    font-size: 15px;
    line-height: 1.65;
    color: #5A6670;
    max-width: 820px;
}

.home_clients_tasks {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px 20px;
}

.home_clients_tasks li {
    position: relative;
    padding: 14px 14px 14px 38px;
    font-size: 14px;
    line-height: 1.55;
    color: #3F4C51;
    background: #fff;
    border: 1px solid #E8ECF2;
    border-radius: 6px;
}

.home_clients_tasks li::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 18px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1B53E7;
}

.home_problems {
    margin: 0;
    padding: 44px 40px 40px;
    background: linear-gradient(145deg, #1a2340 0%, #243352 50%, #1e2d4a 100%) !important;
    border: none !important;
    border-radius: 6px;
    color: #fff;
    box-shadow: 0 16px 40px rgba(20, 30, 55, 0.28);
}

.home_problems_header {
    margin-bottom: 28px;
}

.home_problems_badge {
    display: inline-block;
    margin-bottom: 14px;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff3d6;
    background: rgba(232, 163, 23, 0.28);
    border: 1px solid rgba(232, 163, 23, 0.55);
    border-radius: 999px;
}

.home_problems_title {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.3;
    color: #fff;
    margin: 0 0 12px;
    padding: 0;
    border: none;
}

.home_problems_title::after {
    display: none;
}

.home_problems_lead {
    font-size: 17px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.88);
    margin: 0;
    max-width: 760px;
}

.home_problems_layout {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 20px;
    align-items: stretch;
}

.home_problems_nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.home_problems_nav-item {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    padding: 16px 16px 16px 14px;
    font-family: inherit;
    text-align: left;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 3px solid transparent;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.home_problems_nav-item:hover {
    background: rgba(0, 0, 0, 0.32);
    border-color: rgba(255, 255, 255, 0.22);
}

.home_problems_nav-item.active {
    color: #fff;
    background: rgba(0, 0, 0, 0.38);
    border-color: rgba(255, 255, 255, 0.24);
    border-left-color: #E8A317;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.home_problems_nav-num {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #243352;
    background: #fff;
    border-radius: 50%;
}

.home_problems_nav-item.active .home_problems_nav-num {
    color: #fff;
    background: linear-gradient(135deg, #E8A317 0%, #d48712 100%);
}

.home_problems_nav-text {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.home_problems_panels {
    position: relative;
    min-height: 220px;
}

.home_problems_panel {
    display: none;
    height: 100%;
    animation: homeProblemsFade 0.28s ease;
}

.home_problems_panel.active {
    display: block;
}

@keyframes homeProblemsFade {
    from {
        opacity: 0;
        transform: translateX(8px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.home_problems_split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 56px minmax(0, 1fr);
    gap: 0;
    height: 100%;
    min-height: 220px;
}

.home_problems_problem,
.home_problems_solution {
    padding: 28px 26px;
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.home_problems_problem {
    background: #fff;
    border: 1px solid #f3c4c4;
    border-top: 4px solid #dc2626;
}

.home_problems_solution {
    background: #fff;
    border: 1px solid #a7e3c3;
    border-top: 4px solid #16a34a;
}

.home_problems_label {
    display: inline-block;
    margin-bottom: 12px;
    padding: 5px 12px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 999px;
}

.home_problems_label-problem {
    color: #b91c1c;
    background: #fef2f2;
    border: 1px solid #fecaca;
}

.home_problems_label-solution {
    color: #15803d;
    background: #ecfdf5;
    border: 1px solid #bbf7d0;
}

.home_problems_problem-title {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    color: #1f2937;
}

.home_problems_problem-text {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: #4b5563;
}

.home_problems_solution-text {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: #374151;
    font-weight: 500;
}

.home_problems_bridge {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home_problems_bridge span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #E8A317;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
    position: relative;
}

.home_problems_bridge span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #E8A317;
    border-right: 2px solid #E8A317;
    transform: translate(-60%, -50%) rotate(45deg);
}

.home_faq {
    margin: 0;
    padding: 60px 0 80px;
    background: #fff;
}

.home_faq_title {
    font-weight: 700;
    font-size: 28px;
    margin: 0 0 32px;
    padding-bottom: 16px;
    color: #3F4C51;
    border-bottom: 2px solid #E8ECF2;
    position: relative;
}

.home_faq_title::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    width: 80px;
    height: 2px;
    background: #324883;
}

.home_faq_inner {
    width: 100%;
}

@media (max-width: 1100px) {
    .home_problems {
        padding: 32px 24px 28px;
    }

    .home_problems_layout {
        grid-template-columns: 1fr;
    }

    .home_problems_nav {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .home_problems_nav-item {
        flex: 1 1 calc(50% - 5px);
    }

    .home_problems_split {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .home_problems_bridge {
        display: none;
    }

    .home_clients {
        padding: 32px 24px 28px;
    }

    .home_clients_tasks {
        grid-template-columns: 1fr;
    }

    .home_steps_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .home_step,
    .home_step:nth-child(5),
    .home_step:nth-child(6),
    .home_step:nth-child(7) {
        grid-column: auto;
    }

    .home_steps {
        padding: 32px 24px 32px;
    }

    .home_steps_progress {
        display: none;
    }

    .home_steps_footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .home_steps_cta {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .home_problems_title {
        font-size: 22px;
    }

    .home_problems_lead {
        font-size: 15px;
    }

    .home_problems_nav {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .home_problems_nav::-webkit-scrollbar {
        display: none;
    }

    .home_problems_nav-item {
        flex: 0 0 auto;
        min-width: 190px;
    }

    .home_problems_problem,
    .home_problems_solution {
        padding: 22px 18px;
    }

    .home_clients_title {
        font-size: 22px;
    }

    .home_clients_lead {
        font-size: 15px;
    }

    .home_clients_tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        margin-right: -8px;
        padding-right: 8px;
    }

    .home_clients_tabs::-webkit-scrollbar {
        display: none;
    }

    .home_clients_tab {
        flex: 0 0 auto;
        min-width: 0;
        white-space: nowrap;
    }

    .home_clients_panel {
        padding: 22px 18px;
    }

    .home_steps_grid {
        grid-template-columns: 1fr;
    }

    .home_steps_title {
        font-size: 22px;
    }

    .home_steps_lead {
        font-size: 15px;
        margin-bottom: 24px;
    }

    .home_steps_facts {
        flex-direction: column;
        gap: 8px;
    }

    .home_intro_stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .home_intro {
        padding: 24px 20px;
    }

    .home_services,
    .home_why,
    .home_prices,
    .home_steps,
    .home_clients,
    .home_problems {
        padding: 24px 20px;
    }

    .home_services_panel.active {
        grid-template-columns: 1fr;
    }

    .home_services_media {
        min-height: 200px;
    }

    .home_services_tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 4px;
        -webkit-overflow-scrolling: touch;
    }

    .home_services_tabs::-webkit-scrollbar {
        display: none;
    }

    .home_services_tab {
        flex-shrink: 0;
    }

    .home_why_grid,
    .home_prices_grid {
        grid-template-columns: 1fr;
    }

    .home_cta {
        flex-direction: column;
        align-items: flex-start;
        padding: 28px 20px !important;
    }

    .home_cta_btn {
        width: 100%;
    }

    .home_faq {
        padding: 40px 0 60px;
    }

    .home_faq_title {
        font-size: 22px;
    }
}

.inner-page .article.wow {
    visibility: visible !important;
    animation-name: fadeInUp;
    animation-duration: 1s;
}

/* Inner pages */
.inner-page .article {
    background: #F0F3F8;
}

.page_hero {
    position: relative;
    padding: 48px 0 56px;
    background-image: url(../img/main.jpg);
    background-size: cover;
    background-position: center;
}

.page_hero::before {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(135deg, rgba(15, 28, 63, 0.82) 0%, rgba(50, 72, 131, 0.55) 100%);
}

.page_hero .container {
    position: relative;
    z-index: 1;
}

.page_hero .main_title {
    width: 760px;
    max-width: 100%;
    margin-bottom: 0;
    line-height: 1.25;
}

.breadcrumbs {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 24px;
    padding: 8px 16px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}

.breadcrumbs a {
    color: #fff;
    transition: color 0.3s;
}

.breadcrumbs a:hover {
    color: #8BBBE7;
}

.breadcrumbs span {
    opacity: 0.65;
}

.article {
    margin: -32px 0 100px;
    padding-bottom: 20px;
}

.article_wrapper {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
}

.article_wrapper--single .article_content {
    width: 100%;
    max-width: none;
    margin: 0;
}

.article_content {
    flex: 1;
    min-width: 0;
    width: 100%;
}

.article_body {
    background: #fff;
    padding: 48px 56px;
    box-shadow: 0 4px 32px rgba(63, 76, 81, 0.08);
    border-radius: 4px;
}

.article_lead {
    font-size: 20px !important;
    line-height: 34px !important;
    font-weight: 500 !important;
    color: #3F4C51 !important;
    padding: 24px 28px;
    margin-bottom: 32px !important;
    background: linear-gradient(90deg, rgba(50, 72, 131, 0.08) 0%, rgba(50, 72, 131, 0.02) 100%);
    border-left: 4px solid #324883;
}

.article_body h2 {
    font-weight: 700;
    font-size: 28px;
    margin: 48px 0 24px;
    padding-bottom: 16px;
    color: #3F4C51;
    border-bottom: 2px solid #E8ECF2;
    position: relative;
}

.article_body h2::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    width: 80px;
    height: 2px;
    background: #324883;
}

.article_body h2:first-child {
    margin-top: 0;
}

.article_body h3 {
    font-weight: 700;
    font-size: 20px;
    margin: 32px 0 16px;
    padding-left: 16px;
    color: #324883;
    border-left: 3px solid #324883;
}

.article_body p {
    font-weight: 300;
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 18px;
    color: #505C61;
}

.article_body ul {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
}

.article_body ul li {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 12px;
    padding-left: 28px;
    color: #3F4C51;
}

.article_body ul li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    background: #324883;
    border-radius: 50%;
}

.article_body ol {
    margin: 0 0 28px;
    padding-left: 24px;
    color: #3F4C51;
}

.article_body ol li {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
}

.article_body img {
    max-width: 100%;
    height: auto;
    margin: 28px 0;
    border-radius: 4px;
}

.article_body a {
    color: #324883;
    font-weight: 500;
    transition: color 0.3s;
}

.article_body a:hover {
    color: #1B53E7;
}

.article_feature {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin: 32px 0;
    padding: 24px 28px;
    background: #F8FAFC;
    border: 1px solid #E8ECF2;
    border-radius: 4px;
    transition: box-shadow 0.3s;
}

.article_feature:hover {
    box-shadow: 0 4px 16px rgba(50, 72, 131, 0.1);
}

.article_feature-num {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #324883;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    border-radius: 4px;
}

.article_feature-title {
    font-weight: 600;
    font-size: 17px;
    line-height: 26px;
    color: #3F4C51;
    margin: 0;
    padding-top: 8px;
}

.article_prices {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin: 24px 0 32px;
}

.article_price {
    padding: 24px;
    background: linear-gradient(135deg, #324883 0%, #1B53E7 100%);
    color: #fff;
    border-radius: 4px;
}

.article_price-label {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.85;
    margin-bottom: 8px;
}

.article_price-value {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.3;
}

.article_price-note {
    font-size: 13px;
    opacity: 0.75;
    margin-top: 8px;
}

.article_faq {
    margin-top: 16px;
}

.faq_item {
    margin-bottom: 12px;
    border: 1px solid #E8ECF2;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
}

.faq_q {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 26px !important;
    margin: 0 !important;
    padding: 20px 48px 20px 52px !important;
    color: #3F4C51 !important;
    background: #F8FAFC;
    position: relative;
    cursor: pointer;
    transition: background 0.3s;
}

.faq_q:hover {
    background: #EEF2F8;
}

.faq_q::after {
    position: absolute;
    content: "+";
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    font-weight: 400;
    color: #324883;
    line-height: 1;
}

.faq_item.open .faq_q::after {
    content: "−";
}

.faq_item .faq_a {
    display: none;
}

.faq_item.open .faq_a {
    display: block;
}

.faq_q::before {
    position: absolute;
    content: "?";
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #324883;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 50%;
}

.faq_a {
    padding: 4px 24px 20px;
    border-top: 1px solid #E8ECF2;
}

.article_steps {
    margin: 8px 0 32px;
}

.article_step {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #E8ECF2;
}

.article_step:last-child {
    border-bottom: none;
}

.article_step-num {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #324883;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    border-radius: 50%;
}

.article_step-body strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #3F4C51;
    margin-bottom: 6px;
}

.article_step-body p {
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 26px !important;
}

.article_notice {
    margin-top: 32px !important;
    padding: 20px 24px !important;
    background: #FFF8E6 !important;
    border-left: 4px solid #E8A317 !important;
    font-size: 15px !important;
    color: #5C5340 !important;
}

.faq_a p {
    font-size: 15px !important;
    line-height: 26px !important;
    margin-bottom: 12px !important;
}

.faq_a p:last-child {
    margin-bottom: 0 !important;
}

.article_contacts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 32px;
}

.article_contact {
    padding: 24px;
    background: #F8FAFC;
    border: 1px solid #E8ECF2;
    border-radius: 4px;
}

.article_contact-label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #324883;
    margin-bottom: 8px;
}

.article_contact-value {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #3F4C51;
}

.article_contact-value a {
    color: #324883;
}

.contacts_maps {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 40px;
}

.contacts_map-title {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 700;
    color: #324883;
}

.contacts_map-addr {
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 1.5;
    color: #5A6670;
}

.contacts_map-frame {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #E8ECF2;
    background: #F0F3F8;
    aspect-ratio: 16 / 11;
}

.contacts_map-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 900px) {
    .contacts_maps {
        grid-template-columns: 1fr;
    }
}

.article_sidebar {
    width: 280px;
    min-width: 280px;
    position: sticky;
    top: 24px;
    background: #fff;
    padding: 0;
    box-shadow: 0 4px 24px rgba(63, 76, 81, 0.1);
    border-radius: 4px;
    overflow: hidden;
}

.article_sidebar-title {
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
    margin-bottom: 0;
    padding: 16px 24px;
    background: #324883;
    border-bottom: none;
}

.article_sidebar-menu {
    display: flex;
    flex-direction: column;
    padding: 8px 0;
}

.article_sidebar-menu a {
    font-size: 14px;
    font-weight: 600;
    color: #3F4C51;
    padding: 12px 24px;
    border-bottom: none;
    border-left: 3px solid transparent;
    transition: all 0.3s;
}

.article_sidebar-menu a:hover {
    color: #324883;
    background: #F8FAFC;
    border-left-color: #324883;
}

.article_sidebar-menu a.active {
    color: #324883;
    background: rgba(50, 72, 131, 0.08);
    border-left-color: #324883;
}

.article_sidebar-cta {
    padding: 24px;
    background: linear-gradient(135deg, #1B53E7 0%, #324883 100%);
    color: #fff;
    text-align: center;
}

.article_sidebar-cta-title {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    opacity: 0.9;
}

.article_sidebar-cta-phone {
    display: block;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    margin-bottom: 8px;
    transition: opacity 0.3s;
}

.article_sidebar-cta-phone:hover {
    opacity: 0.85;
    color: #fff;
}

.article_sidebar-cta-text {
    font-size: 12px;
    line-height: 1.5;
    opacity: 0.8;
}

.is-temp-disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.45;
}

a.is-temp-disabled:hover {
    color: inherit;
}

button.is-temp-disabled,
.btn.is-temp-disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.45;
}

.header_order.js-callback-open,
.footer_btn.js-callback-open {
    cursor: pointer;
    transition: color 0.3s, opacity 0.3s;
}

.header_order.js-callback-open:hover {
    color: #1B53E7;
}

.footer_btn.js-callback-open:hover {
    opacity: 0.85;
}

.callback_modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.callback_modal.is-open {
    opacity: 1;
    visibility: visible;
}

.callback_modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 28, 63, 0.65);
}

.callback_modal-box {
    position: relative;
    width: 100%;
    max-width: 440px;
    background: #fff;
    border-radius: 4px;
    padding: 40px 36px 32px;
    box-shadow: 0 16px 48px rgba(15, 28, 63, 0.2);
    transform: translateY(16px);
    transition: transform 0.3s;
}

.callback_modal.is-open .callback_modal-box {
    transform: translateY(0);
}

.callback_modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    border: none;
    background: #F0F3F8;
    color: #3F4C51;
    font-size: 24px;
    line-height: 1;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
}

.callback_modal-close:hover {
    background: #324883;
    color: #fff;
}

.callback_modal-title {
    font-weight: 700;
    font-size: 24px;
    color: #3F4C51;
    margin: 0 0 8px;
}

.callback_modal-text {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #505C61;
    margin: 0 0 28px;
}

.callback_modal-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.callback_modal-inp {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #D8DEE6;
    border-radius: 4px;
    font-size: 15px;
    color: #3F4C51;
    background: #fff;
    transition: border-color 0.3s;
}

.callback_modal-inp:focus {
    outline: none;
    border-color: #324883;
}

.callback_modal-inp::placeholder {
    color: #9AA5AD;
}

.callback_modal-inp.is-error {
    border-color: #E04B4B;
}

.callback_modal-btn {
    width: 100%;
    margin-top: 4px;
}

.callback_modal-note {
    font-size: 11px;
    line-height: 16px;
    color: #9AA5AD;
    margin: 0;
    text-align: center;
}

.callback_modal-success {
    text-align: center;
    padding: 16px 0 8px;
}

.callback_modal-success p {
    font-size: 17px;
    line-height: 28px;
    color: #3F4C51;
    margin: 0;
}

.callback_modal-error {
    font-size: 13px;
    line-height: 18px;
    color: #E04B4B;
    margin: 8px 0 0;
    text-align: center;
}

.form_hp {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.calc_form {
    position: relative;
}

.calc_form .inp.is-error {
    border-color: #E04B4B;
}

.calc_form-msg {
    width: 100%;
    margin-top: 12px;
    font-size: 14px;
    line-height: 20px;
}

.calc_form-msg.is-ok {
    color: #2f7d4a;
}

.calc_form-msg.is-error {
    color: #E04B4B;
}

body.callback_modal-open {
    overflow: hidden;
}