@charset "UTF-8";
@font-face {
  font-display: swap;
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/noto-sans-v30-latin-300italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-sans-v30-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/noto-sans-v30-latin-italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/noto-sans-v30-latin-500.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/noto-sans-v30-latin-600.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-sans-v30-latin-700.woff2") format("woff2");
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
}

body {
  width: 375px;
  margin-left: auto;
  margin-right: auto;
  color: #0d0d0d;
  background-color: #ffffff;
  font-family: "Noto-Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
}

.container {
  padding-left: 10px;
  padding-right: 10px;
}

.heading {
  margin-bottom: 15px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 24px;
}

.service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 0;
}
.service:last-child {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.service:not(:last-child) {
  padding-bottom: 45px;
  margin-bottom: 30px;
}
.service::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #0d0d0d;
  opacity: 0.1;
  z-index: 2;
}
.service-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  top: 0;
  left: 0;
  font-weight: 700;
}

.card {
  position: relative;
  width: 166px;
  height: 160px;
  padding: 20px 5px;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  position: relative;
}
.card::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0d0d0d;
  opacity: 0.2;
  border-radius: 20px;
  z-index: 0;
}
.card-individual {
  background-image: url(../assets/img/individual.png);
}
.card-abonements {
  background-image: url(../assets/img/abonements.png);
}
.card-group {
  background-image: url(../assets/img/group.png);
}

.main-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  background-image: url(../assets/img/main-card.png);
  background-size: 345px 173px;
}
.main-card__service-link {
  display: inline-block;
  padding: 66px 81px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}

.button {
  padding: 8px 17px;
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  border-radius: 20px;
  border: none;
  outline: none;
  background-color: #007749;
}

.header {
  position: relative;
  padding: 40px 60px 58px 60px;
  background-image: url(../assets/img/main-img.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  z-index: 0;
}
.header::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0d0d0d;
  opacity: 0.3;
  z-index: -1;
}
.header .main-heading {
  max-width: 264px;
  margin: 0;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  font-size: 42px;
  line-height: 46.2px;
}

.main {
  position: relative;
  z-index: 3;
  background-color: #ffffff;
}
.main::before {
  position: absolute;
  content: "";
  top: -18px;
  width: 100%;
  height: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #ffffff;
}

.navigation {
  position: sticky;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  bottom: 15px;
  left: 0;
  width: 100%;
  height: 55px;
  border-radius: 50px;
  background-color: #f4f4f4;
  z-index: 100;
  -webkit-box-shadow: 0px 4px 16px 1px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 4px 16px 1px rgba(0, 0, 0, 0.1490196078);
}
.navigation-btn {
  cursor: pointer;
  border: none;
  outline: none;
  background-color: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.navigation-btn__service {
  width: 30%;
  height: 24px;
  background-image: url(../assets/img/icons/service-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.navigation-btn__main {
  height: 62px;
  width: 62px;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
}
.navigation-btn__main-icon {
  display: inline-block;
  width: 49px;
  height: 41px;
  background-image: url(../assets/img/logo-pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.navigation-btn__train {
  width: 30%;
  height: 24px;
}

.navigation-btn__train-svg path {
  stroke: #007749;
}

.inner-header {
  text-align: center;
  padding: 10px;
}
.inner-header__img {
  margin-bottom: 15px;
}

.return-container {
  padding: 10px;
  text-align: left;
}
.return-container__link {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../assets/img/icons/arrow_left.png);
}

.registration-heading {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 27px;
}
.registration-subheading {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  font-style: italic;
}
.registration-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.registration-label {
  position: relative;
}
.registration-input {
  position: relative;
  padding: 15px 27px 15px 17px;
  background-color: #f4f4f4;
  border: none;
  border-radius: 27px;
}
.registration-input__name::-webkit-input-placeholder {
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  background-image: url(../assets/img/icons/user.png);
  background-size: contain;
  padding-left: 25px;
}
.registration-input__name::-moz-placeholder {
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  background-image: url(../assets/img/icons/user.png);
  background-size: contain;
  padding-left: 25px;
}
.registration-input__name:-ms-input-placeholder {
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  background-image: url(../assets/img/icons/user.png);
  background-size: contain;
  padding-left: 25px;
}
.registration-input__name::-ms-input-placeholder {
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  background-image: url(../assets/img/icons/user.png);
  background-size: contain;
  padding-left: 25px;
}
.registration-input__name::placeholder {
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  background-image: url(../assets/img/icons/user.png);
  background-size: contain;
  padding-left: 25px;
}
.registration-input__email::-webkit-input-placeholder {
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  background-image: url(../assets/img/icons/email.png);
  background-size: contain;
  padding-left: 25px;
}
.registration-input__email::-moz-placeholder {
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  background-image: url(../assets/img/icons/email.png);
  background-size: contain;
  padding-left: 25px;
}
.registration-input__email:-ms-input-placeholder {
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  background-image: url(../assets/img/icons/email.png);
  background-size: contain;
  padding-left: 25px;
}
.registration-input__email::-ms-input-placeholder {
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  background-image: url(../assets/img/icons/email.png);
  background-size: contain;
  padding-left: 25px;
}
.registration-input__email::placeholder {
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  background-image: url(../assets/img/icons/email.png);
  background-size: contain;
  padding-left: 25px;
}
.registration-input__handicap {
  margin-bottom: 15px;
}
.registration-input__handicap::-webkit-input-placeholder {
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  background-image: url(../assets/img/icons/handicap.png);
  background-size: contain;
  padding-left: 25px;
}
.registration-input__handicap::-moz-placeholder {
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  background-image: url(../assets/img/icons/handicap.png);
  background-size: contain;
  padding-left: 25px;
}
.registration-input__handicap:-ms-input-placeholder {
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  background-image: url(../assets/img/icons/handicap.png);
  background-size: contain;
  padding-left: 25px;
}
.registration-input__handicap::-ms-input-placeholder {
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  background-image: url(../assets/img/icons/handicap.png);
  background-size: contain;
  padding-left: 25px;
}
.registration-input__handicap::placeholder {
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  background-image: url(../assets/img/icons/handicap.png);
  background-size: contain;
  padding-left: 25px;
}
.registration-input__password {
  margin-bottom: 20px;
}
.registration-input__password::-webkit-input-placeholder {
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  background-image: url(../assets/img/icons/lock.png);
  background-size: contain;
  padding-left: 25px;
}
.registration-input__password::-moz-placeholder {
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  background-image: url(../assets/img/icons/lock.png);
  background-size: contain;
  padding-left: 25px;
}
.registration-input__password:-ms-input-placeholder {
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  background-image: url(../assets/img/icons/lock.png);
  background-size: contain;
  padding-left: 25px;
}
.registration-input__password::-ms-input-placeholder {
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  background-image: url(../assets/img/icons/lock.png);
  background-size: contain;
  padding-left: 25px;
}
.registration-input__password::placeholder {
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  background-image: url(../assets/img/icons/lock.png);
  background-size: contain;
  padding-left: 25px;
}
.registration-btn {
  padding: 15px 24px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 15px;
  color: #ffffff;
  border: none;
  border-radius: 22px;
  background-color: #007749;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.registration-btn__login {
  margin-bottom: 35px;
}
.registration-info {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: rgba(60, 60, 67, 0.6);
}
.registration-link {
  color: #007749;
  margin-left: 10px;
}
.registration-link__forgot {
  text-align: right;
  margin-bottom: 15px;
}

.popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: -10;
  opacity: 0;
}
.popup-content {
  position: relative;
  padding: 20px 25px;
  border-radius: 10px;
  z-index: 10;
  background-color: #ffffff;
}
.popup-img {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-bottom: 15px;
  background-image: url(../assets/img/icons/id.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.popup-close {
  position: absolute;
  top: 25px;
  right: 0px;
  width: 24px;
  height: 24px;
  opacity: 0.2;
  cursor: pointer;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}
.popup-close:hover {
  opacity: 1;
}
.popup-close::before, .popup-close::after {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  display: block;
  width: 15px;
  height: 3px;
  background: #000;
}
.popup-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popup-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.popup-info {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.3px;
}
.popup-info__id {
  color: rgba(60, 60, 67, 0.6);
  line-height: 27px;
}
.popup-btn {
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  line-height: 25px;
  background-color: #007749;
  padding: 10px 40px;
  border-radius: 22px;
  border: none;
}

.start-ti-number {
  display: inline-block;
  position: relative;
  top: 35px;
  padding: 10px;
  background-color: #f4f4f4;
  font-weight: 500;
  opacity: 0.6;
  font-size: 16px;
  border-radius: 10px;
}

.statistic-btn {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 15px;
  padding: 7.5px 17px;
  outline: none;
  border-radius: 16px;
  border: 1px solid #007749;
  color: #007749;
  background-color: #f4f4f4;
}

.modal {
  display: none;
  position: fixed;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99;
}
.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 230px;
  margin: auto;
  width: 60%;
  padding: 20px;
  background-color: white;
  border-radius: 10px;
  background-image: url(../assets/img/modal.png);
}
.modal-content p {
  color: #ffffff;
  font-weight: 700;
  font-size: 24px;
  line-height: 32.7px;
}

.close {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  margin: 5px 5px 0 0;
  color: #0d0d0d;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
}

.lk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lk-title {
  font-size: 17px;
  line-height: 23px;
  color: #0d0d0d;
}
.lk-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 0 10px;
  margin-bottom: 40px;
}
.lk-img {
  width: 60px;
  height: 60px;
}
.lk-container__name {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}
.lk-container__id {
  font-size: 14px;
  line-height: 19px;
}
.lk-container__id-number {
  display: inline-block;
  margin-left: 10px;
  font-weight: 600;
  color: #007749;
}

.event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.event-card {
  position: relative;
  width: 100%;
  max-width: 345px;
  height: 173px;
  padding: 10px;
  background-image: url(../assets/img/main-card.png);
  border-radius: 10px;
  overflow: hidden;
}
.event-card__name {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 21px;
  z-index: 1;
}
.event-card__name::before {
  position: absolute;
  content: "";
  top: -2px;
  left: -15px;
  width: 200px;
  height: 25px;
  background-color: #f4f4f4;
  opacity: 0.6;
  z-index: -1;
  border-radius: 10px;
}
.event-info {
  margin-bottom: 10px;
  line-height: 19px;
  font-weight: 500;
  font-size: 14px;
}

.statistic-main {
  position: relative;
  background-image: url(../assets/img/statistis-main.png);
  z-index: 1;
}
.statistic-main::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../assets/img/Exclude.png);
  background-repeat: no-repeat;
  z-index: -1;
}

.statistic-card {
  margin-bottom: 70px;
  background-image: url(../assets/img/statistic.png);
}

.statistic-header {
  margin-bottom: 60px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}

.statistic-info {
  position: relative;
  margin-bottom: 60px;
}
.statistic-info::before {
  position: absolute;
  content: "Ваш результат";
  display: block;
  top: 200px;
  left: 20px;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.statistic-info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  min-width: 180px;
  margin-bottom: 50px;
  color: #ffffff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}
.statistic-info__inner:nth-child(1) {
  width: 30%;
  margin-bottom: 10px;
}
.statistic-info__inner:nth-child(2) {
  width: 75%;
}
.statistic-info__inner:nth-child(3) {
  width: 90%;
}
.statistic-info__inner:nth-child(4) {
  width: 83%;
}
.statistic-info__inner-rating {
  position: relative;
}
.statistic-info__inner-rating::before, .statistic-info__inner-rating::after {
  position: absolute;
  content: "";
  width: 9px;
  border: 1px solid #ffffff;
}
.statistic-info__inner-icon {
  padding: 18px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center center;
}
.statistic-info__inner-icon__handicap {
  background-image: url(../assets/img/icons/alt_green.png);
}
.statistic-info__inner-icon__holes {
  background-image: url(../assets/img/icons/routing.png);
}
.statistic-info__inner-icon__shoots {
  background-image: url(../assets/img/icons/vaadin.png);
}
.statistic-info__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
}
.statistic-info__inner-text__rating {
  position: relative;
}

.start-game-btn {
  position: relative;
  width: 100%;
  margin-bottom: 35px;
  color: #ffffff;
  font-size: 20px;
  line-height: 25px;
  padding: 15px;
  border: none;
  outline: none;
  border-radius: 28px;
  background-color: #0d0d0d;
  -webkit-box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.2509803922);
}
.start-game-btn::before {
  position: absolute;
  content: "";
  background-image: url(../assets/img/icons/flag.svg);
  width: 24px;
  height: 24px;
  left: 75px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.handicap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 17px;
  margin-bottom: 15px;
  background-color: #f4f4f4;
  border-radius: 10px;
}
.handicap-title {
  line-height: 19px;
}
.handicap-points {
  line-height: 24px;
  color: #007749;
}

.start-ti {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 17px;
  margin-bottom: 15px;
  background-color: #f4f4f4;
  border-radius: 10px;
  z-index: 1;
}
.start-ti__label {
  line-height: 24px;
  width: 100%;
}
.start-ti__number {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  top: 1px;
  right: 35px;
  z-index: -1;
  color: #007749;
}
.start-ti__checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  right: 30px;
  top: 18px;
}
.start-ti__checkbox::before, .start-ti__checkbox::after {
  position: absolute;
  display: block;
  content: "";
  border: 1px solid #8f8f8f;
  width: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.start-ti__checkbox::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.start-ti__checkbox::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: -16px;
}
.start-ti__checkbox:checked::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.start-ti__checkbox:checked::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.start-ti__container {
  position: relative;
  top: -35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 7px;
  margin-left: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 40%;
  border-radius: 10px;
  background-color: rgba(0, 119, 73, 0.1294117647);
}
.start-ti__container-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}
.start-ti__container-inner__number {
  text-align: center;
  width: 36px;
  padding: 5px 10px;
  border-radius: 10px;
  background-color: #ffffff;
}
.start-ti__container-inner__number:active {
  color: #007749;
}

.players {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  margin-bottom: 50px;
  border-radius: 10px;
  background-color: #f4f4f4;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.players-label {
  width: 100%;
}
.players-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  right: 30px;
  top: 18px;
}
.players-input::before, .players-input::after {
  position: absolute;
  display: block;
  content: "";
  border: 1px solid #8f8f8f;
  width: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.players-input::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.players-input::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: -16px;
}
.players-input:checked::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.players-input:checked::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.players-container {
  height: 0;
  opacity: 0;
  overflow-y: scroll;
}
.players-container__list {
  padding: 0;
  list-style: none;
}
.players-container__list-item {
  margin-bottom: 10px;
  padding: 10px;
}
.players-container__list-item:hover {
  color: #ffffff;
  background-color: #000000;
  opacity: 0.6;
  cursor: pointer;
  font-weight: 700;
  border-radius: 10px;
}

.point-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  width: 145px;
  gap: 10px;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
  background-color: #007749;
  border-radius: 10px;
  text-align: center;
}
.point-container__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.point-container__inner-between {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.point-container__inner-number {
  padding: 5px 14px;
  border-radius: 10px;
  color: #8f8f8f;
  background-color: #ffffff;
}
.point-container__inner-number:active {
  color: #007749;
}

.save-points-number-btn {
  padding: 5px 14px;
  border: none;
  outline: none;
  border-radius: 10px;
  color: #0d0d0d;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.2509803922);
          box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.2509803922);
}
.save-points-number-btn:active {
  color: #007749;
}

.shows-player {
  opacity: 1;
  height: 250px;
  margin-top: 10px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.padding-ti-container {
  padding: 40px 10px 10px 10px;
}

.hide-player {
  opacity: 0;
  height: 0;
  margin-top: 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.height {
  height: auto;
}

.footer {
  padding-bottom: 50px;
  text-align: center;
  font-size: 15px;
  line-height: 18px;
  background-color: #ffffff;
}
.footer-info {
  margin-bottom: 15px;
  font-size: 15px;
}
.footer-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url(../assets/img/search.png);
  vertical-align: middle;
  margin-right: 7px;
}

table {
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
  border-collapse: collapse;
}

th {
  border-bottom: 3px solid #1a202c;
  color: #757575;
  cursor: pointer;
}

th,
td {
  padding: 10px 12px;
  font-size: 11px;
  line-height: 12px;
  font-weight: 700;
  color: #757575;
}

td {
  color: #000000;
}

.golf-arrows {
  width: 13px;
  height: 9px;
  display: inline-block;
  background: url("../img/arrows.svg") no-repeat center;
  background-size: contain;
}

.golf-table__team-player {
  position: relative;
  font-size: 13px;
  cursor: pointer;
}

.golf-table__rating-change {
  position: relative;
  color: #ed0000;
}

.golf-table__rating-change span {
  display: inline-block;
  background: url("../img/arrow_golf.svg") no-repeat;
  margin-right: 3px;
  width: 6px;
  height: 7px;
  background-size: cover;
}

.golf-table__team-player_info {
  position: relative;
  padding: 24px;
  border-radius: 10px;
  background-color: #f2f2f2;
}
.golf-table__team-player_info__statistic {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.golf-table__team-player_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.golf-table__team-player_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  padding: 10px 20px;
  cursor: pointer;
}

.golf-table__team-player_wrapper-active {
  background-color: #e4e4e4;
  border-radius: 10px;
}

.golf-week__label {
  display: block;
  padding-bottom: 16px;
  margin-bottom: 31px;
  border-bottom: 3px solid #000000;
}

.golf-week {
  background: transparent;
  outline: none;
  border: none;
  font-size: 23px;
  line-height: 28px;
  font-weight: 700;
}

.golf-table__team-player_info table {
  text-align: center;
}

.golf-table__team-player_info table {
  text-align: center;
  border-collapse: collapse;
}

.golf-table__team-player_info table tr {
  border-bottom: 1px solid #7e7e7e;
}

.golf-table__team-player_info table td:first-child {
  text-align: left;
}

.golf-table__team-player_info table tr td:nth-child(11),
.golf-table__team-player_info table tr td:nth-child(21) {
  background: #ffffff;
}

.golf-table__stat {
  overflow-x: scroll;
}

.golf-table__stat-info {
  color: #7e7e7e;
}

.winner-img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #3f444d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 89px;
  font-size: 45px;
  color: white;
}

.winner-name {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-align: left;
  margin-left: 15px;
  white-space: nowrap;
}