/* #322c61
#541fb4
#f4c92d */
:root {
   --br-large: 12px;
    

}

body {
    font-family: 'Stem';
}

.w100 {
    width: 100% !important;
}

.ns .header .navbar .container .m-list .m-item.logo svg {
    width: 180px;
    height: 35.56px;
    margin-top: 20px;
}

.head-part {
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-radius: 12px;
    padding: 12px;
    align-items: center;
}

.head-part .search-block {
}

.head-part .search-block .main {
    border-radius: 8px;
    border: 1px solid #ece8ef;
}

.head-part .search-block .main input {
    min-width: 300px;
    padding: 9px 16px;
}

.head-part .search-block .main input::placeholder {
    color: #83899f;
    font-size: 13px;
}

.head-part .search-block select {
    border-radius: 8px;
    border: 1px solid #ece8ef;
    height: 34px;
    color: #726d89;
}

.cards-grid-leveler {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.w100 {
    width: 100%;
}
.cat-nav-wrapper {
    flex-direction: column;
}
.product-card {
    background: #fff;
    overflow: hidden;
    height: min-content;
    position: relative;
}

.product-card:hover {
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0px 4px 12px rgb(21 5 38 / 12%) !important;
}

.product-card:focus {
    outline: 0;
}

.product-card .image {
    background-image: url("/files/news_images/clzeeme5a001x11o86zefcwuq-csgo_skins.jpg");
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: unset;
    min-height: 130px;
    aspect-ratio: 16 / 9;
    background-color: var(--light-purple);
    position: relative;
}

.product-card .title {
    font-size: 14px;
    font-weight: 400;
    word-break: break-word;
    color: #39265c;
    margin-bottom: 4px;
}

.product-card .price-details {
    display: flex;
    justify-content: space-between;
    padding: 3px 10px 7px 10px;
    align-items: center;
}

.product-card .price-details .price {
    font-size: 17px;
    font-weight: bold;
    
}

.product-card .price-details .action {

}

.product-card .cat-image-block {
    position: absolute;
    top: 10px;
    left: 10px;
}

.product-card .cat-image-block .cat-img {
    width: 24px;
    height: 24px;
    border-radius: 4px
}

.product-card .card-mark {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--bright-purple);
    border-radius: 12px;
    line-height: 19px;
    padding: 0px 7px;
    color: #fff !important;
    font-size: 10px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.product-card .card-mark i {
    font-size: 8px;
    margin-top: -1px;
    margin-right: 3px;
}

.product-card .card-pin {
    position: absolute;
    top: 12px;
    right: 12px;
    line-height: 19px;
    padding: 3px 7px;
    color: var(--bright-purple) !important;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.product-card .details {
    display: flex;
    padding: 12px;
}

.product-card .details .left-part {
    flex-grow: 1;
    padding-right: 12px;
}

.product-card .details .right-part {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-card .details .product-cat {
    color: #a397b2;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
}

.product-card .details .price {
    flex-grow: 1;
    font-size: 14px;
    font-weight: 400;
}


.btn-buy-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    padding: 3px 12px;
    border: none;
    width: 100%;
    font-size: 13px;
}

.btn-buy-product:hover {
    text-decoration: none;
    opacity: 0.9;
}

.btn-shape {
    height: 40px;
    padding: 8px 16px;
    min-width: 60px;
    border-radius: 12px;
}

.btn-default {
    background: var(--main-purple);
    color: #fff !important;
    font-weight: 500 !important;
    font-family: inherit;
    border-radius: 12px;
    border: unset;
    white-space: nowrap;
}

.btn-default:focus {
    border-radius: 12px;
    box-shadow: none;
}

.btn-default:hover {
    opacity: 0.9;
}

.button-model {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    vertical-align: unset;
    box-sizing: border-box;
    padding: 10px 20px;
    border: 0;
    border-radius: 12px;
    font-size: 14px !important;
}

.button-model.micro {
    padding: 1px 8px;
}

.button-model.mini {
    padding: 3px 12px;
    font-size: 13px !important;

}

.button-model.large {
    
}

.button-model.narrow {
    width: min-content;
}

.button-model.long {
    width: 100%;
}

.button-model i {
    margin-right: 8px;
}

.button-style {
    font-family: Stem;
    background: var(--main-purple);
    color: #fff !important;
    font-weight: 500 !important;
    line-height: 20px;
}

.button-style.bright {
    background: var(--bright-purple);
}

.button-style.revert {
    background: #f4c92d;
    color: #222 !important;
}

.button-style.outline {
    background: none;
    box-shadow: 0 0 0 1px #e3e8ec;
    color: var(--main-purple) !important;
}

.button-style:hover {
    opacity: 0.8;
    text-decoration: none;
}

.user-menu .img-avatar {
    border-radius: 50%;
    width: 26px;
    border: 1.7px solid var(--light-purple);
    padding: 3px;
}

.user-menu .user-login {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    margin-right: 8px;
}

.support-item {
    position: relative;
}

.support-item .support-link {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}


.support-item .support-link:hover {
    text-decoration: none;
    cursor: pointer;
}

.support-item .support-link:hover .support-icon path,
.support-item .support-link:hover .drop-icon {
    fill: #fff;
}

.ns .header .navbar .container .m-list .auth .link:hover svg path {
    stroke: #ffffff;
}

.support-item .support-link .support-icon {
    margin-right: 8px;
}

.support-item .support-link .support-icon path {
    fill: #8f8aa5;
}

.support-item .support-link .drop-icon {
    fill: #8f8aa5;
    margin-left: 3px;
}

.support-item .support-link:hover .header-support-hover-menu{
    display: block;
}

.support-item .header-support-hover-menu {
    display: none;
    position: absolute;
    padding-top: 15px;
    right: 50%;
    transform: translateX(50%);
    top: 48px;
    z-index: 20;
}

.support-item .header-support-hover-menu .hm-list {
    background: #fff;
    border-radius: 12px;
    padding: 14px 0;
    width: max-content;
    color: #333;
    max-height: 464px;
    overflow-y: auto;
    box-shadow: 0px 4px 12px rgba(23, 5, 38, 0.12);
}

.support-item .header-support-hover-menu .hm-list .hm-item {
    line-height: 28px;
}

.support-item .header-support-hover-menu .hm-list .hm-link {
    padding: 4px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #726d89;
    display: flex;
    align-items: center;
}

.support-item .header-support-hover-menu .hm-list .hm-link:hover {
    text-decoration: none;
    background: var(--light-purple);
}

.support-item .header-support-hover-menu .hm-list .hm-link .icon {
    margin-right: 8px;
    min-width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.support-item .header-support-hover-menu .hm-list .hm-link .icon i {
    font-size: 17px;
}

.sort-list {
    display: flex;
    overflow-x: auto;
    /* box-shadow: inset 0 -1px 0 #ece8ef; */
}

.sort-list .sort-item {
    
}

.sort-list .sort-item .link-item {
    display: flex;
    height: 100%;
    align-items: center;
    padding: 8px 15px;
    box-sizing: border-box;
    color: #726d89;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 500;
}

.sort-list .sort-item .link-item:hover {
    color: #2785c8;
    text-decoration: none;
}

.sort-list .sort-item .link-item.active {
    background: #f5f6f8;
    box-shadow: inset 0 -2px 0 #2785c8;
    color: #333;
    box-shadow: inset rgba(5, 12, 38, 0.08) 0px 4px 12px;
    border-radius: 10px;
}

#usermenu_toggle {
    display: flex;
    align-items: center;
}

#usermenu_toggle .drop-icon {
    fill: #8f8aa5;
    margin-left: 3px;
}

#usermenu_toggle:hover {
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

#usermenu_toggle:hover .img-avatar{
    border-color: #ffffff;
    padding: 2px;
    transition: color 0.2s ease-in-out;
    margin: 1px;
}

#usermenu_toggle:hover .drop-icon {
    fill: #ffffff;
}

.cat-navigation {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 20px 26px;
}

.cat-navigation .search-block {
}

.cat-navigation .search-block .main {
}

.cat-navigation .categories {
}

.cat-navigation .cat-list {

}

.cat-navigation .cat-list .cat-item {

}

.cat-navigation .cat-list .cat-item .list-counter {
    font-size: 11px;
    background: var(--main-purple);
    color: #fff;
    border-radius: 4px;
    width: fit-content;
    padding: 2px 10px;
    line-height: 14px;
    box-sizing: border-box;
    display: inline-flex;
    height: 16px;
}


@media (min-width: 1039px) {
    .cat-navigation .categories .cat-list .cat-item:nth-of-type(2) {
        margin-bottom: 16px;
        border-bottom: 1px solid #ece8ef;
    }
}





@media (min-width: 1039px) {
    .cat-navigation .categories .cat-list .cat-item:nth-of-type(5) {
        margin-bottom: 16px;
        border-bottom: 1px solid #ece8ef;
    }
}


@media (min-width: 1039px) {
    .cat-navigation .categories .cat-list .cat-item:nth-of-type(9) {
        margin-bottom: 16px;
        border-bottom: 1px solid #ece8ef;
    }
}



.cat-navigation .cat-list .cat-item .cat-link {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 14px;
    color: #726d89;
}

.cat-navigation .cat-list .cat-item:last-of-type .cat-link {
    margin-bottom: 0;
}

.cat-navigation .cat-list .cat-item .cat-link .img-block {
    width: 24px;
    height: 24px;
    min-width: 24px;
    margin-right: 16px;
    display: flex;
    text-align: center;
    align-items: center;
}

.cat-navigation .cat-list .cat-item .cat-link i {
    font-size: 17px;
    margin-right: 16px;
    min-width: 24px;
}

.cat-navigation .cat-list .cat-item .cat-link .img-block img {
    width: 24px;
    height: 24px;
}

.cat-navigation .cat-list .cat-item .cat-link .img-block .test-svg {
    stroke: #726d89;
}

.cat-navigation .cat-list .cat-item .cat-link .img-block path {
    stroke: #726d89;
}

.cat-navigation .cat-list .cat-item .cat-link:hover {
    text-decoration: none;
    color: #2d1743;
}

.cat-navigation .cat-list .cat-item .cat-link:hover i {
    color: var(--bright-purple);
}

.cat-navigation .cat-list .cat-item .cat-link .img-block .svg-goods path {
    fill: #726d89;
}

.cat-navigation .cat-list .cat-item .cat-link .img-block .svg-doc path,
.cat-navigation .cat-list .cat-item .cat-link .img-block .svg-add line {
    stroke: #726d89;
}


.cat-navigation .cat-list .cat-item .cat-link:hover .img-block .svg-goods path,
.cat-navigation .cat-list .cat-item .cat-link.active .img-block .svg-goods path {
    fill: var(--bright-purple);
}

.cat-navigation .cat-list .cat-item .cat-link:hover .img-block .svg-doc path,
.cat-navigation .cat-list .cat-item .cat-link:hover .img-block .svg-add line,
.cat-navigation .cat-list .cat-item .cat-link.active .img-block .svg-doc path,
.cat-navigation .cat-list .cat-item .cat-link.active .img-block .svg-add line {
    stroke: var(--bright-purple);
}

.cat-navigation .cat-list .cat-item .cat-link.active {
    color: #2d1743;
}

.cat-navigation .cat-list .cat-item .cat-link .icon {
    width: 24px;
    height: 24px;
    margin-right: 16px;
    border-radius: 4px;
}

.cat-navigation .cat-list .cat-item .cat-link .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.cat-navigation .categories .subcat-list {
    padding-left: 42px;
}

.cat-navigation .categories .subcat-list .subcat-item {
    padding: 0px 0;
    margin-bottom: 8px;
}

.cat-navigation .categories .subcat-list .subcat-item .subcat-link {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.cat-navigation .categories .subcat-list .subcat-item .subcat-link:hover {
    color: var(--bright-purple);
    text-decoration: none;
}

.cat-navigation .categories .subcat-list .subcat-item .subcat-link.active {
    color: var(--bright-purple);
}

.cat-navigation .categories .subcat-list .subcat-item .subcat-link .name {
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* padding-right: 20px; */
    box-sizing: border-box;
    align-items: center;
}

.cat-navigation .categories .subcat-list .subcat-item .subcat-link .icon {
    display: none;
}

.seller-navigation {
    margin-bottom: 16px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 24px;
}

.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}

.switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 2.5px;
}

.switch-slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 2.5px;
}

input:checked + .switch-slider {
    background-color: #2785c8;
}

input:focus + .switch-slider {
    box-shadow: 0 0 1px #2785c8;
}

input:checked + .switch-slider:before {
    -webkit-transform: translateX(17px);
    -ms-transform: translateX(17px);
    transform: translateX(17px);
}

.btn-mod {
    cursor: pointer;
    background: #007dcc;
    padding: 1px 6px; 
    color: #fff;
    border-radius: 4px; 
    font-size: 11px;
    margin-bottom: 1px;
}

.btn-mod.edit{
    background: #cc5800;
}

.btn-mod.delete {
    background: #cc2900;
}

.btn-add {
    background: #2986c3;
    color: #fff;
    border: none;
    font-weight: 500;
    padding: 6px 18px;
    font-size: 14px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2986c3), to(#0477bc)) !important;
    background-image: -o-linear-gradient(top, #2986c3, #0477bc) !important;
    background-image: linear-gradient(to bottom, #2986c3, #0477bc) !important;
    border-radius: 2.5px;
    width: 100% !important;
    min-height: 40px;
}

.btn-add:hover {
    opacity: 0.9;
}

.block-style-default {
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
}

.block-shadow-default {
    box-shadow: 0 5px 20px rgba(47, 27, 74, 0.03);
}

.new-product {
    padding: 18px;
}

.new-product input[type="text"],
.new-product input[type="number"] {
    width: 100%;
    padding: 15px 6px;
    box-sizing: border-box;
    margin-bottom: 6px;
    border-radius: 8px;
}

.new-product .price {
    max-width: 200px;
    margin-bottom: 20px !important;
}

.new-product label {
    font-weight: 500;
    font-size: 14px;
    color: #333;
}

.new-product .agreements label {
    font-size: 14px; 
    font-weight: normal;
}

.new-product .agreements label a {
    font-size: 14px; 
}

.new-product .agreements input[type="checkbox"] {
    margin: -2px -1px 0px 0px !important;
}

.new-product textarea {
    width: 100%;
    padding: 13px 12px;
}

.new-product .check-block {
    display: flex;
}

.new-product .check-block label {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.new-product .check-block input[type="checkbox"] {
    margin: 1px 4px 0 0;
}

.form-elem-style {
    box-sizing: border-box;
    /* background: #f7f8f9 !important; */
    border: 1px solid #e3e8ec !important;
    box-shadow: unset !important;
    /* min-height: 34px; */
    min-height: 40px;
    border-radius: 8px !important;
}


/* dropzone */
@-webkit-keyframes passing-through
{
    0%
    {
        moz-transform: translateY(40px);
        ms-transform: translateY(40px);
        opacity: 0;
        o-transform: translateY(40px);
        transform: translateY(40px);
        webkit-transform: translateY(40px);
    }
    30%, 70%
    {
        moz-transform: translateY(0px);
        ms-transform: translateY(0px);
        opacity: 1;
        o-transform: translateY(0px);
        transform: translateY(0px);
        webkit-transform: translateY(0px);
    }
    100%
    {
        moz-transform: translateY(-40px);
        ms-transform: translateY(-40px);
        opacity: 0;
        o-transform: translateY(-40px);
        transform: translateY(-40px);
        webkit-transform: translateY(-40px);
    }
}
@-moz-keyframes passing-through
{
    0%
    {
        moz-transform: translateY(40px);
        ms-transform: translateY(40px);
        opacity: 0;
        o-transform: translateY(40px);
        transform: translateY(40px);
        webkit-transform: translateY(40px);
    }
    30%, 70%
    {
        moz-transform: translateY(0px);
        ms-transform: translateY(0px);
        opacity: 1;
        o-transform: translateY(0px);
        transform: translateY(0px);
        webkit-transform: translateY(0px);
    }
    100%
    {
        moz-transform: translateY(-40px);
        ms-transform: translateY(-40px);
        opacity: 0;
        o-transform: translateY(-40px);
        transform: translateY(-40px);
        webkit-transform: translateY(-40px);
    }
}
@keyframes passing-through
{
    0%
    {
        moz-transform: translateY(40px);
        ms-transform: translateY(40px);
        opacity: 0;
        o-transform: translateY(40px);
        transform: translateY(40px);
        webkit-transform: translateY(40px);
    }
    30%, 70%
    {
        moz-transform: translateY(0px);
        ms-transform: translateY(0px);
        opacity: 1;
        o-transform: translateY(0px);
        transform: translateY(0px);
        webkit-transform: translateY(0px);
    }
    100%
    {
        moz-transform: translateY(-40px);
        ms-transform: translateY(-40px);
        opacity: 0;
        o-transform: translateY(-40px);
        transform: translateY(-40px);
        webkit-transform: translateY(-40px);
    }
}
@-webkit-keyframes slide-in
{
    0%
    {
        moz-transform: translateY(40px);
        ms-transform: translateY(40px);
        opacity: 0;
        o-transform: translateY(40px);
        transform: translateY(40px);
        webkit-transform: translateY(40px);
    }
    30%
    {
        moz-transform: translateY(0px);
        ms-transform: translateY(0px);
        opacity: 1;
        o-transform: translateY(0px);
        transform: translateY(0px);
        webkit-transform: translateY(0px);
    }
}
@-moz-keyframes slide-in
{
    0%
    {
        moz-transform: translateY(40px);
        ms-transform: translateY(40px);
        opacity: 0;
        o-transform: translateY(40px);
        transform: translateY(40px);
        webkit-transform: translateY(40px);
    }
    30%
    {
        moz-transform: translateY(0px);
        ms-transform: translateY(0px);
        opacity: 1;
        o-transform: translateY(0px);
        transform: translateY(0px);
        webkit-transform: translateY(0px);
    }
}
@keyframes slide-in
{
    0%
    {
        moz-transform: translateY(40px);
        ms-transform: translateY(40px);
        opacity: 0;
        o-transform: translateY(40px);
        transform: translateY(40px);
        webkit-transform: translateY(40px);
    }
    30%
    {
        moz-transform: translateY(0px);
        ms-transform: translateY(0px);
        opacity: 1;
        o-transform: translateY(0px);
        transform: translateY(0px);
        webkit-transform: translateY(0px);
    }
}
@-webkit-keyframes pulse
{
    0%
    {
        moz-transform: scale(1);
        ms-transform: scale(1);
        o-transform: scale(1);
        transform: scale(1);
        webkit-transform: scale(1);
    }
    10%
    {
        moz-transform: scale(1.1);
        ms-transform: scale(1.1);
        o-transform: scale(1.1);
        transform: scale(1.1);
        webkit-transform: scale(1.1);
    }
    20%
    {
        moz-transform: scale(1);
        ms-transform: scale(1);
        o-transform: scale(1);
        transform: scale(1);
        webkit-transform: scale(1);
    }
}
@-moz-keyframes pulse
{
    0%
    {
        moz-transform: scale(1);
        ms-transform: scale(1);
        o-transform: scale(1);
        transform: scale(1);
        webkit-transform: scale(1);
    }
    10%
    {
        moz-transform: scale(1.1);
        ms-transform: scale(1.1);
        o-transform: scale(1.1);
        transform: scale(1.1);
        webkit-transform: scale(1.1);
    }
    20%
    {
        moz-transform: scale(1);
        ms-transform: scale(1);
        o-transform: scale(1);
        transform: scale(1);
        webkit-transform: scale(1);
    }
}
@keyframes pulse
{
    0%
    {
        moz-transform: scale(1);
        ms-transform: scale(1);
        o-transform: scale(1);
        transform: scale(1);
        webkit-transform: scale(1);
    }
    10%
    {
        moz-transform: scale(1.1);
        ms-transform: scale(1.1);
        o-transform: scale(1.1);
        transform: scale(1.1);
        webkit-transform: scale(1.1);
    }
    20%
    {
        moz-transform: scale(1);
        ms-transform: scale(1);
        o-transform: scale(1);
        transform: scale(1);
        webkit-transform: scale(1);
    }
}
.dropzone, .dropzone *
{
    box-sizing: border-box;
}
.dropzone
{
    background: white;
    border: 2px solid rgba(192, 223, 241, 1);
    padding: 20px 20px;
}
.dropzone.dz-clickable
{
    cursor: pointer;
}
.dropzone.dz-clickable *
{
    cursor: default;
}
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message *
{
    cursor: pointer;
}
.dropzone.dz-started .dz-message
{
    display: none;
}
.dropzone.dz-drag-hover
{
    border-style: solid;
}
.dropzone.dz-drag-hover .dz-message
{
    opacity: 0.5;
}
.dropzone .dz-message
{
    margin: 2em 0;
    text-align: center;
}
.dropzone .dz-preview
{
    display: inline-block;
    min-height: 100px;
    position: relative;
    vertical-align: top;
}
.dropzone .dz-preview:hover
{
    z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details
{
    opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image
{
    background: #999;
    background: linear-gradient(to bottom, #eee, #ddd);
    border-radius: 20px;
}
.dropzone .dz-preview.dz-file-preview .dz-details
{
    opacity: 1;
}
.dropzone .dz-preview.dz-image-preview
{
    background: white;
}
.dropzone .dz-preview.dz-image-preview .dz-details
{
    moz-transition: opacity 0.2s linear;
    ms-transition: opacity 0.2s linear;
    o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    webkit-transition: opacity 0.2s linear;
}
.dropzone .dz-preview .dz-remove
{
    border: none;
    cursor: pointer;
    display: block;
    font-size: 14px;
    text-align: center;
}
.dropzone .dz-preview .dz-remove:hover
{
    text-decoration: underline;
}
.dropzone .dz-preview:hover .dz-details
{
    opacity: 1;
}
.dropzone .dz-preview .dz-details
{
    color: rgba(0, 0, 0, 0.9);
    font-size: 13px;
    left: 0;
    line-height: 150%;
    max-width: 100%;
    min-width: 100%;
    opacity: 0;
    padding: 2em 1em;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 20;
}
.dropzone .dz-preview .dz-details .dz-size
{
    font-size: 16px;
    margin-bottom: 1em;
}
.dropzone .dz-preview .dz-details .dz-filename
{
    white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span
{
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(200, 200, 200, 0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover)
{
    overflow: hidden;
    text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span
{
    border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span
{
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 3px;
    padding: 0 0.4em;
}
.dropzone .dz-preview:hover .dz-image img
{
    filter: blur(8px);
    moz-transform: scale(1.05, 1.05);
    ms-transform: scale(1.05, 1.05);
    o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    webkit-filter: blur(8px);
    webkit-transform: scale(1.05, 1.05);
}
.dropzone .dz-preview .dz-image
{
    border-radius: 20px;
    display: block;
    height: 120px;
    overflow: hidden;
    position: relative;
    width: 120px;
    z-index: 10;
}
.dropzone .dz-preview .dz-image img
{
    display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark
{
    animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark
{
    animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 1;
    webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark
{
    display: block;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    z-index: 500;
}
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg
{
    display: block;
    height: 54px;
    width: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress
{
    moz-transition: all 0.2s linear;
    ms-transition: all 0.2s linear;
    opacity: 1;
    o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    webkit-transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress
{
    moz-transition: opacity 0.4s ease-in;
    ms-transition: opacity 0.4s ease-in;
    opacity: 0;
    o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
    webkit-transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress
{
    animation: pulse 6s ease infinite;
    moz-animation: pulse 6s ease infinite;
    ms-animation: pulse 6s ease infinite;
    o-animation: pulse 6s ease infinite;
    webkit-animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress
{
    background: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    height: 16px;
    left: 50%;
    margin-left: -40px;
    margin-top: -8px;
    opacity: 1;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 50%;
    webkit-transform: scale(1);
    width: 80px;
    z-index: 1000;
}
.dropzone .dz-preview .dz-progress .dz-upload
{
    background: #333;
    background: linear-gradient(to bottom, #666, #444);
    bottom: 0;
    left: 0;
    moz-transition: width 300ms ease-in-out;
    ms-transition: width 300ms ease-in-out;
    o-transition: width 300ms ease-in-out;
    position: absolute;
    top: 0;
    transition: width 300ms ease-in-out;
    webkit-transition: width 300ms ease-in-out;
    width: 0;
}
.dropzone .dz-preview.dz-error .dz-error-message
{
    display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message
{
    opacity: 1;
    pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message
{
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    border-radius: 8px;
    color: white;
    display: block;
    display: none;
    font-size: 13px;
    left: -10px;
    moz-transition: opacity 0.3s ease;
    ms-transition: opacity 0.3s ease;
    opacity: 0;
    o-transition: opacity 0.3s ease;
    padding: 0.5em 1.2em;
    pointer-events: none;
    position: absolute;
    top: 130px;
    transition: opacity 0.3s ease;
    webkit-transition: opacity 0.3s ease;
    width: 140px;
    z-index: 1000;
}
.dropzone .dz-preview .dz-error-message:after
{
    border-bottom: 6px solid #be2626;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: '';
    height: 0;
    left: 64px;
    position: absolute;
    top: -6px;
    width: 0;
}

.earlier-screens {
    padding: 8px 0;
}

.earlier-screens .picture-aligner {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}

.earlier-screens .picture-aligner .picture-item {
}

.earlier-screens .picture-aligner .picture-item .actions {
}

.earlier-screens .picture-aligner .picture-item .actions button {
    border-radius: 9px;
    border: none;
    background: var(--light-purple);
    color: #333;
    font-size: 11px;
    font-weight: 500;
    padding: 1px 8px;
}

.earlier-screens .picture-aligner .picture-item .actions button:focus {
    background: var(--main-purple);
    color: #fff;
}

.earlier-screens .img-polaroid {
    max-height: 100px;
    border: none;
    box-shadow: none;
    border-radius: 2.5px;
    margin: 4px;
    padding: 0;
}

/* dropzone */


.tippy-box[data-theme="tippy-purple"] {
    background-color: var(--extra-purple);
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0px 4px 12px rgba(23, 5, 38, 0.12);
}  

.tippy-box[data-theme="tippy-purple"] .tippy-arrow {
    color: var(--extra-purple);
}

.auth {

}

.auth .actions {
    display: flex;
    flex-wrap: wrap;
}

.auth .actions .button-model {
    margin-right: 8px;
    margin-bottom: 8px;
}

.new-product .dropzone {
    border: 1px dashed #e3e8ec !important;
}

input[type=file].product-file {
    border: none;
    width: 100%;
    height: unset;
}

input[type=file].product-file::file-selector-button {
    margin-right: 20px;
    border: none;
    background: #2986c3;
    padding: 10px 20px;
    border-radius: 2.5px;
    color: #fff;
    cursor: pointer;
    transition: background .2s ease-in-out;
}
  
input[type=file].product-file::file-selector-button:hover {
    background: #2986c3;
}

.bread-crumbs {
    color: #726d89;
    font-size: 13px;
    font-weight: 500;
}

.bread-crumbs a {
    color: #726d89;
    font-size: 13px;
    font-weight: 500;
}

.bread-crumbs a:hover {
    text-decoration: none;
    color: var(--main-purple)
}

#productTab {
    box-shadow: inset 0 -1px 0 #ece8ef;
    overflow-y: auto;
}

#productTab::-webkit-scrollbar {
    display: none;
  }

#productTab .nav-item {
}

#productTab .nav-item.active {
}

#productTab .nav-item a {
    font-size: 16px;
    color: #726d89;
    font-weight: 500;
    margin-left: 24px;
    padding-bottom: 18px;
}

#productTab .nav-item:first-child a {
    margin-left: 0px;
}

#productTab .nav-item.active a {
    color: var(--main-purple);
    box-shadow: inset 0 -2px 0 var(--main-purple);
}


#productTab .nav-item a:hover {
    background: none;
}

#productTabContent {
    font-family: Tahoma;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    line-height: 24px;
}

#productTabContent .info-part {
    color: #726d89;
    margin-bottom: 8px;
}

#productTabContent .info-part .caption {
    color: var(--bright-purple);
    font-size: 14px;
    font-weight: 500;
    font-family: Stem;
}

.digital-product {
    max-width: 1200px;
    margin: 0 auto;
}

.digital-product .mini-title a {
    color: #fff;
}

.digital-product h1 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: var(--main-purple);
}

.digital-product .body-part {
    padding: 24px 30px;
    border-radius: 12px;
}

.digital-product .full-desc {
    font-size: 15px;
    line-height: 23px;
    word-break: break-word;
}

.digital-product .product-header {
    width: 100%;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0px;
    z-index: 10;
    background: #fff;
    border-radius: 12px;
    margin: 0 -30px;
    padding: 19px 30px;
}

.digital-product .product-header .avatar {
    display: flex;
    margin-right: 12px;
    margin-top: 4px;
}

.digital-product .product-header .avatar img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    min-width: 56px;
}

.digital-product .product-header .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
}

.digital-product .product-header .info .title {
    margin-bottom: 0;
    line-height: 40px;
}

.digital-product .product-header .info .about {
    line-height: 24px;
}

.digital-product .product-header .actions {
    display: flex;
}



.digital-product .btn-edit {
    margin-left: 8px;
}

.ap-table .wilted {
    color: #717171;
    font-weight: 500;
}

.ap-table .author-avatar {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

.ap-table .perf-style {
    display: flex;
    align-items: center;
    font-weight: 500;
    line-height: 20px;
}

.ap-table .perf-style .icon {
    margin-right: 4px;
}

.ap-table .flex-btn-column-wrapper {
    display: flex;
    flex-direction: column;
    width: fit-content;
}

.ap-table .flex-btn-row-wrapper {
    display: flex;
}

.product-images-slider {
    width: 100%;
    max-width: 600px;
    background: #242424;
    overflow: hidden;
    border-radius: 2.5px;
    margin-bottom: 32px;
}

.product-images-slider .slider-for .slick-slide img {
    max-height: 338px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    margin: 0 auto;
}

.product-images-slider .slider-nav .slick-slide {
    margin: 0 3px;
}


.product-images-slider .slider-nav .slick-slide img {
    max-height: 90px;
    /* box-shadow: 0 0 0 1px #ccc; */
    border-radius: 2.5px;
    cursor: pointer;
}

.product-images-slider .slider-nav .slick-slide {
    opacity: 0.4;
}

.product-images-slider .slider-nav .slick-slide:hover {
    opacity: 1;
}

.product-images-slider .slider-nav .slick-slide.slick-center {
    opacity: 1;
}

.digital-product .order-part {
    position: sticky;
    top: 72px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background: #f7f8f9; 
    min-width: 250px; 
    height: 250px;
    margin-left: 20px;
    padding: 9px 9px;
    display: flex;
    flex-direction: column;
}

.digital-product .order-part .btn-buy-product {
    font-size: 14px;
    min-height: 33px;
}

.digital-product .order-part .price {
    font-size: 32px;
    margin: 18px 0;
    font-weight: 500;
    flex-grow: 1;
}

#digital_content .search-block {
}

.gnews-content .gnews-img img {
    border-radius: 12px;
}

.guarantees {

}

.guarantees .mini-title {
    text-align: center;
    margin-bottom: 44px !important;
}

.guarantees-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}

.guarantees-list .guarantees-item {
    display: flex;
    justify-content: center;
    color: #4e4776;
    font-size: 14px;
}

.guarantees-list .guarantees-item:hover {
    cursor: pointer;
    color: var(--main-purple);
}

.guarantees-list .guarantees-item .item-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.guarantees-list .guarantees-item .item-wrapper .block-icon {
    font-size: 22px;
    margin-bottom: 16px;
}

.guarantees-list .guarantees-item .item-wrapper .icon-block i {
    font-size: 72px;
}

.guarantees-list .guarantees-item .item-wrapper .info-block {
    display: flex;
    flex-direction: column;
}

.guarantees-list .guarantees-item .item-wrapper .info-block .f1 {

}

.guarantees-list .guarantees-item .item-wrapper .info-block .f2 {
    color: #222;
}

.modal-default {
    max-width: 600px;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50% !important;
    font-size: 15px;
    border-radius: 14px;
    padding: 24px;
    box-sizing: border-box;
}

.modal-default .modal-body {
    
}

.modal-default .modal-body .email-image {
    width: 100px;
    margin: 0 auto;
}

.modal-default .modal-body .title {
    font-size: 21px;
    color: var(--main-purple);
    line-height: 36px;
    font-weight: 600;
}

.modal-default .modal-body .caption {
    color: #726d89;
}

.modal-default .modal-body #email {
    width: 100%;
    margin: 16px 0 12px 0;
    min-height: 50px;
    border-radius: 12px !important;
    padding: 6px 14px;
    color: var(--bright-purple);
    font-weight: bold;
    letter-spacing: 0.4px;
}

.modal-default .modal-body .notice {
    background-color: var(--light-purple);
    border-radius: 14px;
    padding: 14px;
    font-size: 13px;
    color: #726d89;
    font-style: italic;
    margin-bottom: 16px;
}

.modal-default textarea {
    resize: vertical;
    border-radius: 8px;
    min-height: 50px;
}

.modal-default input {
    border-radius: 8px;
    min-height: 42px;
}

.modal-default .modal-footer {
    padding: 0;
    margin: 0 auto;
    text-align: center;
    background: none;
    border: 0;
}

.modal-email {
    max-width: 600px;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50% !important;
    font-size: 15px;
    border-radius: 14px;
    padding: 24px;
    box-sizing: border-box;
}

.modal-email .modal-body {
    
}

.modal-email .modal-body .email-image {
    width: 100px;
    margin: 0 auto;
}

.modal-email .modal-body .title {
    font-size: 17px;
    color: var(--main-purple);
    line-height: 36px;
    font-weight: 600;
}

.modal-email .modal-body .caption {
    color: #726d89;
}

.modal-email .modal-body #email {
    width: 100%;
    margin: 16px 0 12px 0;
    min-height: 50px;
    border-radius: 12px !important;
    padding: 6px 14px;
    color: var(--bright-purple);
    font-weight: bold;
    letter-spacing: 0.4px;
}

.modal-email .modal-body .notice {
    background-color: var(--light-purple);
    border-radius: 14px;
    padding: 14px;
    font-size: 13px;
    color: #726d89;
    font-style: italic;
    margin-bottom: 16px;
}

.promo-code {
    border-radius: 12px;
    padding: 20px 26px;
    background: var(--main-purple);
    margin-top: 16px;
    color: #fff;
    display: flex;
}

.promo-code .info {
    
}

.promo-code .info .percent {
    font-weight: bold;
}

.promo-code .info .title {
    font-size: 16px;
    margin-bottom: 10px;
}

.promo-code .info .code {
    border: 2px dashed var(--bright-purple);
    width: fit-content;
    padding: 5px 10px;
    border-radius: 8px;
    background: #fff;
    font-size: 16px;
    line-height: 20px;
    color: var(--main-purple);
    font-weight: 600;
}

.target-widget {
    background: #0a59f9;
    background: -webkit-linear-gradient(225deg, #ec69c2, #0a59f9);
    background: linear-gradient(225deg, #ec69c2, #0a59f9);
    margin-top: 16px;
    padding: 44px 36px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

.target-widget:hover {
    text-decoration: none;
}

.target-widget .headline {
    font-size: 21px;
    color: #fff;
    text-shadow: 0px 1px 0px #3e2457;
    text-align: center;
}

.target-widget:hover .image-box {
    transition: 0.3s;
    transform: translateY(-4px);
}



.target-widget .image-box img {
    filter: drop-shadow(5px 8px 4px rgba(0, 0, 0, 0.35));
}

.target-widget .caption {
    font-size: 17px;
    color: #fff;
    text-shadow: 0px 1px 0px #3e2457;
    text-align: center;
}


/* 
footer {
    z-index: 101;
    position: relative;
}

footer .top {
    padding: 40px;
    background: var(--light-purple);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
}

footer .top .social {
    min-width: 300px;
    padding: 20px 30px;
}

footer .top .left-footer-nav,
footer .top .right-footer-nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

footer .top .nav-link {
    font-size: 15px;
    color: var(--main-purple);
    font-weight: 500;
}

footer .bottom {
    padding: 28px 40px;
    background: var(--main-purple);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    color: var(--light-purple);
}

footer .bottom .sales-box {
    border-radius: 18px;
    margin-top: -74px;
    padding: 20px 30px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 300px;
    color: #333;
    font-size: 18px;
}

footer .bottom .sales-box .value {
    background: var(--main-purple);
    color: #fff;
    padding: 6px 13px;
    border-radius: 18px;
}

footer .bottom .developed {
    text-align: right;
}

footer .bottom .link {
    font-size: 13px;
    color: #fff;
    font-weight: 500;
}
*/

footer {
    padding: 0 !important;
    position: relative;
    background: #fff;
}

footer {
  color: #9ca1ab;
} 

footer a {
  color: #9ca1ab;
}

footer a:hover {
  color: var(--main-purple);
  text-decoration: none;
}

footer .logo-link {
  display: flex;
  align-items: center;
}

footer .logo-link .logoText {
  margin: 0;
  line-height: 32px;
  color: var(--theme-deafult);
}

footer .container {
  padding: 25px 50px 0px 50px;
}

footer .top {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}

footer .top .slogan {
    max-width: 280px;
}

footer .top .p-links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

footer .top .p-links a {
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 500;
    color: #726d89;
}

footer .top .p-links a:hover {
    color: var(--main-purple);
}

footer .top .contact-us {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

footer .top .email {
  border-radius: 6px;
  background: var(--main-purple);
}

footer .top .email:hover {
  background: #4e4776;
}

footer .top .email a {
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  line-height: 20px;
  padding: 5px 12px;
  font-size: 14px;
}

footer .top .email a i {
  margin-right: 8px;
}

footer .bottom {
  display: flex;
  justify-content: space-between;
  border-top: 2px solid #f5f4f7;
  padding: 30px 0;
  font-size: 14px;
  color: #726d89;
}

footer .bottom .сopyright {
  letter-spacing: 0.5px;
}

footer .bottom .social-links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  align-items: center;
}

footer .bottom .social-links a {
    margin-left: 10px;
}

footer .bottom .social-links svg {
  fill: #726d89;
}

footer .bottom .social-links a:hover svg {
  fill: var(--main-purple);
}

.user-activation-wrapper {
    padding: 0px 14px;
}

.user-activation {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #1b1b4a;
    font-size: 13px;
    padding: 12px 16px 12px 16px;
    background-color: var(--light-purple);
    border-radius: var(--br-large);
    line-height: 20px;
    margin-bottom: 10px;
    text-align: left;
}

.user-activation i {
    font-size: 20px;
    color: var(--bright-purple);
}

.user-activation .link-send {
    font-size: 13px;
    color: #39265c;
}

.product-slider .slick-slide {
    margin-right: 16px;
}

.product-slider {
    display: block;
    position: relative;
    max-width: calc(100vw - 400px);
}

.slider-title {
    color: var(--extra-purple);
    font-size: 15px;
    font-weight: 500;
    margin: 0 5px 10px 0;
}

.product-slider:hover .slick-prev:before, 
.product-slider:hover .slick-next:before {
    color: var(--main-purple);
}

.product-slider .product-card:hover {
    box-shadow: none !important;
}

.product-slider .title {
    margin-bottom: 0;
    margin-top: 4px;
}

.product-slider .product-card .image {
    position: relative;
}

.product-card .image .price {
    position: absolute;
    bottom: 9px;
    right: 9px;
    display: flex;
    border-radius: 12px;
    padding: 2px 8px;
    font-size: 14px;
    color: #ffffff;
}

.product-card .image .price .old {
    background: #ff5e3a;
    border-radius: 12px 0 0 12px;
    padding: 2px 8px;
    font-size: 14px;
    text-decoration: line-through;
}

.product-card .image .price .now {
    background: var(--bright-purple);
    border-radius: 0 12px 12px 0;
    padding: 2px 8px;
    font-size: 14px;
}

.info-new {
    font-size: 14px;
}

.info-new .about-support {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 4px 16px;
    grid-template-rows: 1fr 1fr;
    align-items: center;
    border-top: 1px solid #ece8ef;
    border-bottom: 1px solid #ece8ef;
    padding: 8px 0;
    margin-bottom: 16px;
}

.info-new .about-support .logo {
    grid-row: 1 / 3;
}

.info-new .about-support .title {
    font-size: 14px;
    font-weight: 600;
    color: var(--main-purple);
}

.info-new .about-support .subtitle {
    grid-column-start: 2;
    grid-row-start: 2;
}

.table-support-info {
    width: 100%;
    max-width: 540px;
    text-align: left;
    color: #332b3a;
}

.table-support-info th {
    color: #726d89;
    white-space: nowrap;
}

.table-support-info td {
    padding: 10px 10px;
}

.table-support-info th i {
    width: 14px;
    margin-right: 6px;
    font-size: 14px;
}

.table-support-info a {
    font-size: 14px;
    color: var(--main-purple);
}

.table-support-info a:hover {
    color: var(--bright-purple);
    text-decoration: none;
}

.table-support-info a.tel {
    font-weight: 400;
    border-bottom: 1px dashed var(--main-purple);
}

.table-support-info a.tel:hover {
    text-decoration: none;
}

.table-support-info .dedicated {

}

.table-support-info .new-m {
    padding: 3px 10px;
    border-radius: 12px;
    background: var(--light-purple);
    font-weight: 400;
    margin-left: 8px;
    font-size: 13px;
}

.table-support-info .new-m:hover {
    background: var(--main-purple);
    color: #fff;
}

.info-new .more-info {
    margin-top: 16px;
    line-height: 22px;
}

.info-new .useful-links {
    display: flex;
    gap: 10px;
    width: 100%;
    max-width: 500px;
    justify-content: space-between;
    margin-top: 16px;
    flex-wrap: wrap;
}

.info-new .ul-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.info-new .ul-item {
    
}

.info-new .ul-list .title {
    color: #726d89;
    font-weight: 600;
}

.info-new .ul-item a {
    display: flex;
    padding: 4px 12px;
    border-radius: 8px;
    background: var(--light-purple);
    font-weight: 400;
    font-size: 13px;
    color: #332b3a;
    align-items: center;
}

.info-new .ul-item a:hover {
    text-decoration: none;
    background: var(--main-purple);
    color: #fff;
}

.info-new .ul-item i {
    width: 14px;
    margin-right: 4px;
}

.rules-page {
    font-size: 15px;
    line-height: 1.6;
    color: #332b3a;
}

.rules-page .block-style-default {
    padding: 20px 26px;
}

.rules-page h1 {
    padding: 0;
    color: var(--main-purple);
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
}

.rules-page h2 {
    font-size: 22px;
    line-height: 30px;
    border: none;
    margin: 14px 0 6px 0;
    padding: 0;
    color: #4b4367;
}

.rules-page .limited-container {
    max-width: 650px;
}

.rules-page ul {
    list-style: inside;
}

.rules-page ul li {
    line-height: 28px;
}

@media (max-width: 1249px) {
    #lbar {
        max-width: 264px !important;
    }

    .cards-grid-leveler {
        grid-template-columns: repeat(3, 1fr);
    }

}

@media (max-width: 1039px) {
    #lbar {
        max-width: unset !important;
    }

    .cat-navigation {
        border-radius: 0;
        padding: 10px 12px;
        margin-bottom: 12px;
    }

    .seller-navigation {
        order: 2;
    }

    .cat-navigation .search-block {
        order: 2;
    }

    .cat-navigation .categories {
        order: 1;
    }

    .cat-navigation .cat-list {
        display: flex;
        align-items: center;
        overflow-x: auto;
        margin-top: 12px;
    }

    .cat-navigation .cat-list::-webkit-scrollbar {
      display: none;
    }

    .cat-navigation .cat-list .cat-item {
        max-width: 65px;
        margin-right: 12px;
    }

    .cat-navigation .cat-list .cat-item .cat-link {
        flex-direction: column;
        font-weight: 400;
        font-size: 11px;
        padding: 0;
        margin-bottom: 0;
    }

    .cat-navigation .cat-list .cat-item .cat-link.active {
        background: unset;
        color: var(--bright-purple);
    }

    .cat-navigation .cat-list .cat-item .cat-link .img-block {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .cat-navigation .cat-list .cat-item .cat-link .icon {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .cat-navigation .cat-list .cat-item .cat-link .name {
        display: block;
        width: 65px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
    }

    .subcat-mobile-fix {
        display: flex;
        position: relative;
        z-index: 5;
    }

    .cat-navigation .categories .subcat-list {
        padding-left: 0;
    }

    .cat-navigation .categories .subcat-list .subcat-item {
        padding: 0;
        margin-bottom: 0;
    }

    .cat-navigation .categories .subcat-list .subcat-item .subcat-link {
        display: flex;
        align-items: center;
        flex-direction: column;
        font-size: 12px;
        font-weight: 400;
    }

    .cat-navigation .categories .subcat-list .subcat-item .subcat-link .icon {
        display: block;
        margin-right: 0;
        margin-bottom: 5px;
        width: 24px;
        height: 24px;
    }

    .cat-navigation .categories .subcat-list .subcat-item .subcat-link .name {
        display: block;
        width: 65px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
        padding-right: 0;
    }
}

@media (max-width: 991.98px) {
    footer .container {
        padding: 0;
    }

    footer .top {
     flex-direction: column;
    }

    footer .top .logo-wrapper,
    footer .top .p-links {
     margin-bottom: 14px;
    }

    footer .top .p-links {
        grid-template-columns: auto auto auto;
    }

    footer .bottom {
        flex-direction: column;
        align-items: center;
    }

    footer .bottom .social-links {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .nbody {
        padding: 0 !important;
        margin-top: 50px !important;
    }

    .ns .header .navbar {
        position: fixed;
        height: 50px;
        padding: 0;
    }

    .ns .header .navbar .container .m-list .m-item {
        height: 50px;
    }

    .ns .header .navbar .container .m-list .m-item.logo svg {
        width: 125px;
        height: 24px;

        margin-top: 18px;
    }

    .user-menu .dropdown-menu {
        right: 0px;
        top: 50px;
    }

    .digital-product .product-header {
        position: initial;
        flex-direction: column;
        align-items: flex-start;
        top: 50px;
        border-radius: 0;
        margin: 0;
        padding: 12px 0px;
    }

    .digital-product .product-header .avatar {
        display: none;
    }

    .cards-grid-leveler {
        grid-template-columns: repeat(2, 1fr);
    }

    .digital-product {
        box-sizing: border-box;
    }

    .digital-product .body-part {
        padding: 18px 10px;
    }

    .digital-product .order-part {
        margin-left: 0;
        margin-top: 20px;
    }

    .digital-product .product-header .info .title {
        line-height: 32px;
        margin-bottom: 12px;
    }

    .digital-product .product-header .info .about {
        display: none;
    }

    .thumbs p:nth-of-type(-n+3) {
        margin-top: 24px !important;
    }

    footer .top {
        padding: 30px 20px;
    }

    footer .logo-link {
        justify-content: center;
    }

    footer .top .slogan {
        max-width: unset;
        text-align: center;
    }

    footer .top .contact-us {
        align-items: center;
    }

    footer .main {
        flex-direction: column;
        padding: 27px 10px;
        padding-bottom: 0;
    }
    
    footer .main .links-to-info {
        justify-content: space-around;
    }
    
    footer .main .more-info {
        order: 3;
        justify-content: center;
        margin-top: 16px;
    }
    
    footer .social-networks .directory-title {
        
    }
    
    footer .social-networks {
        display: flex;
        flex-direction: column;
        margin: 14px auto !important;
        text-align: center;
    }
    
    footer .social-networks .footer-block-stats {
        display: flex;
        justify-content: center;
        margin-top: 25px;
    }

    .head-part {
        flex-direction: column;
    }

    .sort-list {
        margin-bottom: 8px;
    }

    .sort-list::-webkit-scrollbar {
        display: none;
      }

    .guarantees-list {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .modal-default {
        left: 5%;
        right: unset !important;
        transform: none;
        width: 90%;
        max-width: unset;
        top: 5% !important;
        font-size: 14px;
        padding: 12px;
    }

    .modal-default .modal-body {
        padding: 0;
    }

    .modal-default .modal-body .title {
        font-size: 15px;
        line-height: 24px;
    }

    .input-lev.flex-leveler {
        flex-direction: column;
        gap: 0 !important;
    }

    .flex-leveler input {
        flex-basis: 100% !important;
        width: 100%;
    }


    .modal-email {
        left: 5%;
        right: unset !important;
        transform: none;
        width: 90%;
        max-width: unset;
        top: 5% !important;
        font-size: 14px;
        padding: 12px;
    }

    .modal-email .modal-body .title {
        font-size: 15px;
        line-height: 24px;
    }

    .product-slider {
        display: block;
        position: relative;
        max-width: 100%;
    }

    .product-slider .slick-arrow {
        display: none !important;
    }

    .slider-box .slider-title {
        margin: 0 5px 10px 14px;
    }

    .add-news {
        margin-top: 12px;
    }

    .rules-page .block-style-default {
        padding: 20px 16px !important;
    }
}

@media (max-width: 639px) {
	footer .main .nav-links {
    justify-content: space-around;
	}
	
	footer .directory-column {
		margin-bottom: 10px;
        margin-right: 0;
	}

    footer .footer-block-stats {
        padding: 4px 16px;
      }
}

@media (max-width: 575px) {
    footer .top .p-links {
        grid-template-columns: auto;
        text-align: center;
        gap: 14px;
        margin: 16px auto 24px auto;
        display: none;
    }
    
    footer .bottom .сopyright {
        padding: 0 20px;
        text-align: center;
    }

    .head-part .search-block .main input {
        min-width: unset;
    }

    .guarantees-list {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 499px) {
    .cards-grid-leveler {
        grid-template-columns: repeat(1, 1fr);
    }

    .details-slider .price {
        top: 80%;
    }

    .product-slider .slick-slide {
        margin-right: 14px;
    }
}

@media (max-width: 399px) {
    footer .social-networks {
        margin: unset !important;
    }
}