/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

.header {
    border-bottom: 2px solid var(--FFFFFF29, rgba(255, 255, 255, 0.1607843137));
}
.header__container.container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
}
@media (min-width: 992px) {
    .header__container.container {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
.header__image {
    max-width: 110px;
    width: 100%;
}
.header__image img {
    display: block;
    width: 100%;
    height: auto;
}

.container {
    padding: 0 20px;
    max-width: 1600px;
    margin: 0 auto;
}

.popup {
    opacity: 0;
    display: none;
    transition: display 0.3s, opacity 0.3s;
    transition-behavior: allow-discrete;
    background-color: transparent;
    border: none;
}
.popup::backdrop {
    background: var(--000000, #000000);
    opacity: 0.6;
}
.popup__close {
    position: absolute;
    z-index: 3;
    top: 24px;
    right: 30px;
}
@media (min-width: 992px) {
    .popup__close {
        right: 24px;
    }
}
.popup__close:hover {
    cursor: pointer;
}
.popup__close svg {
    display: block;
}

.popup:popover-open {
    opacity: 1;
    display: block;
    transition: opacity 0.3s ease-in-out;
}

@starting-style {
    .popup:popover-open {
        opacity: 0;
    }
}
.btn {
    border-radius: 16px;
    padding: 12px 32px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.btn:hover {
    cursor: pointer;
}
.btn--pink {
    background-color: var(--FF2190, #ff2190);
    transition: background-color 0.3s ease-in-out;
    color: var(--FFFFFF, #ffffff);
    box-shadow: 0 4px 24px 0 #aa125e;
}
.btn--pink:hover {
    background-color: var(--FF42A1, #ff42a1);
    transition: background-color 0.3s ease-in-out;
    box-shadow: 0 4px 32px 0 var(--AA125E, #aa125e);
}
.btn--white {
    background-color: var(--FFFFFF, #ffffff);
    color: var(--FF2190, #ff2190);
    transition: background-color 0.3s ease-in-out;
}
.btn--white:hover {
    background-color: var(--F1F1F1, #f1f1f1);
    transition: background-color 0.3s ease-in-out;
}

button {
    background: none;
    outline: none;
    border: none;
    padding: 0;
    margin: 0;
}

input,
textarea {
    outline: none;
    border: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    color: transparent;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

:root {
    --FF2190: #ff2190;
    --FFFFFF: #ffffff;
    --000000: #000000;
    --6984ff: #6984ff;
    --35D063: #35d063;
    --AA125E: #aa125e;
    --FF42A1: #ff42a1;
    --F1F1F1: #f1f1f1;
    --FFFFFF29: #ffffff29;
    box-sizing: border-box;
    font-family: 'Outfit', sans-serif;
    font-style: normal;
}

html {
    background-color: var(--000000, #000000);
}

span.text-pink {
    color: var(--FF2190, #ff2190);
}

@media (min-width: 992px) {
    body {
        min-height: 100dvh;
        display: flex;
        flex-direction: column;
    }
}
body:before {
    display: none;
    content: '';
    width: 795px;
    height: 732px;
    border-radius: 795px;
    opacity: 0.2;
    background: var(--6984ff, #6984ff);
    filter: blur(200px);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}
@media (min-width: 992px) {
    body:before {
        display: block;
    }
}
body:after {
    display: none;
    content: '';
    width: 795px;
    height: 732px;
    border-radius: 795px;
    opacity: 0.2;
    background: var(--6984ff, #6984ff);
    filter: blur(200px);
    position: fixed;
    right: -206px;
    bottom: -157.24px;
    z-index: -1;
}
@media (min-width: 992px) {
    body:after {
        display: block;
    }
}

@media (min-width: 992px) {
    main {
        flex: 1;
        display: flex;
        flex-direction: column;
    }
}

.h2 {
    color: var(--FFFFFF, #ffffff);
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: 135%;
}

.chat {
    margin-top: 20px;
    margin-bottom: 60px;
}
@media (min-width: 992px) {
    .chat {
        height: 100%;
        flex: 1;
        display: flex;
        flex-direction: column;
        max-height: 1400px;
    }
}
.chat__container.container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media (min-width: 992px) {
    .chat__container.container {
        gap: 60px;
        display: grid;
        grid-template-columns: 250px 1fr 1fr;
        flex: 1;
    }
}
.chat__contacts .contacts__title {
    display: none;
}
@media (min-width: 992px) {
    .chat__contacts .contacts__title {
        display: block;
    }
}
.chat__contacts .contacts__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media (min-width: 992px) {
    .chat__contacts .contacts__list {
        margin-top: 20px;
    }
}
.chat__contacts .contacts__item {
    display: none;
    position: relative;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}
@media (min-width: 992px) {
    .chat__contacts .contacts__item {
        display: flex;
    }
}
.chat__contacts .contacts__item:hover {
    cursor: pointer;
}
.chat__contacts .contacts__item--active {
    display: flex;
}
.chat__contacts .contacts__item--active:before {
    display: none;
    content: '';
    width: 6px;
    border-radius: 3px;
    height: 100%;
    background-color: var(--FF2190, #ff2190);
    top: 0;
    left: -12px;
    position: absolute;
}
@media (min-width: 992px) {
    .chat__contacts .contacts__item--active:before {
        display: block;
    }
}
@media (min-width: 1680px) {
    .chat__contacts .contacts__item--active:before {
        left: -30px;
    }
}
.chat .contact__image {
    width: 60px;
    aspect-ratio: 1/1;
    position: relative;
}
.chat .contact__img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}
.chat .contact__status {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 13px;
    height: 13px;
    border: 2px solid var(--FFFFFF, #ffffff);
    border-radius: 50%;
}
.chat .contact__status--online {
    background-color: var(--35D063, #35d063);
}
.chat .contact__name {
    color: var(--FFFFFF, #ffffff);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-align: left;
}
.chat .contact__description {
    color: var(--FFFFFF, #ffffff);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    opacity: 0.48;
}
.chat__messages {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.chat__messages .messages__wrap {
    min-height: 370px;
    height: 370px;
    overflow: auto;
}
@media (min-width: 992px) {
    .chat__messages .messages__wrap {
        max-height: none;
        flex: 1;
        background: rgba(105, 132, 255, 0.15);
        border-radius: 24px;
        padding: 0 30px 45px 30px;
    }
}
.chat__messages .messages__list {
    margin-top: auto;
    margin-bottom: 0;
    position: relative;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.chat__messages .messages__form {
    margin-top: 50px;
    position: relative;
    display: flex;
    flex-direction: column;
}
@media (min-width: 992px) {
    .chat__messages .messages__form {
        margin-top: 20px;
    }
}
.chat__messages .messages__image {
    max-width: 168px;
    max-height: 242px;
    overflow: hidden;
    border-radius: 16px;
}
.chat__messages .messages__img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.chat__messages .messages__input {
    border-radius: 36px;
    background: rgba(105, 132, 255, 0.2);
    display: block;
    width: 100%;
    padding: 22px 40px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color: var(--FFFFFF, #ffffff);
    box-sizing: border-box;
}
.chat__messages .messages__input:hover {
    cursor: pointer;
}
.chat__messages .messages__input::-moz-placeholder {
    color: var(--FFFFFF, #ffffff);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    opacity: 0.4;
}
.chat__messages .messages__input::placeholder {
    color: var(--FFFFFF, #ffffff);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    opacity: 0.4;
}
.chat__messages .messages__send {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 32px;
    background: #ff2190;
    box-shadow: 0 4px 24px 0 #aa125e;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border-radius: 50%;
}
.chat__messages .messages__send:hover {
    cursor: pointer;
}
.chat__messages .messages__send svg {
    display: block;
}
.chat__messages .messages__item {
    display: flex;
    position: absolute;
    border-radius: 16px;
    padding: 10px;
    width: -moz-fit-content;
    width: fit-content;
    color: var(--FFFFFF, #ffffff);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    flex-direction: row;
    gap: 10px;
    margin-top: 16px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease-in-out;
}
.chat__messages .messages__item--incoming {
    background: linear-gradient(273deg, #fe5cc6 0%, #ff4ca8 100%);
    color: var(--FFFFFF, #ffffff);
    max-width: calc(100% - 52px);
}
@media (min-width: 992px) {
    .chat__messages .messages__item--incoming {
        max-width: none;
    }
}
.chat__messages .messages__item.visible {
    position: relative;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
    display: flex;
}
@media (min-width: 992px) {
    .chat__messages .messages__item .contact {
        display: none;
    }
}
.chat__messages .messages__item .contact__image {
    width: 36px;
}
.chat__profile .profile__image {
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
}
.chat__profile .profile__img {
    display: block;
    width: 100%;
    height: auto;
}
.chat__profile .profile__info {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.chat__profile .profile__btn {
    width: 100%;
}
@media (min-width: 992px) {
    .chat__profile .profile__btn {
        width: -moz-fit-content;
        width: fit-content;
    }
}
.chat__profile .profile__description {
    color: var(--FFFFFF, #ffffff);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.chat__profile .profile__privileges {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.chat__profile .profile__privilege {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.chat__profile .profile__privilege .privilege__image {
    max-width: 44px;
}
.chat__profile .profile__privilege .privilege__img {
    display: block;
    width: 100%;
    height: auto;
}
.chat__profile .profile__privilege .privilege__description {
    color: var(--FFFFFF, #ffffff);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}
.chat__profile .profile__slider {
    width: 100%;
}
@media (min-width: 992px) {
    .chat__profile .profile__slider {
        max-width: 500px;
    }
}
@media (min-width: 1440px) {
    .chat__profile .profile__slider {
        max-width: 615px;
    }
}
.chat__profile .profile__slide .slide__image {
    overflow: hidden;
    height: 100%;
    padding-right: 10px;
}
.chat__profile .profile__slide .slide__img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.register-popup {
    padding-left: 20px;
    padding-right: 20px;
}
@media (min-width: 992px) {
    .register-popup {
        max-width: 796px;
    }
}
.register-popup__container {
    border-radius: 24px;
    background: var(--000000, #000000);
    position: relative;
    overflow: hidden;
    outline: none;
    border: none;
    padding: 40px 30px;
    min-height: 478px;
    display: flex;
    flex-direction: column;
}
@media (min-width: 992px) {
    .register-popup__container {
        padding: 16px;
        min-height: none;
    }
}
.register-popup__container::before {
    content: '';
    width: 704px;
    height: 493px;
    border-radius: 704px;
    opacity: 0.4;
    background: var(--6984ff, #6984ff);
    filter: blur(200px);
    left: -301px;
    top: -165px;
    position: absolute;
}
.register-popup__container::after {
    display: none;
    content: '';
    width: 439px;
    height: 255px;
    border-radius: 439px;
    opacity: 0.5;
    background: #ff69a2;
    filter: blur(200px);
    right: -134px;
    bottom: -64px;
    position: absolute;
}
@media (min-width: 992px) {
    .register-popup__container::after {
        display: block;
    }
}
.register-popup__content {
    flex: 1;
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
}
@media (min-width: 992px) {
    .register-popup__content {
        display: grid;
        grid-template-columns: 360px auto;
        gap: 60px;
    }
}
.register-popup__image {
    border-radius: 24px;
    overflow: hidden;
    max-width: 360px;
}
.register-popup__label {
    max-width: 110px;
}
.register-popup__logo {
    display: block;
    width: 100%;
    height: auto;
}
.register-popup__img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: auto;
}
.register-popup__column:nth-child(1) {
    display: none;
}
@media (min-width: 992px) {
    .register-popup__column:nth-child(1) {
        display: block;
    }
}
.register-popup__column:nth-child(2) {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
}
@media (min-width: 992px) {
    .register-popup__column:nth-child(2) {
        padding: 44px 44px 44px 0;
        height: auto;
    }
}
.register-popup__label {
    color: var(--FF2190, #ff2190);
    leading-trim: both;
    text-edge: cap;
    font-family: Outfit;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: -0.96px;
}
.register-popup__title {
    margin-top: 30px;
}
.register-popup__description {
    color: var(--FFFFFF, #ffffff);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    margin-top: 10px;
}
.register-popup__description--success {
    color: #fff;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    margin-top: 40px;
}
.register-popup__btns {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 20px;
}
.register-popup__wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.register-popup__btn {
    color: var(--000000, #000000);
    position: relative;
}
.register-popup__message {
    display: none;
}
.register-popup.register-popup--success .register-popup__message {
    display: block;
}
.register-popup.register-popup--success .register-popup__wrap {
    display: none;
}
.g_id_signin {
    height: fit-content;
    width: 100%;
    position: relative;
    width: 300px;
    margin: 0 auto;
}

