/* ======================== */
/* GLOBAL RESET             */
/* ======================== */
body {
    margin: 0px;
    padding: 0px;
    font-family: 'Greycliff CF';
    font-weight: normal;
    background-color: #111820;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body.hidden {
    overflow: hidden;
}

ul {
    padding: 0px;
    margin: 0px;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: unset;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0px;
}

input,
button,
textarea,
select {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    font-family: 'Greycliff CF';
    font-weight: normal;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: unset;
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px #19212b inset;
    transition: background-color 5000s ease-in-out 0s;
}

/* ======================== */
/* SIDEBAR                  */
/* ======================== */
.sidebar {
    width: 100%;
    height: auto;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    padding: 44.3px 32px 0;
    box-sizing: border-box;
}

.sidebar__row {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.sidebar__item {
    width: fit-content;
    min-width: 44px;
    height: auto;
    font-size: 28px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.sidebar__item-menu {
    width: 44px;
    height: 44px;
    float: left;
    background-color: rgb(255, 255, 255, 0.05);
    border-radius: 13px;
    background-image: url("../images/demo/icon/menu.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px 12.6px;
    transition: .4s;
}

.sidebar__item-lock {
    width: 44px;
    height: 44px;
    float: left;
    background-color: rgb(255, 255, 255, 0.05);
    border-radius: 13px;
    background-image: url("../images/demo/icon/lock.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18.6px 21.9px;
    transition: .4s;
}

.sidebar__item-menu:active,
.sidebar__item-menu:hover,
.sidebar__item-lock:active,
.sidebar__item-lock:hover {
    background-color: rgb(255, 255, 255, 0.15);
    transition: .4s;
}

.sidebar__item-logo {
    width: fit-content;
    height: auto;
}

.sidebar__item-logo img {
    width: 54.6px;
    height: 31.7px;
    object-fit: contain;
    object-position: center;
}

.sidebar__item-title {
    font-size: 28px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

/* ======================== */
/* COMPLETED                */
/* ======================== */
.completed {
    width: 100%;
    height: auto;
    float: left;
    background-image: url("../images/demo/bg/completed.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-attachment: fixed;
    padding: 171px 40px 206px;
    box-sizing: border-box;
    background-color: #0c121b;
}

.completed__row {
    width: 100%;
    height: auto;
    float: left;
}

.completed__item {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.completed__item-stars {
    width: 248px;
    height: 93px;
    object-fit: contain;
    object-position: center;
}

.completed__item-title {
    width: 100%;
    height: auto;
    float: left;
    text-shadow: 0 3px 0 rgba(0, 0, 0, 0.16);
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: normal;
    text-align: center;
    color: #33aae2;
    margin: 64.9px 0 0 0;
    text-transform: uppercase;
}

.completed__item-status {
    width: 100%;
    height: auto;
    float: left;
    text-shadow: 0 3px 0 rgba(0, 0, 0, 0.16);
    font-size: 32px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 33px;
    letter-spacing: 1.28px;
    text-align: center;
    color: #fff;
    margin: 13px 0 0 0;
    text-transform: uppercase;
}

.completed__box {
    width: 192px;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 52.9px 0 0 0;
}

.completed__block {
    width: 64px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.completed__block-icon {
    width: 18.3px;
    height: 21.5px;
    object-fit: contain;
    object-position: center;
}

.completed__block-title {
    width: 100%;
    height: auto;
    float: left;
    font-size: 26px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 25px;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin: 16px 0 0 0;
}

.completed__block-text {
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 14px;
    letter-spacing: normal;
    text-align: center;
    color: #91a5b2;
    margin: 6px 0 0 0;
}

.completed__item__information {
    width: 100%;
    height: 131.8px;
    float: left;
    background-image: url("../images/demo/vectory/text-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0 33px 0;
    box-sizing: border-box;
    margin: 63.6px 0 0 0;
    position: relative;
    overflow: hidden;
}

.completed__item__information-title {
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.56px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin: 25px 0 0;
}

.completed__item__information-description {
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: oblique;
    line-height: 1.79;
    letter-spacing: normal;
    text-align: center;
    color: #91a5b2;
    margin: 0 0 31.8px 0;
}

.completed__item__information-description p {
    margin: 22px 0 0 0;
}

.completed__item__information-description p:first-child {
    margin: 15px 0 0 0;
}



.completed-play {
    width: 88.5px;
    height: 88.5px;
    z-index: 10005;
    background-image: url("../images/demo/vectory/play-button-bg.svg");
    background-position: 1px 1px;
    background-repeat: no-repeat;
    background-size: contain;
    position: fixed;
    bottom: 45.7px;
}

.completed-play::before {
    content: "";
    position: absolute;
    width: 75.8px;
    height: 75.8px;
    background-image: url("../images/demo/vectory/like-bg.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
    position: absolute;
    left: 6.5px;
    top: 6.5px;
}

.completed-play::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 88.5px;
    height: 88.5px;
    -webkit-filter: blur(30px);
    filter: blur(30px);
    background-image: linear-gradient(268deg, #247ec1 96%, #18b8de 2%);
    z-index: 1;
}

/* ======================== */
/* WORKOUT                  */
/* ======================== */
.workout {
    width: 100%;
    height: auto;
    float: left;
    background-image: url("../images/demo/bg/workout.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    padding: 137px 0px 140px;
    box-sizing: border-box;
}

.workout__row {
    width: 100%;
    height: auto;
    float: left;
}

.workout__item {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.workout__item__timer {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.workout__item__timer-live {
    width: 100%;
    height: auto;
    float: left;
    font-size: 175px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 173px;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.workout__item__timer-description {
    width: 100%;
    height: auto;
    float: left;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #91a5b2;
}

.workout__item__timer-liner {
    width: 100%;
    max-width: 245px;
    height: 3px;
    float: left;
    background-color: rgb(255, 255, 255, 0.05);
    margin: 35px 0 0 0;
}

.workout__item__timer-proccessing {
    width: 0%;
    height: 3px;
    float: left;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-image: linear-gradient(to right, #247ec1, #18b8de);
    position: relative;
    overflow: inherit !important;
}

.workout__item__timer-proccessing::after {
    content: "";
    position: absolute;
    right: -4px;
    top: -3.5px;
    width: 0;
    height: 0;
    border-top: 5.5px solid transparent;
    border-left: 9px solid #ffffff;
    border-bottom: 5.5px solid transparent;
    border-radius: 1px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
}

.workout__item__timerParametrs {
    width: 275px;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 33.3px 0 0 0;
}

.workout__item__timerParametrs__box {
    width: 100px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.workout__item__timerParametrs__box-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    object-position: center;
}

.workout__item__timerParametrs__box-title {
    width: 100%;
    height: auto;
    float: left;
    font-size: 26px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 25px;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin: 16px 0 0 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: relative;
}

.workout__item__timerParametrs__box-title .workout__item__timerParametrs__box-button {
    width: 30px;
    height: 30px;
    background-color: rgb(255, 255, 255, 0.06);
    border-radius: 100px;
    display: flex;
    position: absolute;
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
}

.workout__item__timerParametrs__box-title .workout__item__timerParametrs__box-button[data-type='minus'] {
    left: -25px;
}

.workout__item__timerParametrs__box-title .workout__item__timerParametrs__box-button[data-type='plus'] {
    right: -25px;
}

.workout__item__timerParametrs__box-title span {
    white-space: nowrap;
    line-height: 24px;
}

.workout__item__timerParametrs__box-text {
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 14px;
    letter-spacing: normal;
    text-align: center;
    color: #91a5b2;
    margin: 6px 0 0 0;
}

.workout__item__timeList {
    width: 100%;
    height: auto;
    float: left;
    margin: 34.3px 0 0 0;
    overflow-x: auto;
    overflow-y: scroll;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    flex-direction: column;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.workout__item__timeList::-webkit-scrollbar {
    display: none;
}

.workout__item__timeList__section {
    width: 100%;
    height: auto;
    float: left;
}

.workout__item__timeList__box {
    width: calc(100% - 64px);
    height: 66px;
    float: left;
    opacity: 0.4;
    border-radius: 33px;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    box-shadow: inset 0 1px 3px 0 rgba(255, 255, 255, 0.05);
    border: solid 1px rgba(255, 255, 255, 0.07);
    background-color: rgb(50, 62, 74, 0.2);
    margin: 0 32px 10px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 23px 34px 18px 29px;
    box-sizing: border-box;
    transition: .4s;
}

.workout__item__timeList__box:last-child {
    margin: 0 32px 0;
}

.workout__item__timeList__box.active {
    opacity: 0.4;
    transition: .2s;
}

.workout__item__timeList__box.show {
    opacity: 1;
    transition: .4s;
    transform: scaleX(1.08);
}

.workout__item__timeList__box p {
    font-size: 18px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: 0.36px;
    text-align: left;
    color: #fff;
}

.workout__item__timeList__box span {
    font-size: 24px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 25px;
    letter-spacing: normal;
    text-align: right;
    color: #fff;
}

.workout__item__timeList__box span>sub {
    font-size: 18px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    float: right;
    margin: 2px 0 0 2px;
}

.workout-play {
    width: 88.5px;
    height: 88.5px;
    position: fixed;
    z-index: 10005;
    background-image: url("../images/demo/vectory/play-button-bg.svg");
    background-position: 1px 1px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 50%;
    bottom: 45.7px;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.workout-play span:nth-child(1) {
    position: absolute;
    width: 75.8px;
    height: 75.8px;
    background-image: url("../images/demo/vectory/play-bg.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
    position: absolute;
    left: 6.5px;
    top: 6.5px;
    opacity: 0;
}

.workout-play span:nth-child(2) {
    position: absolute;
    width: 75.8px;
    height: 75.8px;
    background-image: url("../images/demo/vectory/pause-bg.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
    position: absolute;
    left: 6.5px;
    top: 6.5px;
    opacity: 1;
}

.workout-play.pause span:nth-child(1) {
    opacity: 1;
}

.workout-play.pause span:nth-child(2) {
    opacity: 0;
}

@keyframes invite-play-bounce {

    0%,
    10%,
    25%,
    40%,
    100% {
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }

    20% {
        -webkit-transform: translate(calc(-50% + 8px), 0%);
        transform: translate(calc(-50% + 8px), 0%);
    }

    30% {
        -webkit-transform: translate(calc(-50% + 4px), 0%);
        transform: translate(calc(-50% + 4px), 0%);
    }
}

.workout-play.pause {
    animation: invite-play-bounce 5s infinite;
}

.workout-play::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 88.5px;
    height: 88.5px;
    -webkit-filter: blur(30px);
    filter: blur(30px);
    background-image: linear-gradient(268deg, #247ec1 96%, #18b8de 2%);
    z-index: 1;
}