@charset "UTF-8";
@font-face {
  font-family: 'SF Pro Text';
  src: url("../fonts/SFProText-Semibold.eot");
  src: url("../fonts/SFProText-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProText-Semibold.woff2") format("woff2"), url("../fonts/SFProText-Semibold.woff") format("woff"), url("../fonts/SFProText-Semibold.ttf") format("truetype"), url("../fonts/SFProText-Semibold.svg#SFProText-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url("../fonts/GothamPro-Medium.eot");
  src: url("../fonts/GothamPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Medium.woff2") format("woff2"), url("../fonts/GothamPro-Medium.woff") format("woff"), url("../fonts/GothamPro-Medium.ttf") format("truetype"), url("../fonts/GothamPro-Medium.svg#GothamPro-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url("../fonts/GothamPro-Bold.eot");
  src: url("../fonts/GothamPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Bold.woff2") format("woff2"), url("../fonts/GothamPro-Bold.woff") format("woff"), url("../fonts/GothamPro-Bold.ttf") format("truetype"), url("../fonts/GothamPro-Bold.svg#GothamPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url("../fonts/GothamPro-Black.eot");
  src: url("../fonts/GothamPro-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Black.woff2") format("woff2"), url("../fonts/GothamPro-Black.woff") format("woff"), url("../fonts/GothamPro-Black.ttf") format("truetype"), url("../fonts/GothamPro-Black.svg#GothamPro-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url("../fonts/GothamPro.eot");
  src: url("../fonts/GothamPro.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro.woff2") format("woff2"), url("../fonts/GothamPro.woff") format("woff"), url("../fonts/GothamPro.ttf") format("truetype"), url("../fonts/GothamPro.svg#GothamPro") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  padding-bottom: 65px;
  text-size-adjust: auto;
}

div, form, input, p, a, span {
  box-sizing: border-box;
}

ul, li, p {
  display: block;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

a, a:hover, button {
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

a:hover {
  color: #D63030;
}

button:active, button:focus, input:active, input:focus {
  outline: none !important;
  text-decoration: none !important;
}

button:hover {
  cursor: pointer;
}

section, footer, header {
  overflow: hidden;
}

:focus {
  outline: none !important;
}

.svg path {
  transition: all 0.5s ease-in-out;
}

button {
  border: none;
  background: transparent;
}

.d-flex {
  display: flex;
}

.btn {
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 313px;
  height: 43px;
  background: #D63030;
  border-radius: 40px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 15px;
  letter-spacing: 0.05em;
  border: 1px solid #D63030;
}

.btn:hover {
  cursor: pointer;
  background: transparent;
  box-shadow: none;
  color: #D63030;
}

.form-group {
  position: relative;
  padding-top: 11px;
}

.form-group label {
  position: absolute;
  font-size: 14px;
  line-height: 13px;
  letter-spacing: 0.05em;
  color: #656565;
  padding: 11px;
  background: #fff;
  left: 27px;
  top: -12px;
  z-index: 1;
}

.form-field {
  border: 1px solid #656565;
  box-sizing: border-box;
  border-radius: 40px;
  padding: 11px 22px;
  width: 313px;
  height: 40px;
  font-size: 16px;
  line-height: 15px;
  letter-spacing: 0.05em;
  color: #000;
  font-family: "Gotham Pro";
  -webkit-appearance: none;
  /*background: url(../img/triangle.svg) right 17px center no-repeat;*/
}

.form-field-sms {
  font-size: 46px;
  line-height: 44px;
  letter-spacing: 0.05em;
  background: #F3F3F3;
  border: none;
  max-width: 100%;
  text-align: center;
  font-family: "Gotham Pro";
}

.error {
  line-height: 15px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 21px;
  color: #D63030;
  display: block;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #BCBCBC !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #BCBCBC !important;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #BCBCBC !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #BCBCBC !important;
}

input[type=checkbox], input[type=radio] {
  display: none;
}

input[type=checkbox] + label:before {
  content: "\2714";
  color: transparent;
  display: inline-block;
  border: 1px solid #000;
  font-size: 14px;
  line-height: 17px;
  margin: -5px 11px 0 0;
  border-radius: 5px;
  height: 19px;
  width: 19px;
  text-align: center;
  vertical-align: middle;
  transition: all ease .3s;
  box-sizing: border-box;
}

input[type=checkbox]:checked + label:before {
  color: transparent;
  border: none;
  background: url(../img/player-ready.svg) no-repeat center/cover;
}

input[type=radio] + label:before {
  content: "\2714";
  color: transparent;
  display: inline-block;
  border: 1px solid #D0D0D0;
  font-size: 14px;
  line-height: 17px;
  margin: -5px 11px 0 0;
  border-radius: 50%;
  height: 19px;
  width: 19px;
  text-align: center;
  vertical-align: middle;
  transition: all ease .3s;
  box-sizing: border-box;
  flex: 1 0 auto;
  max-width: 19px;
}

input[type=radio]:checked + label:before {
  color: transparent;
  border: none;
  background: url(../img/player-ready.svg) no-repeat center/cover;
}

.form-checkbox:not(:last-child) {
  margin-bottom: 12px;
}

.form-checkbox label {
  font-size: 16px;
  line-height: 15px;
  letter-spacing: 0.05em;
}

.select2-container {
  box-sizing: border-box;
  width: 313px !important;
  height: 40px;
  font-size: 16px;
  line-height: 15px;
  letter-spacing: 0.05em;
  color: #000;
  font-family: "Gotham Pro";
}

.select2-container--default .select2-selection--single {
  border: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  border: 1px solid #656565;
  border-radius: 40px;
  padding: 4px 14px;
  height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px;
  right: 16px;
}

.select2-container--open {
  z-index: 1;
}

.select2-container--open .select2-dropdown--below {
  border: 1px solid #656565;
  border-radius: 20px;
  margin-top: 4px;
  padding-top: 10px;
}

.select2-results__option {
  padding: 6px 15px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #D63030;
}

#labelForSelect {
  z-index: 2 !important;
}

.first {
  /* прячем стандартный чекбокс */
  /* стили для метки */
  /* стили для поля с бегунком*/
  /* стили для бегунка*/
  /* плавность )) */
  /* чекнутое состояние )) */
}

.first input[type="checkbox"] {
  display: none;
}

.first input[type="checkbox"] + label {
  cursor: pointer;
  padding-right: 70px;
  position: relative;
  line-height: 40px;
  width: 100%;
  display: block;
  box-sizing: border-box;
}

.first input[type="checkbox"] + label::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  vertical-align: middle;
  padding: 0;
  height: 30px;
  width: 67px;
  margin: 0 0px 0 5px;
  border: 1px solid #F3F3F3;
  border-radius: 20px;
  background: #F3F3F3;
}

.first input[type="checkbox"] + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: 41px;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  background: #C6C6C6;
  box-shadow: 0 3px 3px rgba(140, 140, 140, 0.1);
}

.first input[type="checkbox"] + label::before,
.first input[type="checkbox"] + label::after {
  transition: all .2s ease-out;
}

.first input[type="checkbox"]:checked + label::before {
  background: #5FB850;
  border-color: #5FB850;
}

.first input[type="checkbox"]:checked + label::after {
  right: 4px;
  background-color: #fff;
}

.first__btn {
  margin: 44px auto 0;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1216px;
  }
}

body {
  background: #fff;
  font-size: 16px;
  font-family: "Gotham Pro";
  color: #000;
  margin: 0 auto;
  max-width: 375px;
}

h1 {
  font-weight: bold;
  font-size: 50px;
  line-height: 48px;
  letter-spacing: 0.15em;
}

h2 {
  font-weight: 600;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  letter-spacing: -0.41px;
}

h3 {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.41px;
  color: #473F3A;
  font-weight: normal;
}

.home {
  padding: 150px 30px 50px;
  text-align: center;
}

.home__logo {
  margin-bottom: 57px;
}

.home__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 17px;
  letter-spacing: 0.05em;
  margin-bottom: 44px;
}

.home__btn {
  margin-top: 35px;
}

.home__resend {
  text-align: center;
  line-height: 15px;
  letter-spacing: 0.05em;
  text-decoration-line: underline;
  display: block;
  margin-top: 45px;
  color: #000;
}

.home__confirm {
  margin-top: 27px;
}

.form-sms {
  background: #F3F3F3;
  border-radius: 10px;
  width: 100%;
  height: 61px;
}

.main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #F3F3F3;
}

.main__content {
  background: #F3F3F3;
  padding: 13px 10px;
}

.main__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0px 0.5px 0px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(27.1828px);
  height: 57px;
  padding: 18px 16px;
}

.main__top h2:first-child {
  margin-left: auto;
  margin-right: 33%;
}

.main__top h2:last-child {
  margin: auto;
}

.main__box {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
}

.main__box:not(:last-child) {
  margin-bottom: 13px;
}

.main__box-warning {
  margin-top: 5px;
  color: #D63030;
  font-size: 13px;
  line-height: 22px;
}

.main__inputs {
  padding-top: 24px;
  padding-bottom: 25px;
}

.main__inputs .form-group:not(:last-child) {
  margin-bottom: 17px;
}

.main__who {
  font-size: 14px;
  line-height: 13px;
  letter-spacing: 0.05em;
  color: #656565;
  margin-bottom: 18px;
  margin-top: 28px;
}

.main__btn {
  margin: 30px auto 20px;
}

.main__menu {
  align-items: center;
  justify-content: space-between;
  padding: 15px 41px;
  height: 65px;
  margin-top: auto;
  background: #fff;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 375px;
  z-index: 10;
}

.main__link {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.main__link:hover, .main__link.active {
  background: #FFCB12;
}

.main__back {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main__logout {
  color: red;
  font-size: 14px;
  font-weight: 600;
}

.main__stats {
  margin: 5px 5px 19px 21px;
}

.main__add {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main__last {
  margin-top: 20px;
  margin-bottom: 15px;
}

.main__info {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.41px;
  margin-bottom: 8px;
  position: relative;
}

.main__info span {
  display: block;
  font-size: 10px;
  line-height: 22px;
  letter-spacing: -0.41px;
  color: #A4A4A4;
  margin-top: -5px;
}

.main__infocontent {
  padding: 20px 20px 35px;
}

.main__match {
  padding: 0;
}

.main__go {
  width: 100%;
  border-radius: 0px 0px 20px 20px;
  height: 45px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.41px;
  font-weight: normal;
}

.main__stats_btn {
  background: #C6C6C6;
  border: 1px solid #C6C6C6;
}

.main__stats_btn:hover {
  color: #C6C6C6;
}

.main__empty {
  text-align: center;
  margin-top: 166px;
}

.main__invite {
  margin-bottom: 0;
}

.avatar-upload {
  position: relative;
  max-width: 100%;
  margin: 0px auto;
  height: 165px;
  padding: 15px 0;
}

.avatar-upload .avatar-edit {
  position: absolute;
  left: 0;
  z-index: 1;
  top: 0px;
  width: 100%;
  height: 100%;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  border-radius: 100%;
  background: transparent;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-text {
  font-weight: bold;
  font-size: 16px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.05em;
  position: absolute;
  width: 100%;
  color: #BCBCBC;
  left: 0;
  bottom: 24px;
}

.avatar-upload .avatar-preview {
  width: 91px;
  height: 91px;
  position: relative;
  border-radius: 100%;
  margin: 0 auto;
}

.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.profile__avatar {
  border-radius: 50%;
  width: 97px;
  height: 97px;
  overflow: hidden;
  border: 4px solid #D63030;
}

.profile__avatar img {
  width: 100%;
}

.profile__info {
  margin-left: 20px;
}

.profile__name {
  letter-spacing: 0.05em;
  line-height: 160%;
  margin-bottom: 5px;
}

.profile__text {
  font-size: 10px;
  line-height: 120%;
  letter-spacing: 0.05em;
}

.profile__text:not(:last-child) {
  margin-bottom: 10px;
}

.profile__edit {
  font-size: 14px;
  line-height: 260%;
  letter-spacing: 0.05em;
  text-decoration-line: underline;
  text-align: center;
  color: #000;
  display: inherit;
  margin: 17px 0;
}

.profile__stats {
  justify-content: space-between;
  margin: 34px 0 42px;
  flex-wrap: wrap;
}

.profile__item {
  font-size: 20px;
  line-height: 177%;
  letter-spacing: 0.05em;
  text-align: center;
}

.profile__item span {
  font-size: 12px;
  line-height: 260%;
  letter-spacing: 0.05em;
  color: #C6C6C6;
  display: block;
}

.profile__result {
  justify-content: space-between;
  letter-spacing: -0.41px;
  color: #473F3A;
  line-height: 22px;
  margin-bottom: 7px;
}

.profile__result:not(:last-child) {
  margin: 20px 0;
}

.profile__more {
  justify-content: space-around;
  margin: -10px 0 25px;
}

.create .main__inputs .form-group:not(:last-child) {
  margin-bottom: 24px;
}

.player {
  position: relative;
  margin: 17px 0;
}

.player:after {
  width: 19px;
  height: 19px;
  display: block;
  content: '';
  position: absolute;
  right: 12px;
  top: 0;
}

.player__ready:after {
  background: url(../img/player-ready.svg) no-repeat center center/cover;
}

.player__cancelled:after {
  background: url(../img/player-cancelled.svg) no-repeat center center/cover;
}

.player__name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 38px;
}

.player__tel {
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 0.05em;
  color: #7B7B7B;
  transform: translateY(6px);
}

.player__checkbox {
  align-items: center;
  margin-bottom: 5px;
}

.player__checkbox label {
  width: 100%;
  line-height: normal;
  position: relative;
}

.player__checkbox label .player__name {
  position: relative;
  z-index: 5;
}

.player__checkbox input[type=checkbox] + label:before {
  right: -4px;
  margin-top: 0;
  position: absolute;
}

#invte-list {
  height: 60vh;
overflow-y: auto;
}

.playerList {
  line-height: 22px;
  color: #473F3A;
  padding: 20px 15px 16px 20px;
  font-size: 15px;
}

.player__btn {
  margin: 0 auto;
}

.player__delete {
  padding: 0;
  margin-right: 13px;
}

.form-checkbox.player {
  margin-bottom: 17px;
}

.ready .player {
  margin: 13px 0;
}

.ready .player__btn {
  margin-top: 40px;
}

.invite {
  height: calc(100vh - 153px);
}

.invite__item {
  display: flex;
  align-items: center;
  font-weight: 500;
}

.invite__item span {
  display: block;
  width: 137px;
  line-height: 189.2%;
  text-align: right;
  letter-spacing: 0.05em;
  font-weight: normal;
  margin-right: 7px;
}

.invite__accept {
  background: #5FB850;
  border-color: #5FB850;
  margin: 28px auto;
}

.invite__accept:hover {
  color: #5FB850;
}

.invite .main__form {
  height: calc(100% - 50px);
  display: flex;
  flex-direction: column;
}

.invite__decline {
  margin: auto auto 0;
}

.team {
  padding-bottom: 77px;
}

.team__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  height: 53px;
  padding: 11px 27px 11px 19px;
  border-radius: 20px;
}

.team__item:not(:last-child) {
  margin-bottom: 12px;
}

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

.team__add {
  margin-left: 30px;
}

.team .main__stats:not(:first-child) {
  margin-top: 23px;
}

.team__btn {
  margin: 25px auto 0;
}

.match__result {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.match__who {
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.05em;
  width: 25%;
}

.match__who br {
  margin-bottom: 5px;
}

.match__goals {
  font-weight: bold;
  font-size: 72px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.05em;
}

.match__btn {
  margin: 32px auto 0;
}

.match .team__item {
  font-size: 20px;
}

.timer {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 30px;
  line-height: 300%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #000000;
  justify-content: space-between;
  margin-bottom: 40px;
}

.timer__elem {
  background: url(../img/timer-bg.svg) no-repeat center center/cover;
  width: 141px;
  height: 61px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 30px;
  line-height: 300%;
  letter-spacing: 2em;
  padding-left: 60px;
  color: #fff;
  max-width: 141px;
  overflow: hidden;
  color: #fff;
}

.timer__dots {
  margin: 0 15px;
}

.result__table {
  width: 100%;
  margin-top: -10px;
}

.result__table th {
  font-size: 12px;
  line-height: 260%;
  letter-spacing: 0.05em;
  color: #C6C6C6;
  font-weight: normal;
  text-align: left;
}

.result__table th:nth-child(n + 2) {
  text-align: center;
}

.result__table tr {
  height: 35px;
}

.result__table tr td:nth-child(n + 2) {
  text-align: center;
}

.result__table tr td:first-child {
  white-space: nowrap;
  max-width: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.result__btn {
  margin: 20px auto 28px;
}

.result__all tr {
  height: 30px;
}

.mvp .player__radio:not(:last-child) {
  margin-bottom: 13px;
}

.mvp .player__radio label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-right: 40px;
}

.mvp input[type=radio] + label:before {
  margin-top: 0;
  position: absolute;
  right: 0;
}

.mvp__btn {
  margin: 44px auto 0;
}

.mvp__teams {
  font-size: 7px;
  line-height: 200%;
}

.mvp__result {
  font-size: 10px;
}

.mvp__match {
  text-align: center;
}

.mvp .player__name {
  font-size: 11px;
  width: 97px;
  padding-right: 0;
  flex: 1 0 auto;
  max-width: 97px;
}

.mvp__time {
  font-size: 10px;
  margin-right: 20px;
}

.mvp-goal .player__radio:not(:last-child) {
  margin-bottom: 7px;
}

.mvp-save .player__radio:not(:last-child) {
  margin-bottom: 20px;
}

.end .profile__avatar {
  border: 4px solid #B1A773;
  margin: 0 auto;
}

.end .profile__name {
  text-align: center;
  margin: 10px auto 0;
}

.end .profile__stats {
  margin: 0;
  padding: 0 35px;
}

.end .main__stats:not(:first-child) {
  margin-top: 20px;
}

.end .end__stats {
  flex-wrap: nowrap;
  padding: 0;
  justify-content: space-between;
  margin: 20px 0 0;
}

.end .end__stats .profile__item {
  font-size: 14px;
}

.end .end__save {
  justify-content: center;
}

.tick {
  padding-bottom: 1em;
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.tick-label {
  font-size: .375em;
  text-align: center;
}

.tick-group {
  margin: 0 .25em;
  text-align: center;
}

.box-modal {
  position: relative;
}

.box-modal_close {
  position: absolute;
  top: -10%;
  right: -5px;
}

.popup-form__box {
  width: 325px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #fff;
}

.popup__top {
  padding: 16px 30px 13px;
}

.popup__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 300%;
  letter-spacing: 0.05em;
  text-align: center;
}

.popup__desc {
  font-size: 14px;
  line-height: 95%;
  letter-spacing: 0.05em;
  margin-top: -9px;
}

.popup__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 66px;
  border-top: 1px solid #D0D0D0;
  font-size: 20px;
  line-height: 300%;
  letter-spacing: 0.05em;
  color: #000;
}

#popup-goal .popup__top {
  padding: 13px 13px 20px;
}
/*# sourceMappingURL=style.css.map */