swiper-container {
  width: 100%;
  height: 100%;
  height: 200px;
  top: 75px;
  padding-right: 8px;
}

swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px
}

swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; 
  border-radius: 25px
}

.autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--swiper-theme-color);
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--swiper-theme-color);
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}
.swiper-button-next svg, .swiper-button-prev svg {
    width: 50%;
    height: 50%;
    object-fit: contain;
    transform-origin: center center;
    color: #7c7c7c;
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius,50%);
    background: #7c7c7c;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}
.swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0px;
    z-index: 1;
    display: block;
    border-radius: 25px;
}

/* наборы */
.KitContent-module__itemName {
    background: #fff0;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    text-shadow: 0 0 4px rgb(0 0 0 / 40%);
    /* font-weight: 500; */
    text-overflow: ellipsis;
    padding: 8px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    /* text-align: start; */
    color: var(--font-color-800);
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: rgb(0 0 0 / 0%);
}

.KitContent-module__itemCount {
    right: 10px;
    border-radius: 10px;
    font-weight: bold;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 4px 6px;
    background-color: rgb(0 0 0 / 0%);
    color: rgba(255,255,255,.7)!important;
    text-align: end;
}
.KitContent-module__containsItem:hover {
transform: scale(1.04) rotate(-5deg);
    transition: all 0.3s;
    box-shadow: 0px 10px 10px -8px rgba(0, 0, 0, 0.1);
}
.KitContent-module__containsItem {
    /* /* position: relative; */
    /* min-height: 1px; */
    /* padding: 10px; */
    margin: -8px 2px 8px;
    position: relative;
    background: #333;
    /* margin: 10px; */
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    transform: rotate(0deg);
    transition: all 0.3s;
    box-shadow: unset;
    min-height: 1px;
    padding: 10px;
    border-radius: 20px;
    background-color: #333;
    padding: 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* display: flex; */
    align-items: center; 
    
}
/* наборы */
.CountSelector-module__changeCountBtn {
    border-radius: 10px;
    width: 60px;
    height: 100%;
    background: var(--font-color-900);
    position: relative;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    transition: all .15s ease;
}
.CountSelector-module__icon {
    content: "\F067";
    color: #fff;
    width: 75%;
    height: 75%;
    transition: all .15s ease;
}
.CountSelector-module__changeCountBtn.CountSelector-module__right {
    border-left: 2px solid rgb(24 24 27 / 0%);
}
.boxBody {
    background: rgb(38 38 38 / 70%);
}
.RouletteContent-module__triangle.RouletteContent-module__top {
    content: "";
    position: absolute;
    left: 50%;
    margin: 1px 0 0 -30px;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    align-content: center;
    animation-name: bounce-2;
    animation-timing-function: ease;
    border-top: 20px solid #bbb;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    top: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    /* border-top: 24px solid #dc14cd40; */
}
.boxHeader {
    justify-content: center;
    background: #262626;
    border-radius: 20px 20px 0 0;
}
.RouletteContent-module__footer {
    border-radius: 0px 0px 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.TotalSum-module__currency {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    /* border: 1px solid #ccc; */
    border-radius: 4px;
    border-radius: 10px 0px 0px 10px;
    height: 100%;
    padding: 0 10px;
    background: #555;
    color: var(--font-color-700);
    line-height: 36px;
}
/* кейс */
.productModalProductAvailability {
    color: #f3be32;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    /* color: var(--font-color-800); */
    /* display: block; */
    /* text-align: center; */
    /* font-weight: 500; */
    /* margin-bottom: 5px; */
}
.ModalLayout-module__modal {
    /* width: 900px; */
    margin-top: 20px;
    margin-bottom: 20px;
    /* width: 360px; */
    box-shadow: 0 20px 25px -5px rgba(0,0,0,.1), 0 8px 10px -6px rgba(0,0,0,.1);
}
/* это меняет у баров цвет! */
.boxHeader {
    justify-content: center;
    background: #262626;
    border-radius: 2px 2px 0 0;
}
.boxHeader {
    text-align: center;
    border-radius: 5px 5px 0px 0px;
    background: rgba(41, 41, 41, 0.8);
    justify-content: center;
    background: rgb(38 38 38 / 70%);
    /* border-radius: 20px 20px 0 0; */
}
/* конец */
/* скрываем нижний ползунок */
.RouletteContent-module__triangle.RouletteContent-module__bottom {
    visibility: hidden;
    bottom: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 24px solid #dc14cd40;
}
/* gg */

.RouletteContent-module__lineWrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #262626;
    display: flex;
    height: 290px;
    align-items: center;
}
.RouletteContent-module__line {
    margin-left: -360px;
    /* margin: -16px -16px 0; */
    /* position: relative; */
    /* padding: 16px; */
    /* white-space: nowrap; */
    /* overflow: hidden; */
    position: absolute;
    display: flex;
}
.RouletteContent-module__rouletteItemImg {
    width: 240px;
    height: 240px;
    padding: 25px;
    overflow: hidden;
    border-radius: 35px;
    background: #333;
    transform: scale(0.9);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
    /* width: 100px; */
    /* height: 100px; */
    /* object-fit: contain; */
}
.productModalGiveText {
    margin: 10px;
    color: #dc14cd40;
    /* color: #d22727; */
    display: block;
    text-align: center;
    font-weight: 500;
}
.RouletteContent-module__rouletteItem {
    display: inline-block;
    width: 240px;
    text-align: center;
    margin: 0 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: hsla(0,0%,100%,.04);
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    box-shadow: none;
    background: transparent;
    border: 1px solid;
    border-color: rgba(255, 255, 255, 0);
}
.RouletteContent-module__rouletteItemInfo {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    margin: 0;
    padding: 0;
    /* margin-top: 4px; */
    display: flex;
    flex-direction: column;
    align-items: center;
} 
.productModalContainsItem {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #23272a;
    color: var(--not-quite-black);
    border-radius: 2px;
    background-color: #28282800;
    /* padding: 10px; */
    position: relative;
    display: flex;
    align-items: center;
}
/* поправляем описание товара */


.store-categories {
    text-align: center;
    margin-bottom: 15px;
}
/* привилегии */
.tooltiptext1 {
    visibility: hidden;
    width: 170px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    left: 105%;
    opacity: 0;
    transition: opacity 220ms ease-out;
}
.modal-header {
    text-align: center;
    font-size: 40px;
}
.fa.fa-eye {
    position: relative;
    float: right;
    text-align: center;
    background-color: #8e6874;
    width: 40px;
    height: 120%;
    font-size: 20px;
    padding: 4px;
    margin-top: -5px;
    border-radius: 0 15px 15px 0;
    transition: 0.2s;
    color: #ffffff;
    cursor: pointer;
}
.fa.fa-eye:hover {
    background-color: #251b1e;
    transition: 0.2s;
    color: #ffffff;
}
.service__description h3 {
    position: relative;
    font-size: 12px;
    bottom: 5px;
    text-align: center;
    color: #ffffff;
}
.modal-content.modal-donate .service__image img {
    width: 10px;
}


.fade.show {
    opacity: 1;
    backdrop-filter: blur(5px);
}
.modal.fade.show .modal-dialog.modal-lg .modal-content .modal-header {
    background: none;
}
.modal.fade.show .modal-dialog.modal-lg .modal-content {
    background: linear-gradient(180deg, #1d1b18 0%, #2d261a 100%);
    /* border-radius: 5px 30px; */
    color: white;
    /* padding: 15px; */
    /* width: 120%; */
}
.modal.fade.show .modal-dialog.modal-lg .modal-content .modal-title {
    text-align: center;
    font-size: 40px;
}
.modal.fade.show .modal-dialog.modal-lg .modal-content .modal-footer {
    background: none;
}
.modal.fade.show .modal-dialog.modal-lg .modal-content .btn.btn-danger {
    position: absolute;
    background: none;
    left: 30px;
    bottom: 15px;
    color: #fff;
}
.modal-backdrop.show {
    opacity: .5;
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0);
    transform: translate(0);
}
.btn.btn-secondary {
    /* margin-top: -20px; */
    background-color: #1c1c1c;
    color: white;
    border-radius: 10px;
    font-size: 12px;
}
.btn.btn-secondary:hover {
    box-shadow: none;
    /*background-color: white;*/
    color: white;
    /* box-shadow: 0 0 9px 4px #ff53819e; */
}


.serverheader {
    border-radius: 15px;
    margin-bottom: 10px;
    font-size: 20px;
    margin-top: 20px;
}
.serverheader span {
    background: linear-gradient(90deg, #E82F4E, #6e2fe8, #2372d5, #2cd9aa);
    padding: 2px 12px 2px 12px;
    border-radius: 20px;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    padding: 2px 12px 2px 12px;
    border-radius: 7px;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    background: linear-gradient(90deg, #dc14c2c7, #bd14dca3, #bd14dcba, #d114dcc4);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    transform: translate3d(0, 0, 0);
}
.serverheader span:before {
    font-family: FontAwesome;
    content: '\f017';
    font-weight: 100;
    margin-right: 5px;
}


.desc__description {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 12px;
    margin-bottom: 15px;
    animation: zoomIn 1s;
}
.desc-item {
    display: flex;
    text-align: left;
    width:200px;
    margin-bottom: 10px;
}
.desc-item-image {
    width: 40px;
    margin-right: 16px;
    flex: 0 0 auto;
}
.desc-item-title {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #23272a;
}
.desc-item-amount {
    font-size: 13px;
    line-height: 18px;
    color: #ffffff;
}

.menubox {
    margin-left: -8px;
    margin-right: 55px;
    margin-top: -10px;
    width: 100%;
}
.menubox h3 {
    color: black;
    font-size: 16px;
    padding-left: 60px;
    padding-top: 10px;
}
.menubox p {
    color: #ffffff;
    font-size: 12px;
    padding-left: 60px;
    margin-top: -10px;
}


.menukit {
    background-color: #ffffff;
    width: 100%;
    height: 50px;
    border-radius: 15px;
    margin-bottom: -10px;
    background-image: url("https://imgur.com/E2ROzjf.png");
    background-size: 30px;
    background-position: 10px;
    background-repeat: no-repeat;
    transition: all 0.2s ease-out;
    cursor: pointer;
}
.menukit:hover {
    transition: all 0.2s ease-out;
    transform: scale(0.95);
}

/* наборы */
.kit-product__name {
    background: #fff0;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    text-shadow: 0 0 4px rgba(0,0,0,.4);
    /* font-weight: 500; */
    text-overflow: ellipsis;
}
.kit-product__quantity {
    /* color: #a6b1e7; */
    text-align: end;
    background: unset;
    bottom: 8px;
    right: 10px;
    border-radius: 10px;
    font-weight: bold;
    z-index: 1;
}
@media (min-width: 992px){.col-sm-4 {
    width: 20%;

}}
.kit-product {
    margin: -8px 2px 8px;
    position: relative;
    background: #333;
    /* margin: 10px; */
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    transform: rotate(0deg);
    transition: all 0.3s;
    box-shadow: unset;
}
.kit-product:hover {
   -moz-transform: scale(1.1);
   -webkit-transform: scale(1.1);
   -o-transform: scale(1.1);
   transform: scale(1.1);
   /* transform: scale(1.04) rotate(-5deg); */
   /* transition: all 0.3s; */
   /* box-shadow: 0px 10px 10px -8px rgba(0, 0, 0, 0.1); */
}
.kit-product__quantity {
    /* color: #a6b1e7; */
    text-align: end;
    background: unset;
    bottom: 8px;
    right: 10px;
    border-radius: 10px;
    font-weight: bold;
    z-index: 1;
}

/* рулетка */


.container-3WKP9P {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 200px;
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 12px;
    background: #fff;
    background: var(--white);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: initial;
    margin-bottom: 15px;
    animation: zoomIn 1s
}

.icon-1lW2Ee {
    width: 40px;
    height: 40px;
    margin-right: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.textContainer-mTPAIw {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.name-3T7FKQ {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #23272a;
    color: var(--not-quite-black)
}

.category-1AFH8P {
    font-size: 13px;
    line-height: 18px;
    color: #99aab5;
    color: var(--greyple)
}
.roulette__description {
    background-color: #28282800;
    font-size: 0px;
    /* margin: 0px 0 0px; */
}
/* анимация */

/* наборы */
.kit-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* margin: -8px -8px 8px; */
}
@media (min-width: 768px){
.store-categories {
      /* display: flex; */
      flex-wrap: wrap;
      margin-bottom: 16px;
      flex-direction: row;
      /* text-align: center; */
      /* margin-bottom: 15px; */
      /* display: flex; */
      /* flex-wrap: wrap; */
      /* align-content: flex-start; */
      /* flex-direction: column; */
      /* align-items: flex-end; */
      /* justify-content: center; */
      /* position: absolute; */
      /* transform: translateX(-180px) rotate(360deg) translateY(0px); */
}}
.store-categories>.btn+.btn {
        display: inline-block;
        font-weight: 400;
        line-height: 1.25;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        /* border: 1px solid transparent; */
        padding: .4rem 1rem;
        /* font-size: 1rem; */
        /* border-radius: .25rem; */
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        color: #fff;
        background: #333;
        border-color: transparent;
        outline: none !important;
}
.btn .btn-secondary {
    /* margin-top: -20px; */
    background-color: #1c1c1c;
    color: white;
    border-radius: 15px;
    font-size: 12px;
}
.store-categories .btn {
    margin-right: 5px;
    margin-bottom: 5px;
    transition: all .2s ease-in-out;
    border: none!important;
}
.store-categories>.btn+.btn {
    margin-left: 5px;
    border-radius: 7.5px;
}
.store-categories .btn {
    margin-right: 5px;
    margin-bottom: 5px;
    transition: all .2s ease-in-out;
    border: none!important
}

.store-categories .btn:hover {
    transform: scale(1)!important;
    color: rgba(255,255,255,.7);
    background: rgba(255,255,255,.2)
}

.store-categories .btn.active {
    color: #fff;
    border: none;
    transform: scale(1.15);
    font-weight: 400;
    background: linear-gradient(to left,#f90 0,#f1c339 100%);
}

.store-categories .btn.active:hover {
    color: #000!important;
    border: none;
    /* transform: scale(1.15)!important; */
    font-weight: 400;
    background: linear-gradient(to left,#fff 0,#ffffff 100%);
}
.store-categories {
    margin-left: 5px;
    border-radius: 7.5px
}
/* описание к кейсам */
.store-categories .btn.active {
    color: #fff;
    border: none;
    transform: scale(1);
    font-weight: 400;
    background: #dc14c2c7;
    display: inline-block;
    /* font-weight: 400; */
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .4rem 1rem;
    /* font-size: 1rem; */
    /* border-radius: .25rem; */
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #fff;
    /* background: #333; */
    border-color: transparent;
    outline: none !important;
}
.kit-items {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.kit-item {
    margin: 8px;
    /* border-radius: 15px; */
    /* text-align: center; */
    /* cursor: pointer; */
    /* transform: rotate(0deg); */
    /* transition: all 0.3s; */
    /* background: linear-gradient(40deg, #646464, #787878, #3e3e3e, #444444); */
    /* background-size: 400% 400%; */
    /* animation: gradient 5s ease infinite; */
    /* box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%); */
    width: 80px;
    height: 80px;
    background: linear-gradient(180deg, #dc146521 0%, #dc14cd40 100%);
    border-radius: 8px;
    /* padding: 6px 12px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
}
.kit-item:hover {
    transition: transform 200ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transform: scale(1.1);
}
.kit-item__image {
    width: 100%;
    transform: scale(0.7);
}
.kit-item__quantity {
    top: -20px;
    position: relative;
    border-radius: 0px 0px 15px 15px;
    font-size: 12px;
}
.form-control[readonly] {
    background: #282828;
    font-weight: 600;
    font-size: 15px;
}
.service__image {
    width: 100%;
    padding: 0%;
}
/* наводка на "?" */
.tooltiptext1::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent rgba(0, 0, 0, 0.5) transparent transparent
}
.container-oplata:hover .tooltiptext1 {
    visibility: visible;
    opacity: 1
}
.priv_discount {
    position: absolute;
    background: #1b1b1b;
    font-size: 14px;
    border-radius: 0px 10px 0px 10px;
    top: 0px;
    padding: 0px 8px 0px 10px;
    right: 0px;
    opacity: 1;
    font-weight: 400;
    z-index: 3;
    color: white;
    cursor: help;
}
.name-user {
    color: #FFF
}
.category-user {
    color: #FFF
}
.icon-user-oplata {
    width: 30px !important;
    height: 30px !important;
    border-radius: 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 5px;
    margin-right: 10px !important;
}
.container-oplata {
    right: -21110px;
    display: -webkit-inline-box;
    margin-bottom: 5px;
    padding: 5px;
    height: 50px;
    width: 100%;
    border-radius: 12px;
    background: #333;
    text-align: initial;
    transition: all 0.2s ease-out;
    cursor: pointer;
    transform: scale(1);
}
.container-oplata {
    right: -21110px;
    display: -webkit-inline-box;
    margin-bottom: 5px;
    padding: 5px;
    height: 50px;
    width: 100%;
    border-radius: 12px;
    background: #333;
    text-align: initial;
    transition: all 0.2s ease-out;
    cursor: pointer;
    transform: scale(1);
}
.priv_discount2 {
    position: absolute;
    background: rgba(33, 33, 33, 0.5);
    font-size: 14px;
    border-radius: 0px 10px 0px 10px;
    top: 0px;
    padding: 0px 8px 0px 10px;
    right: 0px;
    opacity: 1;
    font-weight: 400;
    z-index: 3;
    color: white;
    cursor: help;
}
.textContainer-oplata {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    overflow: hidden;
}
.textContainer-oplata {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    overflow: hidden;
}
/* Карточка виджет*/

body.light {
    --background-color: #FAFAFA;
    --text-color: #52525B;
    --card-background-color: transparent;
    --card-border-color: rgba(24, 24, 27, 0.08);
    --card-box-shadow-1: rgba(24, 24, 27, 0.02);
    --card-box-shadow-1-y: 3px;
    --card-box-shadow-1-blur: 6px;
    --card-box-shadow-2: rgba(24, 24, 27, 0.04);
    --card-box-shadow-2-y: 2px;
    --card-box-shadow-2-blur: 7px;
    --card-label-color: #18181B;
    --card-icon-color: #18181B;
    --card-icon-background-color: rgba(24, 24, 27, 0.04);
    --card-icon-border-color: rgba(24, 24, 27, 0.1);
    --card-shine-opacity: .3;
    --card-shine-gradient: conic-gradient(from 225deg at 50% 50%, rgba(16, 185, 129, 0) 0deg, #6e4254 25deg, #edcad8 285deg, #FFFFFF 345deg, rgba(16, 185, 129, 0) 360deg);
    --card-line-color: #E9E9E7;
    --card-tile-color: rgb(37, 27, 30);
    --card-hover-border-color: rgba(24, 24, 27, 0.15);
    --card-hover-box-shadow-1: rgba(24, 24, 27, 0.05);
    --card-hover-box-shadow-1-y: 3px;
    --card-hover-box-shadow-1-blur: 6px;
    --card-hover-box-shadow-2: rgba(24, 24, 27, 0.1);
    --card-hover-box-shadow-2-y: 8px;
    --card-hover-box-shadow-2-blur: 15px;
    --card-hover-icon-color: #18181B;
    --card-hover-icon-background-color: rgba(24, 24, 27, 0.04);
    --card-hover-icon-border-color: rgba(24, 24, 27, 0.34);
    --blur-opacity: .1;
}
body.toggle .grid * {
    transition-duration: 0s !important;
}

.grid {
    grid-template-columns: repeat(2, 240px);
    grid-gap: 32px;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

.card {
    background-color: var(--background-color);
    box-shadow: 0px var(--card-box-shadow-1-y) var(--card-box-shadow-1-blur) var(--card-box-shadow-1), 0px var(--card-box-shadow-2-y) var(--card-box-shadow-2-blur) var(--card-box-shadow-2), 0 0 0 1px var(--card-border-color);
    padding: 10px 10px 10px 20px;
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    margin-bottom: 30px;
    transition: box-shadow 0.25s;
}
.card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 15px;
    background-color: var(--card-background-color);
}
.card .icon {
    z-index: 2;
    position: relative;
    display: table;
    padding: 8px;
}
.card .icon::after {
    content: "";
    position: absolute;
    inset: 1.5px;
    border-radius: 10px;
    background-color: var(--card-icon-background-color);
    border: 1px solid var(--card-icon-border-color);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    transition: background-color 0.25s, border-color 0.25s;
}
.card .icon svg {
    position: relative;
    z-index: 1;
    display: block;
    width: 24px;
    height: 24px;
    transform: translateZ(0);
    color: var(--card-icon-color);
    transition: color 0.25s;
}
.card h4 {
    z-index: 2;
    position: relative;
    margin: 12px 0 4px 0;
    font-family: inherit;
    font-weight: 600;
    font-size: 14px;
    line-height: 2;
    color: var(--card-label-color);
}
.card p {
    z-index: 2;
    position: relative;
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: var(--text-color);
}
.card .shine {
    border-radius: inherit;
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.5s;
}
.card .shine:before {
    content: "";
    width: 150%;
    padding-bottom: 150%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: 55%;
    filter: blur(35px);
    opacity: var(--card-shine-opacity);
    transform: translateX(-50%);
    background-image: var(--card-shine-gradient);
}
.card .background {
    border-radius: inherit;
    position: absolute;
    inset: 0;
    overflow: hidden;
    background: #282828;
}
.card .background .tiles {
    opacity: 0;
    transition: opacity 0.25s;
}
.card .background .tiles .tile {
    position: absolute;
    background-color: var(--card-tile-color);
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
}
.card .background .tiles .tile.tile-4, .card .background .tiles .tile.tile-6, .card .background .tiles .tile.tile-10 {
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}
.card .background .tiles .tile.tile-3, .card .background .tiles .tile.tile-5, .card .background .tiles .tile.tile-8 {
    -webkit-animation-delay: -4s;
    animation-delay: -4s;
}
.card .background .tiles .tile.tile-2, .card .background .tiles .tile.tile-9 {
    -webkit-animation-delay: -6s;
    animation-delay: -6s;
}
.card .background .tiles .tile.tile-1 {
    top: 0;
    left: 0;
    height: 10%;
    width: 22.5%;
}
.card .background .tiles .tile.tile-2 {
    top: 0;
    left: 22.5%;
    height: 10%;
    width: 27.5%;
}
.card .background .tiles .tile.tile-3 {
    top: 0;
    left: 50%;
    height: 10%;
    width: 27.5%;
}
.card .background .tiles .tile.tile-4 {
    top: 0;
    left: 77.5%;
    height: 10%;
    width: 22.5%;
}
.card .background .tiles .tile.tile-5 {
    top: 10%;
    left: 0;
    height: 22.5%;
    width: 22.5%;
}
.card .background .tiles .tile.tile-6 {
    top: 10%;
    left: 22.5%;
    height: 22.5%;
    width: 27.5%;
}
.card .background .tiles .tile.tile-7 {
    top: 10%;
    left: 50%;
    height: 22.5%;
    width: 27.5%;
}
.card .background .tiles .tile.tile-8 {
    top: 10%;
    left: 77.5%;
    height: 22.5%;
    width: 22.5%;
}
.card .background .tiles .tile.tile-9 {
    top: 32.5%;
    left: 50%;
    height: 22.5%;
    width: 27.5%;
}
.card .background .tiles .tile.tile-10 {
    top: 32.5%;
    left: 77.5%;
    height: 22.5%;
    width: 22.5%;
}
@-webkit-keyframes tile {
    0%, 12.5%, 100% {
        opacity: 1;
    }
    25%, 82.5% {
        opacity: 0;
    }
}
@keyframes tile {
    0%, 12.5%, 100% {
        opacity: 1;
    }
    25%, 82.5% {
        opacity: 0;
    }
}
.card .background .line {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.35s;
}
.card .background .line:before, .card .background .line:after {
    content: "";
    position: absolute;
    background-color: var(--card-line-color);
    transition: transform 0.35s;
}
.card .background .line:before {
    left: 0;
    right: 0;
    height: 1px;
    transform-origin: 0 50%;
    transform: scaleX(0);
}
.card .background .line:after {
    top: 0;
    bottom: 0;
    width: 1px;
    transform-origin: 50% 0;
    transform: scaleY(0);
}
.card .background .line.line-1:before {
    top: 10%;
}
.card .background .line.line-1:after {
    left: 22.5%;
}
.card .background .line.line-1:before, .card .background .line.line-1:after {
    transition-delay: 0.3s;
}
.card .background .line.line-2:before {
    top: 32.5%;
}
.card .background .line.line-2:after {
    left: 50%;
}
.card .background .line.line-2:before, .card .background .line.line-2:after {
    transition-delay: 0.15s;
}
.card .background .line.line-3:before {
    top: 55%;
}
.card .background .line.line-3:after {
    right: 22.5%;
}
.card:hover {
    box-shadow: 0px 3px 6px var(--card-hover-box-shadow-1), 0px var(--card-hover-box-shadow-2-y) var(--card-hover-box-shadow-2-blur) var(--card-hover-box-shadow-2), 0 0 0 1px var(--card-hover-border-color);
}
.card:hover .icon::after {
    background-color: #dc14cd14;
}
.card:hover .icon svg {
    color: var(--card-hover-icon-color);
}
.card:hover .shine {
    opacity: 1;
    transition-duration: 0.5s;
    transition-delay: 0s;
}
.card:hover .background .tiles {
    opacity: 1;
    transition-delay: 0.25s;
}
.card:hover .background .tiles .tile {
    -webkit-animation-name: tile;
    animation-name: tile;
}
.card:hover .background .line {
    opacity: 1;
    transition-duration: 0.15s;
}
.card:hover .background .line:before {
    transform: scaleX(1);
}
.card:hover .background .line:after {
    transform: scaleY(1);
}
.card:hover .background .line.line-1:before, .card:hover .background .line.line-1:after {
    transition-delay: 0s;
}
.card:hover .background .line.line-2:before, .card:hover .background .line.line-2:after {
    transition-delay: 0.15s;
}
.card:hover .background .line.line-3:before, .card:hover .background .line.line-3:after {
    transition-delay: 0.3s;
}






.block_category_3 .kit-item {
    margin: 8px;
    /* border-radius: 15px; */
    /* text-align: center; */
    /* cursor: pointer; */
    /* transform: rotate(0deg); */
    /* transition: all 0.3s; */
    /* background: linear-gradient(40deg, #646464, #787878, #3e3e3e, #444444); */
    /* background-size: 400% 400%; */
    /* animation: gradient 5s ease infinite; */
    /* box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%); */
    width: 80px;
    height: 80px;
    background: linear-gradient(180deg, rgba(41,41,58,0) 0%, rgb(99 89 68 / 20%) 100%);
}

.block_category_3:before {
    background: linear-gradient(180deg, rgba(41,41,58,0) 0%, rgb(99 89 68 / 40%) 100%);
    content: "10 часов";
    font-size: 20px;
}

.kit-item:hover {
       -moz-transform: scale(1.1);
   -webkit-transform: scale(1.1);
   -o-transform: scale(1.1);
   transform: scale(1.1);}

.block_category_1:before {
    border-radius: 5px 0px 0px 5px;
    background: linear-gradient(180deg, rgba(41,41,58,0) 0%, rgb(99 89 68 / 40%) 100%);
    content: "2 часа";
    font-size: 20px;
}

.block_category_4:before {
    background: linear-gradient(180deg, rgba(41,41,58,0) 0%, rgb(99 89 68 / 40%) 100%);
    content: "14 часов";
    font-size: 20px;
}

.block_category_6:before {
    background: linear-gradient(180deg, rgba(41,41,58,0) 0%, rgb(99 89 68 / 40%) 100%);
    content: "24 часа";
    font-size: 20px;
}

.block_category_7:before {
    border-radius: 0px 5px 5px 0px;
    background: linear-gradient(180deg, rgba(41,41,58,0) 0%, rgb(99 89 68 / 40%) 100%);
    content: "28 часов";
    font-size: 20px;
}

.block_category_8:before {
    border-radius: 0px 5px 5px 0px;
    background: linear-gradient(180deg, rgba(41,41,58,0) 0%, rgb(99 89 68 / 40%) 100%);
    content: "48 часов";
    font-size: 20px;
} 
.block_category_9:before {
    border-radius: 0px 5px 5px 0px;
    background: linear-gradient(180deg, rgba(41,41,58,0) 0%, rgb(99 89 68 / 40%) 100%);
    content: "28 часов";
    font-size: 20px;
}
.block_category_10:before {
    border-radius: 0px 5px 5px 0px;
    background: linear-gradient(180deg, rgba(41,41,58,0) 0%, rgb(99 89 68 / 40%) 100%);
    content: "28 часов";
    font-size: 20px;
}
.block_category_5:before {
    background: linear-gradient(180deg, rgba(41,41,58,0) 0%, rgb(99 89 68 / 40%) 100%);
    content: "20 часов";
    font-size: 20px;
}

/* виджет 2 */

.block_category_2:before {
    background: linear-gradient(180deg, rgba(41,41,58,0) 0%, rgb(99 89 68 / 40%) 100%);
    content: "4 часа";
    font-size: 20px;
}


.block_by_category:before {
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #e9eaec;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modal-dialog2 {
    position: relative;
    width: 1050px !important;
    margin: 30px auto;
}

.block_category_4 .kit-item {
     margin: 8px;
    /* border-radius: 15px; */
    /* text-align: center; */
    /* cursor: pointer; */
    /* transform: rotate(0deg); */
    /* transition: all 0.3s; */
    /* background: linear-gradient(40deg, #646464, #787878, #3e3e3e, #444444); */
    /* background-size: 400% 400%; */
    /* animation: gradient 5s ease infinite; */
    /* box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%); */
    width: 80px;
    height: 80px;
    background: linear-gradient(180deg, rgba(41,41,58,0) 0%, rgb(99 89 68 / 20%) 100%);
}

.block_category_7 .kit-item {
    margin: 8px;
    width: 80px;
    height: 80px;
    background: linear-gradient(180deg, rgba(41,41,58,0) 0%, rgb(99 89 68 / 20%) 100%);

}

.block_category_6 .kit-item {
!important;margin: 8px;
    width: 80px;
    height: 80px;
    background: linear-gradient(180deg, rgba(41,41,58,0) 0%, rgb(99 89 68 / 20%) 100%);

}

.block_category_5 .kit-item {
    margin: 8px;
    width: 80px;
    height: 80px;
    background: linear-gradient(180deg, rgba(41,41,58,0) 0%, rgb(99 89 68 / 20%) 100%);
}

.block_by_category .kit-item {
    position: relative;
    background: #e9eaec;
    /* margin: 13px; */
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    box-shadow: unset;
    animation: zoomIn 1s;
}

.block_category_2 .kit-item {
margin: 8px;
    /* border-radius: 15px; */
    /* text-align: center; */
    /* cursor: pointer; */
    /* transform: rotate(0deg); */
    /* transition: all 0.3s; */
    /* background: linear-gradient(40deg, #646464, #787878, #3e3e3e, #444444); */
    /* background-size: 400% 400%; */
    /* animation: gradient 5s ease infinite; */
    /* box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%); */
    width: 80px;
    height: 80px;
    background: linear-gradient(180deg, rgba(41,41,58,0) 0%, rgb(99 89 68 / 20%) 100%);
    border-radius: 8px;}
.block_category_10 {
    background: linear-gradient(180deg, #1c1d18 0%, #2d261a 100%);
    border-radius: 0px 20px 20px 0px;
}
.block_category_9 {
    background: linear-gradient(180deg, #1c1d18 0%, #2d261a 100%);
    border-radius: 0px 20px 20px 0px;
}
.block_category_8 {
    background: linear-gradient(180deg, #1c1d18 0%, #2d261a 100%);
    border-radius: 0px 20px 20px 0px;
}
.block_category_7 {
    background: linear-gradient(180deg, #1c1d18 0%, #2d261a 100%);
    border-radius: 0px 20px 20px 0px;
}

.block_category_5 {
    background: linear-gradient(180deg, #1c1d18 0%, #2d261a 100%);
}

.block_category_6 {
    background: linear-gradient(180deg, #1c1d18 0%, #2d261a 100%);
}

.block_category_4 {
    background: linear-gradient(180deg, #1c1d18 0%, #2d261a 100%);
}

.block_category_3 {
    background: linear-gradient(180deg, #1c1d18 0%, #2d261a 100%);
}

.kit-item__image {
    width: 100%;
    transform: scale(0.7);
}

.block_by_category {
    /* width: 10%; */
}

.block_category_2 {
    background: linear-gradient(180deg, #1c1d18 0%, #2d261a 100%);
}

.block_category_1 .kit-item {
    background: #f8ad1bf0;
}

.block_by_category .kit-item {
    margin: 8px;
    width: 80px;
    height: 80px;
    background: linear-gradient(180deg, rgba(41,41,58,0) 0%, rgb(99 89 68 / 20%) 100%);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.kit-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* margin: -8px -8px 8px; */
}

body {
    background-color: #131313;
    font-family: 'Inter', sans-serif;
    --background-color: rgb(24 24 27 / 31%);
    --text-color: #A1A1AA;
    --card-background-color: rgba(255, 255, 255, .015);
    --card-border-color: rgba(255, 255, 255, 0.1);
    --card-box-shadow-1: rgba(0, 0, 0, 0.05);
    --card-box-shadow-1-y: 3px;
    --card-box-shadow-1-blur: 6px;
    --card-box-shadow-2: rgba(0, 0, 0, 0.1);
    --card-box-shadow-2-y: 8px;
    --card-box-shadow-2-blur: 15px;
    --card-label-color: #FFFFFF;
    --card-icon-color: #D4D4D8;
    --card-icon-background-color: rgba(255, 255, 255, 0.08);
    --card-icon-border-color: rgba(255, 255, 255, 0.12);
    --card-shine-opacity: .1;
    --card-shine-gradient: conic-gradient(from 205deg at 50% 50%, rgba(16, 185, 129, 0) 0deg, #dc14cd40 25deg, rgba(52, 211, 153, 0.18) 295deg, rgba(16, 185, 129, 0) 360deg);
    --card-line-color: #2A2B2C;
    --card-tile-color: #dc14cd40;
    --card-hover-border-color: rgba(255, 255, 255, 0.2);
    --card-hover-box-shadow-1: rgba(0, 0, 0, 0.04);
    --card-hover-box-shadow-1-y: 5px;
    --card-hover-box-shadow-1-blur: 10px;
    --card-hover-box-shadow-2: rgba(0, 0, 0, 0.3);
    --card-hover-box-shadow-2-y: 15px;
    --card-hover-box-shadow-2-blur: 25px;
    --card-hover-icon-color: #ff0000bd;
    --card-hover-icon-background-color: rgb(106 98 72 / 37%);
    --card-hover-icon-border-color: #dc14cd40;
    --blur-opacity: .01;
}

.n

.modal .modal-header {
    justify-content: center;
    background: none;
    display: none;
    border: none;
}

.dEyoDM {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: -0.01em;
    color: #b01414;
    margin-bottom: 12px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.iOoXCM > img {
    margin-top: 24px;
    margin-bottom: 24px;
    border-radius: 8px;
    width: 100%;
}

.kMNnNF img {
    margin-right: 8px;
    width: 16px;
    margin-left: 0px;
    opacity: 0.5;
    transition: all 0.3s ease 0s;
}

.cSgllm {
    padding-left: 24px;
    font-size: 14px;
    color: rgb(175, 183, 198);
    width: 100%;
    -webkit-box-pack: start;
    justify-content: flex-start;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.kMNnNF {
    margin-right: 4px;
}

.kMNnNF, .kMNnNF a {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}


.iGSRsu {
    width: 356px;
    overflow: hidden;
    padding: 10px;
    background: linear-gradient(rgb(33, 37, 51) -12.18%, rgb(23, 28, 38) 103.8%), rgb(17, 24, 32);
    border-radius: 17px;
}

.bgOFfh {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 0px 0px 16px 16px;
    height: 68px;
    font-family: Roboto;
    cursor: pointer;
    font-size: 14px;
    background: linear-gradient(327.26deg, rgba(103, 120, 180, 0.28) -17.01%, rgba(103, 134, 196, 0.075) 92.2%);
}

.JphCv button {
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 8px;
    -webkit-box-pack: center;
    justify-content: center;
}

.kfuDJE img {
    width: 23px;
    margin-right: 11px;
}

.eTTtAt {
    border: 1px solid rgb(122, 94, 60);
    background: transparent;
}

.JphCv button {
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 8px;
    -webkit-box-pack: center;
    justify-content: center;
}

.JphCv {
    display: grid;
    gap: 6px;
    height: 60px;
    grid-template-columns: 1fr 60px;
    margin-top: 40px;
}

button {
    font-family: roboto;
}

.jOobjB li img {
    width: 15px;
    margin-right: 9px;
}

.bVoPYT {
    width: 356px;
    overflow: hidden;
    padding: 10px;
    background: linear-gradient(rgb(33, 37, 51) -12.18%, rgb(23, 28, 38) 103.8%), rgb(17, 24, 32);
    border-radius: 17px;
    margin-left: 19px;
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

.premium__first-screen {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: roboto;
    background: url(//i.ibb.co/Vqz8xs2/bg-15.png) no-repeat top/contain;
}

/** Стили продуктов */







.modal-content.modal-donate .modal-header {
    background-color: rgba(0,0,0,0);
    border: 0;
}
.modal-content.modal-donate .modal-footer {
    background-color: rgba(0,0,0,0);
    border: 0;
}
.modal-content.modal-donate .service__description {
    background-color: rgba(0,0,0,0);
    border: 0;
}
.modal-content.modal-donate .modal-title {
    font-size: 26px;
    font-weight: bold;
    display: block;
    text-align: center;
    color: #bbb;
    text-transform: uppercase;
    /* font-size: 30px; */
    /* text-align: center; */
    /* color: #ffffff; */
}
.modal-dialog.modal-sm .modal-content {
    /* background-color: #1c1c1c; */
    /* border-radius: 10px 30px 10px 30px; */
}
.modal-dialog.modal-sm .modal-content .modal-header {
    background-color: rgba(0,0,0,0);
}
.modal-dialog.modal-sm .modal-content .modal-footer {
    background-color: rgba(0,0,0,0);
}
.modal-dialog.modal-sm .modal-content .modal-title {
    color: #ffffff;
}
.modal-dialog.modal-sm .modal-content .close {
    display: none;
}

.modal-dialog.modal-sm .modal-content .input-group-addon .fa.fa-rub {
    color: black;
}
.desc-service {
    background: #131313;
    height: 30px;
    border-radius: 0 15px 15px 0;
    padding-left: 15px;
    padding-top: 5px;
    margin-bottom: 10px;
    box-shadow: -3px 0 #8e6874;
    color: white;
}
.fa.fa-eye {
    position: relative;
    float: right;
    text-align: center;
    background-color: #8e6874;
    width: 40px;
    height: 120%;
    font-size: 20px;
    padding: 4px;
    margin-top: -5px;
    border-radius: 0 15px 15px 0;
    transition: 0.2s;
    color: #ffffff;
    cursor: pointer;
}
.fa.fa-eye:hover {
    background-color: #251b1e;
    transition: 0.2s;
    color: #ffffff;
}
.service__description h3 {
    position: relative;
    font-size: 12px;
    bottom: 5px;
    text-align: center;
    color: #ffffff;
}
.modal-content.modal-donate .service__image img {
    width: 10px;
}


.fade.show {
    opacity: 1;
    backdrop-filter: blur(5px);
}
.modal.fade.show .modal-dialog.modal-lg .modal-content .modal-header {
    background: none;
    /* text-align: center; */
    justify-content: center;
}
.modal.fade.show .modal-dialog.modal-lg .modal-content {
    /* box-shadow: 0 0 100px #dc14cd40; */
    background: rgba(41, 41, 41, 0.8);
    /* background: linear-gradient(180deg, #1d1b18 0%, #2d261a 100%); */
    /* border-radius: 5px 30px; */
    color: white;
    /* padding: 15px; */
    /* width: 120%; */
}
.modal.fade.show .modal-dialog.modal-lg .modal-content .modal-title {
    text-align: center;
    font-size: 40px;
    color: #bbb;
}
.modal.fade.show .modal-dialog.modal-lg .modal-content .modal-footer {
    background: none;
}
.modal.fade.show .modal-dialog.modal-lg .modal-content .btn.btn-danger {
    position: absolute;
    background: none;
    left: 30px;
    bottom: 15px;
    color: #fff;
}
.modal-backdrop.show {
    opacity: .5;
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0);
    transform: translate(0);
}
.btn.btn-secondary {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* border: 1px solid transparent; */
    padding: .4rem 1rem;
    /* font-size: 1rem; */
    /* border-radius: .25rem; */
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #fff;
    background: #333;
    border-color: transparent;
    outline: none !important;
    /* margin-top: -20px; */
    /* background-color: #1c1c1c; */
    color: white;
    /* border-radius: 15px; */
    font-size: 14px;
}

/* Модальные значения */
.modal,.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%)
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #7b7b7b;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    /* text-align: center; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    /* border-bottom: 1px solid #eceeef; */
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
    /* border-top: 1px solid #eceeef; */
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width:500px;
        margin: 30px auto
    }

    .modal-sm {
        max-width: 300px
    }
}

/* прошлый код*/
body {
    min-height: 100vh;
    width: 100vw;
    overflow-x: hidden;
    background-color: #232323;
    color: var(--font-color-800);
    font-weight: 400;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    font-size: var(--default-font-size);
}

:root[data-theme=red_black] {
    --accent-color-800: #28ada0;
    --accent-color-900: #dc14cd40;
    --font-color-700: #fff;
    --font-color-800: rgba(255, 255, 255, .7);
    --font-color-900: #7b7b7b;
    --bg-color-800: #202020;
    --bg-color-700: #282828;
    --bg-color-900: #1d1b1a;
    --product-items-trans-bg-color: rgba(0, 0, 0, .4);
}
.Header-module__logo {
    /* font-size: 0px; */
    text-transform: none;
    /* background: url(https://cdn.discordapp.com/attachments/1198334372554739763/1198343114658689166/logo_east_rust.png?ex=65be8efe&is=65ac19fe&hm=e0699f227cb4fcf44ea239f86f3ff31051102a79b7810cc933d744fa4ddb8932&.png); */
    background-size: contain;
    background-repeat: no-repeat;
    /* width: 200px; */
    /* height: 35px; */
}
/* виджеты */
.xbox__body .input-group-addon {
    background: #262626
}

.discord-b {
    background-color: rgba(39, 39, 39, .75);
    border-radius: 0px 15px 15px 0px;
    font-size: 17px;
    color: #fff;
    width: 130px;
    height: 66px;
    display: block;
    line-height: 64px;
    position: absolute;
    left: 50%;
    background-image: url('https://pic.moscow.ovh/images/2022/07/22/968d01ac5f1fa2ad6a8fc3b910fd6936.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    background-origin: content-box;
    cursor: pointer;
    transition: 0.5s
}

.vk-b {
    background-color: rgba(39, 39, 39, .75);
    border-radius: 15px 0px 0px 15px;
    color: #fff;
    width: 130px;
    height: 66px;
    display: block;
    line-height: 64px;
    background-image: url('https://pic.moscow.ovh/images/2022/07/22/210cf5d41bf06d2c5a2af68de984d406.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    background-origin: content-box;
    cursor: pointer;
    transition: 0.5s
}

.vk-b:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: 0.3s;
    background-color: rgba(39, 39, 39, .75);
    text-decoration: none !important;
    box-shadow: 0 5px 0 #48a4dc;
    flex-basis: 150%;
    transform: translateY(-4px)
}

.discord-b:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: 0.3s;
    background-color: rgba(39, 39, 39, .75);
    text-decoration: none !important;
    box-shadow: 0 5px 0 #dc6648;
    flex-basis: 150%;
    transform: translateY(-4px)
}
.xbox {
    position: relative;
    margin-bottom: 20px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
}
.MonitoringServer-module__name {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
}

.Header-module__wrapper {
    background-color: #1b1b1b;
  margin-top: 10px;
    margin-bottom: 20px;
    padding: 0 15px;
    min-height: 60px;
    font-weight: 500;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 15px;
}
/*.Categories-module__categories {
    display: flex;
    width: 100%;
    justify-content: initial;
    flex-wrap: wrap;
    margin: -5px;
    font-size: 13px;
}*/
.Widgets-module__wrapper {
  margin-right: 0px;
  margin-left: 10px;
}
  .Index-module__wrapper {
    display: flex;
    flex-direction: row-reverse;
  }
.Categories-module__categories {
    text-align: center;
    align-content: flex-start;
    flex-direction: column;
    position: absolute;
    transform: translateX(-170px) rotate(360deg) translateY(0px);
    
    width: max-content;
    margin-top: -67px;
	margin-left: -15px;
    padding: 0px 3px 0px 3px;
}
.container {
    padding: 0 var(--safe-padding);
    margin: 0 auto;
}
body:after {
    background-image: url(https://media.discordapp.net/attachments/1198334372554739763/1201094144001585253/7859..png?ex=65c89117&is=65b61c17&hm=c59a8b5f7b9433bf9734b0b390305a5b973c27f5b82e3beafc21e04411c51e2d&=&format=webp&quality=lossless&width=1193&height=671.png);
    content: " ";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 500;
    pointer-events: none;
    opacity: .6;
}

.xbox__header {
  	background: #282828;
    padding: 15px;
  	border-radius: 15px 15px 0px 0px;
  	border-top: solid 2px #313131;
    border-left: solid 2px #313131;
    border-right: solid 2px #313131;
}
.xbox__body {
	padding: 10px;
    background: #1d1b1a; 
  	border-radius: 0px 0px 15px 15px;
  	border-bottom: solid 2px #313131;
    border-left: solid 2px #313131;
    border-right: solid 2px #313131;
}

h4 {
	font-size: 17px;
  	font-weight: 400;
}

.boxHeader {
  	background: #282828;
    padding: 15px;
  	border-radius: 15px 15px 0px 0px;
  	border-top: solid 2px #313131;
    border-left: solid 2px #313131;
    border-right: solid 2px #313131;
}
.boxBody{
  	padding: 15px;
    background: #1d1b1a; 
  	border-radius: 0px 0px 0px 0px;
    border-left: solid 5px #313131;
    border-right: solid 2px #313131;
}
.boxFooter {
    background: #282828;
    border-radius: 0px 0px 15px 15px;
  	border-bottom: solid 2px #313131;
    border-left: solid 2px #313131;
    border-right: solid 2px #313131;
}
.Categories-module__category.Categories-module__active, .Categories-module__category:hover {
 border-radius: 10px; 
      transform: scale(.95);
}
.Categories-module__category {
 	border-radius: 10px;
    border: #313131 solid 1px; 
}
.Button-module__btn.Button-module__gray {
    color: var(--font-color-800);
    background-color: #373737;
    border-color: #494949;
    border-radius: 10px;
}
.Button-module__btn.Button-module__gray:hover, .Button-module__btn.Button-module__gray:focus {
    background-color: #434343;
}
.Button-module__btn.Button-module__accent {
    color: var(--font-color-700);
    background-color: #28ada0;
    border-color: #dc14cd00;
    border-radius: 10px;
}
.Button-module__btn.Button-module__accent:hover, .Button-module__btn.Button-module__accent:focus {
    background-color: #40dbcc;
    border-color: var(--accent-color-900);
  	transform: scale(.95);
}
.Search-module__wrapper {
    width: 100%;
    display: flex;
    height: 34px;
    border-radius: 15px;
    overflow: hidden;
    background: var(--bg-color-700);
    margin-top: 15px;
}
.Product-module__wrapper:hover .Product-module__name, .Product-module__wrapper:active .Product-module__name {
    transform: translateY(0);
    text-align: center;
    background: linear-gradient(180deg, rgba(44, 217, 170, 0.4) 0%, rgba(44, 217, 170, 0.9) 100%);
    font-weight: 600;
    font-size: 12px;
    text-shadow: 1px 1px 1px #000;
    color: #fff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
}
.Product-module__wrapper:hover {
   transform: scale(1.1);
  background: #339188;
}

.Product-module__wrapper {
    /*background: var(--bg-color-700);
      padding: 10px;
    	background-image: radial-gradient(#772937 0%, transparent 70%);
    background-size: 300% 300%;
    background-repeat: no-repeat;
    background-position: 20% 120%;
  */
  object-fit: contain;
    padding: 8%;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(44, 217, 170, 0) 0%, rgba(44, 217, 170, 0) 20%, rgba(44, 217, 170, 0.4) 100%);
    position: relative;
    cursor: pointer;
    border-radius: 15px;
    overflow: hidden;
    animation: Product-module__productAnimation .15s ease;
}
.Product-module__price {
    display: flex;
    align-items: center;
    text-align: center;
    color: white;
    padding: 3px 10px;
    border-radius: 0px 0px 20px 0px;
    text-shadow: 1px 1px 1px #000;
    font-weight: 600;
    font-size: 12px;
    background: linear-gradient(40deg, #00dabe, #00e0b1, #3e3e3e, #444444);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 65%);
  	text-transform: uppercase;
}
.Product-module__discount {
    top: 0;
    right: 0;
    color: #ffffff;
    border-radius: 0px 0px 0px 20px;
    font-weight: 600;
    font-size: 13px;
    background: linear-gradient(40deg, #3e3e3e, #444444, #e82f4e, #bd2e46);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    padding: 2px 10px;
}
.productModalContainsItem {
    border-radius: 10px;
    background-color: var(--bg-color-700);
    padding: 10px;
    position: relative;
    display: flex;
    align-items: center;
    border: solid 1px #3f3f3f;
}
.productModalDescription {
    text-align: left;
    padding: 10px;
    margin-bottom: 10px;
    background-color: var(--bg-color-700);
    border-radius: 10px;
    border: dashed 1px #424242;
}
.RouletteContent-module__rouletteItem {
    border-radius: 15px;
    overflow: hidden;
    background: var(--bg-color-700);
    padding: 8px;
}

.Products-module__wrapper {
    margin-top: 15px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(150px,1fr));
    gap: 15px;
}



.social-box {
    text-align: center;
    display: grid;
    line-height: 2rem;
  	margin-top: 20px;
  	margin-left: 10px;
    margin-right: 10px;
}
.vkontakte {
    background: #2c3547;
    border: 2px solid #3c4861;
    box-shadow: 0 10px 20px 0 rgba(0,98,255,0.15);
    border-radius: 15px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
  	padding: 5px 0px 2px 0px;
  	transition: 0.3s;
}
.vkontakte:hover {
    background: #202735;
    border: 2px solid #3c4861;
    box-shadow: 0 10px 20px 0 rgba(0,98,255,0.15);
    border-radius: 15px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
    padding: 5px 0px 2px 0px;
  	transition: 0.3s;
}
.telegram {
    background: #2c3e47;
    border: 2px solid #3c5661;
    box-shadow: 0 10px 20px 0 rgba(0,200,255,0.15);
    border-radius: 15px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
  	padding: 5px 0px 2px 0px;
  	transition: 0.3s;
}
.telegram:hover {
    background: #203035;
    border: 2px solid #3c5661;
    box-shadow: 0 10px 20px 0 rgba(0,200,255,0.15);
    border-radius: 15px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
  	padding: 5px 0px 2px 0px;
  	transition: 0.3s;
}
.youtube {
    background: #472c2c;
    border: 2px solid #613c3c;
    box-shadow: 0 10px 20px 0 rgba(255,0,0,0.15);
    border-radius: 15px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
  	padding: 5px 0px 2px 0px;
  	transition: 0.3s;
}
.youtube:hover {
    background: #352020;
    border: 2px solid #613c3c;
    box-shadow: 0 10px 20px 0 rgba(255,0,0,0.15);
    border-radius: 15px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
  	padding: 5px 0px 2px 0px;
  	transition: 0.3s;
}
.twitch {
    background: #3c2c47;
    border: 2px solid #523c61;
    box-shadow: 0 10px 20px 0 rgba(145,0,255,0.15);
    border-radius: 15px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
  	padding: 5px 0px 2px 0px;
  	transition: 0.3s;
}
.twitch:hover {
    background: #312035;
    border: 2px solid #523c61;
    box-shadow: 0 10px 20px 0 rgba(145,0,255,0.15);
    border-radius: 15px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
  	padding: 5px 0px 2px 0px;
  	transition: 0.3s;
}

.socicon {
    vertical-align: sub;
    margin-right: 7px;
}

.info {
    font-size: 11px;
    color: #999;
    line-height: 1.5;
  	margin-bottom: 10px;
}

.info-links {
    font-size: 12px;
    display: grid;
    line-height: 1.8;
}

.info-links a {
    font-size: 12px;
    display: grid;
    line-height: 1.8;
  	transition: 0.3s;
}
.info-links a:hover {
  	color: #dc14cd40;
    font-size: 12px;
    display: grid;
    line-height: 1.8;
    transition: 0.3s;
}

@keyframes gradient {
  	0% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
}

.bonus {
    width: 50%;
    background: linear-gradient(40deg, #dc14cd40, #f94161, #dc14cd40, #dc14cd40);
    color: #fff;
    animation: gradient 3s ease infinite;
    background-size: 400% 400%;
    border-radius: 0px 10px 10px 0px;
}
/* описание привилегиям */
.icon-user-oplata {
    width: 30px !important;
    height: 30px !important;
    border-radius: 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 5px;
    margin-right: 10px !important;
}
.container-oplata {
    right: -21110px;
    display: -webkit-inline-box;
    margin-bottom: 5px;
    padding: 5px;
    height: 50px;
    width: 100%;
    border-radius: 12px;
    background: #333;
    text-align: initial;
    transition: all 0.2s ease-out;
    cursor: pointer;
    transform: scale(1);
}
.container-oplata {
    right: -21110px;
    display: -webkit-inline-box;
    margin-bottom: 5px;
    padding: 5px;
    height: 50px;
    width: 100%;
    border-radius: 12px;
    background: #333;
    text-align: initial;
    transition: all 0.2s ease-out;
    cursor: pointer;
    transform: scale(1);
}
.container-oplata .tooltiptext1 {
    visibility: hidden;
    width: 170px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    left: 105%;
    opacity: 0;
    transition: opacity 220ms ease-out;
}
.priv_discount {
    position: absolute;
    background: #1b1b1b;
    font-size: 14px;
    border-radius: 0px 10px 0px 10px;
    top: 0px;
    padding: 0px 8px 0px 10px;
    right: 0px;
    opacity: 1;
    font-weight: 400;
    z-index: 3;
    color: white;
    cursor: help;
}
.tooltiptext1::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent rgba(0, 0, 0, 0.5) transparent transparent
}
.container-oplata:hover .tooltiptext1 {
    visibility: visible;
    opacity: 1
}

.tooltip1:hover .tooltiptext1 {
    visibility: visible;
    opacity: 1
}
.priv_discount2 {
    position: absolute;
    background: rgba(33, 33, 33, 0.5);
    font-size: 14px;
    border-radius: 0px 10px 0px 10px;
    top: 0px;
    padding: 0px 8px 0px 10px;
    right: 0px;
    opacity: 1;
    font-weight: 400;
    z-index: 3;
    color: white;
    cursor: help;
}
.textContainer-oplata {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    overflow: hidden;
}
.textContainer-oplata {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    overflow: hidden;
}
/* Карточка виджет*/

body.light {
    --background-color: #FAFAFA;
    --text-color: #52525B;
    --card-background-color: transparent;
    --card-border-color: rgba(24, 24, 27, 0.08);
    --card-box-shadow-1: rgba(24, 24, 27, 0.02);
    --card-box-shadow-1-y: 3px;
    --card-box-shadow-1-blur: 6px;
    --card-box-shadow-2: rgba(24, 24, 27, 0.04);
    --card-box-shadow-2-y: 2px;
    --card-box-shadow-2-blur: 7px;
    --card-label-color: #18181B;
    --card-icon-color: #18181B;
    --card-icon-background-color: rgba(24, 24, 27, 0.04);
    --card-icon-border-color: rgba(24, 24, 27, 0.1);
    --card-shine-opacity: .3;
    --card-shine-gradient: conic-gradient(from 225deg at 50% 50%, rgba(16, 185, 129, 0) 0deg, #6e4254 25deg, #edcad8 285deg, #FFFFFF 345deg, rgba(16, 185, 129, 0) 360deg);
    --card-line-color: #E9E9E7;
    --card-tile-color: rgb(37, 27, 30);
    --card-hover-border-color: rgba(24, 24, 27, 0.15);
    --card-hover-box-shadow-1: rgba(24, 24, 27, 0.05);
    --card-hover-box-shadow-1-y: 3px;
    --card-hover-box-shadow-1-blur: 6px;
    --card-hover-box-shadow-2: rgba(24, 24, 27, 0.1);
    --card-hover-box-shadow-2-y: 8px;
    --card-hover-box-shadow-2-blur: 15px;
    --card-hover-icon-color: #18181B;
    --card-hover-icon-background-color: rgba(24, 24, 27, 0.04);
    --card-hover-icon-border-color: rgba(24, 24, 27, 0.34);
    --blur-opacity: .1;
}
body.toggle .grid * {
    transition-duration: 0s !important;
}

.grid {
    grid-template-columns: repeat(2, 240px);
    grid-gap: 32px;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

.card {
    background-color: var(--background-color);
    box-shadow: 0px var(--card-box-shadow-1-y) var(--card-box-shadow-1-blur) var(--card-box-shadow-1), 0px var(--card-box-shadow-2-y) var(--card-box-shadow-2-blur) var(--card-box-shadow-2), 0 0 0 1px var(--card-border-color);
    padding: 10px 10px 10px 20px;
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    margin-bottom: 30px;
    transition: box-shadow 0.25s;
}
.card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 15px;
    background-color: var(--card-background-color);
}
.card .icon {
    z-index: 2;
    position: relative;
    display: table;
    padding: 8px;
}
.card .icon::after {
    content: "";
    position: absolute;
    inset: 1.5px;
    border-radius: 10px;
    background-color: var(--card-icon-background-color);
    border: 1px solid var(--card-icon-border-color);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    transition: background-color 0.25s, border-color 0.25s;
}
.card .icon svg {
    position: relative;
    z-index: 1;
    display: block;
    width: 24px;
    height: 24px;
    transform: translateZ(0);
    color: var(--card-icon-color);
    transition: color 0.25s;
}
.card h4 {
    z-index: 2;
    position: relative;
    margin: 12px 0 4px 0;
    font-family: inherit;
    font-weight: 600;
    font-size: 14px;
    line-height: 2;
    color: var(--card-label-color);
}
.card p {
    z-index: 2;
    position: relative;
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: var(--text-color);
}
.card .shine {
    border-radius: inherit;
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.5s;
}
.card .shine:before {
    content: "";
    width: 150%;
    padding-bottom: 150%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: 55%;
    filter: blur(35px);
    opacity: var(--card-shine-opacity);
    transform: translateX(-50%);
    background-image: var(--card-shine-gradient);
}
/* попробуем */
/*** тут будет иконка часов

@media (max-width: 767px) {
    .container {
        padding-left:0;
        padding-right: 0
    }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url(//static.moscow.ovh/cdn/store/3.7.1/674f50d287a8c48dc19ba404d20fe713.eot);
    src: url(//static.moscow.ovh/cdn/store/3.7.1/674f50d287a8c48dc19ba404d20fe713.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(//static.moscow.ovh/cdn/store/3.7.1/af7ae505a9eed503f8b8e6982036873e.woff2) format("woff2"),url(//static.moscow.ovh/cdn/store/3.7.1/fee66e712a8a08eef5805a46892932ad.woff) format("woff"),url(//static.moscow.ovh/cdn/store/3.7.1/b06871f281fee6b241d60582ae9369b9.ttf) format("truetype"),url(//static.moscow.ovh/cdn/store/3.7.1/912ec66d7572ff821749319396470bde.svg#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.Banner-module__img {
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 15px;
}

[data-categoryid="350521"]:hover,
[data-categoryid="428204"]:hover,
[data-categoryid="0"]:hover,
[data-categoryid="428205"]:hover {

}
[data-categoryid="350521"] {
  	color: #fff;
    background: linear-gradient(90deg, #E82F4E, #6e2fe8 , #2372d5, #2cd9aa);
  	background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    transform: translate3d(0, 0, 0);
}
[data-categoryid="428204"] {
  color: #fff;
    background: linear-gradient(90deg, #E82F4E, #6e2fe8 , #2372d5, #2cd9aa);
  	background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    transform: translate3d(0, 0, 0);
}
[data-categoryid="0"] {
    color: #fff;
    background: linear-gradient(90deg, #E82F4E, #00ff49 , #2372d5, #5400ff);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    transform: translate3d(0, 0, 0);
}
[data-categoryid="428205"] {
  color: #fff;
    background: linear-gradient(90deg, #E82F4E, #6e2fe8 , #2372d5, #2cd9aa);
  	background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    transform: translate3d(0, 0, 0);
}

.Header-module__logo {
    width: 182px;
    padding: unset;
    height: 65px;
    background-repeat: no-repeat;
    background-image: url(https://cdn.discordapp.com/attachments/1327696303022674090/1389678023221182725/photo_2025-06-23_11-21-51.jpg?ex=68657e03&is=68642c83&hm=b71fcb24b071a4458c9ccc04dc08df67e833bc48dae19a438f8559082da2ee98&);
    background-position: 100%;
    background-size: auto 100%;
    color: transparent !important;
    display: flex;
    align-items: center;
    position: relative;
}