@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap");

* {
    padding: 0px;
    margin: 0px;
    border: 0px
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:focus,
:active {
    outline: none
}

a:focus,
a:active {
    outline: none
}

aside,
nav,
footer,
header,
section {
    display: block
}

html,
body {
    height: 100%;
    min-width: 320px
}

body {
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

input,
button,
textarea {
    font-family: "Montserrat", sans-serif
}

input::-ms-clear {
    display: none
}

button {
    cursor: pointer
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a,
a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

figcaption,
figure {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

main {
    display: block
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

input {
    overflow: visible
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

details {
    display: block
}

summary {
    display: list-item
}

menu {
    display: block
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

body {
    color: #000;
    font-size: 14px
}

body.lock {
    overflow: hidden
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    overflow: hidden
}

.container {
    max-width: 1636px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px
}

@media (max-width: 1648px) {
    .container {
        max-width: 970px
    }
}

@media (max-width: 991.98px) {
    .container {
        max-width: 750px
    }
}

@media (max-width: 767.98px) {
    .container {
        max-width: none;
        padding: 0 10px
    }
}

.content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.main__container {
    width: 100%;
    max-width: 2560px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main__container-wrapper {
    position: absolute;
    content: '';
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .9;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 2
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    background-color: #f5f5f5;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 0.25rem;
    margin: 40px auto 0 auto;
    z-index: 2
}

.crumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
    gap: 0.5rem;
    z-index: 2
}

.crumb {
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    color: currentColor;
    border-radius: 0.2rem;
    border: 0.0625rem solid #d7d7d7
}

.crumb:hover,
.crumb__active {
    background-color: #1d1f20;
    color: #fdfdfd;
    border-color: #1d1f20
}

.crumb__prev {
    margin-right: 0.5rem;
    cursor: w-resize
}

.crumb__next {
    margin-left: 0.5rem;
    cursor: e-resize
}

@media (max-width: 1200px) {
    .main__container-wrapper-active {
        left: 0
    }
}

.menu__wrapper {
    padding: 0 10px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 50
}

.menu__wrapper:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #323232;
    z-index: 2
}

.menu__container {
    padding: 0 30px;
    width: 100%;
    margin: 0 auto
}

.menu__body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 550px) {
    .menu__body {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.menu__logo {
    margin-left: 39px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 135px;
    flex: 0 0 135px;
    z-index: 3;
    margin-top: 4px;
}

.menu__logo img {
    max-width: 100%;
    display: block;
}

.menu__burger {
    z-index: 3
}

.menu__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 3
}

.menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2
}

.menu__list li {
    margin: 0px 0px 0px 20px
}

.menu__link {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    text-decoration: none
}

.menu__burger {
    width: 39px;
    height: 26px;
    position: relative;
    display: block;
    cursor: pointer
}

.menu__list {
    display: block
}

.menu__list li {
    margin: 0px 0px 20px 0px
}

.bar {
    padding: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    display: block;
    border-radius: 4px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    -webkit-transition: all 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out 0.4s;
    transition: all 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out 0.4s;
    -o-transition: all 0.4s ease-in-out, transform 0.4s ease-in-out 0.4s;
    transition: all 0.4s ease-in-out, transform 0.4s ease-in-out 0.4s;
    transition: all 0.4s ease-in-out, transform 0.4s ease-in-out 0.4s, -webkit-transform 0.4s ease-in-out 0.4s
}

.bar.bar-1 {
    top: 0
}

.bar.bar-2 {
    top: 13.5px;
    width: 2px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 13.5px
}

.bar.bar-3 {
    right: 0;
    top: 13.5px;
    width: 2px;
    left: 13.5px
}

.bar.bar-4 {
    top: 13.5px;
    bottom: 0
}

.bar.bar-5 {
    bottom: 0px
}

.show {
    display: block !important;
    -webkit-transition: .5ms;
    -o-transition: .5ms;
    transition: .5ms
}

.show.menu__burger .bar-1 {
    top: 13.5px;
    background-color: transparent
}

.show.menu__burger .bar-2 {
    left: 0px;
    width: 30px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.show.menu__burger .bar-3 {
    left: 0;
    width: 30px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.show.menu__burger .bar-4 {
    background-color: transparent
}

.show.menu__burger .bar-5 {
    bottom: 13.5px;
    background-color: transparent
}

.show.menu__nav {
    top: 0
}

@media (max-width: 767px) {
    .menu__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px
    }

    .menu__body {
        height: 50px
    }
}

@media (max-width: 421px) {
    .menu__body {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 85px;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

@media (max-width: 550px) {
    .menu__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        margin-left: 0
    }
}

.header .menu__nav {
    width: 100%
}

@media (max-width: 550px) {
    .header .menu__nav {
        width: auto
    }
}

@media (max-width: 421px) {
    .header .menu__nav {
        margin: 0 auto
    }
}

.header__search {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 413px;
    flex: 1 0 413px
}

@media (max-width: 1020px) {
    .header__search {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
}

@media (max-width: 550px) {
    .header__search {
        display: none
    }
}

.header__input {
    background: #FFFFFF;
    -webkit-box-shadow: -3px -3px 9px rgba(13, 115, 119, 0.61);
    box-shadow: -3px -3px 9px rgba(13, 115, 119, 0.61);
    border-radius: 52px;
    padding: 10px 20px;
    width: 100%;
    max-width: 413px
}

@media (max-width: 767px) {
    .header__input {
        padding: 6px 20px
    }
}

.header__form {
    position: relative;
    max-width: 413px;
    width: 100%;
    margin-left: 252px
}

@media (max-width: 1684px) {
    .header__form {
        margin-left: 150px
    }
}

@media (max-width: 1590px) {
    .header__form {
        margin: 0 auto
    }
}

.header__confirm {
    position: absolute;
    top: 0;
    right: -8px;
    z-index: 3;
    width: 35px;
    height: 35px;
    -webkit-box-shadow: 0px 4px 4px rgba(65, 65, 65, 0.25);
    box-shadow: 0px 4px 4px rgba(65, 65, 65, 0.25);
    border-radius: 15px;
    -webkit-transform: rotate(46.18deg);
    -ms-transform: rotate(46.18deg);
    transform: rotate(46.18deg);
    background: #0D7377
}

.header__confirm a {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header__confirm a img {
    -webkit-transform: rotate(-46.18deg);
    -ms-transform: rotate(-46.18deg);
    transform: rotate(-46.18deg);
    width: 18px;
    margin: auto 0
}

@media (max-width: 767px) {
    .header__confirm a {
        background-size: 22px
    }
}

@media (max-width: 767px) {
    .header__confirm {
        top: -5px
    }
}

.header__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -9px
}

@media (max-width: 1020px) {
    .header__info {
        margin-left: 20px
    }
}

.header__item {
    margin: 0 9px;
    position: relative;
    z-index: 60;
    cursor: pointer
}

.header__item img {
    width: 25px
}

.header__value {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: -5px;
    right: 0;
    background-color: #D20000;
    border-radius: 50%;
    color: #fff;
    width: 15px;
    text-align: center;
    height: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px
}

.header__line {
    position: relative;
    margin-top: 60px;
    height: 161px;
    background: url(../img/header/top_layer.png) center top/cover no-repeat
}

@media (max-width: 767px) {
    .header__line {
        margin-top: 50px;
        height: 75px
    }
}

.header__img img {
    /* width должен быть равен ширине картинки */
    width: 457px;
    position: absolute;
    overflow: hidden;
    /* top высчитывается по формуле: (161 - {ВЫСОТА КАРТИНКИ}) */
    /* Где 161 - высота хедера без учета навбара */
    top: -59px;
    /* Отступ справа регулируем в зависимости от картинки */
    /* Не забываем про отступы справа у @media блоков */
    right: 420px;
    z-index: 51;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

@media (max-width: 1856px) {
    .header__img img {
        right: 430px
    }
}

@media (max-width: 1727px) {
    .header__img img {
        width: 450px;
        right: 430px;
        top: -55px
    }
}

@media (max-width: 1780px) {
    .header__img img {
        z-index: 40
    }
}

@media (max-width: 1650px) {
    .header__img img {
        right: 300px
    }
}

@media (max-width: 767px) {
    .header__img img {
        width: 272px
    }
}

.header__profile-picture {
    width: 71px;
    height: 71px;
    border-radius: 50%
}

.header {
    position: relative
}

.header__menu {
    position: fixed;
    z-index: 52;
    top: 60px;
    right: -100%;
    width: 100%;
    max-width: 365px;
    background-color: #fff
}

@media (max-width: 767px) {
    .header__menu {
        top: 50px
    }
}

@media (max-width: 421px) {
    .header__menu {
        top: 85px
    }
}

.header__wrapper {
    background-color: #F3F3F3;
    padding: 15px;
    -webkit-box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.25)
}

.header__elem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__profile img {
    width: 35px;
    height: 35px;
    border-radius: 50%
}

.header__descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 23px;
    text-align: left
}

.header__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__nickname {
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    color: black;
}

.header__country {
    margin-left: 10px
}

.header__country img {
    width: 31px
}

.header__member {
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #7D7D7D
}

.header__nav {
    padding: 10px 45px 20px 45px;
    background-color: #fff
}

.header__link {
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    margin-top: 22px
}

.header__link a {
    font-size: 18px;
    line-height: 13px;
    color: #000000;
    padding-left: 35px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 23px;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s
}

.header__link a:hover {
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s
}

.header__link-profile a {
    background-image: url(../img/icons/profile.png)
}

.header__link-profile a:hover {
    background-image: url(../img/icons/profile_active.png)
}

.header__link-settings a {
    background-image: url(../img/icons/settings.png)
}

.header__link-settings a:hover {
    background-image: url(../img/icons/settings_active.png)
}

.header__link-friends a {
    background-image: url(../img/icons/friends.png)
}

.header__link-friends a:hover {
    background-image: url(../img/icons/friends_active.png)
}

.header__link-favorites a {
    background-image: url(../img/icons/like.png)
}

.header__link-favorites a:hover {
    background-image: url(../img/icons/like_active.png)
}

.header__link-book a {
    background-image: url(../img/icons/book.png)
}

.header__link-book a:hover {
    background-image: url(../img/icons/book_active.png)
}

.header__link-exit a {
    background-image: url(../img/icons/exit.png)
}

.header__link-exit a:hover {
    background-image: url(../img/icons/exit_active.png)
}

.header__show {
    right: 0
}

.social {
    position: fixed;
    top: 60px;
    right: -100%;
    width: 100%;
    max-width: 600px;
    z-index: 52;
    background: #F3F3F3;
}

@media (max-width: 1000px) {
    .social {
        max-width: 450px
    }
}

@media (max-width: 767px) {
    .social {
        top: 50px
    }
}

@media (max-width: 550px) {
    .social {
        width: 100%;
        max-width: 100%
    }
}

@media (max-width: 421px) {
    .social {
        top: 85px
    }
}

.social__head {
    padding: 8px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #AEA6A6
}

@media (max-width: 344px) {
    .social__head {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.social__total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 24px
}

.social__value {
    color: #494949
}

.social__text {
    margin: 8px 0px 8px 23px;
    font-weight: 500;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.social__clear {
    display: flex;
    gap: 20px;
}

.social__clear button {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #000;
    padding-left: 23px;
    height: 20px;
    background-size: 19px;
}

.social__clear button:hover {
    color: #0D7377;
    text-decoration: underline 1px #0D7377;
}

.social__clear_all__button {
    background: url(../img/icons/trash.png) left center/cover no-repeat;
    height: 20px;
}

@media (max-width: 1200px) {
    .social__clear button {
        font-size: 16px
    }
}

.social__message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    background: #ffffffce;
}
.social__message--seen {
    background: #eceff1d7;
    color: gray;
}
.social__message--seen .social__img::after {
    opacity: .4;
}

/*.social__message:nth-child(2n) {
   background: #DFDCDC
}*/

.social__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 111px;
    flex: 0 0 111px;
    -webkit-transition: ease 1s;
    -o-transition: ease 1s;
    transition: ease 1s;
    position: relative
}

.social__img img {
    width: 100%
}

.social__img::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    -webkit-transition: ease .5s;
    -o-transition: ease .5s;
    transition: ease .5s
}

.social__title {
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase
}

@media (max-width: 1200px) {
    .social__title {
        font-size: 14px
    }
}

.social__from {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px
}

.from_whom_span {
    font-weight: 600;
}

@media (max-width: 1200px) {
    .social__from span {
        font-size: 14px
    }
}

.social__letter {
    font-size: 12px;
    line-height: 17px;
    max-width: 382px
}

.social__trash {
    margin-right: 38px;
    z-index: 2
}

.social__trash img {
    width: 25px;
    height: 25px
}

.social-message .social__message:hover .social__img {
    position: relative
}

.social-message .social__message:hover .social__img::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/icons/message.png) center center no-repeat;
    z-index: 1
}

.social-notification .social__message:hover .social__img {
    position: relative
}

.social-notification .social__message:hover .social__img::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/header/bell.png) center center no-repeat;
    z-index: 1
}

.showModal {
    right: 0
}

.header__registr {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -22px
}

.header__regitem {
    padding: 0 22px
}

.header__regitem a {
    color: #fff;
    font-size: 20px;
    line-height: 29px
}

@media (max-width: 1040px) {
    .header__registr {
        margin-left: 10px
    }
}

@media (max-width: 767px) {
    .header__regitem {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly
    }

    .header__regitem a {
        color: #fff;
        font-size: 18px;
        line-height: 29px
    }
}

.withoutreg .menu__nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.social__message:hover .social__img::after {
    opacity: .5
}

@media (max-width: 1000px) {
    .social__title {
        font-size: 12px
    }

    .social__from {
        font-size: 12px;
        line-height: 11px
    }

    .social__text {
        margin: 9px
    }

    .social__trash img {
        width: 20px;
        height: 20px
    }

    .social__letter {
        font-size: 11px;
        line-height: 11px
    }

    .social__total {
        font-size: 14px;
        line-height: 10px
    }

    .social__clear button {
        font-size: 14px;
        line-height: 10px
    }

    .header__wrapper {
        padding: 6px
    }

    .header__nav {
        padding: 10px 10px 20px
    }

    .header__link-profile a {
        font-size: 17px;
        background-size: 20px;
        line-height: 0
    }

    .header__link {
        margin-top: 15px
    }

    .header__menu {
        max-width: 290px
    }
}

@media (max-width: 550px) {
    .header__menu {
        max-width: 100%
    }
}

.main__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.menu__main {
    display: none;
    overflow: hidden;
    background: url(../img/menu/background_new_year_2025.png) left top/cover no-repeat;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 24px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 3
}

.menu__category {
    position: relative
}

.menu__category::before {
    position: absolute;
    content: '';
    top: 34px;
    left: -41px;
    width: 100%;
    max-width: 304px;
    border-bottom: 1px solid #C0C0C0;
    margin: 0 auto
}

.menu__category:first-child::before {
    display: none
}

.menu__category:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.menu__category:nth-child(2) .menu__item {
    margin-left: 15px;
    display: inline-block
}

.menu__item {
    margin-top: 12px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer
}

.leaf-node {
    margin-top: 12px;
}

.menu__item a {
    color: #000;
    background-position: 0 center;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background-repeat: no-repeat;
    background-size: 26px 26px;
    background-size: contain
}

.menu_item_a {
    padding-left: 28px;
}

.menu__item-main a {
    background-image: url(../img/icons/home.png)
}

.menu__item-main a:hover {
    background-image: url(../img/icons/home_active.png);
    color: #0D7377;
}

.menu__item-hot a {
    background-image: url(../img/icons/fire.png)
}

.menu__item-history a {
    background-image: url(../img/icons/history.png)
}

.menu__item-hot a:hover {
    background-image: url(../img/icons/fire_active.png);
    color: #0D7377;
}

.menu__item-history a:hover {
    filter: invert(33%) sepia(98%) saturate(371%) hue-rotate(133deg) brightness(92%) contrast(98%);
}

.menu__item-artists a {
    background-image: url(../img/icons/design.png)
}

.menu__item-artists a:hover {
    background-image: url(../img/icons/design_active.png)
}

.menu__item-like a {
    background-image: url(../img/icons/menu_like.png)
}

.menu__item-like a:hover {
    background-image: url(../img/icons/like_active.png)
}

.menu__item-save a {
    background-image: url(../img/icons/bookmark.png)
}

.menu__item-save a:hover {
    background-image: url(../img/icons/bookmark_active.png)
}

.menu__item-how a {
    background-image: url(../img/icons/info.png)
}

.menu__item-how a:hover {
    background-image: url(../img/icons/info_active.png);
    color: #0D7377;
}

.menu__title {
    padding-left: 43px;
    background: url(../img/icons/menu.png) center left no-repeat;
    margin-top: 55px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    background-size: contain
}

.menu__subscribes {
    margin-top: 91px;
    position: relative
}

.menu__subscribes::before {
    position: absolute;
    content: '';
    top: -37px;
    left: -41px;
    width: 100%;
    max-width: 304px;
    border-bottom: 1px solid #C0C0C0;
    margin: 0 auto
}

.menu__subtitle {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    padding-left: 43px;
    background: url(../img/icons/menu_bell.png) left center no-repeat
}

.menu__member-item {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000
}

.menu__sub {
    margin-left: 11px
}

.menu__category:nth-child(3) {
    margin-top: 70px
}

.menu__category:nth-child(3):before {
    top: -35px
}

.dropdown {
    display: none
}

.dropdown__name {
    display: inline-block;
    position: relative
}

.dropdown__name::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: -20px;
    border: 10px solid transparent;
    border-right: 10px solid #0D7377;
    width: 10px;
    height: 10px
}

.dropdown .dropdown__link {
    padding-left: 0;
    margin-left: 15px
}

.dropdown .dropdown__link:hover {
    border-bottom: 1px solid black;
}


.dropdown__link__parent:hover {
    border-bottom: 1px solid black;
}

.dropdown__name-active::before {
    right: -27px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 50%
}

.show__drop {
    display: block
}

.menu__item a:hover {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.menu__small {
    height: 100%;
    border-right: 1px solid #C0C0C0;
    display: none;
    background: #fff;
    z-index: 2;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.menu__small-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    font-size: 11px;
    padding: 5px 5px;
    border-bottom: 1px solid #C0C0C0;
    cursor: pointer
}

.menu__small-item::before {
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto;
    width: 20px;
    height: 20px
}

.menu__small-main::before {
    background: url(../img/icons/home.png) center center/cover no-repeat
}

.menu__small-like::before {
    background: url(../img/icons/menu_like.png) center center/cover no-repeat
}

.menu__small-popular::before {
    background: url(../img/icons/fire.png) center center/cover no-repeat
}

.menu__small-history::before {
    background: url(../img/icons/history.png) center center/cover no-repeat
}

.menu__small-artists::before {
    background: url(../img/icons/design.png) center center/cover no-repeat
}

.menu__small-category::before {
    background: url(../img/icons/menu.png) center center/cover no-repeat
}

.menu__small-text {
    margin-top: 35px
}

.menu__small-item:hover.menu__small-main:before {
    background: url(../img/icons/home_active.png) center center/cover no-repeat
}

.menu__small-item:hover.menu__small-like:before {
    background: url(../img/icons/like_active.png) center center/cover no-repeat
}

.menu__small-item:hover.menu__small-popular:before {
    background: url(../img/icons/fire_active.png) center center/cover no-repeat
}

.menu__small-item:hover.menu__small-history::before {
    filter: invert(33%) sepia(98%) saturate(371%) hue-rotate(133deg) brightness(92%) contrast(98%);
}

.menu__small-item:hover.menu__small-artists:before {
    background: url(../img/icons/design_active.png) center center/cover no-repeat
}

.menu__small {
    display: block
}

.menu__small-hide {
    display: none
}

@media (max-width: 1200px) {
    .menu__main {
        display: block;
        position: absolute;
        height: 100%;
        left: -100%;
        padding: 10px 30px
    }

    .menu__small-hide {
        display: block
    }

    .show {
        left: 0
    }
}

@media (max-width: 750px) {
    .menu__main {
        position: absolute;
        left: -100%;
        width: 100%;
        z-index: 4;
        height: 100%
    }

    .menu__category::before {
        max-width: 100%
    }

    .menu__subscribes::before {
        max-width: 100%
    }

    .show {
        left: 0
    }
}

@media (max-width: 400px) {
    .menu__small {
        display: none
    }
}




@media (max-width: 558px) {
    .menu__small-reg {
        display: none
    }
}

.mods__wrapper {
    padding: 0 42px 101px 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    gap: 20px;
}

.mods__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 357px;
    flex: 1 1 357px;
    max-width: 450px;
    overflow: hidden;
    margin: 68px 0px 0px;
}

.mods__picture {
    position: relative;
    display: flex;

    justify-content: center;
    height: 400px;
    overflow: hidden;
}

.mods__picture::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: ease 1s;
    -o-transition: ease 1s;
    transition: ease 1s
}

.mods__picture img {
    width: auto;
    height: auto;
}

.mods__name {
    margin-top: 10px;
    font-weight: bold;
    text-align: left;
}

.mods__row {
    margin-top: 3px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    line-height: 24px
}

.mods__creater {
    margin-left: 3px
}

.mods__descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    line-height: 18px;
    color: #636363
}

.mod__offer_description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    line-height: 18px;
    color: #232222;
    margin-top: 8px;
}

.mods__moderator {
    position: relative;
    font-weight: 600;
}

.mods__moderator::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: -15px;
    width: 12px;
    height: 12px;
    background: url(../img/icons/check.png) center left no-repeat
}

.mods__date {
    margin-left: 27px
}

.mods__value {
    position: relative;
    margin-left: 18px
}

.mods__value::before {
    position: absolute;
    content: '';
    top: 0;
    margin: auto 0;
    bottom: 0;
    left: -11px;
    width: 4px;
    height: 4px;
    background: #9A9898
}

@media (min-width: 2537px) {
    .mods__item__reduce_top_margin:nth-of-type(-n+6) {
        margin-top: 15px;
    }
}

@media (min-width: 2142px) {
    .mods__item__reduce_top_margin:nth-of-type(-n+5) {
        margin-top: 15px;
    }
}

@media (min-width: 1747px) {
    .mods__item__reduce_top_margin:nth-of-type(-n+4) {
        margin-top: 15px;
    }
}

@media (min-width: 1352px) {
    .mods__item__reduce_top_margin:nth-of-type(-n+3) {
        margin-top: 15px;
    }
}

@media (min-width: 1007px) {
    .mods__item__reduce_top_margin:nth-of-type(-n+2) {
        margin-top: 15px;
    }
}

@media (min-width: 0px) {
    .mods__item__reduce_top_margin:first-of-type {
        margin-top: 15px;
    }
}

@media (max-width: 1283px) {
    .mods__wrapper {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

@media (max-width: 1140px) {
    .mods__wrapper {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .mods__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 320px;
        flex: 1 1 320px;
        max-width: 400px;
        overflow: hidden;
        margin: 68px 0px 0px;
    }
}

@media (max-width: 923px) {
    .mods__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 310px;
        flex: 1 1 310px;
        max-width: 350px;
        overflow: hidden;
        margin: 68px 0px 0px;
    }
}


@media (max-width: 863px) {
    .mods__descr {
        font-size: 12px
    }
}

@media (max-width: 853px) {
    .mods__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 420px;
        flex: 1 1 420px;
        max-width: 300px;
        overflow: hidden;
        margin: 68px 0px 0px;
    }

    .mods__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width: 786px) {
    .mods__item {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 320px;
        flex: 1 1 320px;
        max-width: 500px;
        overflow: hidden;
        margin: 68px 0px 0px;
    }
}

@media (max-width: 642px) {
    .mods__item {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 420px;
        flex: 1 1 420px;
        max-width: 320px;
        overflow: hidden;
        margin: 68px 0px 0px;
    }
}

@media (max-width: 462px) {
    .mods__row {
        font-size: 18px
    }

    .mods__descr {
        font-size: 13px
    }

    .mods__wrapper {
        padding: 0 10px 101px 10px
    }

    .mods__item {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 420px;
        flex: 1 1 420px;
        max-width: 290px;
        overflow: hidden;
        margin: 68px 0px 0px;
    }
}

@media (max-width: 420px) {
    .mods__descr {
        font-size: 11px
    }
}

.mods__item:hover .mods__picture::before {
    opacity: 0.4
}

.modal {
    background: url(../img/registerSign/background.png) center top/cover no-repeat;
    padding: 160px 0 300px 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%
}

.modal__row {
    -webkit-box-shadow: 0px 4px 55px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 4px 55px rgba(0, 0, 0, 0.23);
    border-radius: 34px;
    text-align: center;
    padding: 45px 0 58px 0;
    background-color: #fff;
    position: relative;
    z-index: 2
}

@media (max-width: 560px) {
    .modal__row {
        margin: 0 10px;
        padding: 45px 20px 58px 20px
    }
}

.modal__wrapper {
    max-width: 552px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 4px 55px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 4px 55px rgba(0, 0, 0, 0.23);
    border-radius: 34px;
    background-color: #fff;
    z-index: 2
}

.modal__test {
    padding: 7px
}

.modal__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.015em;
    text-transform: uppercase
}

.modal__items {
    z-index: 2
}

.modal__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    line-height: 17px;
    color: #484848
}

.modal__item input {
    padding: 10px 10px;
    -webkit-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.23);
    box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.23);
    border-radius: 3px;
    max-width: 304px;
    width: 100%;
    margin-top: 15px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}
.modal__item select {
    padding: 10px 10px;
    -webkit-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.23);
    box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.23);
    border-radius: 3px;
    max-width: 304px;
    width: 100%;
    margin-top: 15px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}


.modal__forget {
    text-align: right;
    max-width: 393px;
    width: 100%;
    margin: 0 auto;
    margin-top: 16px
}

.modal__forget a {
    color: #000
}

.modal__buttons {
    margin: 25px 0 0;
    padding: 0px 8.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modal__layer {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.modal__layer-1 {
    background: url(../img/registerSign/sims1.png) left center no-repeat;
    background-size: 700px;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.modal__layer-3 {
    background: url(../img/registerSign/sims2.png) right center no-repeat;
    background-size: 600px;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.button {
    padding: 13px 15px;
    margin: 0px 3px;
    border: 1px solid #31B0B5;
    border-radius: 3px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    max-width: 188px;
    width: 100%
}

.button:hover {
    color: #fff;
    background: #0D7377
}

.button_red {
    padding-left: 0;
    margin-left: 0;
    margin-top: 4px;
    color: #fff;
    background-color: #ff4957;
    border: none;
}

.button_red:hover {
    color: #fff;
    background: #e01f47;
}

.button_green {
    padding-left: 0;
    margin-left: 0;
    margin-top: 4px;
    color: #fff;
    background-color: #3bbf32;
    border: none;
}

.button_green:hover {
    color: #fff;
    background: #42e737;
}

.modal__item input:focus {
    border: 1px solid #31B0B5
}

.mod {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%
}

.mod__container {
    margin: 0 81px;
    padding: 0 10px;
    max-width: 951px
}

@media (max-width: 1100px) {
    .mod__container {
        margin: 0 25px
    }
}

.mod__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px
}

.mod__picture img {
    width: 75px;
    height: 75px;
    border-radius: 6px;
}

.mod__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mod__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mod__publish {
    font-size: 10px;
    line-height: 18px;
    text-transform: uppercase
}

.mod__like {
    margin-left: 11px;
    position: relative;
}

.mod__like::before {
    position: absolute;
    content: '';
    top: -12px;
    left: 10px;
    width: 26px;
    height: 26px;
    background: url(../img/icons/menu_like.png) center center no-repeat;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.mod__like:hover::before {
    background-image: url(../img/icons/menu_like-active.png)
}

.mod__author-publish {
    margin-top: 2px;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    color: #b976e3;
    position: relative;
}

.mod__author-publish::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: -16px;
    background: url(../img/icons/check.png) center center no-repeat;
    width: 12px;
    height: 12px
}

.mod__author-country {
    margin-left: 30px
}

.mod__author-country img {
    width: 26px;
    height: 26px
}

.mod__title {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 22px;
}

.mod__name {
    font-weight: bold;
    font-size: 18pt;
    line-height: 25px;
    color: #000000
}

.mod__by {
    margin: 0 5px
}

.mod__from {
    font-size: 25px;
    line-height: 37px
}

.mod__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 -30px;
    font-size: 10pt;
    line-height: 24px;
    color: #7E7E7E;
}

.mod__date {
    margin: 0 15px 0 0;
    position: relative
}

.mod__date::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: -15px;
    width: 4px;
    height: 4px;
    background: #9A9898;
    border-radius: 50%
}

.mod__downloads {
    margin: 0 15px;
    position: relative
}

.mod__downloads::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: -15px;
    width: 4px;
    height: 4px;
    background: #9A9898;
    border-radius: 50%
}

.mod__view {
    margin: 0 15px
}

.mod__descr {
    margin-top: 15px;
    font-size: 13pt;
    line-height: 16px;
}

.mod__img {
    margin-top: 19px;

    position: relative;
    display: flex;

    justify-content: center;
    max-height: 600px;
    max-width: 951px;
    overflow: hidden;
}

.mod__img img {
    width: auto;
    height: auto;
    object-fit: contain;
}

.mod__buttons {
    margin-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mod__buttons__flex_wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 400px;
    width: 100%;
}

.mod__button {
    font-size: 13px;
    font-weight: 400;
    color: #373737;
    text-align: center;
    background-color: #efefef;
}

.mod__buttons_item {
    margin-bottom: 10px;
}

.mod__already_download_checker {
    display: flex;
}

.mod__already_download_checker__text {
    margin-left: 7px;
    font-size: 10pt;
}

.mod__already_download_checker__doesnt_downloaded {
    width: 13px;
    height: 13px;
    background: url(../img/icons/check.png) center left no-repeat;
    background-size: contain;
    display: inline-block;
    box-sizing: border-box;
    margin-left: 5px;
}

.mod__already_download_checker__downloaded {
    width: 14px;
    height: 14px;
    background: url(../img/icons/attention.png) center left no-repeat;
    background-size: contain;
    display: inline-block;
    box-sizing: border-box;
    margin-left: 5px;
}

.mod__already_download_checker__error {
    width: 14px;
    height: 14px;
    background: url(../img/icons/error.png) center left no-repeat;
    background-size: contain;
    display: inline-block;
    box-sizing: border-box;
    margin-left: 5px;
}

/* SPINNER */
.mod__already_download_checker__loader {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    display: inline-block;
    border-top: 2px solid #0D7377;
    border-right: 2px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    margin-left: 5px;
}
.mod__already_download_checker__loader::after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border-bottom: 2px solid #0caab0;
  border-left: 2px solid transparent;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* SPINNER */

.mod__duplicate_complaint_button {
    display: flex;
    margin-left: 2px;
}

.mod__duplicate_complaint_button:hover {
    text-decoration: underline 1px;
    cursor: pointer;
}

.duplicate_complaint_modal {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: none;
    background: rgba(0,0,0, 0.5);
    z-index: 99999;
}

.duplicate_complaint_modal__content {
    padding: 25px;
    background: white;
    border-radius: 16px;
    min-width: 250px;
    position: relative;

    display: flex;
    flex-direction: column;
    flex: 0 0 100%;
    max-width: 600px;
    z-index: 5;
}

.duplicate_complaint_modal__form {
    display: flex;
    flex-direction: column;
    flex: 0 0 100%;
    gap: 15px;
}

.duplicate_complaint_modal__title {
    font-size: 10pt;
    margin: 0 3px 0 3px;
}

.duplicate_complaint_modal__input {
    font-size: 13pt;
    margin: 0 3px 0 3px;
    padding: 10px;
    border: 1px solid #31B0B5;
}

.duplicate_complaint_modal.active {
    display: flex;
    justify-content: center;
    align-items: center;
}

.duplicate_complaint_modal__close{
    position: absolute;
    top: 5px;
    right: 10px;
    padding: 3px;
    cursor: pointer;
}

.duplicate_complaint_modal__submit {
    max-width: 100%;
}

.duplicate_complaint__result_message {
    display: flex;
    flex: 0 0 100%;
    margin-top: 15px;
    font-size: 10pt;
}

.mod__bell {
    cursor: pointer;
    width: 25px;
    height: 25px;
    margin: 0 23px 0 14.5px
}

.crumbss {
    margin-top: 15px;
    font-weight: 500;
    font-size: 11pt;
    line-height: 22px;
    color: #818181
}

.crumbss__item {
    color: inherit
}

@media (max-width: 1100px) {
    .mod__name {
        font-size: 16pt;
    }

    .mod__by {
        font-size: 25px
    }

    .mod__from {
        font-size: 25px
    }

    .mod__info {
        font-size: 9pt;
    }

    .mod__descr {
        font-size: 12pt;
    }
}

@media (max-width: 646px) {
    .mod__publish {
        font-size: 9px
    }

    .mod__author-publish {
        font-size: 12px
    }
}

@media (max-width: 558px) {
    .mod__container {
        margin: 0 20px
    }
}

@media (max-width: 542px) {
    .mod__name {
        font-size: 15pt;
    }

    .mod__by {
        font-size: 20px
    }

    .mod__from {
        font-size: 20px
    }

    .mod__info {
        font-size: 8pt;
        text-align: center
    }

    .mod__descr {
        font-size: 10pt;
    }
}

@media (max-width: 424px) {
    .mod__title {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .mod__name {
        font-size: 14pt;
    }

    .mod__by {
        font-size: 18px
    }

    .mod__from {
        font-size: 18px
    }

    .mod__info {
        font-size: 8pt;
    }

    .mod__descr {
        font-size: 10pt;
    }
}

.comment {
    margin: 81px 0 122px 0
}

.comments__container {
    margin: 0 81px;
    max-width: 951px
}

@media (max-width: 1100px) {
    .comments__container {
        margin: 0 25px
    }
}

.comments__title {
    color: #000000
}

.comments__title-topic {
    font-weight: 600;
    font-size: 16pt;
    line-height: 29px
}

.comments__wrapper {
    margin-top: 20px;
}

.comment__thread {
    position: relative;
    /*padding-bottom: 10px;*/
}

.comment__thread::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 1px;
    width: 98%;
    margin-left: 1%;
    border-bottom: 1px solid #C4C4C4;
}

.comments__fluid {
    position: relative;
    padding: 7px 0;
}

.comments__fluid:last-of-type::before {
    border-bottom: none;
}

.comments__fluid__item::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 1px;
    width: 98%;
    margin-left: 1%;
    border-bottom: 1px solid #C4C4C4;
}

.comments__fluid__has_children::before {
    border-bottom: none !important;
}

.comments__hide {
    padding: 6px 6px 8px 25px;
    font-size: 17px;
    line-height: 22px;
    border-radius: 4px;
    border: 1px solid #31B0B5;
    max-width: 195px;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    cursor: pointer;
    background: url(../img/icons/down-arrow.png) 7px 11px no-repeat
}

.comments__answer {
    margin-top: 24px;
    border-left: 1px solid #EB7575;
    margin-left: 15px;
    padding-left: 27px
}

.comments__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.comments__trash {
    position: absolute;
    content: '';
    top: 46px;
    right: 0;
    background: url(../img/icons/trash.png) center center no-repeat;
    width: 34px;
    height: 34px;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.comments__trash:hover {
    background-image: url(../img/icons/trash_active.png)
}

.comments__picture img {
    max-width: 80px;
    max-height: 80px;
    width: 100%;
}

.comments__row {
    margin-left: 18px;
    padding-right: 25px
}

.comments__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.comments__name {
    font-size: 16pt;
    line-height: 20px;
    color: #7D7D7D
}

.comments__date {
    font-size: 8pt;
    line-height: 17px;
    color: #313131
}

.comments__country {
    margin-left: 8px
}

.comments__message {
    margin-top: 4px;
    font-size: 12pt;
    line-height: 22px;
    color: #000000
}

.comments__reply_button {
    position: relative;
    margin-top: 2px;
    font-size: 9pt;
    line-height: 22px;
    color: #10a592;
    cursor: pointer;
}

.comments__reply_button:hover {
    text-decoration: underline 1px solid #10a592;
}

.comments__reply_button .unauthorized_popup {
    visibility: hidden;
    width: 290px;
    background-color: rgba(248, 134, 134, 0.85);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    top: 20px;
    left: -10px;
}

.comments__reply_button .unauthorized_popup_show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.comments__reply_button .unauthorized_popup_hide {
    -webkit-animation: fadeOut 2s;
    animation: fadeOut 2s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

@-webkit-keyframes fadeOut {
  from {opacity: 1; visibility: visible;}
  to {opacity: 0; visibility: hidden;}
}

@keyframes fadeOut {
  from {opacity: 1; visibility: visible;}
  to {opacity: 0; visibility: hidden;}
}

.comments__textarea {
    margin-top: 10px;
    width: 100%;
    height: 50px;
    padding: 14px 50px;
    border: 1px solid #CCCCCC;
    font-size: 12pt;
    line-height: 20px;
    color: #303030;
    background: url(../img/icons/pen.png) 18px 14px no-repeat
}

.show__hide {
    background-image: url(../img/icons/up-arrow.png)
}

.comments__none {
    display: none
}

.comments__button {
    font-size: 10pt;
    max-width: none;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    margin-top: 5px
}

.send_comment__button {
    font-size: 8pt;
    max-width: none;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    margin-top: 5px;
    margin-left: 0;
    padding: 10px 12px;
}

.comment_replies {
    position: relative;
    padding-left: 20px;
    margin-left: 30px;
}

.comment_replies::before {
    position: absolute;
    content: '';
    bottom: 10px;
    left: 0;
    height: 98%;
    border-left: 1px solid rgba(252, 144, 144, 0.6);
}

.replyCommentForm {
    padding-bottom: 10px;
}

@media (max-width: 1100px) {
    .comments__title-topic {
        font-size: 21px
    }

    .comments__name {
        font-size: 21px
    }

    .comments__date {
        font-size: 13px
    }

    .comments__message {
        font-size: 16px
    }

    .comments__picture {
        max-width: 95px
    }

    .comments__textarea {
        font-size: 16px
    }

    .comments__hide {
        font-size: 15px
    }
}

@media (max-width: 646px) {
    .comments__title-topic {
        font-size: 19px
    }

    .comments__name {
        font-size: 18px
    }

    .comments__date {
        font-size: 12px
    }

    .comments__message {
        font-size: 14px
    }

    .comments__textarea {
        font-size: 14px
    }

    .comments__picture {
        max-width: 80px
    }

    .comments__trash {
        width: 30px;
        height: 30px;
        background-size: cover
    }

    .comments__container {
        padding: 0 10px
    }

    .comments__hide {
        font-size: 14px
    }
}

@media (max-width: 500px) {
    .comments__title-topic {
        font-size: 18px
    }

    .comments__name {
        font-size: 17px
    }

    .comments__date {
        font-size: 11px
    }

    .comments__message {
        font-size: 13px
    }

    .comments__textarea {
        font-size: 13px
    }

    .comments__picture {
        max-width: 80px
    }

    .comments__trash {
        width: 25px;
        height: 25px;
        background-size: cover
    }

    .comments__container {
        margin: 0 30px;
        padding: 0 10px
    }

    .comments__hide {
        font-size: 13px
    }
}

.comment__profile {
    margin: 57px 50px 54px
}

@media (max-width: 887px) {
    .comment__profile {
        margin-left: 0px;
        margin-right: 0px
    }
}

.comments__standard {
    margin-top: 45px;
    font-size: 36px;
    line-height: 44px;
    color: #7E7E7E
}

@media (max-width: 1200px) {
    .comments__standard {
        font-size: 20px
    }
}

.profile {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.profile__picture {
    height: 268px;
    background: url(../img/profile/profile_header.png) top center/cover no-repeat
}

.profile__row {
    padding: 15px 20px 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #373737;
    position: relative
}

.profile__img {
    margin-left: 90px;
    position: absolute
}

.profile__img img {
    max-width: 244px;
    width: 100%;
    border-radius: 6px
}

.profile__wrapper {
    margin-left: 334px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.profile__name {
    margin-left: 22px
}

.profile__nickname {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #c6c6c6;
    display: inline-block;
    position: relative
}

/*.profile__nickname::before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    margin: auto 0;*/
/*    right: -27px;*/
/*    width: 15px;*/
/*    height: 15px;*/
/*    background: url(../img/icons/check.png) center/cover no-repeat*/
/*}*/

.profile__fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #636363
}

.profile__country img {
    max-width: 26px;
    width: 100%
}

.profile__location {
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    margin-left: 11px
}

.profile__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 60px
}

.profile__item {
    font-size: 14px;
    line-height: 17px;
    padding: 0 10px
}

.profile__topic {
    font-weight: 600;
    color: #FFFFFF
}

.profile__descr {
    margin-top: 5px;
    color: #A7A4A4
}

.profile__group {
    text-transform: uppercase;
    font-weight: 800;
}

.profile__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 21px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.profile__link {
    padding: 9px 17px 8px 56px;
    background: #232323;
    border-radius: 3px;
    background-position: 23px 13px;
    background-repeat: no-repeat;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    margin: 0 8px
}

.profile__link-friends {
    background-image: url(../img/icons/profile_friends.png)
}

.profile__link-like {
    background-image: url(../img/icons/profile_like.png)
}

.profile__link-message {
    background-position: center center;
    background-image: url(../img/icons/profile_letter.png);
    height: 46px;
    padding: 13px 25px
}

.profile__link-edit {
    cursor: pointer;
    background-color: #5E5E5E;
    height: 57px;
    width: 57px;
    border-radius: 50%;
    padding: 0;
    background-image: url(../img/icons/profile_pen.png);
    background-position: center center;
    background-repeat: no-repeat
}

.profile__statistic {
    margin-top: 38px;
    padding: 0 82px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.profile__counters {
    border-right: 2px solid #DBDADA;
    padding-right: 40px;
    /*53px*/
    padding-left: 70px;
    /*89px*/
}

.profile__counter {
    font-weight: bold;
    font-size: 55px;
    line-height: 90px;
    color: #008B80
}

.profile__counter a {
    color: #008B80;
    text-decoration: underline;
}

.profile__counter a:hover {
    color: #00538b;
}

.profile__text {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000
}

.profile__about {
    margin-left: 90px;
    margin-top: 35px;
}

.profile__title {
    display: inline-block;
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    color: #000000;
    text-transform: uppercase;
    border-bottom: 1px solid #008B80
}

.profile__status {
    font-size: 18px;
    line-height: 22px;
    color: #000000
}

.profile__description {
    margin-top: 24px;
    padding: 70px 20px 18px 20px;
    height: 497px;
    background: url(../img/profile/profile_background.png) center top/cover no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.profile__image img {
    margin: 0 auto;
    width: 100%
}

.profile__des {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #71b4fa
}

.profile__des__not_fill {
    font-size: 24px;
    line-height: 29px;
    color: #9e9e9e
}

.main__wrapper-profile {
    margin-top: 60px
}

@media (max-width: 767px) {
    .main__wrapper-profile {
        margin-top: 50px
    }
}

.subscribes {
    margin-top: 54px
}

.subscribes__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.subscribes__value {
    background: #818181;
    border-radius: 29px;
    padding: 2px 23px;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    margin-left: 14px
}

.subscribes__items {
    padding: 18px -27px 0 -27px
}

.subscribes__item {
    margin: 0 27px;
    display: inline-block;
    position: relative;
    overflow: hidden
}

.subscribes__item img {
    margin-top: 10px;
    width: 100%;
    max-width: 113px
}

.subscribes__author {
    position: absolute;
    width: 100%;
    content: '';
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    bottom: -100%;
    left: 0;
    overflow: hidden;
    color: #fff;
    background: #363636;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    text-align: center
}

@media (max-width: 1650px) {
    .profile__counters {
        padding-right: 23px;
        /*53px*/
        padding-left: 59px;
        /*89px*/
    }

    .profile__statistic {
        padding-left: 62px;
        padding-right: 62px;
    }
}

@media (max-width: 1544px) {
    .profile__link {
        font-size: 19px
    }

    .profile__action {
        margin-left: 0
    }

    .profile__info {
        margin-left: 20px
    }

    .profile__img {
        max-width: 200px
    }

    .profile__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width: 1376px) {
    .profile__text {
        font-size: 16px
    }

    .profile__counters {
        padding-right: 13px;
        padding-left: 39px;
    }

    .profile__statistic {
        padding-left: 32px;
        padding-right: 32px;
    }

    .profile__img {
        max-width: 200px
    }
}

@media (max-width: 1220px) {
    .profile__counter {
        font-size: 45px;
        line-height: 80px
    }

    .profile__about {
        margin-top: 20px
    }

    .profile__img {
        max-width: 170px
    }
}

@media (max-width: 1019px) {
    .profile__info {
        width: 100%;
        margin: 20px 0
    }

    .profile__wrapper {
        margin: 0 15px
    }

    .profile__img {
        position: static
    }

    .profile__img {
        max-width: 150px
    }

    .profile__nickname {
        font-size: 26px
    }

    .profile__location {
        font-size: 16px
    }

    .profile__name {
        margin-left: 0
    }

    .profile__picture {
        height: 150px
    }
}

@media (max-width: 886px) {
    .profile__statistic {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .profile__counters {
        border-right: none;
        border-bottom: 2px solid #DBDADA;
        width: 70%;
        padding-bottom: 10px;
        text-align: center;
    }

    .profile__counters:last-child {
        border: none;
    }
}

@media (max-width: 750px) {
    .profile__info {
        width: 100%;
        margin: 20px 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .profile__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .profile__img {
        margin-left: 0
    }

    .profile__wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .profile__counters {
        margin-top: 10px;
        padding: 0 15px
    }

    .profile__counter {
        font-size: 35px;
        line-height: 50px
    }

    .profile__text {
        font-size: 14px
    }
}

@media (max-width: 534px) {
    .subscribes__items {
        text-align: center
    }

    .profile__counter {
        font-size: 30px;
        line-height: 40px
    }

    .profile__text {
        font-size: 12px
    }

    .profile__title {
        font-size: 25px
    }

    .profile__status {
        font-size: 15px
    }

    .profile__des {
        font-size: 18px
    }

    .profile__des__not_fill {
        font-size: 18px
    }

    .profile__title {
        font-size: 18px
    }
}

@media (max-width: 474px) {
    .profile__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .profile__item {
        text-align: center;
        margin-top: 10px
    }

    .profile__action {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .profile__link {
        margin-top: 10px
    }
}

@media (max-width: 371px) {
    .profile__counter {
        text-align: center
    }
}

.subscribes__item a:hover .subscribes__author {
    visibility: visible;
    bottom: 0
}

.profile__standard {
    font-size: 24px;
    line-height: 29px;
    color: #7E7E7E;
    text-transform: uppercase;
    font-weight: normal
}

@media (min-width: 887px) and (max-width: 940px) {
    .profile .comments__container {
        margin: 0 81px
    }
}

@media (max-width: 421px) {
    .main__wrapper-profile {
        margin-top: 81px
    }
}

.footer {
    background: url(../img/header/top_layer.png) center top/cover no-repeat;
    padding: 108px 0px 20px 0px;
    color: #fff;
}

.footer__wrapper {
    display: grid;
    grid-template-columns: 1fr auto 1fr; /* Три колонки с равным распределением */
    align-items: center;
    max-width: 1810px;
    padding: 0 30px;
    margin: 0 auto;
}

.footer__left {
    text-align: left;
    font-size: 10pt;
    line-height: 24px;
    justify-self: start; /* Выравнивание по левому краю */
}

.footer__left a {
    text-decoration: underline; /* Всегда подчеркиваем ссылки */
    color: inherit; /* Наследует цвет текста от родителя */
}

.footer__left a:link,
.footer__left a:visited,
.footer__left a:active {
    text-decoration: underline; /* Подчеркивание во всех состояниях */
    color: inherit; /* Одинаковый цвет во всех состояниях */
}

.footer__left a:hover {
    color: #3e424b;
}

.footer__descr {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    justify-self: center; /* Точное центрирование */
}

.footer__item:nth-child(2) {
    margin-left: 20px
}

.footer__social {
    display: flex;
    justify-self: end; /* Выравнивание по правому краю */
}

.checkbox_input {
    width: auto !important;
    margin-top: 3px !important;
}

.checkbox-container {
    display: flex;
    align-items: flex-start;  /* Чекбокс прижимается к верхней строке */
    gap: 10px;               /* Отступ между чекбоксом и текстом */
    margin-top: 15px;
    max-width: 304px;
    width: 100%;
}

.checkbox_input {
    margin-top: 2px;         /* Микро-отступ для визуального выравнивания с первой строкой */
    flex-shrink: 0;          /* Чекбокс не сжимается */
    width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.checkbox-container label {
    flex: 1;
    text-align: left;
    line-height: 1.4;        /* Улучшает читаемость при переносе */
}

.checkbox-container label a {
    text-decoration: underline; /* Всегда подчеркиваем ссылки */
    color: inherit; /* Наследует цвет текста от родителя */
}


#cookie_note {
    display: none;
    position: fixed;
    z-index: 100;
    bottom: 10px;
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 15px;
    background-color: #F5F5F5;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_note p {
    margin: 0;
    font-size: 0.8rem;
    line-height: 170%;
    text-align: left;
    color: black;
}

#cookie_note .btn-sm {
    display: block;
    margin: 0 auto;
    margin-top: 15px;
}

.cookie_accept {
    width: 20%;
}

#cookie_note.show {
    display: flex;
}

.checkbox-container label a:link,
.checkbox-container label a:visited,
.checkbox-container label a:active {
    text-decoration: underline; /* Подчеркивание во всех состояниях */
    color: inherit; /* Одинаковый цвет во всех состояниях */
}

.checkbox-container label a:hover {
    color: #367e9b;
}

.span_error {
    color: #b94a48;
    font-weight: bold;
    margin-top: 15px;
}

.span_success {
    color: #6ab319;
    font-weight: bold;
    margin-top: 15px;
}

.span_error_with_bg {
    padding: 5px;
    color: #1c1b1b;
    font-weight: bold;
    background-color: #ff6b68;
    border-radius: 5px;
}

.span_success_with_bg {
    padding: 5px;
    color: #1c1b1b;
    font-weight: bold;
    background-color: #74bd4a;
    border-radius: 5px;
}

.div_span_info {
    margin-top: 20px;
}

.user_not_found_text {
    height: 650px;
    margin-top: 20px;
    margin-left: 20px;
    font-weight: bold;
    font-size: 16pt;
    min-height: 100%;
}

.current_category_link {
    font-weight: bold;
    text-decoration: underline !important;
    color: #1b6d85 !important;
}

#how_to_install {
    margin-top: 30px;
    padding: 0 42px 101px 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 70%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

#how_to_install h3 {
    font-size: 16pt !important;
    font-weight: bold !important;
}

#how_to_install h3 {
    font-size: 16pt !important;
    font-weight: bold !important;
}

#how_to_install ul li {
    list-style-type: circle !important;
}

#how_to_install ul {
    margin-left: 40px;
}

#how_to_install li {
    margin-top: 10px;
}

.how_to_install_block {
    margin-top: 30px;
    line-height: 1.7;
}

.how_to_install_block:first-child {
    margin-top: 15px;
}

.username__mod_offer {
    color: #636363;
}

.header_item__text_link {
    text-decoration: none;
    color: #e5e3e3;
    font-size: 14pt;
}

/* ------------------------- */
.container__exchange {
    margin: 0 61px 0 81px;
    /*margin: 0;*/
    width: 100%;
    flex: 0 1 951px;
}
.recommended {
    margin-top: 15px;
    flex: 0 1 374px;
}
.mod__fluid {
    display: flex;
    align-items: flex-start;
    /*margin-bottom: 72px;*/
    /*justify-content: space-between;*/
    margin: 0 0 90px 0;
}
.recommended__title {
    font-weight: 500;
    font-size: 15pt;
    line-height: 29px;
    color: #000000;
}
.recommended__items {
    display: flex;
    flex-direction: column;
}
.recommended__item {
    margin-top: 15px;
    position: relative;
    overflow: hidden;
}
.recommended__img {
    transition: all ease 0.4s;
}
.recommended__img img {
    width: 100%;
}
.recommended__info {
    position: absolute;
    content: '';
    bottom: -100%;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.66);
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #fff;
    display: flex;
    overflow: hidden;
    transition: all ease 0.3s;
    padding: 5px 0 5px 13px;
}
.recommended__name {
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
}
.reccomended__separator {
    margin: 0 2px;
}
.recommended__author {
}
.recommended__item:hover > .recommended__info{
    bottom: 0;
}
.recommended__item:hover > .recommended__img{
    transform: rotate(5deg) scale(1.2,1.2);
}
.mod__comment {
    margin-bottom: 0;
}
.mod__recommended {
    margin-right: 20px;
    overflow: hidden;
}
.add-mod__title {
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
}
.mod-form {
    box-shadow: 0px 4px 55px rgb(0 0 0 / 23%);
    padding: 21px 30px;
}
.mod-form__item {
    margin-top: 30px;
    align-items: flex-start;
}
.mod-form__item:first-child {
    margin-top: 0;
}
.mod-form__item input {
    max-width: 100%;
}
.mod-form__item select {
    max-width: 100%;
}
.mod-form__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}
.mod-wrapper {
    max-width: 1251px;
    margin: 0 auto;
    box-shadow: 0px 4px 55px rgb(0 0 0 / 23%);
    background-color: #fff;
    margin-top: 51px;
}
.mod-container {
    margin: 0 auto;
    max-width: 1251px;
    padding: 64px 30px 90px 30px;
}
.mod-form__picture {
    position: relative;
}
.mod-form__picture::-webkit-file-upload-button {
    background: url(../img/icons/gallery.svg) center right / cover no-repeat;
    width: 26px;
    height: 26px;
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto 0;
    cursor: pointer;
    font-size: 0;
    border: none;
}
.mod-form__mod {
    position: relative;
}
.mod-form__mod::-webkit-file-upload-button {
    background: url(../img/icons/folder.svg) center right / cover no-repeat;
    width: 26px;
    height: 26px;
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto 0;
    cursor: pointer;
    font-size: 0;
    border: none;
}
.mod__select {
    background: url(../img/icons/select-left-arrow.svg) 98% center no-repeat;
    appearance: none;
}
.mod-form__description {
    padding: 17px 12px;
    -webkit-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.23);
    box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.23);
    border-radius: 3px;
    width: 100%;
    margin-top: 26px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    resize: vertical;
}
.mod-form__buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 28px;
}
.mod-form__button {
    margin-top: 12px;
    font-size: 13px;
    font-weight: 400;
    color: #373737;
    text-align: center;
    background-color: #efefef;
    text-transform: uppercase;
}
@media (max-width: 1452px) {
    .mod__recommended {
        margin-top: 20px;
        margin-right: 0;
    }
    .mod__fluid {
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-start;
        margin: 0 81px;
    }
    /*.mod__container {
       margin: 0 0;
       flex: 1 1 100%;
       max-width: 100%;
       width: 100%;
    }*/
    .container__exchange {
        margin: 0 0;
        flex: 1 1 100%;
        max-width: 100%;
        width: 100%;
    }
    .mod__img img {
        max-width: 100%;
    }
    .recommended__items {
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0 -14px;
        /*margin: 0;*/
        justify-content: space-between;
    }
    .recommended__item {
        flex: 0 1 33%;
        /*padding: 0 14px;*/
        margin-top: 20px;
    }
    .mod__comment {
        margin: 39px 0 80px;
    }
}
@media (max-width: 1100px) {
    .mod__fluid {
        margin: 0 25px;
    }
    .recommended__items {
        flex-wrap: wrap;
    }
    .recommended__item {
        flex: 0 1 49%;
    }
    .add-mod__title {
        font-size: 25px;
    }
    .mod-wrapper {
        margin-top: 31px;
    }
    .mod-form {
        padding: 21px 21px;
    }
    .mod-form__item {
        margin-top: 20px;
    }
    .mod__select {
        margin-top: 13px;
    }
    .mod-form__title {
        font-size: 19px;
    }
}
@media (max-width: 600px) {
    .recommended__title {
        font-size: 14pt;
    }
    .recommended__items {
        width: 100%;
        margin: 0;
    }
    .recommended__item {
        flex: 0 1 100%;
        padding: 0;
    }
    .add-mod__title {
        font-size: 20px;
    }
    .mod-container {
        padding: 34px 15px;
    }
    .mod-wrapper {
        margin-top: 15px;
    }
    .mod-form {
        padding: 15px;
    }
    .mod-form__item {
        margin-top: 20px;
    }
    .modal__item select{
        margin-top: 13px;
    }
    .mod-form__item input {
        margin-top: 13px;
    }
    .mod-form__title {
        font-size: 19px;
    }
    .mod-form__buttons {
        align-items: center;
    }
}

.ya-rekl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 7px;
}


.comments_wrapper {
    padding: 0 42px 101px 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}


.confindetial_section {
    margin-bottom: 30px;
}

.confindetial_section ul {
    margin-top: 20px;
}

.confindetial-goals {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.confindetial-goals, .confindetial-goals td, .confindetial-goals tr {
    border: 1px solid #ddd;
}

th, td {
    padding: 12px;
    text-align: left;
}

th {
    background-color: #f2f2f2;
}

#happy-contest {
    position: fixed;
    width: 900px;
    height: 504px;
    padding: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    display: none;
}

#happy-contest img {
    max-width: 100%;
    max-height: 100%;
}

#confedential-agree-request {
    position: fixed;
    width: 761px;
    height: 262px;
    padding: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    /* background-color: #32b6bff8; */
    background-color: #FAF0E6;
    border-radius: 15px;
}

#confedential-agree-request p:first-child {
    margin-top: 20px;
}

#confedential-agree-request p {
    text-align: center;
    line-height: 180%;
}

.confedential-checkbox-container {
    display: flex;
    align-items: flex-start;  /* Чекбокс прижимается к верхней строке */
    gap: 10px;               /* Отступ между чекбоксом и текстом */
    margin-top: 15px;
    max-width: 430px;
    width: 100%;
    color: black;
    
}

.confedential_checkbox_input {
    width: auto !important;
    margin-top: 3px !important;
    margin-top: 2px;         /* Микро-отступ для визуального выравнивания с первой строкой */
    flex-shrink: 0;          /* Чекбокс не сжимается */
    width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.confedential-checkbox-container label {
    flex: 1;
    text-align: left;
    line-height: 1.4;        /* Улучшает читаемость при переносе */
}

.confedential-checkbox-container label a {
    text-decoration: underline; /* Всегда подчеркиваем ссылки */
    color: inherit; /* Наследует цвет текста от родителя */
}

#not-show-happy-contest {
    color: white;
    text-align: center;
    font-size: 14pt;
    padding-top: 5px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 2px;
    text-decoration-color: #7ad9e0;
}

#not-show-happy-contest:hover {
    cursor: pointer;
}

#dark-background {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9998;
    background-color: rgba(15, 15, 15, 0.64);
    display: none;
}

.userstyleADMIN {
    color: #ec5757d2;
}

.userstyleTOP_UPLOADER {
    color: #F0C512;
}

.userstyleMOD_CREATOR {
    color: #2FAA1D;
}

.userstyleSIM_CREATOR {
    color: #FF7A00;
}

.userstyleDEFAULT {
    color: #7D7D7D;
}
