@font-face {
    font-family: 'Regular';
    src: url('../../fonts/Regular.eot');
    src: url('../../fonts/Regular.eot') format('embedded-opentype'),
         url('../../fonts/Regular.woff2') format('woff2'),
         url('../../fonts/Regular.woff') format('woff'),
         url('../../fonts/Regular.ttf') format('truetype'),
         url('../../fonts/Regular.svg#Regular') format('svg');
}

@font-face {
    font-family: 'Medium-Font';
    src: url('../../fonts/Medium.eot');
    src: url('../../fonts/Medium.eot') format('embedded-opentype'),
         url('../../fonts/Medium.woff2') format('woff2'),
         url('../../fonts/Medium.woff') format('woff'),
         url('../../fonts/Medium.ttf') format('truetype'),
         url('../../fonts/Medium.svg#Medium') format('svg');
}

@font-face {
    font-family: 'Bold';
    src: url('../../fonts/Bold.eot');
    src: url('../../fonts/Bold.eot') format('embedded-opentype'),
         url('../../fonts/Bold.woff2') format('woff2'),
         url('../../fonts/Bold.woff') format('woff'),
         url('../../fonts/Bold.ttf') format('truetype'),
         url('../../fonts/Bold.svg#Bold') format('svg');
}

body {
    font-family: 'Regular', sans-serif !important;
}

select,
button,
a,
input,
textarea,
img {
    outline: none !important;
    box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
    font-family: 'Bold', sans-serif !important;
}

a,
button {
    text-decoration: none !important;
    transition: .3s all !important;
}

img {
    max-width: 100% !important;
    border: 0 !important;
}




/*
////////////////////////////////////////////////////////////////
————————————————————————————————————————————————————————————————
Стили страницы авторизации / регистрации / восстановления пароля
————————————————————————————————————————————————————————————————
////////////////////////////////////////////////////////////////
*/

.auth__page {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.auth__page .container {
    position: absolute;
}

.auth__page .col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    justify-content: center;
}

.form__block {
    background-color: rgba(0,0,0,.2);
    backdrop-filter: blur(1rem);
    width: calc(100% - 1rem);
    max-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: .5rem;
    text-align: center;
    border-radius: 1.7rem;
    border: 1px solid #ffffff10;
}

.form__block h1 {
    font-size: 2rem;
    margin: .75rem 0 0 0;
    color: #fff;
}

.form__block form {
    display: flex;
    flex-direction: column;
    gap: .25rem;
}

.form__block input,
.fields__profile__edit input {
    background-color: transparent !important;
    padding: 1.3rem;
    border-color: #ffffff20;
    color: #fff !important;
    border-radius: 1.5rem;
    width: 100%;
}

.form__block input::placeholder,
.fields__profile__edit input::placeholder {
    color: #999;
}

.form__block input:focus,
.fields__profile__edit input:focus{
    border-color: #ffffff;
}

.form__block button,
.save__button {
    border-radius: 1rem;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    border-color: transparent;
    font-size: 1.2rem;
    background-color: #976FEA;
    color: #fff;
    margin-top: .1rem;
}

.form__block button:hover,
.save__button:hover {
    background-color: #EA7951;
}

.delete__button {
    text-align: center;
    border-radius: 1rem;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    border-color: transparent;
    font-size: 1rem;
    background-color: transparent;
    color: #DF1125;
    border: 1px solid #DF112550;
    margin-top: .5rem;
}

.delete__button:hover {
    border-color: #DF1125;
}

.auth__page .col ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    gap: 3rem;
    font-size: 1rem;
}

.auth__page .col ul a {
    color: #fff;
}

.auth__page .col ul a:hover {
    color: #EA7951;
}




/*
////////////////////////////////////////////////////////////////////
————————————————————————————————————————————————————————————————————
Стили Flash-уведомлений по всему сайту (профиль, авторизация и т.д.)
————————————————————————————————————————————————————————————————————
////////////////////////////////////////////////////////////////////
*/

.flash__alert {
    position: fixed;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 99;
    transition: .3s all;
    padding: 1.5rem 2rem;
    border-radius: 1.5rem;
}

.flash__alert ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    font-size: 1rem;
}

.flash__warning {
    background-color: #DF1125;
    color: #fff;
    border: 1px solid #81323D;
}

.flash__success {
    background-color: #008001;
    color: #fff;
    border: 1px solid #006301;
}



/*
////////////////////////////////////////////////////////////////////
————————————————————————————————————————————————————————————————————
Стили Профиля (Шапка / Подвал / Контент и т.д.)
————————————————————————————————————————————————————————————————————
////////////////////////////////////////////////////////////////////
*/

.profile__body {
    background-color: #111;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.logo__status {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.logo__status span,
.logo__status button,
.hello__block .d-lg-none button {
    display: flex;
    align-items: center;
    background-color: transparent;
    padding: .5rem 1rem;
    font-size: .75rem;
    gap: .75rem;
    border: 1px solid transparent;
    border-radius: .9rem;
}

.logo__status span {
    color: #008001;
    border-color: #00800130;
}

.hello__block .d-lg-none form {
    width: 100%;
}

.hello__block .d-lg-none button {
    font-size: .9rem;
    width: 100%;
    justify-content: center;
    padding: 1rem;
    border-radius: 1.5rem;
}

.logo__status button,
.hello__block .d-lg-none button {
    border-color: #DF112530;
    color: #DF1125;
}

.logo__status button:hover {
    border-color: #DF1125;
}

.logo__status button img {
    width: 1rem;
}

#menu {
    background-color: #151515;
    margin: .5rem;
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
    border-radius: 1.5rem;
}

#menu .offcanvas-body {
    display: flex;
    flex-direction: column;
}

#menu .offcanvas-body .close__button {
    position: absolute;
    right: 1rem;
}

#menu .offcanvas-body > div {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 1rem;
    justify-content: space-between;
    padding: 1rem 1rem 0 1rem;
}

#menu .offcanvas-body > div h2 {
    font-size: 2rem;
    color: #fff;
}

#menu .offcanvas-body > div p {
    color: #999;
    font-size: 1.2rem;
}

#menu .offcanvas-body > div > div a {
    width: 100%;
    padding: 1.25rem 1.5rem;
    border: 1px solid #ffffff20;
    display: flex;
    align-items: center;
    gap: .75rem;
    border-radius: 1.5rem;
    font-size: 1rem;
    color: #fff;
}

#menu .offcanvas-body > div > div .warning {
    width: 100%;
    padding: 1.25rem 1.5rem;
    background-color: transparent;
    border: 1px solid #DF112530;
    color: #DF1125;
    display: flex;
    align-items: center;
    gap: .75rem;
    border-radius: 1.5rem;
    font-size: 1rem;
}

#menu .offcanvas-body > div > div span {
    display: flex;
    align-items: center;
    gap: .5rem;
}

#menu .offcanvas-body > div > div .success {
    color: #008001;
}

#menu .offcanvas-body > div > div:last-child a:last-child {
    background-color: #000;
    border-color: transparent;
}

#menu .offcanvas-body > div > div:last-child {
    display: flex;
    flex-direction: column;
    gap: .75rem;
    padding-bottom: 1rem;
}

#menu .close__button {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 1.2rem;
    background-color: transparent;
    border: 1px solid #ffffff30;
}

#menu .close__button:hover {
    border-color: #fff;
}

#menu .user__photo {
    width: 8rem;
    height: 8rem;
    margin: -1rem 0 1rem -1rem;
}

#menu .user__photo span {
    top: 0;
    right: 0;
    width: 2rem;
    height: 2rem;
}

.user__photo span.vip,
#menu .user__photo span.vip {
    background-color: #FFC800;
}

.upgrade__buttons {
    display: flex;
    flex-direction: column;
    gap: .75rem;
    margin-top: 1rem;
}

.hello__block .upgrade__buttons {
    flex-direction: row;
}

.hello__block .upgrade__buttons a,
.profile__edit__status__buttons a {
    padding: 1rem;
    border: 1px solid transparent;
    border-radius: 1.5rem;
    display: flex;
    align-items: center;
    gap: .75rem;
    font-size: 1rem;
}

.profile__edit__status__buttons a {
    justify-content: center;
}

.upgrade__buttons .premium,
.logo__status .is__premium {
    border-color: #976FEA50 !important;
    color: #976FEA !important;
}

.upgrade__buttons .premium:hover {
    border-color: #976FEA !important;
}

.upgrade__buttons .vip,
.logo__status .is__vip {
    border: 1px solid #FFC80050 !important;
    color: #FFC800 !important;
}

.upgrade__buttons .vip:hover {
    border-color: #FFC800 !important;
}

.logo__status span img {
    width: .75rem !important;
}

.profile__header .col > div {
    background-color: #151515;
    border-radius: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    margin-top: 1rem;
    border: 1px solid #191919;
}

.profile__header .col > div > div {
    display: flex;
    align-items: center;
}

.notifications {
    position: relative;
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #191919;
    border-radius: 1.2rem;
    margin-right: 1.5rem;
}

.notifications span {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 100%;
    background-color: #DF1125;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .7rem;
    color: #fff;
    position: absolute;
    top: -.5rem;
    right: -.5rem;
}

.notifications:hover {
    background-color: #222;
}

.user__photo {
    width: 3.5rem;
    height: 3.5rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user__photo span {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 100%;
    background: url(../../img/star.svg) center no-repeat #976FEA;
    background-size: .75rem;
    position: absolute;
    z-index: 9;
    bottom: -.375rem;
    display: flex;
}

.user__photo picture {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    overflow: hidden;
}

.user__photo picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.profile__header .col > div > div ul {
    list-style: none;
    margin: 0 0 0 .75rem;
    padding: 0;
    font-size: 1rem;
    color: #fff;
}

.profile__header .col > div > div ul a {
    color: #777;
    font-size: .75rem;
}

.profile__header .col > div > div ul a:hover {
    color: #fff;
}

.logout__button {
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #191919;
    border-radius: 1.2rem;
    margin-left: 1.5rem;
}

.logout__button:hover {
    background-color: #222;
}

.profile__header .col > div > div > button {
    display: none;
}

footer .col > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .9rem;
    color: #777;
    padding: 2rem;
    background-color: #000;
    margin: 2rem 0 1rem 0;
    border-radius: 1.5rem;
}

footer .col > div p {
    margin: 0;
}

footer .col > div ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 3rem;
}

footer .col > div ul a {
    color: #fff;
}

footer .col > div ul a:hover,
footer ul .active a {
    color: #EA7951 !important;
}

.hello__block {
    margin-top: 2rem;
}

.hello__block .col > div {
    padding: 3rem;
    background: url(../../img/hello__bg.png) center right -50% no-repeat #151515;
    background-size: 50rem;
    border-radius: 2rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: start;
    border: 1px solid #191919;
}

.hello__block .col > div > div {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.hello__block .col > div h1 {
    font-size: 2rem;
}

.hello__block .col > div .notification,
#menu .notification {
    padding: 1rem 1.5rem;
    border-radius: 1.5rem;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: .75rem;
}

#menu .notification {
    background-color: transparent !important;
    padding: 0;
    border-radius: 0;
    border: none !important;
    margin-top: 1rem;
    gap: .5rem !important;
}

.hello__block .col > div .notification picture {
    flex-shrink: 0;
}

#menu .notification img {
    width: .75rem !important;
    height: .75rem !important;
}

.hello__block .col > div .notification.warning {
    background-color: #DF112510;
    color: #fff;
    border: 1px solid #81323D50;
}

.hello__block .col > div .notification.warning button {
    color: #fff;
    background-color: transparent;
    border: 1px solid #ffffff30;
    font-size: .75rem;
    padding: .75rem 1rem;
    border-radius: 1rem;
    line-height: 100%;
}

.hello__block .col > div .notification.warning button:hover {
    border-color: #fff;
}

.hello__block .col > div .notification.success {
    background-color: #00800110;
    color: #008001;
    border: 1px solid #00630150;
    backdrop-filter: blur(1.5rem);
}

.hello__block .col > div .notification.premium,
#menu .notification.premium {
    background-color: #976FEA30;
    color: #976FEA;
    border: 1px solid #5F439B30;
    backdrop-filter: blur(1.5rem);
}

.hello__block .col > div .notification.vip,
#menu .notification.vip {
    background-color: #FFC80030;
    color: #FFC800;
    border: 1px solid #FFC80030;
    backdrop-filter: blur(1.5rem);
}

.hello__block .col > div .notification.premium picture,
#menu .notification.premium picture {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hello__block .col > div .notification p {
    margin: 0;
}

.inner__header .col > div {
    padding: 2rem;
    background-color: #151515;
    border-radius: 2rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
    align-items: start;
    border: 1px solid #191919;
}

.inner__header .col > div ul {
    display: flex;
    align-items: center;
    gap: .25rem;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: .75rem;
    color: #999;
}

.inner__header .col > div ul a {
    color: #fff;
}

.inner__header .col > div ul a:hover {
    color: #EA7951;
}

.inner__header h1 {
    font-size: 1.7rem;
    margin: 0;
}

.inner__content__block {
    margin-top: 3rem;
    color: #fff;
}

.inner__content__block .ratio picture {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    overflow: hidden;
}

.inner__content__block .ratio picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.profile__photo {
    position: sticky;
    top: 2rem;
}

.photo__size__text {
    font-size: .75rem;
    color: #777;
    padding: .5rem 1rem;
    margin: .75rem 0 0 0;
    background-color: #1a1d20;
    border-radius: .75rem;
    display: inline-block;
}

.profile__photo input {
    display: none;
}

.profile__photo label {
    position: relative;
    cursor: pointer;
}

.profile__photo label:hover::after {
    opacity: 1;
}

.avatar-upload {
    position: relative;
    width: 100%;
    height: 100%;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit svg {
    position: absolute;
    left: 0;
    top: 0;
    margin: .75rem 0 0 .75rem;
}

.avatar-upload .avatar-edit label {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100%;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit label:hover {
    background: #976FEA;
}

.avatar-upload .avatar-edit label path {
    stroke: #000;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit label:hover path {
    stroke: #fff;
}

.avatar-upload .avatar-preview {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 100%;
}

.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.fields__profile__edit {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.fields__profile__edit > div,
.fields__profile__edit > div > div {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    align-items: start;
}

.fields__profile__edit label {
    font-size: .9rem;
    padding: 0 1rem;
    color: #ffffff75;
}

.password__fields__edit {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 1.5rem !important;
    padding: 1rem;
    background-color: #151515;
    border-radius: 1.5rem;
}

.password__fields__edit > div {
    width: 100%;
    align-items: start;
}

.fields__profile__edit p {
    font-size: .75rem;
    color: #c1c1c1;
    margin: 0 1rem 1rem 1rem;
}

.button__secondary {
    font-size: .75rem;
    padding: .75rem 1rem;
    line-height: 100%;
    background-color: #569A8A;
    border: 0;
    border-radius: 1rem;
    color: #fff;
}

.button__secondary:hover {
    background-color: #EA7951;
}

@media (min-width: 1440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1300px;
    }
}

@media (max-width: 1400px) {}

@media (max-width: 1200px) {
    .hello__block .col > div {
        background: url(../../img/hello__bg.png) center right -30rem no-repeat #151515;
        background-size: 50rem;
    }
}

@media (max-width: 992px) {
    footer .col > div {
        flex-direction: column-reverse;
        gap: 2rem;
    }

    footer .col > div ul {
        flex-direction: column;
        gap: .75rem;
    }

    .profile__photo {
        position: relative;
        top: 0;
    }
}

@media (max-width: 768px) {}

@media (max-width: 576px) {
    .profile__header .col > div {
        margin-top: .75rem;
        padding-right: 1rem;
    }

    .notifications {
        margin-right: 1rem;
    }

    .profile__header .col > div > div ul,
    .logout__button {
        display: none;
    }

    .profile__header .col > div > div > button {
        width: 3.5rem;
        height: 3.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #191919;
        border-radius: 1.2rem;
        margin-left: 1rem;
        border: 0;
    }

    .profile__header .col > div > div > button:hover {
        background-color: #222;
    }

    .categories__list {
        font-size: 1rem;
    }

    .card {
        height: 100% !important;
    }

    .card-title {
        font-size: .9rem;
        margin: 0 0 1rem 0 !important;
    }

    .card-text {
        display: none;
    }

    .card-body {
        padding: .75rem !important;
        justify-content: space-between !important;
        display: flex;
        flex-direction: column;
    }

    .card-body a {
        font-size: .75rem;
    }

    footer .col > div {
        margin-bottom: .75rem;
    }

    .hello__block .col > div {
        padding: 1.5rem;
        background-position: 0 -30rem;
    }

    .hello__block .col > div h1 {
        font-size: 1.5rem;
        line-height: 150%;
    }

    .hello__block .col > div > div {
        flex-direction: column;
        width: 100% !important;
    }

    .hello__block .col > div > div > div {
        width: 100%;
        margin-top: 0;
    }

    .profile__edit__status__buttons {
        flex-direction: row;
    }

    .hello__block .col > div > div > div a,
    .profile__edit__status__buttons a {
        font-size: .75rem;
        width: 100%;
        gap: .5rem;
        justify-content: center;
        padding: .75rem !important;
        border-radius: .75rem !important;
    }

    .profile__edit__status__buttons a {
        font-size: .8rem;
    }

    .hello__block .col > div > div > div a img {
        width: .5rem !important;
    }

    .profile__edit__status__buttons a img {
        width: .75rem !important;
    }

    .inner__header .col > div {
        padding: 1.5rem;
        gap: .75rem;
    }

    .inner__header .col > div ul {
        font-size: 10px;
    }

    .hello__block,
    .inner__header .col > div {
        margin-top: 1rem;
    }

    .inner__header .col > div h1 {
        font-size: 1.3rem;
    }

    .flash__alert {
        top: .75rem;
        width: calc(100% - 1.5rem);
        right: .75rem;
        padding: 1rem;
        border-radius: .75rem;
    }

    .profile__photo .ratio {
        max-width: 250px !important;
        margin: 0 auto;
    }
}