@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import "https://fonts.fontstorage.com/import/bebasneue.css";
.container {
  max-width: 1440px !important;
}

.circle-blue-1 {
  top: 350px;
  left: 43%;
  right: 0;
}

.circle-blue-2 {
  top: 210px;
  left: 79%;
  right: 0;
}

.circle-blue-3 {
  top: 210px;
  z-index: -1;
  left: 42%;
  right: 0;
}

.circle-blue-4 {
  top: -5px;
  z-index: -1;
  left: 22%;
  right: 0;
}

.circle-blue-5 {
  top: 550px;
  z-index: -1;
  left: 65%;
  right: 0;
}
@media (max-width: 768px) {
  .circle-blue-5 {
    left: 50%;
  }
}

.circle-blue-6 {
  top: 100px;
  z-index: -1;
  left: 85%;
  right: 0;
}
@media (max-width: 768px) {
  .circle-blue-6 {
    left: 50%;
  }
}

.circle-blue-7 {
  top: 230px;
  z-index: -1;
  left: 57%;
  right: 0;
}
@media (max-width: 768px) {
  .circle-blue-7 {
    left: 12%;
  }
}

.circle-blue-8 {
  top: 10px;
  z-index: -1;
  left: 93%;
  right: 0;
}
@media (max-width: 992px) {
  .circle-blue-8 {
    left: 50%;
  }
}
@media (max-width: 768px) {
  .circle-blue-8 {
    left: 10%;
  }
}

.circle-blue-9 {
  top: 380px;
  z-index: -1;
  left: -59px;
  right: 0;
}
@media (max-width: 768px) {
  .circle-blue-9 {
    left: 50%;
  }
}

.pyatno1 {
  top: 415px;
  left: 24%;
  right: 0;
}

.pyatno2 {
  z-index: -1;
  top: -50px;
  left: -152px;
  right: 0;
}

.pyatno3 {
  z-index: -1;
  top: 250px;
  left: -350px;
  right: 0;
}
@media (max-width: 678px) {
  .pyatno3 {
    left: unset;
  }
}

.pyatno4 {
  z-index: -1;
  top: 835px;
  left: 0px;
  right: 0;
}

.pyatno5 {
  z-index: -1;
  top: 1650px;
  left: 40%;
  right: 0;
}

.orange-ball-1 {
  top: 25px;
  left: 65%;
  right: 0;
}

.orange-ball-2 {
  top: 645px;
  left: 75%;
  right: 0;
}

.dropdown-menu {
  left: -300px !important;
  background: unset !important;
  border: unset !important;
}
.dropdown-menu input {
  outline: none;
}

.square-btn {
  padding: 10px;
  background: #EFF6FD !important;
  box-shadow: 2.76029px 4.96852px 6.16465px rgba(209, 217, 230, 0.67), 2.76029px 2.20823px 3.12833px rgba(209, 217, 230, 0.34), 2.76029px 2.57627px 3.49637px rgba(209, 217, 230, 0.4), 2.76029px 3.22034px 4.14044px rgba(209, 217, 230, 0.48), -1.84019px -5.79661px 5.98063px rgba(255, 255, 255, 0.75), -1.84019px -3.3891px 3.92623px rgba(255, 255, 255, 0.539141), -1.84019px -2.88577px 3.22273px rgba(255, 255, 255, 0.44708), -1.84019px -2.61478px 2.77563px rgba(255, 255, 255, 0.375) !important;
  border-radius: 3.86441px !important;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  background-image: url("/assets/img/bg-main-mob.png") !important;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Montserrat", sans-serif !important;
}
body * > a {
  text-decoration: none !important;
}
@media (max-width: 992px) {
  body {
    background-image: url("/assets/img/bg-main-mob.png");
  }
}

.two-m .bg-blur {
  padding: 25px 35px;
  height: auto !important;
}
.two-m .bg-blur img {
  height: 220px !important;
  width: 100% !important;
}
@media (max-width: 992px) {
  .two-m .bg-blur img {
    height: 300px !important;
  }
}
@media (max-width: 576px) {
  .two-m .bg-blur img {
    height: 200px !important;
  }
}

:root {
  --border-w: 3px;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: unset;
  border-radius: 3px;
  border: 2px solid #B8B8B8;
}
.styled-checkbox:checked + label:before {
  border-color: #4B4B4B;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: #4B4B4B;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #4B4B4B, 4px 0 0 #4B4B4B, 4px -2px 0 #4B4B4B, 4px -4px 0 #4B4B4B, 4px -6px 0 #4B4B4B, 4px -8px 0 #4B4B4B;
  transform: rotate(45deg);
}

.dropdown-menu-donor {
  font-weight: 200;
  font-size: 14px;
  line-height: 17px;
  color: #353535;
  --bs-gutter-x: 5.5rem;
  padding: 50px 50px;
  background: linear-gradient(104.25deg, rgba(205, 246, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 47.4%, rgba(126, 176, 222, 0.2) 100%), rgba(241, 241, 241, 0.1);
  box-shadow: inset 0px 0.5px 2px rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border-radius: 5px;
  position: relative;
  margin: 20px 0;
}
.dropdown-menu-donor::before {
  content: "";
  position: absolute;
  inset: calc(0px - var(--border-w));
  z-index: -1;
  border-radius: 15px;
  padding: 3px;
  background: linear-gradient(180deg, rgb(74, 217, 191), rgb(74, 217, 191));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.registration-form {
  font-weight: 200;
  font-size: 14px;
  line-height: 17px;
  color: #353535;
  --bs-gutter-x: 5.5rem;
  padding: 50px 50px;
  background: linear-gradient(104.25deg, rgba(205, 246, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 47.4%, rgba(126, 176, 222, 0.2) 100%), rgba(241, 241, 241, 0.1);
  box-shadow: inset 0px 0.5px 2px rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border-radius: 5px;
  position: relative;
  margin: 20px 0;
}
.registration-form::before {
  content: "";
  position: absolute;
  inset: calc(0px - var(--border-w));
  z-index: -1;
  border-radius: 25px;
  padding: 2px;
  background: linear-gradient(180deg, rgb(98, 115, 217), rgb(98, 115, 217), rgb(72, 149, 217), rgb(54, 200, 217), rgb(74, 217, 191), rgb(184, 101, 221), rgb(130, 73, 215));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.registration-form h1 {
  margin: 0 0 35px 0;
}
.registration-form .sponsor input {
  box-shadow: -2px 2px 4px rgba(206, 207, 209, 0.2), 2px -2px 4px rgba(206, 207, 209, 0.2), -2px -2px 4px rgba(255, 255, 255, 0.9), 2px 2px 5px rgba(206, 207, 209, 0.9);
}
.registration-form .error input::placeholder {
  color: #FF5353;
}
.registration-form .error ~ .text-error {
  font-style: normal;
  font-weight: 200;
  font-size: 14px;
  line-height: 17px;
  display: block !important;
  color: #FF5353;
}
.registration-form .diff {
  font-weight: 200;
  font-size: 10.7059px;
  line-height: 13px;
  /* identical to box height */
  color: #D9D9D9;
}
.registration-form .easy.diff.active span {
  color: #a7e772;
}
.registration-form .easy.diff.active svg rect {
  fill: #a7e772;
}
.registration-form .med.diff.active span {
  color: #ffa244;
}
.registration-form .med.diff.active svg rect {
  fill: #ffa244;
}
.registration-form .hard.diff.active span {
  color: #FF5353;
}
.registration-form .hard.diff.active svg rect {
  fill: #FF5353;
}
.registration-form input {
  background: #F2F7FE;
  border: unset;
  box-shadow: inset -2px 2px 4px rgba(145, 147, 149, 0.2), inset 2px -2px 4px rgba(145, 147, 149, 0.2), inset -2px -2px 4px rgba(255, 255, 255, 0.9), inset 2px 2px 5px rgba(145, 147, 149, 0.9);
  border-radius: 30px;
  font-weight: 400;
  font-size: 18px;
  padding: 15px 22px;
  line-height: 22px;
  width: fit-content;
  outline: unset;
}
.registration-form h1 {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 46px;
  background: linear-gradient(0deg, #6273D9, #6273D9), radial-gradient(141.42% 141.42% at 100% 100%, #6273D9 0%, #6273D9 2%, #36C8D9 10%, #8249D7 100%), linear-gradient(136.46deg, #2CCDB6 19.93%, #6B37B7 97.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.registration-form .politic {
  font-weight: 200;
  font-size: 14px;
  line-height: 17px;
  color: #353535;
}
.registration-form .btn-link {
  width: 230px;
  font-size: 15px;
  width: 200px;
  display: flex;
  justify-content: center;
}
.registration-form .blocks {
  padding: 0 70px;
}
@media (max-width: 576px) {
  .registration-form .blocks {
    padding: 0 20px;
  }
}
.registration-form .module-border-wrap {
  border-radius: 30px;
  padding: 1px;
  position: relative;
}
.registration-form .module-border-wrap:hover {
  background: linear-gradient(to right, rgb(44, 205, 182), rgb(107, 55, 183));
}
.registration-form .module {
  background: #F2F7FE;
}
@media (max-width: 576px) {
  .registration-form {
    padding: 40px 20px;
  }
}

.btn-closeCanvas {
  background: #EFF6FD;
  box-shadow: 2.76029px 4.96852px 6.16465px rgba(209, 217, 230, 0.67), 2.76029px 2.20823px 3.12833px rgba(209, 217, 230, 0.34), 2.76029px 2.57627px 3.49637px rgba(209, 217, 230, 0.4), 2.76029px 3.22034px 4.14044px rgba(209, 217, 230, 0.48), -1.84019px -5.79661px 5.98063px rgba(255, 255, 255, 0.75), -1.84019px -3.3891px 3.92623px rgba(255, 255, 255, 0.539141), -1.84019px -2.88577px 3.22273px rgba(255, 255, 255, 0.44708), -1.84019px -2.61478px 2.77563px rgba(255, 255, 255, 0.375);
  border-radius: 50% !important;
}

.exit-active {
  color: #FD6666 !important;
}

.header .offcanvas-backdrop.show {
  opacity: 0 !important;
}
.header .offcanvas-header {
  display: block;
}
.header .canvas-blur {
  padding: 10px 0px;
  background: linear-gradient(104.25deg, rgba(205, 246, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 47.4%, rgba(126, 176, 222, 0.2) 100%), rgba(241, 241, 241, 0.1) !important;
  box-shadow: inset 0px 0.5px 2px rgba(255, 255, 255, 0.4) !important;
  -webkit-box-shadow: inset 0px 0.5px 2px rgba(255, 255, 255, 0.4) !important;
  backdrop-filter: blur(35px);
  -webkit-backdrop-filter: blur(35px);
  height: 600px;
}
.header .canvas-blur .offcanvas-header > div {
  border-bottom: 3px solid #6273D9;
}
.header .canvas-blur .btn-lang {
  padding: 6px;
}
.header .canvas-blur .offcanvas-body .link {
  padding: 25px 0;
}
.header .canvas-blur .offcanvas-body .link a {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #5C5C5C;
}
.header .canvas-blur .border-bottom {
  border-bottom: 2px solid #A9A9A9 !important;
}
.header .offcanvas-end {
  left: 0;
  width: 100% !important;
}
.header .border-grad-login {
  position: relative;
  background: linear-gradient(rgb(98, 115, 217), rgb(98, 115, 217), rgb(72, 149, 217), rgb(54, 200, 217), rgb(74, 217, 191), rgb(184, 101, 221), rgb(130, 73, 215), rgb(44, 205, 182), rgb(107, 55, 183));
  padding: 3px;
}
.header .border-grad-login .module {
  box-sizing: border-box;
  background: linear-gradient(104.25deg, rgba(205, 246, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 47.4%, rgba(126, 176, 222, 0.2) 100%), rgba(241, 241, 241, 0.1);
  box-shadow: inset 0px 0.5px 2px rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  background-color: white;
  color: white;
  padding: 55px;
  border-radius: 25px;
}
.header .dropdown-menu {
  width: 400px;
  top: 5% !important;
  left: -300px !important;
  padding: 2px;
  border-radius: 25px;
  background-color: unset !important;
}
@media (max-width: 992px) {
  .header .dropdown-menu {
    width: 100%;
    top: 15% !important;
    left: 0px !important;
    right: 0 !important;
    transform: unset !important;
  }
}
@media (max-width: 402px) {
  .header .dropdown-menu .bubble {
    width: unset !important;
  }
}
.header .dropdown-menu input {
  background: #ffffff;
  box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3), -1px -1px 2px rgba(198, 202, 207, 0.5), inset -6px 6px 12px rgba(198, 202, 207, 0.2), inset 6px -6px 12px rgba(198, 202, 207, 0.2), inset -6px -6px 12px rgba(255, 255, 255, 0.9), inset 6px 6px 15px rgba(198, 202, 207, 0.9);
  border-radius: 30px;
  font-weight: 400;
  font-size: 18px;
  padding: 15px;
  line-height: 22px;
  border: unset;
}
.header .dropdown-menu .btn-link {
  font-size: 16px;
  width: 200px;
  display: flex;
  justify-content: center;
}
.header .dropdown-menu-links {
  padding: 35px 30px 30px 30px;
}
.header .dropdown-menu-links a {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #5C5C5C;
}
.header .dropdown-menu-links a:hover {
  color: #c7c7c7 !important;
}
.header .profile-item {
  top: 0 !important;
  left: -40px !important;
}
.header .profile-item .blurred-item {
  background: linear-gradient(180deg, rgb(98, 115, 217), rgb(98, 115, 217)) !important;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  position: relative;
  top: -100px;
  transform: scale(1.03);
  z-index: -1;
}
.header .profile-item .bubble-item {
  padding: 10px 30px;
  box-sizing: border-box;
  background: linear-gradient(104.25deg, rgba(205, 246, 255, 0.07) 0%, rgba(255, 255, 255, 0.8) 47.4%, rgba(126, 176, 222, 0.2) 100%), rgba(241, 241, 241, 0.94);
  box-shadow: inset 0px 0.5px 2px rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  position: relative;
  min-width: 300px;
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  margin-top: 50px;
}
.header .profile-item .bubble-item .name {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  color: #7E94A7;
}
.header .profile-item .bubble-item .login {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  /* Basic */
}
@media (max-width: 1400px) {
  .header .profile-item .bubble-item {
    min-width: 400px;
  }
}
@media (max-width: 992px) {
  .header .profile-item .bubble-item {
    min-width: 220px;
  }
}
.header .profile-item .dropdown-menu-blue {
  box-shadow: inset 0px 0.5px 2px rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border-radius: 5px;
}
.header .profile-item .dropdown-menu-blue::before {
  content: "";
  position: absolute;
  inset: calc(0px - var(--border-w));
  z-index: -1;
  border-radius: 15px;
  padding: 3px;
  background: linear-gradient(180deg, rgb(98, 115, 217), rgb(98, 115, 217), rgb(72, 149, 217), rgb(54, 200, 217), rgb(74, 217, 191), rgb(184, 101, 221), rgb(130, 73, 215));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.header .profile-item .asd-item-first {
  top: -20px !important;
  left: 50px;
  height: 40px !important;
  background: black;
  margin: 0 auto;
  transform: rotate(225deg) !important;
  border-radius: 0 0 12px 0;
  position: absolute !important;
  margin-top: 59px !important;
}
.header .profile-item .pointer-item {
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  height: 40px;
  width: 40px;
  background: linear-gradient(141deg, rgba(255, 246, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 47.4%, rgba(126, 176, 222, 0) 100%), rgba(241, 241, 241, 0.8);
  box-shadow: inset 0px 0.5px 2px rgba(255, 255, 255, 0.4);
  margin: 0 auto;
  transform: rotate(225deg);
  border-radius: 0 0 12px 0;
  position: relative;
}
.header .profile-item .asd-item {
  top: -20px !important;
  left: 50px;
  height: 40px !important;
  background: black;
  margin: 0 auto;
  transform: rotate(225deg) !important;
  border-radius: 0 0 12px 0;
  position: absolute !important;
  margin-top: 55px !important;
}
.header .profile-item .avatar-item img {
  max-width: 53px;
  max-height: 53px;
  height: 100%;
  width: 100%;
}
.header .profile-item .text-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #7E94A7;
}
.header__top-desk {
  border-bottom: 2px solid #C1D0EC;
}
.header__top-desk .avatar img {
  max-width: 61px;
  max-height: 61px;
  width: 100%;
  height: 100%;
}
.header__top-desk .rank {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  /* maneki neko */
  background: linear-gradient(136.46deg, #2CCDB6 19.93%, #6B37B7 97.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.header__top-desk .full_name {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  color: #7E94A7;
}
.header__top-desk .num {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.header__top-desk .num-grey {
  color: #7E94A7;
}
.header__top-desk .num-green {
  color: #2CCDB6;
}
.header__top-desk .num-purple {
  color: #6B37B7;
}
.header__top-desk .custom-width {
  max-width: 1300px;
}
.header__top-mob {
  border-bottom: 2px solid #C1D0EC;
}
.header__top-mob .avatar img {
  max-width: 61px;
  max-height: 61px;
  width: 100%;
  height: 100%;
}
.header__top-mob .rank {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  /* maneki neko */
  background: linear-gradient(136.46deg, #2CCDB6 19.93%, #6B37B7 97.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.header__top-mob .full_name {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  color: #7E94A7;
}
.header__top-mob .num {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.header__top-mob .num-grey {
  color: #7E94A7;
}
.header__top-mob .num-green {
  color: #2CCDB6;
}
.header__top-mob .num-purple {
  color: #6B37B7;
}
.header__top-mob .image-logo img {
  width: 35vw;
}
.header__menu {
  margin: 25px 0;
}
.header__menu-link {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #4B4B4B;
}
.header__menu-link:hover {
  color: #7c7c7c;
}

@media (max-width: 992px) {
  .splide .section__ourAdv-card {
    padding: 40px;
  }
}

.slider {
  margin: 0 0 60px 0;
}
.slider .image img {
  width: 625px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .slider .image img {
    width: unset;
  }
}
.slider .swiper {
  width: 100%;
  height: 100%;
}
.slider .swiper-button-prev {
  position: unset;
  width: 75px;
  margin-top: unset !important;
  background-image: url("/assets/img/arrow-left.svg") !important;
  background-repeat: no-repeat;
  background-position: center;
}
.slider .swiper-button-prev:after {
  display: none;
}
.slider .swiper-button-next {
  position: unset;
  width: 75px;
  margin-top: unset !important;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/assets/img/arrow-r.svg") !important;
}
.slider .swiper-button-next:after {
  display: none;
}
.slider .swiper-pagination {
  position: unset;
  width: unset;
  font-weight: 500;
  font-size: 27px;
  line-height: 33px;
  color: #69A2C4;
}
.slider .swiper-pagination .swiper-pagination-current {
  color: #4B4B4B;
}
.slider .swiper-title {
  margin: 0 0 40px 0;
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 76px;
  line-height: 76px;
}
.slider .swiper-title > span {
  color: #6273D9;
}
@media (max-width: 576px) {
  .slider .swiper-title {
    font-size: 46px;
    line-height: 46px;
  }
}
.slider .swiper-block {
  margin: 0 0 40px 0;
  padding: 30px 55px;
  box-sizing: border-box;
  background: linear-gradient(104.25deg, rgba(205, 246, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 47.4%, rgba(126, 176, 222, 0.2) 100%), rgba(241, 241, 241, 0.1);
  box-shadow: inset 0px 0.5px 2px rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border-radius: 19px;
  -webkit-border-radius: 19px;
}
@media (max-width: 992px) {
  .slider .swiper-block {
    padding: 30px;
  }
}
.slider .swiper-text-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #4B4B4B;
}
.slider .swiper-text-inline {
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  color: #4B4B4B;
}
@media (max-width: 576px) {
  .slider .swiper-text-inline {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
  }
}
.slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider .swiper-slide img {
  display: block;
}
.slider .img {
  height: 100%;
}
@media (max-width: 992px) {
  .slider .img {
    width: 350px !important;
    height: unset !important;
  }
  .slider .img .mob-res {
    margin-top: 300px;
  }
}

.w-670 {
  width: 670px !important;
}
@media (max-width: 1200px) {
  .w-670 {
    width: 100% !important;
  }
}

main {
  flex: 1 0 auto;
}

.section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section__mission {
  margin: 0 0 200px 0;
}
.section__mission-service .row-cols-4 > * {
  flex: 1 0 auto;
}
.section__mission-service .width-s {
  width: 400px;
}
@media (max-width: 992px) {
  .section__mission-service .width-s {
    width: 100%;
    display: unset !important;
  }
}
.section__mission-service .width-m {
  width: 490px;
}
@media (max-width: 992px) {
  .section__mission-service .width-m {
    width: 100%;
  }
}
.section__mission-service-blockNeo {
  width: 410px;
  font-weight: 400;
  font-size: 34px;
  line-height: 41px;
  letter-spacing: 0.01em;
  display: flex;
  align-items: center;
  position: relative;
  padding: 75px 45px;
  box-sizing: border-box;
  background: #F5F9FF;
  box-shadow: 0px 0px 14px #38B2B7;
  color: black;
  background-clip: padding-box;
  border: solid 3px transparent;
  border-radius: 1em;
}
.section__mission-service-blockNeo:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -3px; /* !importanté */
  border-radius: inherit; /* !importanté */
  background: linear-gradient(rgb(98, 115, 217), rgb(98, 115, 217), rgb(72, 149, 217), rgb(54, 200, 217), rgb(74, 217, 191), rgb(184, 101, 221), rgb(130, 73, 215), rgb(44, 205, 182), rgb(107, 55, 183));
}
@media (max-width: 992px) {
  .section__mission-service-blockNeo {
    width: 100% !important;
  }
}
@media (max-width: 576px) {
  .section__mission-service-blockNeo {
    font-size: 28px;
    line-height: 34px;
    padding: 40px 30px;
  }
}
.section__mission-service-blockShadow {
  padding: 40px 30px 75px 30px;
  background: #F4F9FF;
  box-shadow: inset 6px 6px 12px rgba(205, 206, 207, 0.2), inset -6px -6px 12px rgba(205, 206, 207, 0.2), inset 6px -6px 12px rgba(255, 255, 255, 0.9), inset -6px 6px 15px rgba(205, 206, 207, 0.9);
  border-radius: 40px;
}
@media (max-width: 576px) {
  .section__mission-service-blockShadow {
    padding: 30px;
  }
}
.section__mission-service-blockShadow .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #4B4B4B;
}
@media (max-width: 992px) {
  .section__mission-service-blockShadow .text {
    width: 300px;
  }
}
@media (max-width: 576px) {
  .section__mission-service-blockShadow .text {
    width: 72vw;
  }
}
.section__mission-service-blockShadow .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  letter-spacing: 0.01em;
  color: #4B4B4B;
}
.section__mission-text {
  margin: 0 0 70px 0;
  font-family: "Montserrat", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #4B4B4B;
}
@media (max-width: 576px) {
  .section__mission-text {
    font-size: 20px;
    line-height: 24px;
  }
}
.section__mission-block .text-body {
  font-family: "Montserrat", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #4B4B4B;
}
@media (max-width: 576px) {
  .section__mission-block .text-body {
    font-size: 4vw;
    line-height: 24px;
  }
}
.section__mission h1 {
  margin: 0 0 50px 0;
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 64px;
  /* identical to box height */
  text-align: center;
  letter-spacing: 0.01em;
  color: #6273D9;
}
@media (max-width: 576px) {
  .section__mission h1 {
    font-size: 46px;
    line-height: 46px;
  }
}
.section__mission-target {
  padding: 0 100px;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #4B4B4B;
  margin: 0 0 150px 0;
}
@media (max-width: 576px) {
  .section__mission-target {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 105px 0;
  }
}
@media (max-width: 992px) {
  .section__mission-target {
    padding: 0px;
  }
}
.section__mission-target-list .target-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.01em;
  color: #4B4B4B;
  width: 460px;
}
@media (max-width: 992px) {
  .section__mission-target-list .target-title {
    width: 100%;
    padding: 0px;
  }
}
.section__mission-target-list .target-text {
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.01em;
  color: #4B4B4B;
}
.section__mission-target-list .target-arrow {
  top: -20px;
  left: -240px;
  bottom: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px) {
  .section__mission-target-list .target-arrow {
    transform: rotate(90deg);
    top: calc(100% - 130px);
    left: 50px;
  }
}
.section__mission-target-list .target-arrow-2 {
  width: 100px;
  top: -20px;
  left: -150px;
  bottom: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px) {
  .section__mission-target-list .target-arrow-2 {
    transform: rotate(90deg);
    top: calc(100% + 250px);
    left: 50px;
  }
}
.section__mission-target-list .target-arrow-3 {
  width: 100px;
  top: -20px;
  left: 0px;
  bottom: 0;
  right: 0;
}
@media (max-width: 992px) {
  .section__mission-target-list .target-arrow-3 {
    top: calc(100% - 260px);
    display: flex !important;
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .section__mission-target-list .target-arrow-3 {
    top: calc(100% - 280px);
  }
}
.section__mission > .row {
  margin: 0 0 120px 0;
}
@media (max-width: 576px) {
  .section__mission > .row {
    margin: 0 0 80px 0;
  }
}
@media (max-width: 576px) {
  .section__mission {
    margin: 0 0 100px 0;
  }
}
.section__ourAdv {
  margin: 0 0 190px 0;
}
.section__ourAdv h1 {
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 64px;
  /* identical to box height */
  text-align: center;
  letter-spacing: -1px;
  color: #6273D9;
}
@media (max-width: 576px) {
  .section__ourAdv h1 {
    font-size: 46px;
    line-height: 46px;
  }
}
.section__ourAdv-text {
  margin: 0 0 50px 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #4B4B4B;
}
.section__ourAdv .d-lg-block > .row > .almost {
  width: 610px;
}
@media (max-width: 1200px) {
  .section__ourAdv .d-lg-block > .row > .almost {
    width: 100%;
  }
}
.section__ourAdv-card {
  position: relative;
  padding: 40px 54px;
  background: #ECF0F3;
  z-index: 0;
  box-shadow: inset 6px 6px 12px rgba(205, 206, 207, 0.2), inset -6px -6px 12px rgba(205, 206, 207, 0.2), inset 6px -6px 12px rgba(255, 255, 255, 0.9), inset -6px 6px 15px rgba(205, 206, 207, 0.9);
  border-radius: 50px;
}
.section__ourAdv-card .picture-border {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 10px 10px;
  box-sizing: border-box;
  background: #ECF0F3;
  box-shadow: 0px 0px 14px #38B2B7;
  width: 80px;
  color: black;
  background-clip: padding-box;
  border: solid 3px transparent;
  border-radius: 1em;
}
.section__ourAdv-card .picture-border:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -3px; /* !importanté */
  border-radius: inherit; /* !importanté */
  background: linear-gradient(rgb(98, 115, 217), rgb(98, 115, 217), rgb(72, 149, 217), rgb(54, 200, 217), rgb(74, 217, 191), rgb(184, 101, 221), rgb(130, 73, 215), rgb(44, 205, 182), rgb(107, 55, 183));
}
.section__ourAdv-card .card-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #2F2F2F;
}
.section__ourAdv-card .card-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #2F2F2F;
}
.section__ourAdv .text-short .card-text {
  width: 350px;
}
@media (max-width: 576px) {
  .section__ourAdv {
    margin: 0 0 150px 0;
  }
}
.section__partnership .circle {
  top: 324px;
  left: 570px;
  right: 0;
  bottom: 0;
  z-index: -2;
}
.section__partnership .one {
  position: relative;
  z-index: -1;
  top: 0;
  left: 10%;
  right: 0;
  bottom: 0;
}
.section__partnership .two {
  position: relative;
  z-index: 1;
  top: 200px;
  left: 85px;
  right: 0;
  bottom: 0;
}
.section__partnership h1 {
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 64px;
  /* identical to box height */
  text-align: start;
  letter-spacing: -1px;
  color: #6273D9;
}
@media (max-width: 576px) {
  .section__partnership h1 {
    font-size: 52px;
    line-height: 46px;
  }
}
@media (max-width: 992px) {
  .section__partnership h1 {
    text-align: center;
  }
}
.section__partnership-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #2F2F2F;
}
@media (max-width: 992px) {
  .section__partnership-text {
    text-align: center;
  }
}
.section__partnership-grad {
  padding: 60px;
  box-sizing: border-box;
  background: #F5F9FF;
  box-shadow: 0px 0px 14px #38B2B7;
  border-radius: 20px;
  width: 614px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #2F2F2F;
  position: relative;
  background-clip: padding-box;
  border: solid 5px transparent;
}
.section__partnership-grad:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -5px; /* !importanté */
  border-radius: inherit; /* !importanté */
  background: linear-gradient(rgb(98, 115, 217), rgb(98, 115, 217), rgb(72, 149, 217), rgb(54, 200, 217), rgb(74, 217, 191), rgb(184, 101, 221), rgb(130, 73, 215), rgb(44, 205, 182), rgb(107, 55, 183));
}
@media (max-width: 992px) {
  .section__partnership-grad {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .section__partnership-grad {
    padding: 45px;
  }
}
.section__partnership .bg-blur {
  width: 547px;
  height: 293px;
  background: linear-gradient(104.25deg, rgba(205, 246, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 47.4%, rgba(126, 176, 222, 0.2) 100%), rgba(241, 241, 241, 0.1);
  box-shadow: inset 0px 0.5px 2px rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border-radius: 18.9748px;
}
.section__partnership .bg-blur .col-7 {
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #2F2F2F;
}
@media (max-width: 576px) {
  .section__partnership .bg-blur .col-7 {
    font-size: 19px;
    line-height: 22px;
  }
}
@media (max-width: 576px) {
  .section__partnership .bg-blur {
    padding: 25px !important;
  }
}
@media (max-width: 992px) {
  .section__partnership .bg-blur {
    width: 100%;
  }
}
.section__partnership-s {
  padding: 30px;
  width: 258px;
  height: 250px;
  background: #ECF0F3;
  box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3), -1px -1px 2px rgba(198, 202, 207, 0.5), inset -6px 6px 12px rgba(198, 202, 207, 0.2), inset 6px -6px 12px rgba(198, 202, 207, 0.2), inset -6px -6px 12px rgba(255, 255, 255, 0.9), inset 6px 6px 15px rgba(198, 202, 207, 0.9);
  border-radius: 18.9748px;
}
.section__partnership-s .text {
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #2F2F2F;
}
@media (max-width: 576px) {
  .section__partnership-s .text {
    width: 60% !important;
    font-size: 22px;
    line-height: 24px;
  }
}
.section__partnership-s .title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  z-index: 10;
  position: relative;
  background: radial-gradient(141.42% 141.42% at 100% 100%, #6273D9 0%, #6273D9 2%, #36C8D9 10%, #8249D7 100%), linear-gradient(136.46deg, #2CCDB6 19.93%, #6B37B7 97.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.section__partnership-s .num {
  position: absolute;
  top: 45%;
  bottom: 0;
  right: 0;
  left: 60%;
}
@media (max-width: 992px) {
  .section__partnership-s {
    width: 100%;
  }
  .section__partnership-s .text {
    width: 240px;
  }
  .section__partnership-s .num {
    top: 20%;
    right: 0;
    justify-content: center;
    display: flex;
    width: unset;
  }
  .section__partnership-s img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .section__partnership-s {
    height: 190px;
  }
}
.section__partnership-l {
  padding: 30px;
  width: 452px;
  height: 250px;
  background: #ECF0F3;
  box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3), -1px -1px 2px rgba(198, 202, 207, 0.5), inset -6px 6px 12px rgba(198, 202, 207, 0.2), inset 6px -6px 12px rgba(198, 202, 207, 0.2), inset -6px -6px 12px rgba(255, 255, 255, 0.9), inset 6px 6px 15px rgba(198, 202, 207, 0.9);
  border-radius: 18.9748px;
}
.section__partnership-l .text {
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #2F2F2F;
}
@media (max-width: 576px) {
  .section__partnership-l .text {
    width: 60% !important;
    font-size: 20px;
    line-height: 24px;
  }
}
.section__partnership-l .title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  z-index: 10;
  position: relative;
  background: radial-gradient(141.42% 141.42% at 100% 100%, #6273D9 0%, #6273D9 2%, #36C8D9 10%, #8249D7 100%), linear-gradient(136.46deg, #2CCDB6 19.93%, #6B37B7 97.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.section__partnership-l .num {
  position: absolute;
  top: 45%;
  bottom: 0;
  right: 0;
  left: 70%;
}
@media (max-width: 992px) {
  .section__partnership-l {
    width: 100%;
    height: 280px;
  }
  .section__partnership-l .text {
    width: 250px;
  }
  .section__partnership-l .num {
    top: 15%;
    right: 0;
    justify-content: center;
    display: flex;
    width: unset;
  }
  .section__partnership-l img {
    width: 80%;
    height: 80%;
  }
}
@media (max-width: 576px) {
  .section__partnership-l .num {
    right: 0;
    left: 55%;
  }
}
.section__partnership-m {
  overflow: hidden;
  padding: 30px;
  width: 344px;
  height: 250px;
  background: #ECF0F3;
  box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3), -1px -1px 2px rgba(198, 202, 207, 0.5), inset -6px 6px 12px rgba(198, 202, 207, 0.2), inset 6px -6px 12px rgba(198, 202, 207, 0.2), inset -6px -6px 12px rgba(255, 255, 255, 0.9), inset 6px 6px 15px rgba(198, 202, 207, 0.9);
  border-radius: 18.9748px;
}
.section__partnership-m .text {
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #2F2F2F;
}
@media (max-width: 576px) {
  .section__partnership-m .text {
    width: 60% !important;
    font-size: 22px;
    line-height: 24px;
  }
}
.section__partnership-m .title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  z-index: 10;
  position: relative;
  background: radial-gradient(141.42% 141.42% at 100% 100%, #6273D9 0%, #6273D9 2%, #36C8D9 10%, #8249D7 100%), linear-gradient(136.46deg, #2CCDB6 19.93%, #6B37B7 97.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.section__partnership-m .num {
  position: absolute;
  top: 45%;
  bottom: 0;
  right: 0;
  left: 60%;
}
@media (max-width: 992px) {
  .section__partnership-m {
    width: 100%;
  }
  .section__partnership-m .text {
    width: 250px;
  }
  .section__partnership-m .num {
    top: 15%;
    right: 0;
    justify-content: center;
    display: flex;
    width: unset;
  }
  .section__partnership-m img {
    width: 85%;
    height: 80%;
  }
}
.section__courses {
  margin: 340px 0 40px 0;
}
@media (max-width: 576px) {
  .section__courses {
    margin: 535px 0 40px 0;
  }
}
.section__courses > .row > * {
  margin-bottom: 80px !important;
}
.section__courses h1 {
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 64px;
  /* identical to box height */
  text-align: start;
  letter-spacing: -1px;
  color: #6273D9;
}
@media (max-width: 576px) {
  .section__courses h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 992px) {
  .section__courses h1 {
    text-align: center;
  }
}
.section__courses-item {
  padding: 40px 0;
  box-sizing: border-box;
  background: #ECF0F3;
  box-shadow: inset -6px 6px 12px rgba(176, 181, 189, 0.2), inset 6px -6px 12px rgba(176, 181, 189, 0.2), inset -6px -6px 12px rgba(255, 255, 255, 0.9), inset 6px 6px 15px rgba(176, 181, 189, 0.9);
  border-radius: 18.9748px;
  font-weight: 400;
  font-size: 34px;
  line-height: 41px;
  letter-spacing: 0.01em;
  display: flex;
  align-items: center;
  position: relative;
  color: black;
  background-clip: padding-box;
  border: solid 3px transparent;
}
.section__courses-item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -3px; /* !importanté */
  border-radius: inherit; /* !importanté */
  background: linear-gradient(rgb(98, 115, 217), rgb(98, 115, 217), rgb(72, 149, 217), rgb(54, 200, 217), rgb(74, 217, 191), rgb(184, 101, 221), rgb(130, 73, 215), rgb(44, 205, 182), rgb(107, 55, 183));
}
.section__courses-item .text {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  /* maneki neko */
  background: linear-gradient(136.46deg, #2CCDB6 19.93%, #6B37B7 97.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media (max-width: 992px) {
  .section__courses-item .text {
    text-align: center;
  }
}
.section__courses-item .top-icon {
  top: -50px;
  right: 0;
  left: -60px;
  bottom: 0;
}
@media (max-width: 992px) {
  .section__courses-item .top-icon {
    top: -70px;
    right: unset;
    Left: unset;
  }
}
.section__courses .title {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #2F2F2F;
  max-width: 800px;
  margin: 0 0 70px 0;
}
@media (max-width: 992px) {
  .section__courses .title {
    text-align: center;
  }
}
.section__courses .row > * {
  padding-right: calc(var(--bs-gutter-x) * 0.9);
  padding-left: calc(var(--bs-gutter-x) * 0.9);
}
.section__community .col-10 > .row > * {
  height: 300px;
}
.section__community h1 {
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 64px;
  /* identical to box height */
  text-align: center;
  letter-spacing: -1px;
  color: #6273D9;
}
@media (max-width: 576px) {
  .section__community h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 992px) {
  .section__community h1 {
    text-align: center;
  }
}
.section__community .btn-link {
  font-size: 18px;
}
.section__community-block-m {
  box-sizing: border-box;
  background: #F5F9FF;
  box-shadow: 0px 0px 8.90909px #38B2B7;
  border-radius: 20px;
  padding: 50px 0;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  color: black;
  background-clip: padding-box;
  border: solid 3px transparent;
}
.section__community-block-m:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -3px; /* !importanté */
  border-radius: inherit; /* !importanté */
  background: linear-gradient(rgb(98, 115, 217), rgb(98, 115, 217), rgb(72, 149, 217), rgb(54, 200, 217), rgb(74, 217, 191), rgb(184, 101, 221), rgb(130, 73, 215), rgb(44, 205, 182), rgb(107, 55, 183));
}
.section__community-block-m .text {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #2F2F2F;
}
.section__community-block-m .col-8 {
  width: 200px;
}
@media (max-width: 576px) {
  .section__community-block-m .col-8 {
    width: 165px;
  }
  .section__community-block-m .col-8 .text {
    font-size: 18px;
  }
}
.section__community-block {
  box-sizing: border-box;
  background: #F5F9FF;
  box-shadow: 0px 0px 8.90909px #38B2B7;
  border-radius: 20px;
  padding: 50px 0;
  display: flex;
  align-items: center;
  position: relative;
  color: black;
  background-clip: padding-box;
  border: solid 3px transparent;
}
.section__community-block:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -3px; /* !importanté */
  border-radius: inherit; /* !importanté */
  background: linear-gradient(rgb(98, 115, 217), rgb(98, 115, 217), rgb(72, 149, 217), rgb(54, 200, 217), rgb(74, 217, 191), rgb(184, 101, 221), rgb(130, 73, 215), rgb(44, 205, 182), rgb(107, 55, 183));
}
.section__community-block .text {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #2F2F2F;
}
.section__fund {
  padding: 180px 0 120px 0;
}
.section__fund .heart {
  top: 250px;
  left: 57%;
  right: 0px;
  bottom: 0;
  z-index: -1;
}
.section__fund .text-title {
  max-width: 600px;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  color: #2F2F2F;
}
@media (max-width: 992px) {
  .section__fund .text-title {
    width: 350px;
    margin: 0 0 50px 0 !important;
  }
}
@media (max-width: 576px) {
  .section__fund .text-title {
    width: 70%;
  }
}
.section__fund .col-6 {
  padding: unset;
}
.section__fund .line-down-text {
  margin: 105px 0 60px 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #2F2F2F;
}
@media (max-width: 992px) {
  .section__fund .line-down-text {
    margin: 200px 0 100px 0;
  }
}
.section__fund .line-down-text-2 {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  text-align: center;
  color: #2F2F2F;
}
.section__fund .orangeBall-1 {
  top: 40px;
  left: 110%;
  bottom: 0;
  right: 0;
}
.section__fund .orangeBall-2 {
  top: 685px;
  left: 42%;
  bottom: 0;
  right: 0;
}
.section__fund .line-arrow-down {
  top: 56%;
  left: 24%;
  bottom: 0;
  right: 0;
}
@media (max-width: 992px) {
  .section__fund .line-arrow-down {
    top: 52%;
    left: 45%;
  }
}
@media (max-width: 576px) {
  .section__fund .line-arrow-down {
    top: 52%;
    left: 45%;
  }
}
@media (max-width: 482px) {
  .section__fund .line-arrow-down {
    top: 51%;
    left: 40%;
  }
}
.section__fund h1 {
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 72px;
  background: linear-gradient(180deg, #F2B442 0%, #D63783 100%), linear-gradient(0deg, #6273D9, #6273D9), linear-gradient(180deg, #F2B442 0%, #D63783 100%), linear-gradient(136.46deg, #2CCDB6 19.93%, #6B37B7 97.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media (max-width: 576px) {
  .section__fund h1 {
    font-size: 46px;
    line-height: 46px;
  }
}
.section__fund-block {
  padding: 22px 125px 45px 65px;
  background: #F5F9FF;
  box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3), -1px -1px 2px rgba(198, 202, 207, 0.5), inset -6px 6px 12px rgba(198, 202, 207, 0.2), inset 6px -6px 12px rgba(198, 202, 207, 0.2), inset -6px -6px 12px rgba(255, 255, 255, 0.9), inset 6px 6px 15px rgba(198, 202, 207, 0.9);
  border-radius: 18.9748px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  width: fit-content;
}
.section__fund-block .text {
  background: linear-gradient(180deg, #F2B442 0%, #D63783 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media (max-width: 992px) {
  .section__fund-block {
    padding: 45px 45px 45px 50px;
  }
}
.section__question {
  margin: 0 0 160px 0;
}
.section__question h1 {
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 64px;
  /* identical to box height */
  text-align: center;
  background: linear-gradient(0deg, #6273D9, #6273D9), linear-gradient(136.46deg, #2CCDB6 19.93%, #6B37B7 97.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media (max-width: 576px) {
  .section__question h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
.section__question-block {
  padding: 52px 90px;
  background: #F5F9FF;
  box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3), -1px -1px 2px rgba(167, 169, 173, 0.5), inset -3px 3px 6px rgba(167, 169, 173, 0.2), inset 3px -3px 6px rgba(167, 169, 173, 0.2), inset -3px -3px 6px rgba(255, 255, 255, 0.9), inset 3px 3px 8px rgba(167, 169, 173, 0.9);
  border-radius: 27px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #4B4B4B;
}
@media (max-width: 992px) {
  .section__question-block {
    padding: 20px;
  }
  .section__question-block .text {
    padding: 5px 0 50px 0;
  }
}
.section__question-block .border-grey {
  border: 1px solid #B7B7B7;
  transform: rotate(180deg);
}
.section__cabinet {
  padding: 60px 0 0 45px;
  border-left: 2px solid #C1D0EC;
}
.section__cabinet h1 {
  margin: 0 1rem 0 0 !important;
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 46px;
  /* identical to box height */
  letter-spacing: 0.01em;
  background: linear-gradient(0deg, #6273D9, #6273D9), linear-gradient(136.46deg, #2CCDB6 19.93%, #6B37B7 97.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media (max-width: 992px) {
  .section__cabinet h1 {
    margin: 0 0rem 0 0 !important;
  }
}
.section__cabinet-block {
  background: #F3F7FE;
  box-shadow: -2px 2px 4px rgba(158, 161, 162, 0.2), 2px -2px 4px rgba(158, 161, 162, 0.2), -2px -2px 4px rgba(255, 255, 255, 0.9), 2px 2px 5px rgba(158, 161, 162, 0.9);
  border-radius: 20px;
  padding: 20px;
}
.section__cabinet-block .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  background: radial-gradient(141.42% 141.42% at 100% 100%, #6273D9 0%, #6273D9 2%, #36C8D9 10%, #8249D7 100%), linear-gradient(136.46deg, #2CCDB6 19.93%, #6B37B7 97.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.section__cabinet-block .num {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #2F2F2F;
}
.section__cabinet-blurBlock {
  padding: 30px 40px;
  background: linear-gradient(104.25deg, rgba(205, 246, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 47.4%, rgba(126, 176, 222, 0.2) 100%), rgba(241, 241, 241, 0.1);
  box-shadow: inset 0px 0.5px 2px rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border-radius: 40px;
}
.section__cabinet-blurBlock .btn-link {
  padding: 20px 75px;
}
.section__cabinet-buyViews {
  padding: 20px 25px 10px;
  width: 100%;
  background: #F3F7FE;
  box-shadow: -2px 2px 4px rgba(158, 161, 162, 0.2), 2px -2px 4px rgba(158, 161, 162, 0.2), -2px -2px 4px rgba(255, 255, 255, 0.9), 2px 2px 5px rgba(158, 161, 162, 0.9);
  border-radius: 20px;
}
.section__cabinet-buyViews .text {
  background: linear-gradient(136.46deg, #2CCDB6 19.93%, #6B37B7 97.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
}
.section__cabinet-buyViews .block-price {
  padding: 15px 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #FFFFFF;
  background: #D4E3F2;
  border-radius: 40px;
  border: 1px solid transparent;
}
.section__cabinet-buyViews .block-price:hover {
  background: radial-gradient(141.42% 141.42% at 100% 100%, #6273D9 0%, #6273D9 2%, #36C8D9 10%, #8249D7 100%), linear-gradient(136.46deg, #2CCDB6 19.93%, #6B37B7 97.79%) !important;
}
.section__cabinet-buyViews input {
  width: 300px;
  padding: 15px 25px;
  outline: none;
  background: #F2F7FE;
  box-shadow: inset -2px 2px 4px rgba(145, 147, 149, 0.2), inset 2px -2px 4px rgba(145, 147, 149, 0.2), inset -2px -2px 4px rgba(255, 255, 255, 0.9), inset 2px 2px 5px rgba(145, 147, 149, 0.9);
  border-radius: 30px;
  border: unset;
}
.section__cabinet-aSide .actived-link {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  background: linear-gradient(136.46deg, #2CCDB6 19.93%, #6B37B7 97.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.section__cabinet-aSide a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7E94A7;
}
.section__cabinet-aSide a.actived {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  background: linear-gradient(0deg, #6273D9, #6273D9), linear-gradient(136.46deg, #2CCDB6 19.93%, #6B37B7 97.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.section__cabinet-refProgram h1 {
  margin: 0 1rem 0 0 !important;
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 46px;
  /* identical to box height */
  letter-spacing: 0.01em;
  background: linear-gradient(0deg, #6273D9, #6273D9), linear-gradient(136.46deg, #2CCDB6 19.93%, #6B37B7 97.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media (max-width: 992px) {
  .section__cabinet-refProgram h1 {
    margin: 0 0rem 0 0 !important;
  }
}
.section__cabinet-refProgram .block-blur {
  font-weight: 200;
  font-size: 14px;
  line-height: 17px;
  color: #353535;
  --bs-gutter-x: 5.5rem;
  padding: 35px 150px 35px 50px;
  background: linear-gradient(104.25deg, rgba(205, 246, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 47.4%, rgba(126, 176, 222, 0.2) 100%), rgba(241, 241, 241, 0.1);
  box-shadow: inset 0px 0.5px 2px rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border-radius: 45px;
  position: relative;
  margin: 20px 0 35px;
}
@media (max-width: 992px) {
  .section__cabinet-refProgram .block-blur {
    padding: 35px;
  }
}
.section__cabinet-refProgram .block-blur::before {
  content: "";
  position: absolute;
  inset: calc(0px - var(--border-w));
  z-index: -1;
  border-radius: 50px;
  padding: 2px;
  background: linear-gradient(180deg, rgb(98, 115, 217), rgb(98, 115, 217), rgb(72, 149, 217), rgb(54, 200, 217), rgb(74, 217, 191), rgb(184, 101, 221), rgb(130, 73, 215));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.section__cabinet-refProgram .block-blur .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #2F2F2F;
}
.section__cabinet-refProgram .block-blur .text {
  width: 25vw;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #2F2F2F;
}
@media (max-width: 992px) {
  .section__cabinet-refProgram .block-blur .text {
    width: 100%;
  }
}
.section__cabinet-refProgram .white-left {
  padding: 40px 45px;
}
.section__cabinet-refProgram .block-white .title {
  background: linear-gradient(0deg, #6273D9, #6273D9), linear-gradient(136.46deg, #2CCDB6 19.93%, #6B37B7 97.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
}
.section__cabinet-refProgram .block-white .name {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #2F2F2F;
}
.section__cabinet-refProgram .block-white .copy {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  text-align: center;
  color: #FFFFFF;
  padding: 15px 25px;
  background: #D4E3F2;
  box-shadow: 10px 14px 24px rgba(132, 170, 226, 0.42);
  border-radius: 40px;
}
@media (min-width: 992px) {
  .section__cabinet .left-block {
    width: 47%;
  }
  .section__cabinet .right-block {
    width: 53%;
  }
}
@media (max-width: 992px) {
  .section__cabinet .section__settings-list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.section__cabinet .section__settings-block {
  width: 100%;
  font-weight: 200;
  font-size: 14px;
  line-height: 17px;
  color: #353535;
  --bs-gutter-x: 5.5rem;
  padding: 40px 50px;
  background: linear-gradient(104.25deg, rgba(205, 246, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 47.4%, rgba(126, 176, 222, 0.2) 100%), rgba(241, 241, 241, 0.1);
  box-shadow: inset 0px 0.5px 2px rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border-radius: 40px;
  position: relative;
  margin: 20px 0;
}
@media (max-width: 768px) {
  .section__cabinet .section__settings-block {
    width: 100%;
    padding: 30px;
  }
}
@media (max-width: 576px) {
  .section__cabinet .section__settings-block {
    padding: 25px;
  }
}
.section__cabinet .section__settings-block::before {
  content: "";
  position: absolute;
  inset: calc(0px - var(--border-w));
  z-index: -1;
  border-radius: 40px;
  padding: 2px;
  background: linear-gradient(180deg, rgb(98, 115, 217), rgb(98, 115, 217), rgb(72, 149, 217), rgb(54, 200, 217), rgb(74, 217, 191), rgb(184, 101, 221), rgb(130, 73, 215));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.section__cabinet .section__settings-block .checkbox-gradient {
  appearance: none;
  width: 40px;
  height: 45px;
  vertical-align: middle;
  /*   border-radius: 50%; */
  border: 3px solid #fff;
  cursor: pointer;
  background-image: url("/assets/img/check.svg") !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: inset -2px 2px 4px rgba(145, 147, 149, 0.2), inset 2px -2px 4px rgba(145, 147, 149, 0.2), inset -2px -2px 4px rgba(255, 255, 255, 0.9), inset 2px 2px 5px rgba(145, 147, 149, 0.9);
  border-radius: 5.86441px;
}
.section__cabinet .section__settings-block .checkbox-gradient:checked {
  border-image: linear-gradient(#6273D9, #6273D9, #4895D9, #36C8D9, #4AD9BF, #B865DD);
  border-image-slice: 1;
  border-radius: 0px !important;
  background-repeat: no-repeat;
}
.section__cabinet .section__settings-block .variante-checkbox input[type=checkbox] {
  display: none;
}
.section__cabinet .section__settings-block .check-deactive {
  width: 65%;
}
.section__cabinet .section__settings-block .variante-checkbox input[type=checkbox] + label {
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  padding: 2px;
  height: 40px;
  width: 43px;
  background: #F2F7FE;
  box-shadow: inset -2px 2px 4px rgba(145, 147, 149, 0.2), inset 2px -2px 4px rgba(145, 147, 149, 0.2), inset -2px -2px 4px rgba(255, 255, 255, 0.9), inset 2px 2px 5px rgba(145, 147, 149, 0.9);
  border-radius: 4px;
  display: inline-block;
  position: relative;
}
.section__cabinet .section__settings-block .variante-checkbox input[type=checkbox] + label:hover {
  cursor: pointer;
}
.section__cabinet .section__settings-block .variante-checkbox input[type=checkbox]:checked + label {
  border-radius: 1px;
}
.section__cabinet .section__settings-block .variante-checkbox input[type=checkbox]:checked + label::before {
  content: "";
  position: absolute;
  inset: calc(0px - var(--border-w));
  z-index: -1;
  border-radius: 4px;
  padding: 3px;
  background: linear-gradient(180deg, rgb(98, 115, 217), rgb(98, 115, 217), rgb(72, 149, 217), rgb(54, 200, 217), rgb(74, 217, 191), rgb(184, 101, 221), rgb(130, 73, 215));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.section__cabinet .section__settings-block .variante-checkbox input[type=checkbox]:checked + label .check-active {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 65%;
}
.section__cabinet .section__settings-block .variante-checkbox input[type=checkbox]:checked + label .check-deactive {
  display: none !important;
}
.section__cabinet .section__settings-block .new input {
  background: unset;
  box-shadow: none;
}
.section__cabinet .section__settings-block input {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  color: #9E9E9E;
  padding: 15px 24px;
  outline: unset;
  border: unset;
  width: 100%;
  background: #F2F7FE;
  box-shadow: inset -2px 2px 4px rgba(145, 147, 149, 0.2), inset 2px -2px 4px rgba(145, 147, 149, 0.2), inset -2px -2px 4px rgba(255, 255, 255, 0.9), inset 2px 2px 5px rgba(145, 147, 149, 0.9);
  border-radius: 30px;
}
.section__cabinet .section__settings-block .invite {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  color: #7E94A7;
}
.section__cabinet .section__settings-block .invite-name {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  color: #7E94A7;
}
.section__cabinet .section__settings-block .title {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  /* identical to box height */
  letter-spacing: 0.01em;
  background: linear-gradient(0deg, #6273D9, #6273D9), linear-gradient(136.46deg, #2CCDB6 19.93%, #6B37B7 97.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.section__cabinet .section__settings-block .title-inner {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #5C5C5C;
}
.section__cabinet .section__settings-block select {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  background-color: #F2F7FE;
  color: #9E9E9E;
  padding: 15px 24px;
  outline: unset;
  border: unset;
  width: 100%;
  box-shadow: inset -2px 2px 4px rgba(145, 147, 149, 0.2), inset 2px -2px 4px rgba(145, 147, 149, 0.2), inset -2px -2px 4px rgba(255, 255, 255, 0.9), inset 2px 2px 5px rgba(145, 147, 149, 0.9);
  border-radius: 30px;
}
.section__cabinet .section__settings-block .btn-link {
  padding: 20px 80px;
}
.section__cabinet .section__settings-block .square-input {
  box-shadow: inset -2px 2px 4px rgba(145, 147, 149, 0.2), inset 2px -2px 4px rgba(145, 147, 149, 0.2), inset -2px -2px 4px rgba(255, 255, 255, 0.9), inset 2px 2px 5px rgba(145, 147, 149, 0.9) !important;
  border-radius: 3.86441px !important;
}
.section__cabinet .section__settings-selection a {
  padding: 20px 30px;
  background: #F5F9FF;
  box-shadow: inset 6px 6px 12px rgba(205, 206, 207, 0.2), inset -6px -6px 12px rgba(205, 206, 207, 0.2), inset 6px -6px 12px rgba(255, 255, 255, 0.9), inset -6px 6px 15px rgba(205, 206, 207, 0.9);
  border-radius: 40px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #2F2F2F;
}
.section__cabinet .section__settings-selection .active {
  background: #ffffff;
  box-shadow: unset !important;
  color: #4B4B4B;
  text-decoration: none !important;
  position: relative;
  box-sizing: border-box;
  background-clip: padding-box;
  border: solid 4px transparent;
}
.section__cabinet .section__settings-selection .active span {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  text-align: center;
  /* Заголовки */
  background: linear-gradient(0deg, #6273D9, #6273D9), linear-gradient(136.46deg, #2CCDB6 19.93%, #6B37B7 97.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.section__cabinet .section__settings-selection .active::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -4px;
  border-radius: inherit;
  background: rgb(98, 115, 217);
}
.section__cabinet .section__finances-blockBlur {
  padding: 10px 45px 40px 45px;
  background: linear-gradient(104.25deg, rgba(205, 246, 255, 0.2) 0%, rgba(255, 255, 255, 0) 47.4%, rgba(126, 176, 222, 0.2) 100%), rgba(241, 241, 241, 0.1);
  box-shadow: inset 0px 0.5px 2px rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 40px;
}
.section__cabinet .section__finances-blockBlur .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #2F2F2F;
}
.section__cabinet .section__finances-blockBlur .num {
  font-weight: 900;
  font-size: 40px;
  line-height: 49px;
  /* identical to box height */
  background: radial-gradient(141.42% 141.42% at 100% 100%, #6273D9 0%, #6273D9 2%, #36C8D9 10%, #8249D7 100%), linear-gradient(136.46deg, #2CCDB6 19.93%, #6B37B7 97.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.section__cabinet .section__finances-blockWhite {
  padding: 10px 45px 40px 45px;
  background: #ECF0F3;
  box-shadow: -2px 2px 4px rgba(158, 161, 162, 0.2), 2px -2px 4px rgba(158, 161, 162, 0.2), -2px -2px 4px rgba(255, 255, 255, 0.9), 2px 2px 5px rgba(158, 161, 162, 0.9);
  border-radius: 40px;
}
.section__cabinet .section__finances-blockWhite .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #2F2F2F;
}
.section__cabinet .section__finances-blockWhite .num {
  font-weight: 900;
  font-size: 40px;
  line-height: 49px;
  /* identical to box height */
  background: radial-gradient(141.42% 141.42% at 100% 100%, #6273D9 0%, #6273D9 2%, #36C8D9 10%, #8249D7 100%), linear-gradient(136.46deg, #2CCDB6 19.93%, #6B37B7 97.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.section__cabinet .section__action {
  margin-bottom: 5rem;
}
.section__cabinet .section__action .action-form {
  font-weight: 200;
  font-size: 14px;
  line-height: 17px;
  color: #353535;
  --bs-gutter-x: 5.5rem;
  padding: 20px;
  background: linear-gradient(104.25deg, rgba(205, 246, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 47.4%, rgba(126, 176, 222, 0.2) 100%), rgba(241, 241, 241, 0.1);
  box-shadow: inset 0px 0.5px 2px rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border-radius: 5px;
  position: relative;
  margin: 20px 0;
}
.section__cabinet .section__action .action-form::before {
  content: "";
  position: absolute;
  inset: calc(0px - var(--border-w));
  z-index: -1;
  border-radius: 15px;
  padding: 3px;
  background: linear-gradient(180deg, rgb(98, 115, 217), rgb(98, 115, 217), rgb(72, 149, 217), rgb(54, 200, 217), rgb(74, 217, 191), rgb(184, 101, 221), rgb(130, 73, 215));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.section__cabinet .section__action .action-form .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #2F2F2F;
}
.section__cabinet .section__action .action-form .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #7E94A7;
}
.section__cabinet .section__action .action-form .instruction-btn {
  padding: 15px 25px;
  background: #EFF6FD;
  box-shadow: 2.76029px 4.96852px 6.16465px rgba(209, 217, 230, 0.67), 2.76029px 2.20823px 3.12833px rgba(209, 217, 230, 0.34), 2.76029px 2.57627px 3.49637px rgba(209, 217, 230, 0.4), 2.76029px 3.22034px 4.14044px rgba(209, 217, 230, 0.48), -1.84019px -5.79661px 5.98063px rgba(255, 255, 255, 0.75), -1.84019px -3.3891px 3.92623px rgba(255, 255, 255, 0.539141), -1.84019px -2.88577px 3.22273px rgba(255, 255, 255, 0.44708), -1.84019px -2.61478px 2.77563px rgba(255, 255, 255, 0.375);
  border-radius: 20px;
}
.section__cabinet .section__action .action-form .instruction-btn .btn-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  text-decoration-line: underline;
  color: #7E94A7;
}
.section__cabinet .section__action .action-form .form-select {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  background-color: #F2F7FE;
  color: #9E9E9E;
  padding: 15px 24px;
  outline: unset;
  border: unset;
  width: 100%;
  box-shadow: inset -2px 2px 4px rgba(145, 147, 149, 0.2), inset 2px -2px 4px rgba(145, 147, 149, 0.2), inset -2px -2px 4px rgba(255, 255, 255, 0.9), inset 2px 2px 5px rgba(145, 147, 149, 0.9);
  border-radius: 30px;
}
.section__cabinet .section__action .action-form .action-input input {
  background: #F2F7FE;
  width: 100%;
  border: unset;
  box-shadow: inset -2px 2px 4px rgba(145, 147, 149, 0.2), inset 2px -2px 4px rgba(145, 147, 149, 0.2), inset -2px -2px 4px rgba(255, 255, 255, 0.9), inset 2px 2px 5px rgba(145, 147, 149, 0.9);
  border-radius: 30px;
  font-weight: 400;
  font-size: 18px;
  padding: 15px 22px;
  line-height: 22px;
  outline: unset;
}
.section__cabinet .section__action .action-form .reup {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #7E94A7;
}
.section__cabinet .section__action .action-form .sum {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #7E94A7;
}
.section__cabinet .section__action .action-form .form-select {
  height: 47px;
}
.section__cabinet .section__history .swiper-slide {
  padding: 0 5px;
}
.section__cabinet .section__history .tableSlider .swiper-slide-prev {
  height: 0;
}
.section__cabinet .section__history .title-filter {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #7E94A7;
}
.section__cabinet .section__history .form-select {
  padding: 8px 22px;
  width: 279px;
  height: 52px;
  background-color: #F2F7FE;
  box-shadow: inset -2px 2px 4px rgba(145, 147, 149, 0.2), inset 2px -2px 4px rgba(145, 147, 149, 0.2), inset -2px -2px 4px rgba(255, 255, 255, 0.9), inset 2px 2px 5px rgba(145, 147, 149, 0.9);
  border-radius: 40px;
}
.section__cabinet .section__history .history-search {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  color: #FFFFFF;
  padding: 18px 42px;
  transition: 0.3s ease-in-out;
  background: radial-gradient(141.42% 141.42% at 100% 100%, #6273D9 0%, #6273D9 2%, #36C8D9 10%, #8249D7 100%), linear-gradient(136.46deg, #2CCDB6 19.93%, #6B37B7 97.79%);
  border-radius: 50px;
}
.section__cabinet .section__history .history-search:hover {
  color: #545454;
  background: white;
  border: 1px solid #6273D9;
}
.section__cabinet .section__history .history-reset {
  padding: 18px 42px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  color: #7C7C7C;
  transition: 0.3s ease-in-out;
  border: 1px solid #7C7C7C;
  border-radius: 50px;
}
.section__cabinet .section__history .history-reset:hover {
  color: white;
  background: #7C7C7C;
}
.section__cabinet .section__history table.darkTable {
  width: 100%;
  height: 200px;
  text-align: center;
  border-collapse: collapse;
}
.section__cabinet .section__history .light {
  background: #F2F7FE;
  box-shadow: -2px 2px 4px rgba(158, 161, 162, 0.2), 2px -2px 4px rgba(158, 161, 162, 0.2), -2px -2px 4px rgba(255, 255, 255, 0.9), 2px 2px 5px rgba(158, 161, 162, 0.9);
  border-radius: 20px;
}
.section__cabinet .section__history tbody, .section__cabinet .section__history td, .section__cabinet .section__history tfoot, .section__cabinet .section__history th, .section__cabinet .section__history thead, .section__cabinet .section__history tr {
  border-color: unset;
  border-style: unset;
  border-width: unset;
}
.section__cabinet .section__history .table-head {
  display: table;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #7E94A7;
}
.section__cabinet .section__history .row1 {
  display: table;
  width: 100%;
  background: #F2F7FE;
  box-shadow: -2px 2px 4px rgba(158, 161, 162, 0.2), 2px -2px 4px rgba(158, 161, 162, 0.2), -2px -2px 4px rgba(255, 255, 255, 0.9), 2px 2px 5px rgba(158, 161, 162, 0.9);
  border-radius: 20px;
}
.section__cabinet .section__history .row1 .border-line {
  border-right: 1px solid #7E94A7;
}
.section__cabinet .section__history .row1 .item {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #2F2F2F;
}
.section__cabinet .section__history .row1 .item-wide {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #2F2F2F;
}
.section__cabinet .section__history .row2 {
  display: table;
  width: 100%;
  background: #ECF0F3;
  box-shadow: -2px 2px 4px rgba(158, 161, 162, 0.2), 2px -2px 4px rgba(158, 161, 162, 0.2), -2px -2px 4px rgba(255, 255, 255, 0.9), 2px 2px 5px rgba(158, 161, 162, 0.9);
  border-radius: 20px;
}
.section__cabinet .section__history .row2 .border-line {
  border-right: 1px solid #7E94A7;
}
.section__cabinet .section__history .row2 .item {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #2F2F2F;
}
.section__cabinet .section__history .row2 .item-wide {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #2F2F2F;
}
.section__cabinet .section__gotRequest-chooseProgram {
  margin: 0 0 10rem 0;
}
.section__cabinet .section__gotRequest-chooseProgram .title {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #7E94A7;
}
.section__cabinet .section__gotRequest-chooseProgram .lime-text {
  font-weight: 600;
  font-size: 17px;
  line-height: 22px;
  /* identical to box height */
  color: #4AD9BF;
}
.section__cabinet .section__gotRequest-chooseProgram .blue-text {
  font-weight: 600;
  font-size: 17px;
  line-height: 22px;
  /* identical to box height */
  color: #4895D9;
}
.section__cabinet .section__gotRequest-chooseProgram .purple-text {
  font-weight: 600;
  font-size: 17px;
  line-height: 22px;
  /* identical to box height */
  color: #6273D9;
}
.section__cabinet .section__gotRequest-chooseProgram .btn-request {
  padding: 20px 26px;
  background: #F1F5FD;
  box-shadow: -2px 2px 4px rgba(158, 161, 162, 0.2), 2px -2px 4px rgba(158, 161, 162, 0.2), -2px -2px 4px rgba(255, 255, 255, 0.9), 2px 2px 5px rgba(158, 161, 162, 0.9);
  border-radius: 20px;
  outline: unset;
  border: unset;
}
.section__cabinet .section__gotRequest-chooseProgram .btn-request:focus {
  box-shadow: inset -2px 2px 4px rgba(158, 161, 162, 0.2), inset 2px -2px 4px rgba(158, 161, 162, 0.2), inset -2px -2px 4px rgba(255, 255, 255, 0.9), inset 2px 2px 5px rgba(158, 161, 162, 0.9);
}
.section__cabinet .section__gotRequest-chooseProgram .btn-request:focus svg {
  rotate: 210deg;
}
.section__cabinet .section__gotRequest-chooseProgram .form-select {
  padding: 8px 22px;
  width: 279px;
  height: 52px;
  background-color: #F2F7FE;
  box-shadow: inset -2px 2px 4px rgba(145, 147, 149, 0.2), inset 2px -2px 4px rgba(145, 147, 149, 0.2), inset -2px -2px 4px rgba(255, 255, 255, 0.9), inset 2px 2px 5px rgba(145, 147, 149, 0.9);
  border-radius: 40px;
}
.section__cabinet .section__gotRequest-chooseProgram .level .btn-link {
  padding: 17px 47px;
}
.section__cabinet .section__request .lime-text {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #4AD9BF !important;
}
.section__cabinet .section__request .requestToProgr .title-wide {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #7E94A7;
}
.section__cabinet .section__request .requestToProgr .title {
  width: 150px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #7E94A7;
}
.section__cabinet .section__request .btn-request {
  padding: 20px 26px;
  background: #F1F5FD;
  box-shadow: -2px 2px 4px rgba(158, 161, 162, 0.2), 2px -2px 4px rgba(158, 161, 162, 0.2), -2px -2px 4px rgba(255, 255, 255, 0.9), 2px 2px 5px rgba(158, 161, 162, 0.9);
  border-radius: 20px;
  outline: unset;
  border: unset;
}
.section__cabinet .section__request .btn-request:focus {
  box-shadow: inset -2px 2px 4px rgba(158, 161, 162, 0.2), inset 2px -2px 4px rgba(158, 161, 162, 0.2), inset -2px -2px 4px rgba(255, 255, 255, 0.9), inset 2px 2px 5px rgba(158, 161, 162, 0.9);
}
.section__cabinet .section__request .btn-request:focus svg {
  rotate: 210deg;
}
.section__cabinet .section__request .green-text {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #51CA5D !important;
}
.section__cabinet .section__request .blue-text {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #4895D9 !important;
}
.section__cabinet .section__request .purple-text {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #6273D9 !important;
}
.section__cabinet .section__request .orange-text {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #D0A470 !important;
}
.section__cabinet .section__request-filter .title {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #7E94A7;
}
.section__cabinet .section__request-filter .form-select {
  padding: 8px 22px;
  width: 300px;
  height: 52px;
  background-color: #F2F7FE;
  box-shadow: inset -2px 2px 4px rgba(145, 147, 149, 0.2), inset 2px -2px 4px rgba(145, 147, 149, 0.2), inset -2px -2px 4px rgba(255, 255, 255, 0.9), inset 2px 2px 5px rgba(145, 147, 149, 0.9);
  border-radius: 40px;
}
.section__cabinet .section__request-filter .request-search {
  text-align: center;
  width: 130px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  color: #FFFFFF;
  padding: 18px 22px;
  transition: 0.3s ease-in-out;
  background: radial-gradient(141.42% 141.42% at 100% 100%, #6273D9 0%, #6273D9 2%, #36C8D9 10%, #8249D7 100%), linear-gradient(136.46deg, #2CCDB6 19.93%, #6B37B7 97.79%);
  border-radius: 50px;
}
.section__cabinet .section__request-filter .request-search:hover {
  color: #545454;
  background: white;
  border: 1px solid #6273D9;
}
.section__cabinet .section__request-filter .request-reset {
  text-align: center;
  width: 130px;
  padding: 18px 22px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  color: #7C7C7C;
  transition: 0.3s ease-in-out;
  border: 1px solid #7C7C7C;
  border-radius: 50px;
}
.section__cabinet .section__request-filter .request-reset:hover {
  color: white;
  background: #7C7C7C;
}
.section__cabinet .section__request-filter .requestSlider .swiper-slide-prev {
  height: 0;
}
.section__cabinet .section__request-filter .requestSlider .swiper-slider {
  padding: 0 5px;
}
.section__cabinet .section__request-filter .requestSlider .table-head {
  display: table;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #7E94A7;
}
.section__cabinet .section__request-filter .requestSlider .row1 {
  display: table;
  width: 100%;
  background: #F2F7FE;
  box-shadow: -2px 2px 4px rgba(158, 161, 162, 0.2), 2px -2px 4px rgba(158, 161, 162, 0.2), -2px -2px 4px rgba(255, 255, 255, 0.9), 2px 2px 5px rgba(158, 161, 162, 0.9);
  border-radius: 20px;
}
.section__cabinet .section__request-filter .requestSlider .row1 .border-line {
  border-right: 1px solid #7E94A7;
}
.section__cabinet .section__request-filter .requestSlider .row1 .item {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #2F2F2F;
}
.section__cabinet .section__request-filter .requestSlider .row1 .item-wide {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #2F2F2F;
}
.section__cabinet .section__request-filter .requestSlider .row2 {
  display: table;
  width: 100%;
  background: #ECF0F3;
  box-shadow: -2px 2px 4px rgba(158, 161, 162, 0.2), 2px -2px 4px rgba(158, 161, 162, 0.2), -2px -2px 4px rgba(255, 255, 255, 0.9), 2px 2px 5px rgba(158, 161, 162, 0.9);
  border-radius: 20px;
}
.section__cabinet .section__request-filter .requestSlider .row2 .border-line {
  border-right: 1px solid #7E94A7;
}
.section__cabinet .section__request-filter .requestSlider .row2 .item {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #2F2F2F;
}
.section__cabinet .section__request-filter .requestSlider .row2 .item-wide {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #2F2F2F;
}
.section__cabinet .section__draw .draw-slider {
  width: 95%;
  margin-left: 0;
}
@media (max-width: 768px) {
  .section__cabinet .section__draw .draw-slider {
    width: 100%;
  }
}
.section__cabinet .section__draw .draw-slider .swiper-slide-prev {
  height: 0;
}
@media (max-width: 768px) {
  .section__cabinet .section__draw .pagination-pos {
    top: -350px;
  }
  .section__cabinet .section__draw .pagination-pos .swiper-button-prev {
    position: absolute;
    left: 0;
  }
  .section__cabinet .section__draw .pagination-pos .swiper-button-next {
    position: absolute;
    right: 0;
  }
  .section__cabinet .section__draw .pagination-pos .swiper-pagination {
    display: none;
  }
}
.section__cabinet .section__draw .swiper-button-prev {
  width: 100px !important;
}
.section__cabinet .section__draw .swiper-button-next {
  width: 100px !important;
}
.section__cabinet .section__draw .swiper-pagination {
  font-size: 32px;
}
.section__cabinet .section__draw-block {
  background: #F3F7FE;
  box-shadow: -2px 2px 4px rgba(158, 161, 162, 0.2), 2px -2px 4px rgba(158, 161, 162, 0.2), -2px -2px 4px rgba(255, 255, 255, 0.9), 2px 2px 5px rgba(158, 161, 162, 0.9);
  border-radius: 20px;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .section__cabinet .section__draw-block {
    padding: 22px;
  }
}
.section__cabinet .section__draw-block .height-nonAward {
  height: 200px;
}
.section__cabinet .section__draw-block .height-Award {
  height: 190px;
}
@media (max-width: 1400px) {
  .section__cabinet .section__draw-block .height-Award {
    height: 135px;
  }
}
@media (max-width: 1200px) {
  .section__cabinet .section__draw-block .height-Award {
    height: 175px;
  }
}
@media (max-width: 768px) {
  .section__cabinet .section__draw-block .height-Award {
    height: 175px;
  }
}
.section__cabinet .section__draw-block .title {
  text-align: start;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  background: radial-gradient(141.42% 141.42% at 100% 100%, #6273D9 0%, #6273D9 2%, #36C8D9 10%, #8249D7 100%), linear-gradient(136.46deg, #2CCDB6 19.93%, #6B37B7 97.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.section__cabinet .section__draw-block .list {
  text-align: start;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #2F2F2F;
}
@media (max-width: 768px) {
  .section__cabinet .section__draw-block .list {
    font-size: 2.1vw;
  }
}
@media (max-width: 576px) {
  .section__cabinet .section__draw-block .list {
    font-size: 18px;
  }
}
.section__cabinet .section__draw-block .remaining {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #2F2F2F;
}
.section__cabinet .section__draw-block .value {
  background: radial-gradient(141.42% 141.42% at 100% 100%, #6273D9 0%, #6273D9 2%, #36C8D9 10%, #8249D7 100%), linear-gradient(136.46deg, #2CCDB6 19.93%, #6B37B7 97.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  text-fill-color: transparent;
}
.section__cabinet .section__draw-block .type {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  /* identical to box height */
  margin-top: -5px;
  color: #2F2F2F;
}
.section__cabinet .section__draw-block ol {
  padding: 0 0 0 1.6rem;
}
.section__cabinet .section__draw-block .image-block {
  top: 0;
  right: -30px;
}
.section__cabinet .section__draw-block .title-played {
  margin-bottom: 2rem;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  color: #2F2F2F;
}
.section__cabinet .section__draw-block .award-text {
  text-align: start;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  color: #7E94A7;
}
.section__cabinet .section__draw-block .award-avatar img {
  width: 100%;
  height: 100%;
  max-height: 53px;
  max-width: 53px;
}
.section__cabinet .section__draw .inner {
  box-shadow: inset -4px 4px 8px rgba(192, 195, 197, 0.2), inset 4px -4px 8px rgba(192, 195, 197, 0.2), inset -4px -4px 8px rgba(255, 255, 255, 0.9), inset 4px 4px 10px rgba(192, 195, 197, 0.9) !important;
}
@media (max-width: 992px) {
  .section__cabinet {
    padding: 60px 5px;
    border-left: unset;
  }
  .section__cabinet .input-sum {
    width: 100%;
  }
}
.section__myAds {
  margin: 0 0 4.5rem 0;
}
.section__myAds h1 {
  margin: 0 1rem 0 0 !important;
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 46px;
  /* identical to box height */
  letter-spacing: 0.01em;
  background: linear-gradient(0deg, #6273D9, #6273D9), linear-gradient(136.46deg, #2CCDB6 19.93%, #6B37B7 97.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.section__myAds-category .mb-5 {
  margin-bottom: 3.5rem !important;
}
.section__myAds-category .active {
  background: #ffffff;
  box-shadow: unset !important;
  color: #4B4B4B;
  text-decoration: none !important;
  position: relative;
  box-sizing: border-box;
  background-clip: padding-box;
  border: solid 4px transparent;
}
.section__myAds-category .active:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -4px; /* !importanté */
  border-radius: inherit; /* !importanté */
  background: linear-gradient(rgb(98, 115, 217), rgb(98, 115, 217), rgb(72, 149, 217), rgb(54, 200, 217), rgb(74, 217, 191), rgb(184, 101, 221), rgb(130, 73, 215), rgb(44, 205, 182), rgb(107, 55, 183));
}
.section__myAds-category .active span {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  text-align: center;
  background: radial-gradient(141.42% 141.42% at 100% 100%, #6273D9 0%, #6273D9 2%, #36C8D9 10%, #8249D7 100%), linear-gradient(136.46deg, #2CCDB6 19.93%, #6B37B7 97.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.section__myAds-category a {
  padding: 20px 30px;
  background: #F5F9FF;
  /* shadow */
  box-shadow: inset 6px 6px 12px rgba(205, 206, 207, 0.2), inset -6px -6px 12px rgba(205, 206, 207, 0.2), inset 6px -6px 12px rgba(255, 255, 255, 0.9), inset -6px 6px 15px rgba(205, 206, 207, 0.9);
  border-radius: 40px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  text-align: center;
  color: #2F2F2F;
}
.section__myAds-card {
  padding: 20px;
  background: #F4F8FF;
  box-shadow: inset -4px 4px 8px rgba(192, 195, 197, 0.2), inset 4px -4px 8px rgba(192, 195, 197, 0.2), inset -4px -4px 8px rgba(255, 255, 255, 0.9), inset 4px 4px 10px rgba(192, 195, 197, 0.9);
  border-radius: 20px;
  height: 400px;
}
.section__myAds-card img {
  max-height: 200px;
}
.section__myAds-card .title {
  text-align: start;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #2F2F2F;
}
.section__myAds-card .status-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #7E94A7;
}
.section__myAds-card .reason {
  text-align: start;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #FF460C;
}
@media (max-width: 768px) {
  .section__myAds .pagination-pos {
    top: -230px;
  }
  .section__myAds .pagination-pos .swiper-button-prev {
    position: absolute;
    left: -30px;
  }
  .section__myAds .pagination-pos .swiper-button-next {
    position: absolute;
    right: -30px;
  }
  .section__myAds .pagination-pos .swiper-pagination {
    display: none;
  }
}
.section__analytic h1 {
  margin: 0 1rem 0 0 !important;
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 46px;
  /* identical to box height */
  letter-spacing: 0.01em;
  background: linear-gradient(0deg, #6273D9, #6273D9), linear-gradient(136.46deg, #2CCDB6 19.93%, #6B37B7 97.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media (max-width: 992px) {
  .section__analytic h1 {
    margin: 0 0rem 0 0 !important;
  }
}
.section__analytic-list-card {
  padding: 30px 55px;
  background: linear-gradient(104.25deg, rgba(205, 246, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 47.4%, rgba(126, 176, 222, 0.2) 100%), rgba(241, 241, 241, 0.1);
  box-shadow: 10px 14px 24px rgba(132, 170, 226, 0.42), inset 0px 0.5px 2px rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border-radius: 40px;
  --bs-gutter-x: 5.5rem;
  position: relative;
}
.section__analytic-list-card::before {
  content: "";
  position: absolute;
  inset: calc(0px - var(--border-w));
  z-index: -1;
  border-radius: 40px;
  padding: 2px;
  background: linear-gradient(180deg, rgb(98, 115, 217), rgb(98, 115, 217), rgb(72, 149, 217), rgb(54, 200, 217), rgb(74, 217, 191), rgb(184, 101, 221), rgb(130, 73, 215));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.section__analytic-list-card .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  width: 250px;
  color: #2F2F2F;
}
.section__analytic-list-card .count-num {
  font-weight: 700;
  font-size: 42px;
  line-height: 51px;
  text-align: right;
  letter-spacing: 0.15px;
  background: radial-gradient(141.42% 141.42% at 100% 100%, #6273D9 0%, #6273D9 2%, #36C8D9 10%, #8249D7 100%), #7E97B8;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.section__analytic-list-card .progress {
  height: 38px;
  padding: 9px;
  box-sizing: border-box;
  background: #EBF2FA;
  border: 2px solid rgba(255, 255, 255, 0.638658);
  box-shadow: inset 4px 2px 8px rgba(95, 157, 231, 0.48), inset -4px -2px 8px rgba(255, 255, 255, 0.5);
  border-radius: 26px;
}
.section__analytic-list-card .progress-bar {
  padding: 7px 5px;
  box-sizing: border-box;
  background: radial-gradient(141.42% 141.42% at 100% 100%, #6273D9 0%, #6273D9 2%, #36C8D9 10%, #8249D7 100%), linear-gradient(135deg, #FF1680 0%, #FF0909 100%);
  border: 2px solid rgba(255, 255, 255, 0.3);
  box-shadow: -4px -2px 8px #FFFFFF, 4px 2px 8px rgba(95, 157, 231, 0.657315);
  border-radius: 26px;
}
.section__post-list h1 {
  margin: 0 1rem 0 0 !important;
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 700;
  font-size: 76px;
  line-height: 76px;
  /* identical to box height */
  letter-spacing: 0.01em;
  background: linear-gradient(0deg, #6273D9, #6273D9), linear-gradient(136.46deg, #2CCDB6 19.93%, #6B37B7 97.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media (max-width: 576px) {
  .section__post-list h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
.section__post-list .card-blur {
  border: 1px solid #8249D7 !important;
  background: linear-gradient(104.25deg, rgba(205, 246, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 47.4%, rgba(126, 176, 222, 0.2) 100%), rgba(241, 241, 241, 0.1) !important;
  box-shadow: inset 0px 0.5px 2px rgba(255, 255, 255, 0.4) !important;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
}
.section__post-list .card {
  border: unset;
  padding: 10px 20px 50px;
  background: #ECF0F3;
  box-shadow: 2.76029px 4.96852px 6.16465px rgba(209, 217, 230, 0.67), 2.76029px 2.20823px 3.12833px rgba(209, 217, 230, 0.34), 2.76029px 2.57627px 3.49637px rgba(209, 217, 230, 0.4), 2.76029px 3.22034px 4.14044px rgba(209, 217, 230, 0.48), -1.84019px -5.79661px 5.98063px rgba(255, 255, 255, 0.75), -1.84019px -3.3891px 3.92623px rgba(255, 255, 255, 0.539141), -1.84019px -2.88577px 3.22273px rgba(255, 255, 255, 0.44708), -1.84019px -2.61478px 2.77563px rgba(255, 255, 255, 0.375);
  border-radius: 40px;
  position: relative;
  z-index: 0;
}
.section__post-list .card .btn-link {
  padding: 20px 100px;
}
.section__post-list .card .prev-img img {
  height: 225px !important;
  border-radius: 30px;
}
.section__post-list .card .date {
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  /* identical to box height, or 200% */
  color: #2F2F2F;
  text-align: center;
}
.section__post-list .card .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.01em;
  color: #4B4B4B;
}
.section__post-list .card .prev-text {
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.01em;
  color: #4B4B4B;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 145px;
  overflow: hidden;
}
.section__postDetail {
  margin: 5rem 0 65px 0;
}
@media (max-width: 576px) {
  .section__postDetail {
    margin: 3rem 0 10px 0;
  }
}
.section__postDetail h1 {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 700;
  font-size: 76px;
  line-height: 76px;
  text-align: center;
  background: linear-gradient(0deg, #6273D9, #6273D9), linear-gradient(136.46deg, #2CCDB6 19.93%, #6B37B7 97.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media (max-width: 992px) {
  .section__postDetail h1 {
    font-size: 56px;
    line-height: 56px;
  }
}
@media (max-width: 576px) {
  .section__postDetail h1 {
    font-size: 43px;
    line-height: 43px;
  }
}
.section__postDetail-img {
  border: 1px solid #6273D9;
  background: linear-gradient(104.25deg, rgba(205, 246, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 47.4%, rgba(126, 176, 222, 0.2) 100%), rgba(241, 241, 241, 0.1);
  box-shadow: inset 0px 0.5px 2px rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border-radius: 18.9748px;
  padding: 30px;
}
.section__postDetail-img img {
  height: 220px;
  border-radius: 18.9748px;
  width: 100%;
}
.section__postDetail-text {
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.01em;
  color: #4B4B4B;
}
@media (max-width: 576px) {
  .section__postDetail-text {
    font-size: 20px;
    line-height: 24px;
  }
}
.section__team {
  margin: 0 0 5rem 0;
}
.section__team-block-blur {
  font-weight: 200;
  font-size: 14px;
  line-height: 17px;
  color: #353535;
  --bs-gutter-x: 5.5rem;
  padding: 35px 55px;
  background: linear-gradient(104.25deg, rgba(205, 246, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 47.4%, rgba(126, 176, 222, 0.2) 100%), rgba(241, 241, 241, 0.1);
  box-shadow: inset 0px 0.5px 2px rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border-radius: 15px;
  position: relative;
  margin: 20px 0;
}
.section__team-block-blur img {
  width: 85px;
  height: 85px;
}
.section__team-block-blur::before {
  content: "";
  position: absolute;
  inset: calc(0px - var(--border-w));
  z-index: -1;
  border-radius: 40px;
  padding: 2px;
  background: linear-gradient(180deg, rgb(98, 115, 217), rgb(98, 115, 217), rgb(72, 149, 217), rgb(54, 200, 217), rgb(74, 217, 191), rgb(184, 101, 221), rgb(130, 73, 215));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.section__team-block-blur .team-btn-close {
  padding: 15px 22px !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  background: #969696 !important;
  border-radius: 50px !important;
}
.section__team-block-blur .team-btn-close:active {
  border-color: unset !important;
}
.section__team-block-blur .team-btn-close:hover {
  color: #cbcbcb;
}
.section__team-block-blur .team-close {
  color: #FFFFFF;
  background: #969696 !important;
  border-radius: 50px !important;
}
.section__team-block-blur .title {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  color: #7E94A7;
}
.section__team-block-blur .text-blue {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  /* Basic */
  color: #4895D9;
}
.section__team-block-white {
  width: 96%;
  background: #ECF0F3;
  box-shadow: -2px 2px 4px rgba(158, 161, 162, 0.2), 2px -2px 4px rgba(158, 161, 162, 0.2), -2px -2px 4px rgba(255, 255, 255, 0.9), 2px 2px 5px rgba(158, 161, 162, 0.9);
  border-radius: 40px;
  padding: 20px 45px;
}
.section__team-block-white img {
  width: 85px;
  height: 85px;
}
.section__team-block-white .team-btn-open {
  padding: 15px 22px !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  background: #4895D9;
  border-radius: 50px !important;
}
.section__team-block-white .team-btn-open:hover {
  border: 1px solid #4895D9;
}
.section__team-block-white .title {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  color: #7E94A7;
}
.section__team-block-white .text-blue {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  /* Basic */
  color: #4895D9;
}
@media (max-width: 992px) {
  .section__programs .item-pos {
    inset: 10px auto 10px auto !important;
  }
  .section__programs .item-pos .bubble-item {
    min-width: 100%;
  }
  .section__programs .item-pos .asd-item-first {
    display: none;
  }
  .section__programs .item-pos .asd-item {
    display: none;
  }
}
@media (max-width: 992px) {
  .section__programs .title-line-gradient {
    width: 250px !important;
  }
}
.section__programs .lime-text {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #4AD9BF;
}
.section__programs .blue-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height */
  color: #4895D9;
}
.section__programs .grey-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  color: #7E94A7;
}
.section__programs .pink-text {
  font-weight: 600;
  font-size: 17px;
  line-height: 17px;
  /* identical to box height */
  background: linear-gradient(0deg, #B864DD, #B864DD), linear-gradient(136.46deg, #2CCDB6 19.93%, #6B37B7 97.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.section__programs .gradient-text {
  position: relative;
  font-weight: 600;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  background: radial-gradient(141.42% 141.42% at 100% 100%, #6273D9 0%, #6273D9 2%, #36C8D9 10%, #8249D7 100%), linear-gradient(136.46deg, #2CCDB6 19.93%, #6B37B7 97.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.section__programs .purple-text {
  font-weight: 600;
  font-size: 17px;
  line-height: 22px;
  /* identical to box height */
  color: #6273D9;
}
.section__programs .lime-text {
  font-weight: 600;
  font-size: 17px;
  line-height: 17px;
  color: #4AD9BF;
}
.section__programs .btn-request {
  padding: 20px 26px;
  background: #F1F5FD;
  box-shadow: -2px 2px 4px rgba(158, 161, 162, 0.2), 2px -2px 4px rgba(158, 161, 162, 0.2), -2px -2px 4px rgba(255, 255, 255, 0.9), 2px 2px 5px rgba(158, 161, 162, 0.9);
  border-radius: 20px;
  outline: unset;
  border: 1px solid #F1F5FD;
  transition: 0.3s ease-in-out;
}
.section__programs .btn-request.lime-text:hover {
  color: #4AD9BF;
  border: 1px solid #4AD9BF !important;
}
.section__programs .btn-request.lime-text:focus {
  border: unset;
}
.section__programs .btn-request.blue-text:hover {
  color: #4895D9;
  border: 1px solid #4895D9 !important;
}
.section__programs .btn-request.blue-text:focus {
  border: unset;
}
.section__programs .btn-request.purple-text:hover {
  color: #6273D9;
  border: 1px solid #6273D9 !important;
}
.section__programs .btn-request.purple-text:focus {
  border: unset;
}
.section__programs .btn-request.gradient-text:hover {
  border: 1px solid #6273D9 !important;
}
.section__programs .btn-request.gradient-text:focus {
  border: unset;
}
.section__programs .btn-request:focus {
  box-shadow: inset -2px 2px 4px rgba(158, 161, 162, 0.2), inset 2px -2px 4px rgba(158, 161, 162, 0.2), inset -2px -2px 4px rgba(255, 255, 255, 0.9), inset 2px 2px 5px rgba(158, 161, 162, 0.9);
}
.section__programs .btn-request:focus svg {
  rotate: 210deg;
}
.section__programs .status {
  font-weight: 400;
  font-size: 38px;
  line-height: 46px;
  color: #4895D9;
}
.section__programs-border {
  background: #ECF0F3;
  border: 2px solid #4895D9;
  border-radius: 30px;
  padding: 10px 18px;
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  /* identical to box height */
  color: #4B4B4B;
}
.section__programs-borderBlock {
  background: linear-gradient(96.63deg, rgba(205, 246, 255, 0.2) 30.47%, rgba(255, 255, 255, 0.2) 78.55%, rgba(126, 176, 222, 0.2) 131.91%), rgba(241, 241, 241, 0.1);
  border: 1px solid #4895D9;
  box-shadow: inset 0px 0.5px 2px rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border-radius: 20px;
  padding: 5px;
}
.section__programs-borderBlock .block {
  padding: 0 11px;
}
.section__programs-borderBlock .border-left {
  border-left: 1px solid #549CDB;
}
@media (max-width: 992px) {
  .section__programs-borderBlock .border-left {
    border-left: unset;
  }
}
.section__programs-borderBlock .grey-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #7E94A7;
}
.section__programs-borderBlock .blue-text {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #4895D9;
}
.section__programs-block-bordered {
  background: #ECF0F3;
  width: 135px;
  box-shadow: inset 0px 0.5px 2px rgba(255, 255, 255, 0.4);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #4B4B4B;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  background-clip: padding-box;
  border: solid 2px transparent;
  padding: 10px 10px;
  border-radius: 30px;
}
.section__programs-block-bordered:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px; /* !importanté */
  border-radius: inherit; /* !importanté */
  background: linear-gradient(rgb(72, 149, 217), rgb(72, 149, 217));
}
.section__programs-block-bordered-lime {
  background: #ECF0F3;
  width: 135px;
  box-shadow: inset 0px 0.5px 2px rgba(255, 255, 255, 0.4);
  color: #4B4B4B;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  background-clip: padding-box;
  border: solid 2px transparent;
  padding: 10px 10px;
  border-radius: 30px;
}
.section__programs-block-bordered-lime:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px; /* !importanté */
  border-radius: inherit; /* !importanté */
  background: linear-gradient(rgb(74, 217, 191), rgb(74, 217, 191));
}
.section__programs-block-bordered-pink {
  background: #ECF0F3;
  width: 135px;
  box-shadow: inset 0px 0.5px 2px rgba(255, 255, 255, 0.4);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #4B4B4B;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  background-clip: padding-box;
  border: solid 2px transparent;
  padding: 10px 10px;
  border-radius: 30px;
}
.section__programs-block-bordered-pink:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px; /* !importanté */
  border-radius: inherit; /* !importanté */
  background: linear-gradient(rgb(184, 100, 221), rgb(184, 100, 221));
}
.section__programs-block-bordered-gradient {
  background: #ECF0F3;
  width: 135px;
  box-shadow: inset 0px 0.5px 2px rgba(255, 255, 255, 0.4);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #4B4B4B;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  background-clip: padding-box;
  border: solid 2px transparent;
  padding: 10px 10px;
  border-radius: 30px;
}
.section__programs-block-bordered-gradient:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px; /* !importanté */
  border-radius: inherit; /* !importanté */
  background: linear-gradient(rgb(44, 205, 182), rgb(107, 55, 183));
}
.section__programs-block-shadow {
  width: 135px;
  background: #ECF0F3;
  box-shadow: -2px 2px 4px rgba(158, 161, 162, 0.2), 2px -2px 4px rgba(158, 161, 162, 0.2), -2px -2px 4px rgba(255, 255, 255, 0.9), 2px 2px 5px rgba(158, 161, 162, 0.9), inset 0px 0.5px 2px rgba(255, 255, 255, 0.4), inset 0px 0.5px 2px rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  padding: 10px 10px;
  border-radius: 30px;
}

.posts .swiper-slide-prev {
  height: 0;
}
.posts .swiper-slide {
  text-align: start;
  padding: 10px 15px;
}
@media (max-width: 576px) {
  .posts .swiper-slide {
    display: block;
  }
}

footer {
  padding: 25px 0;
}
footer .img-footer {
  background-repeat: repeat-x;
  height: 65px;
}
@media (max-width: 992px) {
  footer .img-footer {
    height: 35px;
  }
}
footer .container-fluid {
  max-width: 1600px;
}
footer .footer-menu a {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #4B4B4B;
}
footer .link-grad {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  text-decoration-line: underline !important;
  /* maneki neko */
  background: linear-gradient(136.46deg, #2CCDB6 19.93%, #6B37B7 97.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.line-gradient {
  border-radius: 25px;
  background: linear-gradient(90deg, #6273D9, #4AD9BF, #8249D7);
}

.bg-blur {
  padding: 25px 60px;
  box-sizing: border-box;
  background: linear-gradient(104.25deg, rgba(205, 246, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 47.4%, rgba(126, 176, 222, 0.2) 100%), rgba(241, 241, 241, 0.1);
  box-shadow: inset 0px 0.5px 2px rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border-radius: 78px;
}
@media (max-width: 576px) {
  .bg-blur {
    padding: 25px 35px;
  }
}

.btn-lang {
  background: #EFF6FD;
  box-shadow: 2.76029px 4.96852px 6.16465px rgba(209, 217, 230, 0.67), 2.76029px 2.20823px 3.12833px rgba(209, 217, 230, 0.34), 2.76029px 2.57627px 3.49637px rgba(209, 217, 230, 0.4), 2.76029px 3.22034px 4.14044px rgba(209, 217, 230, 0.48), -1.84019px -5.79661px 5.98063px rgba(255, 255, 255, 0.75), -1.84019px -3.3891px 3.92623px rgba(255, 255, 255, 0.539141), -1.84019px -2.88577px 3.22273px rgba(255, 255, 255, 0.44708), -1.84019px -2.61478px 2.77563px rgba(255, 255, 255, 0.375);
  border-radius: 3px !important;
  transition: 0.2s ease-in-out;
}
.btn-lang:focus {
  border: unset;
}
.btn-lang:hover {
  color: #7E94A7;
  box-shadow: inset 6px 6px 12px rgba(205, 206, 207, 0.2), inset -6px -6px 12px rgba(205, 206, 207, 0.2), inset 6px -6px 12px rgba(255, 255, 255, 0.9), inset -6px 6px 15px rgba(205, 206, 207, 0.9);
}

.btn-login {
  background: #EFF6FD;
  padding: 10px 22px !important;
  box-shadow: 2.76029px 4.96852px 6.16465px rgba(209, 217, 230, 0.67), 2.76029px 2.20823px 3.12833px rgba(209, 217, 230, 0.34), 2.76029px 2.57627px 3.49637px rgba(209, 217, 230, 0.4), 2.76029px 3.22034px 4.14044px rgba(209, 217, 230, 0.48), -1.84019px -5.79661px 5.98063px rgba(255, 255, 255, 0.75), -1.84019px -3.3891px 3.92623px rgba(255, 255, 255, 0.539141), -1.84019px -2.88577px 3.22273px rgba(255, 255, 255, 0.44708), -1.84019px -2.61478px 2.77563px rgba(255, 255, 255, 0.375);
  border-radius: 33px !important;
  font-family: "Montserrat", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 13.9091px;
  line-height: 17px;
  color: #7E94A7;
}
.btn-login:hover {
  color: #7E94A7;
  box-shadow: inset 6px 6px 12px rgba(205, 206, 207, 0.2), inset -6px -6px 12px rgba(205, 206, 207, 0.2), inset 6px -6px 12px rgba(255, 255, 255, 0.9), inset -6px 6px 15px rgba(205, 206, 207, 0.9);
}
@media (max-width: 576px) {
  .btn-login {
    padding: 10px !important;
  }
}

.btn-sidebar {
  background: #EFF6FD;
  padding: 10px 13px !important;
  box-shadow: 2.76029px 4.96852px 6.16465px rgba(209, 217, 230, 0.67), 2.76029px 2.20823px 3.12833px rgba(209, 217, 230, 0.34), 2.76029px 2.57627px 3.49637px rgba(209, 217, 230, 0.4), 2.76029px 3.22034px 4.14044px rgba(209, 217, 230, 0.48), -1.84019px -5.79661px 5.98063px rgba(255, 255, 255, 0.75), -1.84019px -3.3891px 3.92623px rgba(255, 255, 255, 0.539141), -1.84019px -2.88577px 3.22273px rgba(255, 255, 255, 0.44708), -1.84019px -2.61478px 2.77563px rgba(255, 255, 255, 0.375);
  border-radius: 33px !important;
  font-family: "Montserrat", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 13.9091px;
  line-height: 17px;
  color: #7E94A7;
}

.select2-container .select2-selection--single .select2-selection__rendered .img-flag {
  float: left;
  margin-right: 5px;
}

.select2-dropdown.select2-dropdown--below {
  border-radius: 10px !important;
  overflow: hidden !important;
  width: 320.328px !important;
  padding: 4px 0px 0px 0px !important;
  backdrop-filter: blur(10px);
  background-color: unset !important;
}
.select2-dropdown.select2-dropdown--below input {
  outline: unset;
}
.select2-dropdown.select2-dropdown--below img {
  width: 30px;
  height: 30px;
  object-fit: cover;
}

.select2 {
  width: 100% !important;
}
.select2 img {
  width: 22px;
  height: 22px;
}

.text-red {
  font-weight: 600 !important;
  color: red !important;
}

.menu-links a {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #4B4B4B;
}

.select2-selection__rendered > span {
  display: flex !important;
  align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: unset !important;
  right: 25px !important;
}

.select2-container--default .select2-selection--single {
  display: flex !important;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  background-color: #F2F7FE !important;
  color: #9E9E9E;
  padding: 15px 24px;
  outline: unset;
  height: 54px !important;
  border: unset !important;
  width: 100%;
  box-shadow: inset -2px 2px 4px rgba(145, 147, 149, 0.2), inset 2px -2px 4px rgba(145, 147, 149, 0.2), inset -2px -2px 4px rgba(255, 255, 255, 0.9), inset 2px 2px 5px rgba(145, 147, 149, 0.9);
  border-radius: 30px !important;
}

.btn-registration {
  padding: 10px 22px !important;
  background: #EFF6FD;
  border-radius: 33.86px !important;
  box-shadow: 2.76029px 4.96852px 6.16465px rgba(209, 217, 230, 0.67), 2.76029px 2.20823px 3.12833px rgba(209, 217, 230, 0.34), 2.76029px 2.57627px 3.49637px rgba(209, 217, 230, 0.4), 2.76029px 3.22034px 4.14044px rgba(209, 217, 230, 0.48), -1.84019px -5.79661px 5.98063px rgba(255, 255, 255, 0.75), -1.84019px -3.3891px 3.92623px rgba(255, 255, 255, 0.539141), -1.84019px -2.88577px 3.22273px rgba(255, 255, 255, 0.44708), -1.84019px -2.61478px 2.77563px rgba(255, 255, 255, 0.375);
  color: #7E94A7;
  font-family: "Montserrat", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  transition: all 0.3s ease-in-out;
}
.btn-registration:hover {
  background: linear-gradient(136.46deg, #2CCDB6 19.93%, #6B37B7 97.79%);
  box-shadow: inset -4px 4px 8px rgba(46, 49, 78, 0.2), inset 4px -4px 8px rgba(46, 49, 78, 0.2), inset -4px -4px 8px rgba(184, 197, 255, 0.9), inset 4px 4px 10px rgba(46, 49, 78, 0.9);
  border-radius: 33.86px !important;
  color: white;
}
@media (max-width: 576px) {
  .btn-registration {
    padding: 10px !important;
  }
}

.btn-link {
  background: #ECF0F3;
  box-shadow: 10px 14px 24px rgba(132, 170, 226, 0.42);
  border-radius: 30px;
  padding: 20px 35px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #4B4B4B;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  background-clip: padding-box;
  border: solid 2px transparent;
  transition: 0.2s ease-in-out;
}
.btn-link:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px; /* !importanté */
  border-radius: inherit; /* !importanté */
  background: linear-gradient(rgb(98, 115, 217), rgb(98, 115, 217), rgb(72, 149, 217), rgb(54, 200, 217), rgb(74, 217, 191), rgb(184, 101, 221), rgb(130, 73, 215), rgb(44, 205, 182), rgb(107, 55, 183));
}
.btn-link:hover {
  background: #ffffff;
  color: black !important;
  border: 2px solid rgb(98, 115, 217);
}

.btn-link-orange {
  background: #ECF0F3;
  box-shadow: 10px 14px 24px rgba(132, 170, 226, 0.42);
  border-radius: 30px;
  padding: 20px 35px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #4B4B4B;
  text-decoration: none !important;
  color: #4B4B4B;
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  background-clip: padding-box;
  border: solid 2px transparent;
  transition: 0.2s ease-in-out;
}
.btn-link-orange:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px; /* !importanté */
  border-radius: inherit; /* !importanté */
  background: linear-gradient(rgb(242, 180, 66), rgb(214, 55, 131));
}
.btn-link-orange:hover {
  background: #ffffff;
  color: black !important;
  border: 2px solid rgb(242, 180, 66);
}

.qwe {
  width: 394px !important;
  left: 1px;
  height: 308px;
}

.asd {
  top: -624px !important;
  height: 40px !important;
  background: black;
  margin: 0 auto;
  transform: rotate(225deg) !important;
  border-radius: 0 0 12px 0;
  margin-top: -22px;
  position: relative;
  left: calc(0.5vw + 120px) !important;
}

.pointer {
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  top: -298px;
  height: 40px;
  width: 40px;
  background: linear-gradient(325deg, rgba(205, 246, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 47.4%, rgba(126, 176, 222, 0) 100%), rgba(241, 241, 241, 0.55);
  box-shadow: inset 0px 0.5px 2px rgba(255, 255, 255, 0.4);
  margin: 0 auto;
  transform: rotate(225deg);
  border-radius: 0 0 12px 0;
  margin-top: -21px;
  position: relative;
  left: calc(0.5vw + 120px);
}

.blurred {
  left: 2px;
  background: linear-gradient(180deg, rgb(98, 115, 217), rgb(98, 115, 217), rgb(72, 149, 217), rgb(54, 200, 217), rgb(74, 217, 191), rgb(184, 101, 221), rgb(130, 73, 215)) !important;
  -webkit-mask: linear-gradient(180deg, rgb(98, 115, 217), rgb(98, 115, 217), rgb(72, 149, 217), rgb(54, 200, 217), rgb(74, 217, 191), rgb(184, 101, 221), rgb(130, 73, 215)) !important;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  position: relative;
  top: -321px;
  transform: scale(1.03);
  z-index: -1;
}
@media (max-width: 992px) {
  .blurred {
    left: 0px;
  }
}

.item-pos {
  transform: unset !important;
  inset: 10px 10px 10px 10px !important;
  --bs-dropdown-min-width: unset!important;
}

.bubble {
  width: 400px;
  padding: 45px 60px;
  box-sizing: border-box;
  background: linear-gradient(104.25deg, rgba(205, 246, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 47.4%, rgba(126, 176, 222, 0.2) 100%), rgba(241, 241, 241, 0.8);
  box-shadow: inset 0px 0.5px 2px rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  position: relative;
  height: 302px;
  min-width: 200px;
  display: block;
  margin: 0 auto;
  border-radius: 20px;
  margin-top: 0px;
}

.bubble-donor {
  left: 125%;
  padding: 10px 30px;
  box-sizing: border-box;
  background: linear-gradient(104.25deg, rgba(205, 246, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 47.4%, rgba(126, 176, 222, 0.2) 100%), rgba(241, 241, 241, 0.8);
  box-shadow: inset 0px 0.5px 2px rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  position: relative;
  min-width: 200px;
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  margin-top: 28px;
}

.asd-donor {
  top: -172px !important;
  height: 40px !important;
  background: black;
  margin: 0 auto;
  transform: rotate(225deg) !important;
  border-radius: 0 0 12px 0;
  margin-top: -22px;
  position: relative;
  left: calc(0.5vw + 275px) !important;
}

.pointer-donor {
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  top: -149px;
  height: 40px;
  width: 40px;
  background: linear-gradient(141deg, rgba(255, 246, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 47.4%, rgba(126, 176, 222, 0) 100%), rgba(241, 241, 241, 0.8);
  box-shadow: inset 0px 0.5px 2px rgba(255, 255, 255, 0.4);
  margin: 0 auto;
  transform: rotate(225deg);
  border-radius: 0 0 12px 0;
  margin-top: -21px;
  position: relative;
  left: calc(0.5vw + 275px);
}

.blurred-donor {
  left: 125%;
  background: linear-gradient(180deg, rgb(74, 217, 191), rgb(74, 217, 191));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  position: relative;
  top: -100px;
  transform: scale(1.03);
  z-index: -1;
}

.bubble-item {
  padding: 10px 30px;
  box-sizing: border-box;
  background: linear-gradient(104.25deg, rgba(205, 246, 255, 0.07) 0%, rgba(255, 255, 255, 0.8) 47.4%, rgba(126, 176, 222, 0.2) 100%), rgba(241, 241, 241, 0.94);
  box-shadow: inset 0px 0.5px 2px rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  position: relative;
  min-width: 600px;
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  margin-top: 210px;
}
.bubble-item .name {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  color: #7E94A7;
}
.bubble-item .login {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  /* Basic */
}
@media (max-width: 1400px) {
  .bubble-item {
    min-width: 400px;
  }
}
@media (max-width: 992px) {
  .bubble-item {
    min-width: 220px;
  }
}

.dropdown-menu-blue {
  box-shadow: inset 0px 0.5px 2px rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border-radius: 5px;
}
.dropdown-menu-blue::before {
  content: "";
  position: absolute;
  inset: calc(0px - var(--border-w));
  z-index: -1;
  border-radius: 15px;
  padding: 3px;
  background: linear-gradient(180deg, rgb(98, 115, 217), rgb(98, 115, 217), rgb(72, 149, 217), rgb(54, 200, 217), rgb(74, 217, 191), rgb(184, 101, 221), rgb(130, 73, 215));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.asd-item-first {
  top: 140px !important;
  left: 50px;
  height: 40px !important;
  background: black;
  margin: 0 auto;
  transform: rotate(225deg) !important;
  border-radius: 0 0 12px 0;
  position: absolute !important;
  margin-top: 59px !important;
}

.pointer-item {
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  height: 40px;
  width: 40px;
  background: linear-gradient(141deg, rgba(255, 246, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 47.4%, rgba(126, 176, 222, 0) 100%), rgba(241, 241, 241, 0.8);
  box-shadow: inset 0px 0.5px 2px rgba(255, 255, 255, 0.4);
  margin: 0 auto;
  transform: rotate(225deg);
  border-radius: 0 0 12px 0;
  position: relative;
}

.asd-item {
  top: 140px !important;
  left: 50px;
  height: 40px !important;
  background: black;
  margin: 0 auto;
  transform: rotate(225deg) !important;
  border-radius: 0 0 12px 0;
  position: absolute !important;
  margin-top: 55px !important;
}

.basic-color .dropdown-menu-donor {
  font-weight: 200;
  font-size: 14px;
  line-height: 17px;
  color: #353535;
  --bs-gutter-x: 5.5rem;
  padding: 50px 50px;
  background: linear-gradient(104.25deg, rgba(205, 246, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 47.4%, rgba(126, 176, 222, 0.2) 100%), rgba(241, 241, 241, 0.1);
  box-shadow: inset 0px 0.5px 2px rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border-radius: 5px;
  position: relative;
  margin: 20px 0;
}
.basic-color .dropdown-menu-donor::before {
  content: "";
  position: absolute;
  inset: calc(0px - var(--border-w));
  z-index: -1;
  border-radius: 15px;
  padding: 3px;
  background: linear-gradient(180deg, #4895D9, #4895D9);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.basic-color a {
  color: #4895D9 !important;
}
.basic-color .bubble-donor {
  left: 125%;
  padding: 10px 30px;
  box-sizing: border-box;
  background: linear-gradient(104.25deg, rgba(205, 246, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 47.4%, rgba(126, 176, 222, 0.2) 100%), rgba(241, 241, 241, 0.8);
  box-shadow: inset 0px 0.5px 2px rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  position: relative;
  min-width: 200px;
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  margin-top: 28px;
}
.basic-color .asd-donor {
  top: -172px !important;
  height: 40px !important;
  background: black;
  margin: 0 auto;
  transform: rotate(225deg) !important;
  border-radius: 0 0 12px 0;
  margin-top: -22px;
  position: relative;
  left: calc(0.5vw + 275px) !important;
}
.basic-color .pointer-donor {
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  top: -149px;
  height: 40px;
  width: 40px;
  background: linear-gradient(141deg, rgba(255, 246, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 47.4%, rgba(126, 176, 222, 0) 100%), rgba(241, 241, 241, 0.8);
  box-shadow: inset 0px 0.5px 2px rgba(255, 255, 255, 0.4);
  margin: 0 auto;
  transform: rotate(225deg);
  border-radius: 0 0 12px 0;
  margin-top: -21px;
  position: relative;
  left: calc(0.5vw + 275px);
}
.basic-color .blurred-donor {
  left: 125%;
  background: linear-gradient(180deg, #4895D9, #4895D9);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  position: relative;
  top: -100px;
  transform: scale(1.03);
  z-index: -1;
}

.purple-color .dropdown-menu-donor {
  font-weight: 200;
  font-size: 14px;
  line-height: 17px;
  color: #353535;
  --bs-gutter-x: 5.5rem;
  padding: 50px 50px;
  background: linear-gradient(104.25deg, rgba(205, 246, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 47.4%, rgba(126, 176, 222, 0.2) 100%), rgba(241, 241, 241, 0.1);
  box-shadow: inset 0px 0.5px 2px rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border-radius: 5px;
  position: relative;
  margin: 20px 0;
}
.purple-color .dropdown-menu-donor::before {
  content: "";
  position: absolute;
  inset: calc(0px - var(--border-w));
  z-index: -1;
  border-radius: 15px;
  padding: 3px;
  background: linear-gradient(180deg, #6273D9, #6273D9);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.purple-color a {
  color: #6273D9 !important;
}
.purple-color .bubble-donor {
  left: 125%;
  padding: 10px 30px;
  box-sizing: border-box;
  background: linear-gradient(104.25deg, rgba(205, 246, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 47.4%, rgba(126, 176, 222, 0.2) 100%), rgba(241, 241, 241, 0.8);
  box-shadow: inset 0px 0.5px 2px rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  position: relative;
  min-width: 200px;
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  margin-top: 28px;
}
.purple-color .asd-donor {
  top: -172px !important;
  height: 40px !important;
  background: black;
  margin: 0 auto;
  transform: rotate(225deg) !important;
  border-radius: 0 0 12px 0;
  margin-top: -22px;
  position: relative;
  left: calc(0.5vw + 275px) !important;
}
.purple-color .pointer-donor {
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  top: -149px;
  height: 40px;
  width: 40px;
  background: linear-gradient(141deg, rgba(255, 246, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 47.4%, rgba(126, 176, 222, 0) 100%), rgba(241, 241, 241, 0.8);
  box-shadow: inset 0px 0.5px 2px rgba(255, 255, 255, 0.4);
  margin: 0 auto;
  transform: rotate(225deg);
  border-radius: 0 0 12px 0;
  margin-top: -21px;
  position: relative;
  left: calc(0.5vw + 275px);
}
.purple-color .blurred-donor {
  left: 125%;
  background: linear-gradient(180deg, #6273D9, #6273D9);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  position: relative;
  top: -100px;
  transform: scale(1.03);
  z-index: -1;
}

.blurred-item {
  background: linear-gradient(180deg, rgb(98, 115, 217), rgb(98, 115, 217));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  position: relative;
  top: -100px;
  transform: scale(1.03);
  z-index: -1;
}

.btn-add {
  padding: 18px 22px !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 17px;
  color: #FFFFFF !important;
  border-radius: 50px !important;
}

.blue {
  background: #4895D9 !important;
}

.lime {
  background: #4AD9BF;
}

.lime-text-block {
  color: #4AD9BF !important;
}

.purple {
  background: #9a6bda;
}

.purple-text-block {
  background: #9a6bda;
}

.gradient {
  background: linear-gradient(136.46deg, #2CCDB6 19.93%, #6B37B7 97.79%);
}

.title-line-gradient {
  width: 167px;
  height: 6px;
  border-radius: 25px;
  background: linear-gradient(90deg, #6273D9, #4AD9BF, #8249D7);
}

@media (max-width: 1400px) {
  .mainer {
    padding: 0 15px !important;
  }
  .head-col-1 {
    width: 175px !important;
  }
  .head-col-2 {
    width: 160px !important;
  }
  .head-col-3 {
    width: 250px !important;
  }
}
@media (max-width: 992px) {
  .mob-size-draw {
    padding: 5px 10px;
  }
  footer .container {
    padding: 0 20px !important;
  }
  .categody-mob {
    height: 150px;
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    justify-content: center !important;
  }
  .categody-mob .mb-5 {
    display: flex;
    align-items: baseline;
  }
}
@media (max-width: 768px) {
  .categody-mob {
    height: 150px;
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    justify-content: start !important;
  }
}
.block-white {
  padding: 35px 45px;
  position: relative;
  z-index: 0;
  background: #F3F7FE;
  box-shadow: -2px 2px 4px rgba(158, 161, 162, 0.2), 2px -2px 4px rgba(158, 161, 162, 0.2), -2px -2px 4px rgba(255, 255, 255, 0.9), 2px 2px 5px rgba(158, 161, 162, 0.9);
  border-radius: 20px;
}

.code {
  word-wrap: break-word;
  font-size: 12px;
}
@media (max-width: 1400px) {
  .code {
    width: 80%;
  }
}

.last-news {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 700;
  font-weight: 700;
  font-size: 76px;
  line-height: 76px;
  background: linear-gradient(0deg, #6273D9, #6273D9), radial-gradient(141.42% 141.42% at 100% 100%, #6273D9 0%, #6273D9 2%, #36C8D9 10%, #8249D7 100%), linear-gradient(136.46deg, #2CCDB6 19.93%, #6B37B7 97.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media (max-width: 576px) {
  .last-news {
    font-size: 43px;
    line-height: 43px;
  }
}

@media (max-width: 576px) {
  .section__fund .mob-size {
    max-width: 100% !important;
  }
}
.accordion li {
  display: flex;
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1.5rem;
}
.accordion li::after {
  content: "";
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 100;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/assets/img/small-ball-blue.png");
  border-radius: 50%;
  transform: translate(0, -50%);
}
.accordion ul {
  padding: 0;
  margin: 0;
}
.accordion .list-item.list-holder::after {
  display: none;
}
.accordion .list-item.list-holder {
  margin-bottom: 0;
}
.accordion .list-item:not(:first-child)::before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 10rem;
  position: absolute;
  top: 39px;
  left: 5px;
  background-color: #4895D9;
  border-radius: 0px;
  transform: translate(210%, -85%);
}
.accordion .list-item.list-holder + .list-item::before,
.accordion .list-item.list-holder::before {
  display: none;
}
.accordion .list-holder > .list {
  position: relative;
}
.accordion .list-holder > .list::after {
  position: absolute;
  top: -2%;
  left: 11px;
  display: block;
  width: 1.7rem;
  height: 12.4rem;
  border-bottom-left-radius: 0px;
  border-left: 0.1rem solid #4895D9;
  border-bottom: 0.1rem solid #4895D9;
  transform: translate(-130%, -56%);
}
.accordion .list-item.list-holder + .list-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  display: block;
  width: 1rem;
  height: 2.7rem;
  background-color: transparent;
  border-radius: 0;
  border-top-left-radius: 5px;
  border-top: 0.2rem solid green;
  border-left: 0.2rem solid green;
  transform: translate(40%, -90%);
}
@media (max-width: 1500px) {
  .accordion .section__team-block-white {
    width: 70vw !important;
  }
}
@media (max-width: 992px) {
  .accordion li {
    display: block;
    padding-left: 0;
  }
  .accordion .section__team-block-white {
    width: 100% !important;
  }
  .accordion .list-item:not(:first-child)::before {
    content: unset;
  }
  .accordion .list-holder > .list::after {
    content: unset;
  }
  .accordion li::after {
    content: unset;
  }
}

#date_needed {
  border: unset;
  padding: 8px 22px;
  width: 300px;
  height: 52px;
  background-color: #F2F7FE;
  box-shadow: inset -2px 2px 4px rgba(145, 147, 149, 0.2), inset 2px -2px 4px rgba(145, 147, 149, 0.2), inset -2px -2px 4px rgba(255, 255, 255, 0.9), inset 2px 2px 5px rgba(145, 147, 149, 0.9);
  border-radius: 40px;
}

.drpdwn .custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
}
.drpdwn .custom-select-wrapper select {
  display: none;
}
.drpdwn .custom-select {
  position: relative;
  display: inline-block;
}
.drpdwn .custom-select-trigger {
  padding: 8px 22px;
  width: 279px;
  height: 52px;
  background-color: #F2F7FE;
  box-shadow: inset -2px 2px 4px rgba(145, 147, 149, 0.2), inset 2px -2px 4px rgba(145, 147, 149, 0.2), inset -2px -2px 4px rgba(255, 255, 255, 0.9), inset 2px 2px 5px rgba(145, 147, 149, 0.9);
  border-radius: 40px;
  position: relative;
  display: flex;
  align-items: center;
  color: black;
  cursor: pointer;
  font-weight: 700;
  line-height: 17px;
  font-size: 1rem;
}
.drpdwn .custom-select-trigger:after {
  position: absolute;
  display: block;
  content: url("/assets/img/triangle.svg");
  top: 50%;
  right: 25px;
  margin-top: -3px;
  transform: rotate(0deg) translateY(-50%);
  transition: all 0.4s ease-in-out;
  transform-origin: 50% 0;
}
.drpdwn .custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  transform: rotate(90deg) translateY(-50%);
}
.drpdwn .custom-options {
  background-color: #F2F7FE;
  /*   box-shadow: inset -2px 2px 4px rgba(145, 147, 149, 0.2),

  inset -2px -2px 4px rgba(255, 255, 255, 0.9),
  inset 2px 2px 5px rgba(145, 147, 149, 0.9);*/
  text-align: center;
  position: absolute;
  display: block;
  top: 100%;
  left: 0%;
  right: 0;
  z-index: 100;
  width: 300px;
  margin: 15px 0;
  border: 2px solid #6273D9;
  border-radius: 10px;
  box-sizing: border-box;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
}
.drpdwn .custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}
.drpdwn .custom-options:before {
  position: absolute;
  display: none;
  bottom: 100%;
  right: 25px;
  width: 7px;
  height: 7px;
  margin-bottom: -4px;
  border-top: 1px solid #b5b5b5;
  border-left: 1px solid #b5b5b5;
  background: #fff;
  transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}
.drpdwn .option-hover:before {
  background: #f9f9f9;
}
.drpdwn .custom-option {
  position: relative;
  display: block;
  padding: 0 22px;
  border-bottom: 1px solid #b5b5b5;
  font-size: 18px;
  font-weight: 600;
  color: #b5b5b5;
  line-height: 47px;
  cursor: pointer;
  transition: all 0.5s ease;
}
.drpdwn .custom-option:first-of-type {
  border-radius: 4px 4px 0 0;
}
.drpdwn .custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
}
.drpdwn .custom-option:hover, .drpdwn .custom-option.selection {
  box-shadow: inset -2px 2px 4px rgba(189, 191, 194, 0.2), inset 2px -2px 4px rgba(173, 176, 178, 0.2), inset -2px -2px 4px rgba(255, 255, 255, 0.9), inset 2px 2px 5px rgba(145, 147, 149, 0.9);
}

.drpdwn-country .custom-select {
  width: 100%;
}
.drpdwn-country .custom-select-wrapper {
  position: relative;
  width: 100%;
  user-select: none;
}
.drpdwn-country .custom-select-wrapper select {
  display: none;
}
.drpdwn-country .custom-select {
  position: relative;
  display: inline-block;
}
.drpdwn-country .custom-select-trigger {
  padding: 8px 22px;
  width: 100%;
  height: 54px;
  background-color: #F2F7FE;
  box-shadow: inset -2px 2px 4px rgba(145, 147, 149, 0.2), inset 2px -2px 4px rgba(145, 147, 149, 0.2), inset -2px -2px 4px rgba(255, 255, 255, 0.9), inset 2px 2px 5px rgba(145, 147, 149, 0.9);
  border-radius: 40px;
  position: relative;
  display: flex;
  align-items: center;
  color: #9E9E9E;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.drpdwn-country .custom-select-trigger:after {
  position: absolute;
  display: block;
  content: url("/assets/img/triangle.svg");
  top: 50%;
  right: 25px;
  margin-top: -3px;
  transform: rotate(0deg) translateY(-50%);
  transition: all 0.4s ease-in-out;
  transform-origin: 50% 0;
}
.drpdwn-country .custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  transform: rotate(90deg) translateY(-50%);
}
.drpdwn-country .custom-options {
  background-color: #F2F7FE;
  /*   box-shadow: inset -2px 2px 4px rgba(145, 147, 149, 0.2),

  inset -2px -2px 4px rgba(255, 255, 255, 0.9),
  inset 2px 2px 5px rgba(145, 147, 149, 0.9);*/
  text-align: center;
  position: absolute;
  display: block;
  top: 100%;
  left: 0%;
  right: 0;
  z-index: 100;
  width: 300px;
  margin: 15px 0;
  border: 2px solid #6273D9;
  border-radius: 10px;
  box-sizing: border-box;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
}
.drpdwn-country .custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}
.drpdwn-country .custom-options:before {
  position: absolute;
  display: none;
  bottom: 100%;
  right: 25px;
  width: 7px;
  height: 7px;
  margin-bottom: -4px;
  border-top: 1px solid #b5b5b5;
  border-left: 1px solid #b5b5b5;
  background: #fff;
  transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}
.drpdwn-country .option-hover:before {
  background: #f9f9f9;
}
.drpdwn-country .custom-option {
  position: relative;
  display: block;
  padding: 0 22px;
  border-bottom: 1px solid #b5b5b5;
  font-size: 18px;
  font-weight: 600;
  color: #b5b5b5;
  line-height: 47px;
  cursor: pointer;
  transition: all 0.5s ease;
}
.drpdwn-country .custom-option:first-of-type {
  border-radius: 4px 4px 0 0;
}
.drpdwn-country .custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
}
.drpdwn-country .custom-option:hover, .drpdwn-country .custom-option.selection {
  box-shadow: inset -2px 2px 4px rgba(189, 191, 194, 0.2), inset 2px -2px 4px rgba(173, 176, 178, 0.2), inset -2px -2px 4px rgba(255, 255, 255, 0.9), inset 2px 2px 5px rgba(145, 147, 149, 0.9);
}

.arrow-dis {
  background-image: unset !important;
}

.unclosedPlace {
  transition: 0.2s ease-in-out;
}
.unclosedPlace:hover {
  background: #4895D9;
  color: white;
  border-color: white;
}

.plus-basic svg circle {
  transition: all 0.3s ease-in-out;
}
.plus-basic svg path {
  transition: all 0.3s ease-in-out;
}
.plus-basic:hover svg circle {
  fill: #e5e5e5;
}
.plus-basic:hover svg path {
  fill: #95c7f8;
}

.plus-donor svg circle {
  transition: all 0.3s ease-in-out;
}
.plus-donor svg path {
  transition: all 0.3s ease-in-out;
}
.plus-donor:hover svg circle {
  fill: #e5e5e5;
}
.plus-donor:hover svg path {
  fill: #75efd9;
}

.plus-auto svg circle {
  transition: all 0.3s ease-in-out;
}
.plus-auto svg path {
  transition: all 0.3s ease-in-out;
}
.plus-auto:hover svg circle {
  fill: #e5e5e5;
}
.plus-auto:hover svg path {
  fill: #d292ef;
}

.plus-house svg circle {
  transition: all 0.3s ease-in-out;
}
.plus-house svg path {
  transition: all 0.3s ease-in-out;
}
.plus-house:hover svg circle {
  fill: #e5e5e5;
}
.plus-house:hover svg path {
  fill: #5ddac8;
}

.logo_user {
  height: 64px;
  width: 64px;
  object-fit: cover;
  border-radius: 50%;
}

.title__news-item {
  font-size: 24px;
  line-height: 28px;
}

.secton h1 {
  margin: 0 0 50px 0;
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 64px;
  /* identical to box height */
  text-align: center;
  letter-spacing: 0.01em;
  color: #6273D9;
}
@media (max-width: 576px) {
  .secton h1 {
    font-size: 46px;
    line-height: 46px;
  }
}

.payment__table {
  width: 100%;
  display: grid;
  grid-template-columns: 10% 10% 50% 10% 10% 10%;
  gap: 10px;
}
.payment__item {
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.38);
}

.text-logger {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #7E94A7;
}

.logger__inner {
  background: white;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.38);
  margin-top: 10px;
}
.logger__inner td {
  padding: 5px 10px;
  margin-top: 10px;
}
.logger__inner td:first-child {
  border-radius: 10px 0 0 10px;
}
.logger__inner td:last-child {
  border-radius: 0 10px 10px 0;
}

.paymentItem {
  padding: 10px;
  border-radius: 20px;
  background: #ffffff;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #000000;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.announcment__table {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.announcment__table-tr {
  background: rgba(255, 255, 255, 0.34);
  backdrop-filter: blur(10px);
}
.announcment__table-head {
  color: white;
  font-size: 16px;
  line-height: 20px;
  background: linear-gradient(0deg, #6273D9, #6273D9), linear-gradient(136.46deg, #2CCDB6 19.93%, #6B37B7 97.79%);
}
.announcment__table-head td {
  padding: 5px 2px;
  text-align: center;
}
.announcment__item-title {
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.announcment__item-text {
  font-size: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.announcment__step-input {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #9E9E9E;
  padding: 15px 24px;
  outline: unset;
  border: unset;
  width: 100%;
  background: #F2F7FE;
  box-shadow: inset -2px 2px 4px rgba(145, 147, 149, 0.2), inset 2px -2px 4px rgba(145, 147, 149, 0.2), inset -2px -2px 4px rgba(255, 255, 255, 0.9), inset 2px 2px 5px rgba(145, 147, 149, 0.9);
  border-radius: 30px;
}
.announcment__step-wrapper {
  padding: 10px 20px;
  border-radius: 20px;
  background: #fff;
}
.announcment__step-title {
  margin: 0 1rem 0 0 !important;
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0.01em;
  background: linear-gradient(0deg, #6273D9, #6273D9), linear-gradient(136.46deg, #2CCDB6 19.93%, #6B37B7 97.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.announcment__step-counter {
  border: 2px solid black;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.goods__wrapper {
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 20px;
  background: #F3F7FE;
  box-shadow: 2px 2px 5px 0px rgba(158, 161, 162, 0.9), -2px -2px 4px 0px rgba(255, 255, 255, 0.9), 2px -2px 4px 0px rgba(158, 161, 162, 0.2), -2px 2px 4px 0px rgba(158, 161, 162, 0.2);
}
.goods__img {
  height: 150px;
  object-fit: cover;
  width: 100%;
}
.goods__title {
  font-size: 20px;
  font-family: Bebas Neue;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #6273D9;
}
.goods__price {
  font-size: 20px;
  font-family: Bebas Neue;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.2px;
  color: darkgreen;
}
.goods__info {
  color: #000;
  font-size: 14px;
  font-family: Bebas Neue;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.goods__btn {
  border: 1px solid transparent;
  padding: 10px 0;
  border-radius: 50px;
  color: white;
  background: radial-gradient(141.42% 141.42% at 100% 100%, #6273D9 0%, #6273D9 2%, #36C8D9 10%, #8249D7 100%), linear-gradient(171deg, #2CCDB6 0%, #6B37B7 100%);
}
.goods_temp {
  color: black;
}

.announcment__table {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.announcment__table-tr {
  background: rgba(255, 255, 255, 0.34);
  backdrop-filter: blur(10px);
}
.announcment__table-head {
  color: white;
  font-size: 16px;
  line-height: 20px;
  background: linear-gradient(0deg, #6273D9, #6273D9), linear-gradient(136.46deg, #2CCDB6 19.93%, #6B37B7 97.79%);
}
.announcment__table-head td {
  padding: 5px 2px;
  text-align: center;
}
.announcment__item-title {
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.announcment__item-text {
  font-size: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.announcment__step-input {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #9E9E9E;
  padding: 15px 24px;
  outline: unset;
  border: unset;
  width: 100%;
  background: #F2F7FE;
  box-shadow: inset -2px 2px 4px rgba(145, 147, 149, 0.2), inset 2px -2px 4px rgba(145, 147, 149, 0.2), inset -2px -2px 4px rgba(255, 255, 255, 0.9), inset 2px 2px 5px rgba(145, 147, 149, 0.9);
  border-radius: 30px;
}
.announcment__step-wrapper {
  padding: 10px 20px;
  border-radius: 20px;
  background: #fff;
}
.announcment__step-title {
  margin: 0 1rem 0 0 !important;
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0.01em;
  background: linear-gradient(0deg, #6273D9, #6273D9), linear-gradient(136.46deg, #2CCDB6 19.93%, #6B37B7 97.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.announcment__step-counter {
  border: 2px solid black;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.category__ads-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.category__ads-list {
  border: 1px solid #6273D9;
  padding: 10px 30px;
  font-size: 14px;
  line-height: 16px;
  color: #6273D9;
  border-radius: 20px;
}
.category__ads-list.active {
  background: linear-gradient(0deg, #6273D9, #6273D9), linear-gradient(136.46deg, #2CCDB6 19.93%, #6B37B7 97.79%);
  color: white;
}

.author__ads-wrapper {
  display: grid;
  grid-template-columns: 75px calc(100% - 75px);
  gap: 10px;
}

.author__ads-name {
  font-weight: bold;
  position: relative;
  width: fit-content;
}

.announcment__link-btn {
  padding: 10px;
  color: white;
  font-weight: bold;
  border-radius: 20px;
  background: #6273D9;
  border: 1px solid #6273D9;
  transition: all ease-in-out 0.4s;
}
.announcment__link-btn:hover {
  color: #6273D9;
  background: transparent;
}

.author__ads-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.author__ads-inner {
  border: 1px solid #6273D9;
  padding: 15px;
  border-radius: 20px;
}

.announcment__link-item {
  padding: 10px;
  width: 100%;
}
.announcment__link-item:hover {
  color: initial;
}

.announcment__link-item.our-web {
  background: #6273D9;
  color: white;
}

.announcment__link-item.our-vk, .vk {
  background: #003066;
  color: white;
}

.announcment__link-item.our-tg, .tg {
  background: #229ED9;
  color: white;
}

.announcment__link-item.our-insta, .instagram {
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f09433", endColorstr="#bc1888",GradientType=1 );
  color: white;
}

.profile__ref-link + .profile__ref-link {
  margin-left: 10px;
}
.profile__ref-img {
  border-radius: 50%;
  object-fit: cover;
  width: 60px;
  height: 60px;
}
.profile__ref-inner {
  display: grid;
  grid-template-columns: 60px calc(100% - 60px);
  gap: 10px;
}
.profile__refcode-item {
  padding: 10px 20px;
  border-radius: 10px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1) inset;
}
.profile__ticket-messages {
  max-height: 80vh;
  overflow: auto;
}
.profile__ticket-item {
  width: 50%;
}
@media (max-width: 768px) {
  .profile__ticket-item {
    width: 90%;
  }
}
.profile__ticket-wrapper {
  background: #6273D9;
}
.profile__ticket-theme {
  font-size: 12px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}
.profile__settings-avatar {
  height: 250px;
}
.profile__settings-avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.profile__settings-label {
  font-weight: bold;
}
.profile__settings-error {
  color: darkred;
  font-size: 10px;
}
.profile__input-img {
  text-align: center;
  background: linear-gradient(0deg, #6273D9, #6273D9), linear-gradient(136.46deg, #2CCDB6 19.93%, #6B37B7 97.79%);
  color: white;
  font-weight: bold;
  border-radius: 5px;
  padding: 10px 2px;
  cursor: pointer;
}
.profile__input-item {
  padding: 10px 20px;
  border-radius: 10px;
  outline: transparent;
  border: 1px solid transparent;
  background: white;
  box-shadow: inset -2px 2px 4px rgba(145, 147, 149, 0.2), inset 2px -2px 4px rgba(145, 147, 149, 0.2), inset -2px -2px 4px rgba(255, 255, 255, 0.9), inset 2px 2px 5px rgba(145, 147, 149, 0.9) !important;
  border-radius: 3.86441px !important;
}
.profile__finance-stats {
  display: grid;
  grid-template-columns: 20% 80%;
  gap: 20px;
}
@media (max-width: 992px) {
  .profile__finance-stats {
    grid-template-columns: 1fr;
  }
}
.profile__finance-filter {
  border: 1px solid #cecece;
  border-radius: 10px;
  padding: 5px;
  position: sticky;
  top: 10px;
}
@media (max-width: 992px) {
  .profile__finance-filter {
    position: unset;
  }
}
.profile__errors-inner {
  height: 30px;
}
.profile__link-btn {
  background: linear-gradient(136.46deg, #2CCDB6 19.93%, #6B37B7 97.79%);
  color: white;
  padding: 10px 0;
  width: 100%;
  border: none;
  border-radius: 10px;
  text-align: center;
  transition: easy-in-out transform 0.4s;
}
.profile__link-btn:hover {
  transform: scale(1.01);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
  color: white;
}
.profile__link-cancel {
  background: linear-gradient(136.46deg, darkred 19.93%, red 97.79%);
  color: white;
  padding: 10px 0;
  width: 100%;
  border: none;
  border-radius: 10px;
  text-align: center;
  transition: easy-in-out transform 0.4s;
}
.profile__link-cancel:hover {
  transform: scale(1.01);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
  color: white;
}
.profile__link-reset {
  border: none;
  background: #cecece;
  color: black;
  padding: 5px 0;
  border-radius: 5px;
}
.profile__side-link {
  background: transparent;
  text-align: start;
  border-color: transparent;
  width: 100%;
  padding: 10px 5px;
  color: black;
  font-size: 13px;
  border-bottom: 0.5px solid #C1D0EC;
}
.profile__side-link:hover, .profile__side-link.actived {
  background: linear-gradient(136.46deg, #2CCDB6 19.93%, #6B37B7 97.79%);
  color: white;
  border-bottom-color: transparent;
}
.profile__side-link:hover {
  background: linear-gradient(0deg, #6273D9, #6273D9);
}
@media (max-width: 576px) {
  .profile-title {
    font-size: 28px !important;
  }
}
.profile__info-stats {
  height: 40px;
}
.profile__info-label {
  font-size: 14px;
  color: grey;
}
.profile__info-title {
  font-size: 16px;
  color: #6273D9;
  font-weight: bold;
}
.profile__stats-title {
  font-size: 28px;
  font-weight: bold;
  color: #6273D9;
}

.logout-btn:hover {
  background: darkred !important;
  color: white;
}

.checkbox-gradient {
  appearance: none;
  width: 40px;
  height: 45px;
  vertical-align: middle;
  /*   border-radius: 50%; */
  border: 3px solid #fff;
  cursor: pointer;
  background-image: url("/assets/img/check.svg") !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: inset -2px 2px 4px rgba(145, 147, 149, 0.2), inset 2px -2px 4px rgba(145, 147, 149, 0.2), inset -2px -2px 4px rgba(255, 255, 255, 0.9), inset 2px 2px 5px rgba(145, 147, 149, 0.9);
  border-radius: 5.86441px;
}

.checkbox-gradient:checked {
  border-image: linear-gradient(#6273D9, #6273D9, #4895D9, #36C8D9, #4AD9BF, #B865DD);
  border-image-slice: 1;
  border-radius: 0px !important;
  background-repeat: no-repeat;
}

.variante-checkbox input[type=checkbox] {
  display: none;
}

.check-deactive {
  width: 65%;
}

.variante-checkbox input[type=checkbox] + label {
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  padding: 2px;
  height: 40px;
  width: 43px;
  background: #F2F7FE;
  box-shadow: inset -2px 2px 4px rgba(145, 147, 149, 0.2), inset 2px -2px 4px rgba(145, 147, 149, 0.2), inset -2px -2px 4px rgba(255, 255, 255, 0.9), inset 2px 2px 5px rgba(145, 147, 149, 0.9);
  border-radius: 4px;
  display: inline-block;
  position: relative;
}

.variante-checkbox input[type=checkbox] + label:hover {
  cursor: pointer;
}

.variante-checkbox input[type=checkbox]:checked + label {
  border-radius: 1px;
}
.variante-checkbox input[type=checkbox]:checked + label::before {
  content: "";
  position: absolute;
  inset: calc(0px - var(--border-w));
  z-index: -1;
  border-radius: 4px;
  padding: 3px;
  background: linear-gradient(180deg, rgb(98, 115, 217), rgb(98, 115, 217), rgb(72, 149, 217), rgb(54, 200, 217), rgb(74, 217, 191), rgb(184, 101, 221), rgb(130, 73, 215));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.variante-checkbox input[type=checkbox]:checked + label .check-active {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 65%;
}
.variante-checkbox input[type=checkbox]:checked + label .check-deactive {
  display: none !important;
}

.loader {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #000000;
  box-shadow: 32px 0 #fff, -32px 0 #fff;
  position: relative;
  animation: flash 0.5s ease-out infinite alternate;
}

@keyframes flash {
  0% {
    background-color: rgba(255, 255, 255, 0.1333333333);
    box-shadow: 32px 0 rgba(255, 255, 255, 0.1333333333), -32px 0 #FFF;
  }
  50% {
    background-color: #FFF;
    box-shadow: 32px 0 rgba(255, 255, 255, 0.1333333333), -32px 0 rgba(255, 255, 255, 0.1333333333);
  }
  100% {
    background-color: rgba(255, 255, 255, 0.1333333333);
    box-shadow: 32px 0 #FFF, -32px 0 rgba(255, 255, 255, 0.1333333333);
  }
}
.modal-backdrop {
  z-index: unset !important;
}

.image-avatar img {
  width: 50px !important;
  height: 50px !important;
  object-fit: cover;
  border-radius: 50%;
}

.place-tree-inner {
  border-radius: 2px;
  padding: 2px 5px;
  color: whitesmoke;
  font-size: 10px;
  background: rgb(98, 115, 217);
  width: fit-content;
}

.programm__button {
  border-radius: 5px;
  border: 1px solid rgb(98, 115, 217);
  font-weight: bold;
  color: rgb(98, 115, 217);
  font-size: 28px;
  padding: 5px 20px;
}

.programm__button.active {
  color: white;
  background: rgb(98, 115, 217);
}

.programm__level__title {
  font-size: 16px;
  font-weight: bold;
}

.programm__level__inner {
  cursor: pointer;
  padding: 5px 20px;
  border-radius: 5px;
  border: 1px solid rgb(72, 149, 217);
  color: rgb(72, 149, 217);
  font-size: 20px;
  font-weight: bold;
}

.programm__level__inner.active {
  background: rgb(72, 149, 217);
  color: white;
}

.header__auth {
  border-bottom: 2px solid #C1D0EC;
}
@media (max-width: 992px) {
  .header__auth-logo {
    width: 200px;
  }
}
.header__auth-balance {
  padding: 2px 10px;
  border-radius: 10px;
  background: lightgrey;
  font-size: 12px;
  color: white;
}
.header__auth-name {
  line-height: 100%;
  font-size: 12px;
}
.header__auth-login {
  line-height: 100%;
  background: linear-gradient(0deg, #6273D9, #6273D9), linear-gradient(136.46deg, #2CCDB6 19.93%, #6B37B7 97.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: bold;
}
.header__auth-user-img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 50%;
}
.header__siderbars-avatar {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}
.header__siderbars-money {
  font-size: 11px;
  text-align: center;
}

.balance-main {
  background: #6273D9;
}
.balance-bonus {
  background: #2CCDB6;
}
.balance-ref {
  background: #6B37B7;
}

.team__inner {
  display: grid;
  grid-template-columns: 65px calc(100% - 65px);
  gap: 5px;
}
.team__block-goods {
  font-size: 10px;
}
.team__block-robot {
  color: white;
  background: darkblue;
  font-size: 12px;
  padding: 2px 10px;
  border-radius: 5px;
}
.team__block-spam {
  color: white;
  background: #2CCDB6;
  font-size: 12px;
  padding: 2px 10px;
  border-radius: 5px;
}
.team__block-refferral {
  padding: 4px 10px;
  background: #6273D9;
  color: white;
  font-size: 14px;
  border-radius: 5px 0 0 5px;
  position: absolute;
  right: 0;
  top: 15px;
}
.team__block-not-active {
  padding: 4px 10px;
  background: darkred;
  color: white;
  font-size: 14px;
  border-radius: 5px;
}
.team__block-is-active {
  padding: 4px 10px;
  background: darkgreen;
  color: white;
  font-size: 14px;
  border-radius: 5px;
}
.team__block-btn {
  border: 1px solid #6B37B7;
  color: #6B37B7;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0;
  border-radius: 5px;
  transition: all ease-in-out 0.3s;
}
.team__block-btn:hover {
  background: #6B37B7;
  color: white;
}
.team__block-level {
  background: #dfdfdf;
  padding: 2px 5px;
  border-radius: 5px;
  font-size: 12px;
}
.team__block-title {
  color: #6B37B7;
  text-transform: uppercase;
  font-size: 14px;
}
.team__block-img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 50%;
}

.login__error-input {
  border: 1px solid darkred;
}
.login__error-text {
  color: darkred;
  font-size: 10px;
}
.login__error-inner {
  color: white;
  font-weight: bold;
  background: darkred;
  padding: 10px 0;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 20px;
}
.login__inner .profile__input-item {
  border-radius: 10px !important;
}
.login__title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  color: #6273D9;
  text-align: center;
}
.login__text {
  color: grey;
  text-decoration: none;
}
.login__text a {
  color: #6273D9;
  font-weight: bold;
}
.login__info {
  font-size: 10px;
  color: grey;
  line-height: 10px;
}
.login__label {
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  color: #6273D9;
  font-weight: bold;
  width: fit-content;
}
.login__label:after {
  width: 50%;
  height: 2px;
  background: linear-gradient(0deg, #6273D9, #6273D9), linear-gradient(136.46deg, #2CCDB6 19.93%, #6B37B7 97.79%);
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
}

.download__link-btn {
  padding: 5px 20px;
  border-radius: 5px;
  border: 1px solid #6273D9;
  color: #6273D9;
  font-size: 14px;
  text-transform: uppercase;
  transition: all ease-in-out 0.4s;
}
.download__link-btn:hover {
  background: #6273D9;
  color: white;
}

.new-node-card-wrapper {
  z-index: 2 !important;
}

.dashboard__stats-inner {
  padding: 0 20px;
  display: grid;
  grid-template-columns: 50px calc(100% - 50px);
  gap: 5px;
}
.dashboard__stats-icon {
  font-size: 36px;
  color: #6273d9;
}
.dashboard__stats-incrise {
  color: #2ccdb6;
  font-size: 12px;
}
.dashboard__stats-title {
  color: #6273d9;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.dashboard__stats-value {
  font-weight: bold;
  color: #6b37b7;
  font-size: 15px;
}
.dashboard__border-gradient {
  position: relative;
}
.dashboard__border-gradient::before {
  content: "";
  position: absolute;
  inset: calc(0px - var(--border-w));
  z-index: -1;
  border-radius: 50px;
  padding: 2px;
  background: linear-gradient(180deg, rgb(98, 115, 217), rgb(98, 115, 217), rgb(72, 149, 217), rgb(54, 200, 217), rgb(74, 217, 191), rgb(184, 101, 221), rgb(130, 73, 215));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.dashboard__mentor-text {
  font-size: 13px;
  color: grey;
}
.dashboard__mentor-login {
  color: #6273d9;
  font-size: 20px;
  font-weight: bold;
}
.dashboard__mentor-inner {
  position: relative;
  display: grid;
  grid-template-columns: 90px calc(100% - 90px);
  gap: 5px;
}
.dashboard__mentor-img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
}
.dashboard__input-label {
  font-size: 12px;
  color: #464646;
  font-weight: bold;
  margin-left: 10px;
}
.dashboard__input-wallet {
  width: 100%;
  border: 1px solid transparent;
  background: transparent;
  font-size: 12px;
  color: grey;
  outline: transparent;
  padding: 0;
}
.dashboard__input-item {
  padding: 10px 20px;
  border-radius: 10px;
  outline: transparent;
  border: 1px solid transparent;
  background: white;
  box-shadow: inset -2px 2px 4px rgba(145, 147, 149, 0.2), inset 2px -2px 4px rgba(145, 147, 149, 0.2), inset -2px -2px 4px rgba(255, 255, 255, 0.9), inset 2px 2px 5px rgba(145, 147, 149, 0.9) !important;
  border-radius: 3.86441px !important;
}
.dashboard__input-text {
  width: 100%;
  border-radius: 10px;
  box-shadow: inset 0px 0.5px 2px rgba(255, 255, 255, 0.4);
  border: 1px solid transparent;
  outline: transparent;
  padding: 5px 10px;
  font-size: 14px;
}
.dashboard__input-error {
  border: 1px solid darkred;
}
.dashboard__notify-icon {
  background: #6273d9;
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.dashboard__block-levels, .dashboard__block-programm {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .dashboard__block-levels, .dashboard__block-programm {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.dashboard__block-info {
  display: grid;
  grid-template-columns: 30px calc(100% - 30px);
  gap: 5px;
}
.dashboard__block-shadows {
  background: #F3F7FE;
  box-shadow: -2px 2px 4px rgba(158, 161, 162, 0.2), 2px -2px 4px rgba(158, 161, 162, 0.2), -2px -2px 4px rgba(255, 255, 255, 0.9), 2px 2px 5px rgba(158, 161, 162, 0.9);
  border-radius: 20px;
  padding: 20px;
}
.dashboard__block-glass {
  background: linear-gradient(104.25deg, rgba(205, 246, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 47.4%, rgba(126, 176, 222, 0.2) 100%), rgba(241, 241, 241, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 15px 10px;
  box-shadow: inset 0px 0.5px 2px rgba(255, 255, 255, 0.4);
}
.dashboard__block-gridimage {
  display: grid;
  grid-template-columns: 80px calc(100% - 80px);
  gap: 10px;
}
.dashboard__block-gridimage-img {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}
.dashboard__text-error {
  color: darkred;
  font-size: 10px;
  margin-left: 10px;
}
.dashboard__text-subtitle {
  font-size: 16px;
  text-transform: uppercase;
  color: #6273d9;
  font-weight: bold;
}
.dashboard__text-title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  width: fit-content;
  position: relative;
  color: #6273d9;
}
.dashboard__text-title:after {
  content: "";
  height: 4px;
  width: 75%;
  position: absolute;
  bottom: -2px;
  left: 0;
  border-radius: 2px;
  background: linear-gradient(136.46deg, #2CCDB6 19.93%, #6B37B7 97.79%);
}
.dashboard__text-description {
  font-size: 14px;
  color: grey;
  margin: 0;
  padding: 0;
}
.dashboard__text-subdescription {
  font-size: 12px;
  color: grey;
  margin: 0;
  padding: 0;
}
.dashboard__button-newnode {
  background: transparent;
  border: transparent;
  outline: transparent;
}
.dashboard__button-telegram {
  display: grid;
  grid-template-columns: 32px calc(100% - 33px);
  gap: 2px;
  padding: 5px 35px;
  border-radius: 10px;
  background: #2AABEE;
  color: white;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  transition: all ease-in-out 0.4s;
  border: 1px solid #2AABEE;
}
.dashboard__button-telegram:hover svg * {
  fill: #2AABEE;
}
.dashboard__button-telegram:hover {
  background: transparent;
  color: #2AABEE;
}
.dashboard__button-load {
  background: linear-gradient(104.25deg, rgba(205, 246, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 47.4%, rgba(126, 176, 222, 0.2) 100%), rgba(241, 241, 241, 0.1);
  padding: 5px 20px;
  text-transform: uppercase;
  color: #6273d9;
  font-weight: bold;
  border: 1px solid transparent;
  border-radius: 10px;
  box-shadow: -2px 2px 4px rgba(158, 161, 162, 0.2), 2px -2px 4px rgba(158, 161, 162, 0.2), -2px -2px 4px rgba(255, 255, 255, 0.9), 2px 2px 5px rgba(158, 161, 162, 0.9);
}
.dashboard__button-social {
  padding: 2px 7px;
  border-radius: 5px;
  border: 1px solid transparent;
  box-shadow: inset 0px 0.5px 2px rgba(255, 255, 255, 0.4);
  font-size: 12px;
}
.dashboard__button-social:hover {
  color: whitesmoke;
}
.dashboard__button-social-telegram {
  background: #27a7e7;
  color: white;
}
.dashboard__button-social-vk {
  background: #0077ff;
  color: white;
}
.dashboard__button-social-email {
  background: #6b37b7;
  color: white;
}
.dashboard__button-main {
  background: linear-gradient(136.46deg, #2CCDB6 19.93%, #6B37B7 97.79%);
  color: white;
  width: 100%;
  border-radius: 10px;
  padding: 5px 20px;
  font-size: 14px;
  border: 1px solid transparent;
  transition: all ease-in-out 0.3s;
}
.dashboard__button-main:hover {
  transform: scale(1.01);
  color: white;
}
.dashboard__button-reset {
  background: #6273d9;
  color: white;
  width: 100%;
  border-radius: 10px;
  padding: 5px 20px;
  font-size: 14px;
  border: 1px solid transparent;
  transition: all ease-in-out 0.3s;
}
.dashboard__button-reset:hover {
  transform: scale(1.01);
}
.dashboard__button-programm {
  border-radius: 10px;
  border: 1px solid #6273d9;
  width: 135px;
  padding: 0px 0px 5px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 576px) {
  .dashboard__button-programm {
    width: unset;
  }
}
.dashboard__button-programm:hover, .dashboard__button-programm.active {
  background: #6273d9;
}
.dashboard__button-programm:hover > .dashboard__button-programm-label, .dashboard__button-programm.active > .dashboard__button-programm-label {
  color: white;
}
.dashboard__button-programm-label {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  color: #6273d9;
}
.dashboard__button-programm-price {
  padding: 2px 5px;
  color: white;
  font-size: 10px;
  background: #6273d9;
  border-radius: 10px;
  border: 1px solid transparent;
}
.dashboard__button-action {
  box-shadow: -2px 2px 4px rgba(158, 161, 162, 0.2), 2px -2px 4px rgba(158, 161, 162, 0.2), -2px -2px 4px rgba(255, 255, 255, 0.9), 2px 2px 5px rgba(158, 161, 162, 0.9);
  border-radius: 10px;
  padding: 5px 20px;
  color: black;
  display: block;
  transition: all ease-in-out 0.4s;
}
.dashboard__button-action:hover {
  transform: scale(1.01);
  color: black;
}
.dashboard__button-level {
  width: 155px;
  display: flex;
  gap: 2px;
  padding-bottom: 5px;
}
.dashboard__button-level-inner {
  box-shadow: -2px 2px 4px rgba(158, 161, 162, 0.2), 2px -2px 4px rgba(158, 161, 162, 0.2), -2px -2px 4px rgba(255, 255, 255, 0.9), 2px 2px 5px rgba(158, 161, 162, 0.9);
  padding: 5px 3px;
  border-radius: 10px;
  background: white;
}
.dashboard__button-level-inner.close {
  background: #c9c9c9;
}
.dashboard__button-level.active .dashboard__button-level-inner {
  background: #2ccdb6;
}
.dashboard__button-level.active .dashboard__button-level-label {
  color: white;
}
.dashboard__button-level.active .dashboard__button-level-place {
  color: white;
  border-color: white;
}
.dashboard__button-level-label {
  font-size: 14px;
  font-weight: bold;
  color: #6273d9;
}
.dashboard__button-level-price {
  font-size: 8px;
  color: whitesmoke;
  background: #6273d9;
  padding: 2px 5px;
  border-radius: 5px;
}
.dashboard__button-level-place {
  font-size: 10px;
  color: #6273d9;
  font-weight: bold;
  padding: 2px 5px;
  border-radius: 5px;
  border: 1px solid #6273d9;
  box-shadow: inset 0px 0.5px 2px rgba(255, 255, 255, 0.4);
}
@media (max-width: 576px) {
  .dashboard__button-level {
    width: unset;
  }
}
.dashboard__bonus-avatar {
  width: 45px;
  height: 45px;
  object-fit: cover;
  border-radius: 50%;
}
.dashboard__bonus-login {
  font-size: 14px;
  font-weight: bold;
  color: #6273d9;
}
.dashboard__bonus-login:hover {
  color: #6273d9;
}
@media (max-width: 576px) {
  .dashboard__bonus-login {
    font-size: 11px;
  }
}
.dashboard__bonus-place {
  color: white;
  font-size: 10px;
  background: #6273d9;
  padding: 1px 5px;
  border-radius: 0 0 5px 5px;
}
.dashboard__bonus-empty {
  color: white;
  font-size: 12px;
  background: #6273d9;
  padding: 2px 10px;
  border-radius: 5px;
}
.dashboard__bonus-time {
  font-size: 10px;
  line-height: 15px !important;
  margin: 0;
  padding: 0;
}
.dashboard__bonus-ref {
  color: #6b37b7;
  font-size: 10px;
  font-weight: bold;
}
.dashboard__bonus-card {
  width: 130px;
  height: 180px;
  box-shadow: -2px 2px 4px rgba(158, 161, 162, 0.2), 2px -2px 4px rgba(158, 161, 162, 0.2), -2px -2px 4px rgba(255, 255, 255, 0.9), 2px 2px 5px rgba(158, 161, 162, 0.9);
  padding: 5px 2px;
  border-radius: 10px;
  position: relative;
  border: 1px solid transparent;
  background: linear-gradient(104.25deg, rgba(205, 246, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 47.4%, rgba(126, 176, 222, 0.2) 100%), rgba(241, 241, 241, 0.1);
  backdrop-filter: blur(10px);
}
.dashboard__bonus-card.clone {
  border-color: #6273d9;
}
.dashboard__bonus-card.is_next {
  border-color: darkred;
}
@media (max-width: 576px) {
  .dashboard__bonus-card {
    width: 100px;
  }
}
.dashboard__status {
  padding: 2px 10px;
  border-radius: 5px;
  font-size: 14px;
}
.dashboard__status-complete, .dashboard__status-success {
  background: #2ccdb6;
  color: white;
}
.dashboard__status-complete:hover, .dashboard__status-success:hover {
  color: white;
}
.dashboard__status-close, .dashboard__status-cancel {
  background: darkred;
  color: white;
}
.dashboard__status-close:hover, .dashboard__status-cancel:hover {
  color: white;
}
.dashboard__status-new {
  background: #6273d9;
  color: white;
}
.dashboard__status-new:hover {
  color: white;
}
.dashboard__status-wait {
  background: #cda869;
  color: white;
}
.dashboard__status-wait:hover {
  color: white;
}
.dashboard__status-check {
  background: #6b37b7;
  color: white;
}
.dashboard__status-check:hover {
  color: white;
}
.dashboard__loader {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: block;
  margin: 15px auto;
  position: relative;
  background: #6273d9;
  box-shadow: -24px 0 #6273d9, 24px 0 #6273d9;
  box-sizing: border-box;
  animation: shadowPulse 2s linear infinite;
}
@keyframes shadowPulse {
  33% {
    background: #6273d9;
    box-shadow: -24px 0 #6273d9, 24px 0 #6273d9;
  }
  66% {
    background: #6273d9;
    box-shadow: -24px 0 #6273d9, 24px 0 #6273d9;
  }
  100% {
    background: #6273d9;
    box-shadow: -24px 0 #6273d9, 24px 0 #6273d9;
  }
}
.dashboard__table-head {
  background: #6273d9;
  text-align: center;
  color: white;
  font-weight: bold;
}
.dashboard__table-inner {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  border: 1px solid #6273d9;
}
.dashboard__shadow-out {
  box-shadow: -2px 2px 4px rgba(158, 161, 162, 0.2), 2px -2px 4px rgba(158, 161, 162, 0.2), -2px -2px 4px rgba(255, 255, 255, 0.9), 2px 2px 5px rgba(158, 161, 162, 0.9);
}
.dashboard__shadow-inset {
  box-shadow: inset 0px 0.5px 2px rgba(255, 255, 255, 0.4);
}
.dashboard__pagination-bootstrap .active > .page-link, .dashboard__pagination-bootstrap .page-link.active {
  color: white;
  background: #6273d9;
  border-color: #6273d9;
}
.dashboard__pagination-bootstrap .page-link {
  color: #6273d9;
}
@media (max-width: 670px) {
  .dashboard__pagination-bootstrap .page-item {
    display: none !important;
  }
  .dashboard__pagination-bootstrap .page-item button, .dashboard__pagination-bootstrap .page-item span {
    width: 80px;
    text-align: center;
  }
  .dashboard__pagination-bootstrap .page-item:first-child {
    display: block !important;
  }
  .dashboard__pagination-bootstrap .page-item:last-child {
    display: block !important;
  }
}
.dashboard-inner {
  padding: 10px 20px;
}

.text-main {
  color: #6273d9;
}

.is-not-active-user {
  background: rgba(128, 128, 128, 0.38) !important;
}

.is-not-active-user-add {
  background: rgba(174, 252, 236, 0.55) !important;
}

.dashboard__button-action {
  background: linear-gradient(0deg, #6273D9, #6273D9), linear-gradient(136.46deg, #2CCDB6 19.93%, #6B37B7 97.79%);
  box-shadow: -2px 2px 4px rgba(158, 161, 162, 0.2), 2px -2px 4px rgba(158, 161, 162, 0.2), -2px -2px 4px rgba(255, 255, 255, 0.9), 2px 2px 5px rgba(158, 161, 162, 0.9);
  border-radius: 5px;
  color: white;
  padding: 5px 10px;
  text-align: center;
  border: 1px solid transparent;
}
@media (max-width: 768px) {
  .dashboard__button-action {
    width: 100%;
  }
}
.dashboard__button-action:hover {
  color: white;
}

.form-label-text {
  color: grey;
  font-size: 12px;
}

.error-uicon-allert {
  background: darkred;
  width: 18px;
  height: 18px;
  color: white;
  font-size: 14px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin-left: 5px;
}

.err-block-data {
  background: darkred;
  color: white;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 5px;
}

/*# sourceMappingURL=style.css.map */
