.before_the_start {
    font-family: 'Rubik';
    font-size: 60px;
    color: #FFBAEC;
    text-align: center;
    font-weight: 600;
}

@media (max-width: 1000px) {
    .desktop-style {
        display: none;
    }
    
    .before_the_start {
        font-family: 'Rubik';
        font-size: 40px;
        color: #FFBAEC;
        text-align: center;
    }
    
    .t858 .t-col {
        margin: 0px!important;
    }
}

@media (min-width: 1000px) {
    .mobile-style {
        display: none;
    }
}

.uc-zindex_class {
    z-index: 99!important;
}

.t868 iframe {
   height: 80vh;
}

#block_users {
    font-family: 'Rubik';
}

.block_users_container {
    --time: 1.3s;
    opacity: 0;
  animation: users_cont var(--time) forwards;
}

.block_users__main {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 70px;
}

.block_users__name {
    font-size: calc(35px + 25 * (100vw / 1920))!important;
    transform: 1s;
}

.block_users__nik {
    width: 45%;
}

.block_users__tariff {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
    width: 100%;
    margin-top: 40px;
}

.block_users__tariff_content {
    margin-left: 10px;
    padding: 7px 23px;
    background: #f36dd6;
    color: #fff;
    border-radius: 100px;
    font-size: 15px;
}

.block_users__content {
    margin-top: 40px;
    padding: 40px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #f36dd6;
}

.block_users__age {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 30px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.block_users__age span img {
    width: 18px;
    fill: #f36dd6 !important;
}

.block_users__age_span {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row;
    flex-wrap: nowrap;   
}

.block_users__koe {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 30px;
    margin-top: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.block_users__bottom_guide {
    text-transform: uppercase;
    font-weight: 500;
    color: #fff !important;
    background: #f36dd6;
    padding: 10px 15px;
    font-size: 12px;
    border-radius: 100px;
    transition: 0.3s;
}

.block_users__bottom_guide:hover {
    background: #d11ba0!important;
    transition: 0.3s;
}

.block_users__progress_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 45px;
}

.block_users__progress {
    padding: 40px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #f36dd6;
    flex: 1 1 auto;
    width: 25%;
}

.block_users__title {
    margin-bottom: 30px;
    font-size: 20px;
}

.block_users__progress_desc {
    margin-bottom: 10px;
    margin-top: 5px;
    color: #9f9f9f;
    font-size: 14px;
}

.block_users__progress_bar {
    width: 100%;
    background: #e5e5e5;
    height: 25px;
    border-radius: 100px;
}

.block_users__progress_bar__color {
    padding: 0px 20px;
    background: #f36dd6;
    color: #fff;
    height: 25px;
    vertical-align: middle;
    line-height: 1.6;
    border-radius: 100px;
    font-size: 15px;
    --time: 1s;
    transform-origin: left top;
  transform: scaleX(0);
  animation: scale var(--time) forwards;
  animation-delay: 1s;
}

@media (max-width: 870px) {
    #count_tariff__home_block, #count_tariff__gym_block, #count_tariff__vip_block {
        font-size: 14px;
    }

    .block_users__main {
        display: block;
        text-align: center;
    }
    
    .block_users__img {
        margin: 0 auto;
    }
    
    .block_users__nik {
        width: 100%;
        margin-top: 30px;
    }
    
    .block_users__tariff {
        justify-content: center;
        width: 100%;
        margin-top: 35px;
        flex-wrap: wrap;
        gap: 9px;
    }
    
    .block_users__tariff_content {
        gap: 10px;
    }
    
    .block_users__age {
        flex-direction: column;
        margin-bottom: 30px;
    }
    
    .block_users__koe {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .block_users__tariff_p {
        width: 100%;
        text-align: center;
    }
    
    .block_users__progress_container {
        flex-direction: column;
    }
    
    .block_users__progress {
        width: 100%;
        box-sizing: border-box;
    }
}

@keyframes scale {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes users_cont {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.loading {
  color: transparent;
  background: linear-gradient(100deg, #eceff1 30%, #f6f7f8 50%, #eceff1 70%);
  background-size: 400%;
  animation: loading 1.2s ease-in-out infinite;
  box-shadow: none!important;
  border-radius: 16px!important;
}

@keyframes loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}


.block_users__img {
    background-image: url(https://optim.tildacdn.one/tild3061-6166-4665-b264-393038393938/-/cover/350x350/center/center/-/format/webp/IMG_7475.png);
    border-radius: 3000px;
    background-color: #ffbaec;
    background-position: center 25%;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
    width: 145px;
    height: 145px;
    transition: 0.5s;
    opacity: 1;
}

.block_users__img:hover {
    opacity: 0.6;
    transition: 0.5s;
}

.block_users__text {
    font-size: 20px;
    color: #d11ba0;
}

#count_tariff__home, #count_tariff__gym, #count_tariff__vip {
    font-family: 'Rubik', Arial, sans-serif;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
}

#count_tariff__home_block, #count_tariff__gym_block, #count_tariff__vip_block {
    font-family: 'Rubik', Arial, sans-serif;
    color: #D11BA0;
    font-size: 16px;
    font-weight: 700;
}


li.js-feed-post {
    border-radius: 20px;
    box-shadow: 0px 1px 10px -3px rgba(34, 60, 80, 0.23);
    border: none;
    margin-bottom: 20px;
    background: #fff;
    transition: 0.3s;
}

.t-feed__post__line-separator {
    display: none;
}

.js-feed-post-image {
    border-radius: 10px;
}

li.js-feed-post:hover {
    background: #ffe6fa!important;
    transition: 0.3s;
}

.t-feed__post-descr {
    max-width: 560px!important;
}

.t858__separator {
    display: none!important;
}

.t858 .t-col {
    margin: 20px!important;
}


#rec714290701 .tn-elem[data-elem-id="1708796207336"] {
    position: relative!important;
}

#rec714290701 .t396__artboard {
    height: max-content!important;
}






