#birja {
    padding: 135px 0 112px;
    overflow: hidden;
}

.birja_block {
    background-image: url(../assets/white-paper.jpg);
    width: 100%;
    height: 800px;
    background-position: center;
    background-size: contain;
    box-shadow: 0px 2px 6px 2px #00000026;
    position: relative;
}

body.dark .birja_block {
    background-image: url(../assets/paper_black.jpg);
    background-size: cover;
}

.birja_block: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%);
}

.birja_block: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%);
}

body.dark .birja_block:before {
    background: linear-gradient(180deg, #877751 0%, #69582A 63.5%, #8B7336 79%, #65562F 98.5%);
}

body.dark .birja_block:after {
    background: linear-gradient(180deg, #877751 0%, #69582A 63.5%, #8B7336 79%, #65562F 98.5%);
}

.birja_inblock {
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.birja_border {
    position: relative;
    width: 100%;
    height: 100%;
}

.birja_border: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%);
}

.birja_border: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 .birja_border:before {
    background: linear-gradient(180deg, #877751 0%, #69582A 63.5%, #8B7336 79%, #65562F 98.5%);
}

body.dark .birja_border:after {
    background: linear-gradient(180deg, #877751 0%, #69582A 63.5%, #8B7336 79%, #65562F 98.5%);
}

.draconic {
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: 2;
    display: block;
}

.luchi {
    position: absolute;
    right: 0px;
    bottom: 32px;
    z-index: 1;
    display: block;
}

.birja_text_block {
    position: relative;
    max-width: 870px;
    padding: 0 71px;
    gap: 72px;
    display: flex;
    flex-direction: column;
    margin-left: 23%;
}

.spear {
    position: absolute;
    top: 65px;
    left: 0;
}

body.dark .spear {
    opacity: 0.1;
}

body.dark .petlya {
    opacity: 0.1;
}

.flag {
    position: absolute;
    top: 15px;
    left: 64px;
    z-index: 2;
    display: block;
}

.birja_p {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.birja_title span {
    color: var(--red-70);
}

body.dark .birja_title span {
    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;
}

.petlya {
    position: absolute;
    display: block;
}

.petlyal {
    bottom: 45px;
    left: 20px;
}

.petlyar {
    bottom: 45px;
    right: 20px;
    transform: rotate(270deg);
}

.flag_parent {
    position: relative;
}

.flag_text {
    font-family: Colus;
    font-size: 23.39px;
    font-weight: 400;
    line-height: 27.28px;
    letter-spacing: -0.008em;
    text-align: center;
    text-transform: uppercase;
    color: var(--primary-black);

    position: absolute;
    transform: rotate(-90deg);
    top: 153px;
    left: 77px;
}

body.dark .flag_text {
    background: var(--about-season-gold-dark-theme, linear-gradient(180deg, #AF934C 0%, #DEBC66 50%, #AF934C 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.flag_white {
    display: block;
}

.flag_black {
    display: none;
}

body.dark .flag_white {
    display: none;
}

body.dark .flag_black {
    display: block;
}

@media (max-width: 1800px) {
    .draconic {
        right: -240px;
    }

    .luchi {
        right: -240px;
    }

    .birja_text_block {
        margin-left: 14%;
    }

    .flag {
        width: 190px;
    }

    .flag_text {
        top: 119px;
        left: 53px;
    }
}

@media (max-width: 1240px) {

    .draconic {
        display: none;
    }

    .flag {
        display: none;
    }

    .luchi {
        display: none;
    }

    .birja_text_block {
        margin: 0 auto;
        padding: 0;
    }

    .birja_inblock {
        padding: 0 32px;
    }

    .birja_block {
        height: 428px;
    }

    .petlya {
        display: none;
    }
}

@media (max-width: 920px) {
    .birja_title {
        font-size: 40px;
        font-weight: 400;
        line-height: 52px;
    }

    .birja_p {
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
    }

    .birja_block {
        height: 425px;
    }
}

@media (max-width: 599px) {

    .birja_block {
        height: 410px;
    }

    .birja_title {
        font-size: 28px;
        line-height: 36px;
        text-align: center;
    }

    .birja_inblock {
        padding: 73px 0px 0;
        align-items: flex-start;
    }

    .birja_text_block {
        gap: 38px;
        padding: 0 16px;
    }

    .birja_p {
        font-size: 16px;
        line-height: 22px;
    }

    .spear {
        position: absolute;
        top: 45px;
        left: 0;
        object-fit: none;
    }

    #birja {
        padding: 112px 0 74px;
        overflow: hidden;
    }
}