

/* Start:/cases/css/style.css?178273921611231*/
.primary-section_gray {
    padding: 40px 0 24px 0;
}

.primary-section_dark {
    background: #27292D;
    padding: 40px 0 24px 0;
    color: #fff;
}

.primary-section_dark h2 {
    color: #fff;
}

.hero {
    height: 508px;
    margin-bottom: 44px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 8px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}

.hero-mobile {
    display: none;
}

.tags {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}

.tags-item {
    padding: 8px;
    border-radius: 8px;
    background: #BFC1C7;
    font-size: 13px;
    line-height: 9px;
}

.hero__subtitle {
    margin-bottom: 6px;
    color: #CCD1DB;
}

.hero__title {
    margin-bottom: 18px;
    color: #fff;
}

.hero__title:last-child {
    margin-bottom: 0;
}

.hero-elements {
    display: flex;
    gap: 24px;
}

.hero-element {
    border-radius: 8px;
    background: #30343B;
    padding: 16px;
    display: flex;
    gap: 8px;
    align-items: center;
}

.hero-element__text b {
    color: #fff;
}

.hero-element__text span {
    font-size: 13px;
    color: #919399;
    display: block;
}

.seo-description {
    display: flex;
    gap: 48px;
}

.seo-description__text {
    width: 100%;
    max-width: 600px;
}

.seo-description__subtext {
    font-size: 13px;
    color: #7A7A80;
    display: flex;
    gap: 8px;
}

.seo-description__subtext::before {
    content: "";
    width: 4px;
    border-radius: 2px;
    background: #E31E24;
    flex-shrink: 0;
    display: block;
}

.hero-elements-mobile {
    display: none;
}

.case {
    display: grid;
    grid-template-columns: 500px auto;
    gap: 40px;
}

.case-header {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}

.case-header__number {
    font-size: 24px;
    line-height: 32px;
    color: #919399;
}

.case-header__title h2 {
    margin-bottom: 0;
}

.case-header__title span {
    font-size: 17px;
    color: #E31E24;
}

.case__text {
    margin-bottom: 48px;
}

.case__text p {
    margin-bottom: 0;
}

.case__text p:not(:last-child) {
    margin-bottom: 8px;
}

.case__note {
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #7A7A80;
}

.case__note-hr {
    width: 4px;
    height: 56px;
    border-radius: 2px;
    background: #E31E24;
    flex: 0 0 4px;
}

.case-spec__head, .case-spec__row {
    display: flex;
    gap: 4px;
    justify-content: space-between;
}

.case-spec__head {
    margin-bottom: 16px;
}

.case-spec__row {
    line-height: 16px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #BFC1C7
}

.case-spec__row span:first-child {
    color: #919399;
}

.case__gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.case__gallery-item {
    width: 100%;
}

.case__gallery-item:first-child {
    grid-column: span 2;
}

.case__vertical {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 1fr 1fr;
}

.case__vertical .case__gallery-item:first-child {
    grid-column: span 1;
}

.case__gallery_2 .case__gallery-item:first-child {
    grid-column: span 1;
}

.case__gallery_3 {
    grid-template-columns: 1fr 1fr 1fr;
}

.case__gallery_3 .case__gallery-item:first-child {
    grid-column: span 3;
}

.index-projects {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
}

.index-project {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: space-between;
    padding: 16px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    min-height: 176px;
    border-radius: 8px;
}

.index-project__icon {
    width: 48px;
}

.index-project__title {
    color: #FFF;
    font-weight: 700;
    line-height: 20px;
    display: flex;
    gap: 4px;
}

.index-project__subtitle {
    color: #919399;
    font-size: 13px;
    line-height: 18px;
}

.index-project__link {
    display: none;
    gap: 4px;
    align-items: center;
}

.video-description {
    margin-bottom: 24px;
}

.video-container {
    cursor: pointer;
    height: 508px;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(39, 41, 45, 0.00) 28.76%, rgba(39, 41, 45, 0.72) 100%), #1A1C21;
}

.video-container > svg {
    margin-bottom: 24px;
}

.video-container__title {
    font-size: 17px;
    color: #fff;
    font-family: "HelveticaNeueCyr-Medium", Helvetica, Arial, sans-serif;
}

.video-container__text {
    font-size: 13px;
    color: #A6ADB8;
}

.video-container video,
.video-container iframe {
    width: 100%;
    max-width: 100%;
    display: none;
    height: 100%;
}

.video-container.playing svg,
.video-container.playing .video-container__text,
.video-container.playing .video-container__title {
    display: none;
}

.video-container.playing iframe,
.video-container.playing video {
    display: block;
}

.video-info {
    display: flex;
}

.video-info__channel {
    display: flex;
    gap: 8px;
}

.video-info__channel > svg {
    border-radius: 14px;
}

.video-info__channel-text {
    display: flex;
    flex-direction: column;
    font-size: 13px;
}

.video-info__channel-text > span {
    color: #B2B2B8;
}

.stars {
    display: flex;
}

.video-info__text {
    font-size: 15px;
    display: flex;
    gap: 20px;
    margin-left: 10px;
}

.video-info__text::before {
    content: "";
    display: block;
    width: 4px;
    border-radius: 2px;
    background: #E31E24;
}

.task {
    display: flex;
}

.task-text {
    padding: 32px;
}

.task-text__note {
    color: #919399;
}

.task-list {
    padding: 16px 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 32px;
}

.task-list__item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.task-list__item {
    padding: 10px 0;
    border-bottom: 1px solid #EDEDEF;
}

.task-list__item-number {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #E31E24;
    font-size: 20px;
}

.decision-section {
    padding: 24px 0 44px;
    background: #F9F9FB;
}

.decision {
    display: grid;
    grid-template-columns: 436px auto;
    gap: 84px;
}

.decision-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.decision-card__body {
    padding: 16px;
    border-radius: 8px;
    background: #FFF;
}

.decision-card__title {
    color: #E31E24;
    font-weight: 700;
    line-height: 20px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #EDEDEF;
}

.decision-card__list {
    display: grid;
    gap: 4px;
    font-size: 13px;
    color: #919399;
}

.decision-images {
    display: flex;
    gap: 16px;
}

._mobile {
    display: none;
}

@media (max-width: 1200px) {
    .hero {
        background: #27292D !important;
        padding: 16px;
        margin-bottom: 24px;
        height: auto;
        border-radius: 0;
    }

    .hero__title {
        margin-bottom: 8px;
        font-size: 20px;
        line-height: 28px;
    }

    .hero__title:last-child {
        margin-bottom: 8px;
    }

    .hero-elements {
        display: none;
    }

    .hero-mobile {
        display: block;
    }

    .tags {
        order: 3;
        margin-bottom: 0;
    }

    .seo-description {
        flex-direction: column;
        gap: 8px;
        margin-bottom: 16px;
    }

    .seo-description__text {
        max-width: 100%;
    }

    .hero-elements-mobile {
        display: flex;
        gap: 8px;
        background: #F9F9FB;
        padding: 16px;
    }

    .hero-elements-mobile__item {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 8px;
        border: 1px solid rgba(191, 193, 199, 0.32);
        background: #FFF;
        padding: 10px;
        gap: 2px;
    }

    .case {
        gap: 16px;
        grid-template-columns: 1fr;
    }

    .case-header {
        margin-bottom: 0;
    }

    .case-header__title span {
        font-size: 13px;
    }

    .case__text {
        margin-bottom: 0;
    }

    .case-spec:not(._mobile),
    .case__text:not(._mobile),
    .decision-text .case__note:not(._mobile) {
        display: none;
    }

    .case__note._mobile {
        display: flex;
    }

    .case-spec__head,
    .case-spec__row {
        display: grid;
        grid-template-columns: 50% 50%;
        gap: 10px;
    }

    .video-container {
        border-radius: 0;
        height: 224px;
    }

    .video-container > svg {
        margin-bottom: 16px;
        width: 48px;
        height: 48px;
    }

    .video-container__title {
        font-size: 15px;
    }

    .video-container__text {
        
    }

    .video-info {
        display: block;
    }

    .video-info__channel {
        margin-bottom: 16px;
    }

    .video-info__text {
        margin-left: 0;
        gap: 8px;
        font-size: 13px;
    }

    .task {
        display: block;
    }

    .task-text, .task-list {
        padding: 0;
    }

    .task-text__note {
        display: none;
    }

    .task-list {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .task-list__item {
        padding: 8px 0;
        border-bottom: none;
    }

    .decision-section {
        padding: 16px 0;
    }

    .decision {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .decision-card__image {
        display: none;
    }

    .decision-cards {
        gap: 8px;
    }

    .decision-card__title {
        padding-bottom: 0;
        margin-bottom: 8px;
        border-bottom: none;
    }

    .decision-card__body {
        padding: 10px;
        height: 100%;
    }

    .decision-images {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .index-projects {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .index-project {
        background-image: none !important;
        padding: 0;
        display: grid;
        grid-template-columns: 56px auto;
        gap: 8px;
        justify-content: normal;
        min-height: auto;
    }

    .index-project__icon {
        width: 56px;
    }

    .index-project__text {
        border-radius: 8px;
        border: 1px solid rgba(191, 193, 199, 0.32);
        background: #FFF;
        padding: 10px;
    }

    .index-project__title {
        color: #2C2D2E;
        line-height: 16px;
    }

    .index-project__title svg {
        display: none;
    }

    .index-project__link {
        display: flex;
        color: #008CDB;
        font-size: 13px;
        line-height: 20px;
    }

    .index-project__subtitle {
        display: none;
    }

    ._mobile {
        display: block;
    }
}

@media (max-width: 744px) {
    .hero-mobile, .hero-elements-mobile {
        margin: 0 -16px;
        max-width: calc(100% + 32px);
    }

    .hero, .video-container {
        margin: 0 -16px 24px;
    }
}
/* End */
/* /cases/css/style.css?178273921611231 */
