.container__title {
    text-align: center;
}

.container-layout {
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.top-section__cards {
    margin-top: 2rem;
}

.top-section__card {
    padding: 2rem;
    border-radius: 1.25rem;
    background-color: rgba(217, 217, 217, 0.1);
}

.product-item__hr {
    width: 30%;
    height: 1.5px;
    margin-bottom: 1.5rem;
    background-color: var(--color-white);
}

.product-items li {
    position: relative;
    padding: 1.25rem;
}


.product-items img {
    /* width: unset !important;
    align-self: start !important;
     */
    position: absolute;
    bottom: 0;
    right: 0;
}

.product-gradient-cart {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('/images/product_gradient/1/1920.png');
}

.product-gradient-cart-2 {
    width: 25.5rem;
    height: 12.5rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background-image: url('/images/product_gradient/2/1920.png');
}

.item-num > span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: var(--color-green-4);
    color: var(--color-dark);
    font-weight: bold;

}

․dividend-swiper {
    width: 100%;
    height: 100%;
}

.dividend-swiper-slide {
    display: flex;
    background-color: #f7f7f7;
    border-radius: 1.25rem;
    overflow: hidden;
    padding: 1.5rem 0 1.5rem 1.5rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 280px;
}

.invest-container-swiper {
    display: none;
}

.invest-slider_desktop {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
}

.invest-slide-prev, .invest-slide-next {
    width: 3rem;
    height: 3rem;
    background-color: var(--color-green-3);
    display: grid;
    place-items: center;
    border-radius: 50%;
    cursor: pointer;
    min-width: 3rem;
    min-height: 3rem;
}

.invest-slide {
    max-width: 22rem;
}

.invest-line {
    width: 100%;
    height: 4px;
    background-color: var(--color-border);
    position: relative;
    overflow: hidden;
}

.invest-line__green {
    height: 100%;
    background-color: var(--color-green-3);
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.invest-slide__texts div {
    display: none;
}

.invest-slice-active {
    display: block !important;
}

.invest-slider_mobile {
    display: none;
}
.progress {
    margin-top: 20px;
    font-size: 18px;
}

.progress-bar {
    height: 4px;
    background: #ccc;
    margin-top: 10px;
    position: relative;
}

.progress-bar span {
    display: block;
    height: 100%;
    width: 0%;
    background: green;
    transition: width 0.3s;
}
.invest-slider_mobile__content{
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 0.75rem;
}
.product-items__title {
    font-size: 4rem;
    font-weight: 400;
    line-height: 2.75rem;
}

.content-desc {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content-desc p, span {
    margin-bottom: 0;
}

.content-desc span {
    font-weight: 700;
}

.bg-gradient {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/images/bg_gradient.png") !important;
}

.invest-slide__desc {
    max-width: 15rem;
}

.product-items__desc {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 300;
}

.bg-gradient-graphic {
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    background-image: url("/images/bg_gradient_graphic.png");
}

.chart-card-container {
    max-width: 22rem !important;
}

.chart-card {
    background-color: rgba(244, 245, 247, 1);
    padding: 0.5rem;
    border-radius: 5px;
}

.chart-card p {
    text-wrap: wrap;
    margin-bottom: 0.2rem;
}

.chart-card__date {
    text-align: end;
}

.chart-card__hr {
    width: 100%;
    height: 2px;
    background-color: var(--color-green-3);
}

.video-container {
    position: relative;
}

.download-documents {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    font-size: 1.1rem;
}

.download-documents a {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 1rem;
}

.download-documents a:hover {
    color: var(--color-green-3);
}

.download-documents p {
    margin-bottom: unset !important;
    margin-top: unset !important;
}

.partner-logo {
    object-fit: cover;
    filter: grayscale(100%);
    opacity: 50%;
}

.invest-process-step li {
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    /*background-position: bottom;*/
    /*background-image: url('/images/product_gradient/2/1920.png');*/
    background-color: var(--color-white-2);
    position: relative;
    /*overflow: hidden;*/
    padding: 3rem;
    border-radius: 2rem;
    border: 0rem;
}

[data-faq="ico"] {
    background-color: var(--color-black-800);
    border-radius: 50%
}
[data-faq="ico"].active {
    background-color: var(--color-green-3);
}


.chart-container__wrap {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.static-chart {
    width: 100%;
}



.static-content {
    width: 45rem;
    flex-shrink: 0;
}
.statistic-block {
    background-color: var(--color-white);
    color: var(--color-dark);
    display: flex;
    column-gap: 3rem;
    border-radius: 1.25rem;
}


.product-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 2.5rem;
    background-color: #0f1712;
    position: relative;
    padding: 2rem;
    border-radius: 1.25rem;
    overflow: hidden;
    color: var(--color-white);
    background-image: url(/images/product-bg--image.svg);
    background-size: 22.9375rem;
    background-position: 100% 0%;
    background-repeat: no-repeat;
    cursor: pointer;
}
.product-item:hover{
    background-color: rgba(158, 206, 169, 0.3) !important;
}

.cta-image {
    width: 35rem;
    height: unset;
    transform: unset;
    object-fit: contain;
    align-self: flex-end;
    position: absolute;
    bottom: 6px;
    right: 17px;
    top: unset;
}

.dividend-items img {
    height: 19rem;
    object-fit: unset;
    width: unset;
}

.gradient {
    position: absolute;
    bottom: 0;
    width: 97%;
    height: 60%;
    filter: blur(20px);
    /*overflow: hidden;*/
}

.bloc_title{
    font-size: 3rem;
    font-weight: 300;
    line-height: 2.75rem;
    margin-bottom: 1.75rem;
    color:var(--color-black-1000);
    margin-bottom: 2.75rem;
}

.btn-md48-tpl2 {
    /*min-height: 3rem;*/
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    padding: 1.1rem 2.2rem;
    border-radius: 16px;
}

.btn-green{
    color: var(--color-white) !important;
    background-color: var(--color-green-3);
}

.btn-white{
    background-color: var(--color-white-2) !important;
    color: var(--color-black-1000) !important;
}

.p-32__normal {
    line-height: 2rem;
}

section {
    padding-top: 6rem;
}


.top-board-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 2.5rem;
    background-color: rgb(152 199 163 / 20%);
    position: relative;
    padding: 2rem;
    border-radius: 1rem;
    overflow: hidden;
    color: var(--color-white);
    /* background-image: url(/images/product-bg--image.svg);*/
    background-size: 22.9375rem;
    background-position: 100% 0%;
    background-repeat: no-repeat;
    cursor: pointer;
    font-weight: 400;
}





/*   H1 Block   */
.top-container {
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}
.container__h1{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.container__h1_label{
    display: none;
}
h1 {
    text-align: center;
    font-size: 6.5rem;
    font-weight: 400;
    line-height: 6.75rem;
}

.container__h2_label{
    text-align: center;
    color: var(--color-grey-medium);
    margin: 1.5rem;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.75rem;
}

/*   H1 Block END */


.top-board-item__title {
    font-size: 1.25rem;
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
    line-height: 130%;
}

.top-board-item__desc {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
}

.top-board-item__hr {
    width: 33%;
    height: 1.5px;
    margin-bottom: 1.5rem;
    background-color: var(--color-white);
}

/*  investment products  */
.investment_products{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1.25rem;
    row-gap: 1.25rem;
    grid-column: span 2;
    align-self: flex-start;
}
.investment_products li{
    flex-direction: column;
    position: relative;
    padding: 2.5rem 2.25rem 2rem 2.25rem;
    background-color: var(--color-white-2);
    border-radius: 14px;
    overflow: hidden;
}
.investment_products__item_title {
    font-size: 3rem;
    font-weight: 300;
    line-height: 2.75rem;
    color: var(--color-dark);
}
.investment_products__item_desc {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 300;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    max-width: 66%;
}
.investment_products__item_desc .b-grin{
    font-weight: 500;
    color: var(--color-green-3);
}
.investment_products__item_desc .b-dark{
    font-weight: 500;
    color: var(--color-dark);
}
.product-items__btn_container
{
    display: flex;
    align-items: center;
    column-gap: 0.25rem;
}
.investment_products li img{
    height: 22rem;
    width: unset;
    position: absolute;
    bottom: 0;
    right: 0;
    align-self: flex-end;
    /* object-fit: contain; */
}
.investment_products li .img_2{
    right: -3.5rem;
    top: 1rem;
}
.investment_products li .img_3{
    right: -2rem;
    height: 18rem;
}
.investment_products li .img_4{
    right: -1rem;
    height: 23rem;
}
/*  investment products  end */

/*   start-easy  */
.start-easy li {
    position: relative;
    padding-bottom: 13rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 3rem;
    border-radius: 2rem;
    border: 0rem;
    padding-bottom: 15rem;
    background-color: rgba(244, 245, 247, 1);
    overflow: hidden;
}
.start-easy .gradient {
    width: 80%;
    height: 3%;
}
.start-easy__title {
    font-size: 1.2rem;
    line-height: 1rem;
    font-weight: 300;
}
.start-easy__desc {
    color: var(--color-green-3) !important;
    font-weight: 600;
    line-height: 3rem;
    margin-top: 1rem;
    margin-bottom: 0rem;
    font-size: 2.70rem;
}
/*   start-easy  END */

/* Автоинвестирование */

/*
.autoinvest_content {
    border-radius: 1.25rem;
    background: var(--color-grey-light);
    padding: 7.5rem 3.5rem;

    position: relative;
    overflow: hidden;
}
.autoinvest_content_text{
    font-size: 1.6rem;
    padding: 1rem 0;
    line-height: 2rem;
    opacity: 70%;
    color: var(--color-dark);

}
.autoinvest_content_img{
    width: 46rem;
    height: unset;
    transform: unset;
    object-fit: contain;
    align-self: flex-end;
    position: absolute;
    bottom: 6px;
    right: 17px;
    top: unset;
    z-index: 3;
}
*/

/* Автоинвестирование */
.section_autoinvest{
    padding-top: 5.5rem;
}
.autoinvest_content {
    position: unset;
    display: flex;
    border-radius: 1.25rem;
    padding: 2.5rem 3.5rem 3.75rem 3.5rem;
    overflow: hidden;
    background: var(--color-white-2);
}

.autoinvest_content__info{
    max-width: 45rem;
    position: relative;
    z-index: 5;
}

.autoinvest_content__title {
    font-size: 3rem;
    font-weight: 400;
    line-height: 6rem;
    color: var(--color-black-1000);
}
.autoinvest_content__desc{
    font-size: 2rem;
    font-weight: 300;
    line-height: 2.5rem;
    padding-bottom: 2rem;
    color: var(--color-black-1000);
}
.autoinvest_btn {
    row-gap: 0.75rem;
    flex-direction: column;
    row-gap: 0.5;
    display: flex;
    column-gap: 0.25rem;
}
.autoinvest_content img {
    width: 45rem;
    height: unset;
    transform: unset;
    object-fit: contain;
    align-self: flex-end;
    position: absolute;
    bottom: 0px;
    right: 5rem;
    top: unset;
    z-index: 3;
}
/* Автоинвестирование END */



/*  Инвестируйте в акции и зарабатывайте на дивидендах */
/*
.earn_dividends{
    padding: 0 1.25rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/images/bg_gradient.png) !important;
}
.earn_dividends__title{
    font-size: 3rem;
    font-weight: 300;
    line-height: 2.75rem;
    margin-bottom: 1.75rem;
}
*/
/*  Инвестируйте в акции и зарабатывайте на дивидендах */
.earn_dividends{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/images/bg_gradient.png) !important;
    /* padding: 0 4.5rem; */
}
.earn_dividends__block{
    display: grid;
    row-gap: 0.5rem;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 8rem;
    padding-bottom: 1.5rem;
    margin-top: 3rem;
}
.earn_dividends__title{
    font-size: 3.05rem;
    font-weight: 300;
    line-height: 3.25rem;
    margin-bottom: 0rem;
    max-width: 45%;
}
.earn_dividends__desc{
    font-weight: 300;
    margin-top: 1.25rem;
    font-size: 1.5rem;
    line-height: 1.85rem;
    margin-bottom: 2rem;
}
.earn_dividends__items{
    /*display: flex;*/
    flex-direction: column;
    row-gap: 1.25rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1.25rem;
    row-gap: 1.25rem;
    grid-column: span 2;
    align-self: flex-start;
    margin-top: 1.5rem;
}
.earn_dividends__items li{
    background: var(--color-white-2);
    padding: 2rem;
    border-radius: 14px;
}
.earn_dividends__items-num span{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: var(--color-green-4);
    color: var(--color-dark);
    font-size: 1.65rem;
}
.earn_dividends__items-desc{
    padding: 1rem 0rem;
    font-size: 1.75rem;
    line-height: 2.2rem;
    font-weight: 300;
}
.earn_dividends__items-desc .b-grin{
    color: var(--color-green-3);
    font-weight: 600;
}

.investment-warning {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 1.25rem;
    padding-bottom: 3.5rem;
    padding-top: 3rem;
}

.investment-warning p {
    color: var(--color-grey-active);
}
/*  Инвестируйте в акции и зарабатывайте на дивидендах END */

.graphic_content {
    display: flex;
    column-gap: 3.25rem;
}
.graphic__title label {
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 1.75rem;
    margin: 1.5rem 0 0.75rem;
}

.graphic__title p{
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.75rem;
    margin: 1.5rem 0 0.75rem;
}

.graphic_content__info {
    width: 60rem;
}

.security_desktop{
    display: block;
}

.security_mobile{
    display: none;
}








/*  страница Инвестировать в Финин */
/* Стратегия на 2025-2026 г. */

.strategy_content_title label{
    font-size: 2.75rem;
    font-weight: 300;
    line-height: 2rem;
}
.strategy_content_title label br{
    display: none;
}

.strategy_content_title p{

    font-size: 1.35rem;
    font-weight: 300;
    margin-top: 1.5rem;
}

.strategy_content_items{
    flex-direction: column;
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
}
.strategy_content_items li{
    padding: 3rem 1.5rem 1.75rem 1.5rem;
    background-color: var(--color-white-2);
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}
.strategy_content_items_content{
    width: 15rem;
}
.strategy_content_items__title{
    font-size: 1.80rem;
    font-weight: 300;
    color: var(--color-dark);
}
.strategy_content_items__desc{
    font-size: 1.35rem;
    font-weight: 300;
    line-height: 1.75rem;
    margin-top: 0.75rem;
    color: var(--color-dark);
}
.strategy_content_items li img {
    position: absolute;
    bottom: 0;
    right: 0rem;
    top: 0;
    width: 12rem;
    align-self: flex-end;
}
.strategy_content_items li .img-1 {
    /* width: 10rem;*/
}
.strategy_content_items li .img-2 {
    /* width: 10rem; */
}
.strategy_content_items li .img-3 {

}


/*   Акции   */
.stock_content_items{
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
}

.stock_content_items li{
    background-color: var(--color-white-2);
    border-radius: 24px;
    flex-direction: row;
    padding: 2.25rem;
    position: relative;
}
.stock_content_items li label{
    color: var(--color-black-900);
    font-size: 2.15rem;
    font-weight: 400;
    line-height: 1.5rem;
}

.stock_content_items li p{
    color: var(--color-black-1000);
    margin-top: 1.125rem;
    font-size: 6.15rem;
    font-weight: 400;
    line-height: 3rem;
    margin-bottom: 1rem;
    margin-top: 2.5rem;
}

.stock_content_items li p.b_green{
    font-size: 2.5rem;
    font-weight: 400;
    color: var(--color-green-3);
}

.stock_content_items li p.b_green span{
    font-size: 6.15rem;
    font-weight: 400;
    color: var(--color-green-3);
}

.stock_content_second_block{
    position: unset;
    display: flex;
    margin-top: 1.5rem;
    padding: 2.25rem;
    background-color: var(--color-white-2);
    color: var(--color-dark);
    border-radius: 1.25rem;

    overflow: hidden;
}
.stock_content_second_block__title {
    font-size: 4rem;
    font-weight: 400;
    line-height: 2.75rem;
    color: var(--color-dark);
}

.stock_content_second_block_items{
    list-style: unset;
    padding-left: 1.25rem;
    color: var(--color-dark);
    margin-top: 1.125rem;
    opacity: 70%;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.75rem;
}

.stock_content_second_block_items .b-green{
    /* font-size: 1.75rem;*/
    font-weight: 600;
    line-height: 1.75rem;
    color: var(--color-green-3);
}
.stock_content_second_block img{
    width: 35rem;
    height: unset;
    transform: unset;
    object-fit: contain;
    align-self: flex-end;
    position: absolute;
    bottom: 6px;
    right: 17px;
    top: unset;
}

.stock_content_second_link{
    padding: 1rem;
    font-size: 1.45rem;
    color: var(--color-green-3);
}

/*   видео */
.video-section{

}
.video-section .slider-controls{
    /*
    display: none;
    column-gap: 0.5rem;
    align-items: center;
    */
}
.video-swiper .col4-slide {
    padding: 0rem;
    background-color: var(--color-white-2);
}

.video-swiper__title {
    font-size: 1.5rem;
    padding: 0.75rem 1rem 0.5rem 1rem;
}

.video-swiper__title p{
    font-size: 1rem;
    font-weight: 300;
}

/*   видео END*/


/* timeline */
.year {
    display: block;
    font-size: 1.5rem;
    position: relative;
    z-index: 3;
}
.year-top {
    font-size: 1.5rem;
    line-height: 1.4;
    color: #333;
    margin: 0 auto;
    margin-top: 4.5rem;
    font-weight: 800;
}
.year-bottom {
    font-size: 1.5rem;
    line-height: 1.4;
    color: #333;
    margin: 0 auto;
    margin-bottom: 4.5rem;
    font-weight: 800;
}
.top-text {
    font-size: 1.2rem;
    line-height: 1.4;
    color: #333;
    margin: 0 auto;
}
.bottom-text {
    font-size: 1.2rem;
    line-height: 1.4;
    color: #333;
    margin: 0 auto;
}



/* 5 преимуществ владеть акциями ФИНИН */
.benefitsList375,
.benefitsList1024,
.benefitsList1920 {
    display: none;
}
.benefits-list {
    grid-template-columns: repeat(3, 1fr);
    /*grid-template-columns: 350px 300px auto;*/
    /*grid-template-rows: repeat(1, 1fr);*/
}

.benefits-list li {
    background-color: var(--color-white-2);
    position: relative;
    padding-top: 4.5rem;
    padding-bottom: 4rem;
    padding: 4.5rem 1.5rem;
    border-radius: 2rem;
    border: 0rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.benefitsList1920 .sale-cart-3,
.benefitsList1920 .sale-cart-4 {
    padding: 4.5rem 1.5rem 8.5rem 1.5rem;
}


.investfinin-sale__info {
    row-gap: 0;
    /*width: 70%;*/
}

.benefits_bloc_title {
    font-size: 1.85rem;
    font-weight: 300;
    line-height: 2.75rem;
    margin-bottom: 1.25rem;
}

.sale-carts {
    display: flex !important;
}

.benefits_bloc_title {
    font-size: 1.55rem;
    font-weight: 300;
    line-height: 2.75rem;
    margin-bottom: 1.25rem;
}

.sale-carts {
    display: flex !important;
}

.benefitsList1920 .sale-cart-5  .sale-cart__title
{
    font-size: 1.55rem;
    line-height: 2rem;
    font-weight: 300;
    color: var(--color-dark);
}

.benefitsList1920 .sale-cart-5 .sale-cart__title {
    font-size: 3.75rem;
    line-height: 3.5rem;
    font-weight: 300;
    color: var(--color-dark);
}

.benefitsList1920 .sale-cart-1  .sale-cart__title,
.benefitsList1920 .sale-cart-2  .sale-cart__title
{
    font-size: 2.25rem;
    line-height: 2rem;
    font-weight: 400;
    color: var(--color-dark);
}

.benefitsList1920 .sale-cart-1  .sale-cart__desc,
.benefitsList1920 .sale-cart-2  .sale-cart__desc
{
    font-size: 1.35rem;
    margin-top: 1rem;
    font-weight: 300;
    line-height: 1.5rem;
    color: var(--color-dark);
}

.benefitsList1920 .sale-cart-3  .sale-cart__title,
.benefitsList1920 .sale-cart-4  .sale-cart__title
{
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 300;
    color: var(--color-dark);
}
.benefitsList1920 .sale-cart-3  .sale-cart__desc,
.benefitsList1920 .sale-cart-4  .sale-cart__desc
{
    font-size: 1.30rem;
    margin-top: 1.5rem;
    font-weight: 300;
}

.benefitsList1920 .sale-cart-5 .sale-cart__desc {
    font-size: 2rem;
    margin-top: 2rem;
    font-weight: 300;
    line-height: 2rem;
    color: var(--color-dark);
}

/* 5 преимуществ владеть акциями ФИНИН END*/

@media only screen and (min-width: 1440px) {

}


@media only screen and (min-width: 1280px) {

    /*   H1 Block */
    .top-container{
        background-image: url('/images/layout-container/1/1920.jpg');
    }
    .container__h1{
        margin-top: 5rem;
    }

    .container__h1_label{
        display: none;
    }
    h1{
        text-align: center;
        font-size: 6.5rem;
        font-weight: 400;
        line-height: 6.75rem;
    }
    .h1_percent{
        font-weight: 600;
    }
    .container__h2_label{
        margin-top: 1rem;
        margin-bottom: 1.5rem;
        font-size: 2rem;
        font-weight: 300;
        line-height: 1.75rem;
    }
    /*   H1 Block END */


    /*   top Board */
    .top-boards {
        margin-top: 10rem;
        margin-bottom: 8rem;
    }
    .top-board-item {
        padding: 1.75rem;
    }
    .top-board-item__title {
        font-size: 1.85rem;
        margin-bottom: 1.1rem;
    }
    .top-board-item__desc {
        font-size: 1.1rem;
        font-weight: 400;
        line-height: 1.25rem;
    }
    .top-board-item__hr {
        margin-bottom: 1.1rem;
    }
    /*   top Board END */


    /*  investment products  */
    .investment_products li {
        padding: 3.5rem 2.25rem 3.5rem 2.5rem;
    }
    .investment_products__item_title {
        font-size: 4rem;
        font-weight: 400;
    }
    .investment_products__item_desc {
        font-size: 1.75rem;
        line-height: 2.25rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
        max-width: 66%;
    }
    .investment_products li img{
        height: 29rem;
        width: unset;
        position: absolute;
        bottom: 0;
        right: 0;
        align-self: flex-end;
        /* object-fit: contain; */
    }
    .investment_products li .img_1{
        right: 0rem;
        height: 28rem;
    }
    .investment_products li .img_2{
        right: 0rem;
        height: 25rem;
    }
    .investment_products li .img_3{
        right: -2rem;
        height: 24rem;
    }
    .investment_products li .img_4{
        right: 0rem;
        height: 27rem;
    }
    /*  investment products  end */

/*
    .bloc_title{
        font-size: 3.5rem;
        font-weight: 300;
        line-height: 2.75rem;
        margin-bottom: 1.75rem;
    }
*/
    /*   start-easy  */
    .start-easy{

    }
    .start-easy .gradient {
        width: 80%;
        height: 33%;
    }
    .start-easy li {
        padding: 2.5rem 2rem 17rem 2rem;
    }
    .start-easy__title {
        font-size: 2.1rem;
        line-height: 2.25rem;
        font-weight: 400;
    }
    .start-easy__desc {
        line-height: 3rem;
        margin-top: 3rem;
        margin-bottom: 0rem;
        font-size: 5rem;
    }
    /*   start-easy  END */


    /* Автоинвестирование */
    .autoinvest_content {
        padding: 7rem 3rem;
    }
    .autoinvest_content__info {
        max-width: 60rem;
    }
    .autoinvest_content__title {
        font-size: 4rem;
        font-weight: 400;
    }
    .autoinvest_content__desc {
        font-size: 1.75rem;
    }
    .autoinvest_content img {
        width: 48rem;
    }
    /* Автоинвестирование END */


    .bottom-text {
        font-size: 1rem;
        line-height: 1.4;
        color: #333;
        margin: 0 auto;
        width: 100%;
        margin-top: 2.5rem;
    }

    .top-text {
        font-size: 1rem;
        line-height: 1.4;
        color: #333;
        margin-top: -3rem;
        width: 100%;
    }

    .year-bottom {
        font-size: 1.5rem;
        line-height: 1.4;
        color: #333;
        margin: 0 auto;
        margin-top: 2.5rem;
        font-weight: 600;
    }

    .year-top {
        font-size: 1.5rem;
        line-height: 1.4;
        color: #333;
        margin: 0 auto;
        margin-top: 0.5rem;
        font-weight: 600;
    }


}
@media only screen and (max-width: 1440px) {

    /*
    .earn_dividends{
        padding: 0 4.5rem;
    }
     */
}

@media only screen and (max-width: 1280px) {

    /* sistems */
    .btn-md48-tpl2 {
        /*min-height: 3rem;*/
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 2rem;
        padding: 2rem 3rem;
        border-radius: 16px;
        font-weight: 300;
    }
    .container {
        padding: 0 2.5rem;
    }
    /* sistems end */

    .breadcrumbs {
        margin-bottom: 15rem;
    }

    /*   H1 Block */
    .top-container {
        background-image: url('/images/layout-container/1/1920.jpg');
    }
    .container__h1{
        margin-top: 29rem;
    }
    .container__h1_label{
        display: none;
    }
    h1{
        text-align: center;
        font-size: 7.6rem;
        font-weight: 400;
        line-height: 6.75rem;
    }
    .h1_percent{
        font-weight: 600;
    }
    .container__h2_label{
        margin: 3.10rem;
        font-size: 3.10rem;
        font-weight: 300;
        line-height: 1.75rem;
    }
    /*   H1 Block END */


    /*   top Board */
    .top-boards {
        margin-top: 10rem;
        margin-bottom: 8rem;
    }
    .top-board-item {
        padding: 2rem;
    }
    .top-board-item__title {
        font-size: 2.7rem;
        margin-bottom: 1.1rem;
    }
    .top-board-item__desc {
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 1.75rem;
    }
    .top-board-item__hr {
        margin-bottom: 1.1rem;
    }
    /*   top Board END */


    /*  investment products  */
    .investment_products__item_title {
        font-size: 3.2rem;
    }
    .investment_products__item_desc {
        font-size: 2rem;
        line-height: 2.25rem;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        max-width: 66%;
    }
    .investment_products li img{
        height: 29rem;
        width: unset;
        position: absolute;
        bottom: 0;
        right: 0;
        align-self: flex-end;
        /* object-fit: contain; */
    }
    .investment_products li .img_1{
        right: -1rem;
    }
    .investment_products li .img_2{
       right: -6rem;
       top: 3rem;
       height: 25rem;
    }
    .investment_products li .img_3{
        right: -7rem;
        height: 24rem;
    }
    .investment_products li .img_4{
        right: -5rem;
        height: 28rem;
    }
    /*  investment products  end */


    .bloc_title{
        font-size: 3.5rem;
        font-weight: 300;
        line-height: 2.75rem;
        margin-bottom: 1.75rem;
    }

    /*   start-easy  */
    .start-easy{

    }
    .start-easy li {
        padding: 2.5rem 2rem 7rem 2rem;
    }
    .start-easy__title {
        font-size: 2.75rem;
        line-height: 3rem;
        font-weight: 400;
    }
    .start-easy__desc {
        line-height: 3rem;
        margin-top: 3rem;
        margin-bottom: 0rem;
        font-size: 5rem;
    }
    /*   start-easy  END */



    /* Автоинвестирование */
    .section_autoinvest{
        padding-top: 5.5rem;
    }
    .autoinvest_content {
        position: unset;
        display: flex;
        padding: 2.5rem 3.5rem 3.75rem 3.5rem;
        overflow: hidden;
    }

    .autoinvest_content__info{
        max-width: 45rem;
        position: relative;
        z-index: 5;
    }

    .autoinvest_content__title {
        font-size: 3rem;
        font-weight: 400;
        line-height: 6rem;
    }
    .autoinvest_content__desc{
        font-size: 2rem;
        font-weight: 300;
        line-height: 2.5rem;
        padding-bottom: 2rem;
    }
    .autoinvest_btn {
        row-gap: 0.75rem;
        flex-direction: column;
        row-gap: 0.5;
        display: flex;
        column-gap: 0.25rem;
    }
    .autoinvest_content img {
        width: 45rem;
        height: unset;
        transform: unset;
        object-fit: contain;
        align-self: flex-end;
        position: absolute;
        bottom: 6px;
        right: 17px;
        top: unset;
        z-index: 3;
    }
    /* Автоинвестирование */


    /*  Инвестируйте в акции и зарабатывайте на дивидендах */
    .earn_dividends{
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(/images/bg_gradient.png) !important;
        /* padding: 0 4.25rem; */
    }
    .earn_dividends__block{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 1.25rem;
    }
    .earn_dividends__title{
        font-size: 2.5rem;
        font-weight: 300;
        line-height: 2.5rem;
        margin-bottom: 0rem;
    }
    .earn_dividends__desc{
        font-weight: 300;
        margin-top: 1.25rem;
        font-size: 1.5rem;
        line-height: 1.75rem;
    }
    .earn_dividends__items{
        /*
        display: flex;
        flex-direction: column;
        row-gap: 1.25rem;
        display: grid
        grid-template-columns: 1fr 1fr;
        column-gap: 1.25rem;
        row-gap: 1.25rem;
        grid-column: span 2;
        align-self: flex-start;
        margin-top: 1.5rem;
        */

        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 1.25rem;
        row-gap: 1.25rem;
        grid-column: span 2;
        align-self: flex-start;
    }
    .earn_dividends__items li{
        background: var(--color-white-2);
        padding: 1rem;
        border-radius: 14px;
    }
    .earn_dividends__items-num span{
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 3rem;
        height: 3rem;
        border-radius: 50%;
        background-color: var(--color-green-4);
        color: var(--color-dark);
        font-size: 2rem;
    }
    .earn_dividends__items-desc{
        padding: 1rem 0rem;
        font-size: 1.75rem;
        line-height: 2.2rem;
        font-weight: 300;
    }
    .earn_dividends__items-desc .b-grin{
        color: var(--color-green-3);
        font-weight: 600;
    }
    /*  Инвестируйте в акции и зарабатывайте на дивидендах END */


    .graphic_content{
        display: flex;
        column-gap: 3.25rem;
    }

    .graphic_content__info {
        width: 60rem;
    }
    .download-documents {
        gap: 0.25rem;
        font-size: 1rem;
    }

    .security_desktop{
        display: block;
    }

    .security_mobile{
        display: none;
    }


    /*  страница Инвестировать в Финин */
    /* Стратегия на 2025-2026 г. */

    .strategy_content_title label{
        font-size: 2.75rem;
        font-weight: 300;
        line-height: 2rem;
    }
    .strategy_content_title label br{
        display: none;
    }

    .strategy_content_title p{
        font-size: 1.35rem;
        font-weight: 300;
        margin-top: 1.5rem;
    }

    .strategy_content_items{
        flex-direction: column;
        grid-column-gap: 1.25rem;
        grid-row-gap: 1.25rem;
    }
    .strategy_content_items li{
        padding: 3rem 1.5rem 1.75rem 1.5rem;
    }
    .strategy_content_items_content{
        width: 15rem;
    }
    .strategy_content_items__title{
        font-size: 1.80rem;
        font-weight: 300;
    }
    .strategy_content_items__desc{
        font-size: 1.35rem;
        font-weight: 300;
        line-height: 1.75rem;
        margin-top: 0.75rem;
    }
    .strategy_content_items li img {
        position: absolute;
        bottom: 0;
        right: 0rem;
        top: 0;
        width: 12rem;
        align-self: flex-end;
    }
    .strategy_content_items li .img-1 {
        /* width: 10rem;*/
    }
    .strategy_content_items li .img-2 {
        /* width: 10rem; */
    }
    .strategy_content_items li .img-3 {

    }


    .video-section{
        padding-top: 0rem;
    }

    .video-section .slider-controls{
        /*
        display: flex;
        column-gap: 0.5rem;
        align-items: center;
        */
    }

    .bottom-text {
        font-size: 1rem;
        line-height: 1.4;
        color: #333;
        margin: 0 auto;
        width: 100%;
        margin-top: 2.5rem;
    }

    .top-text {
        font-size: 1rem;
        line-height: 1.4;
        color: #333;
        margin-top: -4rem;
        width: 100%;
    }

    .year-bottom {
        font-size: 1.5rem;
        line-height: 1.4;
        color: #333;
        margin: 0 auto;
        margin-top: 2.5rem;
        font-weight: 600;
    }

    .year-top {
        font-size: 1.5rem;
        line-height: 1.4;
        color: #333;
        margin: 0 auto;
        margin-top: 0.5rem;
        font-weight: 600;
    }

}

@media only screen and (max-width: 1025px) {

    /* sistems */
    .btn-md48-tpl2 {
        /*min-height: 3rem;*/
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 2rem;
        padding: 1.6rem 4rem;
        border-radius: 12px;
        font-weight: 400;
    }
    /* sistems end */

    .breadcrumbs {
        /* margin-bottom: 1.5rem; */
        margin-bottom: 5rem;
    }

    /*   H1 Block  */
    .top-container{
        background-image: url('/images/layout-container/1/1024.jpg');
    }

    .container__h1{
        display: flex;
        flex-direction: column;
        align-items: unset;
        justify-content: unset;
        margin-top: 1.4rem;
    }
    .container__h1_label{
        display: block;
        font-size: 2rem;
        font-weight: 300;
        padding-bottom: 1rem;
    }
    h1{
        text-align: unset;
        font-size: 4.8rem;
        font-weight: 300;
        line-height: 5rem;
    }
    .h1_percent{
        font-weight: 500;
    }
    .container__h2_label{
        display: none;
    }
    /*   H1 Block END */


    /*   top Board */
    .top-boards {
        margin-top: 6rem;
        margin-bottom: 2rem;
    }
    .top-board-item {
        padding: 2rem;
    }
    .top-board-item__title {
        font-size: 2.7rem;
        margin-bottom: 1rem;
    }
    .top-board-item__desc {
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 2.4rem;
    }
    .top-board-item__hr {
        margin-bottom: 1rem;
    }
    /*   top Board END */


    /*  investment products  */
    .investment_products{
        display: flex;
        flex-direction: column;
        row-gap: 1.25rem;
    }
    .investment_products li{
        flex-direction: column;
        position: relative;
        padding: 2.5rem 2.25rem 2rem 2.25rem;
    }
    .investment_products__item_title {
        font-size: 3rem;
        font-weight: 300;
        line-height: 2.75rem;
        color: var(--color-dark);
    }
    .investment_products__item_desc {
        font-size: 1.5rem;
        line-height: 2rem;
        font-weight: 300;
        margin-top: 0.5rem;
        margin-bottom: 1rem;
        max-width: 66%;
    }
    .investment_products__item_desc .b-grin{
        font-weight: 500;
        color: var(--color-green-3);
    }
    .investment_products__item_desc .b-dark{
        font-weight: 500;
        color: var(--color-dark);
    }
    .product-items__btn_container{
        display: flex;
        align-items: center;
        column-gap: 0.25rem;
    }
    .investment_products li img{
        height: 22rem;
        width: unset;
        position: absolute;
        bottom: 0;
        right: 0;
        align-self: flex-end;
        /* object-fit: contain; */
    }
    .investment_products li .img_2{
        right: -3.5rem;
        top: 1rem;
    }
    .investment_products li .img_3{
        right: -2rem;
        height: 18rem;
    }
    .investment_products li .img_4{
        right: -1rem;
        height: 23rem;
    }
    /*  investment products  end */

    .bloc_title{
        font-size: 3.5rem;
        font-weight: 300;
        line-height: 2.75rem;
        margin-bottom: 1.75rem;
    }

    /*   start-easy  */
    .start-easy{

    }
    .start-easy li {
        padding: 4rem 3rem 4.5rem 3rem;
    }
    .start-easy__title {
        font-size: 2.2rem;
        line-height: 1rem;
        font-weight: 300;
    }
    .start-easy__desc {
        line-height: 3rem;
        margin-top: 3rem;
        margin-bottom: 0rem;
        font-size: 5rem;
    }
    /*   start-easy  END */

    /* Автоинвестирование */
    .section_autoinvest{
        padding-top: 1.5rem;
    }
    .autoinvest_content {
        flex-direction: column;
        padding-top: 1.25rem;
        background: var(--color-white-2);
        padding: 1rem 1.5rem 47rem 1.5rem;
        position: relative;
        overflow: hidden;
        /* padding-bottom: 1rem !important; */
        flex-direction: column;
        gap: 3rem;
    }
    .autoinvest_content__title {
        font-size: 3.25rem;
        font-weight: 300;
        line-height: 8rem;
    }
    .autoinvest_content__desc{
        font-size: 2rem;
        font-weight: 300;
        line-height: 2.5rem;
        padding-bottom: 2rem;
    }
    .autoinvest_btn {
        row-gap: 0.75rem;
        flex-direction: column;
        row-gap: 0.5;
        display: flex;
        column-gap: 0.25rem;
    }
    .autoinvest_content img {
        width: 50rem;
        height: unset;
        transform: unset;
        object-fit: contain;
        align-self: flex-end;
        position: absolute;
        bottom: 0px;
        right: 0px;
        top: unset;
        z-index: 3;
        max-width: unset;
    }
    /* Автоинвестирование */


    /*  Инвестируйте в акции и зарабатывайте на дивидендах */
    .earn_dividends{
        /* padding: 0 2.5rem;*/
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(/images/bg_gradient.png) !important;
    }
    .earn_dividends__block{
        display: flex;
        flex-direction: column;
        row-gap: 0.5rem;
        grid-template-columns: 2fr 1fr 1fr;
        column-gap: 8rem;
        margin-top: 0rem;
        padding-bottom: 1.5rem;
    }
    .earn_dividends__title{
        font-size: 2.5rem;
        font-weight: 300;
        line-height: 2.5rem;
        margin-bottom: 0rem;
        max-width: unset;
    }
    .earn_dividends__desc{
        font-weight: 300;
        margin-top: 1.25rem;
        font-size: 1.5rem;
        line-height: 1.75rem;
    }
    .earn_dividends__items{
        display: flex;
        flex-direction: column;
        row-gap: 1.25rem;
        display: grid
        grid-template-columns: 1fr 1fr;
        column-gap: 1.25rem;
        row-gap: 1.25rem;
        grid-column: span 2;
        align-self: flex-start;
        margin-top: 1.5rem;
    }
    .earn_dividends__items li{
        background: var(--color-white-2);
        padding: 1rem;
        border-radius: 14px;
    }
    .earn_dividends__items-num span{
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 3rem;
        height: 3rem;
        border-radius: 50%;
        background-color: var(--color-green-4);
        color: var(--color-dark);
        font-size: 2rem;
    }
    .earn_dividends__items-desc{
        padding: 1rem 0rem;
        font-size: 1.75rem;
        line-height: 2.2rem;
        font-weight: 300;
    }
    .earn_dividends__items-desc .b-grin{
        color: var(--color-green-3);
        font-weight: 600;
    }
    /*  Инвестируйте в акции и зарабатывайте на дивидендах END */


    /* Video Slider */
    .invest-slider_desktop {
        display: none;
    }
    .invest-slider_mobile {
        display: block;
    }


    .graphic_content .download-documents {
        gap: 0.25rem;
        font-size: 1.25rem;
    }

    .graphic_content {
        display: unset;
    }

    .graphic_content__info {
        width: unset;
    }

    .graphic_content__info_title {
        font-size: 2.25rem;
        font-weight: 500;
        line-height: 1.75rem;
        margin: 1.5rem 0 0.75rem;
    }

    .graphic__title label {
        font-size: 2.25rem;
        font-weight: 500;
        line-height: 1.75rem;
        margin: 1.5rem 0 0.75rem;
    }

    .graphic__title p{
        font-size: 1.25rem;
        font-weight: 300;
        line-height: 1.75rem;
        margin: 1.5rem 0 0.75rem;
    }

    .security_desktop{
        display: none;
    }

    .security_mobile{
        display: block;
    }


    /*  страница Инвестировать в Финин */
    .benefits_bloc_title {
        font-size: 1.55rem;
        font-weight: 300;
        line-height: 2.75rem;
        margin-bottom: 1.25rem;
    }

    .sale-carts {
        display: flex !important;
    }

    .benefitsList1024 .sale-cart-5  .sale-cart__title
    {
        font-size: 1.55rem;
        line-height: 2rem;
        font-weight: 300;
        color: var(--color-dark);
    }

    .benefitsList1024 .sale-cart-5  .sale-cart__desc
    {
        font-size: 1rem;
        margin-top: 1rem;
        font-weight: 300;
        line-height: 1.5rem;
        color: var(--color-dark);
    }

    .benefitsList1024 .sale-cart-1  .sale-cart__title,
    .benefitsList1024 .sale-cart-2  .sale-cart__title,
    .benefitsList1024 .sale-cart-3  .sale-cart__title,
    .benefitsList1024 .sale-cart-4  .sale-cart__title
    {
        font-size: 1.15rem;
        line-height: 2rem;
        font-weight: 400;
        color: var(--color-dark);
    }

    .benefitsList1024 .sale-cart-1  .sale-cart__desc,
    .benefitsList1024 .sale-cart-2  .sale-cart__desc,
    .benefitsList1024 .sale-cart-3  .sale-cart__desc,
    .benefitsList1024 .sale-cart-4  .sale-cart__desc
    {
        font-size: 0.8rem;
        margin-top: 0.5rem;
        font-weight: 400;
        line-height: 1.5rem;
        color: var(--color-dark);
    }

    .benefits-list li{
        background-color: var(--color-white-2);
        position: relative;
        padding-top: 4.5rem;
        padding-bottom: 4rem;
        padding: 1.5rem;
        border-radius: 2rem;
        border: 0rem;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }
    /* 5 преимуществ владеть акциями ФИНИН END*/



    /* Стратегия на 2025-2026 г. */
    .strategy_content_title label{
        font-size: 1.85rem;
        font-weight: 300;
        line-height: 2rem;
    }
    .strategy_content_title p{
        font-size: 1.35rem;
        font-weight: 300;
        margin-top: 1.5rem;
    }

    .strategy_content_items{
        flex-direction: column;
        grid-column-gap: 1.25rem;
        grid-row-gap: 1.25rem;
    }
    .strategy_content_items li{
        padding: 5.65rem 1.5rem 4.55rem 1.5rem;;
    }
    .strategy_content_items_content{
        width: 30rem;
    }
    .strategy_content_items__title{
        font-size: 3rem;
        font-weight: 300;
    }
    .strategy_content_items__desc{
        font-size: 1.75rem;
        font-weight: 300;
        line-height: 2.25rem;
        margin-top: 1rem;
    }
    .strategy_content_items li img {
        position: absolute;
        bottom: 0;
        right: -1rem;
        top: 0;
        width: 15rem;
        align-self: flex-end;
    }
    .strategy_content_items li .img-1 {
        /* width: 10rem;*/
    }
    .strategy_content_items li .img-2 {
        /* width: 10rem; */
        right: -1rem;
    }
    .strategy_content_items li .img-3 {
        width: 18rem;
    }


    /*   Акции   */
    .stock_content {

    }

    .stock_content_items li {
        background-color: var(--color-white-2);
        border-radius: 24px;
        flex-direction: row;
        position: relative;
        padding: 1.75rem 1.75rem 1rem 1.75rem;
        margin-bottom: 0.5rem;
    }

    .stock_content_items__title {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        row-gap: 0;
    }

    .stock_content_items li label {
        font-size: 1.35rem;
        font-weight: 400;
    }

    .stock_content_items li{
        display: list-item;
    }

    .stock_content_items li p{
        font-size: 2.40rem;
        margin-top: 1rem;
        font-weight: 300;
    }
    .stock_content_items li p.b_green{
        font-size: 1.35rem;
        font-weight: 400;
        color: var(--color-green-3);
    }
    .stock_content_items li p.b_green span{
        font-size: 2.40rem;
        font-weight: 300;
    }
    .stock_content_second_block{
        font-size: 3rem;
        font-weight: 400;
        line-height: 2.75rem;
        padding: 2rem;
        border-radius: 24px;
        padding-bottom: 36rem;

    }

    .stock_content_second_block_items{
        font-size: 1.5rem;
        font-weight: 300;
        line-height: 1.75rem;
        padding-top: 2.5rem;
        padding-bottom: 1.5rem;
    }

    .stock_content_second_link{
        color: var(--color-green-3);
        font-size: 1.75rem;
        padding-top: 1rem;
        text-align: center;
    }

    .stock_content_second_block_items .b-green{
        /* font-size: 0.95rem;*/
        font-weight: 600;
        line-height: 1.75rem;
        color: var(--color-green-3);
    }


    .stock_content_second_block img{
        width: 40rem;
        height: unset;
        transform: unset;
        object-fit: contain;
        align-self: flex-end;
        position: absolute;
        bottom: 0px;
        right: 0px;
        top: unset;
        left: 4rem;
    }
    /*   Акции   END */



    /*   видео */
    .video-section{
        padding-top: 0rem;
    }

    .video-section .slider-controls{
        /*
        display: flex;
        column-gap: 0.5rem;
        align-items: center;
        */
    }

    .video-swiper .col4-slide {
        padding: 0rem;
    }

    .video-swiper__title {
        font-size: 1.5rem;
        padding: 0.75rem 1rem 0.5rem 1rem;
    }

    .video-swiper__title p{
        font-size: 1rem;

    }
    /*   видео END*/

    .history-wrapper__title{
        margin-bottom: 1rem;
        font-size: 1.85rem;
        font-weight: 300;
        line-height: 2.75rem;
    }
    .year-top{
        font-size: 1.1rem;
        line-height: 1.4;
        color: #333;
        margin: unset;
        margin-top: 0.20rem;
        font-weight: 600;
        text-align: left;
    }

    .bottom-text {
        font-size: 1rem;
        padding: 0px;
        margin: 0px;
        font-weight: 400;
    }
}

@media only screen and (max-width: 768px) {
    /*  страница Инвестировать в Финин */
    .benefits_bloc_title {
        font-size: 3rem;
        font-weight: 300;
        line-height: 3.5rem;
        margin-bottom: 2rem;
    }

    .sale-carts {
        display: flex !important;
    }

    .benefitsList375 .sale-cart-1  .sale-cart__title
    {
        font-size: 2.75rem;
        line-height: 2.75rem;
        font-weight: 400;
        color: var(--color-dark);
    }

    .benefitsList375 .sale-cart-1  .sale-cart__desc
    {
        font-size: 1.75rem;
        margin-top: 1rem;
        font-weight: 400;
        line-height: 2.25rem;
        color: var(--color-dark);
    }

    .benefitsList375 .sale-cart-2  .sale-cart__title,
    .benefitsList375 .sale-cart-3  .sale-cart__title,
    .benefitsList375 .sale-cart-4  .sale-cart__title,
    .benefitsList375 .sale-cart-5  .sale-cart__title
    {
        font-size: 1.85rem;
        line-height: 2rem;
        font-weight: 400;
        color: var(--color-dark);
    }

    .benefitsList375 .sale-cart-2  .sale-cart__desc,
    .benefitsList375 .sale-cart-3  .sale-cart__desc,
    .benefitsList375 .sale-cart-4  .sale-cart__desc,
    .benefitsList375 .sale-cart-5  .sale-cart__desc
    {
        font-size: 1.45rem;
        margin-top: 1rem;
        font-weight: 300;
        line-height: 1.75rem;
        color: var(--color-dark);
    }

    .benefits-list li{
        background-color: var(--color-white-2);
        position: relative;
        padding-top: 4.5rem;
        padding-bottom: 4rem;
        padding: 1.5rem;
        border-radius: 2rem;
        border: 0rem;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }
    /* 5 преимуществ владеть акциями ФИНИН END*/
}
@media only screen and (max-width: 479px) {

    /* sistems */
    .btn-md48-tpl2 {
        /*min-height: 3rem;*/
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1rem;
        padding: 0.6rem 2rem;
        border-radius: 12px;
        font-weight: 400;
    }

    .container {
        padding: 0 1.25rem;
    }

    section {
        padding-top: 4.25rem;
    }

    /* sistems end */
    .breadcrumbs {
        margin-bottom: 1.5rem;
    }

    /*   H1 Block */
    .top-container {
        background-image: url('/images/layout-container/1/375.jpg');
    }

    .top-section {
        padding-top: 5rem;
    }

    .container__h1 {
        display: flex;
        flex-direction: column;
        align-items: unset;
        justify-content: unset;
    }

    .container__h1_label {
        display: block;
        font-size: 0.95rem;
        font-weight: 300;
        padding-bottom: 0.5rem;
    }

    h1 {
        font-size: 2.4rem;
        font-weight: 300;
        line-height: 2.4rem;
    }

    .h1_percent {
        font-weight: 500;
    }

    .container__h2_label {
        display: none;
    }

    /*   H1 Block END */
    /*   top Board */
    .top-boards {
        margin-top: 4rem;
        margin-bottom: 0rem;
    }

    .top-board-item {
        padding: 1rem;
    }

    .top-board-item__title {
        font-size: 1.35rem;
        margin-bottom: 0.5rem;
    }

    .top-board-item__desc {
        font-size: 0.8rem;
        font-weight: 400;
        line-height: 1.2rem;
    }

    .top-board-item__hr {
        margin-bottom: 0.5rem;
    }

    /*   top Board  END */
    /*  investment products  */
    .investment_products {
        display: flex;
        flex-direction: column;
        row-gap: 1.25rem;
    }

    .investment_products li {
        flex-direction: column;
        position: relative;
        padding: 0.5rem 1.25rem 1rem 1.25rem;
    }

    .investment_products__item_title {
        font-size: 1.75rem;
        font-weight: 300;
        line-height: 2.75rem;
        color: var(--color-dark);
    }

    .investment_products__item_desc {
        font-size: 1rem;
        line-height: 1.20rem;
        font-weight: 300;
        margin-top: 0.5rem;
        margin-bottom: 1rem;
        max-width: 66%;
    }

    .investment_products__item_desc .b-grin {
        font-weight: 500;
        color: var(--color-green-3);
    }

    .investment_products__item_desc .b-dark {
        font-weight: 500;
        color: var(--color-dark);
    }

    .product-items__btn_container {
        display: flex;
        align-items: center;
        column-gap: 0.25rem;
    }

    .investment_products li img {
        height: 15rem;
        width: unset;
        position: absolute;
        bottom: 0;
        right: 0;
        align-self: flex-end;
        /* object-fit: contain; */
    }

    .investment_products li .img_1 {
        right: 0rem;
    }

    .investment_products li .img_2 {
        right: -3.5rem;
        height: 14rem;
    }

    .investment_products li .img_3 {
        right: -2rem;
        height: 12rem;
    }

    .investment_products li .img_4 {
        right: -3rem;
        height: 16rem;
    }

    /*  investment products  end */
    .bloc_title {
        font-size: 1.85rem;
        font-weight: 300;
        line-height: 2.75rem;
        margin-bottom: 0.6rem;
    }


    /*   start-easy  */
    .start-easy {

    }

    .start-easy li {
        position: relative;
        padding: 1.75rem;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
        border-radius: 2rem;
        border: 0rem;
        background-color: rgba(244, 245, 247, 1);
        overflow: hidden;
        color: var(--color-dark);
    }

    .start-easy__title {
        font-size: 1.2rem;
        line-height: 1rem;
        font-weight: 300;
    }

    .start-easy__desc {
        color: var(--color-green-3) !important;
        font-weight: 600;
        line-height: 3rem;
        margin-top: 1rem;
        margin-bottom: 0rem;
        font-size: 2.70rem;
    }

    /*   start-easy  END */
    /* Автоинвестирование */
    .section_autoinvest {
        padding-top: 1.5rem;
    }

    .autoinvest_content {
        flex-direction: column;
        padding-top: 1.25rem;
        background: var(--color-white-2);
        padding: 1rem 1.5rem 22rem 1.5rem;
        position: relative;
        overflow: hidden;
        /* padding-bottom: 1rem !important; */
        flex-direction: column;
        gap: 3rem;
    }

    .autoinvest_content__title {
        font-size: 1.6rem;
        font-weight: 300;
        line-height: 3rem;
        color: var(--color-black-800);
    }

    .autoinvest_content__desc {
        font-size: 0.9rem;
        font-weight: 300;
        line-height: 1.25rem;
        padding-bottom: 0.75rem;
        color: var(--color-black-800);
    }

    .autoinvest_btn {
        row-gap: 0.75rem;
        flex-direction: column;
        row-gap: 0.5;
        display: flex;
        column-gap: 0.25rem;
    }

    .autoinvest_content img {
        width: 25rem;
        height: unset;
        transform: unset;
        object-fit: contain;
        align-self: flex-end;
        position: absolute;
        bottom: 0px;
        right: -0.75rem;
        top: unset;
        z-index: 3;
    }

    /* Автоинвестирование */
    /*  Инвестируйте в акции и зарабатывайте на дивидендах */
    .earn_dividends {
        /* padding: 0 1.25rem;*/
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(/images/bg_gradient.png) !important;
    }

    .earn_dividends__block {
        display: flex;
        flex-direction: column;
        row-gap: 0.5rem;
        grid-template-columns: 2fr 1fr 1fr;
        column-gap: 8rem;
        margin-top: 0rem;
        padding-bottom: 1.5rem;
    }

    .earn_dividends__title {
        font-size: 1.6rem;
        font-weight: 300;
        line-height: 1.75rem;
        margin-bottom: 0rem;
    }

    .earn_dividends__desc {
        font-weight: 300;
        margin-top: 1.25rem;
        font-size: 0.95rem;
        line-height: 1.25rem;
    }

    .earn_dividends__items {
        display: flex;
        flex-direction: column;
        row-gap: 1.25rem;
        display: grid
        grid-template-columns: 1fr 1fr;
        column-gap: 1.25rem;
        row-gap: 1.25rem;
        grid-column: span 2;
        align-self: flex-start;
        margin-top: 1.5rem;
    }

    .earn_dividends__items li {
        background: var(--color-white-2);
        padding: 1rem;
        border-radius: 14px;
    }

    .earn_dividends__items-num span {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 2.25rem;
        height: 2.25rem;
        border-radius: 50%;
        background-color: var(--color-green-4);
        color: var(--color-dark);
        font-size: 1.25rem;
    }

    .earn_dividends__items-desc {
        padding: 1rem 0rem;
        font-size: 1.1rem;
        line-height: 1.5rem;
        font-weight: 400;
    }

    .earn_dividends__items-desc .b-grin {
        color: var(--color-green-3);
        font-weight: 600;
    }

    .investment-warning {
        display: flex;
        align-items: start;
        justify-content: center;
        gap: 0.5rem;
        padding-bottom: 0rem;
        padding-top: 1rem;
        font-size: 0.8rem;
    }

    /*  Инвестируйте в акции и зарабатывайте на дивидендах END */
    /*  графика */
    .graphic_content {
        color: var(--color-dark);
        display: flex;
        column-gap: 3rem;
        border-radius: 1.25rem;
        position: relative;
        width: calc(100% + 2.5rem);
        left: -1.25rem;
        padding: 0rem 1.25rem;
        row-gap: 2rem;
        flex-direction: column;
    }

    .graphic_content__info {
        color: var(--color-dark);
        /*display: flex;*/
        column-gap: 3rem;
        border-radius: 1.25rem;
        position: relative;
        width: calc(100% + 2.5rem);
        left: -1.25rem;
        padding: 0rem 1.25rem;
        row-gap: 2rem;
        flex-direction: column;
    }

    .graphic_content__info-title {
    }

    .static-content {
        width: unset;
        flex-shrink: 0;
    }

    .statistic-block {
        position: relative;
        width: calc(100% + 2.5rem);
        left: -1.25rem;
        padding: 3rem 1.25rem;
        row-gap: 2rem;
    }

    .graphic_content .content-desc {
        padding: 0rem 1rem;
    }

    .graphic_content .download-documents {
        gap: 0.5rem;
    }

    .graphic_content .download-documents {
        gap: 0.25rem;
        font-size: 0.75rem;
    }

    .graphic_content__info_title {
        font-size: 2.25rem;
        font-weight: 500;
        line-height: 1.75rem;
        margin: 1.5rem 0 0.75rem;
    }

    .graphic__title label {
        font-size: 2.25rem;
        font-weight: 500;
        line-height: 1.75rem;
        margin: 1.5rem 0 0.75rem;
    }

    .graphic__title p {
        font-size: 1.25rem;
        font-weight: 300;
        line-height: 1.75rem;
        margin: 1.5rem 0 0.75rem;
    }

    .security_desktop {
        display: none;
    }

    .security_mobile {
        display: block;
    }

    /*  графика END  */
    /*  страница Инвестировать в Финин */

    /* 5 преимуществ владеть акциями ФИНИН */
    .sale-carts {
        display: flex !important;
    }

    .benefitsList375 .sale-cart-1  .sale-cart__title
    {
        font-size: 1.65rem;
        line-height: 2rem;
        font-weight: 300;
        color: var(--color-dark);
    }

    .benefitsList375 .sale-cart-1  .sale-cart__desc
    {
        font-size: 1.05rem;
        margin-top: 1rem;
        font-weight: 400;
        line-height: 1.5rem;
        color: var(--color-dark);
    }

    .benefitsList375 .sale-cart-2  .sale-cart__title,
    .benefitsList375 .sale-cart-3  .sale-cart__title,
    .benefitsList375 .sale-cart-4  .sale-cart__title,
    .benefitsList375 .sale-cart-5  .sale-cart__title
    {
        font-size: 1.35rem;
        line-height: 2rem;
        font-weight: 400;
        color: var(--color-dark);
    }

    .benefitsList375 .sale-cart-2  .sale-cart__desc,
    .benefitsList375 .sale-cart-3  .sale-cart__desc,
    .benefitsList375 .sale-cart-4  .sale-cart__desc,
    .benefitsList375 .sale-cart-5  .sale-cart__desc
    {
        font-size: 0.95rem;
        margin-top: 1rem;
        font-weight: 300;
        line-height: 1.5rem;
        color: var(--color-dark);
    }

    .benefits-list li{
        background-color: var(--color-white-2);
        position: relative;
        padding-top: 4.5rem;
        padding-bottom: 4rem;
        padding: 1.5rem;
        border-radius: 2rem;
        border: 0rem;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    /* 5 преимуществ владеть акциями ФИНИН END*/



    /* Стратегия на 2025-2026 г. */
    .strategy_content_title label {
        font-size: 1.65rem;
        font-weight: 300;
        line-height: 2rem;
    }

    .strategy_content_title p {
        font-size: 1.35rem;
        font-weight: 300;
        margin-top: 1.5rem;
    }

    .strategy_content_items {
        flex-direction: column;
        grid-column-gap: 1.25rem;
        grid-row-gap: 1.25rem;
    }

    .strategy_content_items li {
        background-color: var(--color-white-2);
        border-radius: 14px;
        padding: 3.65rem 1.5rem 2.55rem 1.5rem;
        position: relative;
        overflow: hidden;
    }

    .strategy_content_items_content {
        width: 10rem;
        row-gap: 0;
    }

    .strategy_content_items__title {
        font-size: 1.6rem;
        font-weight: 300;
    }

    .strategy_content_items__desc {
        font-size: 0.93rem;
        font-weight: 300;
        line-height: 1.25rem;
        margin-top: 1rem;
    }

    .strategy_content_items li img {
        position: absolute;
        bottom: 0;
        right: -1rem;
        top: 0;
        width: 10rem;
        align-self: flex-end;
    }

    .strategy_content_items li .img-1 {
        width: 10rem;
    }

    .strategy_content_items li .img-2 {
        width: 10rem;
        right: -1rem;
    }

    .strategy_content_items li .img-3 {
        width: 13rem;
    }


    /*   Акции   */
    .stock_content {

    }

    .stock_content_items li {
        background-color: var(--color-white-2);
        border-radius: 24px;
        flex-direction: row;
        position: relative;
        padding: 1.75rem 1.75rem 1rem 1.75rem;
        margin-bottom: 0.5rem;
    }

    .stock_content_items__title {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        row-gap: 0;
    }

    .stock_content_items li label {
        font-size: 1.35rem;
        font-weight: 400;
    }

    .stock_content_items li{
        display: list-item;
    }

    .stock_content_items li p{
        font-size: 2.40rem;
        margin-top: 1rem;
        font-weight: 300;
    }
    .stock_content_items li p.b_green{
        font-size: 1.35rem;
        font-weight: 400;
        color: var(--color-green-3);
    }
    .stock_content_items li p.b_green span{
        font-size: 2.40rem;
        font-weight: 300;
    }
    .stock_content_second_block{
        font-size: 1.9rem;
        font-weight: 400;
        line-height: 2.75rem;
        padding: 2rem;
        border-radius: 24px;
        padding-bottom: 20rem;
    }

    .stock_content_second_block_items{
        font-size: 0.9rem;
        font-weight: 400;
        line-height: 1.75rem;
    }

    .stock_content_second_link{
        color: var(--color-green-3);
        font-size: 0.8rem;
        padding-top: 1rem;
        text-align: center;
    }

    .stock_content_second_block_items .b-green{
        font-size: 0.95rem;
        font-weight: 600;
        line-height: 1.75rem;
        color: var(--color-green-3);
    }


    .stock_content_second_block img{
        width: 35rem;
        height: unset;
        transform: unset;
        object-fit: contain;
        align-self: flex-end;
        position: absolute;
        bottom: 0px;
        right: 0px;
        top: unset;
        left: 0px;
    }
    /*   Акции   END */



    /*   video  */

    /*
    .video-container {
        width: 100vw;   // ширина экрана
        height: 70vh;  // высота экрана
        overflow: hidden;
    }
    .video-container video {
        max-width: 85%;
        max-height: 85%;
        object-fit: cover;  // полностью заполнит контейнер
    }
    */

    .video-section{
        padding-top: 0rem;
    }

    .video-section .slider-controls{
        /*
        display: flex;
        column-gap: 0.5rem;
        align-items: center;
        */
    }


    .video-swiper .col4-slide {
        padding: 0rem;
        background-color: var(--color-white-2);
    }

    .video-swiper__title{
        font-size: 0.95rem;
        padding: 0.75rem 1rem 0.5rem 1rem;
    }

    .video-swiper__title p{
        font-size: 0.75rem;
    }
    /*   video  */


    .history-wrapper__title{
        margin-bottom: 1rem;
        font-size: 1.85rem;
        font-weight: 300;
        line-height: 2.75rem;
    }
    .year-top{
        font-size: 1.1rem;
        line-height: 1.4;
        color: #333;
        margin: unset;
        margin-top: 0.75    rem;
        font-weight: 600;
        text-align: left;
    }

    .bottom-text {
        font-size: 1rem;
        padding: 0px;
        margin: 0px;
        font-weight: 400;
    }


}



/*





@media screen and (min-width: 1920px) {
    .chart-card-container {
        max-width: unset !important;
    }
}
@media screen and (max-width: 1024px) {
    .product-items__desc {
        font-size: 1rem;
        line-height: 1.1rem;
        font-weight: 300;
    }

    .md-48, .btn-md48 {
        min-height: 2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.9rem;
        padding: 0.6rem 2.2rem;
        border-radius: 16px;
    }

    .autoinvest_content_img {
        position: static;
    }
}
@media screen and (min-width: 1024px) {
    .product-items__desc {
        max-width: 60%;
    }

    .investment-warning {
        display: flex;
    }
}



@media screen and (min-width: 1024px) and (max-width: 1500px) {

    .autoinvest_content {
        max-width: 32rem !important;
    }

}

@media screen and (min-width: 1024px) and (max-width: 1500px) {
    .invest-section {
        grid-template-columns: none;
    }
}

@media screen and (min-width: 1px) and (max-width: 1024px) {

    .product-items .p-40__medium {
        font-size: 1rem;
        font-weight: 600;
    }

    .autoinvest_content {
        flex-direction: column;

    }

    .autoinvest_image {
        position: unset;
        transform: unset;
    }

    .autoinvest_container {
        padding-bottom: 1rem !important;
        flex-direction: column;
        gap: 3rem;
    }

    .invest-section {
        display: none;
        grid-template-columns: none;
    }

    .invest-container-swiper {
        display: block;
    }

    .product-items li {
        padding: 0.25rem;
    }


    .product-items__title {
        font-size: 1.6rem;
        line-height: 2rem;
    }

    .bg-gradient {
        background-image: none;
    }

    .product-items img {
        top: unset;
    }
}

.invest-process-step li {
    padding-bottom: 13rem
}

@media screen and (min-width: 1px) and (max-width: 375px) {
    .container__title {
        text-align: start;
    }

    .container__col {
        align-items: start;
    }

    .static-chart {
        height: 300px;
    }

    .content-desc {
        display: none;
    }
}

@media screen and (min-width: 1px) and (max-width: 479px) {
    .container-desc {
        font-size: 1.5rem;
        line-height: unset;
    }

    .product-item__desc {
        font-size: 1rem;
    }

    .product-gradient-carts li {
        padding: 1rem;
    }

    .invest-process-step li {
        padding-bottom: 0;
    }

    .autoinvest-text {
        font-size: 1.75rem;
    }

    .invest-desc {
        font-size: 1.6rem;
        line-height: 2rem;
    }

    .invest-slider {
        position: unset;
    }

    .download-documents {
        font-size: 0.85rem;
    }


    .top-board-item {

    }
    .top-board-item__title{
        font-size: 1.35rem;
        margin-bottom: 0.75rem;
        line-height: 130%;
        font-weight: 400;
    }
    .top-board-item__desc{

    }
}

@media screen and (max-width: 720px) {
    .content-desc {
        display: flex;
        flex-direction: column;
        row-gap: 1rem;
        font-size: 1.25rem;
        align-items: flex-start;
        padding: 1.5rem;
    }

    .static-content {
        padding: 1.5rem;
    }

    .product-items-loan{
        flex-direction: column !important;
    }
}
@media only screen and (max-width: 1440px) {
    .static-content {
        max-width: 50rem;
    }
}

@media only screen and (max-width: 1025px) {
    .cta-image {
        width: 28rem;
        position: unset;
    }

    .cta-descr {
        font-size: 1.5rem;
    }


    .dividend-items img {
        width: 9rem;
        height: unset;
        align-self: flex-end;
    }

    .cta-block{
        padding: 3rem 2rem 0 2rem !important;
    }
}

@media only screen and (max-width: 479px) {
    .static-charts {
        position: relative;
    }
    .static-content {
        width: 100%;
        flex-shrink: 0;
    }
}
*/