.simple_h {}
.simple_h,.simple_h * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media (max-width: 767px) {
    .simple_h > .__wrap {
        border-bottom: 1px solid #828282;
        padding-bottom: 60px;
    }
}
.simple_h__list.__wrap { margin-bottom: 0; }
.simple_h__item {
    position: relative;
    min-height: 36px;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-style: normal;
    font-weight: 300;
    transition: 0.5s;
}
.simple_h__item.with-link {
    border-bottom: 1px solid #BDBDBD;
    padding-bottom: 60px;
}
.simple_h__item.with-link:hover { border-bottom: 1px solid #E2CD88; }

.simple_h__name {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 22px;
    color: #0C0C0C;
}

.simple_h__name.__img {
    min-height: 62px;
}

.simple_h__text {
    font-size: 15px;
    line-height: 21px;
    color: #4F4F4F;
}
.etf-desc .simple_h__text {
    font-size: 18px;
    line-height: 27px;
    color: #0c0c0c;
}
.simple_h__text p { margin-bottom: 6px; }
.simple_h__text p:last-child { margin-bottom: 0; }

.simple_h__more {
    display: block;
    width: 100%;
    height: 20px;
    top: calc(100% - 20px);
    position: absolute;
    visibility:hidden;
    opacity:0;
    transition:visibility 0.3s linear,opacity 0.3s linear;
    text-align: right;
}

.simple_h__more-button {
    text-decoration: none;
    font-weight: 325;
    padding-right: 30px;
    font-size: 13px;
    text-transform: uppercase;
    color: #0C0C0C;
}

.simple_h__icon {
    color: #002446;
    font-size: 63px;
}


.simple_h__item:hover .simple_h__more {
    visibility:visible;
    opacity:1;
}

.simple_h__more-button:before {
    font-family: 'font-btns';
    display: block;
    font-size: 17px;
    font-weight: lighter;
    color: #E2CD88;
    line-height: 12px;
    content: "\e902";
    width: 19px;
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
}

.simple_h .ideas-container.ahead div p { padding: 0; margin: 0; }
.simple_h .ideas-container.ahead .h1 { margin-bottom: 30px; }
.simple_h .ideas-container.ahead div:not(.h1) { margin: 0; }

@media (max-width: 767px) {
    .simple_h { padding: 30px 0 0 0; }
    .slider-wrapper + [id*="bxdynamic_"] + .simple_h,
    .slider-wrapper + .simple_h { padding-top: 60px; }
    .slider-wrapper + .simple_h.top_30 { padding-top: 30px; }
    .simple_h__item { font-size: 15px; line-height: 18px; margin-bottom: 30px; }
    .simple_h__item:last-child { margin-bottom: 0; }
    .simple_h__more {
        visibility:visible;
        opacity:1;
    }
}
@media (min-width: 768px) {
    .simple_h { padding-top: 60px; padding-bottom: 60px; }
    .slider-wrapper + [id*="bxdynamic_"] + .simple_h,
    .slider-wrapper + .simple_h { padding-top: 60px; }
    .slider-wrapper + .simple_h.top_30 { padding-top: 30px; }
    .simple_h__list { display: flex; display: -ms-flexbox; flex-flow: row wrap; /*align-items: stretch;*/ }
    .simple_h__item { width: calc((100% - 60px) / 3); margin-right: 30px; margin-bottom: 30px; }
    .simple_h__item:last-child { margin-right: 0; }
    .simple_h__item:nth-last-child(2),
    .simple_h__item:nth-last-child(3),
    .simple_h__item:last-child { margin-bottom: 0; }

    .simple_h__item:first-child:nth-last-child(2n),
    .simple_h__item:first-child:nth-last-child(2n) ~ .simple_h__item { width: calc((100% - 30px) / 2); }

    .simple_h__list.columns-1 .simple_h__item:nth-last-child(n) { width: 100%; margin-right: 0; }
    .simple_h__list.columns-1 .simple_h__item { margin-bottom: 30px; }
    .simple_h__list.columns-1 .simple_h__item:last-child { margin-bottom: 0; }

    .simple_h .ideas-container.ahead:not(.__desc) .h1,
    .simple_h .ideas-container.ahead div:not(.h1) { padding-bottom: 30px; }
}