body {
    font-family: "Asap", sans-serif;
    min-width: 1100px;
    box-sizing: border-box;
    overflow: hidden;
}

body * {
    box-sizing: border-box;
}

body.dpl-page {
    min-width: 810px;
}

.body-guest {
    background-color: #fef5f3;
}

input {
    width: 100%;
    height: 60px;
    background-color: #FFF;
    border: none;
    border-radius: 30px;
    color: #80848F;
    font-size: 26px;
    letter-spacing: 2.16667px;
    font-weight: 400;
    padding: 0 30px;
}

input:-webkit-input-placeholder, input::-moz-placeholder, input:-ms-input-placeholder, input:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.351025);
}

input:hover, input:focus, input:active {
    outline: none;
    border: none;
}

input[type="password"]:-webkit-input-placeholder, input[type="password"]::-moz-placeholder, input[type="password"]:-ms-input-placeholder, input[type="password"]:-moz-placeholder {
    /* Firefox 18- */
    transform: scale(0.1);
    transform-origin: 0 50%;
}

.btn-close-video {
    position: absolute;
    color: black;
    top: 5px;
    margin-left:62%;
    height: 30px;
    width: 30px;
    border-radius:30px;
    background-color: white;
    cursor: pointer;
}

.os-viewport {
    margin-bottom: 50px !important;
}

.lj-rodape-idioma.mobile {
    margin-top: 260px;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 1rem;
    height: 4rem;
    font-size: 16px;
    background: none;
    font-family: "Asap", sans-serif;
    font-weight: 700;
    letter-spacing: 1.5px;
    display: none;
}

.lj-rodape-idioma-btn.mobile {
    width: 100% !important;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 1rem;
    height: 4rem !important;
    font-size: 16px !important;
    padding-top: 5px;
    text-align: left;
    margin-bottom: 10px;
}

.lj-rodape-idioma.mobile svg {
    margin-left: 10px;
    margin-right: 13px;
}

.lj-rodape-idioma.mobile nav {
    background-color: rgba(0, 0, 0, 0.085) !important;
}

.lj-rodape-idioma {
    width: max-content;
    top: 10px;
    z-index: 99;
}

.lj-rodape-idioma nav {
    background-color: #E09090;
    border-radius: 30px;
}

.lj-rodape-idioma nav a:hover {
    color: #337ab7 !important;
    background-color: white;
    border-radius: 30px;
}

.lj-rodape-idioma-btn {
    background-color: rgba(0, 0, 0, 0.085) !important;
    font-size: 16px !important;
    width: 180px !important;
    height: 50px !important;
}

.lj-rodape-idioma-btn.solid {
    background-color: #E09090 !important;
}

.lj-rodape-idioma svg {
    display: inline;
    position: relative;
    top: 3px;
}

.lj-rodape-idioma-txt {
    padding-right: 10px;
}

.change-lang {
    font-size: 16px !important;
}

.no-user-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a {
    color: inherit !important;
    text-decoration: none !important;
}

a:focus, a:visited, a:active {
    color: inherit;
    text-decoration: none;
}

#content {
    height: 100%;
    background-color: #E09090;
    min-height: 100vh;
}

img {
    max-width: 100%;
    display: block;
    height: auto;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-uppercase {
    text-transform: uppercase;
}

.clear {
    clear: both;
    display: block;
}
.audio-player-finish a {
    background-color: #FFF;
    width: 200px;
    margin-top: 2vh;
    height: 50px;
}
.audio-player-finish.active {
    right: 30px;
}
.alert-screen {
    bottom: 23px;
    font-size: 2vh;
    background-image: linear-gradient(to bottom, #ffffff, #efe5f3, #eac8dc, #e8abbb, #e09090);
    box-shadow: 0 8px 6px -6px #826969cf
}
.alert-screen.active {
    right: 30px;
}
.alert-screen a {
    background: linear-gradient(180deg, rgba(232, 151, 126, 0.9) 3.41%, rgba(216, 138, 161, 0.9) 100%);
    color: #fff;
    width: 200px;
    margin-top: 2vh;
    height: 50px;
    box-shadow: 0 8px 6px -6px #826969a8;
}

.audio-player-finish, .alert-screen {
    font-size: 22px;
    position: fixed;
    width: calc(77% - 40px);
    color: #fff;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    height: calc(100vh - 30px);
    right: -80%;
    z-index: 9;
    padding: 70px;
    transition: all 0.5s ease-out;
}

.text-greetings {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 100%;
    text-align: center;
}

.billing_address_data {
    display: none;
}

.billing_address input {
    text-align: left !important;
    padding: 0 30px !important;
}

#amount {
    text-transform: uppercase;
}

input[type="radio"] {
    display: none;
}

.create-token > button, button[type="submit"] {
    color: #ffffff;
    width: 100%;
    height: 100%;
    border: none;
    background-color: transparent;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
}
.easy-autocomplete-container ul li div {
    font-size: 19px;
    letter-spacing: 2px;
    color: #80848F;
}

.easy-autocomplete input {
    border: none;
    position: relative;
    min-width: -webkit-fill-available;
    height: 60px;
    line-height: 60px;
    border-radius: 19px;
    letter-spacing: 2px;
    color: #80848F;
    font-size: 19px;
    width: 100%;
}
.theme--green .page--window-header-full {
    background-color: #69A883;
}

.theme--green .page--window-content {
    background-color: #76BD94;
}

.theme--green .practice-list-premium a,
.theme--green .practice-list-step-number {
    color: #69A883;
}

.theme--green .practice-list-step-title {
    color: #FFF;
}

.theme--green .practice-list-link-button {
    background-image: url("../img/play-btn__green.png");
}

.theme--green .practice-list-step-circle svg > * {
    fill: #76BD94;
}

.theme--green .practice-list-step-circle {
    border-color: #76BD94;
}

.theme--green .practice-list-step-circle-repeat {
    background-color: transparent;
    background: linear-gradient(180deg, #76BD94 3.41%, #77CA88 179.87%);
    border: none;
}

.theme--green .practice-list-step-circle-repeat:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/ic_replay.png");
    border-radius: 50%;
}

.theme--green .practice-list-item--completed .practice-list-step-circle {
    background: linear-gradient(180deg, #76BD94 3.41%, #77CA88 179.87%);
    border: none;
}

.theme--green .practice-list-item--completed .practice-list-step-circle svg > * {
    fill: #FFF;
}

.theme--green .audio-player {
    background-color: rgba(0, 0, 0, 0.08);
}

.theme--light-blue .page--window-header-full {
    background: linear-gradient(180deg, #8DC1E9 0%, #78ACD8 100%);
}

.theme--light-blue .page--window-content {
    background-color: #99C8EC;
}

.theme--light-blue .practice-list-premium a,
.theme--light-blue .practice-list-step-number {
    color: #88B2D2;
}

.theme--light-blue .practice-list-step-title {
    color: #FFF;
}

.theme--light-blue .practice-list-link-button {
    background-image: url("../img/play-btn__light-blue.png");
}

.theme--light-blue .practice-list-step-circle svg > * {
    fill: #80B4DE;
}

.theme--light-blue .practice-list-step-circle {
    border-color: #80B4DE;
}

.theme--light-blue .practice-list-step-circle-repeat {
    background-color: transparent;
    background: linear-gradient(180deg, #8DC1E9 0%, #78ACD8 100%);
    border: none;
}

.theme--light-blue .practice-list-step-circle-repeat:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/ic_replay.png");
    border-radius: 50%;
}

.theme--light-blue .practice-list-item--completed .practice-list-step-circle {
    background: linear-gradient(180deg, #8DC1E9 0%, #78ACD8 100%);
    border: none;
}

.theme--light-blue .practice-list-item--completed .practice-list-step-circle svg > * {
    fill: #FFF;
}

.theme--light-blue .audio-player {
    background-color: rgba(0, 0, 0, 0.08);
}

.theme--blue .page--window-header-full {
    background: #79A4CB;
}

.theme--blue .page--window-content {
    background-color: #85B9E2;
}

.theme--blue .audio-player {
    background-color: rgba(0, 0, 0, 0.08);
}

.theme--yellow .page--window-header-full {
    background-color: rgba(0, 0, 0, 0.08);
}

.theme--yellow .page--window-wrap {
    background: linear-gradient(180deg, #E8D5A2 3.41%, #F3B093 162.88%);
}

.theme--yellow .audio-player {
    background-color: rgba(0, 0, 0, 0.08);
}

.lg-guest-header {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e8977e+0,e2928c+100 */
    background: #e8977e; /* Old browsers */
    background: -moz-linear-gradient(top,  #e8977e 0%, #e2928c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #e8977e 0%,#e2928c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #e8977e 0%,#e2928c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8977e', endColorstr='#e2928c',GradientType=0 ); /* IE6-9 */
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    box-shadow: 0 3px 4px rgba(0,0,0,0.2);
    padding: 12px;
}

.lg-guest-header .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lg-banner1 {
	background-image: url(../img/banner1_background.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #E89680;
    color: #fff;
    text-align: center;
}

.lg-subtitulo {
    font-weight: 400;
}

.partner-text {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(131, 52, 0);
    margin: 5px 50px;
}

.partner-form-container {
    margin-top: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.partner-form .alert {
    display: block;
    margin-bottom: 20px;
    border-radius: 10px;
    font-size: 15px;
}

.partner-form .alert ul {
    padding: 12px 16px;
    list-style-type: none;
}

.partner-form .alert ul li:not(:last-child) {
    margin-bottom: 6px;
}

.partner-form .alert-error {
    background-color: #ff1d1d6b;
}

@media (max-width: 900px) {
    .partner-form-container {
        width: 45%;
    }

    .lg-guest-header {
        height: 52px;
    }

    .lg-header-logo-img img {
        max-width: 100px;
        display: inline-block;
    }

    .lg-banner1 {
        height: 220px;
        padding-top: 5px;
    }

    .lg-titulo {
        font-size: 20px;
        margin-top: 70px;
    }

    .lg-subtitulo {
        font-size: 15px;
    }

    .partner-text {
        font-size: 15px;
    }
}

@media (min-width: 901px) {
    .partner-form-container {
        width: 30%;
    }

    .lg-guest-header {
        height: 65px;
    }

    .lg-header-logo-img img {
        max-width: 130px;
        display: inline-block;
    }

    .lg-banner1 {
        height: 280px;
        padding-top: 5px;
    }

    .lg-titulo {
        font-size: 28px;
        margin-top: 90px;
    }

    .lg-subtitulo {
        font-size: 16px;
    }

    .partner-text {
        font-size: 16px;
    }
}

.guest-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.download-app-buttons {
    display: flex;
    flex-direction: row;
    margin-top: 15px;
}

.download-app-buttons a {
    background-color: #654144;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: background-color 300ms ease;
    -moz-transition: background-color 300ms ease;
    -ms-transition: background-color 300ms ease;
    -o-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    box-shadow: 4px 4px 0 rgba(0,0,0,0.1);
    margin: 10px;
}

@media (max-width: 900px) {
    .download-app p {
        font-size: 15px;
    }
}

@media (min-width: 901px) {
    .download-app p {
        font-size: 16px;
    }
}

.bg-white-text {
    color: #654243;
}

.bg-white-text-grey {
    color: #999;
}

.bg-lg-text {
    color: #fff;
}

/* components */
.header {
    position: relative;
    padding: 30px 30px 0 23px;
    padding-top: 10px;
}

.header--grid {
    display: flex;
    justify-content: space-between;
}

.header--logo {
    display: flex;
    flex: 0 0 23%;
    align-items: center;
    justify-content: center;
    padding-right: 33px;
}

.header--logo-sign {
    max-width: 65px;
    margin-right: 42px;
    margin-bottom: 7px;
}

.header--logo-text {
    max-width: 147px;
}

.header--menu {
    flex: 0 0 77%;
    display: flex;
    justify-content: space-between;
}

.header--button {
    position: relative;
}

.header--button.button--premium-action .button {
    padding: 0 53px 0 96px;
    position: relative;
    margin-top: 7px;
    background-color: rgba(0, 0, 0, 0.085);
}

.header--button.button--personal-area .button {
    height: 84px;
    padding: 0 24px 0 22px;
    position: relative;
    letter-spacing: 1.5px;
    text-transform: none;
    background-color: rgba(0, 0, 0, 0.085);
}

.header--user-photo {
    display: inline-block;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    margin-left: 29px;
    background-position: 5px;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    background-color: rgba(255, 255, 255, 0.3);
}

.header--user-photo:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: -5px;
    background-color: rgba(248, 248, 248, 0.15);
    border-radius: 50%;
}

.header--personal-area-list {
    position: absolute;
    top: 100%;
    background-color: #fff;
    z-index: 10;
    border-radius: 14px;
    width: 100%;
    display: none;
}

.header--personal-area-list ul {
    margin: 0;
    padding: 20px 0;
    list-style-type: none;
}

.header--personal-area-list ul li {
    padding: 0 0 20px;
}

.header--personal-area-list ul li:last-child {
    padding-bottom: 0;
}

.header--personal-area-list ul li a {
    display: block;
    color: #E09090;
    font-family: "Asap", sans-serif;
    font-weight: 700;
    font-size: 18px;
    padding: 0 20px;
}

@media (max-width: 1200px) {
    .header--logo {
        flex: 0 0 17%;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
    }

    .header--logo-sign {
        margin-right: 0;
        display: none;
    }
}

@media (max-width: 1100px) {
    .dpl-page .header--logo {
        flex: 0 0 175px;
    }

    .dpl-page .header--menu {
        flex-wrap: wrap;
    }
}

.button {
    cursor: pointer;
    width: auto;
    padding: 0 50px;
    border-radius: 23px;
    height: 63px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    letter-spacing: 2px;
    font-family: "Asap", sans-serif;
    font-weight: 700;
    text-decoration: none;
    transition: color .35s ease-in-out, background .35s ease-in-out;
}

.button:visited {
    color: #FFF;
}

.button--premium-action {
    position: relative;
}

.button--premium-action .button:hover {
    background-color: #fff;
    color: #E09090;
}

.button--premium-action .button {
    position: relative;
}

.button--premium-action .button .premium-icon {
    position: absolute;
    top: 52%;
    left: 48px;
    transform: translateY(-50%);
    width: 19px;
}

.button--premium-action .button .premium-icon svg {
    width: 100%;
}

.button--premium-action .button .premium-icon svg * {
    transition: all .35s ease-in-out;
}

.button--premium-action .button:hover .premium-icon svg * {
    fill: #E09090;
}

.sidebar {
    padding-right: 33px;
    padding-top: 10px;
}

.sidebar--menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sidebar--menu li {
    width: 100%;
    border-radius: 23px;
    height: 60px;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: "Asap", sans-serif;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.1);
    transition: background-color .4s ease-in-out, color .45s ease-in-out;
}

.sidebar--menu li a {
    padding: 0 20px 0 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%;
    text-transform: uppercase;
}

.sidebar--menu li.active, .sidebar--menu li:hover {
    background-color: #fff;
    color: #CC8383;
}

.sidebar--menu li.active .sidebar--menu_item_icon svg *, .sidebar--menu li:hover .sidebar--menu_item_icon svg * {
    fill: #CC8383;
    stroke: #CC8383;
}

.sidebar--menu li.active .sidebar--menu-dropdown-ico svg *, .sidebar--menu li:hover .sidebar--menu-dropdown-ico svg * {
    fill: #CC8383;
    stroke: #CC8383;
}

.sidebar--menu_item_icon {
    flex: 0 0 28px;
}

.sidebar--menu_item_icon svg {
    width: 70%;
}

.sidebar--menu_item_icon svg * {
    transition: fill .45s ease-in-out, stroke .45s ease-in-out;
    fill: #FFF;
    stroke: #FFF;
}

.sidebar--menu_item_icon svg #noFIll {
    fill: none !important;
}

.sidebar--menu-dropdown-ico {
    flex: 0 0 auto;
}

.sidebar--menu-dropdown-ico svg {
    /*  width: 70%;*/
}

.sidebar--menu-dropdown-ico svg * {
    transition: fill .45s ease-in-out, stroke .45s ease-in-out;
    fill: #FFF;
    stroke: #FFF;
}

.sidebar--menu_item_title {
    flex: 1;
    padding-left: 25px;
}

.hide-sidebar-btn {
    top: auto !important;
    bottom: 0px !important;
    left: calc(20% - 10px) !important;
    right: 0px !important;
}

.show-sidebar-btn {
    top: auto !important;
    bottom: 0px !important;
    left: 30px !important;
    right: 0px !important;
    display: none;
}

.icon.back-icon_f {
    left: -3px !important;
}

.page {
    position: relative;
    padding: 0 0px 0 23px;
}

.page--wrap {
    display: flex;
    justify-content: space-between;
}

.page--sidebar {
    flex: 0 0 23%;
}

.page--window {
    flex-grow: 0;
    flex-shrink: 0;
    width: 100%;
    border-radius: 22px;
    height: calc(100vh - 100px);
    padding-right: 10px;
}

.page--window--full .page--window-content {
    height: 100%;
}

.page--window-wrap {
    background-color: #fff;
    border-radius: 22px;
    height: 100%;
}

.page--window-content {
    height: calc(100% - 20px);
}

.page--window-content--article {
    height: 100%;
    padding-top: 0px;
}

.page--window-content--header-big {
    height: calc(100% - 147px);
}

.page--window-content--header-big--default {
    height: calc(100% - 69px);
}

.page--window-content--fullheight {
    height: 100%;
}

.page--window-header {
    height: 78px;
}

.page--window-header.align-center {
    text-align: center;
}

.page--window-header-full {
    height: 69px;
    background-color: #CC8383;
    border-radius: 22px 22px 0 0;
}

.page--window-header-full--big {
    height: 147px;
}

.page--window-header-full--single .page--window-header-full-line {
    height: 100%;
}

.page--window-header-full-line {
    display: flex;
    justify-content: center;
    position: relative;
}

.page--window-header-full-title {
    color: #FFF;
    padding-top: 5px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}

.content-article-blog {
    padding-top: 20px;
}

.page--window-article {
    width: 100%;
    height: calc(100vh - 30px);
}

.page--window-header-full-title img {
    max-height: 60px;
}

.page--window-header-full-back {
    position: absolute;
    top: 55%;
    left: 18px;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background: rgba(0, 0, 0, 0.11314);
    border-radius: 50%;
}

.page--window-header-full-back a {
    display: block;
    width: 100%;
    height: 100%;
}

.page--window-header-full-back .icon {
    display: block;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -2px;
    left: 5px;
    right: 0;
    bottom: 0;
    margin: auto;
}

.page--window-header-full-back .icon.back-icon {
    width: 23px;
    height: 23px;
    background-image: url("../img/back_icon.png");
}

.page--window-header-full-back .icon.back-icon_f {
    width: 23px;
    height: 23px;
    background-image: url("../img/back_icon_f.png");
}

.page--window-header-full-back--close .icon.back-icon {
    background-image: url("../img/close-icon.png");
    top: 0;
    left: 0;
}

.page--window-header-full-ui-icons {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}

.page--window-header-full-ui-icons .icon {
    display: block;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.lj-form-group {
    position: relative;
    margin-bottom: 10px;
}

.lj-form-group input{
    font-size: 19px;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-appearance:none;
    border-radius: 10px;
    height: 50px;
    padding: 10px 10px 0;
    letter-spacing: normal;
    color: #80848F;
}

.lj-form-group input:disabled {
    background: #dddddd;
  }

.lj-form-group input::placeholder{
    color:transparent;
}

.lj-form-group label{
    cursor: text;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    margin-top: 13px;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    padding: 0 10px;
    color: #80848F;
}

.lj-form-group input:focus + label,
.lj-form-group input:not(:placeholder-shown) + label{
    font-size: 12px;
    margin-top: 4px;
}

.lj-form-group button {
    margin-top: 20px;
    background-color: #CC8383;
    border-radius: 10px;
    height: 50px;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2px;
    font-family: "Asap", sans-serif;
    font-weight: 700;
}

.microphone {
    display: none;
}
.practice-list-item-audio:not(.isClosed){cursor: pointer}
.practice-list-item.isClosed, .practice-list-link.isClosed, .practice-list-item-audio.isClosed {
    pointer-events: none;
}
.isClosed .practice-list-step-circle {
    border: 1px solid #B5B7BD !important;
    background: none !important;
}
.isClosed .practice-list-step-circle svg > * {
    fill: #B5B7BD !important;
}
.practices-grid-button-icon_blocked {
    cursor: not-allowed;
    width: 100%;
    height: 46px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../img/blocked_button.png');
    display: block;
}
.practice-list-item {
    cursor: pointer;
}
.audio-player-description {
    position: fixed;
    width: calc(77% - 40px);
    color: #fff;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    height: calc(100vh - 30px);
    right: -80%;
    z-index: 9;
    padding: 70px;
    -webkit-transition: all 0.5s ease-out;
}
.audio-player-description .text {
    font-size: 22px;
    line-height: 1.4;
}
.audio-player-description.active {
    right: 30px;
}
.audio-player-description-close, .audio-player-finish-description-close, .alert-screen .close {
    position: absolute;
    top: 35px;
    left: 18px;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background: rgba(0, 0, 0, 0.11314);
    border-radius: 50%;
}

.audio-player-description-close .icon.back-icon, .audio-player-finish-description-close .icon.back-icon, .alert-screen .close .icon.back-icon {
    display: block;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: auto;
    background-image: url('../img/close-icon.png');
    top: 0;
    left: 0;
    width: 23px;
    height: 23px;
}
.content-grid--item--video {
    cursor: pointer;
}
.page--window-header-full-ui-icons .icon.mic-icon {
    width: 16px;
    height: 19px;
    background-image: url("../img/mic_icon.png");
}

.page--window-header-full-ui-icons .icon.info-icon {
    width: 5px;
    height: 17px;
    background-image: url("../img/info_icon.png");
}

.page--window-header-full-ui-icon {
    width: 44px;
    height: 44px;
    background: rgba(0, 0, 0, 0.11314);
    border-radius: 50%;
    margin-left: 23px;
    position: relative;
}

.page--window-header-full-ui-icon a {
    display: block;
    width: 100%;
    height: 100%;
}

.page--window-header-full-line-menu {
    display: flex;
    justify-content: center;
}

.page--window-header-full-line-menu ul {
    margin: 0;
    padding: 4px;
    display: flex;
    background: rgba(0, 0, 0, 0.11);
    border-radius: 24px;
}

.page--window-header-full-line-menu ul li {
    display: block;
    margin: 0 5px;
    color: #FFF;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 24px;
    transition: background .35s ease-in-out, color .35s ease-in-out;
}

.page--window-header-full-line-menu ul li a {
    padding: 13px 31px;
    display: block;
}

.page--window-header-full-line-menu ul li:hover, .page--window-header-full-line-menu ul li.active {
    background-color: #fff;
    color: #E09090;
}

.page--window-header-menu {
    position: inherit;
    display: inline-block;
    margin: 0 auto;
    background-color: #E09090;
    border-radius: 0px;
    padding: 8px 11px 15px;
}

.page--window-header-menu-wrap {
    display: inline-block;
    padding: 0px;
    text-align: center;
    background-color: #E09090;
    background: #e09090;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e09090 0%, #e09090 50%, #ffffff 51%, #ffffff 51%, #ffffff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e09090 0%, #e09090 50%, #ffffff 51%, #ffffff 51%, #ffffff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e09090 0%, #e09090 50%, #ffffff 51%, #ffffff 51%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e09090', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
}

.page--window-header-menu:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 100%;
    top: 0;
    right: 100%;
    border-radius: 0 25px 0 0;
}

.page--window-header-menu:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 100%;
    top: 0;
    left: 100%;
    border-radius: 25px 0 0;
}

.page--window-header-menu ul {
    list-style-type: none;
    margin: 0;
    border-radius: 30px;
    display: flex;
    font-size: 16px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 21px;
    text-align: center;
    padding: 7px 10px;
    letter-spacing: 1.25px;
    background-color: rgba(0, 0, 0, 0.085);
    position: relative;
}

.page--window-header-menu ul li {
    margin: 0 4px;
    border-radius: 30px;
    transition: background .35s ease-in-out, color .4s ease-in-out;
}

.page--window-header-menu ul li a {
    padding: 10px 33px;
    display: block;
}

.page--window-header-menu ul li.active, .page--window-header-menu ul li:hover {
    background-color: #fff;
    color: #E09090;
}

@media (max-width: 1200px) {
    .page--window-header-full-line-menu ul li {
        font-size: 11px;
    }
}

@media (max-width: 1100px) {
    .dpl-page .page--window {
        flex-grow: 1;
        width: 0;
    }
}

.simplebar-track.simplebar-vertical {
    background-color: rgba(216, 216, 216, 0.43);
    border-radius: 11px;
    width: 15px !important;
    margin-bottom: 20px;
    margin-right: 5px;
    top: 20px !important;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar {
    width: 11px !important;
    right: 2px !important;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
    opacity: 1 !important;
    background-color: #E09090;
    border-radius: 11px;
}

.cite-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0px;
}

.cite-item {
    padding: 10px 7px 15px;
    text-align: center;
    -webkit-background-size: cover;
    background-position: center;
    background-size: cover;
    height: 100%;
    border-radius: 8px;
}

.cite-item-wrap {
    flex-grow: 0;
    flex-shrink: 0;
    width: 33.333%;
    padding: 0 22px;
    margin-bottom: 30px;
}

.cite-item--blue {
    color: #446DAF;
    background-image: url("../img/cite-blue.png");
}

.cite-item--blue svg * {
    fill: #3F65AA;
}

.cite-item--blue .cite-image:before, .cite-item--blue .cite-image:after,
.cite-item--blue .cite-logo:before,
.cite-item--blue .cite-logo:after {
    background-color: #3F65AA;
}

.cite-item--blue .cite-button .button {
    background-color: #4067AB;
    border-radius: 10px;
}

.cite-item--yellow {
    color: rgba(0, 0, 0, 0.542148);
    background-image: url("../img/cite-yellow.png");
}

.cite-item--yellow svg * {
    fill: rgba(0, 0, 0, 0.4);
}

.cite-item--yellow .cite-image:before, .cite-item--yellow .cite-image:after,
.cite-item--yellow .cite-logo:before,
.cite-item--yellow .cite-logo:after {
    background-color: rgba(0, 0, 0, 0.4);
}

.cite-item--yellow .cite-button .button {
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 10px;
}

.cite-item--red {
    color: #FFF;
    background-image: url("../img/cite-red.png");
}

.cite-item--red svg * {
    fill: rgba(255, 255, 255, 0.9);
}

.cite-item--red .cite-image:before, .cite-item--red .cite-image:after,
.cite-item--red .cite-logo:before,
.cite-item--red .cite-logo:after {
    background-color: rgba(255, 255, 255, 0.9);
}

.cite-item--red .cite-button .button {
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 10px;
}

.cite-logo {
    padding: 0 20px;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 92px;
}

.cite-logo svg {
    width: 40px !important;
}

.cite-logo:before, .cite-logo:after {
    content: '';
    height: 1px;
    margin: 0 15px 0 0;
    flex: 1 0 15px;
}

.cite-logo:after {
    margin: 0 0 0 15px;
}

.cite-text {
    margin-bottom: 67px;
}

.cite-text cite {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -.4px;
}

.cite-text cite hr {
    opacity: 0;
    height: 20px;
    display: block;
    margin: 9px 0;
    content: '';
}

.cite-text cite:before, .cite-text cite:after {
    content: '"';
}

.cite-image {
    margin-bottom: 13px;
    padding: 0 20px;
    display: flex;
    align-items: center;
}

.cite-image svg {
    width: 18px !important;
}

.cite-image:before, .cite-image:after {
    content: '';
    height: 1px;
    margin: 0 30px 0 0;
    flex: 1 0 15px;
}

.cite-image:after {
    margin: 0 0 0 30px;
}

.cite-button .button {
    height: 31px;
    padding: 0 45px;
    font-size: 13px;
    text-transform: none;
}

@media (max-width: 1500px) {
    .cite-item-wrap {
        width: 50%;
    }
}

@media (max-width: 1200px) {
    .cite-item-wrap {
        width: 100%;
    }
}

.content-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 100%;
}

.simplebar-content {
    padding-left: 0px !important;
    padding-right: 15px !important;
}

.content-grid--item {
    position: relative;
}

.content-grid--item--video .content-grid--item-media:after {
    content: '';
    position: absolute;
    width: 95px;
    height: 95px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-image: url("../img/video-button.png");
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.content-grid--item-media {
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    border-radius: 25px;
    margin-bottom: 20px;
    width: 100%;
    height: 335px;
}

.content-grid--item-title {
    color: #80848F;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: normal;
    margin-bottom: 14px;
}

.content-grid--item-text {
    font-size: 18px;
    color: #80848F;
    line-height: 22px;
    font-weight: 400;
}

.content-grid--item-text p {
    margin: 0;
}

.content-grid--item-text-content {
    padding: 0 12px;
}

.content-grid--item-wrap {
    width: 50%;
    padding: 0 30px;
    margin-bottom: 46px;
}

.content-grid-wrap {
    position: relative;
}

.content-grid-wrap.content-grid-wrap--grid {
    padding: 32px 62px;
    height: 100% !important;
}

.content-grid-wrap.content-grid-wrap--cites {
    padding: 32px 62px;
    height: 100% !important;
}

/* todo */
.content-article {
    width: 55%;
    margin: 0 auto;
    min-width: 769px;
}

.content-page-wrap {
    padding: 75px 0 0;
}

.content-page-wrap--profile {
    padding: 25px 0 0;
    height: 100%;
    height: calc(100vh - 10px);
}

.content-page-profile {
    width: 78.52%;
    margin: 0 auto;
}

.content-page-instructors {
    padding: 12px 0;
    height: 100%;
}

.content-page-instructors-detail {
    padding: 27px 0 0;
    height: 100%;
}

.content-page-share {
    padding: 33px 0 50px;
    height: 100%;
}

.content-page-personal-area {
    padding: 51px 0;
}

.content-page-personal-area-container {
    width: 80%;
    margin: 0 auto;
}

.content-page--practice-detail {
    padding: 20px 0 0;
    height: 100%;
}

.content-page--practices {
    padding: 25px 0;
    height: 100%;
}

.content-page--practices .content-overlay-scrollbar-wrap {
    padding: 0 27px;
}

.content-page--timer-page {
    padding: 7px 0 0;
    height: 100%;
}

.content-page--timer-player {
    padding: 22px 0 0;
    height: 100%;
}

.content-page--practice-list {
    height: 100%;
    padding: 19px 0;
}

.content-page--practice-item {
    height: 100%;
    padding: 0;
}

.content-page--practice-item--caminho {
    height: 100%;
    background: linear-gradient(180deg, #8DC1E9 0%, #FFFFFF 104.74%);
}

.content-page--practice-item--mindfulness {
    height: 100%;
    background: #8cc0e8;
    position: relative;
}

.content-page--practice-item--mindfulness .practice-map {
    position: relative;
}

.content-page--practice-item--mindfulness .practice-map:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1120px;
    background: linear-gradient(#8DC1E9, #78ACD8);
    z-index: -1;
}

.content-page--audio-player {
    height: 100%;
    padding: 42px 0;
}

.content-page--premium-checkout {
    padding: 0;
    height: 100%;
}

.content-page--boas-vindas {
    height: 100%;
    padding: 0px;
}

.content-overlay-scrollbar-wrap {
    height: 100%;
}

.content-overlay-scrollbar-wrap.no-x-scroll {
    overflow-x: hidden;
}

@media (max-width: 1550px) {
    .content-page-personal-area-container {
        width: 95%;
    }

    .content-page-profile {
        width: 85%;
        margin: 0 auto;
    }
}

@media (max-width: 1200px) {
    .content-grid--item-wrap {
        width: 100%;
    }

    .content-page-profile {
        width: 94%;
        min-width: 700px;
    }
}

@media (max-width: 1100px) {
    .dpl-page .content--dpl-page {
        min-width: 485px;
    }
}

.overview-stat-wrap {
    width: 76%;
    margin: 0 auto;
}

.overview-stat-tabs {
    display: flex;
    justify-content: space-between;
}

.overview-stat-tabs-wrap {
    padding: 6px 8px;
    background-color: rgba(180, 112, 115, 0.08);
    border-radius: 80px;
    margin-bottom: 30px;
}

.overview-stat-graph {
    margin: 0 -30px;
}

.overview-stat-graph-wrap {
    margin-top: 14px;
}

.overview-stat-blocks .profile-stat-block-item {
    margin-bottom: 10px;
}

.overview-stat-tab {
    flex: 0 0 32%;
    padding: 0 5px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #D88AA1;
    transition: background .35s ease-in-out, color .35s ease-in-out;
    cursor: pointer;
    border-radius: 24px;
    white-space: nowrap;
    position: relative;
}

.overview-stat-tab-body {
    display: none;
}

.overview-stat-tab span {
    z-index: 2;
}

.overview-stat-tab:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    background: linear-gradient(180deg, #E8977E 3.41%, #D88AA1 100%);
    transition: opacity .35s ease-in-out;
    z-index: 1;
    opacity: 0;
    border-radius: 24px;
}

.overview-stat-tab:hover, .overview-stat-tab.active {
    color: #FFF;
}

.overview-stat-tab:hover:before, .overview-stat-tab.active:before {
    opacity: 1;
}

@media (max-width: 1720px) {
    .overview-stat-graph {
        margin: 0;
    }

    .overview-stat-wrap {
        width: 100%;
        padding: 0 15px;
    }
}

@media (max-width: 1500px) {
    .overview-stat-graph {
        margin: 0;
    }

    .overview-stat-wrap {
        width: 100%;
        padding: 0;
    }
}

.stat-graph {
    overflow-y: hidden;
    padding: 10px 10px 5px;
}

.stat-graph-body {
    display: flex;
    justify-content: space-between;
    margin: 0 -5px;
}

.stat-graph-single {
    flex: 1 1 0;
    padding: 0 1px;
}

.stat-graph-single.empty_value .stat-graph-value {
    height: 2px;
    background: #78AEF9;
    opacity: 0.28;
    border-radius: 2px;
}

.stat-graph-value {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
    width: 100%;
    height: 170px;
}

.stat-graph-value-inner {
    height: 0;
    width: 100%;
    position: relative;
    display: block;
    background: linear-gradient(180deg, #E8977E 3.41%, #D88AA1 100%);
    border-radius: 2px;
    transition: height .45s ease-in-out;
    transition-delay: .3s;
    overflow: hidden;
    text-align: center;
}

.stat-graph-value-inner-text {
    color: #FFF;
    position: absolute;
    top: 5px;
    font-size: 8px;
    left: 0;
    font-family: "SF UI Display", sans-serif;
    right: 0;
}

.stat-graph-value-inner--empty {
    height: 2px;
    background: #78AEF9;
    mix-blend-mode: normal;
    opacity: 0.28;
    border-radius: 2px;
}

.stat-graph-text {
    display: block;
    font-family: "SF UI Display", sans-serif;
    font-size: 9px;
    color: #696E73;
    text-align: center;
    line-height: normal;
}

.stat-graph-text:first-child {
    text-decoration: underline;
}

.os-scrollbar-vertical {
    background-color: rgba(216, 216, 216, 0.43) !important;
    border-radius: 11px;
    width: 15px !important;
    right: 5px !important;
    top: 10px !important;
    height: calc(100% - 70px);
}

.os-scrollbar-vertical.os-scrollbar-unusable {
    background-color: transparent !important;
}

.os-scrollbar-vertical .os-scrollbar-handle {
    border-radius: 11px !important;
    background-color: #E09090 !important;
}

.content-page--practice-item--fundamentos .os-scrollbar-vertical .os-scrollbar-handle {
    background-color: #76BD94 !important;
}

.practice-detail {
    width: 52%;
    min-width: 700px;
    margin: 0 auto;
    background-color: rgba(180, 112, 115, 0.04);
    border-radius: 24px;
    padding: 24px 54px;
    font-size: 18px;
    color: #80848F;
}

.practice-detail h1 {
    text-align: center;
    font-weight: 700;
    font-size: 23px;
    color: #80848F;
    margin: 0 0 23px;
    padding: 0;
    letter-spacing: -0.3px;
}

.practice-detail-text {
    position: relative;
    text-align: justify;
    letter-spacing: -.5px;
    padding: 31px 0 7px;
    line-height: 23px;
}

.practice-detail-text p {
    margin: 0 0 22px;
}

.practice-detail-text:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(360deg, rgba(208, 210, 214, 0.75) -7449.24%, rgba(255, 255, 255, 0.75) 9185.88%);
    opacity: 0.75;
}

.practice-detail-know-more {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 23px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.2px;
    text-transform: uppercase;
    color: #80848F;
}

.practice-detail-know-more a {
    color: #DE8F92;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -.1px;
    position: relative;
    display: flex;
    align-items: center;
}

.practice-detail-know-more a:after {
    content: '';
    display: block;
    margin-left: 26px;
    width: 21px;
    height: 21px;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url("../img/forward-icon.png");
}

.practice-detail-know-more:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(360deg, rgba(208, 210, 214, 0.75) -7449.24%, rgba(255, 255, 255, 0.75) 9185.88%);
    opacity: 0.75;
}

.practice-detail-know-more:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(360deg, rgba(208, 210, 214, 0.75) -7449.24%, rgba(255, 255, 255, 0.75) 9185.88%);
    opacity: 0.75;
}

.practice-detail-progress {
    padding: 0 26px 0 20px;
}

.practice-detail-progress-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
}

.practice-detail-progress-item:last-child .practice-detail-progress-step:after {
    display: none;
}

.practice-detail-progress-step {
    width: 80px;
    position: relative;
}

.practice-detail-progress-step-circle {
    width: 100%;
    height: 80px;
    border-radius: 50%;
    background-color: #F8F8F8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 20px;
    color: rgba(128, 132, 143, 0.65);
    border: 3px solid #EFEFEF;
    position: relative;
}

.practice-detail-progress-step-circle-repeat {
    cursor: pointer;
    position: absolute;
    top: -4px;
    right: 0;
    width: 28px;
    height: 28px;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/ic_replay.png");
    background-color: #E09090;
    border-radius: 50%;
}

.practice-detail-progress-step:after {
    content: '';
    position: absolute;
    top: 100%;
    height: 100%;
    width: 3px;
    background-color: #EFEFEF;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.practice-detail-progress-step--completed .practice-detail-progress-step-circle {
    color: #FFF;
    background: linear-gradient(180deg, #E8977E -68.42%, #D88AA1 156.84%);
    border: none;
}

.practice-detail-progress-step--completed:after {
    background: linear-gradient(180deg, #E8977E -68.42%, #D88AA1 156.84%);
}

.practice-detail-progress-step--next .practice-detail-progress-step-circle {
    border-color: #E8977E;
    /* todo */
}

.practice-detail-progress-content {
    flex-grow: 1;
    flex-basis: auto;
    flex-shrink: 0;
    color: #80848F;
    padding: 0 10px 0 37px;
}

.practice-detail-progress-title {
    font-size: 18px;
    font-weight: 400;
    display: block;
    letter-spacing: -.59px;
    margin-bottom: 10px;
}

.practice-detail-progress-link {
    width: 46px;
}

.practice-detail-progress-link-button {
    display: block;
    width: 100%;
    height: 46px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/play-button.png");
}

.practice-detail-progress-description {
    display: flex;
    align-items: center;
    font-size: 13px;
    letter-spacing: 0.154167px;
    color: #B5B7BD;
}

.practice-detail-progress-description .icon {
    display: inline-block;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 8px;
}

.practice-detail-progress-description .icon.video {
    width: 21px;
    height: 13px;
    background-image: url("../img/video-icon-grey.png");
}

.practice-detail-progress-description .icon.audio {
    width: 18px;
    height: 16px;
    background-image: url(../img/audio-icon-grey.png);
}

.practices-grid {
    display: flex;
    justify-content: space-between;
    margin: 0 -12px;
    overflow-x: hidden;
    align-items: stretch;
    flex-wrap: wrap;
}

.practices-grid-block {
    margin-bottom: 9px;
}

.practices-grid-block-title {
    font-size: 18px;
    font-weight: 500;
    color: #80848F;
    margin-bottom: 20px;
}

.practices-grid-image {
    display: block;
    width: 70px;
    height: 70px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.practices-grid-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 17px 12px 17px 21px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.145182);
    border-radius: 10px;
    position: relative;
    align-items: center;
    cursor: pointer;
    height: 100%;
}

.practices-grid-item > * {
    z-index: 3;
}

.practices-grid-item-wrap {
    flex: 0 0 33.333%;
    padding: 0 12px;
    margin-bottom: 13px;
}

.practices-grid-item--default {
    background-color: #EEDEBD;
    padding: 6px 20px 6px 21px;
    min-height: 105px;
    align-items: flex-start;
}

.practices-grid-item--default .practices-grid-title {
    font-size: 18px;
}

.practices-grid-item--default:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/practice-item--default.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.practices-grid-item--default .practices-grid-button {
    align-self: center;
}

.practices-grid-item--default .practices-grid-image {
    align-self: center;
}

.practices-grid-item--green {
    background: linear-gradient(180deg, rgba(118, 189, 148, 0.9) 3.41%, rgba(119, 202, 136, 0.9) 179.87%);
}

.practices-grid-item--green .practices-grid-title,
.practices-grid-item--green .practices-grid-text {
    color: #FFF;
}

.practices-grid-item--green .practices-grid-button-icon {
    background-image: url("../img/practice_play-btn--green.png");
}

.practices-grid-item--green:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/practice-item--green.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.practices-grid-item--light-blue {
    background-image: url(../img/practice-item--light-blue.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.practices-grid-item--light-blue .practices-grid-text {
    color: #446DAF;
    text-shadow: 0 2px 6px #FFFFFF;
}

.practices-grid-item--light-blue .practices-grid-title {
    color: #446DAF;
    text-shadow: 0 2px 6px rgba(255, 255, 255, 0.619339);
}

.practices-grid-item--light-blue .practices-grid-button-icon {
    background-image: url("../img/practice_play-btn--light-blue.png");
}

.practices-grid-item--light-blue:before {
    display: none;
}

.practices-grid-item--red {
    background: linear-gradient(180deg, rgba(232, 151, 126, 0.9) 3.41%, rgba(216, 138, 161, 0.9) 100%);
}

.practices-grid-item--red .practices-grid-title,
.practices-grid-item--red .practices-grid-text {
    color: #FFF;
}

.practices-grid-item--red .practices-grid-button-icon {
    background-image: url("../img/practice_play-btn--red.png");
}

.practices-grid-item--red:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/practice-item--red.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.practices-grid-item--blue {
    background: #79A4CB;
}

.practices-grid-item--blue .practices-grid-title,
.practices-grid-item--blue .practices-grid-text {
    color: #FFF;
}

.practices-grid-item--blue .practices-grid-button-icon {
    background-image: url("../img/practice_play-btn--blue.png");
}

.practices-grid-item--blue:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/practice-item--green.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.practices-grid-duration {
    color: #FFFFFF;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.244452);
    font-size: 12px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -19px;
    margin: 0 auto;
    text-align: center;
}

.practices-grid-content {
    flex: 1 0 0;
    padding: 0 19px 0 28px;
}

.practices-grid-button {
    width: 42px;
    position: relative;
}

.practices-grid-button-icon {
    width: 100%;
    height: 42px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/practice_play-btn.png");
    display: block;
}

.practices-grid-title {
    color: #5E5F65;
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 28px;
    display: block;
    letter-spacing: 0.2px;
}

.practices-grid-text {
    color: #7A7979;
    font-size: 18px;
    line-height: 22px;
    max-height: 66px;
    overflow: hidden;
}

.practices-grid-text p {
    margin: 0;
    padding: 0;
}


.timer-player {
    width: 41%;
    min-width: 580px;
    margin: 0 auto;
    border-radius: 24px;
    background-color: rgba(180, 112, 115, 0.08);
    padding: 59px 41px 33px 45px;
    text-align: center;
}

.timer-player-circle {
    width: 290px;
    height: 290px;
    margin: 0 auto 98px;
    border-radius: 50%;
    position: relative;
}

.timer-player-play {
    display: none;
    -webkit-background-size: cover;
    background-size: cover;
    width: 75px;
    height: 75px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
    cursor: pointer;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: url("../img/play-btn.png");
}

.timer-player-current-time {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    color: #E09090;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 3px;
}

.timer-player-stop {
    width: 52px;
    height: 52px;
    margin: 0 auto;
    background-color: #E09090;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.timer-player-stop.active .timer-player-stop-icon {
    width: 24px;
    height: 28px;
    background-image: url("../img/play-btn.png");
}

.timer-player-stop-icon {
    width: 18px;
    height: 21px;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/timer-stop.png");
}

.timer-player-button {
    margin-top: 62px;
}

.timer-player-button .button {
    background-color: #E09090;
    width: 100%;
    height: 55px;
}

.timer-player-audio {
    display: none;
}

.practice-map {
    text-align: center;
}

.practice-map svg {
    width: 65%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.practice-map svg text {
    font-family: "Asap", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #8B572A;
}

.practice-map-repeat-button {
    cursor: pointer;
}

.practice-map-button {
    cursor: pointer;
}

.practice-map--fundamentos {
    background-color: #9BDA5E;
}

.practice-map--fundamentos svg {
    width: auto;
    min-width: 640px;
}

.practice-map--caminho {
    background-image: url("../img/caminho_map_bottom.png");
    background-position: bottom;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    min-height: 450px;
}

.practice-map--caminho .practice-map-steps {
    margin-top: -75px;
    transform: translateX(-60px);
}

.practice-map--caminho svg {
    margin-top: -75px;
    width: auto;
    height: 71vh;
    min-height: 450px;
    transform: translateX(-60px);
}

.practice-map-step-block {
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: #FFF;
    border-radius: 50%;
    border: 1px solid #78ACD8;
    display: none;
    cursor: pointer;
}

.practice-map-step-block-text {
    color: #7CB0DB;
    font-size: 36px;
    font-weight: 500;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
}

.practice-map-step-block-icon {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    transform: translateY(-50%);
}

.practice-map-step-block--mindfulness {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.practice-map-step-block--mindfulness svg {
    width: auto;
}

.practice-map-step-block--mindfulness.has-childs {
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
}

.practice-map-step-block--mindfulness.has-childs .practice-map-step--mindfulness {
    margin: 24px 0 0;
}

.practice-map-step-block--mindfulness.has-childs:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 47px;
    width: 5px;
    height: 90%;
    background-color: #DADBDE;
    opacity: .25;
    z-index: -1;
}

.practice-map-step-block--mindfulness.rightAlign {
    justify-content: flex-end;
}

.practice-map-step-block--mindfulness.isClosed .practice-map-step--mindfulness .practice-map-step--mindfulness-image {
    background: linear-gradient(180deg, #F1F3F8 3.41%, #DBDDE2 162.88%);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.19);
    border: none;
    color: #79A4CB;
    cursor: default;
    padding: 15px 0;
}

.practice-map-step-block--mindfulness.isClosed .practice-map-step--mindfulness .practice-map-step--mindfulness-image:after {
    background-image: url("../img/blue_lock.png");
    width: 25px;
    height: 30px;
    top: 40%;
    transform: translate(0, -50%);
}

.practice-map-step-block--mindfulness.hasRepeat .practice-map-step--mindfulness-image {
    background: linear-gradient(180deg, #F1F3F8 3.41%, #DBDDE2 162.88%);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.19);
    border: none;
    color: #79A4CB;
}

.practice-map-step-block--mindfulness.hasRepeat .practice-map-step--mindfulness-image:after {
    width: 21px;
    height: 25px;
    background-image: url("../img/blue_play_btn.png");
}

.practice-map--mindfulness svg {
    width: auto;
    min-width: 640.750px;
}

.practice-map-step--mindfulness {
    display: flex;
    align-items: center;
    color: #FFF;
    margin: 0;
}

.practice-map-step--mindfulness.right-align .practice-map-step--mindfulness-image {
    order: 2;
}

.practice-map-step--mindfulness.right-align .practice-map-step--mindfulness-content {
    text-align: right;
    padding-left: 0;
    padding-right: 17px;
}

.practice-map-step--mindfulness.right-align .practice-map-step--mindfulness--sub-item .practice-map-step--mindfulness-content {
    padding-left: 0;
    padding-right: 30px;
}

.practice-map-step--mindfulness-content {
    padding-left: 10px;
    font-size: 25px;
    color: #FFF;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: 500;
}

.practice-map-step--mindfulness-content--duration {
    display: block;
    letter-spacing: 0.354167px;
    font-weight: 500;
    line-height: normal;
    font-size: 17px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.19);
}

.practice-map-step--mindfulness-repeat {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #edeff4;
}

.practice-map-step--mindfulness-repeat:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 19px;
    height: 19px;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url("../img/blue_replay.png");
}

.practice-map-step--mindfulness-image {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    border: 3px solid #FFF;
    background-color: #79A4CB;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 10px 0;
    position: relative;
    font-size: 13px;
    color: #F0F6FB;
    font-weight: 500;
    text-align: center;
    flex-shrink: 0;
    cursor: pointer;
}

.practice-map-step--mindfulness-image:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-image: url("../img/play-btn.png");
    width: 35px;
    height: 35px;
    transform: translate(0, -60%);
}

.practice-map-step--mindfulness--sub-item {
    display: flex;
    align-items: center;
    color: #FFF;
    margin-top: 22px;
    padding-left: 17px;
    position: relative;
}

.practice-map-step--mindfulness--sub-item .practice-map-step--mindfulness-repeat {
    width: 27px;
    height: 27px;
}

.practice-map-step--mindfulness--sub-item.hasRepeat .practice-map-step--mindfulness-image {
    background: linear-gradient(180deg, #F1F3F8 3.41%, #DBDDE2 162.88%);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.19);
    border: none;
    color: #79A4CB;
}

.practice-map-step--mindfulness--sub-item.hasRepeat .practice-map-step--mindfulness-image:after {
    width: 15px;
    height: 18px;
    background-image: url("../img/blue_play_btn.png");
    transform: translate(3px, -50%);
}

.practice-map-step--mindfulness--sub-item.isClosed .practice-map-step--mindfulness-image {
    background: linear-gradient(180deg, #F1F3F8 3.41%, #DBDDE2 162.88%);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.19);
    border: none;
    cursor: default;
}

.practice-map-step--mindfulness--sub-item.isClosed .practice-map-step--mindfulness-image:after {
    background-image: url("../img/blue_lock.png");
    width: 15px;
    height: 20px;
    top: 50%;
    transform: translate(0, -50%);
}

.practice-map-step--mindfulness--sub-item .practice-map-step--mindfulness-image {
    width: 64px;
    height: 64px;
}

.practice-map-step--mindfulness--sub-item .practice-map-step--mindfulness-image:after {
    width: 25px;
    height: 25px;
    transform: translate(0, -50%);
}

.practice-map-step--mindfulness--sub-item .practice-map-step--mindfulness-content {
    padding-left: 30px;
}

.practice-map-steps {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 2;
}

.practice-map-step--fundamentos {
    position: absolute;
    display: flex;
    flex-direction: column-reverse;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url("../img/fnd_button_vertical_type_1.png");
    padding: 21px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.practice-map-step--fundamentos.isHorizontal {
    background-image: url("../img/fnd_button_horizontal_type_1.png");
}

.practice-map-step--fundamentos.isHorizontal:before {
    top: 15px;
    left: 16px;
    right: 16px;
    bottom: 18px;
}

.practice-map-step--fundamentos.isHorizontal.hasRepeat {
    background-image: url("../img/fnd_button_horizontal_type_1_repeat.png");
}

.practice-map-step--fundamentos.isHorizontal.hasRepeat .practice-map-step--fundamentos-repeat {
    top: 18px;
    right: 14px;
}

.practice-map-step--fundamentos.hasRepeat {
    background-image: url("../img/fnd_button_vertical_type_1_repeat.png");
}

.practice-map-step--fundamentos.isBlueType {
    background-image: url("../img/fnd_button_vertical_type_2.png");
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.practice-map-step--fundamentos.isBlueType .practice-map-step--fundamentos-text {
    color: #FFF;
}

.practice-map-step--fundamentos.isBlueType:before {
    display: none;
}

.practice-map-step--fundamentos.isBlueType.hasRepeat {
    background-image: url("../img/fnd_button_vertical_type_2_repeat.png");
}

.practice-map-step--fundamentos.isBlueType.isHorizontal {
    background-image: url("../img/fnd_button_horizontal_type_2.png");
}

.practice-map-step--fundamentos.isBlueType.isHorizontal .practice-map-step--fundamentos-repeat {
    top: 18px;
    right: 24px;
}

.practice-map-step--fundamentos.isBlueType.isHorizontal.hasRepeat {
    background-image: url("../img/fnd_button_horizontal_type_2_repeat.png");
}

.practice-map-step--fundamentos.isBlueType .practice-map-step--fundamentos-play:after {
    background-image: url("../img/play-btn--white.png");
}

.practice-map-step--fundamentos.isBlueType .practice-map-step--fundamentos-repeat {
    background-color: transparent;
    top: 19px;
    right: 18px;
}

.practice-map-step--fundamentos.isBlueType .practice-map-step--fundamentos-repeat:before {
    display: none;
}

.practice-map-step--fundamentos.isBlueType .practice-map-step--fundamentos-repeat:after {
    background-image: url("../img/repeat-btn_white.png");
    width: 20px;
    height: 23px;
}

.practice-map-step--fundamentos.isBlueType.isClosed .practice-map-step--fundamentos-play {
    cursor: default;
}

.practice-map-step--fundamentos.isBlueType.isClosed .practice-map-step--fundamentos-play:after {
    background-image: url("../img/lock_btn__white.png");
}

.practice-map-step--fundamentos.isClosed .practice-map-step--fundamentos-play {
    cursor: default;
}

.practice-map-step--fundamentos.isClosed .practice-map-step--fundamentos-play:after {
    background-image: url("../img/lock_btn__brown.png");
}

.practice-map-step--fundamentos:before {
    content: '';
    position: absolute;
    top: 21px;
    left: 19px;
    right: 19px;
    bottom: 21px;
    border: 1px solid #d4bc91;
    z-index: 0;
    border-radius: 50%;
}

.practice-map-step--fundamentos-text {
    font-weight: 500;
    line-height: 40px;
    font-size: 17px;
    text-align: center;
    letter-spacing: -0.359444px;
    color: #8B572A;
    padding-bottom: 10px;
}

.practice-map-step--fundamentos-play {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 20px 0;
    cursor: pointer;
}

.practice-map-step--fundamentos-play:after {
    content: '';
    width: 21px;
    height: 28px;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../img/play-btn--brown.png");
    margin-right: -5px;
}

.practice-map-step--fundamentos-repeat {
    position: absolute;
    width: 34px;
    height: 34px;
    top: 23px;
    right: 17px;
    background-color: #eddeb4;
    border-radius: 50%;
    cursor: pointer;
}

.practice-map-step--fundamentos-repeat:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: 0 auto;
    width: 17px;
    height: 20px;
    background-image: url(../img/repeat-btn_brown.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.practice-map-step--fundamentos-repeat:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: -1px;
    bottom: -2px;
    border: 1px solid #d4bc91;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 50%;
    transform: translate(0, -1px) rotate(5deg);
}

.practice-map-road-block {
    position: absolute;
    z-index: 5;
}

.practice-map-road-block img {
    width: 100%;
}

.practice-map-road-block.type_1 {
    transform: rotate(5deg);
}

.practice-map-road-block.type_2 {
    transform: rotate(-8deg);
}

/*.practice-map-road-block.type_4 {
    transform: rotate(87deg);
}*/

.practice-map-road-block.type_4 img {
    max-width: unset;
}

.audio-player {
    width: 37%;
    min-width: 517px;
    margin: 0 auto;
    border-radius: 24px;
    background-color: #E09090;
    padding: 47px 56px 119px;
}

.audio-player-title {
    margin-bottom: 94px;
}

.audio-player-title h1 {
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    color: #FFF;
    letter-spacing: .85px;
    text-align: center;
    text-transform: uppercase;
}

.audio-player-circle {
    width: 195px;
    height: 195px;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}

.audio-player-audio-back {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -113px;
    width: 55px;
    height: 55px;
    background-color: rgba(0, 0, 0, 0.11);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.audio-player-audio-back-value {
    width: 34px;
    height: 37px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 -2px;
    background-image: url("../img/audio-player-back.png");
    text-align: justify;
    color: #FFF;
    font-size: 16px;
    letter-spacing: .3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.audio-player-result {
    margin-top: 50px;
    color: #FFF;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 2.3px;
}

.audio-player-play {
    -webkit-background-size: cover;
    background-size: cover;
    width: 96px;
    height: 96px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
    cursor: pointer;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: url("../img/play-btn.png");
}

.audio-player-play.active {
    background-image: url("../img/timer-stop.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    width: 50px;
    height: 50px;
}

.audio-player-track audio {
    display: none;
}

.practice-list {
    width: 32%;
    margin: 0 auto;
    min-width: 447px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.practice-list-header {
    margin-bottom: 20px;
    border-radius: 24px;
    background-color: rgba(0, 0, 0, 0.11);
    display: flex;
    padding: 23px 24px;
}

.practice-list-step-number {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background-color: #F8F8F8;
    border: 8px solid rgba(255, 255, 255, 0.409958);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 45px;
    letter-spacing: 3.5px;
    font-weight: 500;
    flex-shrink: 0;
    flex-grow: 0;
}

.practice-list-step-title {
    font-size: 18px;
    padding-left: 27px;
}

.practice-list-step-text {
    font-size: 14px;
    color: #FFF;
    padding-top: 12px;
    padding-right: 20px;
    line-height: 21px;
}

.practice-list-step-text small {
    display: block;
    font-size: 12px;
    padding-top: 3px;
}

.practice-list-step-text p {
    margin: 0;
    padding: 0;
}

.practice-list-body {
    background-color: #fff;
    border-radius: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.practice-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 23px;
}

.practice-list-item-title {
    font-size: 18px;
    color: #80848F;
    line-height: 20px;
    margin-bottom: 15px;
}

.practice-list-item-content {
    flex: 1 0 0;
    padding-left: 27px;
}

.practice-list-item-text {
    display: flex;
    align-items: center;
    font-size: 13px;
    letter-spacing: 0.154167px;
    color: #B5B7BD;
}

.practice-list-item-text .icon {
    display: inline-block;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 8px;
}

.practice-list-item-text .icon.video {
    width: 21px;
    height: 13px;
    background-image: url("../img/video-icon-grey.png");
}

.practice-list-item-text .icon.audio {
    width: 18px;
    height: 16px;
    background-image: url(../img/audio-icon-grey.png);
}

.practice-list-item:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(270deg, rgba(208, 210, 214, 0.75) 12.32%, rgba(255, 255, 255, 0.75) 100%);
    opacity: .75;
}

.practice-list-step-circle {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    border: 1px solid #80848F;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.practice-list-step-circle svg {
    width: 18px;
}

.practice-list-step-circle svg > * {
    transition: fill .35s ease-in-out;
    fill: #B5B7BD;
}

.practice-list-step-circle-repeat {
    cursor: pointer;
    position: absolute;
    top: -4px;
    right: 0;
    width: 28px;
    height: 28px;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/ic_replay.png");
    background-color: #FFF;
    border: 1px solid #80848F;
    border-radius: 50%;
}

.practice-list-link {
    width: 46px;
}

.practice-list-link-button {
    display: block;
    width: 100%;
    height: 46px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/play-button.png");
}

.practice-list-premium {
    color: #80848F;
    opacity: 0.7;
    text-align: center;
    padding: 5px 0 18px;
    line-height: 1.4;
}

.practice-list-premium-wrap {
    flex: 1 0 0;
    display: flex;
    align-items: flex-end;
    padding: 0 25px;
    justify-content: center;
}

.practice-list-premium p {
    margin: 0;
    padding: 0;
}

.practice-list-premium a {
    color: #80848F;
    font-weight: 700;
    text-decoration: underline;
}

@media (max-width: 1100px) {
    .dpl-page .practice-list {
        min-width: 485px;
    }
}

.video-player {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.78);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 200;
}

.video-player-wrap {
    width: 55%;
    min-width: 980px;
}

.article {
    width: 100%;
    padding: 27px 60px;
    background-color: rgba(180, 112, 115, 0.04);
    border-radius: 26px;
    color: rgba(128, 132, 143, 0.84);
    line-height: 32px;
    font-weight: 400;
    font-size: 18px;
}

.article h1 {
    margin: 0 0 33px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #80848F;
}

.article img {
    margin-bottom: 25px;
    width: 100%;
}

.article p {
    margin: 23px 0;
}

/* pages */
.login--wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 25px 0;
    background-color: rgba(180, 112, 115, 0.08);
}

.login--block {
    background-color: #E09090;
    border-radius: 30px;
    padding: 25px 50px 35px;
    position: relative;
}

.login--gradient {
    background-image: linear-gradient(to bottom, #EAA28E 0%, #D98D9F 100%);
    padding: 6px;
    width: 610px;
    border-radius: 30px;
    transform: scale(0.82);
}

.login--logo {
    margin-bottom: 15px;
    text-align: center;
}

.login--logo img {
    margin: 0 auto;
    max-width: 110px;
}

.login--form label {
    color: #FFF;
    margin-left: 30px;
    text-transform: uppercase;
    font-family: "Asap", sans-serif;
    line-height: 24px;
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 12px;
    display: block;
}

.login--form-row {
    margin-bottom: 18px;
}

.login--form-button {
    margin-top: 25px;
}

.login--form-button .login-button {
    background-color: #CC8383;
}

.login--form--subscription .login--form-button {
    margin-top: 50px;
    margin-bottom: 22px;
}

.login-button {
    cursor: pointer;
    width: 100%;
    border-radius: 30px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    letter-spacing: 2px;
    font-family: "Asap", sans-serif;
    font-weight: 700;
}

.login-button.login--white {
    border: 5px solid #FFF;
}

.login--pass-reset {
    height: 85px;
    line-height: 92px;
    font-weight: 600;
    font-family: "Asap", sans-serif;
    font-size: 20px;
    letter-spacing: 2px;
    text-decoration: underline;
    color: #FFF;
    text-align: right;
    padding-right: 15px;
}

.login--socials-buttons {
    position: relative;
}

.login--socials-buttons .login-button {
    justify-content: flex-start;
    padding-left: 130px;
    position: relative;
}

.login--socials-buttons .login--facebook {
    background-color: rgba(64, 89, 155, 0.96);
}

.login--socials-buttons .login--facebook:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 150px;
    transform: translate(-84px, -50%);
    width: 38px;
    height: 38px;
    display: block;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center;
    background-image: url("../img/facebook-icon.png");
}

.login--socials-buttons .login--google {
    background-color: rgba(225, 68, 44, 0.96);
}

.login--socials-buttons .login--google:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 150px;
    transform: translate(-82px, -50%);
    width: 41px;
    height: 32px;
    display: block;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center;
    background-image: url("../img/google-plus.png");
}

.login--socials-buttons .login--default {
    background-color: #CC8383;
}

.login--socials-buttons .login-button {
    margin-bottom: 36px;
}

.login--socials-buttons .login-button:last-child {
    margin-bottom: 0;
}

.login--socials-buttons a {
    width: 100%;
    margin-bottom: 36px;
    display: block;
}

.instructors {
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}

.instructors-scroll {
    padding: 13px 53px 0 0;
    overflow-x: hidden;
    overflow-Y: hidden;
}

.instructors-wrap {
    height: 100%;
    width: 52%;
    margin: 0 auto;
    background-color: rgba(180, 112, 115, 0.08);
    border-radius: 24px;
    min-width: 727px;
}

.instructors-item {
    display: flex;
    justify-content: space-between;
    padding: 15px 45px 30px 43px;
    position: relative;
    align-items: center;
}

.instructors-item:after {
    content: '';
    position: absolute;
    top: 100%;
    height: 1px;
    background: linear-gradient(270deg, rgba(208, 210, 214, 0.75) 12.32%, rgba(255, 255, 255, 0.75) 100%);
    width: 100%;
    opacity: 0.75;
}

.instructors-item:last-child:after {
    display: none;
}

.instructors-item-image {
    display: block;
    flex-shrink: 0;
    flex-grow: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.instructors-item-text {
    color: #B5B7BD;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.18px;
}

.instructors-item-text a {
    color: #D88AA1;
    text-decoration: none;
}

.instructors-item-text p {
    margin: 0;
    padding: 0;
}

.instructors-item-content {
    padding-left: 55px;
}

.instructors-item-content h4 {
    font-family: "Asap", sans-serif;
    font-weight: 400;
    font-size: 23px;
    color: #80848F;
    margin: 0 0 10px;
}

.instructor-single {
    width: 54.8%;
    min-width: 750px;
    margin: 0 auto;
    background-color: rgba(180, 112, 115, 0.04);
    padding: 17px 55px;
    color: rgba(128, 132, 143, 0.75);
    font-size: 18px;
    line-height: 31px;
    border-radius: 26px;
}

.instructor-single h1 {
    color: #80848F;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 40px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.75px;
}

.instructor-single img {
    margin-bottom: 19px;
}

.instructor-single p {
    margin: 0 0 15px;
    color: inherit;
}

.share {
    height: 100%;
    min-width: 520px;
    width: 40%;
    margin: 0 auto;
    background-color: rgba(180, 112, 115, 0.08);
    border-radius: 24px;
    padding: 53px 67px;
}

.share-logo {
    max-width: 203px;
    margin: 0 auto;
}

.share-wrap {
    display: flex;
    justify-items: center;
    /* height: 100%;*/
}

.share-action {
    margin-top: 91px;
}

.share-action-text {
    font-size: 18px;
    text-align: center;
    letter-spacing: 1.3px;
    color: rgba(0, 0, 0, 0.351025);
    margin-bottom: 27px;
}

.share-action-text p {
    margin: 0;
}

.share-link-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #E09090;
    padding: 4px;
    border-radius: 24px;
    cursor: pointer;
}

.share-link-input {
    width: 73%;
}

.share-link-input input {
    height: 53px;
    font-size: 16px;
    letter-spacing: 1.3px;
    color: rgba(0, 0, 0, 0.351025);
    padding: 0 15px;
}

.share-link-btn {
    flex: 1 0 auto;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.share-link-or {
    margin: 22px 0;
    text-align: center;
    font-size: 16px;
    letter-spacing: 2px;
    color: rgba(0, 0, 0, 0.351025);
}

.share-link-mail-btn .button {
    width: 100%;
    background-color: #E09090;
}

.personal-area-wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.personal-area-block {
    background-color: rgba(180, 112, 115, 0.08);
    border-radius: 24px;
    padding: 50px;
}

.personal-area-block--info {
    width: 33%;
    padding: 50px 50px 103px;
}

.personal-area-block--edit-form {
    width: 59%;
    padding: 35px 40px;
}

.personal-area-image {
    display: block;
    width: 122px;
    margin: 0 auto 26px;
    height: 122px;
    border-radius: 50%;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.personal-area-image--default {
    -webkit-background-size: 75% 75%;
    background-size: 75% 75%;
    background-position: bottom;
}

.personal-area-image--green {
    background-color: #B8E986;
}

.personal-area-name {
    text-align: center;
    font-size: 23px;
    line-height: 26px;
    letter-spacing: -.26px;
    font-family: "Asap", sans-serif;
    color: #CC8383;
    margin-bottom: 36px;
}

.personal-area-action-button {
    margin-bottom: 18px;
}

.personal-area-action-button .button {
    width: 100%;
    color: #D88AA1;
    font-size: 16px;
    letter-spacing: 1.3px;
    font-weight: 700;
    border: 2px solid #E09090;
    height: 43px;
    padding: 0;
    transition: background .35s ease-in-out, color .35s ease-in-out;
}

.personal-area-action-button .button:hover {
    background-color: #E09090;
    color: #FFF;
}

.personal-area-action-button .button:hover svg > * {
    fill: #FFF;
}

.personal-area-action-button .button--premium svg {
    margin-right: 20px;
    width: 16px;
}

.personal-area-action-button .button--premium svg * {
    transition: fill .35s ease-in-out;
    fill: #E09090;
}

.personal-area-form-row {
    margin-bottom: 20px;
}

.personal-area-form-row label {
    line-height: 22px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #80848F;
    margin-bottom: 14px;
    margin-left: 22px;
    display: block;
}

.personal-area-form-row input {
    height: 60px;
    border-radius: 19px;
    font-size: 18px;
    padding: 0 24px;
    letter-spacing: 1.3px;
}

.personal-area-form-row .nice-select {
    border: none;
    min-width: 250px;
    height: 60px;
    line-height: 60px;
    border-radius: 19px;
    letter-spacing: 1.35px;
    color: rgba(0, 0, 0, 0.351025);
    font-size: 18px;
    padding: 0 24px;
}

.personal-area-form-btn {
    width: 70%;
    margin: 36px auto 0;
}

.personal-area-form-btn .button {
    width: 100%;
    background-color: #E09090;
}

@media (max-width: 1570px) {
    .personal-area-block--info {
        padding: 50px 20px 103px;
    }

    .personal-area-action-button .button {
        font-size: 15px;
    }
}

.timer-page-wrap {
    width: 43%;
    min-width: 600px;
    margin: 0 auto;
    border-radius: 24px;
    background-color: rgba(180, 112, 115, 0.08);
    padding: 33px;
}

.timer-page-settings-row {
    display: flex;
    justify-content: space-between;
    margin: 0 -20px 16px;
}

.timer-page-settings-cell {
    flex: 1 0 0;
    padding: 0 20px;
}

.timer-page-settings-inner {
    display: flex;
    justify-content: space-between;
    padding: 15px 22px;
    background-color: rgba(180, 112, 115, 0.08);
    border-radius: 24px;
}

.timer-page-settings-inner--big {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.timer-page-settings-inner--big .timer-page-settings-content {
    flex: 0 0 auto;
}

.timer-page-settings-title {
    font-size: 16px;
    color: #D88AA1;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1.38px;
}

.timer-page-settings-value {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.3px;
    color: #80848F;
    margin-left: 4px;
}

.timer-page-settings-image {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    border: 2px solid #D88AA1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timer-page-settings-image img {
    margin: 0 auto;
    display: block;
    max-width: 50%;
}

.timer-page-settings-content {
    flex: 1 0 0;
    padding-left: 14px;
}

.timer-page-settings-options {
    flex: 0 0 100%;
    margin-top: 15px;
}

.timer-page-settings-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 21px;
    margin-bottom: 9px;
    border-radius: 24px;
    background-color: rgba(180, 112, 115, 0.08);
}

.timer-page-settings-option-title {
    flex: 0 0 75%;
    color: #D88AA1;
    font-size: 20px;
}

.timer-page-settings-option-value {
    flex: 0 0 25%;
    color: #80848F;
    font-size: 20px;
}

.timer-page-button .button {
    height: 55px;
    width: 100%;
    background-color: #E09090;
    border-radius: 24px;
}

.premium-checkout {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
    height: 100%;
    justify-content: center;
}

.premium-checkout-wrap {
    padding: 18px 30px;
    width: 100%;
    height: auto;
}

.premium-checkout-block {
    border-radius: 24px;
    background-color: rgba(180, 112, 115, 0.08);
    padding: 30px 46px 30px 27px;
    height: auto;
}

.premium-checkout-block-wrap {
    flex: 0 0 50%;
    margin-bottom: 25px;
    padding: 0 25px;
    height: auto;
}

.premium-checkout-block-wrap:last-child {
    margin-bottom: 0;
}

.premium-checkout-block-wrap--payment .premium-checkout-block {
    padding: 39px 20px;
}

.premium-checkout-info-box {
    width: 57%;
    min-width: 329px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 2px 4px 11px rgba(0, 0, 0, 0.247);
    border-radius: 12px;
    text-align: center;
    padding: 26px 60px 13px;
}

.premium-checkout-info-box img {
    margin: 0 auto;
    max-width: 57px;
}

.premium-checkout-info-box-title {
    color: #E09090;
    padding: 8px 0 13px;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.4px;
}

.premium-checkout-info-box-text {
    color: #88888A;
    font-weight: 500;
    font-size: 27px;
    letter-spacing: -.7px;
    line-height: 32px;
    margin-bottom: 14px;
}

.premium-checkout-info-box-text b {
    color: #DA8B9D;
}

.premium-checkout-info-box-text p {
    margin: 0;
    padding: 0;
}

.premium-checkout-info-box-additional-text {
    font-size: 16px;
    color: #A0A3AB;
    font-weight: 500;
    line-height: 24px;
}

.premium-checkout-info-box-additional-text p {
    margin: 0;
    padding: 0;
}

.premium-checkout-info-box-additional-text b {
    color: #DA8B9D;
}

.premium-checkout-text {
    font-weight: 600;
    line-height: 28px;
    font-size: 19px;
    text-align: center;
    letter-spacing: 1.67px;
    color: #88888A;
    margin: 22px 0 30px;
}

.premium-checkout-text p {
    margin: 0;
    padding: 0;
}

.premium-checkout-list-item {
    display: flex;
    margin-bottom: 18px;
}

.premium-checkout-list-item-icon {
    flex: 0 0 35px;
}

.premium-checkout-list-item-icon img {
    max-height: 28px;
    position: relative;
    top: 5px;
}

.premium-checkout-list-item:last-child .premium-checkout-list-item-icon img {
    position: relative;
    top: -2px;
}

.premium-checkout-list-item-text {
    line-height: 20px;
    font-size: 14px;
    text-align: justify;
    color: #88888A;
    padding-left: 14px;
}

.premium-checkout-list-item-text p {
    margin: 0;
    padding: 0;
}

.premium-checkout-list-item-text b {
    font-weight: 700;
}

.premium-checkout-plans {
    display: flex;
    justify-content: space-between;
    margin: 0 -8px;
}

.premium-checkout-plan {
    width: 100%;
    border-radius: 16px;
    background-color: rgba(180, 112, 115, 0.08);
    border: 2.5px solid #DD9AA9;
    padding: 11px 0;
}

.premium-checkout-plan-title {
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    color: #6A6F7B;
    opacity: 0.6;
    margin-bottom: 10px;
}

.premium-checkout-plan-text {
    font-weight: 700;
    line-height: 17px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #E09090;
    padding: 6px 0;
}

.premium-checkout-plan-text p {
    margin: 0;
    padding: 0;
}

.premium-checkout-plan-price {
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    color: #B5B7BD;
    margin-top: 8px;
}

.premium-checkout-plan-price p {
    margin: 0;
    padding: 0;
}

.premium-checkout-plan-price b {
    font-weight: 400;
    color: #E09090;
}

.premium-checkout-plan-wrap {
    padding: 0 8px;
    flex: 0 0 33.3333%;
}

.premium-checkout-plan-button {
    margin: 30px 20px 0;
}

.premium-checkout-plan-button .button {
    width: 100%;
    height: 20px;
    font-size: 10px;
    color: #E09090;
    border: 1px solid #DD9AA9;
    padding: 0;
    letter-spacing: 1px;
}

.premium-checkout-plan-button .button:hover, .premium-checkout-plan-button .button.active {
    background-color: #E09090;
    color: #FFF;
}

.premium-checkout-card {
    width: 79%;
    min-width: 476px;
    margin: 0 auto;
    background-color: rgba(180, 112, 115, 0.08);
    border-radius: 24px;
    padding: 38px 38px 17px;
}

.premium-checkout-card-wrap {
    margin-top: 36px;
}

.premium-checkout-card label {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 16px;
    color: #80848F;
    margin-left: 7px;
}

.premium-checkout-card input {
    height: 60px;
    border-radius: 24px !important;
    font-size: 18px;
    padding: 0;
    text-align: center;
}

.premium-checkout-card-row {
    display: flex;
    margin-bottom: 21px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.premium-checkout-card-cell {
    flex: 1 0 0;
}

.premium-checkout-card-cell--big {
    flex-basis: 182px;
}

.premium-checkout-card-small-input input {
    width: 106px;
    padding: 0;
    text-align: center;
}

.premium-checkout-card-double-input {
    display: flex;
}

.premium-checkout-card-double-input input {
    width: 106px;
    padding: 0;
    text-align: center;
    margin-right: 16px;
}

.premium-checkout-button-block {
    font-weight: 700;
    line-height: 25px;
    font-size: 23px;
    text-align: center;
    letter-spacing: 1.2px;
    color: rgba(128, 132, 143, 0.85);
    margin-top: 22px;
    padding: 0 94px;
}

.premium-checkout-button-block p {
    margin: 0;
    padding: 0;
}

.premium-checkout-button-block b {
    color: #E09090;
    font-weight: 700;
}

.premium-checkout-button-block small {
    display: block;
    font-size: 17px;
}

.premium-checkout-button-block .button {
    width: 100%;
    background: #E09090;
    margin-top: 22px;
}

@media (max-width: 1550px) {
    .premium-checkout-block-wrap {
        flex: 0 0 100%;
    }
}

@media (max-width: 1350px) {
    .premium-checkout-card {
        min-width: 100%;
        width: 100%;
    }

    .premium-checkout-wrap {
        height: auto;
    }

    .premium-checkout-block {
        height: auto;
    }

    .premium-checkout-block-wrap {
        height: auto;
    }
}

.boas-vindas {
    background-color: rgba(180, 112, 115, 0.04);
    width: 48%;
    border-radius: 24px;
    margin: 0 auto;
    padding: 22px 55px;
    min-width: 668px;
    color: #88888A;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.111px;
    font-size: 18px;
}

.boas-vindas h2,
.boas-vindas h3,
.boas-vindas h1 {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.1px;
    margin: 23px 0 21px;
}

.boas-vindas p {
    margin: 0 0 21px;
    padding: 0 33px;
}

.boas-vindas img {
    margin: 0 0 22px;
}

.boas-vindas a {
    color: #3763DC;
    text-decoration: underline;
    font-weight: 700;
}

.profile-wrap {
    margin: 0 -22px;
    display: flex;
    justify-content: space-between;
}

.profile-wrap-cell {
    flex: 0 0 50%;
    padding: 0 22px;
}

.profile-cell-block {
    background-color: rgba(180, 112, 115, 0.08);
    border-radius: 24px;
    margin-bottom: 31px;
}

.profile-user-block {
    padding: 19px 46px;
}

.profile-user-block--info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.profile-user-block--stat {
    margin-bottom: 0;
    padding: 31px 0 18px;
}

.profile-user-block--stat h3 {
    margin: 0 0 24px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    color: #80848F;
}

.profile-user-block--default {
    padding: 38px 52px 0 40px;
}

.profile-user-block--default h3 {
    margin: 0 0 33px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: #80848F;
}

.profile-user-block--default--wide {
    padding: 38px 0 0;
}

.profile-user-block--default--no-bottom-margin {
    margin-bottom: 0;
}

.profile-user-block-content {
    font-family: "Asap", sans-serif;
    font-size: 16px;
    color: #D88AA1;
    font-weight: 400;
}

.profile-user-block-content h3 {
    margin: 0 0 3px;
    font-size: 23px;
    font-weight: 400;
}

.profile-user-block-image {
    margin-right: 22px;
}

.profile-user-block-image--green .profile-user-image {
    background-color: #B8E986;
}

.profile-user-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #CCC;
    display: block;
    -webkit-background-size: 80% 80%;
    background-size: 80% 80%;
    background-position: bottom;
    background-repeat: no-repeat;
    /* TODO REWRITE IT? */
}

.profile-stat-block-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.profile-stat-block-divider {
    height: 1px;
    background: linear-gradient(270deg, rgba(208, 210, 214, 0.75) 12.32%, rgba(255, 255, 255, 0.75) 100%);
    opacity: .4;
    width: 72%;
    margin: -14px auto 0;
}

.profile-stat-block-divider--no-top-margin {
    margin-top: 0;
}

.profile-stat-block-item {
    flex: 0 0 50%;
    padding: 0 5px;
    color: #80848F;
    text-align: center;
    margin-bottom: 46px;
    position: relative;
}

.profile-stat-block-item:nth-child(even):before {
    content: '';
    display: block;
    width: 1px;
    height: 80%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100%;
    background: linear-gradient(270deg, rgba(208, 210, 214, 0.75) 12.32%, rgba(255, 255, 255, 0.75) 100%);
    opacity: .38;
}

.profile-stat-value {
    display: block;
    font-size: 66px;
    text-align: center;
    line-height: 1;
}

.profile-stat-cy {
    display: block;
    text-transform: uppercase;
    color: rgba(128, 132, 143, 0.75);
    font-size: 18px;
    line-height: 1;
    letter-spacing: 2px;
}

.profile-stat-title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.7px;
}

.show-for-desktop {
    display: block;
}

.practices-grid-item--general .practices-grid-button-icon {
    background-image: url('../img/practice_play-btn--tr.png');
}
.header--menu-toggler svg{
    height: 25px;
}
.sticky {
    position: fixed;
    top: -100px;
    width: 100%;
    z-index: 999999;
    background-color: #E09090;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.145182);
}

.header--logo-text img, .header--menu-toggler svg, .sticky{
    transition: all 500ms ease-in-out;
}
/* Mobile web layout */
@media screen and (min-width: 1100px) {
    .show-for-small-only {
        display: none;
    }

    .header--menu-toggler {
        display: none;
    }

    .show-for-desktop {
        display: inherit;
    }
}

@media screen and (max-width: 768px) {
    .page--window-header-menu {
        padding: 0;
        width: 100% !important;
    }
}

@media screen and (max-width: 1099px) {
    body {
        overflow: auto;
    }
    .header_desktop {
        display: none;
    }
    .alert-screen.active{
        position: sticky;
        height: 100vh;
        width: 100%;
    }
    .sticky {
        top: 0;
    }

    .sticky img{
        margin-top: 2px;
        height: 45px;
    }
    .page--sidebar .header--logo{
        display:none;
    }
    .practice-detail-progress-item.nli:before{
        content:none!important;
    }
    .practices-grid-sub-title {
        color: #7A7979;
        font-size: xx-small;
        margin: 3px 0;
        display: block;
    }

    .show-for-desktop {
        display: none;
    }

    .practices-grid-item--general .practices-grid-button-icon, .practices-grid-item--default .practices-grid-button-icon {
        background-image: url('../img/rectangle_grey.png');
        background-size: 7px !important;
        background-position-x: right;
    }

    .show-for-small-only {
        display: inherit;
    }

    .practices-grid-item--default {
        background-color: transparent;
        min-height: inherit;
    }

    .practices-grid-item--default .practices-grid-image {
        background-color: #EEDEBD;
    }
    .practices-grid-item--default .practices-grid-duration {
        display:none
    }

    .practices-grid-item--general .practices-grid-title, .practices-grid-item--general .practices-grid-text {
        color: #7A7979 !important;
        margin-bottom: 0;
    }

    body {
        min-width: auto;
    }

    .header--grid {
        align-items: center;
    }

    .header--logo {
        flex-grow: 1;
        padding-right: 0;
        padding-left: 10px;
    }

    .header--logo-sign {
        display: none;
    }

    .header--logo-text {
        margin-left: -3rem;
    }

    .header--logo-text img {
        max-height: 45px;
    }

    .header--menu-toggler {
        display: block;
        width: 2.5rem;
        margin-left: .5rem;
    }

    .header--menu {
        display: none;
    }

    .header {
        padding: 1rem;
    }
    .page {
        padding: 0 1rem 1rem;
    }

    .page--wrap {
        flex-direction: column;
    }

    .page--sidebar .sidebar {
        padding: 0;
    }

    .page--sidebar {
        display: none;
    }

    .page--sidebar.page--sidebar__open {
        display: block;
    }

    .page--window.page--window__closed {
        display: none;
    }

    .sidebar--menu li {
        border-radius: 1rem;
        height: 4rem;
        font-size: 16px;
    }

    .sidebar--menu li a {
        padding: .25rem 1rem;
    }

    .sidebar--menu li .sidebar--menu_item_icon {
        flex-basis: 2rem;
        margin: 0 .75rem 0 1rem;
    }

    .sidebar--menu li .sidebar--menu-dropdown-ico svg {
        max-height: .9rem;
    }

    .sidebar--menu li .sidebar--menu_item_icon,
    .sidebar--menu li .sidebar--menu-dropdown-ico {
        display: flex;
    }

    .page--window {
        width: 100%;
        height: auto;
    }

    .os-content {
        padding: 1.25rem 1rem 1rem !important;
    }
    .content-page-wrap,
    .simplebar-content-wrapper {
        height: auto;
    }
    .page--window-content .content-grid-wrap,
    .page--window-content .content-page-wrap,
    .page--window-content .content-grid-wrap.content-grid-wrap--grid,
    .page--window-content .content-grid-wrap.content-grid-wrap--cites {
        height: auto !important;
        padding: 0 !important;
    }
    .simplebar-track {
        visibility: hidden !important;
    }
    .os-theme-dark > .os-scrollbar,
    .os-theme-light > .os-scrollbar {
        display: none !important;
    }

    .practices-grid .practices-grid-item-wrap {
        flex: 0 0 100%!important;
    }

    .practices-grid-block-title {
        margin: 0 0 1rem;
    }

    .practices-grid-item {
        padding: 0;
        box-shadow: none;
        border-radius: .5rem;
    }

    .practices-grid-content {
        padding: 0 .5rem 0 1.25rem;
    }

    .practices-grid-image {
        width: 65px;
        height: 65px;
        background-size: 50px;
        border-radius: 5px;
    }

    .practices-grid-button .practices-grid-button-icon,
    .practices-grid-button .practices-grid-button-icon_blocked {
        height: 2rem;
        background-size: contain;
        width: 2rem;
        margin: 0;
    }

    .practices-grid-button {
        width: auto;
    }

    .practices-grid-item--default .practices-grid-title, .practices-grid-title {
        font-size: .95rem;
    }

    .practices-grid-text {
        font-size: .85rem;
    }


    .page--window-header-menu:before,
    .page--window-header-menu:after {
        content: none;
    }

    .page--window-header-menu-wrap {
        background: #E09090;
        padding: 0;
        max-width: 100%;
        overflow-x: hidden;
        width: 100%;
    }


    .page--window,
    .page--window-wrap {
        border-radius: 0;
        background-color: transparent;
    }

    .page--window-content {
        border-radius: 1rem;
        background-color: #fff;
    }

    .page--window-header-menu {
        padding: 0;
        width: 80%;
    }

    .page--window-header {
        height: auto;
        padding-bottom: 1.5rem;
        width: calc(100vw - 70px);
    }

    .page--window-header-menu ul {
        font-weight: 700;
        line-height: 3rem;
        padding: .3rem;
        letter-spacing: 1px;
        font-size: 16px;
    }

    .page--window-header-menu ul li {
        margin: 0;
        width: 33.33333333333%;
    }

    .page--window-header-menu ul li.en {
        margin: 0;
        width: 50%;
    }


    .page--window-header-menu ul li:not(:first-child) {
        margin-left: .5rem;
    }

    .page--window-header-menu ul li a {
        padding: 0.5rem .9rem;
    }

    .simplebar-content {
        padding: 1.25rem 1rem !important;
    }

    .content-grid,
    .cite-grid {
        margin: 0;
    }

    .content-grid--item-wrap,
    .cite-item-wrap {
        padding: 0;
        margin-bottom: 1.5rem;
    }

    .content-grid--item-media {
        border-radius: 1rem;
        width: 100%;
        height: 0;
        padding-bottom: 55%;
        margin-bottom: .5rem;
    }

    .content-grid--item-title {
        /*font-size: .9rem;*/
        margin-bottom: .3rem;
    }

    .content-grid--item-text {
        /*font-size: .85rem;*/
        line-height: 1.4;
    }

    .content-grid--item--video .content-grid--item-media:after {
        width: 3rem;
        height: 3rem;
        background-size: contain;
    }

    .content-page-profile {
        min-width: auto;
        width: 100%;
    }

    .profile-wrap {
        margin: 0;
    }

    .profile-wrap-cell {
        padding: 0;
    }

    .profile-user-block {
        padding: 1rem;
    }

    .profile-user-block-content {
        word-break: break-word;
    }

    .profile-cell-block {
        border-radius: 1rem;
        margin-bottom: .75rem;
    }

    .profile-user-image {
        width: 3rem;
        height: 3rem;
        background-size: contain;
        background-position: center;
    }

    .stat-graph-text,
    .stat-graph-value-inner-text {
        font-size: 5px;
    }

    .profile-user-block--stat h3,
    .profile-user-block--default h3,
    .profile-user-block--default h3 {
        font-size: .8rem;
        margin: 0 0 1.25rem;
    }

    .overview-stat-tabs-wrap {
        padding: .25rem;
        margin-bottom: 1.5rem;
    }

    .overview-stat-tab {
        font-size: .75rem;
        height: auto;
        line-height: 2;
    }

    .profile-stat-value {
        font-size: 3.5rem;
    }

    .profile-stat-cy {
        font-size: .8rem;
        letter-spacing: 1.5px;
        line-height: .75;
    }

    .profile-stat-title {
        font-size: .75rem;
    }

    .profile-stat-block-divider {
        margin: 0 auto;
        width: 95%;
    }

    .stat-graph-value {
        height: 8.5rem;
    }

    .share,
    .boas-vindas {
        min-width: auto;
        padding: 1rem;
        width: 100%;
        border-radius: 1rem;
    }

    .share-logo {
        max-width: none;
        width: 100%;
    }

    .share-logo img {
        width: 10rem;
        height: 10rem;
        margin: 0 auto;
    }

    .share-action {
        margin-top: 1.5rem;
    }

    .share-action-text {
        font-size: .9rem;
        margin-bottom: 1rem;
    }

    .share-link-wrap {
        border-radius: 2rem 1.25rem 1.25rem 2rem;
    }

    .share-link-input input {
        font-size: .9rem;
        height: auto;
        line-height: 3;
        letter-spacing: 1px;
    }

    .share-link-btn {
        font-size: .85rem;
        letter-spacing: 1.1px;
    }

    .share-link-or {
        font-size: .9rem;
        margin: 1rem auto;
    }

    .share-link-mail-btn .button,
    .personal-area-form-btn .button,
    .jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button,
    .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
        font-size: .85rem;
        padding: 0;
        letter-spacing: 1.1px;
        height: auto;
        line-height: 3.25;
        border-radius: 1rem;
    }

    .boas-vindas p {
        margin-bottom: 1.5rem;
        padding: 0 .5rem;
        text-align: center;
        font-size: 1rem;
        font-style: italic;
        font-weight: 400;
    }

    .boas-vindas h1 {
        font-weight: 700;
    }

    .personal-area-wrap {
        flex-direction: column;
        justify-content: stretch;
    }

    .personal-area-wrap .personal-area-block--info,
    .personal-area-wrap .personal-area-block--edit-form {
        width: 100%;
        padding: 1rem;
    }

    .personal-area-block--info {
        border-radius: 1rem 1rem 0 0;
    }
    .personal-area-block--edit-form {
        border-radius: 0 0 1rem 1rem;
    }

    .personal-area-wrap .update--payment-form,
    .personal-area-wrap .update--subscription-form {
        right: -200%;
    }

    .content-page-wrap .content-page-personal-area-container {
        width: 100%;
    }

    .personal-area-info {
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
    }

    .personal-area-image {
        width: 6rem;
        margin: 0;
        height: 6rem;
    }

    .personal-area-info .personal-area-name {
        display: none;
    }

    .personal-area-info .invalid-feedback-avatar {
        flex-basis: 50%;
    }

    .personal-area-action-button:not(:first-child) {
        display: none;
    }

    .personal-area-action-button {
        margin: 0;
    }

    .personal-area-action .personal-area-action-button .button {
        font-size: .8rem;
        height: auto;
        padding: 0 1.75rem;
        width: auto;
        line-height: 2.5;
        border-width: 1px;
        background: white;
        color: #E09090;
    }

    .personal-area-form .personal-area-form-row label,
    .login--form .login--form-row label {
        font-size: .8rem;
        margin-bottom: .5rem;
        line-height: 1.5;
        letter-spacing: 1.2px;
        margin-left: .75rem;
    }

    .personal-area-form .personal-area-form-row input,
    .personal-area-form .personal-area-form-row .nice-select,
  .login--form .login--form-row input
   {
        font-size: .9rem;
        border-radius: 1rem;
        height: auto;
        line-height: 3;
        letter-spacing: 1px;
        padding: 0 .75rem;
    }

    .personal-area-form-row .group-input-profile a {
        font-size: .75rem;
        font-weight: 700;
        letter-spacing: 1px;
        flex-basis: 4.5rem !important;
        text-align: right;
    }

    body .jconfirm .jconfirm-scrollpane,
    body .jconfirm .jconfirm-row,
    body .jconfirm .jconfirm-cell {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
    }

    .jconfirm.jconfirm-white .jconfirm-box,
    .jconfirm.jconfirm-light .jconfirm-box {
        max-width: 100% !important;
    }

    .jconfirm .jconfirm-content {
        padding: 2rem 1rem;
    }

    .jconfirm .jconfirm-content form.update_popup_form {
        width: 100%;
    }

    .page--window-wrap .premium-checkout-wrap,
    .page--window-wrap .premium-checkout,
    .page--window-wrap .premium-checkout-block,
    .page--window-wrap .premium-checkout-block-wrap {
        margin: 0;
        padding: 0;
    }

    .page--window-wrap .premium-checkout-block-wrap {
        flex-basis: auto;
        width: 100%;
    }

    .page--window-wrap .premium-checkout-block {
        padding: .5rem 2rem;
    }

    .premium-checkout-text {
        font-size: .9rem;
        line-height: 1.5;
        margin: 1.25rem 0 .5rem;
    }

    .premium-checkout-list-item {
        margin-bottom: 1.25rem;
    }

    .premium-checkout-list .premium-checkout-list-item .premium-checkout-list-item-text {
        font-size: .75rem;
        padding-left: .5rem;
        line-height: 1.4;
    }

    .premium-checkout-list .checked .premium-checkout-list-item-icon {
        background-size: contain;
        height: 1.5rem;
        width: 1.5rem;
    }

    .premium-checkout-plans {
        flex-direction: column;
    }

    .premium-checkout-plan-wrap {
        flex-basis: auto;
        margin-bottom: 1rem;
    }

    .premium-checkout-plan-wrap .premium-checkout-plan {
        padding: 1rem;
        border-radius: .5rem;
    }

    .premium-checkout-plan-wrap .premium-checkout-plan-title {
        font-size: 1.1rem;
        font-weight: 700;
        margin: 0;
    }

    .premium-checkout-plan-wrap .premium-checkout-plan-text {
        padding: 1rem 0 .75rem;
        font-weight: 500;
        font-size: 1.75rem;
    }

    .premium-checkout-plan-wrap .premium-checkout-plan-text span {
        font-size: .7rem;
    }

    .premium-checkout-plan-wrap .premium-checkout-plan-button {
        margin: 0;
        padding: 0 1rem;
    }

    .premium-checkout-plan-wrap .premium-checkout-plan-button .button {
        font-size: .6rem;
        height: auto;
        line-height: 2;
        border-radius: .4rem;
    }

    .premium-checkout-info-box {
        width: 100%;
        min-width: 0;
    }

    .premium-checkout-block-wrap:first-child {
        margin-bottom: 1rem;

        /* hide the first section of premium page (to follow design) */
        display: none;
        /* --- */
    }


    .login--wrap {
        padding: 0;
        align-items: flex-start;
        background-color: #E09090;
    }

    .login--gradient {
        width: 100%;
        padding: 0;
        border-radius: 0;
        transform: scale(1);
        background-image: none;
    }

    .login--block {
        border-radius: 0;
        padding: 1rem 2.5rem 0;
    }

    .login--logo {
        margin: .5rem 0 2rem;
    }

    .login--pass-reset {
        height: auto;
        line-height: 1.5;
        font-size: .75rem;
        letter-spacing: 1.5px;
        text-align: center;
        padding: 1.25rem 0 2rem;
    }

    .login--form .login--form-button .login-button,
    .login--socials-buttons .login-button,
    .login--form-back .login-button {
        font-size: .85rem;
        padding: 0;
        letter-spacing: 1px;
        height: auto;
        line-height: 3;
        border-radius: 1rem;
        justify-content: center;
    }

    .login--form-back .login-button {
        border-width: 2px;
        line-height: 2.5;
    }

    .login--socials-buttons .login-button {
        font-size: .75rem;
    }

    .login--socials-buttons .login-button:not(.login--default) {
        padding-left: 6rem;
        justify-content: flex-start;
    }

    .login--socials-buttons a {
        margin-bottom: 1.25rem;
    }

    .login--socials-buttons .login--facebook:after,
    .login--socials-buttons .login--google:after {
        left: 3.5rem;
        transform: translate(0, -50%);
        width: 1.25rem;
        height: 1.25rem;
        background-size: contain;
        background-repeat: no-repeat
    }

    .login--form--subscription .login--form-button {
        margin: 2rem 0 1rem;
    }

    .page--wrap .page--window {
        border-radius: 1rem;
    }

    .page--window-header-full {
        display: none;
    }

    .header-article {
        position: fixed;
        z-index: 2;
        width: 100%;
        background-color: #E09090;
        height: 50px;
        top: 0px;
    }

    .page--window-header-full.sticky {
        display: block;
        height: 60px;
        background-color: #CC8383;
        margin-top: 10px;
        margin-right: 1rem;
        width: calc(100% - 2rem);
    }

    .page--window-header-full-title {
        padding: .5rem 3.25rem;
        font-size: 1rem;
        line-height: 1.5;
        display: flex;
        align-items: center;
        min-height: 3.25rem;
    }

    .page--window-header-full-back {
        left: 1rem;
        width: 44px;
        height: 44px;
        margin: .75rem 0 0;
        top: 0;
        transform: translateY(0);
    }

    .page--window-header-full-back a {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .page--window-header-full-back .icon.back-icon {
        width: 23px;
        height: 23px;
        top: auto;
        left: auto;
        position: initial;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        margin-left: 12px;
    }

    .page--window-header-full-back.page--window-header-full-back--close .icon.back-icon {
        width: 1.5rem;
        height: 1.5rem;
        margin: auto;
    }

    .page--window-header-full-ui-icon {
        width: 2rem;
        height: 2rem;
        margin-left: 1rem;
    }

    .page--window-header-full-ui-icons .icon.mic-icon,
    .page--window-header-full-ui-icons .icon.info-icon {
        background-size: contain;
        width: .75rem;
        height: .9rem;
    }
    .practice-detail-progress .practice-detail-progress-item:not(:last-of-type):after,
    .practice-detail-progress .practice-detail-progress-item.nli:after {
        width: calc(100% - 4rem);
    }

    .page--window-content .practice-detail {
        min-width: 0;
        padding: 0;
        margin: 0;
        width: 100%;
        border-radius: 0;
        background: transparent;
    }

    .practice-detail .practice-detail-text {
        flex-direction: column;
        padding: 0 0 1.5rem;
    }

    .practice-detail .practice-detail-text,
    .practice-detail .practice-detail-text .left-side,
    .practice-detail .practice-detail-text .right-side {
        flex-basis: 100%;
        font-size: 1rem;
    }
    .practice-detail-progress-item:not(.practice-detail-progress-item-last) .practice-detail-progress-step:before {
    content: ''!important;
    position: absolute;
    top: 100%;
    height: 100%;
    width: 3px;
    background-color: #EFEFEF;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

    .practice-detail-progress-item:not(.practice-detail-progress-item-last) .practice-detail-progress-step--completed:before {
    background: linear-gradient(180deg, #E8977E -68.42%, #D88AA1 156.84%);
  }

  .practice-detail-progress .practice-detail-progress-item.nli:before,
  .practice-detail-progress-item:last-child .practice-detail-progress-step:after,
  .practice-detail-progress-item:last-child:not(:first-child) .practice-detail-progress-step:before,
  .practice-detail-progress:last-child .practice-detail-progress-item:last-child .practice-detail-progress-step:before,
  .practice-detail-progress .practice-detail-progress-step:after {
    content: none!important;
  }


    .practice-detail-text:before {
        content: none;
    }

    .practice-detail-text .left-side img,
    .practice-detail-text .right-side img {
        border-radius: 1rem;
        margin-bottom: 1rem;
    }

    .practice-detail .practice-detail-know-more,
    .practice-detail .practice-detail-know-more-0 {
        padding: .75rem 1rem;
        font-size: .85rem;
        font-weight: 500;
    }

    .practice-detail .practice-detail-know-more a,
    .practice-detail .practice-detail-know-more-0 a {
        font-size: .7rem;
        font-weight: 700;
    }

    .practice-detail .practice-detail-know-more a:after,
    .practice-detail .practice-detail-know-more-0 a:after {
        margin-left: .25rem;
        width: .7rem;
        height: .7rem;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .practice-detail-progress {
        padding: 0 1rem;
    }

    .practice-detail-progress-item {
        padding: .75rem 0;
    }

    .practice-detail-progress .practice-detail-progress-item:not(:last-of-type):after,
    .practice-detail-progress .practice-detail-progress-item.nli:after {
        width: 100%;
    }

    .practice-detail-progress-step {
        width: auto;
    }

    .practice-detail-progress-step-circle {
        width: 2.5rem;
        height: 2.5rem;
        font-size: .85rem;
        border-width: 2px;
    }

    .practice-detail-progress-step-circle-repeat {
        width: .75rem;
        height: .75rem;
        top: -1px;
        right: -1px;
    }

    .practice-detail-progress .next-highlight + .practice-detail-progress-item .practice-detail-progress-step-circle {
        border-width: 2px;
    }

    .practice-detail-progress .practice-detail-progress-step:after {
        content: none;
    }

    .practice-detail-progress-content {
        padding: 0 .5rem 0 1.5rem;
        flex-basis: 75%;
    }

    .practice-detail-progress-title {
        font-size: .9rem;
        margin-bottom: 0;
        line-height: 1.5;
    }

    .practice-detail-progress-description {
        font-size: .6rem;
    }

    .practice-detail-progress-description .icon.audio,
    .practice-detail-progress-description .icon.video {
        width: 1rem;
        height: .75rem;
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: .25rem;
    }

    .practice-detail-progress-link {
        width: auto;
    }
    .practice-detail-progress-link-button,
    .practices-grid-button-icon_blocked {
        width: 1.5rem;
        height: 1.5rem;
        background-size: contain;
    }

    .page--window-content--header-big--default {
        border-radius: 0 0 1rem 1rem;
        background: rgba(255, 255, 255, 0.3);
        height: auto;
    }

    .page--window-content.page--window-content--article {
        border-radius: 0 0 1rem 1rem;
        height: auto;
        padding: 0;
    }

    .theme--yellow .page--window-wrap {
        border-radius: 1rem;
    }

    .page--window-header-full {
        border-radius: 1rem 1rem 0 0;
    }

    .audio-player {
        min-width: 0;
        padding: 2rem 1rem;
        margin: .5rem 0;
        width: 100%;
    }

    .audio-player-title {
        margin-bottom: 4.5rem;
    }

    .audio-player-title h1 {
        font-size: 1rem;
    }

    .audio-player-circle {
        transform: scale(.7);
    }

    .audio-player-play {
        width: 4.5rem;
        height: 4.5rem;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .audio-player-audio-back {
        left: -5rem;
    }

    .audio-player-result {
        margin-top: 1rem;
        font-size: 1rem;
        margin-bottom: 3rem;
    }

    .audio-player-description {
        top: 2%;
        right: -200%;
        height: auto;
        max-height: 96%;
        width: 96%;
        padding: .5rem 1.5rem 1rem;
        border-radius: 1rem;
        overflow-y: auto;
    }

    .audio-player-description.active {
        right: 2%;
    }

    .audio-player-description h1 {
        font-size: 1.25rem;
        margin: .5rem 0 1rem 2.25rem;
    }

    .audio-player-description .text {
        font-size: 1rem;
    }

    .audio-player-description-close,
    .audio-player-finish-description-close,
    .alert-screen .close {
        top: 1.75rem;
        left: .75rem;
        width: 2rem;
        height: 2rem;
    }

    .audio-player-description-close .icon.back-icon,
    .audio-player-finish-description-close .icon.back-icon,
    .alert-screen .close .icon.back-icon {
        width: 1.75rem;
        height: 1.75rem;
        background-size: contain;
    }

    .content-article {
        min-width: 0;
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .article {
        padding: 1rem;
        color: rgba(128, 132, 143, 0.84);
        line-height: 32px;
        font-weight: 400;
        font-size: 18px;
        margin-top: 45px;
    }

    .page--window-header-full-line-menu ul {
        flex-wrap: wrap;
    }

    .page--window-content.page--window-content--header-big {
        border-radius: 0 0 1rem 1rem;
    }

    .page--window-header-full-line-menu ul {
        border-radius: 1rem 1rem 0 0;
    }
}/* end of small screen media */
@media (max-width: 1400px) {
    .sidebar {
        padding-right: 15px;
    }

    .sidebar--menu {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .sidebar--menu li a {
        padding: 0 15px;
    }

    .sidebar--menu_item_title {
        padding-left: 5px;
    }
    .practices-grid-item-wrap {
        flex: 0 0 48%!important;
    }
}
@media (max-width: 1200px) {
    .profile-wrap {
        flex-wrap: wrap;
    }

    .profile-wrap-cell {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }

}
@media (max-width: 1100px) {
    .dpl-page .page--sidebar {
        flex: 0 0 240px !important;
    }
}
