/* ОБЩИЕ */

/* Общие */
body{
  background: url("../../img/backMainMob.svg");
  background-size: 100% 100%;
  background-color: #121212;
}

@media (min-width: 980px) {
  body{
    background: url("../../img/backMain.svg");
    background-size: 100% 100%;
    background-color: #121212;
  }
  .Swiper-Prev, .Swiper-Next{
    transition: 0.3s ease;
  }
  
  .Swiper-Prev:hover, .Swiper-Next:hover{
    box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.91);
  }
}




/*Слайдер*/
.items-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  user-select: none;
  width: 100%;
}
.items {
  flex-shrink: 0;
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
  counter-reset: item;
  justify-content: space-around;
  width: max-content;
  will-change: transform; 
}
.item {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.1s ease-in-out;
}

main {
  display: flex;
  flex-direction: column;
  gap:40px;
  padding: 0 20px;
  max-width: 1790px;
  margin: 0 auto;
}

.MainBack1 {
    position: absolute;
    left: 0px;
    mix-blend-mode: overlay;
}

.MainBack2 {
    position: absolute;
    right: 0px;
    mix-blend-mode: overlay;
    z-index: -1;
}
.MainBack3 {
    position: absolute;
    right: 0px;
    mix-blend-mode: overlay;
    z-index: -1;
}
/* Главная секция*/
.MainSection {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  padding: 170px 0px 250px 0px;
}

h1 {
  color: #FFF;
  font-size: 72px;
  font-weight: 500;
  line-height: 111%;
  letter-spacing: -0.72px;
}

.MainSection>p {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.25px;
  width: 935px;
}

.MainSection a {
  position: relative;        /* чтобы ::before правильно позиционировался */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 486px;
  margin: 0 auto;
  padding: 12px 0;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  border-radius: 8px;
  background: linear-gradient(90deg, #2178C8 0%, #103B62 86.06%);
  overflow: hidden;          /* обрезать псевдо-элемент за пределами углов */
  z-index: 0;
}

/* в ::before — тот самый «новый» градиент, который будет всплывать */
.MainSection a::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(0,0,0,0.20) 0%, rgba(0,0,0,0.20) 100%),
    linear-gradient(268deg, #1C67AC -18.3%, #41CCFF 35.05%, #41FFEF 98.28%);
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

/* при ховере просто плавно показываем ::before */
.MainSection a:hover::before {
  opacity: 1;
}

.MainSection .Main-Content {
  display: grid;
  grid-template-columns: 1fr 1fr 0.6fr;
  margin-top: 60px;
  gap: 60px
}

.Main-El {
  display: flex;
  align-items: start;
  gap: 14px;
}

.Main-El h3 {
  color: #FFF;
  font-size: 46.217px;
  font-weight: 700;
  line-height: 78.5%;
  margin-bottom: 7px;
}

.Main-El p {
  color: rgba(255, 255, 255, 0.80);
  font-size: 12.999px;
  font-weight: 400;
}

.Main-El::before {
  content: "";
  display: block;
  border-radius: 43px;
  background: #0485FE;
  width: 2px;
  height: 50px;
}


@media (max-width: 979px) {
  .MainSection{
    align-items: start;
    padding: 60px 0px;
  }

  .MainSection .Main-Content{
    grid-template-columns: 1fr;
    gap:20px;
    width: 100%;
  }

  .MainSection a{
    width: 100%;
  }


  .MainSection>p{
    width: auto;
    text-align: left;
  }

  .Main-Group{
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
    width: 100%;
  }
}

@media (max-width: 659px) {
  .MainSection{
    gap:20px;
    position: static;
  }

  h1{
    font-size: 44px;
  }

  .MainSection>p{
    font-size: 13px;
    width: 285px;
  }

  .Main-El:last-child{
    display: none;
  }
  .MainSection .Main-Content{
    margin-top: 130px;
  }

  .Main-El h3{
    font-size: 18px;
  }

  .Main-El p{
    font-size: 12px;
  }

  .Main-El > div p{
    width: 70px;
  }

  .MainSection a{
    font-size: 16px;
    height: 40px;
  }
}


/*Почему майнинг выгоден*/

.AboutSection {
  margin: auto;
  border-radius: 20px;
  background: #C2C4C5;
  padding: 80px 150px;
  width: 100%;
}

.AboutSection h2 {
  color: #000;
}



.About-Content .wrap {
  margin: 30px 0px;
}

.About-Content .Info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 122px;
  gap: 20px;
}

.About-Content .Info > div {
  transition: 0.5s ease;
  border-radius: 10px;
  background: linear-gradient(90deg, #2178C8 0%, #103B62 86.06%);
  backdrop-filter: blur(5px);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
}

/* Убираем пробел перед :hover */
.About-Content .Info > div:hover {
  box-shadow: 0 0 15px rgba(8, 8, 8, 0.91);
}
.About-Content h3 {
  color: #FFF;
  font-size: 37px;
  font-weight: 500;
}

.About-Content p {
  color: rgba(255, 255, 255, 0.60);
  font-size: 21px;
  font-weight: 400;
}



.items-wrap {
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 25px;
}

.items {
  flex-shrink: 0;
  display: flex;
  gap: 25px;
  counter-reset: item;
  justify-content: space-around;
  min-width: 100%;
}

.item {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.1s ease-in-out;
  width: 480px;
  height: 300px;
}

.item img {
  height: 100%;
  width: 100%;
}

.marquee {
  animation: scroll 40s linear infinite;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% - 20px));
  }
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% - 20px));
  }
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% - 20px));
  }
}

@media (max-width: 1439px) {
  .AboutSection {
    padding: 20px;
  }

  .item {
    width: 430px;
    height: 250px;
  }

  .About-Content h3 {
    color: #FFF;
    font-size: 28px;
    font-weight: 500;
  }
}

@media (max-width: 979px) {

  .About-Content .Info{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 659px) {

  .item {
    width: 230px;
    height: 138px;
  }

  .items-wrap {
    gap: 10px;
  }

  .items {
    gap: 10px;
  }

  .About-Content h3{
    font-size: 16px;
  }

  .About-Content p{
    font-size: 11px;
  }

  .About-Content .Info>div{
    padding: 10px;
    gap:2px;
  }

  .About-Content .Info {
    grid-auto-rows: 68px;
    gap:10px;
  }

  .About-Content .wrap {
    margin: 20px 0px;
  } 
}






/*Майнинг или банк*/
.VsSection {
  padding: 80px 0px;
  max-width:  1490px;
  margin: 0 auto;
  width: 100%;
  overflow: visible;
}

.VsSection>div {
  margin: auto;
}

.VsSection .Vs-Header {
  margin-bottom: -100px;
}

.Vs-Header h2 {
  color: #ffffff80;
}

.Vs-Header h2 span {
  color: #04FE9A;
}

.Vs-Header p {
  color: #FFF;
  font-size: 48px;
  font-weight: 700;
  line-height: 111%;
  text-transform: uppercase;
  color: #0485FE;
}


.Vs-Content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap:60px;
  margin-top: 50px !important;
  width: 100%;
  overflow: visible;
}
.Vs-Content .Card {
  transition: 0.5s ease;
}
.Vs-Content .Card:hover {
  box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.91);
}

.Vs-Content .Card:first-child {
  background: #171717;
  height: 394px;
  padding: 20px;
  border-radius: 11px;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 548px;
}


.Vs-Content .Card:first-child .Card-Header h3 {
  color: #FFF;
  font-size: 37px;
  font-weight: 500;
  width: 258px;
}

.Vs-Content .Card:first-child .Card-Header>div>div {
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.60);
  width: 178px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px;
  margin: 15px 0px;
}

.Vs-Content .Card:first-child .Card-Header>div>div span {
  color: rgba(255, 255, 255, 0.60);
  font-weight: 500;
  font-size: 24px;
  line-height: 111%;
  text-transform: uppercase;
}

.Vs-Content .Card:first-child .Card-Header p {
  color: #FFF;
  font-size: 21px;
  font-weight: 400;
}



.Vs-Content .Card:first-child .Card-Content {
  position: absolute;
  background: url(../../img/mining/Vs1.svg);
  width: 270px;
  height: 268px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 76px;
  right: 20px;
}

.Vs-Content .Card:first-child .Card-Content span {
  color: #787878;
  text-align: center;
  font-size: 27.713px;
  font-weight: 500;
  line-height: 124.081%;
  text-transform: uppercase;
}

.Vs-Content .Card:first-child .Card-Footer p {
  color: rgba(255, 255, 255, 0.70);
  font-family: 'Mulish';
  font-size: 21px;
  font-weight: 400;
}

.Vs-Content .Card:first-child .Card-Footer p span {
  color: #fff;
  font-family: 'Mulish';
  font-size: 21px;
  font-weight: 400;
}

.Vs-Content .Card:first-child .Card-Footer {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}





.Vs-Content .Card:last-child {
  background: #171717;
  width: 100%;
  height: 634px;
  border-radius: 18px;
  padding: 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 882px;
}


.Vs-Content .Card:last-child .Card-Header h3 {
  color: #FFF;
  font-size: 55px;
  font-weight: 500;
  width: 370px;
}

.Vs-Content .Card:last-child .Card-Header-Content>div {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), linear-gradient(88deg, #1C67AC -47.59%, #41CCFF 13.37%, #41FFEF 85.61%);
  width: 257px;
  height: 73px;
  border-radius: 100px;
  padding: 2px;
  margin: 27px 0px;
}

.Vs-Content .Card:last-child .Card-Header-Content>div>div {
  border-radius: 100px;
  background: #161f27;
  width: 253px;
  height: 69px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 24px;
}



.Vs-Content .Card:last-child .Card-Header-Content>div>div span {
  color: #fff;
  font-size: 37px;
  font-weight: 500;
  line-height: 177.844%;
  opacity: 0.77;
}

.Vs-Content .Card:last-child .Card-Header-Content>div>div img {
  opacity: 0.77;
}



.Vs-Content .Card:last-child .Card-Header p {
  color: rgba(255, 255, 255, 0.70);
  font-size: 28px;

  font-weight: 400;

}

.Vs-Content .Card:last-child .Card-Header p span {
  color: #FFF;
  font-size: 28px;
  font-weight: 400;
}

.Vs-Content .Card:last-child .Card-Content {
  position: absolute;
  background: url("../../img/mining/Vs2.svg");
  width: 525px;
  height: 543px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0px;
  right: 0px;
}

.Vs-Content .Card:last-child .Card-Content span {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 137.5%;
  text-transform: uppercase;
  padding-right: 15px;
  padding-bottom: 15px;
}

.Vs-Content .Card:last-child .Card-Footer p {
  color: rgba(255, 255, 255, 0.70);
  font-family: 'Mulish';
  font-size: 28px;
  font-weight: 400;
}

.Vs-Content .Card:last-child .Card-Footer p span {
  color: #fff;
  font-family: 'Mulish';
  font-size: 28px;
  font-weight: 400;
}



.Vs-Content .Card:last-child .Card-Footer {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 27px;
}

.Vs-Footer {
  background: #171717;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px !important;
}
.Vs-Footer {
  transition: 0.5s ease;
}
.Vs-Footer:hover {
  box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.91);
}
.Vs-Footer p {
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  width: 520px;
}

.Vs-Footer span {
  color: #0485FE;
  font-size: 43px;
  font-weight: 500;
}

.Vs-Footer .p_mobile {
  display: none;
}


@media (max-width: 1799px) {

  .Vs-Content .Card:last-child {
    width: 850px;
  }
}

@media (max-width: 1439px) {

  .Vs-Content{
    flex-direction: column;
    gap: 50px;
    margin-top: 20px !important;
  }

  .VsSection .Vs-Header {
    margin-bottom: 0px;
  }
}

@media (max-width: 979px) {


  .Vs-Content .Card:last-child {
    width: 100%;
  }

  .Vs-Content .Card:last-child .Card-Header h3 {
    font-size: 36px;
  }

  .Vs-Content .Card:last-child .Card-Content {
    width: 364px;
    background-size: 100% 100%;
    bottom: 33px;
    right: -9px;
  }

  .Vs-Footer p {
    font-size: 18px;
    width: 335px;
  }

  .Vs-Footer span {
    font-size: 31px;
  }
}

@media (max-width: 659px) {
  .VsSection {
    padding: 30px 0px;
  }

  .Vs-Content .Card:first-child {
    width: 100%;
    padding: 10px 20px;
    height: 171px;
  }

  .Vs-Content .Card:first-child .Card-Header h3 {
    font-size: 14px;
  }

  .Vs-Content .Card:first-child .Card-Header>div>div span {
    font-size: 12px;
  }

  .Vs-Content .Card:first-child .Card-Content span {
    font-size: 12px;
  }

  .Vs-Content .Card:first-child .Card-Header p {
    font-size: 11px;
  }

  .Vs-Content .Card:first-child .Card-Footer p,
  .Vs-Content .Card:first-child .Card-Footer p span {
    font-size: 11px;
  }

  .Vs-Content .Card:first-child .Card-Header>div>div {
    width: 77px;
    height: 20px;
    padding: 0px 5px;
    margin: 7px 0px;
  }

  .Vs-Content .Card:first-child .Card-Header>div>div img {
    width: 6px;
  }

  .Vs-Content .Card:first-child .Card-Content {
    right: 20px;
    width: 120px;
    background-size: 100% 100%;
    height: 116px;
    top: 30px;
  }

  .Vs-Content .Card:first-child .Card-Footer {
    gap: 5px;
  }


  .Vs-Content .Card:last-child .Card-Header h3 {
    font-size: 24px;
    width: 160px;
  }

  .Vs-Content .Card:last-child .Card-Header p, .Vs-Content .Card:last-child .Card-Header p span {
    font-size: 17px;
  }

  .Vs-Content .Card:last-child .Card-Header p{
    width: 110px;
  }

  .Vs-Content .Card:last-child .Card-Header-Content>div>div span {
    font-size: 14px;
  }

  .Vs-Content .Card:last-child .Card-Footer p,
  .Vs-Content .Card:last-child .Card-Footer p span {
    font-size: 13px;
  }

  .Vs-Content .Card:last-child .Card-Content span {
    font-size: 10px;
    padding-right: 9px;
    padding-bottom: 2px;
  }

  .Vs-Content .Card:last-child {
    padding: 25px 20px;
    height: 296px;
  }

  .Vs-Content .Card:last-child .Card-Content {
    width: 180px;
    height: 180px;
    right: 0px;
    bottom: 60px;
  }

  .Vs-Content .Card:last-child .Card-Header-Content>div {
    width: 100px;
    height: 28px;
    margin: 12px 0px;
  }

  .Vs-Content .Card:last-child .Card-Header-Content>div>div {
    width: 96px;
    height: 24px;
    padding: 0px 10px;
  }

  .Vs-Content .Card:last-child .Card-Header-Content>div>div img {
    width: 10px;
  }

  .Vs-Content .Card:last-child .Card-Footer{
    gap: 10px;
  }

  .Vs-Content{
    gap:20px;
  }

  .Vs-Footer{
    margin-top: 20px !important;
  }

  .Vs-Footer p{
    font-size: 12px;
    width: 160px;
  }

  .Vs-Footer span{
    font-size: 21px;
    width: 88px;
  }
}



/*Наши услуги*/
.ServicesSection {
  border-radius: 20px;
  background: #C2C4C5;
  width: 100%;
  padding: 80px 150px 0px 150px;
  margin: auto;
}

.ServicesSection>div {
  display: flex;
}

.ServicesSection h2 {
  margin-bottom: 50px;
  color: #000;
}

.Services-Right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 963px;
  flex-shrink: 0;
}

.Services-Right .Card {
  transition: 0.3s ease;
  width: 100%;
  height: 185px;
  border-radius: 19px;
  padding: 20px;
  background: linear-gradient(90deg, #2178C8 0%, #103B62 86.06%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.5s ease;

}

.Services-Right .Card:hover {
  box-shadow: 0 0 15px rgba(8, 8, 8, 0.91);
}

.Services-Right .Card h3 {
  color: #FFF;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 10px;
}

.Services-Right .Card p {
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
}

@media (max-width: 1799px) {

  .Services-Right {
    width: 731px;
  }
}

@media (max-width: 1439px) {
  .ServicesSection {
    padding: 20px 20px 0px 20px;
  }

  .Services-Left img {
    width: 378px;
  }

  .Services-Right {
    width: 500px;
  }

  .Services-Right .Card {
    height: 150px;
  }

  .Services-Right .Card h3 {
    font-size: 24px;
  }

  .Services-Right .Card p {
    font-size: 18px;
  }

}

@media (max-width: 979px) {
   .ServicesSection {
    display: none;
  }
}

@media (max-width: 659px) {}


/*Преимущества секция*/
.AdvantagesSection {
  padding: 80px 0px;
  overflow: visible;
}

.AdvantagesSection>div {
  max-width: 1490px;
  margin: auto;
  width: 100%;
}

.Advantages-Content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 40px !important;
}

.Advantages-Content .Card {
  transition: 0.5s ease;
  backdrop-filter: blur(10px);
  padding: 20px;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  border-radius: 11px;
  border: 1px solid #0485FE;
}
.Advantages-Content .Card:hover {
  background: #0485fe48;
  box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.91);
}
.Advantages-Content h3 {
  color: #FFF;
  font-size: 32px;
  font-weight: 500;
}

.Advantages-Content p {
  color: rgba(255, 255, 255, 0.60);
  font-size: 22px;
  font-weight: 400;
}


@media (max-width: 979px) {
  .AdvantagesSection {
    padding-top: 0px;
  }


  .Advantages-Content {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 659px) {
  .AdvantagesSection{
    padding-bottom: 30px;
  }

  .Advantages-Content h3{
    font-size: 14px;
  }

  .Advantages-Content p{
    font-size: 12px;
  }

  .Advantages-Content{
    grid-auto-rows: 75px;
    row-gap: 10px;
    margin-top: 20px !important;
  }

  .Advantages-Content .Card{
    border-radius: 5px;
  }
}




/*Почему нас выбирают*/
.WhySection {
  padding-bottom: 80px;
}

.WhySection>* {
  max-width: 1490px;
  width: 100%;
  margin: auto;
}

.Why-Content {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}


.Why-Content .Card span {
  color: #00C99A;
  font-size: 70px;
  font-weight: 400;
  margin-bottom: 10px;

}

.Why-Content .Card h3 {
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
}

@media (max-width: 979px) {

  .Why-Content {
  grid-template-columns: repeat(2, 1fr);
  row-gap:20px;
}
}

@media (max-width: 659px) {
  .WhySection{
    padding-bottom: 30px;
  }

  .Why-Content .Card span{
    font-size: 18px;
  }

  .Why-Content .Card h3{
    font-size: 11px;
  }

  .Why-Content{
    margin-top: 15px;
    row-gap: 15px;
    grid-template-columns: 70px 80px;
    column-gap: 50px;
  }
}



/*Пакеты услуг*/
.PacksSection {
  margin: auto;
  width: 100%;
  padding: 80px 150px;
  border-radius: 20px;
  background: rgba(16, 16, 16, 0.80);
}



.Packs-Content,
.Packs-Content_mobile {
  display: grid;
  gap: 20px;
  margin-top: 50px;
  grid-template-columns: 1fr 1fr 1fr;
}

.Packs-Content .Card,
.Packs-Content_mobile .Card {
  transition: 0.5s ease;
  background: #fff;
  backdrop-filter: blur(10px);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
.Packs-Content .Card:hover {
  box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.91);
}
.Packs-Content .Card .Card-Header,
.Packs-Content_mobile .Card .Card-Header {
  padding: 40px 30px;
  border-bottom: 2px solid #0485FE;
}

.Packs-Content .Card .Card-Content,
.Packs-Content_mobile .Card .Card-Content {
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.Packs-Content .Card h3,
.Packs-Content_mobile .Card h3 {
  color: #0485FE;
  font-weight: 500;
  font-size: 26px;
  line-height: normal;
  text-transform: uppercase;
}

.Packs-Content .Card p,
.Packs-Content_mobile .Card p {
  color: #212121;
  font-size: 19px;
  font-weight: 400;
}

.Packs-Content .Card li,
.Packs-Content_mobile .Card li {
  list-style: disc;
  color: #212121;
  font-size: 19px;
  font-weight: 400;
  line-height: 95.879%;
  margin-left: 19px;
  margin-bottom: 10px;
}



.Packs-Content_mobile {
  display: none;
}


@media (max-width: 1799px) {

}

@media (max-width: 1439px) {
  .PacksSection {
    padding: 20px 200px;
  }

  .Packs-Content{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 979px) {
  .PacksSection {
    padding: 20px;
  }
  .Packs-Content_mobile {
  display: block;
}

.Packs-Content {
  display: none;
}

.Packs-Content_mobile .swiper-wrapper{
  height: auto;
}

.Packs-Content .Card, .Packs-Content_mobile .Card{
  height: 463px;
}
}

@media (max-width: 659px) {
  .PacksSection {
    border-radius: 8px;
    padding: 20px;
  }

  .Packs-Content .Card, .Packs-Content_mobile .Card{
    height: 205px;
    border-radius: 7px;
  }

  .Packs-Content .Card h3, .Packs-Content_mobile .Card h3{
    font-size: 13px;
  }

  .Packs-Content .Card p, .Packs-Content_mobile .Card p{
    font-size: 10px;
  }

  .Packs-Content .Card li, .Packs-Content_mobile .Card li{
    font-size: 10px;
    margin-left: 14px;
    margin-bottom: 5px;
  }

  .Packs-Content .Card .Card-Header, .Packs-Content_mobile .Card .Card-Header{
    padding: 20px 10px 3px 10px;
    border-bottom-width: 1px; 
  }

  .Packs-Content .Card .Card-Content, .Packs-Content_mobile .Card .Card-Content{
    padding: 10px;
    gap: 10px;
  }

  .Packs-Content_mobile{
    margin-top: 15px;
  }
}