#pagetitle {
    color: #2D2D2D;
}

.decis-page .intec-content-wrapper:after {
    content: none;
}

.decis-page ul {
    margin: 0;
}

.decis-page ul li::before {
    color: #2D2D2D;
}

.decis-page ul li p {
    margin: 0;
}

.decis-page blockquote {
    margin: 0;
    font-size: 16px;
}

.intec-content.decis-page section .intec-content-wrapper {
    display: flex;
    flex-direction: column; 
    gap: 40px;
}

.decis-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.intec-content.decis-page section.decis-banner .intec-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.decis-banner__top {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.decis-banner__btn {
    color: #fff;
    font-weight: 700;
    padding: 15px 20px;
    background: #074E8F;
    transition: all .3s ease-in-out;
    width: fit-content;
}

.decis-banner__btn:hover {
    background: #0967c1;
    color: #fff;
}

.decis-banner__bottom {
    width: 100%;
}

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

/* security-features */
.decis-section__title {
    font-weight: 700;
    font-size: 26px;
    color: #084D90;
}

.security-features__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.security-features__item {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

.security-features__icon {
    min-width: 80px;
    min-height: 80px;
    width: 80px;
    height: 80px;
}

.security-features__text {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    max-width: 370px;
}

/* topology */
.topology__grid {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    gap: 20px;
}

.topology__item {
    width: 100%;
    height: 600px;
    border-radius: 8px;
    overflow: hidden;
}

.topology__item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* decis-about */
.decis-about {
    background: #FBFCFE;
}

.dicis-about__textbox {
    font-size: 20px;
}

/* decis-textbox */
.decis-textbox .intec-content-wrapper {
    margin: 0;
    padding: 40px 20px;
    background: #FBFCFE;
    font-size: 24px;
}

/* decis-products */
.decis-products {
    margin-top: 40px;
}

.decis-products .products-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.decis-products .product-group {
    border: 1px solid #F6F6F6;
    padding: 10px 40px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
    }

.decis-products .product-group .product-sublist {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 80px;
}

.decis-products .product-group .product-card {
    display: flex;
    align-items: center;
    gap: 20px;
}

.decis-products .product-textbox {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.decis-products .product-group .product-card img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.decis-products .product-name {
    font-size: 20px;
    color: #2D2D2D;
    margin: 0;
    font-weight: 700;
}

.decis-products .product-sublist .product-name {
    font-size: 16px;
    font-weight: 400;
    color: #2D2D2D;
}

.decis-products .product-group .product-card .product-article {
    font-size: 12px;
    color: #9A9A9A;
}


.contacts-form-wrap
{
    margin-top:50px;
}

@media (max-width: 1280px) {
    .topology__item {
        height: 500px;
    }
}

@media (max-width: 980px) {
    .decis-wrapper {
        gap: 10px;
    }

    .intec-content.decis-page section.decis-banner .intec-content-wrapper {
        gap: 30px;
    }

    .intec-content.decis-page section .intec-content-wrapper {
        gap: 20px;
    }

    .decis-textbox .intec-content-wrapper {
        font-size: 20px;
    }

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

    .decis-products .products-grid {
        grid-template-columns: 1fr;
    }

    .topology__item {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .security-features__grid {
        grid-template-columns: 1fr;
    }

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

    .topology__item {
        height: 450px;
    }
}

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

    .topology__item {
        height: 500px;
    }
}
