#video
{
    max-width: 70%;
}

#intro {
    padding: 40px 0 0;
}

#intro div.row
{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}

#intro div.row.row-second
{
    flex-direction: row-reverse;
}

#intro div.row > img.baner,
#intro div.row > p
{
    width: calc(50% - 2.5px);
    box-sizing: border-box;
    font-weight: 400;
}

#intro div.row > img.baner
{
    border-radius: 5px;
}

#intro div.row > img#badge
{
    position: absolute;
    top: 20px;
    left: 33%;
    width: 120px;
}

#intro h1 {
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0;
    color: #fff;
}

#intro h2 {
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.1;
    min-height: 24px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #FF3FE4;
}

#intro h2 svg {
    padding: 2px 10px 0;
    height: 22px;
    width: 160px;
}

#intro img.loga_partnerzy
{
    padding: 10px 0;
}

#intro h2 span.higher {
    font-size: 26px;
    padding-bottom: 3px;
    font-weight: 600;
}

#intro h2 span.white {
    color: #fff;
    padding: 0 10px;
}

#intro p {
    color: #F9ECFF;
    font-size: 18px;
    line-height: 1.5;
    text-align: justify;
    padding: 2px 4px;
}

#intro p span {
    font-weight: 600;
    color: #FBBCFF;
}

#wyszukiwarka_menu {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

#wyszukiwarka_menu a {
    padding-top: 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: calc(100% / 7 - 4px);
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
    background: var(--kolor);
    font-size: 9px;
    text-transform: uppercase;
    color: #F9DFFF;
    font-family: "Roboto";
    min-height: 55px;
}

#wyszukiwarka_menu a svg.icon {
    width: 22px;
    height: 22px;
    padding: 4px 0 0px;
}

#wyszukiwarka_menu a span.nazwa {
    display: inline-flex;
    min-height: 20px;
    justify-content: center;
    align-items: center;
}

#wyszukiwarka_menu a.active,
#wyszukiwarka_menu a:hover {
    text-decoration: none;
    background-color: #B955C7;
    color: #fff;
}