html {
    margin: 0;
    padding: 0;
    background: var(--background-bg-black, #19191C);
}

html,
body,
* {
  box-sizing: border-box;
}


.top-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--service-grey-white-dark-grey-1, #292935);
    height: 60px;
    overflow-x: auto;
    white-space: nowrap;
}

.top-navigation-container {
    display: inline-flex;
    align-items: flex-start;
    gap: 24px;
    justify-content: center;
    padding: 0;
}

.top-navigation-container li {
    display: flex;
    padding: 12px 20px;
    min-width: fit-content;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    border-radius: 999px;
    border: 1px solid var(--service-grey-white-dark-grey-3, #535374);
    background: var(--service-grey-white-dark-grey-2, #3B3B54);

    &.active {
        border-radius: 999px;
        border: 1px solid var(--core-colors-olyred, #F73535);
        background: var(--service-grey-white-dark-grey-2, #3B3B54);
    }
}

.top-navigation-container li a {
    color: var(--text-colors-third-dark, #C9C9D7);
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 12px */
    text-transform: uppercase;
    text-decoration: none;
}

.responsible {
    display: flex;
    position: relative;
    min-height: 100vh;
    flex-direction: column;
    background: transparent;
    padding: 40px;
    gap: 18px;
    width: 100%;
    max-width: 1366px;
    transform: translateX(-50%);
    left: 50%;
}

.responsible-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    gap: 32px;
    margin-bottom: 30px;
}

.responsible-main-header {
    font-family: "bebas-neue-pro", sans-serif;
    font-size: 70px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: 0em;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}

.responsible-main-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%
}

.responsible-main-text {
    align-self: stretch;
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    width: 100%;

    /* 27px */
}
.responsible-main-text p, 
.responsible-test-text p,
.responsible-accordion-text p{
    font-weight: 500;
}
.responsible-main-addiction {
    display: flex;
    width: 336px;
    padding: 24px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid var(--core-colors-white, #FFF);
}

.responsible-main-addiction-text {
    color: #FFF;
    /* Desktop/Text body 1 (semibold) */
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 22.4px */
}

.responsible-main-addiction-btn {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid var(--core-colors-white, #FFF);
    background: var(--background-bg-black, #19191C);

    &:hover {
        right: 0;
        background: var(--background-bg-black, #43434c);
    }
}

.responsible-main-addiction-btn-text {
    color: var(--text-colors-primary-light, #F9F9F9);
    text-align: center;
    /* Desktop/Labels */
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 16px */
    text-transform: uppercase;
}

.responsible-test {
    display: flex;
    padding-right: 0px;
    align-items: center;
    flex-wrap: nowrap;
    background: var(--service-grey-white-dark-grey-1, #292935);
    justify-content: flex-start;
    border-radius: 8px;
}

.responsible-test-icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    align-self: stretch;
    width: 192px;
    border-radius: 8px 0px 0px 8px;
    background: var(--service-grey-white-dark-grey-2, #3B3B54);
}

.responsible-test-icon-container-in-box {
    display: none;
}

.responsible-test-text-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 25px;
    width: 100%;
    gap: 12px;
}

.responsible-test-header {
    color: var(--text-colors-solid-white, #FFF);
    font-family: "BebasNeuePro-Regular", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 32px */
    text-transform: uppercase;
}

.responsible-test-text {
    color: var(--text-colors-primary-light, #F9F9F9);
  font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 22.4px */
    letter-spacing: -0.32px;
}

.responsible-test-btn-container {
    width: auto;
}

.responsible-test-btn {
    display: flex;
    height: 40px;
    padding: 20px 25px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background: linear-gradient(190deg, #1CFF47 0%, #25BD95 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-right: 25px;
    cursor: pointer;


    &:hover {
        right: 0;
        background: linear-gradient(190deg, #1cff46 0%, #2febb9 100%);
    }
}

.responsible-test-btn-text {
    color: #073C1C;
    text-align: center;
  font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border: none;
    background: none;
}

.responsible-accordion-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 18px;
}

.responsible-accordion-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 24px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: var(--service-grey-white-dark-grey-1, #292935);
    overflow: hidden;
    cursor: pointer;
}

.responsible-accordion-text-container {
    display: none;
    padding-left: 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-left: 50px;
    margin-top: 16px;
}

.responsible-accordion-text {
    color: var(--text-colors-primary-light, #F9F9F9);
    /* Mobile/Text body 1 (medium) */
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 22.4px */
    overflow: hidden;
    transition: all .5s ease-in-out;
}

.responsible-accordion-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.responsible-accordion-title-icon {
    margin-right: 15px;
}

.responsible-accordion-title-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.responsible-accordion-title {
    color: var(--text-colors-solid-white, #FFF);
    font-family: "BebasNeuePro-Regular", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    width: auto;
}


@media only screen and (max-width: 1280px) {
    .responsable {
        margin:0;
    }
    .top-navigation {
        justify-content: flex-start;
    }
    .responsible-accordion-text-container {
        margin-left: 10px;
    }
    .responsible-test {
        flex-direction: column;
        padding: 16px;
        align-items: flex-start;
    }

    .responsible-test-icon-container-in-box {
        width: 63px;
        height: 63px;
        border-radius: 8px;
        display: flex;
        padding: 10px;
        background: var(--service-grey-white-dark-grey-2, #3B3B54);
    }

    .responsible-test-icon-container {
        display: none;
    }

    .responsible-test-icon-container-in-box img {
        width: 43px;
        height: 43px;
    }

    .responsible-test-text-box {
        width: 100%;
        justify-content: flex-start;
    }

    .responsible-test-btn-container {
        width: 100%;
        justify-content: flex-start;
        padding: 0 25px 25px 25px;
    }

    .responsible-test-btn {
        margin: auto;
        width: 100%;
    }
}

@media only screen and (max-width: 1370px) {
    .responsible-main-text {
        width: 100%;
    }

    .responsible-main-addiction {
        margin-top: 25px;
        width: 100%;
    }
}