*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    border: none;
    background-color: inherit;
}
:root{
    --bs-border-color: #d7d7d7;
    --bs-border-width: 2px;
}
.wrapper {
    width: 100%;

    background-color: #e5e5e5;
    padding: 50px;
    border-color: black!important;
    border-radius: 10px!important;

    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.title,
.subtitle {
    font-size: 20px;
}

.subtitle {
    color: #4f4f4f;
}

/*Header*/
.header {
    height: 20%;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
form[name=Search] label {
    display: inline-block;
}
form[name=Search] input[type=search] {
    text-indent: 1rem;
}
form[name=Search] input[type=search]:focus-visible {
    outline: none;

}

/*content__mainInfo*/
.content {
    height: 80%;
}
.content__mainInfo .content__item-photo {
    position: relative;
    height: 60%;
    max-height: 400px;
}
.content__item-photo img {
    width: 60%;
    height: 100%;
}
.even {
    height: 40%;
}
.mainInfo-userPhoto img {
    width: 100%;
    height: 100%;
}

.content__otherInfo .content__item {
    height: 20%;
}

/*Eror*/
.error {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);

    width: 100%;

    background-color: #e5e5e5;
    padding: 50px;
    border-color: black!important;
    border-radius: 10px!important;
}

