.structure-hero {
    padding: 72px 0;
    background: #12365e;
    color: #fff
}

.structure-hero span {
    font-size: 12px;
    font-weight: 700;
    color: #67cbdd
}

.structure-hero h1 {
    font-size: 40px;
    margin: 8px 0 12px
}

.structure-hero p {
    max-width: 760px;
    color: #d4e3f2;
    font-size: 17px;
    margin: 0
}

.structure-section {
    padding: 70px 0;
    background: #f4f7fa
}

.structure-intro {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
    margin-bottom: 30px
}

.structure-intro h2 {
    font-size: 30px;
    margin: 0
}

.structure-intro p {
    max-width: 550px;
    text-align: right;
    color: #68778a;
    margin: 0
}

.product-structure-grid,
#productStructure {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid #d9e3ed;
    border-left: 1px solid #d9e3ed
}

.structure-group {
    background: #fff;
    border-right: 1px solid #d9e3ed;
    border-bottom: 1px solid #d9e3ed
}

.structure-group header {
    min-height: 185px;
    padding: 30px 32px;
    background: #eef6ff
}

.structure-group:nth-child(1) header {
    background: #176dc2;
    color: #fff
}

.structure-group header>span {
    font-size: 11px;
    font-weight: bold;
    color: #2677c5
}

.structure-group:nth-child(1) header>span {
    color: #a6e5ee
}

.structure-group h3 {
    font-size: 22px;
    margin: 10px 0 9px
}

.structure-group header p {
    color: #63758a;
    line-height: 1.8;
    margin: 0
}

.structure-group:nth-child(1) header p {
    color: #d9e9f8
}

.structure-group>div {
    padding: 8px 0
}

.structure-group a {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    padding: 18px 54px 18px 32px;
    border-bottom: 1px solid #e4eaf0
}

.structure-group a:last-child {
    border-bottom: 0
}

.structure-group a:hover {
    background: #f6faff
}

.structure-group a strong {
    font-size: 16px
}

.structure-group a span {
    grid-column: 1;
    color: #738196;
    font-size: 12px;
    margin-top: 4px;
    line-height: 1.6
}

.structure-group a b {
    position: absolute;
    right: 25px;
    top: 24px;
    color: #1d70c3
}

.structure-group[data-group="support"]>div {
    display: grid;
    grid-template-columns: 1fr 1fr
}

.structure-group[data-group="support"] a:nth-child(odd) {
    border-right: 1px solid #e4eaf0
}

.product-structure-home {
    background: #f4f7fa
}

.product-structure-home .structure-group header {
    min-height: 165px
}

.structure-more {
    text-align: center;
    margin-top: 30px
}

.structure-contact {
    padding: 46px 0;
    background: #e8f3fe
}

.structure-contact .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px
}

.structure-contact h2 {
    margin: 0 0 5px
}

.structure-contact p {
    margin: 0;
    color: #68788b
}

.structure-contact a {
    padding: 11px 20px;
    background: #176dc2;
    color: #fff;
    font-weight: bold
}

@media(max-width:800px) {

    .product-structure-grid,
    #productStructure {
        grid-template-columns: 1fr
    }

    .structure-intro {
        display: block
    }

    .structure-intro p {
        text-align: left;
        margin-top: 8px
    }

    .structure-group[data-group="support"]>div {
        grid-template-columns: 1fr
    }

    .structure-group[data-group="support"] a:nth-child(odd) {
        border-right: 0
    }

    .structure-hero h1 {
        font-size: 32px
    }
}

@media(max-width:560px) {
    .structure-hero {
        padding: 52px 0
    }

    .structure-group header {
        min-height: 0;
        padding: 25px 22px
    }

    .structure-group a {
        padding-left: 22px
    }

    .structure-contact .wrap {
        display: block
    }

    .structure-contact a {
        display: inline-block;
        margin-top: 18px
    }
}

.product-category-layout {
    display: grid !important;
    grid-template-columns: 286px minmax(0, 1fr) !important;
    align-items: stretch;
    border: 1px solid #dbe5ef !important;
    background: #fff;
    box-shadow: 0 16px 42px rgba(35, 70, 105, .09)
}

.product-category-menu {
    padding: 0;
    background: #153c64
}

.product-category-menu-head {
    height: 92px;
    padding: 21px 24px;
    background: #0f3154;
    border-bottom: 1px solid rgba(255, 255, 255, .13)
}

.product-category-menu-head span,
.product-category-menu-head strong {
    display: block
}

.product-category-menu-head span {
    margin-bottom: 8px;
    color: #79c9e1;
    font: 700 10px Arial
}

.product-category-menu-head strong {
    color: #fff;
    font-size: 20px
}

.product-category-menu button {
    position: relative;
    width: 100%;
    min-height: 94px;
    padding: 16px 21px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    background: transparent;
    color: #cbd9e7;
    display: grid;
    align-items: center;
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) 18px;
    text-align: left;
    cursor: pointer;
    transition: .2s
}

.product-category-menu button:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: transparent
}

.product-category-menu button>span {
    display: grid;
    place-items: center;
    width: 54px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, .25);
    font: 700 10px Arial
}

.product-category-menu button strong,
.product-category-menu button small {
    display: block
}

.product-category-menu button strong {
    color: #fff;
    font-size: 14px;
    line-height: 1.45
}

.product-category-menu button small {
    margin-top: 5px;
    color: #8eabc5;
    font-size: 11px
}

.product-category-menu button>b {
    font-size: 23px;
    color: #7fa3c3
}

.product-category-menu button:hover {
    background: #1b4a78
}

.product-category-menu button.active {
    background: #176dc2
}

.product-category-menu button.active:before {
    background: #72d1df
}

.product-category-menu button.active>span {
    border-color: #9ee4ed;
    color: #b6edf3;
    background: rgba(255, 255, 255, .08)
}

.product-category-menu button.active small,
.product-category-menu button.active>b {
    color: #d2eafa
}

.product-category-content {
    min-width: 0
}

.category-panel {
    display: none;
    min-height: 468px
}

.category-panel.active {
    display: block
}

.category-panel>header {
    padding: 34px 38px 29px;
    background: #edf5fd;
    border-bottom: 1px solid #dce6f0
}

.category-panel>header>span {
    color: #2676c3;
    font: 700 11px Arial
}

.category-panel>header h3 {
    margin: 9px 0 7px;
    font-size: 26px
}

.category-panel>header p {
    max-width: 700px;
    margin: 0;
    color: #64788d;
    line-height: 1.75
}

.category-products {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 18px
}

.category-products>a {
    min-height: 130px;
    padding: 24px 22px;
    border-right: 1px solid #e2e9f0;
    border-bottom: 1px solid #e2e9f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    transition: .2s
}

.category-products>a:nth-child(2n) {
    border-right: 0
}

.category-products>a:hover {
    background: #f1f7fd
}

.category-products>a strong,
.category-products>a span {
    display: block
}

.category-products>a strong {
    font-size: 17px;
    color: #1d354d
}

.category-products>a span {
    margin-top: 7px;
    color: #738397;
    font-size: 12px;
    line-height: 1.6
}

.category-products>a b {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    background: #e8f2fc;
    color: #176dc2
}

.category-products>a:hover b {
    background: #176dc2;
    color: #fff
}

@media(max-width:800px) {
    .product-category-layout {
        grid-template-columns: 1fr !important
    }

    .product-category-menu {
        display: flex;
        overflow-x: auto;
        padding: 0
    }

    .product-category-menu-head {
        display: none
    }

    .product-category-menu button {
        min-width: 220px;
        min-height: 76px;
        border-bottom: 0;
        border-right: 1px solid rgba(255, 255, 255, .12);
        grid-template-columns: 47px 1fr 15px
    }

    .product-category-menu button>span {
        width: 45px;
        height: 30px
    }

    .category-panel {
        min-height: 0
    }

    .category-products {
        grid-template-columns: 1fr
    }

    .category-products>a {
        border-right: 0
    }

    .structure-intro {
        display: block
    }

    .structure-intro p {
        text-align: left;
        margin-top: 8px
    }
}

@media(max-width:560px) {
    .category-panel>header {
        padding: 25px 22px
    }

    .category-products {
        padding: 8px
    }

    .category-products>a {
        min-height: 100px;
        padding: 17px 14px
    }
}

.platform-overview {
    padding: 76px 0 82px;
    background: #fff
}

.platform-overview-head {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 70px;
    align-items: end
}

.platform-overview-head span,
.architecture-title span {
    color: #2676c3;
    font: 700 10px/1 Arial;
    letter-spacing: 1.2px
}

.platform-overview-head h2 {
    margin: 10px 0 0;
    font-size: 32px;
    line-height: 1.35
}

.platform-overview-head>p {
    margin: 0;
    color: #5f7287;
    line-height: 1.95
}

.platform-values {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 38px 0 50px;
    border-top: 1px solid #dfe7ef;
    border-left: 1px solid #dfe7ef
}

.platform-values article {
    min-height: 165px;
    padding: 24px;
    border-right: 1px solid #dfe7ef;
    border-bottom: 1px solid #dfe7ef
}

.platform-values b {
    display: block;
    color: #f2a329;
    font: 700 11px Arial
}

.platform-values strong {
    display: block;
    margin: 13px 0 8px;
    color: #1d3852;
    font-size: 17px
}

.platform-values p {
    margin: 0;
    color: #718195;
    font-size: 12px;
    line-height: 1.75
}

.architecture-wrap {
    padding: 32px;
    background: #f5f8fc;
    border-top: 3px solid #176dc2
}

.architecture-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 22px
}

.architecture-title h3 {
    margin: 8px 0 0;
    font-size: 25px
}

.architecture-title p {
    margin: 0;
    color: #738397;
    font-size: 12px
}

.architecture-diagram {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.arch-row {
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr);
    align-items: stretch
}

.arch-row>strong,
.arch-core-row>aside>strong {
    display: grid;
    place-items: center;
    padding: 11px;
    background: #d9e6f4;
    color: #284d71;
    font-size: 12px
}

.arch-row>div {
    display: grid;
    gap: 7px;
    padding: 8px;
    background: #e9f0f8
}

.arch-row span,
.arch-core-row aside span,
.arch-business article span,
.arch-support span {
    display: grid;
    place-items: center;
    min-height: 34px;
    padding: 6px 8px;
    background: #fff;
    border: 1px solid #ccdaea;
    color: #425f7c;
    font-size: 11px;
    text-align: center
}

.arch-industry>div {
    grid-template-columns: repeat(5, 1fr);
    background: #176dc2
}

.arch-industry>strong {
    background: #0f4f8d;
    color: #fff
}

.arch-service>div {
    grid-template-columns: repeat(7, 1fr)
}

.arch-core-row {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr) 110px;
    gap: 8px
}

.arch-core-row>aside {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 8px;
    background: #e7eef7
}

.arch-core-row>aside>strong {
    margin: -8px -8px 4px
}

.arch-core-row>main {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.arch-business {
    padding: 13px;
    background: #e6eff9;
    border: 1px solid #cbdced
}

.arch-business>strong,
.arch-support>strong {
    display: block;
    margin-bottom: 10px;
    color: #176dc2;
    font-size: 12px;
    text-align: center
}

.arch-business>div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px
}

.arch-business article {
    padding: 10px;
    background: #fff;
    border-top: 3px solid #2676c3
}

.arch-business article:nth-child(2) {
    border-top-color: #34a4a1
}

.arch-business article:nth-child(3) {
    border-top-color: #f2a329
}

.arch-business article b {
    display: block;
    min-height: 38px;
    color: #1d3852;
    font-size: 12px;
    line-height: 1.5;
    text-align: center
}

.arch-business article span {
    margin-top: 5px;
    background: #f7f9fc
}

.arch-support {
    padding: 12px;
    background: #fff0dc;
    border: 1px solid #ecd3aa
}

.arch-support>strong {
    color: #b56a0b
}

.arch-support>div {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 7px
}

.arch-support span {
    border-color: #e6c998
}

.arch-foundation>div {
    grid-template-columns: repeat(6, 1fr);
    background: #e3ebf4
}

@media(max-width:900px) {
    .platform-overview-head {
        grid-template-columns: 1fr;
        gap: 18px
    }

    .platform-values {
        grid-template-columns: 1fr 1fr
    }

    .architecture-wrap {
        padding: 24px 18px;
        overflow-x: auto
    }

    .architecture-diagram {
        min-width: 850px
    }
}

@media(max-width:560px) {
    .platform-overview {
        padding: 55px 0
    }

    .platform-overview-head h2 {
        font-size: 27px
    }

    .platform-values {
        grid-template-columns: 1fr
    }

    .platform-values article {
        min-height: 0
    }

    .architecture-title {
        display: block
    }

    .architecture-title p {
        margin-top: 7px
    }
}

.product-structure-home {
    padding: 68px 0 !important;
    background: #f3f6f9
}

.home-product-heading {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    align-items: end;
    gap: 60px;
    margin-bottom: 28px
}

.home-product-heading>div>span {
    display: block;
    margin-bottom: 7px;
    color: #176dc2;
    font: 700 11px Arial
}

.home-product-heading h2 {
    margin: 0;
    font-size: 31px
}

.home-product-heading>p {
    margin: 0;
    color: #65778a;
    line-height: 1.8
}

.home-product-browser {
    display: grid;
    grid-template-columns: 270px minmax(0, 1fr);
    min-height: 430px;
    background: #fff;
    border: 1px solid #dbe5ee;
    box-shadow: 0 15px 36px rgba(29, 65, 99, .08)
}

.home-product-menu {
    display: flex;
    flex-direction: column;
    background: #153d65
}

.home-product-menu-title {
    padding: 22px 22px 18px;
    background: #102f50
}

.home-product-menu-title small,
.home-product-menu-title strong {
    display: block
}

.home-product-menu-title small {
    margin-bottom: 5px;
    color: #75c5dc;
    font-size: 10px
}

.home-product-menu-title strong {
    color: #fff;
    font-size: 17px
}

.home-product-menu button {
    position: relative;
    width: 100%;
    min-height: 70px;
    padding: 11px 15px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    background: transparent;
    color: #fff;
    display: grid;
    grid-template-columns: 47px 1fr 15px;
    align-items: center;
    gap: 10px;
    text-align: left;
    cursor: pointer
}

.home-product-menu button:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: transparent
}

.home-product-menu button>span {
    display: grid;
    place-items: center;
    width: 45px;
    height: 27px;
    border: 1px solid rgba(255, 255, 255, .22);
    color: #a9c5dd;
    font: 700 9px Arial
}

.home-product-menu button strong,
.home-product-menu button small {
    display: block
}

.home-product-menu button strong {
    font-size: 13px;
    line-height: 1.4
}

.home-product-menu button small {
    margin-top: 3px;
    color: #8fadc7;
    font-size: 10px
}

.home-product-menu button>b {
    color: #81a4c2;
    font-size: 19px
}

.home-product-menu button:hover {
    background: #1a4a79
}

.home-product-menu button.active {
    background: #176dc2
}

.home-product-menu button.active:before {
    background: #72d1df
}

.home-product-menu button.active>span {
    border-color: #9ce3ec;
    color: #c0f1f5
}

.home-product-menu button.active small,
.home-product-menu button.active>b {
    color: #d8edf7
}

.home-product-menu>a {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    padding: 16px 21px;
    background: #0f3153;
    color: #fff;
    font-size: 12px;
    font-weight: 700
}

.home-product-content {
    min-width: 0
}

.home-product-panel {
    display: none;
    height: 100%
}

.home-product-panel.active {
    display: flex;
    flex-direction: column
}

.home-product-panel>header {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 32px;
    align-items: end;
    padding: 27px 30px;
    background: #edf5fd;
    border-bottom: 1px solid #dce6ef
}

.home-product-panel>header span {
    color: #2174be;
    font: 700 10px Arial
}

.home-product-panel>header h3 {
    margin: 7px 0 0;
    font-size: 24px
}

.home-product-panel>header p {
    margin: 0;
    color: #66798d;
    font-size: 13px;
    line-height: 1.75
}

.home-product-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: start;
    padding: 13px
}

.home-product-grid>a {
    position: relative;
    min-height: 132px;
    padding: 21px 54px 19px 20px;
    border-right: 1px solid #e1e8ef;
    border-bottom: 1px solid #e1e8ef;
    background: #fff;
    transition: .2s
}

.home-product-grid>a:nth-child(2n) {
    border-right: 0
}

.home-product-grid>a:hover {
    z-index: 1;
    background: #f3f8fd;
    box-shadow: inset 0 0 0 1px #b8d4eb
}

.home-product-grid>a>span {
    display: block;
    color: #2a79bf;
    font: 700 9px Arial
}

.home-product-grid>a strong {
    display: block;
    margin: 8px 0 5px;
    color: #1e3750;
    font-size: 16px
}

.home-product-grid>a p {
    margin: 0;
    color: #718195;
    font-size: 12px;
    line-height: 1.65
}

.home-product-grid>a b {
    position: absolute;
    right: 18px;
    top: 20px;
    color: #2779c0;
    font-size: 11px
}

@media(max-width:900px) {
    .home-product-heading {
        grid-template-columns: 1fr;
        gap: 10px
    }

    .home-product-browser {
        grid-template-columns: 230px minmax(0, 1fr)
    }

    .home-product-panel>header {
        grid-template-columns: 1fr
    }

    .home-product-grid {
        grid-template-columns: 1fr
    }

    .home-product-grid>a {
        border-right: 0
    }
}

@media(max-width:700px) {
    .product-structure-home {
        padding: 52px 0 !important
    }

    .home-product-browser {
        grid-template-columns: 1fr;
        min-height: 0
    }

    .home-product-menu {
        display: flex;
        flex-direction: row;
        overflow-x: auto
    }

    .home-product-menu-title,
    .home-product-menu>a {
        display: none
    }

    .home-product-menu button {
        min-width: 205px;
        min-height: 70px;
        border-bottom: 0;
        border-right: 1px solid rgba(255, 255, 255, .12)
    }

    .home-product-panel>header {
        padding: 23px 20px
    }

    .home-product-grid {
        padding: 8px
    }

    .home-product-grid>a {
        min-height: 112px;
        padding: 18px 48px 16px 16px
    }
}