* {
    font-family: 'Inter', sans-serif;
    box-sizing: border-box;
    margin: 0;
}

:root {
    --color-primary: #0a43ff;
    --color-danger: #ff1a1a;
    --color-primary--hover: #002fd8;
    --color-danger--hover: #d81111;
    --color-primary--active: #00279f;
    --color-danger--active: #9f1111;
    --color-white: #fff;
    --font-adderley: 'Adderley', sans-serif;
}

.container{
    width: 90%;
    max-width: 1199px;
    margin-left: auto;
    margin-right: auto;
}

.menu {
    padding: 15px 0;
}

.logo-menu {
    height: 43px;
}

.menu-item {
    color: #5B5B5B;
    text-decoration: none;
    line-height: 130%;
    transition-duration: .1s;
    margin-right: 21px;
}

.menu-item:hover {
    color: #000;
}

.btn {
    padding: 13px 25px;
    text-decoration: none;
    border: 1px solid;
    font-size: 15px;
    border-radius: 9px;
    cursor: pointer;
    transition-duration: .3s;
}

.btn-primary {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-white);
}

.btn-primary:hover {
    background: var(--color-primary--hover);
}

.btn-primary:active {
    background: var(--color-primary--active);
}

.btn-outline-primary {
    border-color: var(--color-primary);
    background-color: var(--color-white);
    color: var(--color-primary);
}

.btn-outline-primary:hover {
    background: var(--color-primary--hover);
    color: var(--color-white);
}

.btn-outline-primary:active {
    background: var(--color-primary--active);
    color: var(--color-white);
}

.btn-outline-danger {
    border-color: var(--color-danger);
    background-color: var(--color-white);
    color: var(--color-danger);
}

.btn-outline-danger:hover {
    background: var(--color-danger--hover);
    color: var(--color-white);
}

.btn-outline-danger:active {
    background: var(--color-danger--active);
    color: var(--color-white);
}

.header-block {
    min-height: 71vh;
    display: flex;
    align-items: center;
}

.header-title {
    font-family: var(--font-adderley);
    font-size: 43px;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
}

.header-description {
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.btn-xl {
    font-family: var(--font-adderley);
    font-size: 35px;
    font-style: normal;
    line-height: 130%;
    text-transform: uppercase;
    padding-top: 19px !important;
}

.header-btn-description {
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
}

.header-image {
    height: 395px;
}

.gap-25px {
    gap: 0 25px
}

.advantage-icon {
    margin-bottom: 15px;
    height: 39px;
    width: 39px;
    display: flex;
    font-size: 17px;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    background: var(--color-primary);
    color: var(--color-white);
}

.advantage-title {
    font-size: 17.55px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.mt-185px {
    margin-top: 185px;
}

.section-title {
    display: flex;
    justify-content: center;
    font-family: var(--font-adderley);
    font-size: 39px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}

.w-60 {
    width: 60%;
}

.seller-info--image, .seller-info--image img {
    max-width: 100%;
}

.seller-info--description {
    font-size: 17px;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.w-75 {
    width: 75%!important;
}

.products-list {
    display: flex;
    flex-wrap: wrap;
    gap: 59px 41px;
}

.product-item {
    width: 31%;
    border-radius: 19px;
    background: #f7f7fb;
}

.product-item--image {
    border-top-right-radius: inherit;
    border-top-left-radius: inherit;
    position: relative;
}

.product-item--image img {
    max-width: 100%;
    height: 195px;
    width: 100%;
    object-fit:cover;
    object-position: 0% center;
    border-top-right-radius: inherit;
    border-top-left-radius: inherit;
}

.product-item-data {
    padding: 19px;
}

.product-item--rating {
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.product-item--rating i {
    color: #7F7F7F;;
    margin-left: 3px;
}

.product-item--budge {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 13px;
    border-radius: 13px;
    font-size: 11.85px;
    background: #d5dae9;
}

.product-item--title {
    font-size: 21px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.24px;
}

.product-item--title-small {
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.14px;
    font-size: 13px;
}

.product-item--from {
    font-size: 15px;
    line-height: 130%;
    letter-spacing: -0.16px;
}

.product-item--from-name {
    color: #5e5e5e;
}

.product-item--hashtag {
    font-size: 13px;
    margin-right: 5px;
}

.product-item--price {
    font-size: 27px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.32px;
}

.product-item--price i {
    font-size: 27px;
    margin-left: 5px;
}

.product-item--price-old {
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.2px;
    text-decoration-line: line-through;
    margin-left: 15px;
}

.product-item--price-old i {
    font-size: 15px;
    margin-left: 3px;
}

.product-item--link {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    line-height: 130%; /* 20.8px */
    letter-spacing: -0.16px;
    text-decoration-line: underline!important;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    margin-right: 25px;
}

.btn-pay {
    padding: 11px 25px;
    font-size: 17px;
}

.step-items {
    display: flex;
    gap: 59px 41px;
}

.step-item {
    width: 31%;
}

.step-item-image {
    padding: 25px;
    background: #f7f7fb;
    border-radius: 15px;
}

.step-item-image img {
    max-width: 100%;
}

.step-title--number {
    font-family: var(--font-adderley);
    font-size: 43px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -2.88px;
    margin-right: 19px;
}

.step-title--text {
    font-family: var(--font-adderley);
    font-size: 31px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.step-item--description {
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.w-70 {
    width: 70%;
}

.go-catalog-title {
    font-family: var(--font-adderley);
    font-size: 31px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.title-page {
    font-family: var(--font-adderley);
    font-size: 45px;
}

.faq-item {
    border-radius: 15px;
    background: #EDEDED;
    padding: 45px 35px 39px 35px;
    cursor: pointer;
    margin-bottom: 37px;
}

.faq-item--header {
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    align-items: center;
    justify-content: space-between;
}

.faq-item--header-title {
    font-family: var(--font-adderley);
    font-size: 31px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.faq-item--body {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    height: 0;
    opacity: 0;
    margin-top: 0;
    transition-duration: .3s;
}

.faq-item--header-button {
    transform: rotate(180deg);
}

.faq-item.opened .faq-item--body {
    margin-top: 15px;
    height: auto;
    opacity: 1;
}

.faq-item.opened .faq-item--header-button {
    transform: rotate(0deg);
}

.smi-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 55px 25px;
}

.smi-card {
    padding: 23px;
    width: 31%;
    border-radius: 19px;
    background: #F3F3F3;
    height: 225px;
    position: relative;
}

.smi-card--logo {
    padding: 17px 29px;
    background: #fff;
    border-radius: 9px;
    width: 157px !important;
    display: inline-block;
}

.smi-card--logo img {
    height: 33px;
    width: 100%;
    object-fit: contain;
    pointer-events: none;
}

.obj-f-cover {
    object-fit: cover!important;
}

.smi-card--title {
    font-family: var(--font-adderley);
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-top: 21px;
}

.smi-card--link {
    position: absolute;
    left: 23px;
    bottom: 23px;
}

.smi-card--link a {
    color: #000;
    text-decoration: none;
}

.get-go-title {
    font-family: var(--font-adderley);
    font-size: 57px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.get-go-description {
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.footer-logo img {
    height: 55px;
}

.w-11 {
    width: 11%;
}

.footer-mail {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.footer-company {
    font-size: 13px;
    font-style: normal;
    line-height: 130%;
}

.footer-bottom-title {
    font-size: 13px;
    font-style: normal;
    line-height: 130%;
}

.link-footer {
    text-decoration: none;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.59);
    line-height: 130%;
    text-transform: uppercase;
}

.footer-link-sociable {
    padding: 3px;
    background: var(--color-primary);
    color: white;
    border-radius: 50%;
    height: 29px;
    width: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.link-mobile, .close-mobile {
    font-size: 31px;
    color: var(--color-primary);
}

.mobile-menu {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

body.modal-open {
    overflow: hidden;
}

.modal-title {
    text-align: center;
    font-family: var(--font-adderley);
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
}

.form-control {
    border-radius: 9px;
    border: 1px solid rgba(0, 0, 0, 0.29);
    padding: 19px 15px;
    font-size: 15px;
    width: 100%;
}

.show-password, .hide-password {
    right: 17px;
    position: absolute;
    top: 19px;
    color: #ccc;
}

.link-password {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    color: black;
    text-align: left;
    text-decoration-line: underline!important;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.f-s-21px {
    font-size: 21px;
}

.f-w-500 {
    font-weight: 500;
}

.btn-tg {
    border: 1px solid #D1D1D1;
    border-radius: 9px;
    display: flex;
    align-items: center;
    background: white;
    color: #3e3e3e;
}

.btn-tg:hover {
    border-color: #3e3e3e;
}

.btn-tg:active {
    border-color: black;
}

.link-signup {
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    color: black;
    text-decoration-line: underline!important;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.checkbox-wrapper-46 input[type="checkbox"] {
    display: none;
    visibility: hidden;
}

.checkbox-wrapper-46 .cbx {
    margin: auto;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}
.checkbox-wrapper-46 .cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
}
.checkbox-wrapper-46 .cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #9098A9;
    transition: all 0.2s ease;
}
.checkbox-wrapper-46 .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: black;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
}
.checkbox-wrapper-46 .cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
}
.checkbox-wrapper-46 .cbx span:last-child {
    padding-left: 8px;
}
.checkbox-wrapper-46 .cbx:hover span:first-child {
    border-color: black;
}

.checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child {
    background: #fff;
    border-color: black;
    animation: wave-46 0.4s ease;
}
.checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
}
.checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child:before {
    transform: scale(3.5);
    opacity: 0;
    transition: all 0.6s ease;
}

.text-root {
    font-size: 13px;
    line-height: 130%;
    text-align: center;
}

.text-root .link {
    color: inherit;
    line-height: 130%;
    text-decoration-line: underline!important;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.link-underline {
    text-decoration-line: underline!important;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.input-error, .input-error input {
    color: rgba(255, 0, 0, 0.77);
}

.input-error.checkbox-wrapper-46 .cbx span:first-child svg {
    stroke: rgba(255, 0, 0, 0.77);
}

.input-error.checkbox-wrapper-46 .cbx:hover span:first-child, .input-error input {
    border-color: rgba(255, 0, 0, 0.77);
}

.input-error.checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child {
    border-color: rgba(255, 0, 0, 0.77);
}

input.input-error {
    border: 1px solid rgba(255, 0, 0, 0.77);
}

.error-msg {
    font-size: 13px;
    color: rgba(255, 0, 0, 0.77);
    margin-top: 5px;
}

.menu-profile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 25px;
    cursor: pointer;
    width: 215px;
    position: relative;
}

.menu-profile--ava img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.ml-7px {
    margin-left: 7px;
}

.menu-profile--name {
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.2px;
    margin-left: 7px;
    overflow-y: hidden;
    width: 149px;
}

.menu-profile-dropdown {
    cursor: default;
    position: absolute;
    top: calc(100% + 7px);
    padding: 11px 0;
    border-radius: 9px;
    width: 100%;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    z-index: 999;
    display: block;
    background: white;
    height: 0;
    opacity: 0;
    pointer-events: none;
}

.menu-profile.opened .menu-profile-dropdown {
    height: auto;
    opacity: 1;
    pointer-events: auto;
}

.menu-profile--link {
    padding: 11px 25px;
    display: flex;
    align-items: center;
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.menu-profile--link i {
    color: #939393;
    font-size: 19px;
    margin-right: 9px;
}

.menu-profile--link:hover {
    background: #f7f7f7;
}

.menu-profile.opened .menu-profile--button {
    transform: rotate(180deg);
}

.fs-41px {
    font-size: 41px;
}

.success-icon img {
    height: 45px;
}

.status-item-title {
    font-family: var(--font-adderley);
    font-size: 47px;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
}

.link-muted {
    color: rgba(0, 0, 0, 0.31);
    cursor: pointer;
}

.link-muted:hover {
    color: black;
}

.reset-password-message {
    font-size: 15px;
    font-style: normal;
    line-height: 130%;
}

.reset-password-message b {
    font-weight: 500;
}

.text-small-link {
    font-size: 13px;
    line-height: 130%;
    text-decoration-line: underline!important;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    cursor: pointer;
}

.text-small-link.link-muted {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.31)!important;
}

.text-small-link:not(.link-muted) {
    color: black;
}

.reset-password-send-timer {
    font-size: 13px;
    line-height: 130%;
    font-weight: 500;
    margin-left: 13px;
}

.home-title {
    font-family: var(--font-adderley);
    font-size: 59px;
    font-weight: 700;
    line-height: 130%;
}

.btn-menu-profile {
    width: 100%;
    margin-bottom: 15px;
    font-size: 21px;
    background: white;
    color: rgba(0, 0, 0, 0.29);
    border: 1px solid rgba(0, 0, 0, 0.29);
}

.btn-menu-profile:hover {
    color: black;
    border: 1px solid black;
}

.btn-menu-profile:active, .btn-menu-profile.active {
    color: white;
    background: #3E3E3E;
}

.product-item--user {
    border-radius: 19px;
    background: #F3F3F3;
    padding: 33px 21px;
    margin-bottom: 39px;
}

.product-item--user-preview {
    line-height: 0;
}

.product-item--user-preview:not(.type-music) * {
    height: 265px;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    border-radius: 15px;
    background: #565757;
    pointer-events: none;
}

.w-39 {
    width: 39%;
}

.w-61 {
    width: 61%;
}

.product-card--title {
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.24px;
}

.product-card--rating {
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.24px;
    display: flex;
    align-items: center;
}

.product-card--rating svg {
    fill: #7F7F7F;
    margin-left: 7px;
}

.card-user-title {
    font-size: 17px;
    line-height: 130%;
    letter-spacing: -0.16px;
    margin-right: 17px;
}

.card-user-name {
    color: rgba(0, 0, 0, 0.79);
    font-size: 17px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.16px;
}

.inline-flex {
    display: inline-flex;
}

.card-hashtags {
    font-size: 13px;
    line-height: 130%;
    letter-spacing: -0.12px;
}

.description-link {
    font-size: 15px;
    line-height: 130%;
    letter-spacing: -0.14px;
    text-decoration-line: underline!important;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    color: black;
    margin-left: 7px;
}

.card-description-value {
    font-size: 15px;
    line-height: 130%;
    letter-spacing: -0.14px;
}

.card-description-title {
    margin-bottom: 11px;
    font-size: 17px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.16px;
}

.btn-download {
    font-size: 19px;
    display: flex;
    align-items: center;
    padding: 13px 35px;
}

.btn-download svg {
    margin-right: 9px;
}

.card-description-button {
    position: absolute;
    bottom: 0;
    left: 0;
}

.pb-53px {
    padding-bottom: 53px;
}

.card-description-data {
    line-height: 130%;
    font-size: 15px;
}

.ava-img-profile {
    position: relative;
}

.ava-img-profile img {
    height: 131px;
    width: 131px;
    object-fit: cover;
    border-radius: 50%;
}

.link-black {
    color: black;
}

.form-line-label {
    font-size: 19px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.24px;
}

.form-line-control {
    padding: 0 0 13px 0;
    outline: none;
    border: none;
    border-bottom: 1px solid #000000;
    font-size: 21px;
    line-height: 130%;
}

.top-7px {
    top: 7px;
}

.page-section-title {
    font-size: 29px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.32px;
}

.form-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.2px;
    border-radius: 9px;
    padding: 15px 39px 15px 21px;
    outline: none;
    border: 1.75px solid rgba(0, 0, 0, 0.50);
    background: white url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="17" viewBox="0 0 16 17" fill="none"> <path d="M14.3635 5.79301C14.1759 5.60554 13.9216 5.50023 13.6565 5.50023C13.3913 5.50023 13.137 5.60554 12.9495 5.79301L7.99946 10.743L3.04946 5.79301C2.86086 5.61085 2.60826 5.51006 2.34606 5.51234C2.08387 5.51462 1.83305 5.61979 1.64764 5.80519C1.46224 5.9906 1.35707 6.24141 1.35479 6.50361C1.35251 6.76581 1.45331 7.01841 1.63546 7.20701L7.29246 12.864C7.47999 13.0515 7.7343 13.1568 7.99946 13.1568C8.26463 13.1568 8.51894 13.0515 8.70646 12.864L14.3635 7.20701C14.5509 7.01948 14.6563 6.76518 14.6563 6.50001C14.6563 6.23485 14.5509 5.98054 14.3635 5.79301Z" fill="black"/> </svg>') no-repeat;
    background-position: right 15px top 50%;
}

table {
    border-collapse: collapse;
    width: 100%;
}

thead {
    background: #353535;
    border-top-left-radius: 21px;
}

thead th {
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.2px;
    color: white;
    text-align: center;
    padding: 9px;
}

thead th:first-child {
    border-top-left-radius: 21px;
}

thead th:last-child {
    border-top-right-radius: 21px;
}

tbody td {
    text-align: center;
    padding: 13px;
    font-size: 15px;
    line-height: 130%;
    letter-spacing: -0.16px;
}

tbody tr:nth-child(even) {
    background: #F3F3F3;
}

tbody tr:last-child td:first-child {
    border-bottom-left-radius: 21px;
}

tbody tr:last-child td:last-child {
    border-bottom-right-radius: 21px;
}

.card-file-step-title {
    font-size: 31px;
    font-weight: 600;
    line-height: 130%;
}

.area-file-upload {
    border-radius: 19px;
    border: 1px dashed rgba(0, 0, 0, 0.39);
    background: #F1F1F1;
    padding: 37px 0;
    cursor: pointer;
    transition-duration: .3s;
}

.area-file-upload-success {
    border-radius: 19px;
    border: 1px dashed transparent;
    background: transparent;
    padding: 37px 0;
    cursor: default;
    transition-duration: .3s;
}

.area-file-upload:hover {
    background: #e9e9e9;
}

.area-file-upload:active {
    background: #dfdfdf;
}

.area-file-upload--title {
    font-size: 23px;
    line-height: 130%;
    letter-spacing: -0.24px;
}

.area-file-upload--description {
    color: rgba(0, 0, 0, 0.50);
    font-size: 15px;
    line-height: 130%;
    letter-spacing: -0.16px;
}

.success-file-upload {
    font-size: 31px;
    line-height: 130%;
    letter-spacing: -0.32px;
}

.area-file-upload--title-file {
    font-size: 29px;
    line-height: 130%;
}

.area-file-upload--file-size {
    color: rgba(0, 0, 0, 0.50);
    text-align: center;
    font-size: 19px;
    line-height: 130%;
    letter-spacing: -0.2px;
}

.area-file-upload-success img {
    width: 100%;
    max-height: 555px;
    border: 3px dashed #f1f1f1;
    border-radius: 9px;
}

.preview-description-top {
    font-size: 19px;
    line-height: 130%;
    letter-spacing: -0.2px;
}

.preview-description-data {
    font-size: 13px;
    line-height: 130%;
    letter-spacing: -0.14px;
    margin-top: 15px;
}

.textarea-container {
    position: relative;
    width: 100%;
    margin: 19px auto;
}

textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid black;
    border-radius:9px;
    resize: vertical;
}

.counter {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
    color: #666;
}

.warning {
    color: orange;
    font-weight: bold;
}

.error {
    color: red;
    font-weight: bold;
}

.hashtags-title {
    font-size: 15px;
    line-height: 130%;
}

.hashtags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 7px;
    min-height: 45px;
}

.hashtag {
    background-color: #e0e0e0;
    padding: 5px 10px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.hashtag-remove {
    margin-left: 5px;
    cursor: pointer;
    color: #666;
    font-weight: bold;
}

.hashtag-input {
    border: none;
    outline: none;
    padding: 5px;
    font-size: 14px;
    min-width: 100px;
    flex-grow: 1;
}

.hashtag-input::placeholder {
    color: #999;
}

.hashtag-input:disabled {
    background: transparent;
    opacity: 0.5;
}

.max-tags-message {
    color: #999;
    font-size: 12px;
    margin-top: 5px;
}

.w-20 {
    width: 20%;
}

.w-10 {
    width: 10%
}

.price-description {
    font-size: 15px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.15px;
}

.radio-wrapper-3 {
    user-select: none;
}

.radio-wrapper-3 label {
    display: inline-flex;
    align-items: center;
}

.radio-wrapper-3 .circle {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    background-color: #fff;
    background-image: linear-gradient(#fff, #FBFBFB);
    box-shadow: #D1D5DB 0 0 0 1px inset, rgba(0, 0, 0, 0.05) 0 1px 2px 0;
    box-shadow: #e2e3e3 0 0 0 1px inset, rgb(0 0 0 / 10%) 0 1px 2px 0;
    transition: all 0.15s ease;
}
.radio-wrapper-3 .circle:after {
    content: "";
    position: absolute;
    display: block;
    top: 6px;
    left: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    opacity: 0;
    transform: scale(0);
}
.radio-wrapper-3 .circle + span {
    margin-left: .6em;
}
.radio-wrapper-3 input[type="radio"] {
    position: absolute;
    opacity: 0;
    display: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.radio-wrapper-3 input[type="radio"]:checked + .circle {
    background-color: #4177EE;
    background-image: linear-gradient(#4177EE, #2F6AEB);
    box-shadow: rgb(0 0 0 / 10%) 0 1px 2px 1px, #2E69EB 0px 0px 0px 1px, rgba(255, 255, 255, 0.15) 0 1px 1px inset;
}
.radio-wrapper-3 input[type="radio"]:checked + .circle:after {
    opacity: 1;
    transform: scale(1);
    transition: all 0.15s ease;
    box-shadow: #2E69EB 0px 0px 0px 1px;
}
.input-dop-text {
    position: absolute;
    top: 25px;
    right: 21px;
    font-size: 31px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.32px;
}

.w-49 {
    width: 49%;
}

.w-47-75 {
    width: 47.75%;
}

.top-11px {
    top: 11px;
}

.price-total-title {
    font-size: 19px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.2px;
}

.price-total-value {
    font-size: 31px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.32px;
}

.price-total-old {
    font-size: 23px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.24px;
    text-decoration-line: line-through;
}

.mt-11px {
    margin-top: 11px;
}

.preview-card-title {
    font-size: 33px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.36px;
}

.m-w-945px {
    max-width: 945px;
}

.catalog-title {
    font-family: var(--font-adderley);
    font-size: 57px;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
}

.catalog-description {
    font-size: 19px;
    font-weight: 500;
    line-height: 130%;
}

.w-35 {
    width: 35%;
}

.btn-pagination {
    background: #fff;
    border-radius: 5px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #D1D1D1;
    font-size: 15px;
    font-weight: 600;
    color: black;
    line-height: 130%;
    letter-spacing: -0.16px;
}

.btn-pagination:hover:not(.disabled) {
    background: #d1d1d1;
}

.btn-pagination.active {
    border-color: black;
}

.gap-11px {
    gap: 11px;
}

.product-item--image .plyr__video-wrapper {
    border-top-left-radius: 19px;
    border-top-right-radius: 19px;
}

.modal-payment {
    max-width: 745px;
    .plyr__video-wrapper {
        border-radius: 15px!important;
    }
    .plyr__controls {
        border-bottom-left-radius: 15px!important;
        border-bottom-right-radius: 15px!important;
    }
}

.product-item--user-preview img {
    border-radius: 15px!important;
}

.product-item--user-preview {
    .plyr__video-wrapper {
        border-radius: 15px!important;
    }
    .plyr__controls {
        border-bottom-left-radius: 15px!important;
        border-bottom-right-radius: 15px!important;
    }
}

.content-product-preview .plyr__video-wrapper {
    border-radius: 15px!important;
}

.content-product-preview img {
    width: 100%;
    max-height: 555px;
}

.payment-modal--title {
    font-family: var(--font-adderley);
    font-weight: 700;
    font-size: 45px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
}

.payment-modal-product-title {
    font-size: 23px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.24px;
}

.payment-type-selected {
    font-size: 23px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.24px;
}

.payment-description-pay {
    font-size: 13px;
    line-height: 130%;
    letter-spacing: -0.14px;
}

.btn-primary.disabled {
    cursor: default;
    background: #91abff;
    border-color: #91abff;
}

.spinner-modal {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    border: 11px solid #0a43ff;
    animation: spinner-bulqg1 0.8s infinite linear alternate,
    spinner-oaa3wk 1.6s infinite linear;
}

.text-status-modal-title {
    font-family: var(--font-adderley);
    font-size: 47px;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    text-align: center;
}

.mr-11px {
    margin-right: 11px;
}

.ml-11px {
    margin-left: 11px;
}

.modal-preview-image {
    border-radius: 15px;
}

@keyframes spinner-bulqg1 {
    0% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
    }

    12.5% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
    }

    25% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
    }

    50% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
    }

    62.5% {
        clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
    }

    75% {
        clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
    }

    100% {
        clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
    }
}

@keyframes spinner-oaa3wk {
    0% {
        transform: scaleY(1) rotate(0deg);
    }

    49.99% {
        transform: scaleY(1) rotate(135deg);
    }

    50% {
        transform: scaleY(-1) rotate(0deg);
    }

    100% {
        transform: scaleY(-1) rotate(-135deg);
    }
}

.no-found-title {
    font-family: var(--font-adderley);
    font-size: 59px;
    font-weight: 700;
    line-height: 130%;
}

.no-found-description {
    font-size: 29px;
    line-height: 130%;
}

.btn-catalog-title {
    font-size: 13px;
    font-weight: 300;
    line-height: 130%;
}

.recommend-title {
    text-align: center;
    font-family: var(--font-adderley);
    font-size: 59px;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
}

.modal-preview-image {
    width: 100%;
    max-height: 355px;
    border-radius: 15px;
}

.content-product-info {
    height: 100%;
    border-radius: 19px;
    background: #F3F3F3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px;
}

.data-product-title {
    font-size: 23px;
    font-weight: 700;
    line-height: 130%;
}

.data-product-value {
    font-size: 23px;
    line-height: 130%;
    margin-top: 5px;
}

.content-root-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 130%;
    text-align: center;
}

.title-description-product {
    font-size: 29px;
    font-weight: 600;
    line-height: 130%;
}

.description-content-product {
    font-size: 19px;
    line-height: 130%;
    white-space: pre-line;
}

.link-success {
    color: #11c93c;
}

.link-danger {
    color: red;
}

.mobile-profile-menu-open {
    font-size: 27px;
    cursor: pointer;
}

.mobile-menu {
    z-index: 999;
}

.product-item--image .plyr--audio .plyr__controls {
    height: 195px;
}

.rating-area {
    overflow: hidden;
    width: 211px;
}
.rating-area:not(:checked) > input {
    display: none;
}
.rating-area:not(:checked) > label {
    float: right;
    width: 42px;
    padding: 0;
    cursor: pointer;
    font-size: 32px;
    line-height: 32px;
    color: lightgrey;
    text-shadow: 1px 1px #bbb;
}
.rating-area:not(:checked) > label:before {
    content: '★';
}
.rating-area > input:checked ~ label {
    color: gold;
    text-shadow: 1px 1px #c60;
}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
    color: gold;
}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
    color: gold;
    text-shadow: 1px 1px goldenrod;
}
.rate-area > label:active {
    position: relative;
}

.rating-user-area {
    background: white;
    padding: 21px;
    border-radius: 15px;
}

.rating-user-area--title {
    font-size: 21px;
    font-weight: 500;
}

.text-description-user-rating {
    font-size: 15px;
    color: #737373;
}

.btn-small {
    font-size: 13px;
    padding: 9px 25px;
}

.ws-preline {
    white-space: pre-line;
}

.ml-7px {
    margin-left: 7px;
}

.btn-tg.disabled {
    background: #f7f7f7;
    border-color: #f7f7f7;
}

.content-product-preview {
    position: relative;
}

.content-product-preview-root {
    position: absolute;
    top: 15px;
    right: 15px;
}

.budge-root {
    background: rgb(25, 123, 255);
    color: white;
    padding: 5px 11px;
    border-radius: 5px;
    font-size: 15px;
}

.budge-root i {
    margin-right: 5px;
}

.btn-menu-profile-admin {
    color: rgba(0, 36, 203, 0.94);
    border: 1px solid rgba(26, 0, 255, 1);
}

.btn-menu-profile-admin.active {
    background: rgba(0, 36, 203, 0.94);
}

.menu-container {
    box-sizing: border-box;
    font-family: Inter, sans-serif;
}

.accordion-item {
    margin-bottom: 15px;
}

.accordion-header {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.29);
    border-radius: 9px;
    color: rgba(0, 0, 0, 0.29);
    cursor: pointer;
    font-family: Inter, sans-serif;
    font-size: 21px;
    padding: 13px 25px;
    text-align: left;
    transition: all 0.3s;
    width: 100%;
}

.accordion-header:hover {
    border-color: #000;
}

.accordion-header.active {
    background-color: #3e3e3e;
    color: #fff;
}

.accordion-content {
    display: none;
    padding: 10px 0 0 20px;
}

.accordion-content button {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.29);
    border-radius: 9px;
    color: rgba(0, 0, 0, 0.29);
    cursor: pointer;
    display: block;
    font-family: Inter, sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 10px 20px;
    text-align: left;
    transition: all 0.3s;
    width: 100%;
}

.accordion-content button:hover {
    border-color: #000;
}

@media screen and (max-width: 800px){
    .header-image {
        height: 195px;
        margin-top: 55px;
        margin-bottom: 55px;
    }
    .advantage-icon {
        margin-bottom: 15px;
    }
    .mt-185px {
        margin-top: 125px;
    }
    .product-item {
        width: 100%;
    }
    .step-items {
        display: block;
    }
    .step-item {
        width: 100%;
    }
    .step-item-image {
        height: 125px;
        width: fit-content;
    }
    .step-item-image img {
        height: 100%;
    }
    .m-mt-5 {
        margin-top: 3em;
    }
    .smi-cards {
        display: block;
    }
    .smi-card {
        width: 100%;
        margin-bottom: 25px;
    }
    .m-fs-33px {
        font-size: 33px;
    }
    .link-footer {
        display: block;
    }
    .m-align-center {
        align-items: center;
    }
    .mobile-menu .menu-item {
        font-size: 15px;
    }
    .advantage-title {
        margin-bottom: 35px;
    }
    .home-title {
        font-size: 35px;
    }
    .menu-profile {
        width: 100%;
    }
    .menu-profile--name {
        margin-left: 11px;
    }
    .w-39.m-w-100 {
        width: 100%;
    }
    .w-61.m-w-100 {
        width: 100%;
    }
    .product-item--user {
        display: block;
    }
    .card-description-button {
        position: relative;
    }
    .catalog-title {
        font-size: 37px;
    }
    .data-product-title {
        font-size: 17px;
    }
    .data-product-value {
        font-size: 17px;
    }
    .menu-profile-full {
        height: 0;
        opacity: 0;
        overflow: hidden;
    }
    .menu-profile-full.opened {
        height: 100%;
        opacity: 1;
    }
    table {
        overflow-x: scroll;
        max-width: 100%;
        display: block;
    }
    .m-f-d-column {
        flex-direction: column;
    }
    .m-d-inline-flex {
        display: inline-flex;
    }
    .m-w-100 {
        width: 100%!important;
    }
}