#arhetypes {}

.arhetypes_wrapper {
    background-image: url(../assets/paper.jpg);
    width: 100%;
    background-position: center;
    box-shadow: 0px 2px 6px 2px #00000026;
    position: relative;
    z-index: 2;
}

body.dark .arhetypes_wrapper {
    background-image: url(../assets/paper_head.jpg);
}

.arhetypes_wrapper:before {
    content: "";
    position: absolute;
    bottom: 23px;
    width: 100%;
    left: 0;
    height: 2px;
    background: linear-gradient(270deg, #4D4336 0.05%, #714A27 63.49%, #8B6849 78.97%, #5E5548 98.45%);
}

.arhetypes_wrapper:after {
    content: "";
    position: absolute;
    top: 19px;
    width: 100%;
    left: 0;
    height: 2px;
    background: linear-gradient(270deg, #4D4336 0.05%, #714A27 63.49%, #8B6849 78.97%, #5E5548 98.45%);
}

.arhetypes_block {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 76px 0 115px;
}

.arhetypes_block:before {
    content: "";
    position: absolute;
    bottom: 15px;
    width: 100%;
    left: 0;
    height: 4px;
    background: linear-gradient(270deg, #4D4336 0.05%, #714A27 63.49%, #8B6849 78.97%, #5E5548 98.45%);
}

.arhetypes_block:after {
    content: "";
    position: absolute;
    top: 9px;
    width: 100%;
    left: 0;
    height: 6px;
    background: linear-gradient(270deg, #4D4336 0.05%, #714A27 63.49%, #8B6849 78.97%, #5E5548 98.45%);
}

body.dark .arhetypes_block:after {
    background: linear-gradient(180deg, #877751 0%, #69582A 63.5%, #8B7336 79%, #65562F 98.5%);
}

body.dark .arhetypes_block:before {
    background: linear-gradient(180deg, #877751 0%, #69582A 63.5%, #8B7336 79%, #65562F 98.5%);
}

body.dark .arhetypes_wrapper:after {
    background: linear-gradient(180deg, #877751 0%, #69582A 63.5%, #8B7336 79%, #65562F 98.5%);
}

body.dark .arhetypes_wrapper:before {
    background: linear-gradient(180deg, #877751 0%, #69582A 63.5%, #8B7336 79%, #65562F 98.5%);
}

.arhetypes_head {
    position: relative;
    z-index: 2;
    padding: 0 32px 42px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.empty_skills {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    color: var(--primary-black);
    font-family: Colus;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.32px;
}

.empty_skills span {
    color: var(--red-70);
}

.arhetypes_title {
    padding: 36px 0 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

.arhetypes_content {
    padding: 20px 64px 92px;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.arhetypes_text {
    position: relative;
    z-index: 2;
}

.arhetypes_nav {
    max-width: 1920px;
    margin: 0 auto;
}

.arhetypes_item {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
    height: auto;
    cursor: pointer;
    transition: all 0.3s ease;
}

.arhetypes_item svg {
    transition: all 0.3s ease;
}

.arhetypes_item:hover svg {
    transform: scale(1.2);
}

.arhetypes_item_pic svg path {
    fill: #080808;
    transition: all 0.2s ease;
}

body.dark .arhetypes_item_pic svg path {
    fill: #E7E7E7;
    transition: all 0.2s ease;
}

.arhetypes_card {
    background: url(../assets/white-paper.jpg);
    padding: 16px;
    border-radius: 30px;
    width: 576px;
    height: 638px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.30), 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
    display: none;
}

body.dark .arhetypes_card {
    background: url(../assets/paper_black.jpg);
    background-size: cover;
}

.choise_card {
    display: block !important;
}

.arhetypes_card_border {
    background: linear-gradient(180deg, #4D4336 0%, #714A27 63.5%, #AA8E75 79%, #5E5548 98.5%);
    width: 100%;
    height: 100%;
    border-radius: 20px;
    padding: 3px;
    position: relative;
}

body.dark .arhetypes_card_border {
    background: #877751;
}

body.dark .arhetypes_littlepic img {
    filter: brightness(0) saturate(100%) invert(68%) sepia(28%) saturate(776%) hue-rotate(5deg) brightness(88%) contrast(88%);
}

.arhetypes_odertka {
    width: 100%;
    height: 100%;
    background: url(../assets/white-paper.jpg);
    border-radius: 18px;
    padding: 8px 8px 8px 0px;
}

body.dark .arhetypes_odertka {
    background: url(../assets/paper_black.jpg);
    background-size: cover;
}

.arhetypes_body {
    background: url(../assets/white-paper.jpg);
    padding: 32px;
    border-radius: 18px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    max-height: 590px;
    overflow-y: scroll;
}

body.dark .arhetypes_body {
    background: url(../assets/paper_black.jpg);
    background-size: cover;
}

.arhetypes_body::-webkit-scrollbar {
    width: 3px;
}

.arhetypes_body::-webkit-scrollbar-track {
    background: none;
}

.arhetypes_body::-webkit-scrollbar-thumb {
    background: var(--grey-50);
    box-shadow: 0px 0.54px 1.09px 0px #0000004D inset, 0px -0.52px 0.52px 0px #CCCCCC inset;
    border-radius: 20px;
}

.arhetypes_body {
    scrollbar-width: thin;
    scrollbar-color: var(--grey-30) transparent;
}

body.dark .arhetypes_body {
    scrollbar-width: thin;
    scrollbar-color: #393939 transparent;
}

.arhetypes_card_border:after {
    content: "";
    position: absolute;
    top: 8.28px;
    width: calc(100% - 18px);
    left: 8.28px;
    height: calc(100% - 18px);
    border: 1px dotted #997759;
    border-radius: 14px;
    pointer-events: none;
}

.arhetypes_skills {
    padding: 10px;
    display: none;
    width: 576px;
    height: 638px;
    border-radius: 30px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.02) 100%);
    box-shadow: 0px -1.25px 0.833px 0px rgba(255, 255, 255, 0.24) inset, 0px -2.508px 0.502px 0px rgba(255, 255, 255, 0.24) inset, 0px 1.254px 2.508px 0px rgba(0, 0, 0, 0.24) inset, 0px 0.833px 0px 0px #FFF, 0px -0.833px 0px 0px rgba(0, 0, 0, 0.24);
}

body.dark .arhetypes_skills {
    background: rgba(255, 255, 255, 0.02);
    box-shadow: -2px -2px 4px 0px rgba(255, 255, 255, 0.25) inset, 2px 2px 4px 0px rgba(0, 0, 0, 0.25) inset;
}

.arhetypes_skills_body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 14px 22px;
    overflow-y: scroll;
    height: 620px;
}

.arhetypes_skills_body::-webkit-scrollbar {
    width: 3px;
}

.arhetypes_skills_body::-webkit-scrollbar-track {
    background: none;
}

.arhetypes_skills_body::-webkit-scrollbar-thumb {
    background: var(--grey-50);
    box-shadow: 0px 0.54px 1.09px 0px #0000004D inset, 0px -0.52px 0.52px 0px #CCCCCC inset;
    border-radius: 20px;
}

.arhetypes_skills_body {
    scrollbar-width: thin;
    scrollbar-color: var(--grey-50) transparent;
}

.arhetypes_skills_body::-webkit-scrollbar-button {
    display: none;
}

body.dark .arhetypes_skills_body {
    scrollbar-width: thin;
    scrollbar-color: #393939 transparent;
}

.arhetypes_pic {
    position: relative;
    display: none;
}

.photo {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    height: 638px;
}

.arhetypes_back {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
}

.arhetypes_pic:nth-child(1) .arhetypes_back {
    background-image: url(../assets/bg_warrior.png);
}

.arhetypes_pic:nth-child(2) .arhetypes_back {
    background-image: url(../assets/knight_iconbg.png);
}

.arhetypes_pic:nth-child(3) .arhetypes_back {
    background-image: url(../assets/archer_iconbg.png);
}

.arhetypes_pic:nth-child(4) .arhetypes_back {
    background-image: url(../assets/dagger_iconbg.png);
}

.arhetypes_pic:nth-child(5) .arhetypes_back {
    background-image: url(../assets/wizard_iconbg.png);
}

.arhetypes_pic:nth-child(6) .arhetypes_back {
    background-image: url(../assets/summoner_iconbg.png);
}

.arhetypes_pic:nth-child(7) .arhetypes_back {
    background-image: url(../assets/healer_iconbg.png);
}

.arhetypes_pic:nth-child(8) .arhetypes_back {
    background-image: url(../assets/chanter_iconbg.png);
}

.arhetypes_pic:nth-child(9) .arhetypes_back {
    background-image: url(../assets/bard_iconbg.png);
}

.arhetypes_pic:nth-child(10) .arhetypes_back {
    background-image: url(../assets/kamael_iconbg.png);
}

body.dark .arhetypes_pic:nth-child(1) .arhetypes_back {
    background-image: url(../assets/warrior_b.png);
}

body.dark .arhetypes_pic:nth-child(2) .arhetypes_back {
    background-image: url(../assets/knight_b.png);
}

body.dark .arhetypes_pic:nth-child(3) .arhetypes_back {
    background-image: url(../assets/archer_b.png);
}

body.dark .arhetypes_pic:nth-child(4) .arhetypes_back {
    background-image: url(../assets/dagger_b.png);
}

body.dark .arhetypes_pic:nth-child(5) .arhetypes_back {
    background-image: url(../assets/wizard_b.png);
}

body.dark .arhetypes_pic:nth-child(6) .arhetypes_back {
    background-image: url(../assets/summoner_b.png);
}

body.dark .arhetypes_pic:nth-child(7) .arhetypes_back {
    background-image: url(../assets/healer_b.png);
}

body.dark .arhetypes_pic:nth-child(8) .arhetypes_back {
    background-image: url(../assets/chanter_b.png);
}

body.dark .arhetypes_pic:nth-child(9) .arhetypes_back {
    background-image: url(../assets/bard_b.png);
}

body.dark .arhetypes_pic:nth-child(10) .arhetypes_back {
    background-image: url(../assets/kamael_b.png);
}

.arhetypes_discribe {
    color: var(--primary-black);
    font-family: Evolventa;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

body.dark .arhetypes_discribe {
    color: #E7E7E7;
}

.arhetype_title {
    display: flex;
    flex-direction: row;
    gap: 16px;
    padding-bottom: 16px;
}

.arhetypes_classes ul {
    padding-left: 21px;
    list-style: none;
}

.arhetypes_classes li {
    color: var(--primary-black);
    font-family: Evolventa;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    position: relative;
}

body.dark .arhetypes_classes li {
    color: #E7E7E7;
}

.arhetypes_classes li::before {
    content: "";
    position: absolute;
    top: 8px;
    width: 6px;
    left: -21px;
    height: 6px;
    pointer-events: none;
    background: var(--grey-40);
    box-shadow: 0px -1.5px 1.2px 0px rgba(255, 255, 255, 0.80) inset, 0px 0.5px 1px 0px rgba(0, 0, 0, 0.30) inset;
    transform: rotate(45deg);
}

.classes_title {
    text-transform: uppercase;
    padding-bottom: 8px;
}

.line_class {
    min-height: 0.738px;
    height: 0.738px;
    align-self: stretch;
    background: var(--grey-30);
    box-shadow: 0px 1px 0px 0px #FFF, 0px -1px 0px 0px rgba(0, 0, 0, 0.25), 0px -1.5px 1px 0px #FFF inset, 0px -3.009px 0.602px 0px rgba(255, 255, 255, 0.30) inset, 0px 1.505px 3.009px 0px rgba(0, 0, 0, 0.40) inset;
}

body.dark .line_class {
    background: #454545;
    box-shadow: -2px -2px 4px 0px rgba(255, 255, 255, 0.25) inset, 2px 2px 4px 0px rgba(0, 0, 0, 0.25) inset;
}

.row_skill {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.skill_head {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.skill_icon {
    width: 32px;
    min-width: 32px;
    height: 32px;
    border-radius: 4px;
}

.skill_name_block {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.skill_name {
    font-family: Evolventa Bold;
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    position: relative;
}

.new_skill {
    position: absolute;
    top: -10px;
    right: -33px;
    color: var(--red-70);
    font-family: Evolventa Bold;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
}

.skill_for_who {
    color: var(--grey-80);
    font-family: Evolventa;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.skill_discribe {
    font-family: Evolventa;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.arhetypes_item_title {
    transition: all 0.3s ease;
}

.arhetypes_item.slick-current.slick-center .arhetypes_item_title {
    color: var(--red-70);
}

body.dark .arhetypes_item.slick-current.slick-center .arhetypes_item_title {
    color: #BD9C49;
    background: linear-gradient(180deg, #FFE5A3 0%, #CBA74C 63.5%, #EECE7F 79%, #8C7845 98.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-shadow: none;
}

.arhetypes_item.slick-current.slick-center svg path {
    fill: var(--red-70);
}

body.dark .arhetypes_item.slick-current.slick-center svg path {
    fill: #BD9C49;
}

@media (max-width: 1720px) {
    .arhetypes_pers {
        display: none;
    }

    .arhetypes_content {
        gap: 16px;
        justify-content: center;
    }
}

@media (max-width: 1240px) {

    .arhetypes_content {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 900px) {
    .arhetypes_title {
        font-size: 32px;
        line-height: 36px;
        letter-spacing: -0.32px;
    }
}

@media (max-width: 800px) {

    .arhetypes_odertka {
        padding: 10px 10px 10px 0;
        border-radius: 10px;
    }

    .arhetypes_body {
        max-height: 600px;
        overflow-y: scroll;
        padding: 8px 0px 8px 16px;
    }

    .arhetypes_block {
        padding: 16px 0 52px;
    }

    .arhetypes_card_border:after {
        border-radius: 8px;
    }

    .arhetypes_content {
        flex-direction: column;
        align-items: center;
        padding: 20px 16px 32px !important;
    }

    .arhetypes_text {
        font-size: 18px;
        line-height: 24px;
        text-align: center;
    }

    .hide_long {
        display: none;
    }

    .arhetypes_head {
        padding: 0 32px 12px;
        gap: 8px;
    }

    .arhetypes_card {
        width: 343px;
        height: 210px !important;
        padding: 6px;
        border-radius: 16px;
    }

    .arhetypes_card_border {
        border-radius: 12px;
    }

    .arhetypes_skills {
        width: 343px;
        border-radius: 16px;
        height: 210px !important;
    }

    .arhetypes_skills_body {
        height: 195px !important;
        padding: 14px 13px;
    }

    .arhetype_title h2 {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: -0.192px;
    }

    .arhetype_title {
        gap: 8px;
        padding-bottom: 4px;
    }

    .arhetypes_littlepic {
        width: 22px;
        height: 22px;
    }

    .arhetypes_discribe {
        font-size: 12px;
        line-height: 18px;
        gap: 16px;
    }

    .arhetypes_classes li {
        font-size: 12px;
        line-height: 18px;
    }

    .skill_discribe {
        font-size: 12px;
        line-height: 18px;
    }

    .row_skill {
        gap: 4px;
    }

    .arhetypes_item_title {
        font-size: 16px;
        line-height: 12px;
        padding-top: 4px;
    }

    .arhetypes_item_pic svg {
        width: 64px;
        height: 64px;
    }

    .arhetypes_item {
        gap: 16px;
        width: 170px !important;
    }
}

@media (max-height: 1000px) {
    .arhetypes_content {
        padding: 20px 64px 40px;
    }

    .arhetypes_card {
        height: 550px;
    }

    .arhetypes_skills {
        height: 550px;
    }

    .arhetypes_skills_body {
        height: 535px;
    }

    .photo {
        height: 570px;
    }
}