/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/widgets/game-page/ui/GamePage.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
.GamePage_container__OmFsW {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.GamePage_pageHeader__jl1J9 {
  display: grid;
  grid-template-rows: 50% 50%;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: 
    "title title"
    "buttons platforms"
  ;
  /* background-size: cover; */
  background-repeat: no-repeat;
  height: 729px;
  width: 100vw;
  padding: 0 10%;
}

.GamePage_gameTitleContainer__aPWDP {
  grid-area: title;
  place-self: end start;
}

.GamePage_gameTitle__MYXIQ {
  font-weight: 500;
  font-style: Medium;
  letter-spacing: 0%;
  border-radius: 10px;
  box-shadow: var(--main-box-shadow);
  background-color: rgba(12, 10, 43, 0.2);
  backdrop-filter: var(--main-backdrop-filter);
  display: flex;
  column-gap: 10px;
  align-items: end;
  padding: 46px 22px;
  width: fit-content;
  
}

.GamePage_gameTitle__MYXIQ h1 {
  font-size: 55px;
  line-height: 100%;
}

.GamePage_gameTitleP__tDfvR {
  display: flex;
  align-items: end;
  font-size: 25px;
  line-height: 100%;
  margin-bottom: 4px;
}

.GamePage_buttons__TA2cu {
  grid-area: buttons;
  place-self: center start;
}

.GamePage_buttonDownload__x3FZ2 {
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  padding: 20px 81px;
  background: linear-gradient(270deg, #179BA6 8.47%, #1674B9 54.24%, #7125D7 100%);
  border-radius: 10px;
}


.GamePage_platformsContainer__0TFmF {
  grid-area: platforms;
  place-self: end center;
}

.GamePage_platforms__GxxeM {
  font-family: golos;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 127%;
  letter-spacing: 0%;
  text-align: center;
  display: flex;
  row-gap: 19px;
  flex-direction: column;
  align-items: center;
  padding: 25px;
  border-radius: 10px;
  box-shadow: var(--main-box-shadow);
  backdrop-filter: var(--main-backdrop-filter);
  margin-bottom: 30px;
}

.GamePage_platformsLogoWrapper__vZnIa {
  display: flex;
  column-gap: 10px;
  align-items: center;
}

.GamePage_modsScreen__lItlZ {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 170px;
  padding-bottom: 75px;
  max-width: 2200px;
}

.GamePage_mods__Ap9gi {
  display: flex;
  justify-content: center;
  row-gap: 70px;
  flex-direction: column;
}

.GamePage_modsCount__IDElq {
  font-weight: 500;
  font-style: Medium;
  font-size: 35px;
  line-height: 141%;
  letter-spacing: 0%;
}

.GamePage_modsBody___3bYA {
  display: flex;
  flex-wrap: wrap;
  column-gap: 100px;
  row-gap: 60px;
}

.GamePage_categoryCard__SOqXb {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  width: 307px;
}

.GamePage_categoryCard__SOqXb:nth-child(3n + 1) {
  color: #A273FF;
}

.GamePage_categoryCard__SOqXb:nth-child(3n + 2) {
  color: #6BC0FF;
}

.GamePage_categoryCard__SOqXb:nth-child(3n) {
  color: #41D0DB;
}

.GamePage_categoryTitle__1sgn0 {
  font-weight: 400;
  font-size: 25px;
  line-height: 141%;
  letter-spacing: 0%;
  text-align: left;
  color: #ffffff
}

.GamePage_modsWrapper__VTUoT {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}



.GamePage_modItem__dfgO_ {
  border-radius: 10px;
  box-shadow: var(--main-box-shadow);
  backdrop-filter: var(--main-backdrop-filter);
  padding: 14px 17px;
}

.GamePage_personalize__s19tv {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 45px 0;
}

.GamePage_personalizeContent__i1HnS {
  backdrop-filter: var(--main-backdrop-filter);
  box-shadow: var(--main-box-shadow);
  border-radius: 10px;
  padding: 45px 86px;
  width: clamp(50vw, 100%, 909px);
  display: flex;
  flex-direction: column;
  row-gap: 47px;
  text-align: left;
}

.GamePage_personalizeContent__i1HnS > h4 {
  font-weight: 500;
  font-style: Medium;
  font-size: 28px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
}

.GamePage_personalizeContentText__gJpDH {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 133%;
  letter-spacing: 0%;
}

.GamePage_personalizeContentText__gJpDH h5 {
  background: var(--main-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.GamePage_similar__pa4kV {
  display: flex;
  flex-direction: column;
  row-gap: 43px;
  padding-top: 140px;
  padding-bottom: 200px;
}

.GamePage_similarTitle__DCdjR {
  font-weight: 500;
  font-style: Medium;
  font-size: 35px;
  line-height: 141%;
  letter-spacing: 0%;
}

.GamePage_similarContent__u4Vvf {
  display: flex;
  flex-direction: row;
  column-gap: 15px;
  row-gap: 23px;
  flex-wrap: wrap;
  justify-content: center;
}

.GamePage_similarItem__qse8b {
  width: min(349px, 100%);
  height: 174px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  border-radius: 10px;

}

.GamePage_similarItemName__aIcPZ {
  width: 100%;
  height: 58px;
  backdrop-filter: var(--main-backdrop-filter);
  box-shadow: var(--main-box-shadow);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media screen and (max-width: 768px) {
  .GamePage_pageHeader__jl1J9 {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
    justify-content: center;
    align-items: center;
    padding: 0 17px;
    position: relative;
  }

  .GamePage_gameTitleContainer__aPWDP {
    all: unset;
    width: 100%;
    margin-top: 25%;
  }
  .GamePage_gameTitle__MYXIQ {
    width: 100%;
    padding: 28px 10px;
    flex-direction: column;
    row-gap: 17px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .GamePage_gameTitle__MYXIQ h1 {
    font-size: 30px;
  }

  .GamePage_platformsContainer__0TFmF {
    all: unset;
    position: absolute;
    bottom: -185px;
    width: calc(100% - 34px);
    padding: 23px 10px;
    margin: 0 17px;
  }

  .GamePage_platforms__GxxeM {
    width: 100%;
    font-size: 14px;
    margin-bottom: 0;
  }

  .GamePage_buttonDowload__X_S9y {
    font-size: 17px;
    padding: 18px 80px;
  }

  .GamePage_modsScreen__lItlZ {
    padding-top: 240px;
    width: 100%;
  }

  .GamePage_mods__Ap9gi {
    row-gap: 60px;
    width: 100%;
  }

  .GamePage_modsCount__IDElq {
    font-size: 25px;
  }

  .GamePage_modsBody___3bYA {
    flex-direction: column;
    row-gap: 100px;
    column-gap: 0;
  }

  .GamePage_categoryCard__SOqXb {
    width: 100%;
  }

  .GamePage_modItem__dfgO_ {
    font-size: 20px;
    width: 100%;
  }

  .GamePage_personalize__s19tv {
    padding: 110px 0 0 0;
  }

  .GamePage_personalizeContent__i1HnS {
    row-gap: 34px;
    width: 100%;
    padding: 42px 27px;
  }

  .GamePage_personalizeContent__i1HnS > h4 {
    font-size: 20px;
  }

  .GamePage_personalizeContentText__gJpDH {
    font-size: 14px;
  }

  .GamePage_similar__pa4kV {
    row-gap: 57px;
    padding-top: 170px;
  }

  .GamePage_similarTitle__DCdjR {
    font-size: 25px;
  }

}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/widgets/home-page/fifth-screen/ui/FifthScreen.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************/
.FifthScreen_container__kq5NN {
  padding: 105px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 120px;
}

.FifthScreen_head__BuMsu {
  display: flex;
  flex-direction: column;
  row-gap: 29px;
}

.FifthScreen_title__6vNiV {
  font-weight: 500;
  font-size: min(60px, 8vh);
  line-height: 110%;
  letter-spacing: 0%;
  text-align: center;
}

.FifthScreen_description__8Csyn {
  font-weight: 400;
  font-size: min(25px, 4vh);
  line-height: 131%;
  letter-spacing: 0%;
  text-align: center;
}

.FifthScreen_cardsWrapper__Qa4NL {
  display: flex;
  width: 100%;
  justify-content: center;
  column-gap: 15px;
  row-gap: 25px;
  overflow-x: auto;
  flex-wrap: wrap;
}

.FifthScreen_card__yrJww {
  width: 358px;
  height: 473px;
  padding: 0 22px 60px 22px;
  backdrop-filter: filter(var(--main-backdrop-filter));
  box-shadow: var(--main-box-shadow);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex-grow: 0;
  flex-shrink: 0;
}

.FifthScreen_cardTop__Cb4IZ {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.FifthScreen_cardImageWrapper__aIS7s {
  width: 100%;
  height: 126px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.FifthScreen_cardImg__RD_d_ {
  width: 126px;
  height: 126px;
}

.FifthScreen_cardTitle__eJfug {
  font-weight: 500;
  font-size: 28px;
  line-height: 110%;
  letter-spacing: 0%;
  text-align: center;
  flex-basis: 61px;
  margin-bottom: 40px;
}

.FifthScreen_cardText__77i3G {
  font-weight: 500;
  font-size: 20px;
  line-height: 131%;
  letter-spacing: 0%;
  text-align: center;
}

.FifthScreen_cardButton__DkAXz {
  justify-self: flex-end;
}

.FifthScreen_buttonGradient__8m8Us, .FifthScreen_buttonTransparent__5ncog {
  width: 224px;
  height: 61px;
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  text-align: center;
}

.FifthScreen_buttonGradient__8m8Us {
  background: var(--main-gradient);
}

.FifthScreen_buttonTransparent__5ncog {
  border: 1px solid #ffffff;
}

/* @media screen and (max-width: 1860px) {
  .cardsWrapper {
    justify-content: start;
  }
} */

@media screen and (max-width: 915px) {
  .FifthScreen_card__yrJww {
    width: calc(50% - 15px);
  }
} 

@media screen and (max-width: 768px) {
  .FifthScreen_container__kq5NN {
    padding: 60px 0;
    row-gap: 70px;
  }

  .FifthScreen_head__BuMsu {
    width: 100%;
  }

  .FifthScreen_title__6vNiV {
    font-size: 30px;
    text-align: left;
  }

  .FifthScreen_description__8Csyn {
    font-size: 14px;
    text-align: left;
  }

  .FifthScreen_cardsWrapper__Qa4NL {
    flex-direction: column;
    row-gap: 25px;
  }

  .FifthScreen_card__yrJww {
    height: 395x;
    width: 100%;
    padding: 0 14px 49px 14px;
  }

  .FifthScreen_cardImageWrapper__aIS7s {
    height: 110px;
  }

  .FifthScreen_cardImg__RD_d_ {
    width: 110px;
    height: 110px;
  }

  .FifthScreen_cardTitle__eJfug {
    font-size: 22px;
  }

  .FifthScreen_cardText__77i3G {
    font-size: 16px;
  }

  .FifthScreen_buttonGradient__8m8Us, .FifthScreen_buttonTransparent__5ncog {
    width: 205px;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/widgets/gradient-text/GradientText.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************/
.GradientText_text__RUk0t {
  background: var(--main-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/widgets/unavailable/Unavailable.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************/
.Unavailable_container__Xa9dG {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  box-shadow: var(--main-box-shadow);
  backdrop-filter: var(--main-backdrop-filter);
  border-radius: 10px;
  padding: 38px 77px;
  width: min(815px, 100%);
}

.Unavailable_title___kYFN {
  display: flex;
  align-items: center;
  column-gap: 12px;
  font-weight: 500;
  font-style: Medium;
  font-size: 26px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
}

.Unavailable_sign___vVDG {
  width: 30px;
  height: 30px;
}

.Unavailable_body__6xpUU {
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 144%;
  letter-spacing: 0%;
}

@media screen and (max-width: 768px) {
  .Unavailable_container__Xa9dG {
    padding: 35px 27px;
  }
  .Unavailable_title___kYFN {
    font-size: 20px;
  }
  .Unavailable_sign___vVDG {
    width: 23px;
    height: 23px;
  }

  .Unavailable_body__6xpUU {
    font-size: 14px;
  }
}
