.whitePopup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 800px;
    margin: 20px auto;
}
.page {
    width: 414px;
    margin: 0 auto;
}
.wrapper {
    display: flex;
    justify-content: space-between;
    align-content: center;
}
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;500;600&display=swap");
.demo-reg__block {
    padding: 15px 0 230px;
    /*background: url(../images/bg-demo-reg.jpg) bottom center no-repeat;*/
    background: url(../images/bg.png) bottom center no-repeat;
}
.demo-reg__high-title {
    font-size: 29px;
    line-height: 34px;
    text-align: center;
    font-weight: 400;
    color: #222222;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
}
.demo-reg__middle-title {
    font-size: 29px;
    line-height: 34px;
    text-align: center;
    font-weight: 700;
    color: #4faccb;
    margin: 0;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
}
.demo-reg__low-title {
    font-size: 21px;
    line-height: 25px;
    text-align: center;
    font-weight: 400;
    color: #222222;
    margin: 2px 0 0;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
}
.demo-reg__form {
    margin: 20px 0 0;
}
.form-group {
    margin: 0 auto 10px;
    padding: 0 50px;
    width: 310px;
}
.form-group .form-control {
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
    font-family: "Oswald", sans-serif;
    color: #212121;
    width: 320px;
    height: 50px;
    box-sizing: border-box;
    padding: 12px 18px;
}
.demo-reg__action {
    text-align: center;
}
.demo-reg__button {
    background: linear-gradient(90deg, rgba(242, 0, 148, 0) 0%, #FF0042 100%), #D40041;
    box-shadow: 0px 3px 0px rgba(139, 0, 33, 0.5), 0px 5px 10px rgba(194, 0, 50, 0.6);
    border-radius: 50px;
    width: 320px;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 34px;
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 0 none;
    cursor: pointer;
    margin: 0 auto;
}
.demo-reg__button svg {
    margin-left: 10px;
}
.demo-reg__action {
    width: 320px;
    margin: 20px auto 0;
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
}
.footer {
    margin-top: 0 !important;
}
.calendar li {
    position: relative;
}
.calendar li svg {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    width: 50%;
    height: 50%;
    transform: translate(-50%, -50%);
}
.calendar li {
    border: 0 none
}
.calendar li.blocked {
    cursor: default !important;
}
.calendar li.blocked:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(255,255,255,.6);
}
.calendar li.blocked {
    border: 1px solid #cdcdcd !important;
    background: #fff !important;
}
.timer__list {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.timer__item {
    background: #fff;
    -webkit-box-shadow: 0 3px 5px rgba(90,104,108,0.2), 5px 5px 15px rgba(170,180,184,0.2), -5px 5px 15px rgba(179,216,228,0.2);
    box-shadow: 0 3px 5px rgba(90,104,108,0.2), 5px 5px 15px rgba(170,180,184,0.2), -5px 5px 15px rgba(179,216,228,0.2);
    border-radius: 5px;
    margin-left: 5px;
    width: 53px;
    height: 53px;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.timer__item:first-child {
    margin-left: 0;
}
.timer__number {
    font-size: 22px;
    line-height: 20px;
    text-align: center;
    color: #212121;
    font-weight: 600;
    margin: 5px 0 0;
}
.timer__text {
    font-size: 12px;
    line-height: 22px;
    color: #212121;
    font-weight: 100;
    margin: 0;
}
.demo__full-fix-mob {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px;
    display: flex;
    justify-content: center;
    background: #EAF8FE;
    padding: 12px 37px;
    box-sizing: border-box;
    z-index: 5;
}
.demo__full-fix-timer {
    margin-right: 6px;
}
.demo__full-fix-button {
    background: #4FACCB;
    box-shadow: 0px 3px 5px rgba(47, 145, 177, 0.3), 5px 5px 15px rgba(79, 172, 203, 0.3), -5px 5px 15px rgba(124, 204, 231, 0.3);
    border-radius: 5px;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0px 5px;
    border: 0 none;
    cursor: pointer;
    padding: 12px;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.demo__full-fix-button svg {
    margin-left: 10px;
}
@media (max-width: 600px) {
    .timer__item {
        width: 41px !important;
    }
    .timer__text {
        font-size: 11px !important;
    }
    .demo__full-fix-button {
        font-size: 12px;
        padding: 10px 7px;
    }
}
@media (min-width: 1024px) {
    .demo__full-fix-mob {
        display: none;
    }
}
.demo__full-desk {
    display: flex;
    justify-content: center;
    /*margin: 25px 0 0;*/
    margin: 8px 0 10px;
}

@media (max-width: 1024px) {
    .demo__full-desk {
        display: none;
    }
}
.deskHeadWrapper {
    display: flex;
    flex-direction: column;
}
.wrapper {
    width: 90%;
}
.info-settings .iimage img {
    height: 100%;
}
.done__fog {
    background: rgba(0,0,0,.45);
    position: fixed;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(4px);
    filter: blur(4px);
    backdrop-filter: blur(1px);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='4');
    z-index: 90;
    left: 0;
    top: 0;
}
.done__window {
    z-index: 100;
    background: #fff;
    position: fixed;
    max-width: 646px;
    width: 60%;
    padding: 22px;
    box-sizing: border-box;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 3px 5px rgba(90,104,108,0.2), 5px 5px 15px rgba(170,180,184,0.2), -5px 5px 15px rgba(179,216,228,0.2);
    box-shadow: 0 3px 5px rgba(90,104,108,0.2), 5px 5px 15px rgba(170,180,184,0.2), -5px 5px 15px rgba(179,216,228,0.2);
}
.done__image {
    text-align: center;
}
.done__title {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    font-size: 37px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #222222;
    margin: 19px 0 0;
}
.done__sub {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #222222;
    margin: 6px 0 0;
}
.done__action {
    margin: 14px 0 0;
    text-align: center;
}
.done__action a {
    width: 480px;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    background: linear-gradient(90deg, rgba(242, 0, 148, 0) 0%, #FF0042 100%), #D40041;
    box-shadow: 0px 2px 5px rgb(139 0 33 / 70%), 3px 3px 15px rgb(194 0 50 / 50%), -3px 3px 15px rgb(194 0 47 / 50%);
}

@media (max-width: 1024px) {
    .done__window {
        width: 90%;
    }
    .done__title {
        margin: 5px 0 0;
        font-size: 20px;
    }
    .done__sub {
        font-size: 16px;
    }
    .done__action a {
        width: 90%;
    }
    .demo__full-fix-button {
        font-size: 12px;
    }
}
.content-block .main-menu ul li {
    margin: 0;
    padding-bottom: 3px;
}
.demo-menu-hr {
    margin: 10px 0;
    background: #afafaf;
    height: 1px;
    width: 80%;
}
.menu__download-link {
    position: relative;
}
.menu__download-link:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(255,255,255,.89);
    border-radius: 20px;
}
.menu__download-link svg {
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    flex-direction: column;
    opacity: .7;
}
.telegramChatLink {
    position: relative;
}
.telegramChatLink:before {
    position: absolute;
    left: 25px;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(255,255,255,.5);
    border-radius: 20px;
}
.telegramChatLink svg {
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    flex-direction: column;
    opacity: .7;
}
/*.calculator-block:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(255,255,255,.89);
    border-radius: 20px;
}*/
.calculator-block svg {
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    flex-direction: column;
    opacity: .7;
    display: none;
}
.content-block .main-menu ul li {
    padding-top: 5px;
    padding-bottom: 5px;
}
.demoMenuLi {
    position: relative;
    display: flex !important;
    justify-content: start !important;
}
.demoMenuLi a {
    border: 0 none !important;
}
.demoMenuLi:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(255,255,255,.6);
    border-radius: 20px;
}
.demoMenuLi svg {
    width: 20px;
    height: 20px;
    z-index: 3;
    display: flex;
    align-items: center;
    flex-direction: column;
    opacity: .7;
    margin-right: 10px;
}
.video {
    /*position: relative;*/
    /*padding-bottom: 56.25%;*/
    /*height: 0;*/
    /*overflow: hidden;*/
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}
.video iframe.spa {
    position: static;
    top: auto;
    left: auto;
}
.video__upper {
    width: 100%;
    height: 30%;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
}
.video__downer {
    width: 100%;
    height: 30%;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
}
.demo__header {
    background: #212121;
    padding: 0 45px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.demo__header-logo {
    display: flex;
    align-items: center;
}
body {
    margin: 0;
    background: #F5F5F5;
}
.help-block {
    color: red;
    font-size: 14px;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
}
.demo__footer {
    background: #101010;
    position: relative;
}
.demo__footer:before {
    position: absolute;
    z-index: 2;
    top: -19px;
    left: 0;
    width: 100%;
    height:19px;
    background: url(../images/footer-notch.png) center center no-repeat;
    content: "";
}
.demo__footer-wrapper {
    width: 320px;
    margin: 0 auto;
    padding: 0 0 30px;
}
.demo__footer-logo {
    display: flex;
    justify-content: center;
}
.demo__footer-text {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #6D6D6D;
}
.demo__footer-menu {
    margin: 15px 0 0;
}
.demo__footer-menu li,
.demo__footer-menu li a {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    color: #BFBFBF;
}
.demo__footer-menu li {
    margin-bottom: 6px;
}
.demo__footer-menu ul {
    list-style: none;
    padding: 0;
}
.content-block .right-content .info-settings .iright .name {
    margin-top: 20px;
}
.content-block .right-content .info-settings .iright .data .account-settings {
    margin-top: 10px;
}
.content-block .right-content .info-settings .ileft {
    margin-top: 20px;
}
.content-data-exercises {
    position: relative;
}
.content-data-exercises:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    background: rgba(255,255,255,.89);
    border-radius: 3px;
}
.content-data-exercises svg {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%);
}