.for-invets {}

.unh-banner .unh-breadcrumbs {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0px;
    right: 0;
    padding: 15px 0 30px 110px;
    height: 30px;
    text-shadow: 1px 1px 4px #000000;
    display: none;
}

.for-invets__item .for-invets__description {
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    color: #1D3448;
    margin-left: 10px;
    margin-bottom: 0px;
}

.for-invets__img {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.for-invets__block:hover {
    text-decoration: none;
}

.liner {
    width: 4px;
    height: 72px;
    background: #C4C4C4;
    position: absolute;
    left: 100%;
}

.button {
    max-width: 250px;
    display: block;
    margin: 0 auto;
}

.button a {
    display: block;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.06)), drop-shadow(0px 16px 48px rgba(0, 0, 0, 0.1));
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    line-height: 19px;
    color: #FFFFFF;
    padding: 10px 80px;
    margin-top: 80px;
}

.button a:hover {
    text-decoration: none;
    color: #fff;
}

.v3 .v3-useful .card-content {
    padding: 0 12px;
}

.v3 .v3-useful .card-body {
    padding: 20px;
}

.v3 .v3-useful .card-title {
    font-weight: 500;
    font-size: 30px;
    color: #003e64;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.v3 .v3-useful .card-content .card-text {
    padding: 15px 12px;
    background-color: #ffffff;
    border-radius: 10px;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #0a1e32;
    overflow: hidden;
}

.v3 .v3-useful .card-content .card-text p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px;
}

.acquiring__content .acquiring-item .card {
    border: 1px solid rgba(29, 52, 72, 0.2) !important;
}

.telegram-bot-banner__title {
    min-width: 618px;
}

.telegram-bot-banner__subtitle {
    min-width: 471px;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    /* text-transform: uppercase; */
    color: #1D3448;
    text-align: left;
    margin-top: 40px;
}

.back-image {
    background-image: url("/local/templates/sqb/images/custom2/11.png");
    height: 600px;
}

.back-image .background-title h1 {
    font-weight: 500;
    font-size: 36px;
    line-height: 120%;
    color: #FFFFFF;
    padding: 30px;
}

.back-image .back-title h2 {
    font-weight: 400;
    font-size: 28px;
    line-height: 120%;
    text-align: left;
    color: #FFFFFF;
    padding: 30px;
}

.strategy-bank {
    background: #f2f5f8;
    padding: 15px;
    margin: 50px 0;
    border-radius: 12px;
}

@media (max-width: 992px) {
    .strategy-bank .keyfact-title h1 {
        font-size: 31px;
    }
    .types-strategy .key-items h2 {
        font-size: 30px;
    }
    .types-strategy .key-items p {
        font-size: 25px;
        line-height: 35px;
    }
    .back-image .background-title h1 {
        font-size: 31px;
        padding: 15px;
    }
    .back-image .back-title h2 {
        font-size: 25px;
    }
    .liner {
        display: none;
    }
    .types-strategy .type-items {
        display: flex;
        padding-top: 40px;
        justify-content: space-between;
        flex-direction: column;
    }
    .types-strategy .type-item {
        width: 100%;
    }
    .for-invets__item {
        margin-bottom: 15px;
    }
}

@media (max-width: 767.9px) {
    .for-invets__item .for-invets__description {
        font-size: 18px;
        line-height: 23px;
    }
    .mission-items .mission-left .mission-title h1 {
        font-weight: 500;
        font-size: 26px;
    }
    .for-invets__img {
        justify-content: flex-start;
    }
    .types-strategy .key-items p {
        font-size: 20px;
        line-height: 25px;
    }
}

@media (max-width: 575.9px) {
    .types-strategy .key-items {
        flex-wrap: wrap;
    }
    .back-image .back-title h2 {
        font-size: 20px;
        padding: 15px;
    }
    .mission-items .mission-left .mission-title h1 {
        font-weight: 500;
        font-size: 21px;
    }
}