.products {
    margin-bottom: 35px;
}
.subtitle {
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
}
.subtitle2 {
    margin-bottom: 72px;
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
}
.about-inovations__tab {
    display: none;
}
.about-inovations__tab.active {
    display: block;
}
.about-inovations__nav li {
    cursor: pointer;
    padding: 0.9rem 0;
    border-bottom: 1px solid #e9ecef;
    width: 565px;
}
.about-inovations__nav li:last-child {
    border-bottom: none;
}
.about-inovations__nav a {
    color: #414667;
    font-weight: 700;
    font-size: 36px;
    opacity: 60%;
    text-decoration: none;
}
.about-inovations__nav li.active a,
.about-inovations__nav a:hover {
    color: #414667;
    font-weight: 700;
    font-size: 36px;
    opacity: 90%;
    text-decoration: none;
}
.about-inovations__nav li.active .arrow {
    background: #7C9E90;
    border-color: #7C9E90;
    opacity: 1;
    transform: translateX(6px);
    color: white;
}
.about-inovations__nav .arrow {
    font-size: 1.3rem;
    opacity: 0.7;
    transition: all 0.25s ease;
    border: 1px solid #7C9E90;
    border-radius: 180px;
    padding: 0px 14px;
    background: #ffffff;
    color: #7C9E90;
}
.about-inovations__nav li:hover .arrow {
    background: #7C9E90;
    opacity: 0.95;
    transform: translateX(4px);
    color: white;
}
span.arrow {
    border: 1px solid #ffffff;
    border-radius: 180px;
    padding: 0px 14px;
    background: #7C9E90;
    color: white;
    width: 40px;
    height: 40px;
}

@media (max-width: 991px) {
    .about-inovations__nav li:hover .arrow {
        background: none;

    }
    .about-inovations__tab {
        display: none;
        padding-top: 1rem;
        padding-bottom: 1.5rem;
    }
    .about-inovations__tab.active {
        display: block;
    }
    .about-inovations__nav li.active .arrow {
        transform: rotate(90deg);
        background: #7C9E90;
        color: white;
    }
    .about-inovations__nav a {
        font-size: 24px;
    }
    #capabilities-content {
        display: none;
    }
    .accordion-content-clone {
        padding: 1rem 0 1.5rem;
    }
    .about-inovations__nav li {
        width: 100%;
        max-width: none;
    }
    .about-inovations__nav a {
        font-size: 1.4rem;
    }
    .about-inovations__numlist__card {
        margin: 0;
    }
    .about-inovations__nav li.active a,
    .about-inovations__nav a:hover {
        color: #414667;
        font-weight: 700;
        font-size: 24px;
        opacity: 90%;
        text-decoration: none;
    }
    .about-inovations__nav .arrow {
        padding: 8px 18px;
    }
}
.custombtn {
    border-color: #9498B5;
    background: #9498B5;
}
#successModal .modal-dialog{
    margin-left: auto !important;
    margin-right: auto !important;
}
.display_center {
    display: flex;
    align-items: center;
}
.video__poster {
    display: block;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 19 / 9;
    border-radius: 25px;
}
.hint {
    position: relative;
    cursor: help;
    border-bottom: 1px solid #414667;
    font-size: 0.8333333333rem !important;
}

.hint::after {
    width: 100%;
    content: attr(data-hint);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 110%;
    margin-bottom: 6px;
    background: white;
    color: #505892;
    padding: 25px;
    border-radius: 25px;
    font-size: 0.8333333333rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s;
}

.hint::before {
    content: "";
    position: absolute;
    left: 10%;
    transform: translateX(-50%);
    bottom: 100%;
    margin-bottom: 4px;                 /* чуть ниже подсказки */

    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid white;         /* цвет стрелки = цвет фона подсказки */

    opacity: 0;
    transition: opacity 0.18s;
}

.hint:hover::after,
.hint:hover::before {
    opacity: 1;
}

.area_link {
    position: absolute;
    right: 3.333333rem;
    bottom: 1.6rem;
}
.area__list {
    grid-template-columns: repeat(1, 1fr);
}