
.header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 9rem;
    margin-bottom: 9rem;

}

.header_text {
    position: relative;
    background: radial-gradient(circle at center, #fff097 0%, #d49938 40%, #b47325 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* z-index: 2; */

}

.section {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.section-row {
    display:flex;
    flex-direction: row;
}

.header_text::before {
    content: "";
    /* z-index: -1; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center, #81541a 0%, #090708 100%);
    transform: scale(1.1, 0.6);
    filter: blur(30px);
    z-index: -1;
}

.header_text::after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    border-radius: inherit;
    /* z-index: 1; */

}

h1 {
    font-family: 'wikiFont';
    font-weight: bold !important;
    font-size: 5vw;
    line-height: 133%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

h2 {
    font-family: 'wikiFont';
    font-weight: bold;
    font-size: 2.5vw;
    color: #fbe4ad;
    line-height: 133%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 4rem;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

h3 {
    font-family: 'wikiFont';
    font-weight: bold;
    font-size: 2vw;
    line-height: 133%;
    margin-top: 0;
    color: #fbe4ad;
    margin-top: 3rem;
    margin-bottom: 1rem;
    text-align: left;
}

h4 {
    font-family: 'wikiFont';
    font-weight: bold;
    font-size: 1.5vw;
    line-height: 133%;
    margin-top: 0;
    margin-bottom: 2rem;
    text-align: left;
    color: #fbe4ad;
}

.navigation {
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    justify-content: center;
    padding: 5rem 0 5rem 0;
}

.navigation_title {
    font-family: 'wikiFont';
    width: 100%;
    font-weight: bold;
    line-height: 133%;
    text-decoration: none;
    margin: 0;
    font-size: 2rem;
    position: relative;
    padding: 1.5rem 0 0 0;
    color:#8b6d41;
    text-align: center;
    transition: transform 0.3s ease;
}


a.navigation_title:hover {
    color: #fbe4ad;
    cursor: pointer;
    transform: scale(1.2);
}

.text {
    font-family: 'wikiFont';
    margin-bottom: 2rem;
    font-size: 1.3vw;
    color: #ffe8c0 ;
}

.color-champagne {
    color: #ffe8c0 ;
}

.color-yellow {
    color: #fdc260;
}
.color-orange {
    color:#f4a738;;
}

.color-pink {
    color: #ea0070;
}
.list_text {
    font-family: 'wikiFont';
    font-weight: normal;
    font-size: 1.3vw;
    padding-left: 5rem;
    color: #ffe8c0 ;
    margin-bottom: 2rem;

}

.intro_text__wrapper {
    position: relative;
    margin-top: 7rem;
    margin-bottom: 7rem;
}


#kavichka_img_start {
    position: absolute;
    width: 30rem;
    top: -8rem;
    left: -6rem;
}

#kavichka_img_end {
    position: absolute;
    width: 25rem;
    bottom: -8rem;
    right: -6rem;
}

.intro_text {
    font-family: 'wikiFont';
    font-weight: normal;
    text-align: justify;
    font-size: 1.8vw;
    margin: 0;
    /* padding-top: 3rem; */
    /* padding-bottom: 3rem; */
}


.top_page_grad {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    width: 100%;
    background-image: url("https://static.igem.wiki/teams/4917/wiki/bg-top.svg");
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat, no-repeat;
    /* z-index: -1; */
}

.center_page_grad {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin:0;
    /* margin-top:-1px; */
    width: 100%;
    background-image: url("https://static.igem.wiki/teams/4917/wiki/bg-bottom.svg");
    background-size: 100%;
    background-position: top;
}


.figure__img {
    box-sizing: content-box;
    /* box-shadow: 0px 0px 30px 4px rgba(9, 7, 8, 0.4); */
    margin-bottom: 1rem;
}

.figure-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 80%;
    margin-top: 3rem;
    margin-bottom: 3rem;
    margin-right: auto;
    margin-left: auto;
}

.figure-legend {
    font-family: 'wikiFont';
    font-weight: normal;
    font-size: 1.1vw;
    width: auto;
    color: #ffe8c0;

}

.chetkaja-table {
    font-family: 'wikiFont';
    font-weight: normal;
    font-size: 1vw;
    box-shadow: 0 0 30px 4px rgba(9, 7, 8, 0.3);
    width: 100%;
    table-layout: fixed;
}

.chetkaja-table thead tr {
    background-color: rgba(180, 115, 37, 0.6);
    color: white;
    text-align: center;
}

.chetkaja-table tbody tr {
    background-color: rgba(9, 7, 8, 0.3);
    color: #ffffff;
    text-align: center;
}

.chetkaja-table tbody tr:hover {
    background-color: rgba(212, 153, 56, 0.2);
}

.chetkaja-table th,
.chetkaja-table td {
    padding: 12px 15px;
    font-family: 'proximaNovaLight';
    word-wrap: break-word;
}

.chetkaja-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.chetkaja-table tbody tr:last-of-type {
    border-bottom: 2px solid #b47325;
}

.gradient-text-pyp {
    position: relative;
    background: radial-gradient(circle at center, #e5aa17 0%, #e56e91 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: 500;
}

.gradient-text-ypy {
    position: relative;
    background: radial-gradient(circle at center, #e56e91 0%, #e5aa17 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: 500;
}

.gradient-text-oyo {
    position: relative;
    background: radial-gradient(circle at center, #f6d347 0%, #d0793c 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: 500;
}

.gradient-text-yoy {
    position: relative;
    background: radial-gradient(circle at center, #d0793c 0%, #f6d347 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: 500;
}

.pr-3 {
    padding-right: 3rem;
}

.pr-5 {
    padding-right: 5rem;
}

.pr-7 {
    padding-right: 7rem;
}

.mb-10 {
    margin-bottom: 10rem;
}
.mb-6 {
    margin-bottom: 6rem;
}
.mb-8 {
    margin-bottom: 8rem;
}