/* --- SINGLE-PAGE APP STYLE --- */
/*
.bk-content__header_banner {
    height: auto;
    top: auto;
    bottom: 0;
    width: 221px;
    margin: auto;
    left: 0;
    right: 0;
}
.bk-content__header_banner.pc {
    width: 273px;
    height: 166px;
    top: 0;
}
.bk-content__header_banner img {
    position: relative;
    z-index: 2;
}
.app-content__header_app-box {
    width: 105px;
    height: 215px;
    position: absolute;
    overflow: hidden;
    right: 23px;
    top: 5px;
    border-radius: 16px;
}
.pc .app-content__header_app-box {
    width: 220px;
    height: 140px;
    right: auto;
}
.app-content__header_app-box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.app-content__buttons {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.app-content__buttons .btn-b a {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.02em;
}
.app-content__buttons .btn-b.bonus a::before {
    font-family: 'Betru';
    content: '\e90e';
    position: absolute;
    left: 22px;
    font-weight: normal;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.app-content__buttons .btn-b {
    margin: 0;
    width: 100%;
}
.app-content__buttons .btn-b.brand {
    margin: 0 10px;
}
*/

/* -- Single App Type -- */
/*
.bk-header-bottom__item.single-app {
    padding: 0;
    width: auto;
    background-color: transparent;
    text-align: left;
    line-height: 17px;
    font-weight: 300;
    font-size: 14px;
    position: relative;
    padding-left: 40px;
    align-items: center;
    display: flex;
    margin-left: 10px;
}
.bk-header-bottom__item.single-app .bk-header-bottom__item_app::before {
    font-family: 'Betru';
    font-size: 32px;
    height: 32px;
    width: 32px;
    line-height: 32px;
    left: 0;
    position: absolute;
}
.bk-header-bottom__item.single-app .bk-header-bottom__item_app.ios::before {
    content: '\e901';
}
.bk-header-bottom__item.single-app .bk-header-bottom__item_app.android::before {
    content: '\e900';
}
.bk-header-bottom__item.single-app .bk-header-bottom__item_app.pc::before {
    content: '\e927';
}
.app-content__buttons.single-app .btn-b a {
    background-size: 200%;
}
.app-content__buttons.single-app {
    flex-wrap: wrap;
}
.app-content__buttons.single-app .btn-b.brand {
    margin: 0;
}
.app-content__buttons.single-app .btn-b {
    width: 48%;
    margin-bottom: 10px;
}
*/

/*
@media(max-width:1100px) {
    .app-content__buttons.single-app .btn-b {
        width: 49.5%;
        margin-bottom: 10px;
    }
}
*/

/*
@media(max-width:967px) {

    .app-content__buttons.single-app .btn-b {
        width: 48%;
        margin-bottom: 10px;
    }
    .app-content__buttons .btn-b {
        margin-bottom: 9px;
    }

    .app-content__buttons .btn-b {
        box-sizing: border-box;
    }
    .app-content__buttons .btn-b a,
    .app-content__buttons .btn-b.brand a {
        box-sizing: border-box;
    }

}
*/

/*
@media(max-width:750px) {
    .app-content__buttons .btn-b.bonus a::before {
        display: none;
    }
}
*/
/*

@media(max-width:550px) {
    .app-content__buttons .btn-b {
        height: 60px;
    }

    .app-content__buttons .btn-b a {
        min-height: 56px;
        height: 56px;

        font-size: 12px;
    }
}
*/

/*
@media(max-width:510px) {
    .app-content__buttons {
        flex-wrap: wrap;
    }

    .app-content__buttons .btn-b {
        margin-bottom: 17px;
    }

    .app-content__buttons .btn-b.brand {
        margin-left: 0;
        margin-right: 0;
    }

    .app-content__buttons:not(.single-app) .btn-b.brand {
        flex: 1 0 100%;
        width: 100%;
        order: 2;
    }

    .app-content__buttons .btn-b {
        flex: 1 0 50%;
        width: 50%;
    }

    .app-content__buttons .btn-b.bonus {
        border-radius: 0px 0px 0px 8px;
    }

    .app-content__buttons .btn-b.bonus {
        border-radius: 0px 0px 0px 8px;
    }

    .app-content__buttons .btn-b.site {
        border-radius: 0px 0px 8px 0px;
    }

    .app-content__buttons .btn-b.site {
        border-radius: 0px 0px 8px 0px;
    }

    .app-content__buttons.single-app .btn-b {
        width: 50%;
        flex: 1 0 50%;
        margin-bottom: 0;
        border-radius: 0;
    }

    .app-content__buttons.single-app .btn-b a {
        border-radius: 0;
    }

    .app-content__buttons.single-app .btn-b.brand {
        border-radius: 0px 0px 0px 8px;
    }

    .app-content__buttons.single-app .btn-b.brand a {
        border-radius: 0px 0px 0px 8px;
    }

    .app-content__buttons.single-app .btn-b.site.dark {
        border-radius: 0px 0px 8px 0px;
    }

    .app-content__buttons.single-app .btn-b.site.dark a {
        border-radius: 0px 0px 8px 0px;
    }

    .app-content__buttons .btn-b.bonus a::before {
        display: none;
    }
}
*/

/* user */

.user,
.user *,
.user *::before,
.user *::after {
  box-sizing: border-box;
}

.user .content-block__title {
  background: none;
  font-size: 23px;
  display: flex;
  align-items: center;
}

.user .user__edit-link {
  margin-left: auto;
  font-family: "Rubik";
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #2e37f2;
  display: flex;
  align-items: center;
}

.user__edit-link::before {
  content: "\e941";
  font-family: "Betru";
  margin-right: 4px;
  font-size: 13px;
  color: #2e37f2;
}

.user__edit-link:hover {
  opacity: 0.6;
  cursor: pointer;
}

.user__radio-toggle {
  margin-left: auto;
  display: flex;
  align-items: center;
  font-family: "Rubik";
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  text-decoration-line: underline;
  color: #d7d7d7;
}

.user__radio-toggle input {
  display: none;
}

.user__radio-toggle label {
  margin-left: 15px;
}

.user__radio-toggle label:hover {
  cursor: pointer;
}

.user__radio-toggle input:checked + span {
  color: #00c659;
}

/* user-main-block */

.user-main-block,
.user-main-block *,
.user-main-block *::before,
.user-main-block *::after {
  box-sizing: border-box;
}

.user-main-block {
  display: flex;
  align-items: flex-start;
  padding: 24px;
}

.empty .user-main-block {
  align-items: stretch;
}

.user-main-block__img-column {
  flex: 0 0 242px;
  min-height: 242px;
}

.user-main-block__img {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: auto 0;
  height: 242px;
  width: 100%;
  border: 1px solid #efefef;
  border-radius: 16px;
  overflow: hidden;
}
.user-main-block__img.expert,
.user-main-block__img.editor {
  background: no-repeat center / cover
    url("/wp-content/uploads/2021/07/editor-bcg.png");
}

.user-main-block__img.expert img {
  object-fit: contain;
  width: 90%;
  height: 90%;
}
.user-main-block__img.editor img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.user-main-block__img.author img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.user-main-block__img-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  text-decoration-line: underline;
  color: #2e37f2;
  border-top: 1px solid #efefef;
}

.user-main-block__content {
  display: flex;
  flex-direction: column;
  padding-left: 41px;
  flex: 0 0 calc(100% - 242px);
}

.user-main-block__top-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
  justify-content: space-between;
}

h1.user-main-block__name {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  color: #262f56;
  position: relative;
  border: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
h1.user-main-block__name::before {
  position: absolute;
  right: -5px;
  top: 50%;
  content: "\e937";
  font-family: "Betru";
  font-weight: normal;
  color: #52b5ff;
  font-size: 20px;
  transform: translateY(-50%);
}

.user .user-main-block .user-main-block__social {
  list-style: none;
  margin: 0;
  margin-left: auto;
  padding: 0;
  display: flex;
  align-items: center;
  width: 100%;
  background: none;
}

.user .user-main-block__social li {
  position: static;
  margin: 0;
  margin-right: 6px;
  padding-left: 0;
}

.user .user-main-block__social li::before {
  display: none;
}

.user-main-block__social a {
  border: 1px solid #262f56;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
}

.user-main-block__social a:hover {
  cursor: pointer;
  opacity: 0.6;
}

.user-main-block__social a::before {
  font-family: "Betru";
  color: #262f56;
}

.user-main-block__social a.facebook::before {
  content: "\e90b";
  font-size: 15px;
}

.user-main-block__social a.youtube::before {
  content: "\e936";
  font-size: 11px;
}

.user-main-block__social a.vk::before {
  content: "\e925";
  font-size: 10px;
}

.user-main-block__social a.telegram::before {
  content: "\e920";
  font-size: 12px;
  margin-right: 2px;
}
.user-main-block__social a.wikipedia::before {
  content: "\e967";
  font-size: 12px;
}
.user-main-block__social a.twitter::before {
  content: "\e923";
  font-size: 12px;
}
.user-main-block__social a.instagram::before {
  content: "\e912";
  font-size: 18px;
}
.user-main-block__sport-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
  margin-left: 0;
}

.user-main-block__sport {
  border: 1px solid #d9eafa;
  border-radius: 4px;
  padding: 4px 6px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.1;
  color: rgba(0, 0, 0, 0.5);
}

.user-main-block__sport:hover {
  color: #fff;
  background-color: #4f5676;
  border-color: #4f5676;
}

.user-main-block__sport:hover::before {
  color: #fff;
}

.user-main-block__sport::before {
  color: #262f56;
  font-size: 12px;
  margin-right: 8px;
}

.user-main-block__dl {
  margin: 0 0 28px;
  padding: 20px 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  font-weight: 300;
  font-size: 14px;
  line-height: 2;
  color: #262f56;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.user-main-block__dl dt {
  flex: 0 0 50%;
}

.user-main-block__dl dd {
  flex: 0 0 50%;
  margin: 0;
  font-weight: 500;
}

.user-main-block__min-caption {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  color: #000000;
}

.user .user-main-block .user-main-block__text {
  margin: 0;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.5;
  color: #000000;
}

.user__back {
  margin-left: auto;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
  color: #262f56;
}

.user__back:hover {
  opacity: 0.6;
  cursor: pointer;
}
.authors-block__link-shadow {
  margin-left: 24px;
  margin-bottom: 12px;
  display: block;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.1;
  text-decoration-line: underline;
  color: #262f56;
}

@media screen and (max-width: 1100px) {
  .user .user-main-block .user-main-block__social {
    margin-left: 0;
    margin-top: 15px;
  }
}

/* user-widget */

.empty .user-widget {
  min-height: 397px;
  display: flex;
  flex-direction: column;
}

.empty .user-widget__content {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  margin: 0 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.user-widget .side-widget__title {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
  height: auto;

  background: none;
  font-family: "Rubik";
  font-weight: 500;
  font-size: 20px;
  line-height: 1.1;
  color: #262f56;
}

.user-widget .side-widget__title a {
  padding-left: 9px;
  font-family: "Rubik";
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  text-decoration-line: underline;
  color: #2e37f2;
}

.user-widget .side-widget__title a:hover {
  opacity: 0.6;
  cursor: pointer;
}

.user-widget__row {
  display: flex;
  align-items: center;
  margin: 0 16px;
  padding: 15px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.user-widget__content {
  padding-bottom: 9px;
}

.user-widget__bet-img {
  flex: 0 0 96px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.user-widget__bet-img:hover {
  opacity: 0.6;
  cursor: pointer;
}

.user-widget__bet-img img {
  object-fit: contain;
  width: 100%;
  height: auto;
}

.user-widget__bet-bonus {
  margin: auto;

  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #262f56;
  padding: 8px 0;
}

.user-widget__bet-bonus:hover {
  opacity: 0.6;
  cursor: pointer;
}

.user-widget__bet-bonus::before {
  font-family: "Betru";
  content: "\e90e";
  margin-right: 6px;
}

.user-widget__bet-link {
  width: 32px;
  height: 32px;
  margin-left: 5px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.user-widget__bet-link.info {
  background-color: #f7f7f7;
}

.user-widget__bet-link.info:hover {
  background-color: #dcdcdc;
  cursor: pointer;
}

.user-widget__bet-link.external {
  background-color: #00c659;
}

.user-widget__bet-link.external:hover {
  background-color: #007133;
  cursor: pointer;
}

.user-widget__bet-link::before {
  font-family: "Betru";
  font-size: 15px;
}

.user-widget__bet-link.info::before {
  content: "\e911";
  color: #262f56;
}

.user-widget__bet-link.external::before {
  content: "\e902";
  color: #fff;
}

.user-widget__team-img {
  margin-right: 20px;
  border: 1px solid #d9eafa;
  border-radius: 50%;
  width: 39px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.user-widget__team-img img {
  display: block;
  width: 23px;
  height: auto;
}

.user-widget__team-name {
  font-family: "Rubik";
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #262f56;
}

.user-widget__title-cup {
  width: 48px;
  margin: 15px;
  margin-left: 0;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.user-widget__title-cup img {
  position: relative;
  z-index: 1;
}

.user-widget__title-cup::before {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #f4f4f4;
}

.user-main-block__empty {
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Rubik";
  font-weight: 700;
  font-size: 15px;
  line-height: 1.1;
  text-align: center;
  color: #bebebe;
}

.user-main-block__empty::before {
  font-family: "Betru";
  font-weight: normal;
  content: "\e961";
  font-size: 44px;
  display: block;
  margin-bottom: 8px;
  color: #bebebe;
}

.user-main-block__empty a {
  display: block;
  margin-top: 4px;

  font-family: "Rubik";
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  text-decoration-line: underline;
  color: #2e37f2;
}

.user-my-tabs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 29px;
  margin-bottom: 15px;

  background: #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
}

.user-my-tabs button {
  position: relative;
  padding: 30px 60px;
  background: none;
  outline: none;
  border: none;

  font-family: "Rubik";
  font-weight: 300;
  font-size: 18px;
  line-height: 1.1;
  display: flex;
  align-items: center;
  justify-content: center;

  color: #262f56;
}

.user-my-tabs button:hover {
  opacity: 0.6;
  cursor: pointer;
}

.user-my-tabs button.active {
  font-weight: 500;
}

.user-my-tabs button.active::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: #00c659;
  border-radius: 8px;
}

.user-empty-content {
  display: flex;
  flex-direction: column;
  height: 333px;
}

@media screen and (max-width: 1200px) {
  .user-main-block__content {
    padding-left: 22px;
  }
}

@media screen and (max-width: 991px) {
  .user-widget {
    flex: 0 0 100%;
    width: 100%;
    margin: 0 auto 24px;
    max-width: 809px;
  }

  .user-main-block__content .user-main-block__empty,
  .user-widget .user-main-block__empty {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

/*
@media screen and (max-width:768px) {
    .empty .user-main-block {
        align-items: flex-start;
    }

    .user-main-block__img-column {
        flex-basis: 111px;
        min-height: 0;
    }

    .user-main-block__content {
        flex-basis: calc(100% - 111px);
    }

    .user-main-block__img {
        height: 111px;
    }

    .user-main-block {
        padding: 8px;
    }
}
*/

@media screen and (max-width: 650px) {
  h1.user-main-block__name {
    font-size: 20px;
    margin-top: 9px;
    padding-left: 30px;
    line-height: normal;
  }
  h1.user-main-block__name::before {
    right: auto;
    left: 0;
  }
  .user-my-tabs {
    padding: 0 12px;
  }

  .user-my-tabs button {
    /* margin-bottom: 12px; */
    padding: 20px 9px;
    /* flex: 0 0 100%; */
    font-size: 15px;
  }

  .user-main-block {
    display: block;
  }

  .user-main-block__img-column {
    display: flex;
    width: 100%;
    margin-bottom: 29px;
    min-height: 0;
  }

  .user-main-block__img {
    flex: 0 0 132px;
    height: 134px;
    margin-right: 16px;
    margin-top: 0;
  }

  .user-main-block__content {
    padding-left: 0;
  }

  .user-main-block__sport::before {
    margin-right: 6px;
  }

  .user-main-block__sport {
    padding: 3px 4px;
    margin-bottom: 8px;
  }

  .user-main-block__dl {
    padding: 13px 0;
    margin-bottom: 20px;
  }

  .user-main-block__min-caption {
    font-size: 14px;
  }

  .user .user-main-block .user-main-block__text {
    font-size: 13px;
  }

  .user-main-block__sport-row {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .user .content-block__title {
    font-size: 18px;
    line-height: 1;
    padding-left: 9px;
    padding-right: 9px;
  }

  .user .side-widget__title {
    padding: 0 12px;
  }

  .user-widget__row {
    margin: 0 12px;
  }

  .user-main-block__top-row {
    padding-top: 5px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
/* user-tag */

.user-tag {
  border-radius: 4px;
  padding: 3px 9px;
  display: flex;
  align-items: center;
  justify-content: center;

  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  color: #ffffff;
  position: relative;
}

.user-tag.expert {
  background-color: #ffa500;
}

.user-tag.novice {
  background-color: #00c659;
}

.user-tag.best {
  margin-top: 45px;
  margin-bottom: 10px;
  margin-left: 0;
  background-color: #ffa500;
  display: inline-block;
}

.user-tag.best::before {
  display: none;
}

@media screen and (max-width: 576px) {
  .user-tag {
    padding: 2px 7px;
    margin-right: 8px;
    margin-left: 0;
  }
}

/* user-form */

.user-form__caption {
  margin: 20px 0 20px 24px;

  font-family: "Rubik";
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #262f56;
}

.user-form__top-form {
  display: flex;
  padding: 0 24px 28px;
}

.user-form__img-column {
  flex: 0 0 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.user-form__img-column a {
  display: block;
  font-family: "Rubik";
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  text-decoration-line: underline;
  color: #2e37f2;
}

.user-form__img-column a:hover {
  opacity: 0.6;
  cursor: pointer;
}

.user-form__img {
  position: relative;
  width: 100%;
  height: 120px;
  background: #fbfbfb;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  margin-bottom: 7px;
}

.user-form__img::before {
  content: "\e92d";
  font-size: 30px;
  font-family: "Betru";
  position: absolute;
  z-index: 1;
  font-size: 72px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #f1f1f1;
}

.user-form__top-column {
  padding-left: 43px;
  flex: 0 0 calc(100% - 120px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.user-form__top-column input:not([type="submit"]) {
  flex: 0 0 49%;
  margin-bottom: 18px;
}

.user-form__top-column input[type="submit"] {
  flex: 0 0 100%;
  height: 56px;
}

.user-form__top-column textarea {
  resize: none;
  flex: 0 0 100%;
  margin-bottom: 18px;
}

.user-form__checkbox-form {
  padding: 0 23px 19px;
}

.user-form__checkbox-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 27px 0;
}

.user-form__checkbox-form input:not([type="submit"]) {
  display: none;
}

.user-form__checkbox-form input[type="submit"] {
  width: 166px;
  height: 44px;
  margin: auto;
}

.user-form__checkbox:hover {
  cursor: pointer;
}

.user-form__checkbox-form input:checked + .user-form__checkbox {
  color: #ffffff;
  background: #00b649;
  cursor: pointer;
}

.user-form__checkbox-form input:checked + .user-form__checkbox::before {
  color: #ffffff;
}

.user-form__checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 80px;
  height: 80px;
  border: 1px solid #e5e5e5;
  border-radius: 16px;

  font-family: "Rubik";
  font-weight: 300;
  font-size: 14px;
  line-height: 1.1;
  text-align: center;
  color: #262f56;
}

.user-form__checkbox::before {
  font-family: "Betru";
  font-size: 23px;
  color: #a6bcbc;
  display: block;
  margin-bottom: 6px;
}

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

.user-form__row .content-block {
  flex: 0 0 49%;
  display: flex;
  flex-direction: column;
}

.user-form__column-form {
  padding: 0 26px;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

.user-form__column-form input {
  padding-right: 37px;
}

.user-form__column-form label {
  position: relative;
  display: block;
  margin-bottom: 18px;
}

.user-form__empty-line {
  width: 100%;
  height: 1px;
  margin-top: auto;
  margin-bottom: 18px;
  background-color: rgba(0, 0, 0, 0.1);
}

.user-form__column-form label::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
  border-radius: 6px;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Betru";
  font-weight: normal;
}

.user-form__column-form label.vk::before {
  content: "\e925";
  border: 1px solid #3368a5;
  color: #3368a5;
  font-size: 10px;
}

.user-form__column-form label.tg::before {
  content: "\e920";
  border: 1px solid #0086c2;
  color: #0086c2;
  font-size: 12px;
}

.user-form__column-form label.fb::before {
  content: "\e90b";
  border: 1px solid #222acc;
  color: #222acc;
  font-size: 18px;
}

.user-form__column-form label.yt::before {
  content: "\e936";
  border: 1px solid #cb2a2a;
  color: #cb2a2a;
  font-size: 13px;
}

.user-form__column-form label.insta::before {
  content: "\e912";
  border: 1px solid #cb2a8b;
  color: #cb2a8b;
  font-size: 18px;
}

.user-form__column-form input[type="submit"] {
  margin-top: auto;
  width: 100%;
  height: 44px;
}

.user-form__checkbox-row label {
  margin-bottom: 24px;
  margin-right: 28px;
}

@media screen and (max-width: 768px) {
  .user-form__top-column {
    padding-left: 25px;
  }

  .user-form__checkbox-row {
    justify-content: space-around;
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 576px) {
  .user-form__checkbox-form {
    padding-left: 0;
    padding-right: 0;
  }

  .user-form__row {
    display: block;
  }

  .user-form__checkbox-form input[type="submit"] {
    margin-left: auto;
    margin-right: auto;
  }

  .user-form__top-form {
    display: block;
    padding: 0 27px;
  }

  .user-form .user-form__top-column input {
    flex: 0 0 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .user-form__top-column {
    padding-left: 0;
  }

  .user-form__img {
    width: 120px;
    margin: 0 auto 12px;
  }

  .user-form__img-column {
    margin-bottom: 25px;
  }
}

/* popup-user */

.popup-user,
.popup-user *,
.popup-user *::before,
.popup-user *::after {
  box-sizing: border-box;
}

.popup-user {
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}

.popup-user.active {
  display: flex;
}

.popup-user__block {
  padding: 0 28px 27px;

  background: #ffffff;
  border: 1px solid #d9eafa;
  box-sizing: border-box;
  border-radius: 16px;
  position: relative;
  width: 368px;
  max-width: 100%;
  max-height: 100vh;
  overflow-y: auto;
}

.popup-user__caption-row {
  display: flex;
  align-items: center;
  justify-content: space-between;

  min-height: 68px;

  font-family: "Rubik";
  font-weight: 500;
  font-size: 20px;
  line-height: 1.1;
  color: #262f56;
}

.popup-user__close {
  padding: 0;
  outline: none;
  background: none;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-user__close::before {
  font-family: "Betru";
  content: "\e903";
  color: #000000;
  font-size: 12px;
}

.popup-user__search,
.popup-user__input-list {
  position: relative;
  margin-bottom: 16px;
}

.popup-user__search::after {
  content: "\e91a";
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  font-size: 16px;
  color: #00c659;
  font-family: "Betru";
  background-color: #fff;
}

.popup-user__input-list::after {
  content: "\e934";
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%) rotate(90deg);
  font-size: 7px;
  color: #262f56;
  font-family: "Betru";
}
.popup-user input:not([type="checkbox"]) {
  width: 100%;
  border: 1px solid #e9e9e9;
  background-color: transparent;
  border-radius: 8px;
  padding: 14px 30px 14px 14px;

  font-family: "Rubik";
  font-weight: 300;
  font-size: 13px;
  line-height: 1.29;
  color: #000000;
}

.popup-user input.active {
  border-radius: 8px 8px 0 0;
}

.popup-user__list-block {
  position: relative;
}

.popup-user__list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 2;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #e9e9e9;
  border-top: none;
  border-radius: 0 0 8px 8px;
  background-color: #fff;
}

.popup-user__list.active {
  display: block;
}

.popup-user__list li {
  margin: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding: 14px 16px;

  font-family: "Rubik";
  font-weight: 300;
  font-size: 13px;
  line-height: 1.29;
  color: #000000;

  border-bottom: 1px solid #e9e9e9;
}

.popup-user__list li:last-child {
  border-bottom: none;
}

.popup-user__scroll-box {
  padding-right: 22px;
  height: 386px;
  width: 100%;
}

.popup-user__scroll-box.scrollable {
  position: relative;
}

.popup-user__scroll-box.scrollable:focus {
  outline: 0;
}

.popup-user__scroll-box.scrollable .viewport {
  position: relative;
  overflow: hidden;
}

.popup-user__scroll-box.scrollable .viewport .overview {
  position: absolute;
  width: 100%;
}

.popup-user__scroll-box.scrollable .scroll-bar {
  display: none;
}

.popup-user__scroll-box.scrollable .scroll-bar.vertical {
  position: absolute;
  z-index: 1;
  right: 5px;
  height: 100%;
  border-radius: 4px;
  background-color: #f3f3f7;
  width: 4px;
}

.popup-user__scroll-box.scrollable .scroll-bar.vertical .thumb {
  position: absolute;
  background: #00c659;
  border-radius: 4px;
  width: 100%;
  height: 167px;
}

.popup-user__row {
  padding: 24px 0;
  display: flex;
  align-items: center;

  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.popup-user__row:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.popup-user__bet-img {
  width: 96px;
  height: 16px;
}

.popup-user__bet-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.popup-user__add {
  text-decoration-line: underline;
  color: #2e37f2;
  display: inline;
}

.popup-user__remove {
  color: #00c659;
  display: none;
}

.popup-user__remove span {
  text-decoration-line: underline;
}

.popup-user__remove::after {
  font-family: "Betru";
  content: "\e903";
  color: #000000;
  font-size: 12px;
  text-decoration: none;
  margin-left: 7px;
}

.popup-user__label {
  font-family: "Rubik";
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  margin-left: auto;
}

.popup-user__close,
.popup-user__list li,
.popup-user__label:hover {
  opacity: 0.8;
  cursor: pointer;
}

.popup-user__label input {
  display: none;
}

.popup-user__label input:checked ~ .popup-user__remove {
  display: inline;
}

.popup-user__label input:checked ~ .popup-user__add {
  display: none;
}

.popup-user__team-img {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  border: 1px solid #d9eafa;
  display: flex;
  align-items: center;
  justify-content: center;

  margin-right: 9px;
}

.popup-user__team-img img {
  width: 23px;
  height: auto;
}

.popup-user__team-text {
  font-family: "Rubik";
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #262f56;
  flex: 0 0 143px;
  max-width: 100%;
}

@media screen and (max-width: 576px) {
  .popup-user__block {
    padding: 0 11px 10px;
  }
}

/* circle-block */

.circle-block {
  padding-bottom: 0;
}

.circle-block .content-block__title {
  margin-bottom: 0;
}

/* circle */

.circle {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.circle__column {
  padding-top: 30px;
  /*    flex: 0 0 50%;*/
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.circle__big-column {
  width: 100%;
  /*    border-left: 1px solid rgba(0,0,0,0.1);*/
}

.circle__block {
  /*    flex: 0 0 50%;*/
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 30px;
  width: 25%;
}

.circle__block span {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
  color: #262f56;
  text-transform: uppercase;
}

.circle__circle {
  position: relative;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  border: 1px solid #c8c8c8;
  margin-bottom: 9px;
}

.circle__circle.active {
  border: none;
}

.circle__circle span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}

.circle__cash {
  width: 100%;
  padding: 14px 24px;
  font-weight: 500;
  font-size: 13.8497px;
  line-height: 1.8;
  text-transform: uppercase;
  color: #262f56;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.circle__cash span {
  display: block;
  font-weight: 700;
  font-size: 39px;
  line-height: 1.5;
  color: #00c659;
}

/*
.circle__big-circle-block {
    position: relative;
}
*/

/*
.circle__big-text {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%,-50%);
    font-weight: 500;
    font-size: 9px;
    line-height: 1.8;
    text-align: center;
    color: #000;
    margin: auto;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 20px;
}
*/
/*
.highcharts-root {
    display: flex;
    align-items: center;
}
*/
/*
.circle__big-text span {
    display: block;
    font-size: 36px;
    line-height: 1;
    color: #262F56;
}
*/

/* .circle__big-circle {
    width: 250px;
    height: 250px;
    margin: 25px auto;
} */

/*
.circle__big-circle-block .highcharts-credits,
.circle__big-circle-block .highcharts-title {
    display: none;
}
*/

/*
.circle__big-circle-block .highcharts-label text {
    font-family: "Rubik";
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 1.5;    
    text-align: center;
}
*/

@media screen and (max-width: 576px) {
  .circle {
    display: block;
  }
  .circle__circle span {
    font-size: 24px;
  }

  .circle__circle {
    width: 76px;
    height: 76px;
  }

  .circle__circle canvas {
    width: 76px !important;
    height: 76px !important;
  }
}
@media screen and (max-width: 450px) {
  .circle__block {
    width: 50%;
  }
}

/* result */

.result__row {
  display: flex;
  flex-wrap: wrap;
  padding: 29px 0 36px;
  margin: 0 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.result__bank {
  display: flex;
  margin-right: auto;
}

.result__bank > span {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #262f56;
  font-family: "Rubik";
  font-weight: 500;
  font-size: 23px;
  line-height: 1.1;
  color: #262f56;
  border-radius: 50%;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
}

.result__bank-column {
  padding-left: 12px;
  flex: 0 0 auto;

  font-family: "Rubik";
  font-weight: 500;
  font-size: 10px;
  line-height: 1.8;
  text-transform: uppercase;
  color: #a8a8a8;
}

.result__bank-column span {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: #262f56;
}

.result__dl {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.result__dl dt {
  margin: 0;
  padding: 0;
  flex: 0 0 48%;

  font-family: "Rubik";
  font-weight: 500;
  font-size: 12px;
  line-height: 1.8;
  text-transform: uppercase;
  color: #767676;
}

.result__dl dd {
  flex: 0 0 48%;

  order: 2;
  margin: 0;
  padding: 0;
  font-family: "Rubik";
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  color: #00c659;
}

.result__link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 19px 16px 26px;
  height: 64px;

  font-family: "Rubik";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;

  background-color: #00c659;
  border-radius: 8px;
}

.result__link:hover {
  cursor: pointer;
  background: #007133;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .result__row {
    display: block;
    padding: 24px 0;
  }

  .result__bank {
    margin-bottom: 15px;
  }

  .result__dl dd {
    font-size: 22px;
  }
}

@media screen and (max-width: 576px) {
  .result__row,
  .result__link {
    margin-left: 12px;
    margin-right: 12px;
  }

  .result__bank > span {
    width: 34px;
    height: 34px;
  }

  .result__bank-column {
    padding-left: 10px;
    font-size: 10px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 374px) {
  .result__bank {
    margin-bottom: 15px;
  }
}

/* user-article */

/*
.user-article {
    padding-left: 24px;
    padding-right: 24px;
}

.user-article__caption {
    font-family: "Rubik";
    font-weight: 500;
    font-size: 25px;
    line-height: 1.2;
    color: #262F56;
    margin-bottom: 16px;
}

.user-article__tag-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.user-article__tag-row a,
.user-article__tag-row span {
    margin-left: 8px;
    padding: 3px 10px 3px 7px;
    display: flex;
    align-items: center;
    justify-content: center;

    font-family: "Rubik";
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: #262F56;

    border: 1px solid #D9EAFA;
    border-radius: 4px;
}

.user-article__tag-row a:hover {
    color: #fff;
    background-color: #4f5676;
    border-color: #4f5676;
}

.user-article__tag-row a:hover::before {
    color: #FFFFFF;
}

.user-article__tag-row a:first-child {
    margin-left: 0;
}

.user-article__tag-row .eye {
    margin-left: auto;
}

.user-article__tag-row a::before,
.user-article__tag-row span::before {
    font-family: 'Betru';
    color: #4F5676;
    font-size: 12px;
    margin-right: 3px;
}

.user-article__tag-row .eye::before {
    content: '\e942';
}

.user-article__tag-row .news::before {
    content: '\e948';
}

.user-article__tag-row .date::before {
    content: '\e905';
}

.user-article__tag-row .mma::before {
    content: '\e914';
}


.user-article__row {
    display: flex;
}

.user-article__img {
    flex: 0 0 361px;
    height: 232px;
    border: 1px solid #D9EAFA;
    border-radius: 16px;
    overflow: hidden;
}

.user-article__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-article__column a {
    text-decoration: underline;
    margin-left: 24px;
}
*/

/*
@media screen and (max-width:768px) {
    .user-article__row {
        display: block;
    }

    .user-article__img {
        width: 100%;
        margin-bottom: 15px;
    }

    .user-article__column a,
    .user-article__column p {
        margin-left: 0;
    }
    
}
*/

/*
@media screen and (max-width:576px) {
    .user-article__tag-row a,
    .user-article__tag-row span {
        margin: 0 8px 8px 0;
    }

    .user-article__tag-row a:first-child,
    .user-article__tag-row .eye {
        margin-left: 0;
    }

    .user-article {
        padding-left: 12px;
        padding-right: 12px;
    }

    .user-tag.best {
        margin-top: 20px;
    }
}*/
