.shapka {
    display: flex;
    flex-direction: column;
}
.info_first {
    display: flex;
    justify-content: flex-end;
    margin-top: 2%;
}
.info_first a {
    color: #ff6400;
}
.info_second {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.info_second a {
    text-decoration: none;
    color: orange;
    text-transform: uppercase;
}
.links {
    width: 65%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.links a {
    text-decoration: none;
    color: orange;
    text-transform: uppercase;
}
summary {
    color: orange;
    text-transform: uppercase;
}
.strelka {
    list-style-type: disclosure-closed;
}