.responsible-wrapper {
    display: flex
;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 10px 5px;
    background-color: #393563;
}
.responsible-wrapper p {
    margin-bottom: 0;
    text-align: center;
}
.main-title{
    color: #D9BCFF;
}
.text-center{
    text-align: center;
}
.footer__links {
    align-items: center;
    gap: 20px;
    display: flex
;
flex-wrap: wrap;
justify-content: center;
text-decoration: underline;
}
.footer__copyright{
    margin-top: 20px;
}
.footer h2{
    text-align: center;
}
.mediater{
    width: 100px !important;
}
.seo-content{
    margin-top: 6rem;
}
@media screen and (max-width: 768px) {
    .mediater{
        width: 70px !important;
    }
    .seo-content{
        margin-top: 9em;
    }
}
.age-modal {
    position: fixed;
    top: 0;
    left: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.2);
    display: flex
;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.age-modal, .header__img img, .main::before {
    width: 100%;
    height: 100%;
}
.age-modal__content {
    max-width: 500px;
    padding: 20px;
    background-color: #2c2c2c;
    color: #cccccc    ;
    border-radius: 10px;
}
.age-modal__title {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
.age-modal__title, .policy p {
    margin-bottom: 20px;
}
.age-modal__text {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 1rem;
}
.age-modal__btns {
    display: flex
;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.age-modal__btn {
    border: none;
    outline: 0;
    background-color: #512080;
    color: #cccccc;
    padding: 10px 20px;
    transition: .3s;
    border-radius: 5px;
    line-height:25px;
}
.age-modal__error {
    color: red;
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
    display: none;
}