.content.responsible .content__head {
    position: relative;
    background: var(--white) url(../img/responsible-bg.webp) 50% 50%/cover no-repeat;
}

.content.responsible .content__head .content__head-inner {
    align-items: center;
    padding-bottom: 0;
}

.content.responsible .content__head-inner img {
    display: block;
    width: 533px;
    height: 386px;
    margin-top: 10px;
}

.content.responsible .content__head-inner .text {
    background-color: var(--white);
    padding: 25px 30px;
    border-radius: 6px;
    border: 1px solid var(--border);
    box-shadow: var(--shadow-m);
}

.content.responsible .content__head-inner .text p {
    margin: 0;
    text-align: center;
    line-height: 135%;
}

.content.responsible .content__head-inner .text p a {
    text-decoration: underline;
    transition: opacity .2s ease;
}

.content.responsible .content__head-inner .text p a:hover {
    opacity: .75;
}

.responsible__principe { 
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.responsible__principe-item {
    position: relative;
    width: calc(50% - 7.5px);
    background-color: var(--white);
    padding: 20px;
    border-radius: 6px;
    border: 1px solid var(--border);
    box-shadow: var(--shadow-m);
}

.responsible__principe-item .num {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--secondary-bg);
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 600;
    color: var(--white);
    border-radius: 150px;
}

.responsible__principe-item .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
}

.responsible__principe-item .text {
    margin: 5px 0 0;
    line-height: 135%;
}

.responsible__speach {
    background: var(--block-accent-gradient);
}
.responsible__speach .carousel-wrapper .keen-slider:not([data-keen-slider-disabled]) {
    overflow: visible;
}

.responsible__speach-item {
    background-color: var(--white);
    padding: 25px;
    border-radius: 6px;
    box-shadow: var(--shadow-m);
    opacity: 0;
    transition: opacity .15s ease;
}

.responsible__speach-item.is-visible {
    opacity: 1;
}

.responsible__speach-item .text {
    margin-bottom: 10px;
}

.responsible__speach-item .text p {
    margin: 0;
    font-weight: 500;
    line-height: 135%;
}

.responsible__speach-item .author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.responsible__speach-item .author img {
    flex: none;
    width: 50px;
    height: 50px;
    border-radius: 200px;
    object-fit: cover;
}

.responsible__speach-item .author .info span {
    display: block;
    font-size: 14px;
    line-height: 130%;
    opacity: .6;
}

.responsible__speach-item .author .info span:nth-child(1) {
    font-weight: 500;
    opacity: 1;
}

.quiz__title {
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 600;
}

.quiz__desc {
    font-size: 16px;
    line-height: 135%;
}

.quiz__step, .quiz__end {
    display: none;
}

.quiz__step.active, .quiz__end.active {
    display: block;
}

.quiz__question {
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
}

.quiz__choice {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 25px;
}

.quiz__choice-btn {
    color: var(--grey-dark);
    padding: 8px 20px;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid var(--divider);
    transition: color .2s ease, border-color .2s ease;
}

.quiz__choice-btn:hover {
    border-color: var(--link);
}

.quiz__choice-btn.active {
    color: var(--link);
    font-weight: 500;
    border-color: var(--link);
}

.quiz__action {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 25px;
}

.quiz__action.hidden {
    display: none;
}

.quiz__status {
    flex: 1 1 auto;
}

.quiz__status-info {
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: 500;
    line-height: 135%;
    opacity: .75;
}

.quiz__status-bar {
    position: relative;
    width: 100%;
    height: 5px;
    background-color: var(--border);
    border-radius: 100px;
    overflow: hidden;
}

.quiz__status-bar .bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 100px;
    background: var(--primary-bg);
}

.quiz__nav {
    display: flex;
    gap: 10px;
    flex: none;
}

.quiz__nav-prev {
    flex: none;
    width: 40px;
    height: 40px;
    padding: 0;
    background-color: var(--border);
    transition: background-color .2s ease;
}

.quiz__nav-prev svg {
    fill: var(--dark);
    width: 15px;
    height: 12px;
    opacity: .5;
    transform: scale(-1);
    transition: fill .2s ease, opacity .2s ease;
}

.quiz__nav-prev:hover {
    background-color: var(--primary-light);
}

.quiz__nav-prev:hover svg {
    fill: var(--link);
    opacity: 1;
}

.quiz__nav-next {
    gap: 10px;
    padding: 10px 20px;
}

.quiz__nav-next svg {
    width: 15px;
    height: 12px;
    fill: currentColor;
}

.quiz__text {
    margin: 10px 0 25px;
}

.quiz__text p {
    margin: 0;
    font-size: 16px;
    line-height: 135%;
}

.quiz__text p a {
    text-decoration: underline;
    transition: opacity .2s ease;
}

.quiz__text p a:hover {
    opacity: .75;
}

.quiz__restart {
    margin-top: 25px;
}

.responsible__self-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background-color: var(--white);
    margin-bottom: 15px;
    padding: 25px;
    border-radius: 6px;
    border: 1px solid var(--border);
    box-shadow: var(--shadow-m);
}

.responsible__self-item:last-child {
    margin-bottom: 0;
}

.responsible__self-item .icon {
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--secondary-bg);
    width: 40px;
    height: 40px;
    border-radius: 5px;
}

.responsible__self-item .icon svg {
    width: 20px;
    height: 20px;
    fill: var(--white);
}

.responsible__self-item .title {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 130%;
    font-weight: 600;
}

.responsible__self-item .text {
    font-size: 16px;
    line-height: 135%;
}

.responsible__instruction-wrapper {
    overflow-x: auto;
}

.responsible__instruction-content {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 25px;
    width: max-content;
    min-width: 100%;
}

.responsible__instruction-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: none;
    width: 158px;
}

.responsible__instruction-item a {
    position: relative;
    display: flex;
    width: 100%;
    border-radius: 10px;
}

.responsible__instruction-item img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.responsible__instruction-item .step {
    width: 85px;
    margin: 15px 0 10px;
    background: var(--light-bg-gradient);
    padding: 5px 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    border: 1px solid var(--border);
}

.responsible__instruction-item .text {
    text-align: center;
    font-size: 14px;
    line-height: 130%;
}

.responsible__instruction-src {
    gap: 12px;
    width: 100%;
    max-width: 250px;
    margin: 20px auto 0;
    padding: 5px 20px;
}

.responsible__instruction-src svg {
    flex: none;
    width: 13px;
    height: 13px;
}

.responsible__companies .marquee-wrapper:nth-child(3) {
    margin-top: 15px;
}

.responsible__companies-list {
    display: flex;
    align-items: stretch;
    gap: 40px;
}

.responsible__companies-list a {
    display: flex;
    flex: none;
}

.responsible__companies-list a img {
    width: 90px;
    height: 22px;
    object-fit: contain;
}

.responsible__companies-list {
    width: max-content;
    animation: ticker 30s linear infinite;
}

.responsible__companies-list.reverse {
    animation: ticker-reverse 30s linear infinite;
}

.responsible__companies-list:hover, .responsible__companies-list.reverse:hover {
    animation-play-state: paused;
}



@media (max-width: 767px) {
    .content.responsible .content__head {
        background: var(--white) url(../img/responsible-bg-mob.webp) 0% 0% / contain no-repeat;
    }
    .content.responsible .content__head-inner img {
        width: 100%;
        height: 234px;
        object-fit: contain;
    }

    .content.responsible .content__head-inner .text {
        padding: 15px;
    }

    .content.responsible .content__head-inner .text p {
        font-size: 14px;
        line-height: 130%;
    }

    .responsible__principe {
        gap: 10px;
    }

    .responsible__principe-item {
        width: 100%;
        padding: 15px 15px 15px 62px;
    }

    .responsible__principe-item .num {
        position: absolute;
        top: 15px;
        left: 15px;
        width: 35px;
        height: 35px;
        margin: 0;
    }

    .responsible__principe-item .title {
        font-size: 16px;
    }

    .responsible__principe-item .text {
        font-size: 14px;
        line-height: 130%;
    }

    .responsible__speach-item {
        padding: 20px 15px;
    }

    .responsible__speach-item .text {
        margin-bottom: 12px;
    }

    .responsible__speach-item .text p {
        font-size: 14px;
    }

    .responsible__speach-item .author {
        gap: 10px;
    }

    .responsible__speach-item .author img {
        width: 45px;
        height: 45px;
    }

    .responsible__speach-item .author .info span {
        font-size: 12px;
    }

    .responsible__speach-item .author .info span:nth-child(1) {
        font-size: 14px;
    }

    .quiz__title {
        font-size: 20px;
    }

    .quiz__desc {
        font-size: 14px;
        line-height: 130%;
    }

    .quiz__choice {
        margin: 20px 0 0;
        gap: 5px;
    }

    .quiz__choice-btn {
        width: calc(50% - 2.5px);
    }

    .quiz__action {
        flex-wrap: wrap;
        gap: 10px;
    }
    .quiz__nav {
        flex: initial;
        width: 100%;
    }

    .quiz__status-info {
        font-size: 14px;
    }

    .quiz__nav-next, .quiz__nav-finish {
        flex: 1 1 auto;
    }

    .quiz__text {
        margin-bottom: 20px;
    }

    .quiz__text p {
        font-size: 14px;
        line-height: 130%;
    }

    .quiz__restart {
        margin-top: 20px;
        width: 100%;
    }

    .responsible__self-item {
        margin-bottom: 10px;
        padding: 20px 15px;
    }

    .responsible__self-item .icon {
        width: 35px;
        height: 35px;
    }

    .responsible__self-item .icon svg {
        width: 16px;
        height: 16px;
    }

    .responsible__self-item .title {
        margin-bottom: 3px;
        font-size: 16px;
    }

    .responsible__self-item .desc {
        font-size: 14px;
        line-height: 130%;
    }

    .responsible__instruction-wrapper {
        margin: 0 -15px;
        padding: 0 0 10px;
    }

    .responsible__instruction-content {
        justify-content: flex-start;
        gap: 15px;
        padding: 0 15px;
    }

    .responsible__instruction-item {
        width: 168px;
    }

    .responsible__instruction-src {
        margin-top: 10px;
    }

    .responsible__companies-list {
        gap: 25px;
    }

    .responsible__companies-list a img {
        width: 83px;
        height: 20px;
    }
}