/* [project]/src/css/globals.css [client] (css) */
@font-face {
  font-family: ProximaNova;
  src: url("../media/proximanova_regular.589f91b4.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: TTprosto;
  src: url("../media/TT Prosto Sans Trial Regular.8e738cbc.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

*, :after, :before {
  box-sizing: border-box;
  font-family: TTprosto, sans-serif;
}

body {
  color: #fff;
  background: #000 url("../media/back_sport.d3ca46dd.jpg") 0 0 / cover no-repeat fixed;
  margin: 0;
  font-family: TTprosto, sans-serif;
}

.header {
  background: #21242a;
  flex-direction: column;
  width: 100%;
  height: 57px;
  margin: 0 auto 10px;
  display: flex;
  position: relative;
}

.mainWrap {
  width: 1210px;
  min-height: calc(100vh - 142px);
  margin: 0 auto 5px;
  display: flex;
}

.leftSide {
  width: 910px;
}

.top {
  justify-content: center;
  margin: 0 auto 15px;
  display: flex;
}

.sportMainSide {
  -webkit-margin-start: 15px;
  -moz-margin-start: 15px;
  width: 100%;
}

.main {
  width: 100%;
  margin-bottom: 80px;
}

.mobileWidth .top {
  margin: 0;
}

.mainRight {
  flex-grow: 1;
  max-width: 285px;
  min-height: 100dvh;
}

.leftSide.mobileWidth {
  margin-top: 160px;
}

.mobile {
  display: none !important;
}

.mobileWidth {
  width: 100% !important;
  min-width: 0 !important;
}

.mobileDialog {
  width: 100% !important;
  min-width: 0 !important;
  left: 0 !important;
}

a {
  color: #fff;
  text-decoration: none;
}

.modalWrap {
  -ms-overflow-style: none;
  overflow-y: auto;
  overflow: -moz-scrollbars-none;
  z-index: 10000;
  background: #00000073;
  margin: 0;
  padding: 0;
  display: flex;
  position: fixed;
  inset: 0;
}

input[type="number"], input[type="password"], input[type="text"] {
  outline: none;
  margin: 0;
}

@media only screen and (width <= 950px) {
  .main_block {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .header {
    background: #21242a;
    flex-direction: column;
    width: auto;
    height: 57px;
    margin: 0 auto 10px;
    display: flex;
    position: relative;
  }

  .main_block {
    box-sizing: border-box;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
  }
}


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