.content-header {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    margin-bottom: 12px;
}

.content-header-div {
    display: flex;
    align-items: center;
    gap: 8px;
}

.content-logo {
    width: 32px;
    height: 32px;
}

.content-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
}

.content-kratkoe-opisanie {
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #fff;
    margin-bottom: 16px;
}

.content-btn-podrobnee {
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    padding: 8px 16px;
    border: 1px solid white;
    border-radius: 43px;
}

.content-zabronirivat {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    width: 100%;
    padding: 16px 0;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
    border-radius: 43px;
}
