/**/
.gen-aging__inner {
    padding: 40px 0px;
}

@media (min-width: 768px) {
    .gen-aging__inner {
        padding: 40px 20px;
    }
}

@media (min-width: 1024px) {
    .gen-aging__inner {
        padding: 40px;
    }
}

.gen-aging__bg {
    padding-top: 40px;
    overflow: hidden;
    border-radius: 10px;
    background: #d6f3ff url(../img/aktivnoe-dolgoletie/backgr_bg.jpg) no-repeat top center;
}

@media (min-width: 480px) {
    .gen-aging__bg {
        padding-top: 80px;
    }
}

@media (min-width: 1024px) {
    .gen-aging__bg {
        padding-top: 110px;
    }
}

.gen-aging__title {
    font-family: 'Gotham Pro';
    font-weight: 500;
    font-size: 32px;
    color: #2770ff;
    text-align: center;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .gen-aging__title {
        font-size: 47px;
    }
}

@media (min-width: 1024px) {
    .gen-aging__title {
        font-size: 64px;
        margin-bottom: 40px;
    }
}

.gen-aging__caption {
    font-family: 'Roboto';
    font-weight: 300;
    color: #333333;
    font-size: 19px;
    line-height: 24px;
    text-align: center;
    max-width: 670px;
    margin: 0 auto 30px;
}

@media (min-width: 768px) {
    .gen-aging__caption {
        margin: 0 auto 60px;
    }
}

.gen-tab__list {
    margin-bottom: 60px;
    position: relative;
}

@media (min-width: 768px) {
    .gen-tab__list {
        display: flex;
        justify-content: center;
    }
}

.gen-tab__list:after {
    content: none;
    position: absolute;
    top: 32px;
    left: calc(100% - 36px);
    width: 1000px;
    height: 30px;
    background: url(../img/aktivnoe-dolgoletie/DNA.svg) repeat-x;
}

@media (min-width: 768px) {
    .gen-tab__list:after {
        content: '';
    }
}

@media (min-width: 1024px) {
    .gen-tab__list:after {
        top: 42px;
        left: calc(100% - 66px);
    }
}

.gen-tab__list:before {
    content: none;
    position: absolute;
    top: 32px;
    right: calc(100% - 10px);
    width: 1000px;
    height: 30px;
    background: url(../img/aktivnoe-dolgoletie/DNA.svg) repeat-x;
}

@media (min-width: 768px) {
    .gen-tab__list:before {
        content: '';
    }
}

@media (min-width: 1024px) {
    .gen-tab__list:before {
        top: 42px;
        right: calc(100% - 40px);
    }
}

.gen-tab-name {
    position: relative;
    z-index: 1;
    border: 8px solid transparent;
    border-radius: 52px;
    margin: 0 0px 20px;
    cursor: pointer;
    min-width: 290px;
    box-shadow: 0px 2px 47px -8px rgba(48, 28, 70, 0.16);
    transition: transform 0.3s, box-shadow 0.2s;
}

@media (min-width: 480px) {
    .gen-tab-name {
        margin: 0 12px 20px;
        min-width: 300px;
    }
}

@media (min-width: 1024px) {
    .gen-tab-name {
        min-width: 400px;
    }
}

@media (min-width: 1280px) {
    .gen-tab-name {
        min-width: 497px;
    }
}

.gen-tab-name.active {
    border-color: #a8c6ff;
    background: #a8c6ff;
}

.gen-tab-name.active .gen-tab-name__inner {
    background: #2770ff;
}

.gen-tab-name.active .gen-tab-name__caption {
    color: #fff;
}

.gen-tab-name.active .gen-tab-name__icon_chromosome {
    background: url(../img/aktivnoe-dolgoletie/chromosome.svg) no-repeat center / 57px 57px;
}

@media (min-width: 1024px) {
    .gen-tab-name.active .gen-tab-name__icon_chromosome {
        background: url(../img/aktivnoe-dolgoletie/chromosome.svg) no-repeat center / 75px 75px;
    }
}

.gen-tab-name.active .gen-tab-name__icon_hourglass {
    background: url(../img/aktivnoe-dolgoletie/hourglass.svg) no-repeat center / 57px 57px;
}

@media (min-width: 1024px) {
    .gen-tab-name.active .gen-tab-name__icon_hourglass {
        background: url(../img/aktivnoe-dolgoletie/hourglass.svg) no-repeat center / 75px 75px;
    }
}

.gen-tab-name:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 27px 6px rgba(28, 37, 87, 0.16);
    border-color: #a8c6ff;
    background: #a8c6ff;
}

.gen-tab-name:hover .gen-tab-name__inner {
    background: #2770ff;
}

.gen-tab-name:hover .gen-tab-name__caption {
    color: #fff;
}

.gen-tab-name:hover .gen-tab-name__icon_chromosome {
    background: url(../img/aktivnoe-dolgoletie/chromosome.svg) no-repeat center / 57px 57px;
}

@media (min-width: 1024px) {
    .gen-tab-name:hover .gen-tab-name__icon_chromosome {
        background: url(../img/aktivnoe-dolgoletie/chromosome.svg) no-repeat center / 75px 75px;
    }
}

.gen-tab-name:hover .gen-tab-name__icon_hourglass {
    background: url(../img/aktivnoe-dolgoletie/hourglass.svg) no-repeat center / 57px 57px;
}

@media (min-width: 1024px) {
    .gen-tab-name:hover .gen-tab-name__icon_hourglass {
        background: url(../img/aktivnoe-dolgoletie/hourglass.svg) no-repeat center / 75px 75px;
    }
}

.gen-tab-name__inner {
    padding: 8px;
    border-radius: 45px;
    background: #fff;
    display: flex;
}

.gen-tab-name__icon {
    flex: 0 0 57px;
    height: 57px;
    border-radius: 100%;
}

@media (min-width: 1024px) {
    .gen-tab-name__icon {
        flex: 0 0 75px;
        height: 75px;
    }
}

.gen-tab-name__icon_chromosome {
    background: url(../img/aktivnoe-dolgoletie/gradient_chromosome.svg) no-repeat center / 57px 57px;
}

@media (min-width: 1024px) {
    .gen-tab-name__icon_chromosome {
        background: url(../img/aktivnoe-dolgoletie/gradient_chromosome.svg) no-repeat center / 75px 75px;
    }
}

.gen-tab-name__icon_hourglass {
    background: url(../img/aktivnoe-dolgoletie/gradient_hourglass.svg) no-repeat center / 57px 57px;
}

@media (min-width: 1024px) {
    .gen-tab-name__icon_hourglass {
        background: url(../img/aktivnoe-dolgoletie/gradient_hourglass.svg) no-repeat center / 75px 75px;
    }
}

.gen-tab-name__caption {
    flex: 1 1 auto;
    font-family: 'Gotham Pro';
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: #333333;
    text-align: center;
    align-self: center;
    padding: 0 10px;
}

@media (min-width: 1024px) {
    .gen-tab-name__caption {
        font-size: 19px;
    }
}

.gen-tab__content {
    display: none;
}

.gen-tab__content.active {
    display: block;
}

.gen-tab__content-title {
    font-family: 'Gotham Pro';
    font-weight: 500;
    text-align: center;
    font-size: 28px;
    line-height: 35px;
    color: #333333;
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    .gen-tab__content-title {
        font-size: 32px;
        line-height: 35px;
    }
}

.gen-tag__list {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
    position: relative;
}

.gen-tag__item {
    border: 8px solid transparent;
    border-radius: 10px;
    transition: visibility 0.3s;
}

.gen-tag__item.active {
    border-color: #a8c6ff;
    background: #a8c6ff;
    box-shadow: 0px 8px 27px 6px rgba(28, 37, 87, 0.16);
    margin-bottom: 450px;
}

@media (min-width: 1024px) {
    .gen-tag__item.active {
        margin-bottom: 660px;
    }
}

.gen-tag__item.active .gen-tag__item-inner {
    background: #2770ff;
}

.gen-tag__item.active .gen-tag__item-name {
    color: #fff;
}

.gen-tag__item.active .gen-tag__item-name span {
    color: #fff;
}

.gen-tag__item.active .gen-tag__item-content {
    height: 430px;
    transition: height 0.3s ease-in-out;
}

@media (min-width: 1024px) {
    .gen-tag__item.active .gen-tag__item-content {
        height: 640px;
    }
}

.gen-tag__item:hover:not(.hide) {
    border-color: #a8c6ff;
    background: #a8c6ff;
}

.gen-tag__item:hover .gen-tag__item-inner {
    background: #2770ff;
}

.gen-tag__item:hover .gen-tag__item-name {
    color: #fff;
}

.gen-tag__item:hover .gen-tag__item-name span {
    color: #fff;
}

.gen-tag__item.hide {
    opacity: 0.6 !important;
}

.gen-tag__item-inner {
    cursor: pointer;
    border-radius: 10px;
    background: #fff;
    text-align: left;
    padding: 10px;
}

@media (min-width: 768px) {
    .gen-tag__item-inner {
        text-align: center;
    }
}

@media (min-width: 1024px) {
    .gen-tag__item-inner {
        padding: 20px;
    }
}

.gen-tag__item-name {
    font-family: 'Gotham Pro';
    font-weight: 500;
    font-size: 19px;
    line-height: 22px;
    color: #000000;
    letter-spacing: 0.38px;
}

.gen-tag__item-name span {
    color: #2770ff;
}

.gen-tag__item-content {
    transition: height 0.3s cubic-bezier(0, 1, 0, 1);
    cursor: default;
    display: flex;
    position: absolute;
    z-index: 1;
    margin-top: 30px;
    left: 0;
    width: 100%;
    height: 0;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .gen-tag__item-content {
        margin-top: 40px;
    }
}

.gen-tag__item-content-images {
    flex: 0 0 187px;
    overflow: hidden;
    display: none;
}

@media (min-width: 768px) {
    .gen-tag__item-content-images {
        display: block;
    }
}

@media (min-width: 1024px) {
    .gen-tag__item-content-images {
        flex: 0 0 267px;
    }
}

.gen-tag__item-content-images img {
    height: 430px;
}

@media (min-width: 1024px) {
    .gen-tag__item-content-images img {
        height: 640px;
    }
}

.gen-tag__item-content-article {
    flex: 1 1 auto;
    padding: 10px 16px 50px 16px;
}

@media (min-width: 768px) {
    .gen-tag__item-content-article {
        padding: 10px 16px 50px 40px;
    }
}

.gen-tag__item-content-close {
    text-align: right;
}

.gen-tag__item-content-inner {
    text-align: left;
    height: 100%;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    padding-right: 10px !important;
}

.gen-tag__item-content-inner p {
    margin-bottom: 16px;
}

.gen-tag__item-content-inner ul li {
    color: #2470ff;
}

.gen-tag__item-content-inner ul p {
    margin-top: 5px;
    margin-bottom: 0;
    color: #000;
}

.gen-tag__item-content-inner h2 {
    font-family: 'Gotham Pro';
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    margin: 0 0 10px;
    color: #000;
}

.gen-tag-close {
    display: inline-block;
    width: 20px;
    height: 20px;
    transform: translateX(5px);
    cursor: pointer;
    background: url(../img/aktivnoe-dolgoletie/krestik.svg) no-repeat center / 15px 15px;
}

/* scroll */
.scrollbar-inner > .scroll-element.scroll-y {
    width: 4px;
}

.scrollbar-inner > .scroll-element .scroll-bar {
    background: #2770ff;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
    background: #dddddd;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    opacity: 1;
}

.scrollbar-inner > .scroll-element .scroll-bar {
    cursor: pointer;
}
