* {
margin:0;
padding:0;
}
.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid #cecece !important;
}
.accordion-button:focus {
    z-index: 3;
    border-color: #cecece !important;
    box-shadow: 0px 0px 10px #21a037 !important;
}
.accordion-button:not(.collapsed) {
    color: #ffdd57;
    background-color: #21a037 !important;
}
.bg-sber1 {
    background: linear-gradient(134deg,hsla(0,0%,100%,.2),hsla(0,0%,100%,0) 74.75%),radial-gradient(121.5% 131.47% at 134.23% -44.87%,rgba(255,204,0,.81) 0,rgba(255,204,0,0) 100%),radial-gradient(36.21% 80.84% at 0 100%,rgba(49,194,167,.5) 0,rgba(49,194,167,0) 100%),radial-gradient(63.32% 93.87% at 4.77% 110.85%,#31c2a7 0,rgba(255,164,207,0) 100%),radial-gradient(72.37% 84.17% at 100% 100%,rgba(250,60,83,.81) 0,rgba(255,164,207,0) 100%),radial-gradient(41.5% 100% at 100% 100%,#fa3c53 12.59%,rgba(241,113,1,0) 100%),radial-gradient(47.31% 100% at 100% 100%,#fa3c53 0,rgba(250,60,83,0) 35.4%),radial-gradient(51.65% 131.36% at 50% 106.88%,rgba(255,164,207,.8) 0,rgba(255,164,207,0) 100%),radial-gradient(82.37% 70.35% at 98.43% 85.61%,rgba(241,113,1,.35) 0,rgba(241,113,1,0) 100%),radial-gradient(108.55% 111.73% at 100% 0,#fc0 0,rgba(255,204,0,0) 100%),radial-gradient(77.81% 60.21% at 100% 66.07%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,0) 100%),radial-gradient(63.24% 94.48% at 5.87% 0,#04b000 55.73%,rgba(4,176,0,0) 100%),linear-gradient(296deg,hsla(0,0%,100%,.2),hsla(0,0%,100%,0)),linear-gradient(90deg,#04b000,#ffd600);
}
.bg-sber2 {
    background: linear-gradient(90deg, #21a038 0, #fecb00 100%);
}
.bg-29 {
    background-color: #292929 !important;
}
.custom-select {
    background-color: rgba(250, 250, 250, 0.1) !important;
    border: 1px solid rgba(250, 250, 250, 1);
    border-radius: 0px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 14px;
    height: 50px;
    width: 100%;
    padding-left: 15px;
    /* background: url("/assets/images/arrows.svg") no-repeat right .75rem center / 8px 10px;*/
}
select option {
    margin: 40px;
    background: rgb(62 62 62);
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
select option:nth-child():hover { 
    background: #000 !important;
}
.list-group-item {
background-color: rgb(62 62 62);
}
.pt-30 {
    padding-top: 30px;
}
.pb-30 {
    padding-bottom: 30px;
}
.card {
    background-color: #3e3e3e;
}
.list-group-item img {
    width: 30px;
    margin-right: 5px;
}
.btn-link {
    color: #21a037;
}
.btn-link:hover {
    color: #fff;
}
.custom-select:focus {
    border-color: #21a037;
    box-shadow: none;
}
.title {
    margin: 0 auto;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 5;
}
.title_gradient {
    -webkit-text-fill-color: #0000;
    background: linear-gradient(90deg, #fff, #21a037), linear-gradient(0deg, #fff, #fff);
    -webkit-background-clip: text;
    background-clip: text;
}
.title_gradient2 {
    -webkit-text-fill-color: #0000;
    background: linear-gradient(270deg, #fff, #ffcc01), linear-gradient(0deg, #fff, #fff);
    -webkit-background-clip: text;
    background-clip: text;
}
.right-text h4 {
    color: #f7c901;
}
.copyright-text a {
    color: #21a037;
}
.social-network {
    color: #fff;    
}
.social-network a {
    color: #21a037;    
}