/* Цвета */
/*
* Зеленый = #63a375 
* Фиолетовый = #5323a6
*
*/
* {
    /*font-family: 'Nunito', sans-serif;*/
    font-family: 'Museo-Bold', 'Arial', sans-serif;
}

html {
    min-height: 100%;
}


*, *:after, *:before {
    box-sizing: border-box;
}

.radio-form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

label.radio-item {
    display: flex;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.375em;
}

label.radio-item input {
    position: absolute;
    left: -9999px;
}

label.radio-item input:checked + span {
    background-color: #e3d9f0;
}

label.radio-item input:checked + span:before {
    box-shadow: inset 0 0 0 0.4375em #5311A0;
}

label.radio-item span {
    display: flex;
    align-items: center;
    padding: 0.375em 0.75em 0.375em 0.375em;
    border-radius: 1rem;
    transition: 0.25s ease;
}

label.radio-item span:hover {
    background-color: #e3d9f0;
}

label.radio-item span:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    margin-right: 0.375em;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em #5311A0;
}


span.navbar-text.title-page {
    font-weight: bold;
    color: black;
    font-size: medium;
    text-align: center;
    width: 40%;
}

@media only screen and (max-width: 350px) {
    span.navbar-text.title-page {
        font-weight: bold;
        color: black;
        font-size: small;
    }
}

.navbar-brand {
    padding: .5rem 0.8rem;
    margin: 0;
}

nav.bg-light {
    background-color: white;
}

body {
    background-color: #e9e3f0;
}

body.main {
    background: url(../img/mainbackground.svg);
    background-repeat: no-repeat;
    background-size: cover;

    background-position: 100% 0;


}

nav.navbar.sticky-top {
    -webkit-box-shadow: 0px 5px 23px 4px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 5px 23px 4px rgba(0, 0, 0, 0.10);
}

.nav-help.nav-help-icon {
    fill: #63a375;
}

.shadow-icon {
    filter: drop-shadow(0px 3px 1px rgb(0 0 0 / 0.2));
}

/* Нижнее меню  */

.bottom-menu-text {
    color: black;
    text-decoration: none;
    font-weight: bold;
}

.bottom-menu-link {
    text-decoration: none;
}

.main-buttons {
    font-size: larger;
    font-weight: bold;
    text-align: left;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 3%;
    padding-right: 3%;
    border: 0;
    border-radius: 1rem;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);

}

.main-buttons.purple-back:focus {
    background-color: #5311A0;
    border-color: #5323a6;
}

.main-buttons.green-back:focus {
    background-color: #3a9755;
    border-color: #63a375;
}

.main-buttons i {
    float: right;
    line-height: 28px;
    font-size: larger;
}

.purple-back {
    background-color: #5323a6;
    border-color: #5311A0;
}

.purple-back:hover {
    background-color: #5311A0;
    border-color: #5323a6;
}

.green-back {
    background-color: #63a375;
    border-color: #3a9755;
}

.green-back:hover {
    background-color: #3a9755;
    border-color: #63a375;
}


/* ГЛАВНАЯ*/


/* Посты */

.post-title {
    background-color: #3a9755;
    color: white;
    font-size: larger;
    padding: 0.6rem;
    font-weight: 700;
    border-radius: 15px;
    -webkit-box-shadow: 0px 5px 23px 4px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 5px 23px 4px rgba(0, 0, 0, 0.10);

}

.post-content {
    background-color: white;
    border-radius: 15px;
    -webkit-box-shadow: 0px 5px 23px 4px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 5px 23px 4px rgba(0, 0, 0, 0.10);
    margin-bottom: 10rem;
}

.post-content p {
    font-weight: 700;
}


/* Курсы */

.menelems-elem {
    background-color: #5311A0;
    color: white;
    font-weight: 700;
    border-radius: 15px;
    margin-bottom: 2rem;
    transition: 0.2s ease-in-out;
    -webkit-box-shadow: 0px 5px 23px 4px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 5px 23px 4px rgba(0, 0, 0, 0.10);

}

.menelems-elem-green {
    background-color: #63a375;
    color: white;
    font-weight: 700;
    border-radius: 15px;
    margin-bottom: 2rem;
    text-align: right;
    transition: 0.2s ease-in-out;
    -webkit-box-shadow: 0px 5px 23px 4px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 5px 23px 4px rgba(0, 0, 0, 0.10);

}

.hr-menelems {
    color: white;
    background-color: white;
    border-color: white;
    padding-top: 3px;
    border-radius: 10px;
    opacity: 1;
    width: 4rem;
}

.hr-menelems.green {
    margin-left: auto;
}

.disc-menelems {
    font-weight: 500;
}

.container.menelemces {
    margin-bottom: 10rem;
}

.container.menelemces a {
    text-decoration: none;
    transition-delay: 10s;
    display: block;
}

.container.menelemces a:hover > .menelems-elem {
    background-color: #6831a7;
    transform: scale(1.01);
    -webkit-box-shadow: 0px 5px 23px 4px rgba(0, 0, 0, 0.50);
    box-shadow: 0px 5px 23px 4px rgba(0, 0, 0, 0.50);
}

.container.menelemces a:hover > .menelems-elem-green {
    background-color: #439b5e;
    transform: scale(1.01);
    -webkit-box-shadow: 0px 5px 23px 4px rgba(0, 0, 0, 0.50);
    box-shadow: 0px 5px 23px 4px rgba(0, 0, 0, 0.50);

}

.not-right-align {
    text-align: left;
}

.menelems-title {
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
}

hr.hr-menelems {
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
}

.disc-menelems {
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
}

.menelems-vol {
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
}


/* Exercises */


/* Pryho Human */

.linkDisc {
    color: #5311A0;
    text-decoration: none;
    font-weight: 800;
    margin-top: 30px;
    margin-bottom: 2rem;
    display: block;
}

.paramBlock {
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.paramElem {
    background-color: #5311A0;
    width: 12rem;
    text-align: center;
    border-radius: 10px;
    padding: 10px 20px;
    min-width: 20%;
    color: white;
    font-weight: 700;
    display: inline-block;
    margin-right: 3rem;
    margin-top: 1rem;
}

.paramElem.green {
    background-color: #63a375;
}

.new_lesson_mes {
    font-weight: 700;
    font-size: larger;
}

.minwidth2rem {
    min-width: 12em;
}

.maxwidth4rem {
    max-width: 14rem;
}

.lesson_button {
    margin-right: 3rem;
    padding: 15px 10px;
    margin-bottom: 1rem;
}

.txt-shadow {
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
}

.nav-down {
    box-shadow: 0px 5px -23px 4px rgba(0, 0, 0, 0.10);

}


/* Psyho Human Lesson */
a.disabled-link {
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}

a.disabled-link:hover, a.disabled-link:focus {
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}

.little-title {
    font-weight: 700;
}

.next-page-button {
    color: white;

}

.next-page-button {
    position: fixed;
    width: 75px;
    height: 75px;
    bottom: 100px;
    right: 10px;
    background-color: #5323a6;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    line-height: 80px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    transition: 0.2s;
}

.next-page-button-float {
    margin-top: 16px;
}

.back-page-button {
    position: fixed;
    width: 75px;
    height: 75px;
    bottom: 100px;
    left: 10px;
    background-color: #5323a6;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    line-height: 80px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    transition: 0.2s;
}

.back-page-button-float {
    margin-top: 16px;
}

a.back-page-button:hover, a.back-page-button:focus,
a.next-page-button:hover, a.next-page-button:focus {
    background-color: #63a375;
    color: white;
    transform: scale(1.1);
}

.menelems-elem.disabled-menelem {
    background-color: #8773aa;
}

.menelems-elem-green.disabled-menelem {
    background-color: #85a68f;
}


/* Meditation */


.menelems-elem.music .col-8 {
    text-align: right;
}

.music div.menelems-title {
    min-height: 4em;
    position: relative
}

/* 1 */
.music div.menelems-title h4 {
    margin: 0;
    position: absolute; /* 2 */
    top: 50%; /* 3 */
    transform: translate(0, -50%)
}

/* 4 */
.menelems-elem.music .col-8 .menelems-title h4 {
    margin-bottom: 0;
}

.menelems-elem.music i.play-menelems {
    font-size: 4rem;
}


.menelems-elem-green.music .col-8 {
    text-align: right;
}

.menelems-elem-green.music .col-4 {
    text-align: left;
}

.music div.menelems-title {
    min-height: 4em;
    position: relative
}

/* 1 */
.music div.menelems-title h4 {
    margin: 0;
    position: absolute; /* 2 */
    top: 50%;
    right: 0; /* 3 */
    transform: translate(0, -50%)
}

/* 4 */
.menelems-elem-green.music .col-8 .menelems-title h4 {
    margin-bottom: 0;
}

.menelems-elem-green.music i.play-menelems {
    font-size: 4rem;
}


/* Медитация на прощание */


.pic_player {
    width: 14em;
    height: 14em;
    background-color: #fff;
    display: inline-block;
    border-radius: 20px;
}

.media_title {
    font-size: larger;
    padding: 0 5rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.player_switches {
    display: inline-block;
}

.player_switches a {
    display: inline;
    text-decoration: none;

}

.media_switcher {
    background-color: #fff;
    width: 3rem;
    height: 3rem;
    border-radius: 32131px;
    display: inline-block;
    transition: 0.4s;
}

.media_switcher:hover {
    transform: scale(0.9);
}

.media_switcher:focus {
    transform: scale(0.9);
}


.media_switcher i {
    font-size: 1.4rem;
    line-height: 3rem;
    color: #5311A0;
}

.play_button_playlist {
    width: 5rem;
    height: 5rem;
    background-color: #fff;
    display: inline-block;
    font-size: 2rem;
    color: #5311A0;
    line-height: 5rem;
    border-radius: 4324px;
    margin: 0 1.5rem;
    transition: 0.2s;
}

.play_button_playlist:hover {
    transform: scale(1.1);
}

.play_button_playlist:focus {
    transform: scale(1.1);
}

.otstup_bottom {
    margin-bottom: 8rem;
}

@media only screen and (max-width: 450px) {
    .pic_player {
        width: 12rem;
        height: 12rem;
        background-color: #fff;
        display: inline-block;
        border-radius: 20px;
    }
}

.messenger {
    min-height: 75vh;
}

.alert.shadow {
    border-radius: 20px;
    -webkit-box-shadow: 0px 4px 15px -5px rgba(0, 0, 0, 0.36);
    box-shadow: 0px 4px 15px -5px rgba(0, 0, 0, 0.36);
}

.alert-danger {
    font-weight: 700;
    background-color: #fdabab;
    color: #7a4646;
    border: 0;
}

.left-message {
    background-color: #5311A0;
    color: white;
    border-radius: 5px 20px 20px 20px;
    width: 18rem;
    margin-bottom: 1rem;
    display: block;
}

.right-message {
    display: block;
    background-color: #63a375;
    color: white;
    border-radius: 20px 5px 20px 20px;
    width: 18rem;
    margin-bottom: 1rem;
    margin-left: auto;
}

textarea.textarea_messenger {
    display: inline-block;
    background-color: #e7e4eb;
    border: none;
    border-radius: 20px;
    padding: 1rem;
    overflow: hidden;
    min-height: 4rem;
    max-height: 4rem;
    color: #4e4e4e;
    font-weight: 700;
    width: 100%;
}

textarea.textarea_messenger:focus {
    background-color: #f0edf5;
}

.main-buttons.mes_send {
    display: inline-block;
    padding: 1rem;
    border-radius: 20px;
    line-height: 0;
    max-height: 100%;
}

.btn-messenger {
    width: 100%;
    background-color: #5311A0;
    color: #FFFFFF;
    margin: 0;
    height: 4rem;
    border-radius: 15px;
    margin-top: -0.4rem;
}

.btn-messenger i {
    font-size: larger;
    margin-top: auto;
}

.btn-messenger:hover i {
    color: #e7e4eb;
}

.btn-messenger:focus i {
    color: #e7e4eb;
}

.pl-0 {
    padding-left: 0;
}

.textarea-block {
    display: inline;
    width: 90%;
}

.messenger-cont {
    height: 25rem;
    overflow-x: hidden;
    overflow-y: visible;
    padding-top: 2rem;
}

.messenger-cont::-webkit-scrollbar {
    width: 7px;
    background-color: #f2f2f2;
    padding-left: 3px;
    border-radius: 34rem;
    border-left: 2px solid #fff;
}

.messenger-cont::-webkit-scrollbar-thumb {
    background-color: #5311A0;
    border-radius: 34rem;
}

.navbar-text.title-page {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.hero {
    color: white;
    background: linear-gradient(rgba(83, 35, 166, 0.5), rgba(83, 35, 166, 0.5)), url(../img/girl.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    align-items: center;
    padding: 4rem 0;
}

.hero p {
    text-align: center;
    font-size: larger;
    font-weight: 600;
}

.hero-h1 {
    font-size: 35px;
    padding: 0 5rem;
    text-align: center;
    font-weight: bold;
}

.mainpage .main-buttons {
    position: relative;
    display: block;
    color: white;
    border-radius: 8%;
    width: 46%;
    margin: 2%;
    transition: 300ms ease-in-out;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.37);
}

.mainpage .main-buttons:hover {
    color: white;
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.47);

}

.mainpage .main-buttons:after {
    content: '';
    display: block;
    padding-top: 100%;
}

.mainpage .main-buttons.numerolog {
    background: linear-gradient(rgba(83, 35, 166, 0) 40%, #130546 90%), url(../img/numerolog.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.mainpage .main-buttons.astrolog {
    background: linear-gradient(rgba(83, 35, 166, 0) 40%, #052646 90%), url(../img/astrolog.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.mainpage .main-buttons.numerolog:hover {
    background: linear-gradient(rgba(83, 35, 166, 0), #130546 90%), url(../img/numerolog.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.mainpage .main-buttons.astrolog:hover {
    background: linear-gradient(rgba(83, 35, 166, 0), #052646 90%), url(../img/astrolog.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.main-but-res {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.main-but-res img {
    width: 50%;
    padding-top: 13%;
}

.main-but-tt {
    /*line-height: 20px;*/
    /*width: 90%;*/
    line-height: 20px;
    width: 80%;
}

.main-but-ico {
    max-width: 100%;
    margin-bottom: -0.5em;
    text-align: right;
}

.main-but-text {
    position: absolute;
    display: flex;
    justify-content: space-between;
    bottom: 0;
    text-align: left;
    padding: 7% 4%;
    font-size: medium;
    margin: 0;
    width: 110%;
}

@include media-breakpoint-up(sm) {

}

@include media-breakpoint-up(md) {
    html {
        font-size: 1.4rem;
    }
}

@include media-breakpoint-up(lg) {
    html {
        font-size: 1.6rem;
    }
}


/* Авторизация */

.alert-info {
    background-color: #b4ffa3;
    color: #507c65;
    font-weight: 800;
    border: 0;
}

.login-h1 {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    font-weight: 500;
    font-size: xx-large;
}

.login-input input.inputlogin {
    border: #7b7b7b 2px solid;
    border-radius: 0.8rem;
    margin-top: 1rem;
    font-weight: 700;

}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(105, 13, 253, 0.25);
}

.label-input-login {
    font-weight: 700;
    font-size: larger;
}

.login-box {
    padding: 2rem 2rem !important;

}

.input-desc {
    color: #5b5b5b;
}

.purple-text {
    color: #5311A0;
}

.errtext {
    color: #dd5353;
}

.minwidth1rem {
    min-width: 10rem;
}

.maxwidth2rem {
    max-width: 12rem;
}


/* Астролог */


.uni-input input.form-control {
    border: #7b7b7b 2px solid;
    border-radius: 0.8rem;
    margin-top: 1rem;
    font-weight: 700;
}

select.uni-input {
    border: #7b7b7b 2px solid;
    border-radius: 0.8rem;
    margin-top: 1rem;
    font-weight: 700;
}

select.uni-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 253, 45, 0.25);
    border: #7b7b7b 2px solid;

}

.full-but {
    margin-right: 0;
}

.select-but {
    width: 100%;
    border-radius: 0.5rem;
}


h1.h-text {
    color: #000;
    /*font-family: 'Museo-Medium', 'Arial', sans-serif;*/
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    box-sizing: border-box;
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 0;
    margin-bottom: 45px;
}

h1.h-error-text {
    color: red;
    /*font-family: 'Museo-Bold', 'Arial', sans-serif;*/
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    box-sizing: border-box;
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 0;
    margin-bottom: 28px;
}


.nav-top-buttons {
    padding: 0.5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

a.green-color, a.green-color:hover, a.green-color:focus {
    color: #63A375;
    font-weight: bold;
    /*text-shadow: 3px 5px 6px #6C9;*/
}