body {
    height: 100%;
}

.footer {
    position: absolute;
    top: 6950px;

    height: 765px;
    width: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 42px;
}

.footer_title {
    margin: 0;
    width: 465.8px;
    height: 150px;
    
    font-family: 'Days One';
    font-style: normal;
    font-weight: 400;
    font-size: 90px;
    text-align: center;
    
    color: #AB57C8;
}

.foot_sponsors {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    gap: 20px;

    width: 100%;
    height: 362.72px;
    margin-bottom: 150px;
}

.sponsors {
    display: flex;
    flex-direction: row;
    align-items:center;
    justify-content:center;
    width: 100%;
    height: 500px;
    margin-top:20px;
}

.sponsor {
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 20px 0 20px;
    width: 480px;
    height: 180px;
}
.foot_main {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 50px;
}

.footer_img {
    width: 400px;
    height: 450px;
    background-image: url("https://static.igem.wiki/teams/4521/wiki/plastikaensis-1-2.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    flex: none;
    order: 0;
    flex-grow: 0;
}

.footer_line {
    width: 4px;
    height: 351px;
    
    background: url("https://static.igem.wiki/teams/4521/wiki/line-30-1.png");
    
    flex: none;
    order: 1;
    flex-grow: 0;
}

.footer_main {
    width: 639px;
    height: 317px;
    
    flex: none;
    order: 2;
    flex-grow: 0;
}

.footer_contacts {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 20px;
    
    position: relative;
    width: 639px;
    height: 317px;
}

.footer_icons {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 0px;
    gap: 50px;
    
    width: 38px;
    height: 285px;
    
    flex: none;
    order: 0;
    flex-grow: 0;
}

.footer_icons > div {
    background-size: cover;
    background-repeat: no-repeat;
}

.footer_text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 38px;
    
    width: 557px;
    height: 294px;
    
    flex: none;
    order: 1;
    flex-grow: 0;
}

.footer_text > a {
    width: 341px;
    height: 46px;
    
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 42px;
    
    color: #000000;
}

.license_col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: left;
}

.license_row {
    width: 900px;
    height: 50px;
}

.license_row > small {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 42px;
}
