/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./src/shared/ui/Title/Title.module.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.Title_l__2lewF {
  font-size: 18px;
  line-height: 25px;
}

.Title_s__0kuDI {
  font-size: 20px;
  line-height: 27px;
}

.Title_p___qX2o {
  font-size: 24px;
  line-height: 33px;
}

.Title_x__2W7vu {
  font-size: 32px;
  line-height: 44px;
}

.Title_primary__XnV0L {
  color: var(--white);
}

.Title_secondary__vmzi_ {
  color: var(--black);
}

.Title_regulary__19MUV {
  font-weight: 400;
}

.Title_semibold__s9gMf {
  font-weight: 600;
}

.Title_bold__YZ6_s {
  font-weight: 700;
}

@media (max-width: 1464px) {
  .Title_title__75Snv.Title_s__0kuDI {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 768px) {
  .Title_x__2W7vu,
  .Title_s__0kuDI {
    font-size: 18px;
    line-height: 25px;
  }
  .Title_p___qX2o {
    font-size: 16px;
    line-height: 22px;
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./src/shared/ui/Spinner/Spinner.module.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.Spinner_wrapper__fcWVv {
  margin: 0 auto;
  width: 20px;
  height: 20px;
  z-index: 10;
}

.Spinner_spinner__e5cRg {
  display: block;
  width: 20px;
  height: 20px;
  border: solid 2px transparent;
  border-radius: 100%;
  animation: Spinner_progress-spinner__pwiFu 900ms linear infinite;
}
.Spinner_spinner__e5cRg.Spinner_primary__MjvMD {
  border-bottom-color: var(--blue);
  border-right-color: var(--blue);
  border-top-color: var(--violet);
  border-left-color: var(--violet);
}
.Spinner_spinner__e5cRg.Spinner_secondary__pXg_9 {
  border-bottom-color: var(--blue);
  border-right-color: var(--blue);
  border-top-color: var(--red);
  border-left-color: var(--red);
}

.Spinner_center__ta89F {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes Spinner_progress-spinner__pwiFu {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1turn);
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./src/shared/ui/Button/Button.module.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.Button_button__wliYd {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  position: relative;
}
.Button_button__wliYd.Button_primary__G1mpW {
  width: 116px;
  height: 40px;
  background-color: var(--bg-color);
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid transparent;
  border-radius: 8px;
}
.Button_button__wliYd.Button_primary__G1mpW .Button_content__iXZX1 {
  align-items: center;
  gap: 8px;
}
.Button_button__wliYd.Button_primary__G1mpW:hover {
  color: var(--green);
  border: 1px solid var(--green);
}
.Button_button__wliYd.Button_secondary__LGYa1 {
  width: 190px;
  height: 56px;
  border-radius: 12px;
  background: var(--light-red);
  color: var(--white);
  white-space: nowrap;
}
.Button_button__wliYd.Button_secondary__LGYa1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(308.55deg, #ee3ba7 8.2%, #b248ff 93.28%);
  transition: all 0.3s;
  border-radius: 12px;
  z-index: 0;
  pointer-events: none;
}
.Button_button__wliYd.Button_secondary__LGYa1:hover::before {
  opacity: 0;
}
.Button_button__wliYd.Button_secondary__LGYa1 > * {
  position: relative;
  z-index: 1;
}
.Button_button__wliYd.Button_secondary__LGYa1:active::before {
  opacity: 1;
}
.Button_button__wliYd.Button_secondary__LGYa1:disabled {
  background: var(--grey);
}
.Button_button__wliYd.Button_secondary__LGYa1:disabled::before {
  background: transparent;
}
.Button_button__wliYd.Button_outline__1gh2i {
  width: 190px;
  height: 56px;
  border-radius: 12px;
  background-color: transparent;
  border: 2px solid var(--violet);
  background-color: var(--surface);
  color: var(--white);
  white-space: nowrap;
}
.Button_button__wliYd.Button_outline__1gh2i:hover {
  border: 2px solid var(--light-red);
  background-color: var(--bg-color);
}
.Button_button__wliYd.Button_outline__1gh2i:active {
  border: 2px solid var(--violet);
  background-color: var(--bg-color);
}
.Button_button__wliYd.Button_outline__1gh2i:disabled {
  border: 2px solid var(--grey);
  color: var(--grey);
}
.Button_button__wliYd.Button_violet-gradient__jb3_K {
  justify-content: initial;
  background: linear-gradient(308.55deg, #ee3ba7 8.2%, #b248ff 93.28%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.Button_button__wliYd.Button_empty__NCug7 {
  height: auto;
}
.Button_button__wliYd.Button_semibold__D5gfF {
  font-weight: 600;
}
.Button_button__wliYd.Button_bold__vVVt4 {
  font-weight: 700;
}
.Button_button__wliYd.Button_loading__4oINv {
  pointer-events: none;
}
.Button_button__wliYd:disabled {
  opacity: 0.8;
}

.Button_content__iXZX1 {
  display: flex;
}

@media (max-width: 768px) {
  .Button_button__wliYd.Button_primary__G1mpW {
    width: 84px;
    font-size: 14px;
  }
  .Button_button__wliYd.Button_primary__G1mpW:hover {
    color: rgba(255, 255, 255, 0.6);
  }
  .Button_button__wliYd.Button_outline__1gh2i, .Button_button__wliYd.Button_secondary__LGYa1 {
    font-size: 16px;
  }
}
@media (max-width: 596px) {
  .Button_button__wliYd.Button_primary__G1mpW {
    height: 28px !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    background-color: transparent;
    border: none;
  }
  .Button_button__wliYd.Button_primary__G1mpW .Button_content__iXZX1 {
    gap: 4px;
    line-height: 14px;
  }
  .Button_button__wliYd.Button_primary__G1mpW:hover {
    border: none;
  }
}
@media (max-width: 360px) {
  .Button_button__wliYd.Button_outline__1gh2i, .Button_button__wliYd.Button_secondary__LGYa1 {
    font-size: 14px;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./src/shared/ui/Input/Input.module.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.Input_wrapper__TB8ku {
  max-width: 327px;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.Input_input__dwy5x {
  width: 100%;
  height: 56px;
  padding: 0 48px 0 16px;
  opacity: 0.6;
  outline: none;
  color: var(--white);
  background-color: var(--bg-color);
  border: 1px solid var(--grey2);
  border-radius: 9px;
  font-size: 18px;
  transition: background-color 9999s ease-in-out 0s;
}
.Input_input__dwy5x.Input_error__C_XB0 {
  border: 1px solid var(--red);
}
.Input_input__dwy5x::placeholder {
  color: var(--white);
  opacity: 0.4;
}
.Input_input__dwy5x:focus {
  border: 1px solid var(--violet2);
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
}
.Input_input__dwy5x:-webkit-autofill, .Input_input__dwy5x:-webkit-autofill:focus, .Input_input__dwy5x:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 1000px var(--bg-color) inset !important;
  -webkit-text-fill-color: var(--white) !important;
  -webkit-transition: background-color 9999s ease-in-out 0s !important;
  transition: background-color 9999s ease-in-out 0s !important;
}
.Input_input__dwy5x[type=date]::-webkit-calendar-picker-indicator {
  display: none;
}
.Input_input__dwy5x[type=time]::-webkit-calendar-picker-indicator {
  background: none;
}
.Input_input__dwy5x[type=number]::-webkit-outer-spin-button, .Input_input__dwy5x[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.Input_input__dwy5x[type=number] {
  -webkit-appearance: textfield;
          appearance: textfield;
  -moz-appearance: textfield !important;
}

.Input_label__5xQux {
  margin-bottom: 7px;
  font-size: 16px;
  line-height: 22px;
  opacity: 0.6;
}

.Input_arrow__x_r5z {
  position: absolute !important;
  top: 33px;
  right: 16px;
}
.Input_arrow__x_r5z.Input_second__oYvvA {
  top: 55px;
  transform: rotate(180deg);
}

@media (max-width: 1279px) {
  .Input_wrapper__TB8ku {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .Input_input__dwy5x.Input_regular__tqbR5 {
    height: 48px;
    padding: 0 16px;
  }
  .Input_input__dwy5x.Input_large__mEWCA {
    height: 56px;
    padding: 0 20px;
  }
}
@media (max-width: 368px) {
  .Input_label__5xQux {
    font-size: 15px;
  }
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./src/shared/ui/Checkbox/Checkbox.module.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.Checkbox_label__dQEq5 {
  display: flex;
  gap: 8px;
  cursor: pointer;
}

.Checkbox_input__iw0yE {
  min-width: 20px;
  max-height: 20px;
  cursor: pointer;
  position: relative;
  border: 1px solid var(--blue);
}
.Checkbox_input__iw0yE.Checkbox_primary__YjjHX {
  border-radius: 4px;
}
.Checkbox_input__iw0yE.Checkbox_second__5gpKg {
  border-radius: 100%;
}
.Checkbox_input__iw0yE:checked {
  background-color: var(--blue);
}
.Checkbox_input__iw0yE:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 10px;
  border: solid;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -60%) rotate(45deg);
  color: var(--white);
}
.Checkbox_input__iw0yE.Checkbox_error__z3hTJ {
  border: 1px solid var(--red);
}

.Checkbox_text___PW57 {
  font-size: 16px;
  line-height: 20px;
}
.Checkbox_text___PW57:hover {
  color: var(--dark);
}

@media (max-width: 768px) {
  .Checkbox_text___PW57 {
    font-size: 14px;
    line-height: 18px;
  }
  .Checkbox_input__iw0yE {
    min-width: 18px;
    max-height: 18px;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./src/shared/ui/Modal/Modal.module.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.Modal_wrapper__jsB5H {
  position: absolute;
  outline: none;
  overflow: auto;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  max-width: 785px;
  max-height: calc(100svh - 48px);
  width: 100%;
  margin-right: -50%;
  padding: 20px 40px;
  transform: translate(-50%, -50%);
  background: var(--surface);
  box-shadow: 0px 20px 40px 0px rgb(0, 0, 0);
  border: 1px solid transparent;
  border-image: linear-gradient(90deg, rgba(198, 140, 76, 0) 0%, #c68c4c 19.18%, #f9f6d0 50.96%, #c68c4c 78.57%, rgba(212, 169, 84, 0) 98.08%);
  border-image-slice: 1;
  border-radius: 20px;
  opacity: 0;
}
.Modal_wrapper__jsB5H::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.Modal_title__wmN8m {
  padding: 16px 0;
  text-align: center;
}

.Modal_btn__7Bot1 {
  position: absolute !important;
  top: 16px;
  right: 16px;
  min-width: 48px;
  min-height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--bg-color);
  border-radius: 12px;
}
.Modal_btn__7Bot1 path {
  transition: all 0.3s;
  color: rgba(67, 66, 71, 0.6);
}
.Modal_btn__7Bot1:hover path {
  color: rgba(67, 66, 71, 0.9);
}

@media (max-width: 1464px) {
  .Modal_wrapper__jsB5H {
    max-width: 620px;
    padding: 32px 16px 16px;
  }
  .Modal_wrapper__jsB5H .Modal_title__wmN8m {
    padding: 0;
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 768px) {
  .Modal_wrapper__jsB5H {
    width: calc(100vw - 32px);
    padding: 16px 12px;
  }
  .Modal_wrapper__jsB5H .Modal_title__wmN8m {
    width: 84%;
    padding: 20px 0;
    text-align: start;
    font-size: 18px;
    line-height: 25px;
  }
  .Modal_btn__7Bot1 {
    top: 8px;
    right: 8px;
    min-width: 40px;
    min-height: 40px;
  }
  .Modal_icon__oyMIn {
    width: 20px;
    height: 20px;
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/shared/ui/Modal/Modal.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.ReactModal__Overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.ReactModal__Overlay--after-open {
  opacity: 1;
}
.ReactModal__Overlay--before-close {
  opacity: 0;
}
.ReactModal__Overlay.fide-bg {
  background-color: rgba(11, 16, 27, 0.9) !important;
}

.ReactModal__Content.ReactModal__Content--after-open {
  opacity: 1 !important;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./node_modules/swiper/swiper.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./src/page/Home/ui/ModalHowToPlay/styles.module.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_modal__DmKnh {
  padding-bottom: 40px;
}

.styles_line__NUSHS {
  height: 1px;
  background: var(--grey2);
  opacity: 0.6;
}

.styles_wrapper__aBPeg {
  margin-top: 20px;
  padding: 18px 0;
  background: var(--bg-color);
  border-radius: 16px;
}

.styles_slide__Uc_SR {
  width: calc(100% - 36px) !important;
}

.styles_img__cVBL4 {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.styles_ul__ciXnd {
  padding: 0 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.styles_li__rWjJg {
  display: flex;
  gap: 6px;
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 1464px) {
  .styles_wrapper__aBPeg {
    margin-top: 12px;
  }
  .styles_slide__Uc_SR {
    width: calc(100% - 184px) !important;
  }
  .styles_li__rWjJg {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .styles_modal__DmKnh {
    padding: 12px 12px 16px 12px;
  }
  .styles_wrapper__aBPeg {
    margin-top: 16px;
    padding: 12px 0;
  }
  .styles_slide__Uc_SR {
    width: calc(100% - 24px) !important;
    height: auto;
  }
  .styles_ul__ciXnd {
    padding: 0 12px;
  }
  .styles_li__rWjJg {
    font-size: 14px;
    line-height: 16px;
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/page/Home/ui/ModalHowToPlay/styles.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.swiper-pagination {
  margin: 12px 0;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.6);
  transition: all 0.6s;
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  width: 20px;
  background: linear-gradient(308.55deg, #ee3ba7 8.2%, #b248ff 93.28%);
  border-radius: 31px;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./src/page/Home/ui/Statistics/styles.module.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_wrapper__xFYm9 {
  padding: 8px;
  display: flex;
  gap: 20px;
  background: var(--surface);
  border-radius: 20px;
}

.styles_item__hAuFR {
  height: 64px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--bg-color);
  border-radius: 12px;
}
.styles_item__hAuFR:first-child {
  gap: 12px;
  margin-right: auto;
}
.styles_item__hAuFR:nth-child(2) {
  cursor: pointer;
}
.styles_item__hAuFR:nth-child(2), .styles_item__hAuFR:nth-child(3) {
  font-size: 20px;
}

.styles_green__MdZfz {
  font-weight: 700;
  color: var(--green);
}

.styles_iconWin__hsw96 {
  display: none;
}

@media (max-width: 1760px) {
  .styles_end__3pnBq {
    display: none;
  }
}
@media (max-width: 1464px) {
  .styles_wrapper__xFYm9 {
    padding: 4px 8px;
    gap: 12px;
  }
  .styles_item__hAuFR {
    height: 44px;
    padding: 0 8px;
    gap: 8px;
  }
  .styles_item__hAuFR:first-child {
    gap: 8px;
  }
  .styles_item__hAuFR:nth-child(2), .styles_item__hAuFR:nth-child(3) {
    font-size: 16px;
  }
  .styles_icon__cktEE {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 812px) {
  .styles_how__pds8n {
    display: none;
  }
}
@media (max-width: 768px) {
  .styles_item__hAuFR {
    height: 30px;
    padding: 0 6px;
    border-radius: 5px;
    white-space: nowrap;
  }
  .styles_item__hAuFR:first-child {
    margin-right: initial;
    font-size: 16px;
    line-height: 22px;
  }
  .styles_icon__cktEE {
    width: 18px;
    height: 18px;
  }
  .styles_iconWin__hsw96 {
    width: 20px;
    height: 20px;
  }
  .styles_violet__LJf45 {
    color: var(--white);
    font-weight: 600;
    background: initial;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
    background-clip: initial;
  }
  .styles_wrapper__xFYm9 {
    padding: 4px 5.5px;
    justify-content: space-between;
    gap: 4px;
    border-radius: 12px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .styles_wrapper__xFYm9::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 568px) {
  .styles_win__hNhwa {
    display: none;
  }
  .styles_iconWin__hsw96 {
    display: flex;
  }
}
@media (max-width: 360px) {
  .styles_item__hAuFR {
    padding: 0 5px;
  }
  .styles_item__hAuFR:first-child {
    font-size: 15px;
  }
  .styles_item__hAuFR:nth-child(2), .styles_item__hAuFR:nth-child(3) {
    font-size: 15px;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./src/page/Home/ui/ModalMyVariants/styles.module.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_wrapper__rVaN6 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.styles_line___DH1Z {
  height: 1px;
  background: var(--grey2);
  opacity: 0.6;
}

.styles_title__IVbiq {
  margin: 20px 0 16px;
}

.styles_suptitles__Oks0T {
  display: flex;
  justify-content: space-between;
}

.styles_suptitle__dX1FG {
  display: flex;
  gap: 16px;
  font-size: 20px;
  line-height: 27px;
}

.styles_opacity__qiZnk {
  opacity: 0.6;
}

.styles_white__4R0dp,
.styles_grenn___3ZNL {
  font-weight: 700;
}

.styles_green__RynCj {
  color: var(--green);
}

.styles_table__df3UU {
  margin-top: 16px;
  padding: 21px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: var(--bg-color);
  border-radius: 16px;
}

.styles_item__2x9eH {
  display: flex;
  gap: 12px;
  font-size: 20px;
  line-height: 27px;
}

.styles_names__W1u_C,
.styles_winner__IfYZL,
.styles_guessed__miAka {
  border-radius: 8px;
  background: var(--surface);
}

.styles_names__W1u_C {
  width: 100%;
  padding: 8px 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.styles_winner__IfYZL {
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.styles_guessed__miAka {
  min-width: 166px;
  padding: 8px 8px 8px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.styles_no__foaaY {
  text-align: center;
}

@media (max-width: 1464px) {
  .styles_wrapper__rVaN6 {
    gap: 0;
  }
  .styles_title__IVbiq {
    margin: 12px 0;
    font-size: 20px;
    line-height: 27px;
  }
  .styles_suptitle__dX1FG,
  .styles_item__2x9eH {
    gap: 12px;
    font-size: 18px;
    line-height: 25px;
  }
  .styles_table__df3UU {
    margin-top: 12px;
    padding: 12px 16px;
  }
  .styles_item__2x9eH {
    font-size: 18px;
    line-height: 25px;
  }
  .styles_wrapper__rVaN6 > div:nth-child(n+2) .styles_line___DH1Z {
    display: none;
  }
}
@media (max-width: 768px) {
  .styles_title__IVbiq {
    margin: 20px 0 8px;
    font-size: 16px;
    line-height: 22px;
  }
  .styles_suptitles__Oks0T {
    gap: 8px;
  }
  .styles_suptitle__dX1FG {
    font-size: 14px;
    line-height: 18px;
    gap: 4px;
  }
  .styles_table__df3UU {
    margin-top: 8px;
    padding: 8px 4px;
    gap: 8px;
  }
  .styles_item__2x9eH {
    gap: 4px;
    font-size: 14px;
    line-height: 19px;
  }
  .styles_names__W1u_C {
    padding: 12px;
  }
  .styles_winner__IfYZL {
    min-width: 43px;
    font-size: 18px;
    padding: 12px 10px;
  }
  .styles_guessed__miAka {
    min-width: 134px;
  }
}
@media (max-width: 580px) {
  .styles_mobileHide__fXmB_ {
    display: none;
  }
  .styles_guessed__miAka {
    min-width: 44px;
  }
  .styles_suptitle__dX1FG {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 486px) {
  .styles_suptitle__dX1FG {
    flex-direction: column;
    text-align: center;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./src/page/Home/ui/ModalStatistics/styles.module.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_line__POTQv {
  height: 1px;
  background: var(--grey2);
  opacity: 0.6;
}

.styles_bottomGradient__ufkQe,
.styles_bottomGreen__CslO8 {
  font-size: 24px;
  line-height: 33px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.styles_btnItem__LV8b6 {
  display: flex;
  align-items: center;
  gap: 20px;
  white-space: nowrap;
}

.styles_most__MfAeQ {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.styles_mostLeft__XQuWo {
  width: 100%;
  white-space: nowrap;
  gap: 30px;
}

.styles_mostItem__3UQtQ {
  gap: 30px;
}

.styles_mostItem__3UQtQ,
.styles_mostLeft__XQuWo,
.styles_hashItem__n37FL {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.styles_mostText__tqkcg,
.styles_mostGrey__aIrCv,
.styles_bottomText__zyF2c,
.styles_hashItem__n37FL {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
}

.styles_hashItem__n37FL {
  padding: 8px 10px;
  gap: 8px;
  background: var(--bg-color);
  border-radius: 12px;
}

.styles_hashSpan__Y3E_q {
  max-width: 236px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.styles_hashText__M8HlZ {
  opacity: 0.6;
}

.styles_hashBtn__0toTs {
  display: flex;
}
.styles_hashBtn__0toTs:hover .styles_hashIcon__9JtcN {
  opacity: 1;
}

.styles_hashIcon__9JtcN {
  color: var(--grey3);
  opacity: 0.6;
}

.styles_mostText__tqkcg {
  max-width: 273px;
  width: 100%;
}

.styles_mostValue__Sn4AZ {
  max-width: 118px;
  width: 100%;
  font-size: 24px;
  line-height: 33px;
  color: var(--green);
  overflow: hidden;
  text-overflow: ellipsis;
}

.styles_mostGrey__aIrCv {
  max-width: 209px;
  width: 100%;
  opacity: 0.6;
  text-align: end;
}

.styles_title__TMZrD {
  margin: 20px 0 16px;
  text-align: center;
}

.styles_table__v128a {
  margin-bottom: 20px;
  padding: 16px;
  display: flex;
  gap: 12px;
  background: var(--bg-color);
  border-radius: 16px;
}

.styles_tableColumn__ykWiW {
  width: calc(33% - 8px);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.styles_tableMain__GKWBM,
.styles_tableItem__XgdF4 {
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--surface);
  border-radius: 8px;
  font-size: 20px;
  line-height: 27px;
}

.styles_tableMain__GKWBM {
  gap: 8px;
}

.styles_tableItem__XgdF4 {
  font-weight: 400;
}

.styles_bottom__Wjazy {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.styles_bottomItem__16ysB {
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}

.styles_sumbit__vnas4 {
  max-width: 350px;
  width: 100% !important;
  margin: 20px auto 0;
}

.styles_bottomGradient__ufkQe {
  background: linear-gradient(308.55deg, #ee3ba7 8.2%, #b248ff 93.28%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.styles_bottomGreen__CslO8 {
  color: var(--green);
}

@media (max-width: 1464px) {
  .styles_modal__eH_gR {
    padding-top: 28px;
  }
  .styles_title__TMZrD,
  .styles_bottomGradient__ufkQe,
  .styles_bottomGreen__CslO8 {
    font-size: 20px;
    line-height: 27px;
  }
  .styles_most__MfAeQ {
    padding: 12px 20px;
    gap: 12px;
  }
  .styles_mostText__tqkcg {
    max-width: 161px;
    white-space: initial;
  }
  .styles_hashSpan__Y3E_q {
    max-width: 170px;
  }
  .styles_mostText__tqkcg,
  .styles_mostGrey__aIrCv,
  .styles_label__9zbwg,
  .styles_tableMain__GKWBM,
  .styles_tableItem__XgdF4,
  .styles_hashItem__n37FL {
    font-size: 18px;
    line-height: 25px;
  }
  .styles_bottomText__zyF2c {
    font-size: 16px;
    line-height: 22px;
  }
  .styles_title__TMZrD {
    margin: 16px 0 12px;
  }
  .styles_table__v128a {
    margin-bottom: 12px;
  }
  .styles_tableMain__GKWBM,
  .styles_tableItem__XgdF4 {
    height: 41px;
  }
  .styles_bottom__Wjazy {
    padding: 0;
  }
  .styles_line__POTQv.styles_third__vdXHH {
    display: none;
  }
  .styles_sumbit__vnas4 {
    margin: 0 auto 16px;
  }
}
@media (max-width: 786px) {
  .styles_most__MfAeQ {
    padding: 20px 0;
    gap: 12px;
  }
  .styles_mostItem__3UQtQ {
    flex-direction: column;
    align-items: start;
    gap: 0;
  }
  .styles_mostItem__3UQtQ:first-child {
    gap: 8px;
    overflow: hidden;
  }
  .styles_mostItem__3UQtQ:first-child button {
    min-width: 24px;
  }
  .styles_hashItem__n37FL,
  .styles_hashSpan__Y3E_q {
    max-width: 100%;
  }
  .styles_mostGrey__aIrCv {
    text-align: start;
  }
}
@media (max-width: 768px) {
  .styles_modal__eH_gR {
    padding-top: 16px;
  }
  .styles_mostGrey__aIrCv,
  .styles_tableMain__GKWBM {
    font-size: 14px;
    line-height: 19px;
  }
  .styles_mostLeft__XQuWo {
    gap: 20px;
  }
  .styles_mostText__tqkcg,
  .styles_mostValue__Sn4AZ,
  .styles_bottomGradient__ufkQe,
  .styles_bottomGreen__CslO8,
  .styles_bottomText__zyF2c,
  .styles_hashItem__n37FL {
    font-size: 16px;
    line-height: 22px;
  }
  .styles_mostValue__Sn4AZ {
    text-align: end;
  }
  .styles_mostValue__Sn4AZ,
  .styles_mostText__tqkcg {
    max-width: initial;
    width: -moz-fit-content;
    width: fit-content;
  }
  .styles_mostValue__Sn4AZ {
    overflow: initial;
  }
  .styles_mostText__tqkcg {
    white-space: initial;
  }
  .styles_line__POTQv {
    display: none;
  }
  .styles_line__POTQv.styles_first__tHOYi {
    display: block;
  }
  .styles_title__TMZrD {
    margin: 0 0 8px;
  }
  .styles_table__v128a {
    padding: 16px 4px;
    gap: 4px;
  }
  .styles_tableColumn__ykWiW {
    width: calc(33% - 2.6px);
    gap: 8px;
  }
  .styles_icon__ReC9N {
    width: 24px;
    height: 24px;
  }
  .styles_tableMain__GKWBM {
    height: 59px;
    flex-direction: column;
    gap: 0;
    word-break: break-all;
  }
  .styles_tableItem__XgdF4 {
    height: 43px;
    padding: 0 4px;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .styles_bottom__Wjazy {
    padding: 0;
    flex-direction: column;
    gap: 16px;
  }
  .styles_bottomItem__16ysB {
    justify-content: space-between;
  }
  .styles_sumbit__vnas4 {
    max-width: 100%;
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./src/page/Home/ui/Odds/OddSkeleton/styles.module.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_odd__u5Oj1 {
  min-width: 110px;
  height: 40px;
}

@media (max-width: 768px) {
  .styles_odd__u5Oj1 {
    min-width: 70px;
    height: 32px;
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./src/page/Home/ui/Odds/styles.module.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_wrapper__nOBvA {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.styles_wrapper__nOBvA::-webkit-scrollbar {
  display: none;
}

.styles_item__0wYcv {
  min-width: 110px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1px;
  border-radius: 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}

.styles_clock__edoWi {
  min-width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--surface);
  border-radius: 8px;
}

@media (max-width: 1464px) {
  .styles_wrapper__nOBvA {
    gap: 12px;
  }
  .styles_item__0wYcv {
    min-width: 70px;
    height: 32px;
    font-size: 14px;
  }
  .styles_clock__edoWi {
    min-width: 32px;
    height: 32px;
  }
}
@media (max-width: 1279px) {
  .styles_wrapper__nOBvA {
    position: absolute;
    top: 140px;
    left: 0;
    right: 0;
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .styles_wrapper__nOBvA {
    top: 98px;
    gap: 10px;
  }
  .styles_clock__edoWi {
    min-width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--surface);
    border-radius: 8px;
  }
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./src/page/Home/ui/Actions/styles.module.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_wrapper__Cn33I {
  position: fixed;
  right: calc(28.85% + 28px);
  bottom: 15px;
  max-width: 830px;
  width: 100%;
  padding: 20px;
  display: flex;
  gap: 7px;
  background: var(--surface);
  border: 1px solid var(--bg-color);
  border-radius: 12px;
  z-index: 100;
  transition: all 0.3s;
}

.styles_inputs__UOy91 {
  width: 100%;
  display: flex;
  gap: 7px;
}

.styles_btns__u2ip4 {
  display: flex;
  gap: 7px;
}

.styles_btn__AUXvl {
  margin-top: 29px;
}

@media (max-width: 1680px) {
  .styles_wrapper__Cn33I {
    right: 35.85%;
  }
}
@media (max-width: 1464px) {
  .styles_wrapper__Cn33I {
    padding: 7px 20px;
  }
}
@media (max-width: 1360px) {
  .styles_wrapper__Cn33I {
    max-width: 61%;
  }
}
@media (max-width: 1279px) {
  .styles_wrapper__Cn33I {
    max-width: calc(100% - 32px);
    padding: 8px;
    left: 16px;
    right: 16px;
    bottom: 0;
    flex-direction: column;
    gap: 8px;
  }
  .styles_btn__AUXvl {
    margin-top: 0;
  }
  .styles_btn__AUXvl {
    width: calc(50% - 4px) !important;
  }
}
/* @media (max-width: 410px) {
  .input {
    min-width: 59%;
  }
} */
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./src/page/Home/ui/TableItem/styles.module.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_wrapper__Cotob {
  padding: 8px 32px;
  display: flex;
  align-items: center;
  gap: 20px;
  background: var(--surface);
  border-radius: 12px;
}

.styles_names__gOhUp {
  max-width: 597px;
  width: 100%;
  display: flex;
  gap: 8px;
  font-size: 24px;
  line-height: 33px;
  cursor: pointer;
}

.styles_name__iNXVN {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.styles_name__iNXVN.styles_active__vIO5l {
  font-weight: 800;
  background: linear-gradient(308.55deg, #ee3ba7 8.2%, #b248ff 93.28%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.styles_item__NJOtk {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
}

.styles_btns__zppg2 {
  display: flex;
  gap: 12px;
}

.styles_btn__fGskx.styles_active__vIO5l {
  font-weight: 700;
  font-size: 24px;
  color: var(--green);
  border: 1px solid var(--green);
}

.styles_mobileBox__1o6Yy {
  display: none;
}

@media (max-width: 1760px) {
  .styles_wrapper__Cotob {
    justify-content: space-between;
  }
}
@media (max-width: 1680px) {
  .styles_names__gOhUp {
    max-width: calc(100% - 392px);
  }
}
@media (max-width: 1464px) {
  .styles_wrapper__Cotob {
    padding: 4px 16px;
  }
  .styles_btns__zppg2 .styles_btn__fGskx {
    width: 80px;
    height: 36px;
  }
  .styles_names__gOhUp {
    max-width: calc(100% - 284px);
  }
  .styles_name__iNXVN,
  .styles_btn__fGskx.styles_active__vIO5l {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 768px) {
  .styles_wrapper__Cotob {
    height: 53px;
    padding: 0 8px;
    gap: 12px;
  }
  .styles_names__gOhUp {
    max-width: calc(100% - 276px);
  }
  .styles_names__gOhUp,
  .styles_item__NJOtk {
    gap: 6px;
  }
  .styles_name__iNXVN {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
  }
  .styles_img__Gc3ES {
    width: 20px;
    height: 20px;
  }
  .styles_btn__fGskx.styles_active__vIO5l {
    font-size: 14px;
  }
  .styles_icon__K8Eti {
    width: 18px;
    height: 21px;
    margin: 0 5px;
  }
}
@media (max-width: 596px) {
  .styles_names__gOhUp {
    max-width: calc(100% - 149px);
  }
  .styles_btn__fGskx.styles_active__vIO5l {
    border: none;
  }
  .styles_mobileBox__1o6Yy {
    display: flex;
    min-width: 22px;
    height: 22px;
    margin: 0 3px;
    border: 1.5px solid rgba(67, 66, 71, 0.6);
    border-radius: 4px;
  }
  .styles_btns__zppg2 {
    gap: 8px;
  }
}
@media (max-width: 396px) {
  .styles_img__Gc3ES {
    width: 18px;
    height: 18px;
  }
  .styles_names__gOhUp,
  .styles_item__NJOtk {
    gap: 4px;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./src/page/Home/ui/ModalResultItem/styles.module.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_item__oYfQY,
.styles_counts__Ao02i {
  display: flex;
  gap: 12px;
  font-size: 20px;
}
.styles_item__oYfQY > div,
.styles_counts__Ao02i > div {
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--surface);
  border-radius: 8px;
}

.styles_stats__K5zL_ {
  background: transparent !important;
}

.styles_id__V8M_0 {
  width: 48px;
  padding: 0 2px;
}

.styles_name___kNl4 {
  max-width: 290px;
  width: 100%;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: start !important;
  gap: 12px;
  overflow: hidden;
  cursor: pointer;
}

.styles_team__HmtQV,
.styles_span__XY3Z4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.styles_team__HmtQV.styles_active__R_E8k {
  font-weight: 800;
  background: linear-gradient(308.55deg, #ee3ba7 8.2%, #b248ff 93.28%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.styles_img__8c0xZ {
  border-radius: 100%;
}

.styles_count__qf6Cv {
  width: 100px;
  padding: 0 2px;
  overflow: hidden;
}

.styles_results__zNs2C {
  width: 184px;
  padding: 2.5px 8px;
  display: flex;
  gap: 12px;
}

.styles_result__AOZOA {
  width: 48px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 800;
  border-radius: 8px;
}
.styles_result__AOZOA.styles_red__8iSX3 {
  border: 1px solid var(--red);
  color: var(--red);
}
.styles_result__AOZOA.styles_green__BExju {
  border: 1px solid var(--green);
  color: var(--green);
}
.styles_result__AOZOA.styles_yellow___ozWv {
  border: 1px solid var(--light-yellow);
  color: var(--light-yellow);
}

.styles_lines__f6fHR {
  display: none;
}

@media (max-width: 1464px) {
  .styles_item__oYfQY {
    display: flex;
    gap: 12px;
    font-size: 18px;
  }
  .styles_name___kNl4 {
    max-width: 240px;
  }
  .styles_count__qf6Cv {
    width: 80px;
  }
  .styles_results__zNs2C {
    width: 160px;
    padding: 4px 8px;
  }
  .styles_result__AOZOA {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 992px) {
  .styles_id__V8M_0 {
    display: none !important;
  }
  .styles_item__oYfQY,
  .styles_counts__Ao02i {
    justify-content: space-between !important;
  }
  .styles_name___kNl4 {
    max-width: 100%;
  }
  .styles_stats__K5zL_ {
    display: flex;
    flex-direction: column;
  }
  .styles_lines__f6fHR {
    width: 100%;
    display: flex;
    gap: 2px;
  }
  .styles_line__8MqTK {
    width: 33.3%;
    height: 2px;
    border-radius: 100px;
  }
  .styles_line__8MqTK.styles_red__8iSX3 {
    background: var(--red);
  }
  .styles_line__8MqTK.styles_green__BExju {
    background: var(--green);
  }
  .styles_line__8MqTK.styles_yellow___ozWv {
    background: var(--light-yellow);
  }
  .styles_results__zNs2C {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .styles_item__oYfQY {
    gap: 8px;
  }
  .styles_item__oYfQY > div {
    height: 42px;
  }
  .styles_item__oYfQY .styles_count__qf6Cv {
    width: 36px;
    height: 28px;
    font-size: 11px;
    background: var(--bg-color);
  }
  .styles_img__8c0xZ {
    display: none;
  }
  .styles_team__HmtQV {
    font-size: 14px;
  }
  .styles_counts__Ao02i {
    padding: 5px 4px;
    gap: 4px;
  }
  .styles_stats__K5zL_ {
    background: var(--surface) !important;
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./src/page/Home/ui/ResultTable/styles.module.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_items__ybnQX {
  margin-bottom: -28px;
  padding-left: 60px;
  display: flex;
  gap: 12px;
}

.styles_item__ZynxH {
  width: 100px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.6;
}
.styles_item__ZynxH:first-child {
  max-width: 290px;
  width: 100%;
  padding-left: 8px;
  justify-content: start;
  font-size: 20px;
}
.styles_item__ZynxH:last-child {
  width: 184px;
}
.styles_item__ZynxH:nth-child(4) {
  opacity: 1;
  color: var(--green);
}
.styles_item__ZynxH:nth-child(5) {
  opacity: 1;
  color: var(--light-yellow);
}
.styles_item__ZynxH:nth-child(6) {
  opacity: 1;
  color: var(--red);
}

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

.styles_icon__fv_qc {
  display: none;
}

.styles_spinner__Ty5jn {
  margin: 10px auto 20px;
}

@media (max-width: 1464px) {
  .styles_item__ZynxH {
    min-width: 80px;
    max-width: 80px;
    font-size: 16px;
  }
  .styles_item__ZynxH:first-child {
    max-width: 240px;
    font-size: 16px;
  }
  .styles_item__ZynxH:last-child {
    min-width: 160px;
    max-width: 160px;
  }
}
@media (max-width: 992px) {
  .styles_items__ybnQX {
    padding-left: 0;
    justify-content: space-between;
  }
  .styles_item__ZynxH:first-child {
    max-width: 100%;
  }
  .styles_item__ZynxH:last-child {
    display: none;
  }
}
@media (max-width: 768px) {
  .styles_items__ybnQX {
    margin-bottom: -32px;
    gap: 8px;
  }
  .styles_item__ZynxH {
    height: 40px;
    min-width: 34px;
    max-width: 34px;
  }
  .styles_span__uih_7 {
    display: none;
  }
  .styles_icon__fv_qc {
    display: flex;
  }
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./src/page/Home/ui/ModalFanItem/styles.module.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_item__FR5j7 {
  display: flex;
  gap: 12px;
}
.styles_item__FR5j7 > div {
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--surface);
  border-radius: 8px;
}

.styles_id__91jpi {
  min-width: 48px;
}

.styles_name__L47O7 {
  max-width: 760px;
  width: 100%;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: start !important;
  gap: 12px;
  cursor: pointer;
  white-space: nowrap;
}

.styles_team__2IT1E.styles_active___WNYb {
  font-weight: 800;
  background: linear-gradient(308.55deg, #ee3ba7 8.2%, #b248ff 93.28%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.styles_img__XRQQA {
  border-radius: 100%;
}

.styles_count__i_3Mm {
  min-width: 100px;
}

@media (max-width: 1464px) {
  .styles_count__i_3Mm {
    min-width: 80px;
  }
}
@media (max-width: 768px) {
  .styles_item__FR5j7 {
    gap: 8px;
  }
  .styles_id__91jpi {
    min-width: 32px;
    font-size: 18px;
  }
  .styles_count__i_3Mm {
    min-width: 50px;
    font-size: 16px;
  }
  .styles_team__2IT1E {
    font-size: 15px;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./src/page/Home/ui/FunTable/styles.module.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_items__T1KNv {
  margin-bottom: -28px;
  padding-left: 60px;
  display: flex;
  gap: 12px;
  text-transform: uppercase;
}

.styles_item__6gCTU {
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.6;
}
.styles_item__6gCTU:first-child {
  max-width: 760px;
}
.styles_item__6gCTU:last-child {
  width: 100px;
}

.styles_column__7Q6RI {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./src/page/Home/ui/ModalTable/styles.module.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_modal__d61_w {
  max-width: 1226px;
}
.styles_modal__d61_w.styles_mini__o7DZa {
  max-width: 1020px;
}

.styles_tabs__A3lCv {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 20px 0;
}

.styles_tab__uNUnN {
  width: 196px;
  height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 24px;
  cursor: pointer;
  background: transparent;
  border-radius: 8px;
}
.styles_tab__uNUnN.styles_active__octId, .styles_tab__uNUnN:hover {
  background: linear-gradient(301.62deg, #6f00ff 23.33%, #12bcff 93.31%);
}

.styles_line__2hk7P {
  height: 1px;
  width: 100%;
  margin-bottom: 20px;
  background: var(--grey2);
  opacity: 0.6;
}

.styles_list__gsj_Y {
  margin-bottom: 20px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 42px;
  background-color: var(--bg-color);
  border-radius: 16px;
}

.styles_btn__C2VNt {
  width: 350px !important;
  margin: 0 auto;
}

@media (max-width: 1464px) {
  .styles_modal__d61_w {
    max-width: 996px;
  }
  .styles_modal__d61_w.styles_mini__o7DZa {
    max-width: 610px;
  }
  .styles_tabs__A3lCv {
    padding-top: 4px;
  }
  .styles_tab__uNUnN {
    height: 44px;
    font-size: 20px;
    line-height: 20px;
  }
  .styles_list__gsj_Y {
    padding: 12px;
  }
}
@media (max-width: 768px) {
  .styles_modal__d61_w {
    width: 100vw;
  }
  .styles_tabs__A3lCv {
    padding: 44px 0 16px;
  }
  .styles_tab__uNUnN {
    width: 126px;
  }
  .styles_list__gsj_Y {
    margin-bottom: 16px;
    padding: 20px 8px;
  }
  .styles_line__2hk7P {
    display: none;
  }
  .styles_btn__C2VNt {
    width: 100% !important;
    margin: 0 auto;
  }
}
@media (max-width: 416px) {
  .styles_modal__d61_w.styles_big__NZ7YT {
    padding: 16px 8px;
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./src/page/Home/ui/Table/styles.module.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_list__7uE7X {
  min-height: 704px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
}

@media (max-width: 1464px) {
  .styles_list__7uE7X {
    min-height: 512px;
    gap: 10px;
  }
}
@media (max-width: 1279px) {
  .styles_list__7uE7X {
    min-height: initial;
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./src/page/Home/ui/Extraliga/styles.module.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_wrapper__YYrMh {
  background: var(--surface);
  border-radius: 12px;
}

.styles_item__5yjF0 {
  padding: 8px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  line-height: 27px;
}
.styles_item__5yjF0:not(:last-child) {
  border-bottom: 1px solid rgba(67, 66, 71, 0.6);
}

.styles_left__WunNV {
  opacity: 0.6;
}

.styles_right__dic0G {
  width: 110px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}

@media (max-width: 1464px) {
  .styles_item__5yjF0 {
    padding: 4px 12px;
    font-size: 18px;
    line-height: 25px;
  }
  .styles_right__dic0G {
    width: 100px;
    height: 36px;
  }
}
@media (max-width: 768px) {
  .styles_item__5yjF0 {
    font-size: 16px;
    line-height: 22px;
  }
  .styles_right__dic0G {
    width: 80px;
    height: 32px;
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./src/page/Home/ui/Choose/styles.module.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_tabs__RoqH_ {
  margin: 8px 0 20px;
  padding: 4px;
  display: flex;
  justify-content: space-between;
  gap: 5px;
  background: var(--surface);
  border-radius: 12px;
}

.styles_tab___B9Gq {
  height: 40px;
  padding: 0 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  background: transparent;
  border-radius: 8px;
  cursor: pointer;
  opacity: 0.6;
  letter-spacing: -0.2px;
}
.styles_tab___B9Gq:hover, .styles_tab___B9Gq.styles_active__oWEjP {
  background: linear-gradient(301.62deg, #6f00ff 23.33%, #12bcff 93.31%);
  opacity: 1;
}

@media (max-width: 1840px) {
  .styles_tab___B9Gq {
    padding: 0 4px;
  }
}
@media (max-width: 1634px) {
  .styles_tabs__RoqH_ {
    margin: 8px 0;
  }
  .styles_tab___B9Gq {
    height: 36px;
    font-size: 17px;
    line-height: 23px;
  }
}
@media (max-width: 1464px) {
  .styles_tab___B9Gq {
    padding: 0 8px;
  }
}
@media (max-width: 768px) {
  .styles_tab___B9Gq {
    height: 40px;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.2px;
  }
}
@media (max-width: 396px) {
  .styles_tab___B9Gq {
    padding: 0 4px;
  }
}
@media (max-width: 364px) {
  .styles_tabs__RoqH_ {
    gap: 4px;
  }
  .styles_tab___B9Gq {
    font-size: 14px;
    letter-spacing: -0.25px;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./src/page/Home/ui/TabsItem/styles.module.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_wrapper__a_KYf {
  padding: 4px;
  display: flex;
  align-items: center;
  gap: 42px;
  font-size: 15px;
  line-height: 20px;
  background: var(--surface);
  border-radius: 12px;
  border: 1px solid transparent;
}
.styles_wrapper__a_KYf.styles_clicable__qOFab {
  cursor: pointer;
}
.styles_wrapper__a_KYf.styles_clicable__qOFab:hover, .styles_wrapper__a_KYf.styles_clicable__qOFab.styles_active__CvLkx {
  border: 1px solid #ee3ba7;
  background: linear-gradient(308.55deg, rgba(238, 59, 167, 0.2) 8.2%, rgba(178, 72, 255, 0.2) 93.28%);
}

.styles_id__MDOWd,
.styles_sum__5QQgt,
.styles_kef__z0mMQ,
.styles_minus__BGQLh {
  display: flex;
  justify-content: center;
  align-items: center;
}

.styles_idSpan__B6SKG,
.styles_kef__z0mMQ,
.styles_value__0rKAM,
.styles_sum__5QQgt,
.styles_minus__BGQLh {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.styles_id__MDOWd {
  min-width: 36px;
  max-width: 36px;
  height: 36px;
  font-size: 18px;
  border-radius: 8px;
}

.styles_value__0rKAM {
  width: 59px;
  opacity: 0.6;
}

.styles_sum__5QQgt,
.styles_minus__BGQLh {
  width: 81px;
  opacity: 0.6;
}

.styles_sum__5QQgt {
  width: 81px;
}

.styles_kef__z0mMQ {
  width: 80px;
  height: 28px;
  background: var(--bg-color);
  border-radius: 8px;
}

.styles_span__zHQXu {
  opacity: 0.6;
}

@media (max-width: 1716px) {
  .styles_wrapper__a_KYf {
    justify-content: space-between;
    gap: 30px;
  }
}
@media (max-width: 1464px) {
  .styles_wrapper__a_KYf {
    padding: 2px 4px;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .styles_wrapper__a_KYf {
    padding: 4px;
    gap: 7px;
  }
  .styles_id__MDOWd {
    font-size: 18px;
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./src/page/Home/ui/Tabs/styles.module.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_tabs___kDlG {
  padding: 4px;
  display: flex;
  justify-content: space-between;
  background: var(--surface);
  border-radius: 12px;
}

.styles_tab__dfyxe {
  width: 130px;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border-radius: 8px;
  transition: all 0.3s;
  opacity: 0.6;
  cursor: pointer;
}
.styles_tab__dfyxe.styles_active__v9dXy, .styles_tab__dfyxe:hover {
  background: var(--bg-color);
  opacity: 1;
}

.styles_top__xG8Py {
  margin: 8px 0;
  display: flex;
  justify-content: space-between;
}

.styles_text__vaQ2L {
  opacity: 0.6;
  text-align: center;
}

.styles_count__v0Nho {
  font-size: 24px;
  line-height: 33px;
  font-weight: 700;
}

.styles_list__pUxY7 {
  max-height: 416px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media (max-width: 1464px) {
  .styles_tab__dfyxe {
    height: 36px;
  }
  .styles_count__v0Nho {
    font-size: 20px;
    line-height: 27px;
  }
  .styles_list__pUxY7 {
    max-height: 232px;
  }
}
@media (max-width: 1279px) {
  .styles_list__pUxY7 {
    max-height: initial;
  }
}
@media (max-width: 768px) {
  .styles_tab__dfyxe {
    height: 41px;
    width: 33.33%;
    font-size: 18px;
  }
  .styles_text__vaQ2L {
    font-size: 18px;
    line-height: 25px;
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./src/page/Home/ui/ModalPlay/styles.module.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_modal__nEmZe {
  max-width: 740px;
}
.styles_modal__nEmZe h3 {
  margin: 20px 0;
  padding: 0;
  font-size: 44px;
  line-height: 63px;
}

.styles_text__YqC_J {
  max-width: 510px;
  margin: 0 auto;
  text-align: center;
  font-size: 28px;
  line-height: 39px;
  font-weight: 400;
}

.styles_sumbit__R2WCK {
  max-width: 350px;
  width: 100% !important;
  margin: 80px auto 0;
}

@media (max-width: 1464px) {
  .styles_modal__nEmZe h3 {
    margin: 8px 0 20px;
    font-size: 32px !important;
    line-height: 45px !important;
  }
  .styles_text__YqC_J {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .styles_modal__nEmZe h3 {
    width: 100% !important;
    margin: 24px 0 20px;
    padding: 0 !important;
    text-align: center !important;
    font-size: 28px !important;
    line-height: 39px !important;
  }
  .styles_text__YqC_J {
    font-size: 18px;
    line-height: 25px;
  }
  .styles_sumbit__R2WCK {
    margin: 56px auto 0;
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./src/page/Home/ui/ModalLogin/styles.module.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_modal__wo4Te {
  max-width: 740px;
}
.styles_modal__wo4Te h3 {
  margin: 20px 0 12px;
  padding: 0;
  letter-spacing: -0.2px;
}

.styles_wrapper__PSaJA {
  max-width: 350px;
  margin: 0 auto;
}

.styles_text__7SwbQ {
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.2px;
}

.styles_form__JUQkP {
  max-width: 343px;
  margin: 40px auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.styles_input__tLTG_::placeholder {
  opacity: 1;
}

.styles_forget__rEnVS span {
  border-bottom: 1px solid var(--violet2);
}

.styles_sumbit___esuc {
  width: 100% !important;
  margin: 20px auto 0;
  font-size: 24px !important;
}

.styles_bottom__DcNyd {
  margin-top: 80px;
}

.styles_dont__ufyX4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--grey3);
}

.styles_account__SmXPJ {
  font-size: 16px;
}

.styles_agree__lR6t1 {
  margin: 12px 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  font-size: 12px;
  line-height: 14px;
}

.styles_opacity__rGqj2 {
  opacity: 0.6;
}

.styles_link__INNy3 {
  text-decoration: underline;
  background: linear-gradient(231.07deg, #32c0fe 23.87%, #5474ff 66.36%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  border-bottom: 0.5px solid var(--light-blue);
}

@media (max-width: 1464px) {
  .styles_modal__wo4Te h3 {
    margin: 8px 0 12px;
    font-size: 32px !important;
    line-height: 44px !important;
  }
}
@media (max-width: 768px) {
  .styles_modal__wo4Te {
    max-width: 560px;
  }
  .styles_modal__wo4Te h3 {
    width: 100% !important;
    margin: 24px 0 12px;
    padding: 0 !important;
    text-align: center !important;
  }
  .styles_bottom__DcNyd {
    margin-top: 56px;
  }
  .styles_agree__lR6t1 {
    margin: 12px 0 24px;
  }
}
@media (max-width: 396px) {
  .styles_account__SmXPJ {
    max-width: 170px;
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./src/page/Home/ui/ModalForget/styles.module.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_modal__6oO9a {
  max-width: 740px;
}
.styles_modal__6oO9a h3 {
  margin: 20px 0;
  padding: 0;
  font-size: 44px;
  line-height: 63px;
}

.styles_wrapper__q7HOh {
  max-width: 350px;
  margin: 0 auto;
}

.styles_inputWrapper__attPL {
  max-width: 100%;
}

.styles_text__b3eB7 {
  max-width: 510px;
  margin: 0 auto;
  text-align: center;
  font-size: 28px;
  line-height: 39px;
  font-weight: 400;
}

.styles_sumbit__Kf96m {
  max-width: 350px;
  width: 100% !important;
  margin: 40px auto 20px;
}

@media (max-width: 1464px) {
  .styles_modal__6oO9a h3 {
    margin: 8px 0 16px;
    font-size: 32px !important;
    line-height: 44px !important;
  }
  .styles_sumbit__Kf96m {
    margin: 40px auto 24px;
  }
}
@media (max-width: 768px) {
  .styles_modal__6oO9a {
    max-width: 560px;
  }
  .styles_modal__6oO9a h3 {
    width: 100% !important;
    margin: 24px 0 16px;
    padding: 0 !important;
    text-align: center !important;
  }
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./src/page/Home/ui/ModalPasswords/styles.module.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_btn__CvBgV {
  margin-bottom: -20px;
}

@media (max-width: 1464px) {
  .styles_btn__CvBgV {
    margin-bottom: -16px;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./src/page/Home/ui/ModalSelectTeam/styles.module.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_modal__jiuBx {
  max-width: calc(100vw - 150px);
}
.styles_modal__jiuBx .styles_title__ch3k8 {
  margin: 60px 0 20px;
  font-size: 44px;
  line-height: 63px;
  text-align: center;
  background: linear-gradient(231.07deg, #32c0fe 23.87%, #5474ff 66.36%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.styles_text__ksL0V {
  max-width: 436px;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.styles_list__vpO5s {
  margin: 40px 0 20px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  background: var(--bg-color);
  border-radius: 16px;
}

.styles_column__oiSSg {
  max-width: 298px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
}

.styles_item__JF7M6 {
  width: 100%;
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  background: var(--surface);
  border-radius: 12px;
  cursor: pointer;
}
.styles_item__JF7M6:hover .styles_arrow__BzlDg path {
  stroke-opacity: 1;
}

.styles_left__Vc9qn {
  display: flex;
  align-items: center;
  gap: 12px;
  overflow: hidden;
}

.styles_img__MgwlW {
  border-radius: 100%;
}

.styles_name__FDSSt {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.styles_arrow__BzlDg path {
  stroke-opacity: 0.6;
}

@media (max-width: 1464px) {
  .styles_modal__jiuBx {
    max-width: calc(100vw - 230px);
  }
  .styles_modal__jiuBx .styles_title__ch3k8 {
    margin: 8px 0 12px;
    font-size: 32px;
    line-height: 45px;
  }
  .styles_text__ksL0V {
    font-size: 18px;
    line-height: 25px;
  }
  .styles_list__vpO5s {
    margin: 20px 0 4px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .styles_column__oiSSg {
    max-width: calc(33.3% - 27px);
  }
  .styles_item__JF7M6 {
    padding: 8px 12px;
  }
}
@media (max-width: 1204px) {
  .styles_modal__jiuBx {
    max-width: calc(100vw - 32px);
  }
}
@media (max-width: 980px) {
  .styles_column__oiSSg {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .styles_modal__jiuBx .styles_title__ch3k8 {
    width: 72%;
    margin: 24px auto 12px;
    font-size: 20px;
    line-height: 28px;
  }
  .styles_text__ksL0V {
    font-size: 16px;
    line-height: 22px;
  }
  .styles_list__vpO5s {
    padding: 16px 5px;
  }
  .styles_column__oiSSg {
    gap: 8px;
  }
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./src/page/Home/ui/ModalWinCoupon/styles.module.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_wrapper__DPx41 {
  padding-top: 44px;
}

.styles_img__0b4Wu {
  margin: 0 auto;
  display: flex;
}

.styles_number__UKv6p {
  font-weight: 800;
  font-size: 80px;
  line-height: 80px;
  background: linear-gradient(171.86deg, #f9f67a 47.76%, #fba03e 69.07%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: flex;
  justify-content: center;
}

.styles_list__tWyRp {
  margin-top: 20px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: var(--bg-color);
  border-radius: 16px;
}

.styles_match__pzlsJ,
.styles_choices__9eiWS {
  display: flex;
  gap: 12px;
}

.styles_title__1GXYU {
  width: 100%;
  padding: 8px 12px;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  background: var(--surface);
  border: 1px solid transparent;
  border-radius: 8px;
  transition: all 0.3s;
  overflow: hidden;
}
.styles_title__1GXYU.styles_correct__s_m8e {
  border: 1px solid var(--green);
}
.styles_title__1GXYU.styles_wrong__OwF6_ {
  border: 1px solid var(--red);
}

.styles_names__6zzYy {
  width: 100%;
  display: flex;
  gap: 8px;
}

.styles_name__oIjJN {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.styles_item__0N_l6 {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
}

.styles_choice__8YNqv {
  min-width: 48px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--surface);
  border-radius: 8px;
  border: 1px solid transparent;
  transition: all 0.3s;
}
.styles_choice__8YNqv.styles_green__dG6wH {
  border: 1px solid var(--green);
}
.styles_choice__8YNqv.styles_red__p8MGB {
  border: 1px solid var(--red);
}

@media (max-width: 1464px) {
  .styles_wrapper__DPx41 {
    padding-top: 20px;
  }
  .styles_img__0b4Wu {
    max-width: 341px;
    height: auto;
  }
  .styles_number__UKv6p {
    font-size: 50px;
    line-height: 50px;
  }
  .styles_list__tWyRp {
    margin-top: 16px;
    padding: 12px;
    gap: 8px;
  }
  .styles_names__6zzYy {
    height: 100%;
    align-items: center;
  }
  .styles_title__1GXYU {
    padding: 5.5px 12px;
    font-size: 18px;
    line-height: 18px;
  }
  .styles_choice__8YNqv {
    min-width: 40px;
    height: 40px;
  }
}
@media (max-width: 768px) {
  .styles_modal__H9LHe button {
    right: 16px;
    top: 16px;
  }
  .styles_wrapper__DPx41 {
    padding-top: 28px;
  }
  .styles_list__tWyRp {
    padding: 8px 4px;
    gap: 4px;
  }
  .styles_match__pzlsJ,
  .styles_choices__9eiWS {
    display: flex;
    gap: 6px;
  }
  .styles_choice__8YNqv {
    min-width: 40px;
    height: 40px;
  }
  .styles_img__0b4Wu {
    max-width: 170px;
    width: 100%;
    height: auto;
  }
  .styles_avatar__v4YWz {
    width: 18px;
    height: 18px;
  }
  .styles_title__1GXYU {
    padding: 6px 4px;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 19px;
  }
  .styles_number__UKv6p {
    font-size: 32px;
    line-height: 32px;
  }
  .styles_names__6zzYy,
  .styles_item__0N_l6 {
    gap: 6px;
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./src/page/Home/ui/Banner/styles.module.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_wrapper__qPFdN {
  height: 120px;
  background-image: url("/img/fanpool.jpg");
  background-repeat: no-repeat;
  background-size: 100% 120px;
  cursor: pointer;
}
.styles_wrapper__qPFdN.styles_mobile__r4KYf {
  display: none;
}

.styles_content__Q2v_K {
  margin-left: 46%;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.styles_count___H1W_ {
  font-weight: 700;
  font-size: 44px;
  line-height: 44px;
  background: linear-gradient(90deg, #c68c4c 0%, #f9f6d0 50.96%, #d4a954 98.08%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  white-space: nowrap;
}

.styles_dates__RKkkB {
  height: 39px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  background: linear-gradient(180deg, #b56d18 0%, #fffaac 46.63%, #512905 66.83%, #d5941c 84.62%, #4d2b05 97.12%);
  border: 0.7px solid var(--bg-color);
  border-radius: 8px;
  position: relative;
}
.styles_dates__RKkkB::before, .styles_dates__RKkkB::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 28px;
  background: linear-gradient(180deg, #8f2d0a 0%, #daa31c 40.8%, #923209 59.24%, #461101 77.68%);
  border: 0.7px solid var(--bg-color);
}
.styles_dates__RKkkB::before {
  left: -10px;
  border-radius: 5.7px 0 0 5.7px;
}
.styles_dates__RKkkB::after {
  right: -10px;
  border-radius: 0 5.7px 5.7px 0;
}

.styles_date__sIuKk {
  width: 18px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #8f2d0a 0%, #daa31c 40.8%, #923209 59.24%, #461101 77.68%);
  border: 1px solid transparent;
  border-image: linear-gradient(90deg, rgba(198, 140, 76, 0) 0%, #c68c4c 19.18%, #f9f6d0 50.96%, #c68c4c 78.57%, rgba(212, 169, 84, 0) 98.08%) 1;
  border-radius: 4px;
  font-size: 19px;
  font-weight: 700;
}

.styles_big__LPEtH {
  margin-right: 8px;
}

@media (max-width: 1780px) {
  .styles_wrapper__qPFdN {
    height: 100px;
    background-size: 100% 100px;
  }
  .styles_count___H1W_ {
    font-size: 36px;
    line-height: 36px;
  }
  .styles_dates__RKkkB {
    height: 32px;
  }
  .styles_dates__RKkkB::before, .styles_dates__RKkkB::after {
    width: 8px;
    height: 23px;
  }
  .styles_dates__RKkkB::before {
    left: -8px;
  }
  .styles_dates__RKkkB::after {
    right: -8px;
  }
  .styles_date__sIuKk {
    width: 15.5px;
    height: 28px;
    font-size: 19px;
    line-height: 19px;
  }
  .styles_content__Q2v_K {
    padding-top: 18px;
  }
  .styles_big__LPEtH {
    margin-right: 6px;
  }
}
@media (max-width: 1279px) {
  .styles_wrapper__qPFdN {
    display: none;
  }
  .styles_wrapper__qPFdN.styles_mobile__r4KYf {
    display: flex;
    margin-top: 90px;
    height: auto;
    aspect-ratio: 241/60;
    background-size: cover;
  }
  .styles_content__Q2v_K {
    margin-left: 58%;
    padding-top: 0;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .styles_wrapper__qPFdN.styles_mobile__r4KYf {
    min-height: 85px;
    margin-top: 52px;
    overflow: hidden;
  }
  .styles_count___H1W_ {
    font-size: 32px;
    line-height: 32px;
  }
  .styles_dates__RKkkB {
    height: 28px;
    gap: 2px;
  }
  .styles_dates__RKkkB::before, .styles_dates__RKkkB::after {
    width: 7px;
    height: 20px;
  }
  .styles_dates__RKkkB::before {
    left: -7px;
  }
  .styles_dates__RKkkB::after {
    right: -7px;
  }
  .styles_date__sIuKk {
    width: 13.2px;
    height: 24px;
    font-size: 18px;
    line-height: 18px;
  }
}
@media (max-width: 508px) {
  .styles_content__Q2v_K {
    margin-left: 50%;
    margin-right: 20px;
  }
}
@media (max-width: 396px) {
  .styles_content__Q2v_K {
    margin-left: 46%;
  }
}
@media (max-width: 366px) {
  .styles_content__Q2v_K {
    margin-left: 45%;
  }
  .styles_dates__RKkkB {
    padding: 0 8px;
  }
  .styles_big__LPEtH {
    margin-right: 5px;
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./src/page/Home/ui/ModalConfirmationCode/styles.module.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_modal__EV6BA {
  max-width: 740px;
}
.styles_modal__EV6BA h3 {
  margin: 20px 0;
  padding: 0;
  font-size: 44px;
  line-height: 63px;
}

.styles_wrapper__whnfV {
  max-width: 350px;
  margin: 0 auto;
}

.styles_top__9izmw {
  margin: 24px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.32px;
  text-align: center;
}

.styles_email___Ee6R {
  color: var(--light-blue);
}

.styles_inputsWrapper__qWIuw {
  justify-content: center;
  gap: 8px;
}

.styles_input__WjCad {
  min-width: 60px;
  height: 60px;
  font-size: 30px;
  color: var(--bg-color);
  border: 2px solid var(--grey);
  border-radius: 6px;
  outline: none;
}
.styles_input__WjCad:focus {
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  border: 2px solid var(--violet);
}
.styles_input__WjCad:focus::placeholder {
  font-size: 0;
}
.styles_input__WjCad[type=number]::-webkit-inner-spin-button, .styles_input__WjCad[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.styles_sumbit__SNks5 {
  max-width: 350px;
  width: 100% !important;
  margin: 40px auto 20px;
}

.styles_message__gQ88s {
  padding-right: 46px;
  font-size: 12px;
  text-align: end;
  color: var(--red);
}

@media (max-width: 1464px) {
  .styles_modal__EV6BA h3 {
    margin: 8px 0 12px;
    font-size: 32px !important;
    line-height: 44px !important;
  }
  .styles_sumbit__SNks5 {
    margin: 40px auto 24px;
  }
}
@media (max-width: 768px) {
  .styles_modal__EV6BA {
    max-width: 560px;
  }
  .styles_modal__EV6BA h3 {
    width: 100% !important;
    margin: 24px 0 12px;
    padding: 0 !important;
    text-align: center !important;
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./src/page/Home/ui/Home/styles.module.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_register__Ib9OJ {
  height: 100vh;
  background-image: url("/img/bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.styles_wrapper__JL7Le {
  display: flex;
}

.styles_left__cgiiM {
  min-height: 100vh;
  max-width: 71.15%;
  width: 100%;
  padding: 30px 28px 160px 60px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.styles_right__LY6fM {
  max-width: 28.85%;
  width: 100%;
  padding: 30px 60px 15px 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 1680px) {
  .styles_left__cgiiM {
    max-width: 64%;
    padding: 30px 0 160px 40px;
  }
  .styles_right__LY6fM {
    max-width: 36%;
    padding: 30px 40px 15px 20px;
  }
}
@media (max-width: 1464px) {
  .styles_left__cgiiM {
    gap: 12px;
  }
  .styles_right__LY6fM {
    gap: 16px;
  }
}
@media (max-width: 1279px) {
  .styles_wrapper__JL7Le {
    flex-direction: column;
  }
  .styles_left__cgiiM,
  .styles_right__LY6fM {
    max-width: 100%;
  }
  .styles_left__cgiiM {
    min-height: auto;
    padding: 40px 16px;
  }
  .styles_right__LY6fM {
    padding: 20px 16px 200px;
  }
}
@media (max-width: 768px) {
  .styles_left__cgiiM {
    padding-bottom: 20px;
  }
}
