html, body {
    font-family: 'Geologica';
    font-weight: normal;
    background-color: #013041;
    color: #ffffff;
    margin: 0;
    padding: 0;
}
body {
    /* min-height: 1200px; */
    /* padding: 0 0 120px 0; */
}
a {
    text-decoration: none;
    color: #ffffff;
}
.mb32 {
    margin: 0 0 32px 0;
}
.link {
    cursor: pointer;
    text-decoration: underline;
}
.link-blue {
    color: #baa082;
}
.materialitem__title .link-blue {
    color: #baa082;
}
.nopad {
    padding: 0 !important;
}
.nobg {
    background-color: unset !important;
}
.displayblock {
    display: block !important;
}
.d-flex {
    display: flex;
}
.d-flexcenter {
    display: flex;
    align-items: center;
    justify-content: center;
}
.content__wrapper {
    /* margin: 0 0 100px 0; */
    /* min-height: 1200px; */
    /* padding: 0 0 120px 0; */
}
.content__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    margin: 0 auto;
    padding: 24px;
    max-width: 612px;
}
.header__logoimg {
    overflow: hidden;
    width: 50px;
    border-radius: 50%;
}
.header__menu {
    display: flex;
    align-items: center;
    color: #ffffff;
}
.header__userinfo {
    display: flex;
    align-items: center;
}
.header__useridwrapper {
    margin: 0 16px 0 0;
    opacity: 0.6;
}
.header__userprofile  {
    overflow: hidden;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.header__userphoto {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.header__username {
    margin: 0 16px 0 0;
}
.content__inner {
    position: relative;
    /* min-height: inherit; */
    min-height: 1000px;
    margin: 0 auto;
    background: linear-gradient(135deg, #013041 0%, #5F7285 100%);
    max-width: 612px;
    border-radius: 20px 20px 0 0;
    padding: 0 0 120px 0;
    /* min-height: calc(100vh - 390px); */
}
.pagetitle__wrapper {
    padding: 24px 16px 16px 16px;
}
.pagetitle {
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 16px 0;
}
.pageuntitle {
    font-size: 14px;
    margin: 8px 0 0 0;
    opacity: 0.6;
}
/*check input*/
.custom__checkwrap {
    position: relative;
    cursor: pointer;
    z-index: 1;
    margin: 0 0 8px 0;
}
.custom__checkwrap:last-of-type {
    margin: 0;
}
.custom__checkinput {
    position: absolute;
    cursor: pointer;
    left: 0;
    z-index: -1;
    width: 18px;
    height: 18px;
    opacity: 0;
}
.custom__checklabel {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 20px;
    margin-bottom: 0;
}
.custom__checklabel::before {
    content: '';
    position: absolute;
    display: block;
    pointer-events: none;
    transition: all .15s ease-in-out;
    background-image: url('img/checkico.svg');
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
}
.custom__checkinput:checked~.custom__checklabel::before {
    display: none;
}
.custom__checkinput:checked~.custom__checklabel::after {
    content: '';
    position: absolute;
    display: block;
    pointer-events: none;
    transition: all .15s ease-in-out;
    background-image: url('img/checkico1.svg');
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
}
.custom__checkinput:checked~.custom__checklabel {
    text-decoration: line-through;
    color: #999999;
}
/*check input*/

.gold {
    color: #CA8561;
}


.content {
    padding: 24px 16px;
}
.course__slide {
    display: flex;
    background-color: #33343A;
    border-radius: 16px;
    padding: 8px;
    width: 270px;
   
}
.course__imgwrapper {
    overflow: hidden;
    border-radius: 8px;
    margin: 0 16px 0 0;
    width: 127px;
    min-width: 127px;
    height: 127px;
    min-height: 127px;
}
.course__img {
    width: 127px;
}
.course__action {
    font-weight: bold;
    color: #ADAEB0;
    font-size: 14px;
    margin: 0 0 16px 0;
}
.course__title {
    font-weight: bold;
    margin: 0 0 6px 0;
    font-size: 16px;
}
.course__line {
    display: flex;
    margin: 12px 0;
}
.course__linedot {
    background-color: #7C7D81;
    border-radius: 50%;
    margin: 0 4px 0 0;
    width: 4px;
    height: 4px;
}
.course__linecomplite {
    background-color: #ffffff;
    border-radius: 2px;
    margin: 0 4px 0 0;
    width: 4px;
    height: 4px;
}
.course__practices {
    font-weight: bold;
    font-size: 14px;
    opacity: 0.6;
}


.navigation__wrapper {
    position: fixed;
    box-sizing: border-box;
    backdrop-filter: blur(12px);
    border-radius: 16px 16px 0 0;
    height: 90px;
    padding: 12px 16px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
.navigation {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    max-width: 550px;
    top: 0;
}
.navitem__ico {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #595959;
    border-radius: 50%;
    width: 46px;
    min-width: 46px;
    height: 46px;
    margin: 0 auto 4px auto;
}
.navico-yellow {
    background-color: #E5FF71;
}
.navico-grey {
    background-color: #BCCAD3;
}
.navico-purple {
    background-color: #9B7BE6;
}
.navico-leaner {
    
    background: linear-gradient(to bottom, #E5FF71, #FFFFFF);
}
.navico {
    width: 60%;
}
.navitem__name {
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    width: 100%;
}
.navigation__item {
    display: block;
}
.navigation__item-active .navitem__ico,
.navigation__item-active .navitem__name {
    color: #ffffff;
}

.pcourse__list {
    padding: 0 0 56px 0;
}
.pcourse__item {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 343px;
    border-radius: 16px;
}
.pcourse__img {
    width: 100%;
}
.pcourse__info {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 16px;
    bottom: 0;
    left: 0;
    right: 0;
}
.pcourse__title {
    font-weight: bold;
    font-size: 17px;
    margin: 0 0 8px 0;
}
.pcourse__author {
    display: flex;
    align-items: center;
    color: #AFA9A7;
    font-size: 14px;
    margin: 0 16px 0 0;
}
.pcourse__practice {
    display: flex;
    align-items: center;
    color: #AFA9A7;
    font-size: 14px;
}
.pcourse__infodop {
    display: flex;
}
.pcourse__ico {
    margin: 0 4px 0 0;
}
.pcourse__item {
    margin: 0 0 24px 0;
}



.practiceitem__videowrapper {
    position: relative;
    min-height: 188px;
    margin: 24px 0;
}
.practiceitem__title {
    font-weight: bold;
    font-size: 20px;
    margin: 12px 0 8px 0
}
.practiceitem__infodop {
    display: flex;
}
.practiceitem__author {
    display: flex;
    align-items: center;
    color: #AFA9A7;
    font-size: 14px;
    margin: 0 16px 0 0;
}
.practiceitem__practice {
    display: flex;
    align-items: center;
    color: #AFA9A7;
    font-size: 14px;
}
.practiceitem__ico {
    margin: 0 4px 0 0;
}
.practiceitem__text {
    color: #999999;
    margin: 24px 0 0 0;
}
.practiceitem__text ul {
    padding: 0 0 0 24px;
}
.soon {
    display: inline-flex;
    align-items: center;
    position: absolute;
    background-color: #CA8561;
    border-radius: 8px;
    padding: 6px 8px 6px 6px;
    font-size: 12px;
    left: 16px;
    top: 16px;
}


.practice__list {
    padding: 0 0 56px 0;
}
.practice__pagetitile {
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 36px 0;
}
.practice__item {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    height: 172px;
    width: 100%;
    margin: 0 0 24px 0;
}
.practice__item-soon::before {
    content: ' ';
    display: block;
    position: absolute;
    background-color: #242429;
    opacity: 0.5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.practice__img {
    width: 100%;
}
.practice__lockico {
    position: relative;
    left: -1px;
    top: -4px;
}
.practice__info {
    position: absolute;
    padding: 16px;
    bottom: 0;
    left: 0;
    right: 0;
}
.practice__title {
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 6px 0;
}
.practice__untitle {
    color: #9A9B9C;
    font-size: 12px;
}

.banner {
    overflow: hidden;
    border-radius: 20px;
    height: 140px;
    margin: 0 0 24px 0;
}
.banner .soon {
    margin: 20px 0 0 20px;
}
.banner__img {
    width: 100%;
}
.content__title {
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 8px 0;
}
.content__text {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 24px 0;
}

.button {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    border-radius: 16px;
    padding: 12px 16px;
    margin: 0 0 8px 0;
}
.button-sml {
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 12px;
    font-weight: 300;
}
.button-ico img {
    margin: 0 8px 0 0;
}
.button-border {
    border: 1px solid #fff;
    opacity: 0.6;
}
.button-color {
    background: linear-gradient(to right, #D3936E, #5C85B3);
}
.button-grey {
    background-color: #7F7F7F;
    color: #000000;
}
.button-toxic {
    background-color: #07AB4B;
    color: #2E2F3C;
}
.button-greylight {
    background-color: rgba(255, 255, 255, 0.1);
    color: #F5F5F5;
}
.button-green {
    background-color: #07AB4B;
    color: #ffffff;
}
.button-blue {
    background-color: #027EF2;
    color: #ffffff;
}
.button-black {
    background-color: #1e1e1e;
    color: #ffffff;
}
.button-white {
    background-color: #ffffff;
    color: #262626;
}
.button-gold {
    background-color: #baa082;
    color: #ffffff;
}
.button-mt18 {
    margin: 18px 0 0 0;
}




.bodyhack__pagetitile {
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 36px 0;
}
.bodyhack__list {
    margin: 0 0 124px 0;
}
.bodyhack__item {
    display: flex;
    margin: 0 0 24px 0;
}
.bodyhack__imgwrapper {
    position: relative;
    margin: 0 24px 0 0;
    width: 160px;
    min-width: 160px;
    height: 160px;
    min-height: 160px;
}
.bodyhack__img {
    position: relative;
    border-radius: 12px;
    width: 100%;
}
.bodyhack__imginfo {
    position: absolute;
    text-align: center;
    display: none;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
}
.bodyhackimg__top {
    text-transform: uppercase;
    color: #9A9B9C;
    font-size: 8px;
    margin: 16px 0 0 0;
}
.bodyhackimg__bottom {
    position: relative;
    bottom: -77px;
}
.bodyhackimg__dop {
    color: #9A9B9C;
    font-size: 14px;
}
.bodyhackimg__title {
    text-transform: uppercase;
    word-spacing: 100%;
    letter-spacing: 2px;
}
.bodyhack__title {
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 6px 0;
}
.bodyhack__untitle {
    color: #9A9B9C;
    font-size: 14px;
}




.bodyhack__card {
    position: relative;
    background-color: #1F2025;
    padding: 24px;
    margin: 0 0 24px 0;
}
.bodyhack__card-full {
    position: relative;
    margin: 0 0 24px 0;
}
.bodyhack__bgitem {
    background-image: url(img/bodyhack/bodyhackitem-img.png);
    background-size: cover;
    width: 100%;
    height: 343px;
}
.bodyhack__bgitem .bhcard__title {
    font-size: 32px;
}
.bhcard__infowrap {
    position: absolute;
    text-align: center;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
}
.bhcard__top {
    text-transform: uppercase;
    color: #9A9B9C;
    font-size: 16px;
    margin: 32px 0 0 0;
}
.bhcard__bottom {
    position: relative;
    bottom: -200px;
}
.bhcard__dop {
    color: #9A9B9C;
    font-size: 16px;
}
.bhcard__title {
    text-transform: uppercase;
    font-size: 28px;
    word-spacing: 100%;
    letter-spacing: 2px;
}
.justlist__item {
    border-bottom: 1px solid #868686;
    padding: 0 0 8px 0;
    margin: 0 0 8px 0;
}
.justlist__item:last-of-type {
    border-bottom: 0;
    padding: 0;
    margin: 0;
}






.profile__photoblock {
    display: flex;
}
.profile__photowrap {
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-image: url(img/profile/avatarbg.svg); */
    width: 70px;
    height: 70px;
    margin: 0 16px 32px 0;
}
.profile__photo {
    width: 56px;
    height: 56px;
    border-radius: 50%;
}
.profile__name {
    font-weight: bold;
    margin: 14px 0 4px 0;
}
.profile__tarifinfo {
    display: flex;
    background: linear-gradient(to right, #D3936E, #5C85B3);
    padding: 16px;
    border-radius: 16px;
    margin: 24px 0;
}
.profile__tarifico {
    margin: 0 8px 0 0;
}
.profile__tariftitle {
    font-size: 24px;
}
.profile__menu {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 0 16px;
}
.profile__menuitem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #F5F5F5;
    padding: 16px 0;
}
.profile__menuitem:last-of-type {
    border-bottom: 0;
}
.profile__menuitemblock {
    display: flex;
    align-items: center;
}
.profile__menuitemico {
    margin: 0 8px 0 0;
}




.pedit__photowrap {
    text-align: center;
    margin: 0 0 24px 0;
}
.pedit__photo {
    width: 196px;
    height: 196px;
    border-radius: 50%;
}
.form__search {
    margin: 0 0 16px 0;
}
.input__group {
    margin: 0 0 12px 0;
}
.input__label {
    display: block;
    color: #ffffff;
    font-size: 14px;
    margin: 0 0 12px 0;
}
.form__input {
    box-sizing: border-box;
    outline: none;
    background-color: #efeef3;
    border: 0;
    /* color: #B2B2B2; */
    border-radius: 16px;
    padding: 16px;
    width: 100%;
}


.bh__list {
    margin: 0 0 56px 0;
}
.bh__img {
    width: 100%;
    margin: 0 0 16px 0;
}



.faq__item {
    margin: 0 0 32px 0;
}
.faq__title {
    border-bottom: 1px solid #404040;
    font-size: 18px;
    padding: 0 0 8px 0;
    margin: 0 0 8px 0;
}
.faq__text {
    opacity: 0.6;
}



.checklist__wrapper {
    margin: 24px 0 56px 0;
    padding: 24px 16px;
}
.checklist__title {
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 8px 0;
}
.checklist__desc {
    font-size: 14px;
    margin: 8px 0 16px 0;
    opacity: 0.6;
}
.checklist__list {
    margin: 8px 0 0 0;
}
.checklist__item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #404040;
    height: 56px;
}
.checklist__checkbox {
    width: 100%;
}
.checklist__itemtext {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.checklist__itemtext span {
    padding: 0 32px 0 0;    
}

.fc-h-event {
    display: none;
}



.btn-orange {
    text-align: center;
    cursor: pointer;
    border: 1px solid #D3936E;
    color: #fff;
    padding: 8px 16px;
    border-radius: 8px;
    width: 100%;
}

















.mainpage__list {
    display: flex;
    flex-wrap: wrap;
}
.mainpage__item {
    width: 134px;
    height: 134px;
    border-radius: 6px;
    border: 1px solid #595959;
    margin: 0 8px 16px 8px;
    padding: 8px;
}








.block__white {
    background-color: #013041;
    border: 1px solid #373737;
    border-radius: 10px;
    padding: 24px;
}
.materialitem__btn {
    white-space: nowrap;
    border: 1px solid #3e3e3e;
    padding: 7px 16px;
    border-radius: 83px;
}



.block {
    overflow: hidden;
    border-radius: 12px;
    padding: 16px 0;
    margin: 0 0 12px 0;
}
.block-nopad {
    padding: 0 0 0 0;
}
.block-black {
    background-color: #1E1E1E;
    color: #ffffff;
    padding: 16px;
}
.block-blackgrey {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: 16px;
}
.block-grey {
    background-image: url('img/arrowico-white.svg');
    background-repeat: no-repeat;
    background-position: 95% 16px;
    background-size: 51px;
    background-color: #F0F5F7;
    color: #262626;
}
.block-botradius {
    border-radius: 0 0 12px 12px;
}
.block__title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 16px 0;
    width: 100%;
}
.block__text {
    margin: 0 0 8px 0;
}

.user__item {
    position: relative;
    overflow: hidden;
    display: block;
    background-color: #fff;
    border-radius: 8px;
    height: 218px;
    min-height: 218px;
    font-size: 0;
}
.user__photo {
    object-fit: cover;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.user__info {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
}
.user__role {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 8px 13px;
    border-radius: 13px;
    margin: 4px;
}
.user__infowrap {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 8px 13px;
    border-radius: 13px;
    margin: 4px;
}
.user__name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;  
    -webkit-line-clamp: 2;
    font-size: 18px;
    margin: 0 0 6px 0;
}
.user__desc {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}


.chat__item {
    box-sizing: border-box;
}
.chat__top {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    box-sizing: border-box;
    height: 50%;
    padding: 16px;
}
.chat__title {
    font-size: 24px;
}
.chat__members {
    text-align: right;
}
.chat__bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    height: 50%;
    padding: 16px;
}
.chat__infowrap {
    display: flex;
    align-items: center;
}
.chat__logo {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    background-color: #bebebe;
    width: 70px;
    min-width: 70px;
    height: 70px;
    border-radius: 50%;
    margin:  0 16px 0 0;
}
.chat__logoimg {
    width: 100%;
}
.chat__bottomtitle {
    font-weight: 700;
}
.chat__desc {
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;   */
    color: #ffffff;
}

.chat__top {

  /* Фоновые цвета для пятен */
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 105, 180, 0.4) 0%, rgba(255, 105, 180, 0) 60%),
    radial-gradient(circle at 70% 70%, rgba(147, 112, 219, 0.4) 0%, rgba(147, 112, 219, 0) 60%),
    radial-gradient(circle at 50% 50%, rgba(100, 149, 237, 0.4) 0%, rgba(100, 149, 237, 0) 70%),
    radial-gradient(circle at 80% 20%, rgba(255, 215, 0, 0.4) 0%, rgba(255, 215, 0, 0) 60%);
  
  background-size: 300% 300%;
  animation: moveBackground 30s ease-in-out infinite alternate;

  /* Позволяет цветам мягко смешиваться */
  background-blend-mode: soft-light;
  transition: background 1s ease;
}

@keyframes moveBackground {
  0% {
    background-position: 0% 0%;
  }
  25% {
    background-position: 50% 50%;
  }
  50% {
    background-position: 100% 100%;
  }
  75% {
    background-position: 50% 50%;
  }
  100% {
    background-position: 0% 0%;
  }
}

.event__list {
    margin: 0 0 150px 0;
}
.event__top {
    display: flex;
    border-bottom: 1px solid #8E8E8E;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
}
.event___date {
    background-color: #027EF2;
    border-radius: 12px;
    padding: 12px;
    width: 66px;
    min-width: 66px;
    margin: 0 24px 0 0;
}
.event___dateday {
    text-align: center;
    color: #F9FDFB;
    font-size: 48px;
}
.event___datemonth {
    text-align: center;
    color: #F9FDFB;
    font-size: 20px;
}
.event___format {
    margin: 0 0 8px 0;
}
.event__list .event__title {
    /* text-decoration: underline; */
}
.event__title {
    font-size: 20px;
    margin: 0 0 16px 0;
}
.event__desc {
    font-size: 16px;
    margin: 0 0 16px 0;
}
.event__speaker {
    display: flex;
}
.event__speakerphotowrapper {
    overflow: hidden;
    border-radius: 50%;
    width: 90px;
    min-width: 90px;
    height: 90px;
    min-height: 90px;
    margin: 0 24px 0 0;
}
.event__speakerrole {
    color: #BBBBBB;
    font-size: 12px;
    margin: 0 0 8px 0;
}
.event__speakername {
    font-size: 16px;
    margin: 0 0 4px 0;
}
.event__speakerregal {
    color: #BBBBBB;
    font-size: 16px;
}
.event__info {
    padding: 24px 0;
}
.event__desc {
    margin: 8px 0 0 0;
}



.mainpage__toplist {
    display: flex;
    justify-content: space-between;
    padding: 8px 0 24px 0;
}
.toplist__itemico {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #baa082;
    color: #ffffff;
    margin: 0 auto;
    font-size: 24px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.topitemico {
    width: 70%;
}
.toplist__itemtext {
    text-align: center;
    font-size: 14px;
}
.toplist__itemico-y {
    background-color: #efd564;
}
.toplist__itemico-g {
    background-color: #64ef95;
}
.toplist__itemico-r {
    background-color: #ef64a4;
}
.toplist__itemico-p {
    background-color: #9364ef;
}
.toplist__item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.1);
    color: #FFFFFF;
    font-size: 12px;
    border-radius: 10px;
    height: 90px;
    margin: 0 16px 0 0;
    padding: 20px 8px;
    flex: 1 1 0;
}
.toplist__item:last-child {
    margin: 0 0 0 0;
}
.noticount {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background-color: #F5F5F5;
    color: #2E2F3C;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 14px;
    right: 0;
    bottom: 0;
}



.mainevent__item {
    overflow: hidden;
    border-radius: 20px;
}
.swiper-slide.mainevent__item .mainevent__desc img {
    display: none;
}
.mainevent__top {
    display: flex;
    align-items: end;
    position: relative;
    background-color: #787B6C;
    background-size: cover;
    height: 140px;
    padding: 12px 0 0 0;
}
.mainevent__bottom {
    background: rgba(255, 255, 255, 0.1);
    padding: 12px;
}
.mainevent__date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #F5F5F5;
}
.mainevent__format {
    white-space: nowrap;
    background-color: #baa082;
    color: #2E2F3C;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 12px;
}
.mainevent__title {
    position: relative;
    background: linear-gradient(to bottom, transparent 0%, #baa082 50%);
    color: #ffffff;
    width: 100%;
    padding: 12px;
    z-index: 1;
    font-size: 20px;
}
.mainevent__title a {
    color: #ffffff;
}
.mainevent__desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    color: #F5F5F5;
    margin: 8px 0 0 0;
}
.event__slidernav, .user__slidernav {
    position: absolute;
    width: 100%;
    bottom: 25px;
}
.swiper-pagination-bullet-active {
    background: #baa082;
}
.swiper-button-next, .swiper-button-prev {
    color: #baa082;
}

.member__item {
    display: flex;
    align-items: center;
    color: #ffffff;
    border-bottom: 1px solid #8698A7;
    padding: 0 0 16px 0;
    margin: 0 0 16px 0;
}
.member__photowrap {
    overflow: hidden;
    width: 70px;
    min-width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 16px 0 0;
}
.member__photo {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.member__name {
    font-size: 18px;
}
.member__desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    color: #ffffff;
    font-size: 14px;
    opacity: 0.6;
}

.referal__inputwrapper {
    position: relative;
    display: flex;
    border: 0px;
    height: 48px;
    margin: 0 0 8px 0;
}
.referal__input {
    outline: none;
}
.referal__copy {
    display: flex;
    align-items: center;
    position: absolute;
    text-align: center;
    background-color: #efeef3;
    border: 0;
    width: 48px;
    height: 40px;
    margin: 4px;
    right: 6px;
}
.referal__copy img {
    height: 26px;
}
.noti__item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #404040;
    padding: 16px 0;
}
.noti__itemname {
    font-weight: bold;
    font-size: 16px;
    margin: 0 8px;
}
.coursedesc__item {
    margin: 0 0 16px 0;
}
.filter__hide {
    color: #000;
}
.infoprod__name {
    color: #000;
}
.infoprod__page {
    color: #000;
}
.infoprod__back {
    color: #000;
}

.material__item {
    color: #ffffff;
}

.select2-container .select2-selection--single {
    height: auto;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}
.select2-container--default .select2-selection--single {
    border: 1px solid var(--stroke-transparent, rgba(0, 0, 0, 0.10));
}
.yn__input, .yn__textarea {
    box-sizing: border-box;
}
.yn__textarea {
    font-size: 16px;
    font-weight: 400;
}

.pdata__wrapper {
    overflow: hidden;
    background-color: #eeeeee;
    padding: 16px;
    border-radius: 8px;
    margin: 0 0 16px 0;
}
.pdata__title {
    color: #9f9f9f;
    font-size: 14px;
}
.pdata__data {
    color: #616161;
    font-size: 16px;
}

.mainevent__list {
    position: relative;
}
.member__list {
    position: relative;
}
.swiper-pagination-bullets {
    position: static;
    padding: 16px 0;
}



.fc-toolbar-title {
    font-weight: 700;
    margin: 0 0 16px 0 !important;
}


.event__itemwrapper .mainevent__date,
.event__itemwrapper .mainevent__desc {
    color: #ffffff;
}


.upditem__date {
    color: #baa082;
    font-weight: 700;
}
.upd__item {
    border-bottom: 1px solid #9295a7;
    padding: 0 0 32px 0;
    margin: 0 0 32px 0;
}
.fc-list-event-time {
    color: #000;
}


#opencalendar {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #baa082;
    color: #ffffff;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    right: 16px;
    top: 3px;
}
.opencalendar__ico {
    width: 24px;
}



.noti__item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #404040;
    padding: 16px 0;
}
.noti__itemname {
    font-weight: bold;
    font-size: 16px;
    margin: 0 8px;
}
/*switch*/
.switch__wrapper {
    display: flex;
    align-items: center;
    margin: 0 0 0 auto;
}
.switch__checkbox {
    display: none;
}
.switch__label {
    position: relative;
    cursor: pointer;
    background-color: #B0B0B4;
    transition: all .15s ease-in-out;
    border-radius: 12px;
    width: 40px;
    height: 24px;
}
.switch__label::before {
    content: ' ';
    display: block;
    position: absolute;
    background-color: #ffffff;
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}
.switch__label:hover {
    background: var(--alias-content-tertiary-hover, #9B9B9F);
}
.switch__label:active {
    background: #86868A;
}
.switch__label-active {
    background: var(--blue-2, #5C85B3);
}
.switch__label-active::before {
    left: 18px;
}
.switch__label-active:hover {
    background: #6591c4;
}
.switch__label-active:active {
    background: #6591c4;
}
.switch__text {
    color: var(--black, #212529);
    font-size: 16px;
    font-weight: 400;
}
/*switch*/

.mb16 {
    margin: 0 0 16px 0;
}
.ml8 {
    margin: 0 0 0 8px;
}



.pedit__photowrap {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 0 auto 24px auto;
    border-radius: 50%;
    width: 196px;
    height: 196px;
}
.pedit__photo {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.pedit__ico {
    position: absolute;
    text-align: center;
    color: #ffffff;
    background-color: rgb(255 255 255 / 40%);
    bottom: 0;
    right: 0;
    width: 100%;
    font-size: 32px;
    padding: 8px 0;
}
.addtocallink {
    display: block;
    text-align: center;
}
.addtocallink-hide {
    display: none;
}


.mainevent__imgspeaker {
    float: left;
    border: 1px solid #baa082;
    border-radius: 12px;
    width: 150px;
    margin: 0 12px 6px 0;
}
.quote {
    border-left: 5px solid #baa082;
    padding: 0 0 0 16px;
}

.copytext {
    position: relative;
    color: #baa082;
}
.copytext::after {
    content: ' ';
    display: block;
    position: absolute;
    background-image: url('img/copy-g.svg');
    right: -12px;
    top: -3px;
    width: 10px;
    height: 10px;
}

.fc-daygrid-event-harness {
    visibility: hidden !important;
}



.challenge__item {
    display: flex;
    align-items: start;
    background-color: #f9fafb1c;
    border-radius: 16px;
    padding: 16px;
    margin: 0 12px 8px 12px;
}
.challenge__item:last-of-type {
    margin: 0 12px 0 12px;
}
.challenge__icowrapprt {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(135deg, #54483B 0%, #BAA082 100%);
    color: #ffffff;
    min-width: 48px;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    padding: 16px;
    font-weight: 600;
    margin: 0 16px 0 0;
}
.challenge__title {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 8px 0;
}
.challenge__dop {
    font-size: 14px;
    color: #ffffff8a;
}
.datestart_day {
    font-size: 20px;
}













.subscription-card {
  border-radius: 16px;
  color: white;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
}
.header h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.header .price {
  font-weight: 700;
  font-size: 18px;
  color: #FFD700; /* золотистый акцент */
}
.details .row {
  display: flex;
  justify-content: space-between;
  margin: 8px 0;
  font-size: 14px;
}
.label {
  opacity: 0.8;
}
.date {
  font-weight: 500;
}
.days {
  font-weight: 700;
  font-size: 16px;
  color: #4CAF50; /* зелёный — означает "ещё много" */
}
.progress-bar {
  height: 6px;
  background: rgba(255,255,255,0.1);
  border-radius: 3px;
  margin: 12px 0;
  overflow: hidden;
}
.progress-bar .fill {
  height: 100%;
  background: linear-gradient(90deg, #4CAF50, #8BC34A);
  transition: width 0.5s ease;
}
/* === Кнопки тарифных планов === */
.plan-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}

.plan-btn {
  flex: 1 0 45%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  color: white;
  padding: 14px 8px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.plan-btn:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
}

.plan-btn.active {
  background: rgba(76, 175, 80, 0.2);
  border-color: #4CAF50;
  box-shadow: 0 0 0 2px rgba(76, 175, 80, 0.3);
}

.plan-btn .price-small {
  font-size: 12px;
  opacity: 0.8;
  font-weight: 400;
  display: block;
  margin-top: 4px;
}

.plan-btn .total {
  font-size: 18px;
  opacity: 0.7;
  display: block;
  margin-top: 2px;
}
.total-old {
    text-decoration: line-through;
}
.footer-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 10px;
}
.btn-cancelisok {
    display: none;
}
.btn-cancel,
.btn-cancelisok,
.btn-support {
  flex: 1;
  padding: 10px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border: none;
}
.btn-cancel {
  background: rgba(244, 67, 54, 0.15);
  color: #F44336;
}
.btn-cancel:hover {
  background: rgba(244, 67, 54, 0.25);
}
.btn-cancelisok {
  background: rgba(101, 244, 54, 0.15);
  color: #36f45f;
}
.btn-support {
  background: rgba(255, 255, 255, 0.08);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.btn-support:hover {
  background: rgba(255, 255, 255, 0.15);
}
.footer-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
}
/* Группа отмены и заморозки */
.cancel-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1 0 45%;
}
.btn-pause {
  background: rgba(33, 150, 243, 0.15); /* soft blue */
  color: #2196F3;
  border: none;
  border-radius: 10px;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.btn-pause:hover {
  background: rgba(33, 150, 243, 0.25);
}
/* Стили "Отменить" и "Поддержка" остаются как были */
.btn-cancel {
  background: rgba(244, 67, 54, 0.15);
  color: #F44336;
  border: none;
  border-radius: 10px;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.btn-cancel:hover {
  background: rgba(244, 67, 54, 0.25);
}
.btn-support {
  background: rgba(255, 255, 255, 0.08);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  flex-shrink: 0;
  box-sizing: border-box;
  flex: 1 0 45%;
  width: 120px; /* фиксированная ширина для выравнивания */
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-support:hover {
  background: rgba(255, 255, 255, 0.15);
}
.referral-section {
  padding: 20px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  color: white;
}

.referral-section h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px 0;
}

.referral-desc {
  font-size: 14px;
  opacity: 0.85;
  margin: 0 0 16px 0;
}

.referral-link-box {
  display: flex;
  gap: 10px;
  align-items: center;
}

.referral-link {
  flex: 1;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  color: white;
  padding: 10px 12px;
  font-size: 13px;
  outline: none;
  cursor: pointer;
}

.referral-link:focus {
  border-color: rgba(255, 255, 255, 0.3);
}

.btn-copy {
  background: #4CAF50;
  color: white;
  border: none;
  border-radius: 10px;
  padding: 10px 14px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
}

.btn-copy:hover {
  background: #45a049;
}





/* Модальные окна */
.modal {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
}

.modal-content {
  background: #1e2a33;
  margin: 12% auto;
  padding: 24px;
  border-radius: 16px;
  width: 90%;
  max-width: 400px;
  color: white;
  position: relative;
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

.modal h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px 0;
  text-align: center;
}

.modal p {
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 24px 0;
  opacity: 0.9;
}

/* Кнопки оплаты */
.payment-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.payment-btn {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  color: white;
  padding: 14px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  transition: background 0.2s;
}

.payment-btn:hover {
  background: rgba(255,255,255,0.2);
}

/* Кнопки подтверждения */
.modal-buttons {
  display: flex;
  gap: 10px;
}

.btn-modal {
  flex: 1;
  padding: 12px;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
}

.btn-primary {
  background: #4CAF50;
  color: white;
}

.btn-primary:hover {
  background: #45a049;
}

.btn-danger {
  background: #F44336;
  color: white;
}

.btn-danger:hover {
  background: #d32f2f;
}

.btn-secondary {
  background: rgba(255,255,255,0.08);
  color: white;
  border: 1px solid rgba(255,255,255,0.15);
}

.btn-secondary:hover {
  background: rgba(255,255,255,0.15);
}

/* Крестик закрытия */
.modal-close {
  color: #aaa;
  float: right;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  line-height: 1;
}

.modal-close:hover {
  color: #fff;
}



.info-card {
  padding: 20px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  color: white;
}

.info-card h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px 0;
}

.info-desc {
  font-size: 14px;
  opacity: 0.85;
  margin: 0 0 16px 0;
  line-height: 1.5;
}

.btn-telegram {
  display: inline-block;
  background: #0088cc; /* Цвет Telegram */
  color: white;
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  transition: background 0.2s;
}

.btn-telegram:hover {
  background: #0077b5;
}

.fixlink {
    cursor: pointer;
}





.matitem {
    display: flex;
    align-items: center;
    padding: 12px 0;
}
.matitem__img {
    border: 1px solid #4CAF50;
    width: 180px;
    border-radius: 6px;
    margin: 0 8px 0 0;
}
.matitem__info {
    font-size: 14px;
}
.matitem__time {
    width: 100%;
    font-weight: 500;
    margin: 8px 0;
}
.material__videowrapper {
    position: relative;
    margin: 0 0 24px 0;
    width: 100%;
    aspect-ratio: 16/9;
}
.material__title {
    font-weight: 700;
    margin: 0 0 16px 0;
    font-size: 18px;
}



.base__categ {
    margin: 8px 0 0 0;
}
.base__categitem {
    display: inline-block;
    text-align: left;
    background: #52545b;
    color: #ffffff;
    margin: 0 6px 0 0;
    border-radius: 6px;
    font-size: 12px;
    padding: 4px 8px;
}



.tariff-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 20px 0;
}

.tariff-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 14px;
  padding: 16px;
  text-align: center;
  position: relative;
}

.tariff-card.featured {
  border: 2px solid #4CAF50;
  background: rgba(76, 175, 80, 0.08);
}

.tariff-name {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 4px;
  color: white;
}

.tariff-period {
  font-size: 13px;
  opacity: 0.7;
  margin-bottom: 8px;
}

.tariff-price {
  font-size: 18px;
  font-weight: 700;
  color: #FFD700;
  margin-bottom: 12px;
}

.tariff-badge {
  border: 1px solid #4CAF50;
  color: white;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 12px;
}

.btn-tariff-select {
  width: 100%;
  padding: 10px;
  background: #4CAF50;
  color: white;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
}

.btn-tariff-select:hover {
  background: #45a049;
}

.tariff-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 40px 0;
}

.btn-link {
  background: none;
  border: none;
  color: #4CAF50;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  text-decoration: underline;
}

.btn-link:hover {
  opacity: 0.8;
}



.modal-content-wide {
  max-width: 500px;
  width: 90%;
}

.difference-text {
  font-size: 14px;
  line-height: 1.6;
  max-height: 60vh;
  overflow-y: auto;
  padding-right: 8px;
}

.difference-text ul {
  padding-left: 20px;
  margin: 8px 0;
}

.difference-text li {
  margin: 6px 0;
}


.premium-desc, .premium-list {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 16px;
}

.premium-list {
  padding-left: 20px;
}

.form-group {
  margin-bottom: 14px;
}

.form-group label {
  display: block;
  font-size: 13px;
  opacity: 0.9;
  margin-bottom: 4px;
}

.form-group input {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(0,0,0,0.2);
  color: white;
  font-size: 14px;
}

.form-group input:focus {
  outline: none;
  border-color: #4CAF50;
}



.search-input {
  width: 100%;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(0,0,0,0.2);
  color: white;
  font-size: 15px;
  box-sizing: border-box;
}

.search-input:focus {
  outline: none;
  border-color: #4CAF50;
}

.filter-section {
  padding: 16px;
  background: rgba(255,255,255,0.05);
  border-radius: 16px;
}

.filter-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 12px;
  color: white;
}

.filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-checkbox {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: white;
  cursor: pointer;
}

.filter-checkbox input {
  width: 16px;
  height: 16px;
  accent-color: #4CAF50;
}

.loading {
  text-align: center;
  padding: 20px;
  opacity: 0.7;
}

.matitem {
  display: flex;
  margin-bottom: 16px;
  background: rgba(255,255,255,0.05);
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}

.matitem__img {
  height: auto;
  display: block;
}

.matitem__info {
  padding: 12px;
}

.matitem__title {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 6px;
  color: white;
}

.base__categ {
  display: flex;
  gap: 6px;
}

.base__categitem {
  background: rgba(76,175,80,0.2);
  color: #4CAF50;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 20px;
}

/* === Фильтры тренировок — уникальные классы === */
.training-filter-section {
  padding: 16px;
  background: rgba(255,255,255,0.05);
  border-radius: 16px;
}

.training-filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.training-filter-checkbox {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: white;
  cursor: pointer;
}

.training-filter-checkbox input {
  width: 16px;
  height: 16px;
  accent-color: #4CAF50;
}

.training-loading {
  text-align: center;
  padding: 20px;
  opacity: 0.7;
}

.matitem__date {
    font-size: 13px;
    opacity: 0.7;
    margin: 4px 0 8px 0;
    color: #ffffff;
}

.auth-switch-btn {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    cursor: pointer;
}
.auth-switch-btn.active {
    background: #4CAF50;
    border-color: #4CAF50;
}