.promo-camera {
    width: 100%;
    height: 830px;
    /*background-image: url(./../../../img/operators/Background-1752487106390.png);*/
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url(./../../../img/operators/Background-1752487106390.png) lightgray 50% / cover no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;

    @media (max-width: 1024px) {
        height: 428px;
    }

    @media (max-width: 540px) {
        height: 820px;
    }
}

.promo-camera__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 629px;
    color: #FFF;

    @media (max-width: 640px) {
        padding: 16px;
    }
}

.promo-camera__container > h1 {
    color: #FFF !important;
}

.promo-camera__container > p {
    color: #FFF !important;
}

.promo-camera__container > a {
    margin-top: 25px;
}


.title-block > h1, .title-block > h2 {
    margin: 0;
    color: #333;
    font-size: 38px;
    font-weight: 700;
    line-height: 45px;

    @media (max-width: 640px) {
        font-size: 32px;
    }
}

.title-block > p {
    margin: 0;
    color: #666;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    max-width: 825px;
}


.about-system, .why-we {
    width: 100%;
    background-color: #F8FBFF;;
}

.about-system__container {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-system__block {
    width: 100%;
    margin: 25px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.about-system__card {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.20);
}

.about-system__card > img {
    width: 100%;

}

.about-system__card > div {
    padding: 16px;
    text-align: left;
}

.about-system__card > div > p {
    margin: 0;
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.about-system__card > div > p:first-child {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    word-wrap: break-word;

    @media (max-width: 480px) {
        width: 135px;
    }
}

.possibility-service__container {
    text-align: center;
}

.possibility-service__block {
    display: flex;
    gap: 24px;
    margin: 48px 0;

    @media (max-width: 1024px) {
        flex-direction: column;
    }
}


.possibility-service__block .accordion-item {
    border-left: 2px solid #B3B3B3;
    padding: 12px 8px;
    transition: border-left 0.3s ease;
    text-align: left;
}

.possibility-service__block .accordion input {
    display: none;
}

.possibility-service__block .accordion label {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin: 0 0 8px;
    cursor: pointer;

    @media (max-width: 640px) {
        font-size: 20px;
    }
}

.possibility-service__block .accordion-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.3s ease;
    color: #666;
    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
    margin: 0;
}

.possibility-service__block .accordion input:checked + .accordion-item .accordion-content {
    max-height: 200px;
    opacity: 1;
}

.possibility-service__block .accordion input:checked + .accordion-item {
    border-left: 2px solid #0365B1;
}

.analytic {
    border-bottom: 1px solid #ECECEC;
}

.analytic__container {
    text-align: center;
}

.analytic__block {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    margin: 48px 0;

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

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

.analytic__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #F8FBFF;
    padding: 24px;
    height: 329px;
}

.analytic__card > div > p {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin: 0;
}

.analytic__card > div > p:first-child {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 32px;
}

.schema {
    background: #0365B1;
}

.schema__container {
    text-align: center;
}

.schema__container h2 {
    color: #fff;
}

.schema__first-block {
    margin: 32px 0;
    padding: 64px 64px 24px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 16px;

    @media (max-width: 1024px) {
        padding: 24px;
    }
}

.schema__first-block > p {
    margin: 0;
}

.schema__cards {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;

    @media (max-width: 767px) {
        flex-direction: column;
    }
}

.schema__cards > div {
    width: 100%;
    height: 150px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    padding: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.schema__cards > div > p {
    margin: 0;
    text-align: left;
    color: rgba(0, 0, 0, 0.90);
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;

    @media (max-width: 1024px) {
        font-size: 12px;
        line-height: 12px;
    }
}

.schema__cards > div > p:first-child {
    text-align: left;
    background: rgba(0, 0, 0, 0.05);
    display: flex;
    padding: 4px 12px;
    align-items: center;
    align-self: flex-start;
    gap: 4px;
    color: rgba(0, 0, 0, 0.90);
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
}

.schema__cards > svg {
    flex-shrink: 0;
}

.schema__cards > .is-last {
    background: #087ACC;
}

.schema__cards > .is-last > p {
    color: rgba(255, 255, 255, 0.90) !important;
}

.schema__second-block {
    border: 1px solid rgba(255, 255, 255, 0.90);
    background: rgba(255, 255, 255, 0.05);
    padding: 32px 64px;

    @media (max-width: 1024px) {
        padding: 24px;
    }
}

.schema__second-block > div {
    text-align: center;
}

.schema__second-block > div > h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin: 0;
    color: #FFF;
}

.schema__second-block > div > p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    color: #FFF;
}

.schema__third-block {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.schema__third-block > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 253px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.05);

    @media (max-width: 767px) {
        height: fit-content;
        padding: 12px;
    }
}

.schema__third-block > .schema__third-card > p {
    width: 100%;
    justify-content: center;
    display: flex;
    padding: 12px;
    background: #fff;
    color: #087ACC;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
}

.schema__third-block > .schema__third-card > div {
    display: flex;
    align-items: center;
    justify-content: space-between;

    @media (max-width: 767px) {
        flex-direction: column-reverse;
        gap: 11px;
    }
}

.schema__third-block > .schema__third-card > div > img {

    @media (max-width: 767px) {
        align-self: flex-end;
        width: 72px;
        height: 72px;
    }
}

.schema__third-block > .schema__third-card > div > ul > li {
    color: rgba(255, 255, 255, 0.90);
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    text-align: left;
    list-style-position: inside;
    margin-bottom: 2px;

    @media (max-width: 767px) {
        font-size: 12px;
        line-height: 120%;
    }
}

.camera__container {
    text-align: center;
}

.camera__text {
    text-align: center;
    margin: 8px 0 64px;
    color: rgba(3, 101, 177, 0.80);
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

.camera__block {
    margin-top: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;

    @media (max-width: 1024px) {
        gap: 8px;
    }

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

.camera__card {
    background: #F8FBFF;
    padding: 24px;
    height: 661px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    @media (max-width: 1024px) {
        height: 433px;
    }
}


.camera__card > img {
    width: 100%;
    object-fit: contain;
    height: 528px;

    @media (max-width: 1024px) {
        height: 300px;
    }
}



.camera__card > div > p {
    margin: 0;
    color: #666;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.camera__card > div > p:first-child {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
}

.why-we__container {
    text-align: center;
}

.why-we__block {
    margin: 48px 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;

    @media (max-width: 1024px) {
        grid-template-columns: repeat(2, 1fr);
    }

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

.why-we__block > div {
    /*width: 319px;*/
    height: 319px;
    background: #0365B1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px;
    gap: 32px;
}

.why-we__block > div > p {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

