.light-theme {
    /*--color-logo: var(--logo-dark);*/
    --logo-light: #FFF;
    --logo-dark: #1F1F1F;
    --text-light: #FFF;
    --text-dark: #1F1F1F;
    --bg-light: #FFF;
    --bg-dark: #0b1416;
    --bg-dark-b: #04090A;
    --bg-grey: rgba(0, 0, 0, 0.1);
    --bg-dark-green: #0C2F39;
    --bg-blue: #2C87FC;
    --bg-auth-page: #FFF;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: var(--bg-dark);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--bg-dark);
}


a:hover{
    color: var(--bg-dark);
    /*cursor: url("/images/cursor-pointer.png"), pointer !important;*/
}

body.light-theme {
    background: #fff;
    color: var(--text-dark);
}

.light-theme header {
    border-bottom: 1px solid rgba(12, 47, 57, 0.25);
}

.light-theme header .logo-rs {
    --color-logo: var(--bg-dark-green);
    width: 260px;
    height: 70px;
    margin-right: 1rem;
}

.light-theme header a .logo-rs:hover {
    --color-logo: var(--logo-dark) !important;
}

.light-theme header .nav-item a,
.light-theme header .top-menu .nav-item a {
    color: var(--text-dark) !important;
    border-bottom: 1px solid transparent;
    opacity: 1;
}

.light-theme header .dropdown-menu.show li {
    margin-right: 0;
}

.light-theme header .dropdown-item {
    font-weight: 500;
}

.light-theme header .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.1);
}

.light-theme header .top-menu .nav-item a:hover {
    color: var(--bg-dark-green) !important;
    border-bottom: 1px solid var(--bg-dark-green);
    opacity: 1;
}

.light-theme header a.btn-signup {
    box-shadow: 0 0 15px 0 var(--bg-blue) !important;
    background: var(--bg-blue) !important;
    color: #fff !important;
}

.light-theme header .dropdown-menu {
    background-color: var(--logo-light);
    border: 1px solid var(--bg-dark-green);
    border-radius: 5px;
    color: #fff;
}

.light-theme .btn-signup {
    box-shadow: 0 0 15px 0 var(--bg-blue) !important;
    background: var(--bg-blue) !important;
    color: #fff !important;
    border-radius: 50px 15px !important;
    padding: 0.5rem 1rem;
    font-weight: 500;
    border: none !important;
    transition: all 0.3s ease-in-out;
}
.light-theme .btn-signup:hover{
    background: var(--bg-blue) !important;
    color: #fff !important;
    opacity: 0.8;
}

.light-theme .contact-info {
    background: var(--bg-light);
    box-shadow: 0 0px 25px rgba(42,30,73,.16);
    border-radius: 15px;
    font-size: 16px;
    gap: 10px;
    height: 42px;
}
.light-theme .border {
    height: 100%;
    border: 1px solid var(--bg-dark) !important;
}
.light-theme .contact-info .rs {
    color: var(--bg-dark-green);
}

.light-theme footer {
    background: var(--bg-dark) !important;
    color: var(--text-light);
}

.light-theme footer .logo-rs {
    --color-logo: var(--logo-light);
    width: 260px;
    height: 70px;
    opacity: .8;
}

.light-theme footer li.nav-item {
    width: fit-content;
}

.light-theme footer ul li a {
    color: var(--logo-light) !important;
    opacity: 0.8;
    text-decoration: none;
}
.light-theme footer ul li a:hover{
    color: var(--logo-light);
    opacity: 1;
}

.light-theme footer .fot-contact {
    gap: 15px;
    background: var(--bg-dark-b);
    width: fit-content;
    padding: 0.5rem;
    border-radius: 15px;
}
.light-theme footer .fot-contact li {
    padding: 0 7px;
}

.box {
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    height: 345px !important;
}
.box-1 {
    background-image: url(/images/box-bg-green.svg);
}
.box-2 {
    background-image: url(/images/box-bg-yellow.svg);
}
.box-3 {
    background-image: url(/images/box-bg-red.svg);
}
.box-4 {
    background-image: url(/images/box-bg-violet.svg);
}
.box-5 {
    background-image: url(/images/box-bg-blue.svg);
}
.box-6 {
    background-image: url(/images/box-bg-ocean.svg);
}
.box-7 {
    background-image: url(/images/box-bg-green-acid.svg);
}
.box-8 {
    background-image: url(/images/box-bg-gold.svg);
}
.box-1:hover {
    box-shadow: 0 0 35px 2px #03a859;
}
.box-1 .skew-block__header {
    color: #03a859;
}
.box-2:hover {
    box-shadow: 0 0 35px 2px #ffa500;
}
.box-2 .skew-block__header {
    color: #ffa500;
}
.box-3:hover {
    box-shadow: 0 0 35px 2px #e02742;
}
.box-3 .skew-block__header {
    color: #e02742;
}
.box-4:hover {
    box-shadow: 0 0 35px 2px #a33aff;
}
.box-4 .skew-block__header {
    color: #a33aff;
}
.box-5:hover {
    box-shadow: 0 0 35px 2px #2C87FC;
}
.box-5 .skew-block__header {
    color: #2C87FC;
}
.box-6:hover {
    box-shadow: 0 0 35px 2px #2CFCFC;
}
.box-6 .skew-block__header {
    color: #27dcdc;
}
.box-7:hover {
    box-shadow: 0 0 35px 2px #CCFF90;
}
.box-7 .skew-block__header {
    color: #a9d96d;
}
.box-8:hover {
    box-shadow: 0 0 35px 2px #FFD700;
}
.box-8 .skew-block__header {
    color: #B8860B;
}
.box-ddos-info:hover {
    box-shadow: 0 0 35px 2px #2C87FC !important;
}

.light-theme .box-ddos-info {
    justify-content: space-between;
    background: var(--bg-dark-lt);
    box-shadow: rgba(42, 30, 73, 0.16) 0px 16px 64px;
    border-radius: 30px;
    color: var(--text-dark);
    will-change: transform;
    transition: .8s;
}
.light-theme .ddos-info-h5 {
    color: var(--text-dark);
}


.slick-track {
    text-rendering: optimizeLegibility;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    position: relative;
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
    /*width: fit-content;*/

    display: grid;
    justify-content: center;
    grid-template-columns: repeat(auto-fill, minmax(305px, 1fr));
    gap: 25px;
    /*transform: translate3d(-32px, 0px, 0px);*/
}
.skew-block__item {
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    margin: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    max-width: 100%;
    width: 100%;
    padding: 1rem;
    border-radius: 30px;
    box-shadow: 0 16px 64px rgba(42,30,73,.16);
    transform-style: preserve-3d;
    will-change: transform;
    transition: .8s;
    position: relative;
    float: left;
    height: 100%;
    min-height: 1px;
    display: block;
}
.skew-block__header {
    text-rendering: optimizeLegibility;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    color: var(--blue);
}
.skew-block__subheader {
    text-rendering: optimizeLegibility;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    margin-top: 1rem;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: var(--bg-dark-green);
    min-height: 84px;
}
.skew-block__more {
    text-rendering: optimizeLegibility;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    margin-top: 180px;
}

/* ------------    регистрация / вход    ---------------------- */

.light-theme .auth-page .bg-auth-signup {
    background-color: var(--bg-dark-green);
    border-radius: 30px;
    box-shadow: 0 16px 64px rgba(42,30,73,.16);
    background-image: url(/images/icons/signup.png);
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: center;
}
.light-theme .auth-page .bg-auth {
    background-color: var(--bg-dark-green);
    border-radius: 30px;
    box-shadow: 0 16px 64px rgba(42,30,73,.16);
    background-image: url(/images/icons/auth.png);
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: center;
}
.light-theme .auth-page .bg-auth-reset {
    background-color: var(--bg-dark-green);
    border-radius: 30px;
    box-shadow: 0 16px 64px rgba(42,30,73,.16);
    background-image: url(/images/icons/reset.png);
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: center;
}
.light-theme .auth-page .bg-form {
    /*background: var(--bg-light);*/
    border-right: 3px solid var(--bg-dark-green);
    /*box-shadow: 0 16px 64px rgba(42,30,73,.16);*/
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    flex-direction: column;
    min-height: 560px;
    padding: 2em;
}

.light-theme .auth-page .alert-success {
    color: rgb(255 255 255);
    font-weight: 500;
    background-color: rgb(0 122 111 / 90%);
    border: 2px solid rgba(4, 208, 189, 0.25);
    border-radius: 15px;
}

.light-theme .form-control option {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 10px 15px;
    background: var(--bg-light);
    border: transparent !important;
}

.light-theme .link-red {
    color: #2C87FC !important;
}

.light-theme .btn-red {
    box-shadow: 0 0 15px 0 var(--bg-blue) !important;
    background: var(--bg-blue) !important;
    color: var(--text-light);
    border-radius: 15px;
    border: none;
    padding: 0.7em 2em;
    transition: all 0.3s ease-in-out;
}
.light-theme .auth-page .form-control {
    border-radius: 15px;
}

/* ------------    регистрация / вход    ---------------------- */


/* -------------  цены и услуги   -----------------*/

.light-theme .site-services {
    color: var(--text-dark);
}

.light-theme .site-services h3 {
    font-weight: 600;
    font-size: 40px;
}

.light-theme .rates .rate {
    background: var(--bg-light);
    box-shadow: 0 16px 64px rgba(42,30,73,.16);
    border-radius: 30px;
    border: none;
    margin-bottom: 15px;
    transform: scale(1);
}

.light-theme .rates .col:nth-child(even) {
    transform: scale(1.1) !important;
}

.light-theme .rates .col:nth-child(even) .rate {
    background: var(--bg-light);
    border: none;
}

.light-theme .rates .col:nth-child(even) .sale {
    background-image: url(/images/icons/sale_percent_green.svg);
    color: var(--text-dark);
}

.light-theme .rate .btn-create-shop {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    display: inline-block;
    text-decoration: none;
    background: var(--bg-dark-green);
    box-shadow: 0 0 15px 0 var(--bg-dark-green);
    border-radius: 15px;
    padding: 1em 1.5em;
    transition: all 0.3s ease-in-out;
}

.light-theme .rate .btn-create-shop:hover{
    background: var(--bg-dark-green);
    opacity: 0.8;
}

.light-theme .rates .col:nth-child(even) .btn-create-shop {
    background: var(--bg-dark-green);
    box-shadow: 0 0 15px 0 var(--bg-dark-green);
}

.light-theme .rates .col:nth-child(even) .btn-create-shop:hover {
    background: var(--bg-dark-green);
    box-shadow: 0 0 15px 0 var(--bg-dark-green);
}

.light-theme .rates .rate .price {
    font-weight: 600;
    color: var(--text-dark);
}

.light-theme .rates .rate .time {
    color: var(--text-dark);
}

.light-theme .rates .rate .bottom {
    color: var(--text-dark);
}

.light-theme .rates .rate .sale {
    position: absolute;
    top: 5px;
    right: 5px;
    background-image: url(/images/icons/sale_percent.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 38px;
    height: 38px;
    padding: 0.8em 0.2em;
}


.light-theme .paid-service .service {
    background: var(--bg-light);
    box-shadow: 0 16px 64px rgba(42,30,73,.16);
    border-radius: 15px;
    border: none;
    display: block;
    padding: 1em;
    margin: 1em 0;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 16px;
}

.light-theme .paid-service .service-info {
    background: var(--bg-light);
    box-shadow: 0 16px 64px rgba(42,30,73,.16);
    border-radius: 15px;
    border: none;
    display: block;
    padding: 1em;
    margin: 1em 0;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 16px;
    width: 100%;
}

.light-theme .paid-service .title{
    background: transparent;
    border-radius: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 36px;
    display: block;
    align-items: center;
    color: var(--text-dark);
    text-align: center;
    padding: 0;
}

.light-theme .pay-ment .rate {
    background: var(--bg-light);
    box-shadow: 0 16px 64px rgba(42,30,73,.16);
    border-radius: 15px;
    font-size: 14px;
    border: none;
    width: 150px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.light-theme .pay-ment {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

/* -------------  цены и услуги   ----------------- */


/* --------------   куки     ------------------- */
.light-theme .cookie_notice {
    display: none;
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    /*left: 0;*/
    /*right: 0;*/
    text-align: center;
    font-size: 14px;
    font-family: Verdana, sans-serif;
    color: #FFF;
    background: linear-gradient(180deg, #002d29, #041417);
    border-radius: 10px;
    padding: 10px 20px;
    border-top: 4px solid #04D0BD;
    max-width: inherit;
    margin-right: 0.75rem;
    margin-bottom: 2rem;
}
/* Оформление кнопок */
.light-theme .cookie_btn {
    display: inline-block;
    margin: 10px 6px 4px 6px;
    text-decoration: none;
    position: relative;
    font-size: 13px;
    padding: 4px 12px;
    color: #FFF;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid #002d29;
    background: linear-gradient(90deg, #002d29 0%, rgba(0, 45, 41, 0.5) 100%), #041417;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.light-theme .cookie_btn:hover {
    border: 1px solid #04D0BD;
    background: #04D0BD;
    color: #fff;
}
.light-theme .cookie_btn:after,
.light-theme .cookie_btn:before {
    position: absolute;
    height: 2px;
    left: 50%;
    background: #04D0BD;
    bottom: -6px;
    content: "";
    transition: all 280ms ease-in-out;
    width: 0;
}
.light-theme .cookie_btn:before {
    top: -6px;
}
.light-theme .cookie_btn:hover:after,
.light-theme .cookie_btn:hover:before {
    width: 100%;
    left: 0;
}

/* --------------   куки     ------------------- */


/* --------------   блог     -------------------- */

.light-theme .site-blog {
    font-family: inherit;
    font-size: 16px;
}

.light-theme .site-blog .categories ul li {
    font-weight: inherit;
    background: var(--bg-grey);
    border-radius: 15px;
    color: inherit;
    padding: 1.1em;
}

.light-theme .site-blog .categories ul li a {
    display: flex;
    align-items: center;
}

.light-theme .site-blog .posts {
    font-weight: inherit;
    background: var(--bg-light);
    box-shadow: 0 16px 64px rgba(42,30,73,.05);
    border-radius: 30px;
    color: inherit;
    transition: all 0.3s ease-in-out;
}

.light-theme .site-blog .posts:hover {
    box-shadow: 0 16px 64px rgba(42,30,73,.16);
}

.light-theme .site-blog .posts .post-title {
    color: inherit;
}

.light-theme .card-header-action small {
    display: flex;
    align-items: center;
}

.light-theme .description p,
.light-theme .description li {
    color: var(--text-dark);
    letter-spacing: 1px;
}

.light-theme .article-img img {
    border-radius: 15px;
    width: 250px;
    margin-right: 1rem;
    /*max-width: 250px;*/
}

.light-theme .blog .description {
    height: 100%;
    max-height: 73px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.light-theme .ckeditor summary {
    background: var(--bg-grey);
    border-radius: 15px;
}

.light-theme .site-blog .ckeditor pre {
    position: relative;
    background-color: var(--bg-grey);
    color: var(--text-dark);
    padding: 15px;
    font-family: monospace;
    font-size: 16px;
    border-radius: 15px;
    font-weight: 500;
    margin-top: 2rem;
}

/* --------------   блог     -------------------- */

/* ---------------   шаблоны     ------------------- */

.light-theme .carousel-control-prev,
.light-theme .carousel-control-next {
    background: #0c2f3940;
    border-radius: 15px;
}

.light-theme .gg-box-img {
    border-radius: 15px !important;
    border: 2px solid var(--bg-grey) !important;
    overflow: hidden;
}

/* ---------------   шаблоны     ------------------- */


/* ---------------   возможности    ------------------- */

.light-theme .feature-page {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: var(--bg-grey);
    /*background: radial-gradient(50% 53.51% at 50% 50.08%, rgba(193, 0, 212, 0.25) 0%, rgba(193, 0, 212, 0) 91.2%, rgba(193, 0, 212, 0) 100%);*/
    border-radius: 30px;
    padding: 50px;
    margin: 10rem 0;
}

.light-theme .feature-btn {
    background: var(--bg-dark-green)!important;
    border-radius: 15px !important;
    margin-top: 30px;
    padding: 12px;
    color: #fff !important;
    font-weight: 500;
    border: none !important;
    transition: all 0.3s ease-in-out;
}

.light-theme .feature-btn:hover {
    background: var(--bg-dark-green)!important;
    box-shadow: 0 0 15px 0 var(--bg-dark-green);
    opacity: 0.8;
}

.light-theme .myshka-feature {
    width: 48px;
    height: 86px;
    border: 2px solid var(--bg-dark-green);
    border-radius: 100px;
    position: relative;
    margin: 270px auto 50px auto;
    box-sizing: border-box;
}

.light-theme .myshka-feature::before {
    background-color: var(--bg-dark-green);
}

/* ---------------   возможности    ------------------- */


/* ---------------   faq    ------------------- */

.light-theme .accordion-flush .accordion-item:last-child {
    border: 2px dashed var(--bg-dark-green);
    border-radius: 15px;
}
.light-theme .accordion-flush .accordion-item .accordion-button {
    border-radius: 15px;
}
.light-theme .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 15px;
    font-weight: 600;
}
.light-theme .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}
.light-theme .accordion-button:not(.collapsed) {
    color: #2C87FC;
    font-weight: 600;
}

/* ---------------   faq    ------------------- */