
html {
    scroll-behavior: smooth;
    scroll-padding-top: 111px;
}
button
{
    cursor: pointer;
    outline: none;
    border: none;
}

body {
    line-height: 1.6;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000000;
    background-color: #00000000;
}


.container
{
    max-width: 1440px;
    padding: 0 36px;
    margin: 0 auto;
    height: 48em;
}

.dev_header {
    padding: 20em 0 245px;
    margin-top: 65px;
    background: #00000008 url(/tpls/images/program/development/development_1920.svg) no-repeat center;
    background-size: 100%;
}

.header_wrapper {
    max-width: 50%;
    display: flex;
    flex-direction: column;
}

.header_wrapper h2 {
    font-size: 68px;
    font-weight: 600;
    line-height: 16px;
}

.header_wrapper h2 span {
    font-size: 25px;
    font-weight: 400;
    line-height: .1em;
}

.header_wrapper .header-sub {
    margin: 45px 0 40px;
}
.header_wrapper .header-sub p{
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
}
.header_wrapper .header-sub p.header-highlight{
    color: white;
    background: #25C1A4;
    max-width: fit-content;
    padding: 5px 25px;
    border-radius: 6px;
}

.order-present button,
.header_wrapper button{
    height: 70px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: 1%;
    color: #fff;
    max-width: 474px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: 0.4s all;
    background-color: #fa6334;
}
.header_wrapper a:before{
    content: "";
    background-image: url(/tpls/images/program/development/max.svg);
    width: 57px;
    height: 57px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
    padding-right: 75px;
    margin-top: -9px;
}
.header_wrapper a{
    margin-top: 20px;
    color: black;
    font-size: 18px;
    font-weight: 500;
}

.header_wrapper a:hover{
    text-decoration: none;
}

/* ===== ВЕРХНЯЯ ПЛАНКА ===== */

.top-contact-bar .container
{
    display: flex;
    justify-content: flex-start;
    gap: 48px;
}

.top-contact-bar span
{
    display: flex;
    align-items: center;
    gap: 6px;
    color: #eef3ff;
}

/* ===== НАВИГАЦИЯ ===== */

.main-nav-bar .container
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-links a
{
    text-decoration: none;
    color: #1a2f52;
}


/* ===== ШАГИ АВТОМАТИЗАЦИИ — ГИБКАЯ ШИРИНА + АДАПТИВ 2 КОЛОНКИ ===== */
.steps-exact
{
    padding: 30px 0;
    background-color: #00000000;
}

.steps-header
{
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 40px;
    margin-top: 4em;
}

.steps-header h2
{
    font-size: 50px;
    font-weight: 600;
    color: #000000;
    text-align: center;
    width: 100%;
}

/* Флекс-контейнер для шагов */
.steps-flex-3
{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.step-exact-card
{
    background: white;
    border-radius: 20px;
    padding: 18px 22px;
    box-shadow: 0 0 8px 0 #32324721;
    flex: 1 1 auto;
    min-width: 200px;
    flex-direction: row;
    display: flex;
}

@media screen and (max-width: 640px)
{
    .steps-flex-3 .step-exact-card
{
        width: 100% !important;
    }
}

.step-big-number
{
    font-size: 52px;
    font-weight: 500;
    color: #00000029;
    line-height: 1;
    margin-right: 5px;
    margin-top: 5px;
    align-self: center;
}

.step-exact-card h4
{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #0e264a;
}


.steps-flex-3 > div:nth-child(1)
{
    max-width: 40%;
    background: #1B2F37;
}
.steps-flex-3 > div:nth-child(1) p
{
    color: white;
}
.steps-flex-3 > div:nth-child(1) .step-big-number
{
    color: #ffffff3d;
}
.steps-flex-3 > div:nth-child(2)
{
    max-width: 29%;
}
.steps-flex-3 > div:nth-child(3)
{
    max-width: 29%;
}
.steps-flex-3 > div:nth-child(4)
{
    max-width: 23%;
}
.steps-flex-3 > div:nth-child(5)
{
    max-width: 15%;
    background: #1B2F37;
}
.steps-flex-3 > div:nth-child(5) p
{
    color: white;
}
.steps-flex-3 > div:nth-child(5) .step-big-number
{
    color: #ffffff3d;
}
.steps-flex-3 > div:nth-child(6)
{
    max-width: 29%;
}
.steps-flex-3 > div:nth-child(7)
{
    max-width: 29%;
}
.steps-flex-3 > div:nth-child(8)
{
    max-width: 29%;
}
.steps-flex-3 > div:nth-child(9)
{
    max-width: 40%;
}
.steps-flex-3 > div:nth-child(10)
{
    max-width: 29%;
    background: #1B2F37;
}
.steps-flex-3 > div:nth-child(10) p
{
    color: white;
}
.steps-flex-3 > div:nth-child(10) .step-big-number
{
    color: #ffffff3d;
}
.steps-flex-3 > div:nth-child(11)
{
    width: 50%;
    max-width: 50%;
    background: #1B2F37;
}
.steps-flex-3 > div:nth-child(11) p
{
    color: white;
}
.steps-flex-3 > div:nth-child(11) .step-big-number
{
    color: #ffffff3d;
}

.step-exact-card p
{
    font-size: 14px;
    color: #000000;
    align-self: center;
    margin-bottom: 0;
}

.nav-panel {
    position: fixed;
    z-index: 5;
    width: 100%;
    height: 40px;
    margin-top: -2px;
    background-color: #3E414C;
}

.nav-panel-cont {
    width: 1380px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    padding-left: 20px;
}

.nav-panel-cont>a {
    text-decoration: none;
    padding: 10px 12px;
    font-weight: 400;
    font-size: 14px;
    color: #8E9BA8;
}

.nav-panel-cont>a:hover {
    color: #FFFFFF;
}

.nav-panel-cont>a:nth-child(1) {
    padding-left: 0;
}

.nav-panel-cont>a:last-child{
    padding-right: 0;
}

.order-present .container, .faq .container, .benefits-tech .container, .cases .container, .steps-exact .container{height: auto}

@media (max-width: 1900px) {
    .dev_header {
        padding: 20em 0 150px;
    }

}
@media (max-width: 1440px) {
    .dev_header {
        padding: 170px 0 245px;
        background: url(/tpls/images/program/development/development_1920.svg) center / cover no-repeat;
        margin-top: 65px;
    }

    .container {height: auto;}
}

@media (min-width: 768px) and (max-width: 1023px) {
    .container {height: auto;}

    .nav-panel {
        margin-top: 1px !important;
        height: 45px;
    }
    .nav-panel-cont {
        margin: 0 10px;
    }
    .header_wrapper h2 {
        font-size: 56px;
    }
    .step-exact-card {
        width: 100%;
    }

    .dev_header {
        padding: 0;
        background: url(/tpls/images/program/development/development_767.svg) no-repeat;
        margin-top: 52px;
        background-size: cover;
    }
    .dev_header .container {
        margin-top: 0;
        height: auto;
    }
    .header_wrapper {
        max-width: 100%;
        padding-bottom: 2em;
    }

    .header_wrapper h2 {
        padding-top: 0;
        margin-top: 16em;
    }
    .steps-flex-3 > div:nth-child(1) {
        max-width: 55%;
    }
    .steps-flex-3 > div:nth-child(2) {
        max-width: 43%;
    }
    .steps-flex-3 > div:nth-child(3) {
        max-width: 39%;
    }
    .steps-flex-3 > div:nth-child(4) {
        max-width: 33%;
    }

    .steps-flex-3 > div:nth-child(6) {
        max-width: 31%;
    }
    .steps-flex-3 > div:nth-child(7) {
        max-width: 34%;
    }
    .steps-flex-3 > div:nth-child(8) {
        max-width: 32%;
    }
    .steps-flex-3 > div:nth-child(9)
    {
        max-width: 51%;
    }

    .steps-flex-3 > div:nth-child(10) {
        max-width: 47%;
    }

    .tech-col > div:nth-child(2) {
        justify-content: space-evenly;
    }

    footer {margin-top:150px !important;}
}

@media (max-width: 767px) {
    .container {height: auto;}

    .header_wrapper h2 {
        padding-top: 0;
        margin-top: 17em;
        font-size: 36px;
    }

    .header_wrapper h2 span {
        line-height: 30px;
    }

    .nav-panel {
        margin-top: 51px;
        display: none;
    }

    .nav-panel-cont {
        margin-left: 13px;
    }

    .nav-panel-cont a {
        display: none;
    }

    .nav-panel-cont a.nav-vebinar-link{
        display: block;
        margin-left: 0;
    }
    .step-exact-card {
        width: 100%;
    }

    .dev_header {
        padding: 0;
        background: url(/tpls/images/program/development/development_767.svg) no-repeat;
        margin-top: 52px;
        background-size: cover;
    }
    .dev_header .container {
        margin-top: 0;
    }
    .header_wrapper {
        max-width: 100%;
        padding-bottom: 2em;
    }

    .steps-flex-3 > div {
        max-width: 100% !important;
    }

    .benefits-col {
        flex-direction: column !important;
    }

    .tech-col > div:nth-child(2) {
        justify-content: space-evenly;
    }

    .step-exact-card {
        padding: 12px 22px;
        border-radius: 11px;
    }

    footer {margin-top:150px;}
}

@media (max-width: 479px) {
    .faq {
        margin-top: 50px !important;
    }
    .faq-title {
        font-size: 28px !important;
        margin-bottom: 10px !important;
    }

    .tech-col, .benefits-tech {
        padding-top: 0 !important;
    }
    .tech-col h2{
        font-size: 28px;
    }

    .nav-panel {
        margin-top: 51px !important;
        height: 60px;
    }

    .nav-panel-cont {
        margin-left: 13px;
    }

    .nav-panel-cont a {
        display: none;
    }

    .nav-panel-cont a.nav-vebinar-link{
        display: block;
        margin-left: 0;
    }

    .nav-panel-cont>a {
        padding: 10px 5px;
    }

    footer {margin-top:100px;}
}

/* ===== ПРЕИМУЩЕСТВА + ТЕХНОЛОГИИ ===== */
.benefits-tech
{
    padding: 30px 0;
    background-color: #00000000;
;
}

.benefits-tech h2
{
    font-size: 30px;
    font-weight: 600;
    color: #000000;
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
}

.two-col-exact
{
    display: flex;
    flex-direction: column;
}

.benefits-col
{
    flex: 1.2;
    border-radius: 40px;
    flex-direction: row;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.benefits-col h2
{
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 36px;
}

.benefit-item
{
    margin-bottom: 32px;
    flex: 1;
    box-shadow: 0 0 8px 0 #32324721;
    padding: 30px;
    border-radius: 10px;
    background-color: white;
}

.benefit-item img
{    margin: 10px 0;}

.benefit-item strong
{
    font-size: 24px;
    font-weight: 600;
    display: block;
    color: #0f2343;
    margin-bottom: 4px;
}

.benefit-item span
{
    font-size: 16px;
}

.tech-col
{
    flex: 1;
    border-radius: 40px;
    padding: 44px 0px;
}

.tech-col h2
{
    font-size: 50px;
    color: #000000;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 600;
}

.tech-col > div:nth-child(2)
{
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
    max-width: 1440px;
    justify-content: space-evenly;
}

.tech-badge-exact
{
    background: #F5F5F7;
    border-radius: 20px;
    padding: 13px;
    font-size: 16px;
    text-align: center;
    margin: 0 8px 14px 0;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 8px 0 #32324721;

}

.tech-badge-exact img
{
    margin-bottom: 10px;
}

.footer .container
{
    display: flex;
    justify-content: space-between;
}


.order-present .container {
    justify-content: space-evenly;
    display: flex;
}

/** video */
video
{
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.video
{
    padding: 75px 0 0;
}
.video__player
{
    margin-top: 50px;
}

.video__doc svg
{
    margin-left: auto;
}
.video__doc svg path
{
    stroke: var(--current-color);
}

.video-player
{
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    height: 802px;
    border-radius: 15px;
    display: flex;
    overflow: hidden;
    position: relative;
}
.video-player, .video-player *
{
    transition: 0.4s all;
}
.video-player__media
{
    width: 100%;
}
.video-player__preview
{
    position: absolute;
    z-index: 1;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
}
.video-player.active .video-player__preview
{
    opacity: 0;
    pointer-events: none;
}
.video-player__play
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 141px;
    height: 141px;
    background: var(--primary-orange);
    border-radius: 50%;
    display: flex;
    padding-left: 6px;
}
.video-player__play img
{
    width: 64px;
    margin: auto;
}
.video-player.active .video-player__play
{
    opacity: 0;
    pointer-events: none;
}
.video-player__control
{
    position: absolute;
    z-index: 2;
    inset: 30px;
    top: auto;
    display: flex;
    align-items: center;
    gap: 20px;
}
.video-player__btn
{
    width: 43px;
    height: 38px;
    display: flex;
    align-items: center;
    background: none;
}
.video-player__btn img
{
    -o-object-fit: contain;
    object-fit: contain;
}
.video-player__btn [data-btn=pause]
{
    display: none;
    width: 27px;
}
.video-player__btn [data-btn=play]
{
    width: 38px;
    height: 34px;
}
.video-player.active .video-player__btn [data-btn=pause]
{
    display: block;
}
.video-player.active .video-player__btn [data-btn=play]
{
    display: none;
}
.video-player__range
{
    --track-height: 7px;
    --thumb-size: 33px;
    --color-track: rgba(217, 217, 217, 0.5);
    --color-fill: var(--primary-orange);
    --color-thumb: var(--primary-orange);
    width: 100%;
    height: var(--track-height);
    background: transparent;
    border-radius: 999px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    cursor: pointer;
}
.video-player__range::-webkit-slider-runnable-track
{
    height: var(--track-height);
    border-radius: 999px;
    background: linear-gradient(to right, var(--color-fill) var(--value, 0%), var(--color-track) var(--value, 0%));
}
.video-player__range::-webkit-slider-thumb
{
    -webkit-appearance: none;
    appearance: none;
    width: var(--thumb-size);
    height: var(--thumb-size);
    border-radius: 50%;
    background: var(--color-thumb);
    margin-top: calc((var(--track-height) - var(--thumb-size)) / 2);
}
.video-player__range::-moz-range-track
{
    height: var(--track-height);
    border-radius: 999px;
    background: var(--color-track);
}
.video-player__range::-moz-range-progress
{
    height: var(--track-height);
    border-radius: 999px;
    background: var(--color-fill);
}
.video-player__range::-moz-range-thumb
{
    width: var(--thumb-size);
    height: var(--thumb-size);
    border-radius: 50%;
    background: var(--color-thumb);
}

@media (max-width: 1439px)
{
    .video
{
        padding: 82px 0 70px;
    }
    .video__link
{
        margin-top: 30px;
    }
    .video__docs
{
        margin-top: 35px;
        gap: 20px;
    }
    .video__doc-title
{
        max-width: 200px;
    }
    .video-player
{
        height: auto;
        aspect-ratio: 964/560;
    }
    .video-player__play
{
        width: 98px;
        height: 98px;
    }
    .video-player__play img
{
        width: 40px;
    }
    .video-player__control
{
        left: 24px;
        right: 21px;
        bottom: 11px;
    }
    .video-player__range
{
        --thumb-size: 24px;
        --track-heig: 5px;
    }
}
@media (max-width: 1023px)
{
    .video
{
        padding: 60px 0 77px;
        height: auto;
    }
    .video__link
{
        margin-top: 58px;
    }
    .video__docs
{
        flex-direction: column;
    }
    .video__doc
{
        padding: 12px 24px;
        gap: 21px;
    }
    .video__doc-title
{
        max-width: none;
    }
    .video-player
{
        margin-top: 35px;
        border-radius: 10.5px;
    }
    .video-player__play
{
        width: 72px;
        height: 72px;
    }
    .video-player__play img
{
        width: 30px;
    }
    .video-player__range
{
        --thumb-size: 18px;
        --track-height: 4px;
    }
    .video-player__control
{
        gap: 15px;
        bottom: 8px;
        left: 20px;
        right: 16px;
    }
    .video-player__btn
{
        width: 20px;
        height: 20px;
    }
    .video-player__btn [data-btn=pause]
{
        width: 14px;
    }
    .video-player__btn [data-btn=play]
{
        width: 20px;
        height: 17px;
    }
}
@media (max-width: 767px)
{
    .steps-header h2, .tech-col h2, .title--block h2{font-size: 35px;}
    .video
{
        padding: 63px 0 70px;
    }
    .video__link
{
        margin-top: 35px;
    }
    .video__docs
{
        margin-top: 58px;
    }
    .video__doc
{
        gap: 20px;
    }
    .video-player
{
        margin-top: 35px;
        border-radius: 10.5px;
        aspect-ratio: 420/411;
    }
    .video-player__play
{
        width: 72px;
        height: 72px;
    }
    .video-player__play img
{
        width: 30px;
    }
    .video-player__range
{
        --thumb-size: 18px;
        --track-height: 4px;
    }
    .video-player__control
{
        gap: 15px;
        bottom: 8px;
        left: 20px;
        right: 16px;
    }
    .video-player__btn
{
        width: 20px;
        height: 20px;
    }
    .video-player__btn [data-btn=pause]
{
        width: 14px;
    }
    .video-player__btn [data-btn=play]
{
        width: 20px;
        height: 17px;
    }
}
@media (max-width: 479px)
{
    .video__title
{
        font-size: 25px;
    }
    .video__link
{
        padding: 8px 35px;
    }
    .video__link img
{
        width: 49px;
    }
    .video__docs
{
        margin-top: 50px;
    }
    .video__doc
{
        padding: 7px 10px;
    }
    .video__doc-icon
{
        height: 52px;
        width: 52px;
    }
    .video__doc-title
{
        font-size: 16px;
    }
    .video-player__play
{
        width: 55px;
        height: 55px;
    }
    .video-player__play img
{
        width: 25px;
    }
    .video-player__range
{
        --thumb-size: 14px;
        --track-height: 3px;
    }
}

/* Адаптация для планшетов */
@media screen and (max-width: 900px)
{
    .two-col-exact
{ flex-direction: column; }
    .bim-row-logos
{ flex-wrap: wrap; gap: 25px; }
}

/** cases */
.cases
{
    padding:0;
    background: #00000000;

}
.case-card
{
    background: #F5FBFB;
    box-shadow: 0 8px 16px 0 rgba(50, 50, 71, 0.0588235294), 0 0 8px 0 rgba(50, 50, 71, 0.1294117647);
}

.case-card__descr
{
    color: #000;
}

.case-card__title
{
    color: var(--primary-orange);
}

.cases .container > *
{
    position: relative;
    z-index: 2;
}
.title--black
{
    color: #000;
}
.title--block
{
    font-size: 50px;
    text-align: center;
}
.title
{
    font-weight: 600;
    line-height: 110%;
}

.container.case_item > p
{
    display: block !important;
    color: #C2C2C2;
    text-align: center;
    font-size: 1.5em;
}

footer {margin-top:200px;}
/* Адаптация для планшетов */
@media screen and (max-width: 480px)
{
    .title--block {
        font-size: 35px;
    }
    .steps-header h2 {
        font-size: 35px;
    }

    .benefits-col {
        flex-direction: column;
    }
    .tech-col h2 {
        font-size: 35px;
    }

    .tech-badge-exact img {
        width: 50px;
    }

    .tech-badge-exact {
        font-size: 12px;
    }

    .tech-col > div:nth-child(2) {
        justify-content: space-evenly;
    }
}

/* FAQ SECTION */

.faq {
    margin-bottom: 120px;
}

.faq__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: column;
}

.faq-title {
    max-width: 100%;
    color: rgb(0, 0, 0);
    font-size: 55px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 1em;
    text-align: center;
}

.faq__blocks {
    max-width: 100%;
}

.faq__block {
    border-bottom: 1px solid #FA6334;
}

.faq__block:first-child .faq-question {
    padding-top: 0;
}

.faq-question {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    padding: 20px 0;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.faq-question::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url(/tpls/images/program/development/btn-d.svg) center / contain no-repeat;
}

.faq__block.active .faq-question::after {
    background: url('/tpls/images/program/development/btn-u.svg') center / contain no-repeat;
}

.faq__block.flex .faq__answer {
    max-width: 95%;
}

.faq__answer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 0;
    gap: 0;
    max-width: 85%;
    opacity: 0;
    z-index: -1;
    -webkit-transition: .6s ease;
    -o-transition: .6s ease;
    transition: .6s ease;
    flex-direction: column;
}

.faq__block.active .faq__answer {
    opacity: 1;
    z-index: 1;
    margin-bottom: 20px;
}

.faq__answer__block {
    max-width: 50%;
}

.faq__answer-text {
    color: #4F4F4F;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.faq__answer-stap {
    color: #828282;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
}

.stap-3 {
    margin-top: 40px;
}

.faq__stores {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
}

@media(max-width: 1339px) {
    .faq {
        margin-bottom: 100px;
    }
    .faq__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px;
    }
    .faq-title {
        max-width: 100%;
    }
    .faq__blocks {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .faq {
        margin-bottom: 80px;
    }
    .faq-title {
        max-width: 100%;
        font-size: 35px;
    }
    .faq__answer-text {
        font-size: 14px;
    }
    .faq__stores a img {
        max-width: 100%;
    }
}

@media(max-width: 479px) {
    .faq__answer-stap {
        font-size: 14px;
    }
    .faq__answer-text {
        font-size: 12px;
    }
}