@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*
font-family: 'Montserrat', sans-serif;
font-family: 'PT Serif', serif;
font-family: 'Raleway', sans-serif;*/

:root {
    --primary_color:#299499;
    --nav_height: 65px;
    --test:20px;
}

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;

    background-color: #f9f9f9;
}

*, *:before, *:after {
    box-sizing: border-box;
}

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

p {
    margin: 0 0 10px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.content {
    /*min-height: calc(100vh - 30px - 18px);*/
}

#image-clear_id{
    display: none;
}
label[for="image-clear_id"] {
    display: none;
}

.bg-img {
    background: url(/media/img/pagebg.jpg) no-repeat top center; 
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: -1;
    background-position: 0 -60px
}
.bg-img-down {
    background-position: 0 -15px
}

.navigation-back {
        display: none;

    }

.decoy {
        display: none;
    }

.extra-padding-for-nav {
        display: none;
    }

    .course-detail-mobile{
        display: none;
    }

.navmobiletop-inner {
    display: none;
}

.navmobile-inner {
    display: none;
}

.mobile-notif-inner {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 0;
    width: 100%;
    height: 200px;
    border: 1px solid black;
}

.mobile-notif-inner.show {
    display: block;
}

.mobile-profile-inner {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 0;
    width: 50%;
    align-items: center;
    border: 1px solid black;
    background-color: #f2f2f2;
    padding: 5px 10px 0 10px;
}

.mobile-profile-inner.show {
    display: flex;
    flex-direction: column;
}

.mobile-profile-item {
    color: black;
    padding-bottom: 5px;
    border-bottom: 2px solid rgba(0,0,0,0.3);
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
}

.mobile-login-btn {
    width: 100%;
    text-align: center;
    background-color: #52bfb6;
    color: white;
    margin: 10px 40px;
    border-radius: 5px;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.container-big {
    max-width: 1650px;
}

.upper {
    text-transform: uppercase;
}

/* /////////////// New home page 03.22 /////////////////// */

.home-course {
    width: 100%; 
    height: 50vh;
    object-fit: cover;
}

.mycarousel-caption {
    position: absolute;
    top: 1rem;
    right: 15%;
    bottom: 1.25rem;
    left: 20%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
}
/*.mycarousel-caption h3 {
    font-size: 50px;
    font-weight: 800;
    color: white;
}
*/
.carousel-course-info {
    width: 50vw;
}

.carousel-course-description {
    margin-bottom: 40px;
}

.carousel-course-info h3 {
    font-size: 50px;
    font-weight: 800;
    color: white;
    margin-bottom: 25px;
}
.unset {
  position: unset;
  
  z-index: 2;
  display: unset;
  padding: unset;
  margin-right: unset;
  margin-bottom: unset;
  margin-left: unset;
  list-style: unset;
}

.my-controls {
    position: absolute;
    bottom: 1rem;
    /*right: 47%;*/
    z-index: 1;
    width: 100%;
    padding-bottom: 0;

    
    transition: opacity .15s ease;
}

.my-controls-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.3);
    width: 200px;
    margin: auto;
}

.my-controls-left, .my-controls-right {
    background: none;
    border: none;
    /*width: 20px;
    height: 20px;*/
}

.my-controls-indicators button {
    border: none;
    background-color: #fff;
    width: 5px;
    height: 6px;
    border-radius: 50%;
    opacity: 0.5;
}

.my-controls-indicators .active {
    opacity: 1;
}



.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
}

.home-recomended {
    padding: 0 20%;
}

.home-recomended2 {
    display: none;
}
 

.home-recomended h3 {
    color: #333;
    text-transform: uppercase;
    margin: 20px 0;
    font-weight: 700;
    font-size: 22px;
}

.home-recomended-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-recomended-card img{
    width: 11vw;
    height: 30vh;
    object-fit: cover;
    border-radius: 20px 0 20px 0;
    -webkit-box-shadow: 0px 5px 48px 16px rgba(34, 60, 80, 0.3);
    -moz-box-shadow: 0px 5px 48px 16px rgba(34, 60, 80, 0.3);
    box-shadow: 0px 5px 48px 16px rgba(34, 60, 80, 0.3);
}




/*//////////////////////////////////*/

.my-dropdown-menu{
    display: none;
    padding: 0;
    margin: 0;
    border: 1px solid #c0c0c0;
    padding: 10px;
    padding-bottom: 20px;
    
    background-color: whitesmoke;
}

.my-dropdown-menu.show{
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 1000;
}

.person__main__image {
    cursor: pointer;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.lang-dropdown {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.lang-dropdown-menu {
    max-height: 0;
    overflow: hidden;
    position: absolute;
    transition: max-height 0.3s ease-out;
    z-index: 999;
    //right: 10px;
}

.lang-dropdown-content {
    padding: 10px 0px;
    background: #f2f2f2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.lang-dropdown-item {
    background-color: transparent;
    border: none;
    outline: none;
}

.lang-flag-img {
    width: 32px;
    height: 32px;
}

.notification-img {
    width: 30px;
    height: 30px;
    opacity: 0.7;
    cursor: pointer;
}

#notifications {
    display: none;
    position: absolute;
    z-index: 100;
    right: 3%;
    margin-top: 20px;
    box-shadow: 0 0 5px var(--primary_color);
    width: 500px;
    height: 400px;
    overflow-y: scroll;
    
}

#notifications.show {
    display: block;
}

.notifications {
    

}



.notification-item {
    padding: 15px;
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    transition: 0.2s;
    
}

.notification-item.unviewed {
    background-color: rgba(7,81,105,0.1);
}

.notification-item:hover {
    background-color: #fff;
}

.notification-left {
    width: 15%;
}

.notification-right {
    width: 85%;
    padding-left: 20px;
    font-weight: 600;
    color: var(--primary_color);
}

.notification-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.notification-date {
    font-size: 12px;
    color: #000;   
    opacity: 0.5;
    margin-top: 10px;
}

.notifications-link {
    text-align: center;
    color: #000;
    opacity: 0.7;
    width: 100%;
}

.notifications-page {
    width: 900px;
    margin: 0 auto;
    background-color: #f9f9f9;
    min-height: 80vh;
}


.admin-settings{
    display: flex;
    flex-direction: column;
    /*justify-content: center;
    align-items: center;*/
}

.admin-category{
    font-size: 25px;
    font-weight: 700;
}

.admin-link{
    color: rgba(7,81,105,0.8);
    border-bottom: 2px solid rgba(7,81,105,0.2);
    margin-bottom: 10px;
    font-size: 20px;
}

/* Button
================*/

.btn {
    display: inline-block;
    vertical-align: top;
    padding: 14px 40px;

    border-radius: 20px 0 20px 0;
    border: 0;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    color: var(--primary_color);
    font-weight: 400;
    text-decoration: none;

    transition: background .1s linear;
}

.btn-content {

    padding: 10px 30px;
    border: 0;
    outline: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 21px;
    
    margin-top: 10px;
}

.btn-content-save {
    background-color: #fff;
    color: #075169;
}

.btn-content-save:active {
    background-color: #075169;
    color: #fff;
}

.btn-content-delete {
    background-color: #590101;
    color: #fff;
}

.btn-content-delete:active {
    background-color: #fff;
    color: #590101;
}

.btn-content-alternative {
    background-color: #075169;
    color: #fff;
    margin-right: 10px;
    font-size: 18px;
    box-shadow: 0 0 3px #fff;
}

.btn-content-alternative:hover {
    background-color: #fff;
    color: #075169;
    
}

.btn-admin {
    padding: 5px 10px;
    font-size: 14px;
    background-color: var(--primary_color);
    color: white;
}

.btn-a-red {
    color: #fff;
    background-color: pink;
}

.btn-a-green {
    background-color: #0bc27f;
    border-color: #0bc27f;
    color: #fff;
}

.btn-a-grey {
    background-color: #5f6e68;
    border-color: #5f6e68;
}

.btn-white {
    background-color: #fff;
    box-shadow: 1px 1px 1px black;
    border: 1px solid transparent;
}

.btn-small {
    padding: 10px 30px;
}

.btn-white:hover {
    background-color: var(--primary_color);
    color: #fff;
    border: 1px solid #fff;
}

.btn-red {
    color: #fff;
    background-color: #A51916;
    box-shadow: 1px 1px 1px black;
    border: 1px solid transparent;
}

.btn-red:hover {
    color: #fff;
    background-color: #f05959;
}

.btn-send-message {
    padding: 10px 20px;
    border-radius: 20px;
    background-color: var(--primary_color);
    color: white;
    text-align: center;
}

.btn-login {
    background-color: var(--primary_color);
    color: #fff;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 6px;
    border: 1px solid var(--primary_color);
}

.btn-login:hover {
    background-color: #fff;
    color: var(--primary_color);
    border: 1px solid;
    border-color: var(--primary_color);
}

.btn-login-register {
    padding: 10px 20px;
    font-size: 15px;
}

.btn-course {
    background-color: var(--primary_color);
    color: #fff;
    padding: 10px 20px;
    border: 1px solid;
    border-color: var(--primary_color);
    border-radius: 9px;
}

.btn-watch {
    background-color: #52bfb6;
    padding: 5px 80px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #52bfb6;
    text-transform: uppercase;
    transition: 0.2s ease;
}

.btn-watch-course {
    background-color: #52bfb6;
    padding: 5px 80px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #52bfb6;
    text-transform: uppercase;
    transition: 0.2s ease;
}

.btn-watch:hover {
    background-color: #fff;
    border: 1px solid #52bfb6;
    color: #52bfb6;;
}

.btn-watch-course:hover {
    background-color: #fff;
    border: 1px solid #52bfb6;
    color: #52bfb6;;
}

.incogn:hover::after {
    content: attr(data-title);
    position: absolute; /* Абсолютное позиционирование */
    /*left: 50%;
    top: 10%;*/ /* Положение подсказки */
    z-index: 1; /* Отображаем подсказку поверх других элементов */
    background: rgba(255,255,255,1);
    color: #299499; /* Полупрозрачный цвет фона */
    font-size: 25px; /* Размер текста подсказки */
    padding: 5px 10px; /* Поля */
    border: 1px solid #299499; /* Параметры рамки */
    border-radius: 5px;

    transition: .2s linear;
}

.btn-content-add {
    padding: 10px 20px;
    border: 1px solid;
    border-radius: 9px;
    background-color: #0bc27f;
    border-color: #0bc27f;
    font-size: 15px;
    color: #fff;
}

.btn-profile-update {
    background-color: white;
    color: var(--primary_color);
    height: 30px;
    width: 100%;
    border-radius: 30px;
    padding: 0;
    transition: .2s;
    border: 1px solid white;
    text-align: center;
}

.btn-profile-update:hover {
    background-color: var(--primary_color);
    color: #fff;
}


.btn-course.new {
    background-color: #0bc27f;
    border-color: #0bc27f;
}

.btn-course.controls {
    background-color: #5f6e68;
    border-color: #5f6e68;
}

.btn-course:hover , .btn-content-add:hover {
    background-color: #fff;
    color: var(--primary_color);
    border: 1px solid;
    border-color: var(--primary_color);
}

.btn-accept {
    background: url('/media/img/ok_black.png') center/cover no-repeat; 
    /*background-size: cover; */
    width: 18px; 
    height: 18px;
    border: 0px;
    background-color: transparent;
    outline: none;
    cursor: pointer;
}

.btn-accept-new {
    background: url('/media/img/ok_black.png') center/cover no-repeat; 
    /*background-size: cover; */
    width: 22px; 
    height: 22px;
    border: 0px;
    background-color: transparent;
    outline: none;
    cursor: pointer;
}

.navig {
    display: flex;
    align-items: center;
}




/* Course card
================*/

.course__card {
    border-radius: 30px;
    overflow: hidden;
    cursor: pointer;
    -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);


    transition: box-shadow .2s linear;
}



.course__card:hover {
    
/*webkit-box-shadow: 0px 10px 13px 0px rgba(50, 50, 50, 0.46);
-moz-box-shadow:    0px 10px 13px 0px rgba(50, 50, 50, 0.46);
box-shadow:         0px 10px 13px 0px rgba(50, 50, 50, 0.46);*/
-webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.4);
-moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.4);
box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.4);
}

.testH {
    position: absolute;
    top: 0;
    height: 910px;
    width: 100px;
    background-color: #000;
}

.card__img {
    display: block;
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.new__card__img {
    display: block;
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.card__body {
   padding: 20px;
    background-color: #ffffff;
    color: #444444;
    height: 220px;
    overflow: hidden;
}

.new_card__body {
    padding: 20px;
    padding-top: 10px;
    background-color: #ffffff;
    color: #444444;
    height: 220px;
    overflow: hidden;

}

.card__body.unpublish {
    background-color: pink;
}

.card__title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.card__info {
    display: inline-block;
    vertical-align: top;
    padding: 5px 15px;
    border-radius: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}

.card__category {
    color: #fff;
    background-color: #52bfb6;
}

.card__language {
    color: #52bfb6;
    border-color: #52bfb6;
    border: 1px solid;
}

.card__coursetype {
    border: 0;
    padding: 0;
}

.card__coursetype img{
    width: 15px;
}

.card__description {
    font-size: 15px;
    font-weight: 400;
}

/*       Small card          */

.card__body.small {
   padding: 15px;
   height: 205px;
}

.card__title.small {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 5px;
}

.card__info.small {
    padding: 5px 10px;
    border-radius: 40px;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 12px;
}


.card__language.small {
    color: #52bfb6;
    border-color: #52bfb6;
    border: 1px solid;
}

.card__description.small {
    font-size: 12px;
    font-weight: 400;
}



/* Footer
================*/

.footer1 {
    background-image: url("/media/img/footer.png");
    background-repeat: no-repeat;
    background-position: center;
/*    height: 170px;*/
}

.footer__inner{
     display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0;
    color: #fff;
}

.footer__item {
    width: 25%;
    text-align: center;
    padding: 0 15px;
}

.footer-buttons {
    display: flex;
    align-items: flex-end;
}

.footer-btn {
    display: block;
    width: 30px;
    height: 30px;
    border: 0;
    background: none;
    outline: none;
    margin-right: 10px;
}

.footer-btn-tg {
    width: 26px;
    height: 26px;
}

.footer-btn-wpp {
    width: 30px;
    height: 30px;
}

/* Social
================*/

.social {
    display: flex;
    justify-content: center;

}

.social--footer {
    justify-content: center;
}

.social__item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-right: 4px;
    background-color: #fff;

    border: 1px solid #e8ecee;

    transition: background .1s linear;
}

.social__item:hover {
    background-color: #e8ecee;
    cursor: pointer;
}

.social__item:hover .social__icon {
    fill: #000;
}

.social__icon {
    display: block;
    height: 18px;
    fill: #c6cacc;

    transition: fill .1s linear;
}

.social--footer .social__item {
    background-color: transparent;
    border-width: 2px;
    border-color: #fff;
    border-radius: 2px;
}

.social--footer .social__icon {
    fill: #fff;
}

.social--footer .social__item:hover  {
    background-color: #fff;
}






/*#########################  Courses new.html   #############################################*/

.courses-new {

}

.courses-new-topbar {
    height: 50px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15vw;
    margin-bottom: 20px;
}

.courses-new-topbar a {
    color: #0c738c;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
}

.courses-new-topbar .active{
    border-bottom: 3px solid #0c738c;
    margin-right: 60px;
}

.courses-new-content {
    padding: 0 15vw;
}

.courses-new-inner {
    display: flex;
    flex-wrap: wrap;
}

.courses-new-category {
    margin-bottom: 20px;
}

.courses-new-category h3 {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
    color: #3c3c3c;
    opacity: 0.6;
}

.courses-new-item {
    width: 19%;
    height: 32vh;
    padding: 10px 20px;
    padding-left: 0;
}

.courses-new-course {
    display: flex;
    align-items: end;
    background: no-repeat center/cover var(--img);
    width: 90%;
    height: 100%;
    color: white;

    padding: 10px;
    border-radius: 20px 0 20px 0;
    box-shadow: 0px 5px 30px 15px rgb(34 60 80 / 15%);
    cursor: pointer;
    font-size: 20px;
    transition: 0.2s linear;
}

.courses-new-course:hover {
    box-shadow: 0px 5px 30px 15px rgb(12 115 140 / 35%);
}








/*#########################  Courses.html   #############################################*/

.header__courses {
    background-color: #fff;
}

.courses__Hinner {
    border-bottom: 0px;
    
}

.courses {
    /*margin-top: var(--nav_height);*/
    display: flex;
    flex-wrap: wrap;
    /*margin-bottom: 100px;*/
}

.courses-mobile {
        display: none;
    }

.courses__nav {
    display: flex;
    flex-wrap: wrap;
    /*padding-left: 25px;*/
    align-items: center;
    justify-content: center;
    width: 100%;
}

.nav__category {
    /*height: 40px;*/
    color: #838889;
    display: flex;
    font-size: 18px;
    padding: 7px 15px;
    margin-right: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.1);
-moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.1);
box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.1);
border-radius: 20px;

    transition: box-shadow .2s linear;
}

.nav__category.active {
    border-bottom: 4px solid #34bdc3;
    font-weight: 700;
    color: #3f4a4d;
    margin-right: 15px;

    
}

.nav__category:hover {
    cursor: pointer;
    -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.3);
-moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.3);
box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.3);
}

.nav__category.active:hover {
    font-weight: 700;
}

.nav__category.extra {
    background-color: #34bdc3;
    color: white;
}

.courses__inner {
    /*display: flex;*/
}

.courses__block {
    width: 100%;
    padding-left: 20px;
}

.courses__explore {
    display: flex;
    justify-content: space-between;
    /*padding-top: 10px;*/
    
}

.explore__title {
    font-size: 30px;
    font-weight: 700;
    color: #3f4a4d;

}

.explore__pages {
    display: flex;
    align-items: center;
    padding-right: 10px;
    margin-bottom: 0px;
}

.explore__prev {
    border-radius: 50%;
    background-color: transparent;
    background-image: url("/media/img/Flecha izq.png");
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    webkit-box-shadow: 0px 10px 13px 0px rgba(50, 50, 50, 0.46);
-moz-box-shadow:    0px 10px 13px 0px rgba(50, 50, 50, 0.46);
box-shadow:         0px 10px 13px 0px rgba(50, 50, 50, 0.46);
}

.explore__next {
    margin-left: 20px;
    border-radius: 50%;
    background-color: transparent;
    background-image: url("/media/img/Flecha der.png");
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    webkit-box-shadow: 0px 10px 13px 0px rgba(50, 50, 50, 0.46);
-moz-box-shadow:    0px 10px 13px 0px rgba(50, 50, 50, 0.46);
box-shadow:         0px 10px 13px 0px rgba(50, 50, 50, 0.46);
}

.courses__list {
    display: flex;
    flex-wrap: wrap;
    /*margin-top: 5px;*/
}

.course__item {
    width: 33.33333%;
    padding: 10px;
}

.crud {
    margin-top: 100px;
    margin-bottom: 100px;
}

.crud__item {
    padding: 10px 0px;
}

.search-btn {
    height: 100%;
    width: 30px;
    border: 1px solid #299499;
    border-radius: 10px;
    background-color: #fff;
    background-image: url("/media/img/search-05-1.png");
    background-size: cover;
    cursor: pointer;
}

.search__form {
    display: flex;
    /*flex-wrap: wrap;*/
    padding-left: 20px;
    width: 100%;
}




.search__input {
    width: 80%;
    border: 1px solid #299499;
    border-radius: 10px;
    margin-right: 10px;
}

.search__explore {
    display: flex;
    height: 30px;
}


/*#########################  login.html   ###################################*/

.login__Hinner {
    border-bottom: 1px solid #299499;
}

.login {
    margin-top: 120px;
    margin-bottom: 200px;
}

.login__inner {
    display: flex;
    flex-wrap: wrap;
    
}

.login__image {
    width: 35%;

}

.login__img {
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.login__body {
    width: 65%;
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 120px;
    background-color: #fff;
}



.login__title {
    font-size: 35px;
    font-weight: 700;
    color: #299499;
    margin-bottom: 25px;
}

.login__form {
    margin-top: 10px;
}

.form__title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #444444;
}
/*#id_username, #id_password, #id_email, #id_password2,
#id_first_name, #id_second_name, #id_age {
    height: 30px;
    width: 100%;
    border: 0;
    background-color: #f1f1f1;
    border-radius: 5px;
}*/

.person-update-form {
    width:50%; 
    padding: 5px 20px;
}

.person-delete-form h3 {
    margin: 20px 0;
}

.person-delete-form a {
    margin-right: 30px;
}



.person-update-form input[type=text], .person-update-form input[type=number], 
.person-update-form select, .person-update-form input[type=email] , 
.login-form select , .login-form input {
    height: 30px;
    width: 100%;
    border: 0;
    background-color: #f1f1f1;
    border-radius: 5px;
}

.login-form input {
    height: 50px;
    padding: 0 10px;
}

.login-form select {
    height: 50px;
    padding: 0 10px;
}

.login__input {
    height: 30px;
    width: 100%;
    border: 0;
    background-color: #f1f1f1;
    border-radius: 5px;
}

.login__buttons {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

/*#########################  register.html   ############################*/

.register__body {
    width: 75%;
    background-color: #fff;
    padding: 30px;
}

.register__inner {
    display: flex;
    flex-wrap: wrap;
}

.register__image {
    width: 25%;
}

.register__img {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.register__title {
    font-size: 35px;
    font-weight: 700;
    color: #299499;
    margin-bottom: 25px;
}

.register__forms {
    display: flex;
    flex-wrap: wrap;
}

.register__form {
    margin-top: 20px;
}

.register__user {
    width: 50%;
    padding: 0 20px;
}

.register__person {
    width: 50%;
    padding: 0 20px;
}

/*#id_country, #id_language, #id_sex {
    height: 30px;
    width: 100%;
    border: 0;
    background-color: #f1f1f1;
    font-size: 15px;
}*/

.form__select {
    height: 30px;
    width: 100%;
    border: 0;
    background-color: #f1f1f1;
    font-size: 15px;
}

.register__button {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}



/*#########################  course.html   ##################################*/
.course-detail-title {
    max-width: 700px;
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
    color: #333;
}

.course-detail-description {
    color: #333;
    font-size: 25px;
    max-width: 700px;
    margin-bottom: 30px;
}

.my-share {
    text-align: right;
    
    font-size: 20px;
    font-weight: 700;
    margin-top: 30px;
    cursor: pointer;
}

.my-share p {
    color: #009fb1;
}

.update-course-icon {
    width: 39px;
    height: 39px;
}
.course__title{
    /*margin-top: var(--nav_height);*/
    height: 70px;
    background-color: #299499;
    color: #f8f8f8;
    display: flex;
    align-items: center;
}

.course__content {
    margin-bottom: 100px;
}

.course__title .title__text {
    font-size: 40px;
    font-weight: 700;
}

.info__inner {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}

.info__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 15px;

}

.info__mentorimg {
    margin-right: 70px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.info__buttons {
    display: flex;
}

.course__content {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
}

.course__left {
    width: 65%;
    padding-right: 20px;
}

.course__right {
    width: 35%;
    padding-left: 20px;

}

.course_img {
    width: 100%;
    border-radius: 9px;
}

.course__extra {
    margin-top: 30px;

    padding-bottom: 0px;
}

.extra__nav {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #299499;
}

.extra__nav__item {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 10px;
    color: #bcbebf;
    font-size: 20px;

    transition: color .1s linear;
}

.extra__nav__item:first-child {
    padding-left: 0px;
}

.extra__nav__item:hover {
    cursor: pointer;
    color: #000;
}

.extra__nav__item.extra__active {
    border-bottom: 2px solid #299499;
    color: #000;
}

.extra__content {
    margin-top: 20px;

}

.extra__description {

}

.content__lesson {
    font-size: 20px;
    margin-top: 10px;
}

.extra__lessons {
    display: none;


}

.description__title {
    font-size: 25px;
    font-weight: 800;
    color: #444444;
}

.description__text {
    margin-top: 20px;
    font-size: 20px;
}

.hide {
    display: none;
}

.show {
    display: block;
}
.navig.show {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.content__title {
    font-size: 25px;
    font-weight: 800;
    color: #444444;
}

.control__buttons {
    display: flex;
    justify-content: flex-start;
    margin-top: 4px;
}

.cb__item {
    margin-right: 10px;
}

.course__features{
    margin-top: 20px;
}

.features__title {
    font-size: 21px;
    font-weight: 800;
    color: #3f4a4d;
    border-bottom: 3px solid #299499;
    padding-bottom: 5px;
}

.features__content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.features__item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
}

.features__left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.features__name {
    margin-left: 20px;
    font-size: 23px;
    font-weight: 500;
    padding-bottom: 5px;
}

.features__variable {
    font-size: 23px;
    font-weight: 500;
}

.course__recommend {

}

.recommend__item {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    align-items: center;

    transition: box-shadow .2s linear;

}

.recommend__item:hover {
        cursor: pointer;
     -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);

    }

.recommend__img {
    width: 78px;
    height: 58px;
    object-fit: cover;
}

.recomment__name {
    font-size: 23px;
    font-weight: 500;
    color: #3d4c50;
    margin-left: 20px;
    width: 70%;
}

.course__share {
    margin-top: 30px;


}

.share-content {
    display: none;
    /*width: 300px;
    top: 0;
    position: absolute;*/
}

.share-content.show {
    display: block;
}

.share-mobile {
    position: absolute;
    margin-top: 20px;
}

.share-btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 40px;
}

.share-btns a {
    margin-top: 30px;
    margin-bottom: 5px;
    width: 40px;
    height: 40px;
}

.share-btns a:not(:last-child) {
    margin-right: 5px;
}

.share-btns a.facebook {
    background-image: url("/media/img/facebook.png");
    background-size: cover;
}

.share-btns a.vkontakte {
    background-image: url("/media/img/vk.png");
    background-size: cover;
}

.share-btns a.ok {
    background-image: url("/media/img/odnoklassniki.png");
    background-size: cover;
}

.share-btns a.telegram {
    background-image: url("/media/img/telegram.png");
    background-size: cover;
}

.share-btns a.whatsapp {
    background-image: url("/media/img/whatsapp.png");
    background-size: cover;
}

.lesson__detail__item {
    font-size: 25px;
    padding: 10px 0px;
}

.lesson__theme {
    padding: 10px 15px;
    font-size: 23px;
    color: #000;
    border-radius: 10px;
    border:solid 1px;

    transition: box-shadow .2s linear;
}

.lesson__theme:hover{
    -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}


/*#########################  progress.html   ###############################*/

.progress__inner {
    /*margin-top: var(--nav_height);*/
    display: flex;
    flex-wrap: wrap;
    /*margin-bottom: 100px;*/
}

.lesson-add {
    display: flex;
    width: 90%;
    height: 20px;
    background: linear-gradient(70deg, rgba(7,81,105,1) 0%, rgba(41,148,153,1) 68%, rgba(63,163,160,1) 100%);
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    font-weight: 800;
    margin: 10px auto;
    opacity: 0.4;
    transition: 0.2s;
    box-shadow: 1px 1px 15px var(--primary_color);
}

.lesson-add:hover {
    opacity: 0.7;
}

.progress__nav {
    width: 15%;
    display: block;
}

.progress__nav.hide {
    display: none;
}

.nav__button__div {
    display: none;
    z-index: 9999;
}

.nav__button {
    
    
    cursor: pointer;
}

.back__btn {
    background-color: #3f4a4d;
    display: flex;
    height: 40px;
    align-items: center;
    padding-left: 15px;
}

.back__btn__img {
    width: 28px;
    height: 28px;
}

.back__btn__title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-left: 15px;
}

.progress__nav__container {
    padding: 15px;
    height: 85vh;
    overflow-y: scroll;
}

.progress__title {
    color: #3f4a4d;
    font-size: 24px;
    font-weight: 600;
}

.progress__bar {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 10px;
}

.bar__complete {
    border-bottom: 5px solid #299499;
    /*width: 30%;*/
}

.bar__incomplete {
    border-bottom: 5px solid #91c6c9;
    /*width: 70%;*/
}

.progress__complete {
    color: #3f4a4d;
    font-size: 12px;
    margin-bottom: 10px;
}

.finish__course__button {
    padding-top: 10px;
}

.progress__lesson {
    margin-top: 20px;
}

.progress__lesson__title {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 2px solid #d1d1d1;
    margin-bottom: 10px;
}

.lesson__title {
    font-size: 15px;
    color: #3f4a4d;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.lesson__title__circle {
    margin-right: 5px;
    width: 15px;
    height: 15px;
}

.lesson__title__circle2 {
    margin-right: 5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 0;
    background-color: var(--primary_color);
    background-image: url("/media/img/check.png");
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
}

.theme__circle2 {
    margin-right: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 0;
    background-color: var(--primary_color);
    background-image: url("/media/img/check.png");
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
}

.lesson__themes__count {
    font-size: 15px;
}

.lesson__arrow {
    margin-left: 20px;
    /*display: none;*/
}

.lesson__themes {
/*    padding-left: 25px;*/
}

.theme__item {
    padding-left: 25px;
    padding-bottom: 10px;
    padding-top: 10px;
    align-items: center;
    cursor: pointer;
}

.theme__item.active {
    background-color: #d9d9d9;
    border-radius: 10px;
}

.theme__circle {
    margin-right: 5px;
    width: 12px;
    height: 12px;
}

.theme__title {
    font-size: 12px;
    color: #3f4a4d;
    display: flex;
    align-items: center;
}

.theme__info {
    margin-left: 25px;
    margin-top: 5px;
    font-size: 9px;
    color: #a0a0a0;
    text-transform: uppercase;

}

.theme__info__item {
    display: flex;
}

.theme__info__title {
    margin-left: 5px;
}

.progress__content {
    width: 85%;

}

.progress__content.full {
    width: 100%;
}

.theme__content {
    border-left: 3px solid #b7b7b7;

    height: 87vh;
    overflow-y: scroll;
}

.theme__content.big {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    border-left: 0;
}

.theme__content__add {
    padding-top: 15px;

}

.progress__content__inner {
    position: relative;
}


.message_to_mentor {
    position: fixed;
    right: 30px;
    bottom: 30px;
    background-image: url("/media/img/Vector Smart Object.png");
    background-repeat: no-repeat;
    width: 125px;
    height: 65px;
    padding: 10px 10px;
    cursor: pointer;
    z-index: 2;
    border-radius: 35px;
    
    transition: .2s linear;
    animation: pulse 5s infinite;
}

.pulse {
  
  animation: pulse 2s infinite;
  border-radius: 35px;
}
.message_to_mentor:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(41, 148, 153, 0.4);
  }
  20% {
      -webkit-box-shadow: 0 0 0 20px rgba(41, 148, 153, 0);
  }
  25% {
      -webkit-box-shadow: 0 0 0 0 rgba(41, 148, 153, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(41, 148, 153, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(41, 148, 153, 0.4);
    box-shadow: 0 0 0 0 rgba(41, 148, 153, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(41, 148, 153, 0);
      box-shadow: 0 0 0 20px rgba(41, 148, 153, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(41, 148, 153, 0);
      box-shadow: 0 0 0 0 rgba(41, 148, 153, 0);
  }
}

.btn-wpp {
    
    width: 50px;
    height: 50px;
    background-color: transparent;
    /*background-image: url("/media/img/whatsapp.png");
    background-size: cover;*/
    border: none;
    cursor: pointer;

    transition: .5s linear;

}

.btn-tg {
    width: 50px;
    height: 50px;
    cursor: pointer;
    margin-top: 20px;
    transition: .5s linear;
}

.chat__btns {
    position: relative;
    top: -480%;
    left: 0%;
    /*border: 1px solid #000;*/
    padding: 20px;
    cursor: default;

}

.mymentor__messages{
    position: relative;
    top: -480%;
    left: 0%;
    /*border: 1px solid #000;*/
    padding: 20px;
    cursor: default;
}

.mentor_msg {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.wpp__icon{
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    background-image: url("/media/img/whatsapp.png");
    background-size: cover;
    margin-left: 20px;
}

.wpp__icon2{
    width: 29px;
    height: 29px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    background-image: url("/media/img/whatsapp.png");
    background-size: cover;
    
}

.tg__icon {
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin-left: 20px;
    transition: .5s linear;
    background-image: url("/media/img/telegram.png");
    background-size: cover;
}

.message_to_mentor::after {
    content: attr(data-title2);
    position: absolute; /* Абсолютное позиционирование */
    left: 0%;
    top: -60%; /* Положение подсказки */
    z-index: 1; /* Отображаем подсказку поверх других элементов */
    background: rgba(255,255,255,0.9);
    color: #299499; /* Полупрозрачный цвет фона */
    font-size: 11px; /* Размер текста подсказки */
    padding: 5px 10px; /* Поля */
    border: 1px solid #299499; /* Параметры рамки */
    border-radius: 5px;

    transition: .2s linear;
}

.message_to_mentor:hover::after {
    /*content: attr(data-title2);
    left: -60%;
    top: 30%; 
    transform: rotate(-90deg);*/
    display: none;
}

.message_to_mentor:hover{
    /*right: 0px;
    bottom: 40px;*/
    /*transform: rotate(90deg);*/
}

.message_to_mentor:hover .btn-wpp {
    background-image: url("/media/img/whatsapp.png");
    background-size: cover;
}

.message_to_mentor:hover .btn-tg {
    background-image: url("/media/img/telegram.png");
    background-size: cover;
}

.message_to_mentor:hover .info__mentorimg.mess {
    /*transform: rotate(-90deg);*/
}

.mobile__chat__button{
    display: none;
}

.web__chat__button {
    display: block;
}

.close_dialog {
    position: absolute;
    top: -60px;
    left: 0;
    cursor: pointer;
}

.message_to_mentor.absolute {
    position: absolute;
    bottom: 0px;
}

.info__mentorimg.mess {
    width: 45px;
    height: 45px;
    transition: .2s linear;
}

.dialog__window {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 100px;
    width: 400px;
    height: 620px;
    z-index: 100;
    background-color: transparent;
}

.dialog__window__iframe {
    border: 0px;
    border-radius: 10px;
    background-color: transparent;
    padding: 0px 7px;
    padding-top: 7px;
    -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}

.message-form textarea{
    width: 381px;
    height: 40px;
    resize: none;
}

.msg-form-big {
    display: block;
}

.msg-form-sm {
    display: none;
}

.dialog__window.show {
    display: block;
}

.progress_staff_controls {
    margin-left: 40px;
    margin-top: 40px;
}

.content__add__item {
    display: none;
    padding: 20px;
}

.content__add__item.show {
    display: block;
}

.component__div {
    border-radius: 20px;
    background: linear-gradient(70deg, rgba(7,81,105,1) 0%, rgba(41,148,153,1) 68%, rgba(63,163,160,1) 100%);
    width: max-content;
    padding: 20px 20px;
    color: #fff;
}

.question__add__item {
    padding: 20px;
    display: none;
}

.question_up {
    width: 20px;
    height: 15px;
}

.question_down {
    width: 20px;
    height: 15px;
    transform: rotate(180deg);
}


.question__add__item:first-child {
    display: block;
}

.question__add__item.show {
    display: block;
}

.question__add__singleanswer {

}
.question__add__multipleanswer {
    
}
.question__add__essay {
    
}

.question__text__input {
    width: 50%;
    margin-top: 10px;
}

.progress__buttons {
    width: unset;
    display: flex;
    flex-wrap: wrap;
}

.progress__buttons.fixed {
    position: fixed;
    width: 85%;
    top: 0;
    z-index: 1000;
}

.progress__buttons.fixed .change__lecture {
    height: 30px;
}

.progress__buttons__mobile {
    /*display: none;*/
    display: flex;
}

.change__lecture {
    width: 50%;
    height: 40px;
    border-left: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 15px;
}

.change__lecture__mob {
    width: 50%;
    height: 60px;
    border-left: 2px solid #fff;
    color: #fff;
    font-size: 15px;
    background-color: #3f4a4d;
}

.change__lecture.prev {
    background-color: #3f4a4d;
}

.prev_lecture_img {
    margin-right: 10px;
    margin-top: 4px;
}

.change__lecture.next {
    background-color: #299499;
}

.next_lecture_img {
    margin-top: 4px;
    margin-left: 10px;
}

.change__lecture:hover {
    cursor: pointer;
}

.progress_desplegable{
    position: absolute;
    width: 30px;
    height: 100%;
    background-color: rgb(41, 148, 153, 0.1);
    /*margin-left: 15%;*/
    z-index: 9999;
    margin-top: 40px;
    margin-bottom: 100px;

    transition: 0.2s linear;
}

.progress_desplegable:hover {
    background-color: rgb(41, 148, 153, 0.3);
    cursor: pointer;
}

.progress_desplegable.hide {

}

.b-text{
    display: none;
}

.video__iframe {
    height: 700px;
    width: 95%;
}

.theme__video {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}
.theme__video__update {
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.theme__container {
    
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
}

.theme__container.big {
    padding: 0px 20px;
}



.question__title {
    color: #3f4a4d;
    font-size: 22px;
    font-weight: 600;
}

.quiz__answers {
    margin-top: 30px;
}

.answer {
    display: flex;
    padding: 10px 3px;
    border: 1px solid #c5c5c5;
    align-items: center;
    margin-bottom: 20px;
}

.radio {
  transform:scale(2);
  opacity:0.9;
  cursor:pointer;
    margin-left: 10px;
}


.answer__text {
    font-size: 14px;
    color: #4c5658;
    margin-left: 25px;
}



.theme__image__img {
    width: 100%;
}

.theme__text {
    color: #3f4a4d;
    font-size: 15px;
}

.text_verse {
    margin-left: 90px;
    padding-left: 10px;
    padding-right: 90px;
    padding-top: 10px;
    padding-bottom: 5px;
    border-left: 4px solid #299499;
}

.text_quote {
    padding-left: 90px;
    padding-right: 90px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.quote__image {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
}

.quote__img {
    width: 50px;
    height: 50px;
}








/*#########################  finishcourse.html   ############################*/

.finishcourse__inner {
    min-height: 700px;
}

.finishcourse__title {
    font-size: 40px;
    /*margin-top: var(--nav_height);*/
    background-color: #299499;
    padding: 20px 0;
    color: #fff;
    font-weight: 700;
}

.finishcourse__content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.finishcourse__left {
    width: 60%;

}

.finishcourse__right {
    width: 40%;
    padding-left: 25px;
}

.finishcourse__info {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #3f4a4d;
}

.finishcourse__result {
    margin-top: 20px;
    font-size: 30px;
    color: #3f4a4d;
}

/*#########################  mycourses.html   ############################*/


.mycourses {
    /*margin-top: var(--nav_height);*/
    margin-bottom: 100px;
}

.mycourses__header {
    background-color: #299499;
    padding-top: 10px;
}

.mycourses__title {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.mycourses__nav {
    display: flex;
    flex-wrap: wrap;
}

.mycourses__nav__item {
    font-size: 18px;
    color: #fff;
    margin-right: 35px;
    cursor: pointer;
    border-bottom: 5px solid #299499;

    transition: border linear .2s;
}

.mycourses__nav__item.extra__active {
    border-bottom: 5px solid #fff;
}

.mycourses__content {
    min-height: 600px;
}

.mycourses_inprogress {
    display: flex;
    flex-wrap: wrap;
}

.mycourses_inprogress.hide {
    display: none;
}

.mycourse__item {
    width: 33.33333%;
    padding: 20px 10px;
    padding-bottom: 0px;
}



.mycourse__progress__bar {
    display: flex;
    margin-bottom: 10px;
    margin-top: 15px;
    background-color: #ebebeb;
    border-radius: 5px;
}

.bar__complete.my__complete {
    border-bottom: 7px solid #52bfb6;
    border-radius: 5px;
}

.bar__incomplete.my__incomplete {
    border-bottom: 7px solid #ebebeb;
    border-radius: 5px;
}

.showFlex {
    display: flex;
    flex-wrap: wrap;
}

.mycourses-new {

}

.mycourses-new-inner{
    padding: 0 15vw;
}

.mycourses-new-item {
    display: flex;
    width: 100%;
    height: 180px;
    border-radius: 30px 0 30px 0;
    background-color: #e2e2e2;
    overflow: hidden;
    margin-bottom: 30px;
    cursor: pointer;
    box-shadow: 0px 5px 30px 15px rgb(34 60 80 / 20%);
    transition: 0.2s linear;
}

.mycourses-new-item:hover {
    box-shadow: 0px 5px 30px 15px rgb(12 115 140 / 35%);
}

.mycourses-new-item img {
    width: 20%;
    object-fit: cover;
}

.mycourses-new-item-info {
    width: 80%;
    padding: 30px;
    padding-bottom: 10px;
}

.mycourses-new-item-head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 20px;
}

.mycourses-new-item-head h3 {
    color: #3c3c3c;
    font-weight: 600;
    font-size: 28px;
}

.btn-watch-mycourse-new {
    background-color: #52bfb6;
    padding: 5px 20px;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    border: 1px solid #52bfb6;
    text-transform: uppercase;
    transition: 0.2s ease;
}

.btn-watch-mycourse-new:hover {
    background-color: #fff;
    border: 1px solid #52bfb6;
    color: #52bfb6;;
}

.mycourses-new-item-extra {
    text-transform: uppercase;
    color: rgb(60 60 60 / 70%);
    font-size: 14px;
    margin-bottom: 20px;
}

.mycourses-new-item-complete {
    text-transform: uppercase;
    color: rgb(60 60 60 / 70%);
    font-size: 12px;
    display: flex;
    justify-content: end;
}

.mycourses-new-mobile {
    display: none;
    padding: 30px;
}

.mycourses-new-mobile-item {
    display: flex;
    flex-direction: column;
    justify-content: end;
    background: no-repeat center/cover var(--img);
    width: 100%;
    height: 200px;
    color: white;
    margin-bottom: 15px;
    border-radius: 10px;
    padding: 15px;
}

.mycourses-new-mobile-item h3 {
    font-size: 25px;
}



/* collapse
===========================================================*/

.collapsible {
    cursor: pointer;
}

.collactive,
.collapsible:hover {

}

.collaps__content {
    max-height: 0;
    overflow: hidden;

    transition: max-height 0.2s ease-out;
}

.collaps__content.collshow {
    max-height: none;
}

.collapsible2 {
    cursor: pointer;
}

.collactive2,
.collapsible2:hover {

}

.collaps__content2 {
    max-height: 0;
    overflow: hidden;

    transition: max-height 0.2s ease-out;
}

.collaps__content2.collshow {
    max-height: none;
}

/* My mentor
================*/

.mymentor__title {
    background-color: #299499;
    /*margin-top: var(--nav_height);*/
    padding: 40px 0px;

}

.mymentor__chat {
    color: var(--primary_color);
    background-color: white;
    border-radius: 30px;
    padding: 10px 20px;
    margin-left: 20px;

}

.crud-content {
    border-radius: 20px;
    background: linear-gradient(70deg, rgba(7,81,105,1) 0%, rgba(41,148,153,1) 68%, rgba(63,163,160,1) 100%);
    padding: 20px 20px;
    color: #fff;
}

.mymentor__title__inner {
    display: flex;
    padding: 0 25px;
}

.mymentor__img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
    box-shadow: 1px 1px 1px #000;

    transition: .35s linear;
}

.mymentor__img:hover {
    box-shadow: 5px 5px 5px #000;
}

.mymentor__info {
    padding-left: 55px;
}

.mymentor__name {
    font-size: 52px;
    font-weight: 700;
    color: #fff;
    max-width: 700px;
    text-shadow: 1px 1px 1px #000;

}

.mymentor__profession {
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px;
    max-width: 60%;
}

.mymentor__content {
    display: flex;
    margin-bottom: 300px;
}

.mymentor__left {
    width: 60%;
}

.mymentor__right {
    display: flex;
    justify-content: center;
    width: 40%;
}

.mymentor__extra {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.mymentor__info__item {
    display: flex;
    font-size: 18px;
    color: #aea9a9;
}

.mymentor__info__title {
    margin-right: 10px;
}

.mymentor__description {
    color: #424748;
    font-size: 20px;
    margin-top: 30px;
}

.button__delete {
    margin-top: 20px;
}

/* mentors
================*/

.mentors {
    /*margin-top: var(--nav_height);*/
    margin-bottom: 100px;
}

.mentors-mobile {
    display: none;
}

.mentors-become {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
}

.mentors-become * {
    color: #0c738c;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.mentors-become *.active {
    border-bottom: 3px solid #0c738c;
}

.mentor_request {
    display: flex;
    color: white;
}

.mentor_request_field {
    width: 25vw;
    margin-bottom: 10px;
}

.mentor_request_field input {
    width: 100%;
    border-radius: 4px;
}

.mentor-langs * {
    list-style-type: none;
    padding-left: 0;
    color: white;
}

.mentors__suggestion{
    font-size: 20px;
    
    margin: 0 auto;
    text-align: center;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 30px;
}

.mentor-match {
    /*border: 2px solid #299499;*/
    box-shadow: 0px 5px 28px 3px #299499;
    padding: 20px;
    margin-bottom: 20px;
}

.mentors__item {
    padding: 20px 20px;
    background: linear-gradient(70deg, rgba(7,81,105,0.8) 0%, rgba(41,148,153,0.8) 68%, rgba(63,163,160,0.8) 100%);
    display: flex;
    border-radius: 50px;
    margin-top: 20px;
}

.mentors__info {
    margin-left: 20px;
}

.mentors__description {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    max-width: 900px;
}

.mentors__info__item {
    display: flex;
    font-size: 16px;
    color: #fff;
    margin-right: 30px;
}

.mentors__extra {
    display: flex;
    /*justify-content: space-between;*/
    margin-bottom: 10px;
    opacity: .6;
    /*width: 50%;*/
}

/* Profile
================*/
.profile {
    /*margin-top: var(--nav_height);*/
    /*margin-bottom: 300px;*/
}

.profile__inner {
    display: flex;
    flex-direction: column;

}

.profile__image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile__img {
    border-radius: 50%;
    width: 130px;
    height: 130px;
    object-fit: cover;
}

.profile__forms {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.profile__test {
    width: 50%;
}

.proifle__item {
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.profile__form {
    margin-left: 20px;
    width: 40%;
}

.profile__img__input {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.img__input {
    margin-left: 10px;
}

.profile__btn {
        display: flex;
        flex-direction: column;
        align-items: center;
    }


.messages {
  
}

.message-form  {
    width: 80%;
    
}

.messages.iframe {
    margin-top: 0px;
    margin-bottom: 0px;
}

.messages__inner {
    display: flex;
}

.messages__nav {
    background-color: #edf8fb;
    padding-bottom: 0;
    width: 25%;
    padding: 20px 10px;
    border-radius: 10px;
    box-shadow: 0px 1px 4px #6d7071;
}

.dialogs-close-btn {
    display: none;
}

.display-messages-nav {
    display: none;
    background: no-repeat center/cover url("/media/img/next.png");
    width: 40px;
    height: 30px;
    margin-right: 10px;
    /*border-radius: 10px;
    box-shadow: 0px 10px 13px 0px rgba(50, 50, 50, 0.46);*/
    cursor: pointer;
}

.messages__opponent {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 1px 4px #6d7071;

    transition: .2s linear;
}

.messages__opponent:hover {
    -webkit-box-shadow: 0px 10px 13px 0px rgba(50, 50, 50, 0.46);
-moz-box-shadow:    0px 10px 13px 0px rgba(50, 50, 50, 0.46);
box-shadow:         0px 10px 13px 0px rgba(50, 50, 50, 0.46);
    cursor: pointer;
}

.opponent__img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.opponent__name {
    color: #424748;
    font-size: 18px;
    margin-left: 10px;
}

.messages__content {
    width: 75%;
    padding: 0px 10px;

}

.messages__content.iframe {
    background-color: transparent;

}

.messages__title {
    background-color: #f2f6f8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    padding: 5px 15px;
    box-shadow: 0px 1px 4px #6d7071;
}

.messages__info, .messages__social {
    display: flex;
    align-items: center;
}

.title__img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0px 1px 4px;
    object-fit: cover;
}

.messages__title__name {
    color: #424748;
    font-size: 23px;
    font-weight: 500;
    margin-left: 20px;
}

.messages__title__name2 {
    color: #424748;
    font-size: 15px;
    font-weight: 500;
    margin-right: 20px;
    display: none;
}

.dialogs {
    display: none;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 0;
    border-right: 30px solid #299499;
    border-bottom: 15px solid transparent;
    position: absolute;
    left: 20px;

    transition: .1s linear;
}

.dialogs.dialogs__active {
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-right: 0;
    border-left: 50px solid #299499;
    border-bottom: 25px solid transparent;
    left: 42%;

}

.messages__messages__area {
    background-color: #ffffff;
    height: 500px;
    box-shadow: 0px 1px 4px #6d7071;
    border-radius: 10px;
    margin-top: 10px;
    padding: 10px 10px;

    box-sizing: border-box;
    overflow: auto;
}

.my__message {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.opponent__message {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.message-viewed {
    width: 20px;
    height: 20px;
    filter: hue-rotate(270deg);
    opacity: 0.6;
}

.message-unviewed {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 1px solid var(--primary_color);
    opacity: 0.6;
}

.message__date {
    font-size: 13px;
    color: #299499;

}

.message__text {
    padding: 10px 20px;
    border-radius: 30px;
    color: #fff;
    /*margin-bottom: 10px;*/
    max-width: 50%;
}

.message__text p {
    margin-bottom: 0;
}

.my__message .message__text {
    background-color: #299499;
}

.opponent__message .message__text {
    background-color: #3f4a4d;
}

.message__input {
    width: 100%;
    margin-top: 10px;

}

.text__input {
    border: 0;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 1px 4px #6d7071;
    resize: none;
}

.text__input::placeholder {
    font-size: 15px;
    padding: 10px;
}




























/* Media
================*/
/*########### ############      1300px     ################### ################*/

@media (max-width: 1300px) {

    .mycarousel-caption {
        top: 1rem;
    }

}


/* Media
================*/
/*#######################      1200px     ###################################*/

@media (max-width: 1200px) {

    .mycarousel-caption {
        bottom: unset;
        top: 0;
    }

    .home-recomended {
        padding: 0 10%;
    }

    .home-recomended-card img {
        width: 24vw;
    }

    .mycarousel-caption {
        left: 10%;
    }

    .carousel-course-info {
      width: 45vw;
    }

    .footer__inner {
        padding: 30px 0;
    }

    .container {
        padding: 0;
    }

    .courses__block {
        margin-right: 15px;
    }

    .login {
        margin-top: 90px;

    }

    .login__body {
        padding-left: 40px;
        padding-right: 40px;
    }

    .course__title{
        padding-left: 30px;
    }
    .course__content{
        padding-left: 30px;
        padding-right: 30px;
    }

    .features__name, .features__variable {
        font-size: 20px;
    }

    .recomment__name {
        width: 60%;
    }
    /*#########################  progress.html   ###########################*/
    /*.progress__inner {
        margin-top: 80px;
    }*/

    .back__btn {
        height: 50px;
    }

    .lesson__title {
        font-size: 18px;
    }

    .theme__container.big {
        padding: 0 40px;
    }

    .change__lecture {
        height: 50px;
    }

    .video__iframe {
        height: 500px;
    }

    .theme__container {
        padding: 0 80px;
        margin-top: 20px;
    }

    .progress__title {
        font-size: 20px;
    }

    .lesson__title {
        font-size: 11px;
    }

    /*#########################  finishcourse.html   ############################*/


.finishcourse__title {
    padding-left: 20px;
}

.finishcourse__content {
    padding: 0 20px;
}

.finishcourse__result {
    padding: 0 20px;
}

    /*#########################  mycourses.html   ###########################*/
    .mycourses {
        margin-top: 80px;
    }

    .mycourses__header {
        padding-left: 30px;
        padding-top: 10px;
    }

    .mycourses__title {
        margin-bottom: 10px;
    }

    .mycourse__item {
        padding: 15px 15px;
        padding-bottom: 0px;
    }

    .mymentor__content {
        padding-left: 25px;
    }

    .mentors__item {
        margin-left: 20px;
        margin-right: 20px;
    }
    .mentors__extra {
        width: 60%;
    }

    .messages {
        padding-left: 10px;
    }

    .courses-new-topbar {
        padding: 0 5vw;
    }

    .courses-new-content {
        padding: 0 5vw;
    }

    .mycourses-new-inner {
        padding: 0 5vw;
    }

}
/*#######################      991px      #######################################################################*/
/*#######################      991px      #######################################################################*/
@media (max-width: 991px) {

    .carousel-course-info {
      width: 60vw;
    }

    .container{
        padding: 0px;
    }

    .navig {
        display: none;
        background-color: #f2f2f2;
    }

    .btn {
        font-size: 16px;
    }

    .imgbox {
        display: none;
    }
    .imgbox3 {
        display: none;
    }
    .imgbox4 {
        display: none;
    }
    .imgbox5 {
        display: none;
    }
    .imgboxgoogle {
        display: none;
    }
    .imgbox2 {
        display: none;
    }
    .imgbox6 {
        display: none;
    }
    .formbox {
        border-radius: 50px 0 50px;
        height: auto;
    }

    .card__body {
        padding: 15px;
        height: 240px;
    }

    .card__title {
        font-size: 20px;
    }

    .card__info {
        margin-bottom: 4px;
        font-size: 12px;
    }

    .card__description {
    font-size: 14px;
    }

    .footer__inner {
        padding: 30px 0;
    }

/*  Courses page  */
    .courses{
        
    }

    .courses__nav {
        padding-top: 0px;

    }

    .explore__pages {
        margin-right: 20px;
    }

    .nav__category {
        margin-left: 10px
    }

    .nav__category.active {
        padding-left: 18px;
    }

    .login__inner{
        padding-left: 5px;
        padding-right: 5px;
    }

    .login__img {
        height: 500px;
    }

    .course__item {
        width: 50%;
        padding: 15px;
    }

    .course__title{
        padding-left: 20px;
    }
    .course__content{
        padding-left: 20px;
        padding-right: 20px;
    }

    .course__title {
        height: 80px;
        margin-top: 70px;
    }

    .course__title .title__text {
        font-size: 40px;
    }

    .info__inner {
        padding-bottom: 15px;
    }

    .info__item {
        font-size: 11px;
    }

    .info__mentorimg {
        width: 35px;
        height: 35px;

    }

    .course__left {
        padding-right: 10px;
    }

    .course__right {
    padding-left: 10px;
}
    .btn-course {
        padding: 5px 10px;
    }

    .course__extra {
        margin-top: 15px;
    }

    .extra__nav__item {
        font-size: 17px;
    }

    .extra__content {
        margin-top: 10px;
    }

    .content__lesson {
        font-size: 17px;
        margin-top: 6px;
    }

    .description__title , .content__title {
        font-size: 23px;
    }

    .description__text {
        margin-top: 8px;
        font-size: 17px;
    }

    .course__features{
        margin-top: 10px;
    }

    .features__title {
        font-size: 23px;
    }

    .features__content {
        margin-bottom: 0px;
    }

    .features__item {
        margin-bottom: 25px;
    }

    .features__name {
        margin-left: 10px;
        font-size: 18px;
    }

    .features__variable {
        font-size: 18px;
    }

    .recommend__item {
        margin-top: 20px;
    }



    .recommend__img {
        width: 50px;
        height: 50px;
    }

    .recomment__name {
        font-size: 18px;
    }

    /*#########################  progress.html   #######################*/
    /*.progress__inner {
        margin-top: 70px;
    }*/

    .back__btn {
        height: 40px;
    }

    .back__btn__title {
        font-size: 13px;
        margin-left: 8px;
    }

    .progress__nav__container {
        padding: 10px;
        height: 75vh;
    }

    .progress__title {
        font-size: 20px;
    }

    .progress__bar {
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .progress__complete {
        font-size: 14px;
    }

    .progress__lesson {
        margin-top: 10px;
    }

    .progress__lesson__title {
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

    

    .lesson__arrow {
        width: 10px;
        height: 7px;
    }

    .progress__complete {
        font-size: 10px;
    }

    .theme__item {
        padding-left: 5px;
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .theme__title {
        font-size: 10px;
    }

    .lesson__themes {
        padding-left: 0px;
    }

    .lesson__title {
        font-size: 11px;
    }

    .lesson__themes__count {
        font-size: 12px;
    }


    .theme__info {
        font-size: 8px;
    }

    .change__lecture {
        height: 40px;
        font-size: 13px
    }

    .video__iframe {
        height: 300px;
    }

    .theme__container {
        padding: 0 40px;
    }

    .question__title {
        font-size: 20px;
    }

    .quiz__answers {
        margin-top: 15px;
    }

    .answer {
        padding: 8px;
        margin-bottom: 10px;
    }

    .radio {
        transform:scale(2.5);
    }

    .answer__text {
        font-size: 15px
    }

    .register__image {
        display: none;
    }

    .register__body {
        padding: 0;
        width: 100%;
        margin: 10px 20px;
    }

    .register__title {
        display: flex;
        justify-content: center;
    }

    /*#########################  finishcourse.html   ############################*/


.finishcourse__title {
    font-size: 30px;
    margin-top: 70px;
}

.finishcourse__info {
    font-size: 15px;
}

.finishcourse__result {
    margin-top: 20px;
    font-size: 25px;
}

    /*#########################  mycourses.html   ###########################*/
    .mycourses {
        margin-top: 80px;
    }

    .mycourses__header {
        padding-left: 20px;
        padding-top: 10px;
    }

    .mycourses__title {
        margin-bottom: 10px;
    }

    .mycourse__item {
        padding: 10px 10px;
        padding-bottom: 0px;
        padding-left: 0;

    }

    .mycourses__content {
        padding-left: 10px;
    }

    .mymentor__content {
        display: block;
        padding: 0 30px;
    }

    .mymentor__left , .mymentor__right {
        width: 100%;
    }

    .mymentor__title {
        margin-top: 70px;
    }

    .mentors__extra {
        width: 80%;
    }

    .mentors__description {
        font-size: 18px;
    }

    .profile__form {
        width: 40%;
    }

    .message__text {
        max-width: 70%
    }

    .messages {
        margin-bottom: 50px;
    }

    .messages__messages__area {
        height: 720px;
    }

    .courses-new-topbar {
        padding: 0 1rem;
    }

    .courses-new-content {
        padding: 0 1rem;
    }

    .courses-new-topbar a {
        font-size: 18px;
    }

    .courses-new-course {
        font-size: 14px;
    }

    .mycourses-new-inner {
        padding: 0 1rem;
    }

    .btn-watch-mycourse-new {
        font-size: 10px;
    }

}


/*#######################      730px      #########################################################################################*/
/*#######################      730px      #########################################################################################*/
@media (max-width: 730px) {

    .courses-new-item {
        width: 33%;
    }

    .course__item {
        width: 50%;
        padding: 10px;
    }

    .btn-course {
        font-size: 13px;
    }

    .mentors__extra {
        width: 100%;
    }

    .mentors__extra {
        display: block;
    }

    .card__body {
        height: 280px;
    }

    

    .login__img {
        height: 400px;
    }

    .login__body {
        min-height: 500px;
    }

    .mobile__chat__button{
        display: block;
    }

    

}


/*#######################      660px      #####################################################################################*/
/*#######################      660px      #####################################################################################*/
@media (max-width: 660px) {

    .my-controls {
        //display: none;
        transform: scale(0.5);
    }

    .carousel-course-info {
      width: 100%;
    }

    .card__coursetype {
        padding: 0;
    }

    .home-recomended2 {
        display: block;
        //padding: 0 5%;
        margin-top: 20px;
        padding-bottom: 50px;
    }

    .notification-content {
        font-size: 12px;
    }

    .notification-image {
        width: 50px;
        height: 50px;
    }

    .home-recomended2 h3 {
        text-align: center;
        //padding-bottom: 20px;
        color: #333;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 16px;
    }

    .home-recomended {
        display: none;
    }

    .home-recomended-card img{
        width: 25vw;
    }

    .carousel-course-info h3 {
        font-size: 30px;
    }

    .carousel-course-description {
        font-size: 15px;
        display: none;
    }
 

    .btn {
        font-size: 12px;
        padding: 8px 15px;
        -webkit-box-shadow: 5px 5px 22px -5px rgba(34, 60, 80, 0.6);
-moz-box-shadow: 5px 5px 22px -5px rgba(34, 60, 80, 0.6);
box-shadow: 5px 5px 22px -5px rgba(34, 60, 80, 0.6);
    }

   .navig {
    display: none;
    align-items: center;
}

    .course__card {
    -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);

}

    .card__body {
        padding: 10px;
        height: 150px;
    }

    .card__title {
        font-size: 16px;
    }

    .card__info {
        margin-bottom: 0px;
        font-size: 8px;
        padding: 2px 9px;
    }

    .card__description {
    font-size: 9px;
    }

    .footer__inner {
        padding: 10px 0;
    }

    .footer__item {
        padding: 0 15px;
        font-size: 8px;
    }

    .social__icon {
        height: 9px;
    }

    .social__item {
        width: 20px;
        height: 20px;
    }


/*  Courses page  */

    .courses {
        padding-top: 0px
    }

    .courses__block {
        padding-left: 10px;
    }

    .courses__nav {
        padding-top: 0px;
        min-height: 0;
    }

    .nav__category {
        font-size: 16px;
    }

    .explore__title {
        font-size: 22px;

    }

    .course__item {
        padding: 5px;
    }

    .card__body.small {
       padding: 10px;
    }

    .card__title.small {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .card__info.small {
        padding: 5px 5px;
        margin-bottom: 5px;
        font-size: 10px;
    }


    .card__language.small {
        color: #52bfb6;
        border-color: #52bfb6;
        border: 1px solid;
    }

    .card__description.small {
        font-size: 11px;
        font-weight: 400;
    }

    .courses__block {
        margin-right: 5px;
    }

    .login {
/*
        margin-left: 30px;
        margin-right: 30px;
*/
        margin-left: 10px;
        margin-right: 10px;
    }

    .login__body {
        padding-left: 25px;
        padding-right: 25px;
    }

    .login__title {
        font-size: 30px;
    }

    .form__title {
        font-size: 15px;
    }

    .login__img {
        height: 350px;
    }

    .btn-course {
        padding: 5px 5px;
        font-size: 10px;
    }

    .info__inner {
        padding-bottom: 10px;
    }

    .info__item {
        font-size: 9px;
    }

    .info__mentorimg {
        margin-right: 10px;
        width: 26px;
        height: 26px;
    }

    .course__title {
        margin-top: 60px;
        height: 60px;
    }

    .course__title .title__text {
    font-size: 30px;
}
    .course__content {
        padding-top: 10px;
    }
    .theme__content {
        /*padding-top: 40px;*/
        border-left: 0;
    }
    .progress__inner {
        margin-top: 0;
    }


    .course__extra {
        margin-top: 10px;
    }

    .extra__nav__item {
        font-size: 15px;
        padding-bottom: 5px;
    }

    .extra__content {
        margin-top: 5px;
    }

    .description__title, .content__title {
        font-size: 18px;
    }

    .description__text {
        margin-top: 5px;
        font-size: 14px;
    }

    .control__buttons {
        margin-top: 0px;
    }

    .course__features {
        margin-top: 5px;
    }

    .features__title {
        font-size: 18px;
        padding-bottom: 2px;
        border-bottom: 2px solid #299499;
    }

    .features__content {
        margin-top: 10px;
    }

    .features__item {
        margin-bottom: 10px;
    }

    .features__name, .features__variable {
        font-size: 13px;
    }

    .recommend__item {
        margin-top: 10px;
    }

    .recommend__img {
        width: 40px;
        height: 40px;
    }

    .recomment__name {
        font-size: 13px;
        margin-left: 10px;
    }
    /*#########################  progress.html   ##########################*/

    .progress__nav {
        display: none;
    }

    .progress__content {
        width: 100%;
    }

    .change__lecture:first-child {
        border-left: 0;
    }

    .nav__button__div {
        width: 60px;
        height: 40px;
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: center;
        top: 110px;
        background: linear-gradient(70deg, rgba(7,81,105,1) 0%, rgba(41,148,153,1) 68%, rgba(63,163,160,1) 100%);
        border-radius: 0 10px 10px 0;
        opacity: 0.5;
        box-shadow: 1px 1px 5px var(--primary_color);
        
    }

    .nav__button {
        transform: rotate(90deg);
        filter: invert(100%);
        width: 40px;
        height: 40px;
    }

    .progress_desplegable {
        display: none;
    }

    .nav__button__div.active {
        left: 70%;
    }

    .message_to_mentor::after {
        top: -30%;
        right: -20%;
        left: unset;
        display: none;
    }

    .message_to_mentor {
        background-image: unset;
        width: 60px;
        border-radius: 50%;
    }

    .dialog__window{
        right: 0px;
    }

    .chat__btns {
        left: unset;
        right: -35%;
        top: -350%;
    }

    .msg-form-big {
        display: none;
    }

    .msg-form-sm {
        display: block;
        width: 100%;
    }

    .progress__nav.active {
        display: block;
        position: absolute;
        top: 110px;
        background-color: #fff;
        border: 3px solid #3f4a4d;
        border-radius: 10px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        width: 70%;
        z-index: 9999;
    }

    .progress__buttons.fixed {
    
    width: 100%;
    z-index: 1000;
   
}

    .progress__title {
        font-size: 28px;
    }

    .lesson__title {
        font-size: 18px;
    }

    .lesson__themes__count {
        font-size: 18px;
    }

    .theme__title {
        font-size: 16px;
    }

    .theme__text {
        font-size: 15px;
    }

    .question__title {
        font-size: 18px;
    }

    .answer__text {
        font-size: 14px;
    }

    .theme__container {
        padding: 0 10px;
    }

    .video__iframe {
        padding: 0 10px;
        width: 100%;
    }

    .register__body {
        padding: 0;
        margin: 0;
    }

      /*#########################  finishcourse.html   ############################*/


.finishcourse__title {
    font-size: 25px;
    margin-top: 70px;
    padding: 10px 20px;
}

.finishcourse__info {
    font-size: 15px;
    margin-bottom: 5px;
}

.finishcourse__result {
    margin-top: 10px;
    font-size: 20px;
}

.finishcourse__content {
    margin-top: 10px;
}

    /*#########################  mycourses.html   ###########################*/

    .mycourses-new-item-info{
        padding: 20px 20px;
    }

    .mycourses-new-item-head h3 {
        font-size: 18px;
    }

    .btn-watch-mycourse-new {
        font-size: 8px;
    }

    .mycourse__item {
        width: 50%;
        padding: 20px 10px;
        padding-bottom: 0px;
        padding-left: 0;
    }

    .mymentor__title {
        padding: 20px 0px;
        margin-top: 0;
    }

    .mymentor__info {
        padding-left: 0px;
    }

    .mymentor__name {
        font-size: 38px;
        text-align: center;
    }

    .mymentor__profession {
        font-size: 25px;
    }

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

    .mentors__info {
        margin-left: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

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

    .messages {
        
        margin-bottom: 20px;
        padding-left: 3px;
    }
    .messages.iframe {
    margin-top: 0px;
}

    .messages__nav {
        display: none;
    }

    .dialogs-close-btn {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 10px;
        cursor: pointer;
    }

    .display-messages-nav {
        display: block;
        
    }

    .messages__nav.show_dialogs {
        display: flex;
        flex-direction: column;
        width: 40%;
        position: absolute;
    }

    .messages__content {
        width: 100%;
        padding: 0;
        padding-right: 3px;
    }

    .messages__title {
        justify-content: flex-end;
    }

    .messages__title__name {
        display: none;
    }

    .messages__title__name2 {
        display: block;
    }

    .messages__messages__area {
        height: 400px;
    }

    .dialogs {
        display: block;
    }

    .card__coursetype {
        padding: 0;
    }

}

/*#######################      514px      ###################################################################################*/
/*#######################      514px      ###################################################################################*/

@media (max-width: 514px) {

.course-detail-title {

    font-size: 60px;

}
    .btn {
        font-size: 10px;
        padding: 8px 15px;
    }

    .navbar-toggler {
        display: none;
    }

    .home-course {
        height: 50vh;
    }

    .decoy {
        display: flex;
        //width: 24px;
        height: 24px;
        //margin-right: 10px;
    }

    .extra-padding-for-nav {
        display: block;
        height: 50px;
    }

    .lang-flag-img {
        width: 25px;
        height: 22px;
    }

    .mycourses {
    margin-top: 0px;
}

    .courses-new-topbar{
        display: none;
    }

    .mycourses-new-inner {
        display: none;
    }

    .mycourses-new-mobile {
        display: block;
    }

    .navmobiletop-inner{
        height: 50px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        top: 0;
        background-color: #f2f2f2;
        z-index: 999999;
        padding: 0 20px;
    }

    .navmobile-inner {
        height: 50px;
        width: 100%;
        display: flex;
        position: fixed;
        bottom: 0;
        background-color: #f2f2f2;
        border-top: 1px solid #030303;
        justify-content: space-between;
    }

    .navmobile-item{
        width: 20%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .navmobile-item img{
        width: 24px;
        height: 24px;
    }

    .navmobile-item p{
        font-size: 9px;
        margin: 0;
    }

    .navigation-back {
        display: block;
        background-image: url("/media/img/icons8-left-48.png");
        background-size: cover;
        width: 24px;
        height:24px;
        //margin-left: 20px;
    }

    .btn-watch {
        display: none;
        width: 100%;
    }

    .btn-watch-course {
        width: 100%;
    }

    .course-detail-block {
        display: none;
    }

    .mycarousel-caption {
      left: 5%;
      right: 5%;
      display: flex;
      align-items: end;
      /* justify-content: end; */
      bottom: 0;
    }

    .home-recomended-inner {
        display: flex;
        //flex-direction: column;
        align-items: center;
        justify-content: space-between;
        overflow-y: scroll;
        background-color: #fff;
        padding: 20px;
    }

    .home-recomended-card img{
        width: 35vw;
        height: 25vh;
        -webkit-box-shadow: 1px 4px 24px -7px rgba(34, 60, 80, 0.9);
        -moz-box-shadow: 1px 4px 24px -7px rgba(34, 60, 80, 0.9);
        box-shadow: 1px 4px 24px -7px rgb(34 60 80 / 90%);
    }

    .navbar{
        padding-bottom: 0;
    }

    .bg-img{
        background: #fff;
    }

    .home-recomended-card {
        //margin-bottom: 10px;
        margin-right: 25px;
        //background-color: #fff;
    }

    .carousel-course-info {
        //background-color: rgba(0, 0, 0, 0.3);
        text-align: center;
        padding: 10px;
        padding-bottom: 40px;
    }

    .card__body {
        padding: 20px;
        height: 220px;
    }

    .card__title {
        font-size: 18px;
    }

    .card__info {
        margin-bottom: 0px;
        font-size: 14px;
        padding: 3px 19px;
        margin-bottom: 10px;
    }

    .card__description {
    font-size: 15px;
    }



    .footer__inner {
        padding: 10px;
    }

    .footer__item {
        width: 100%;
        font-size: 18px;
        padding: 0px 15px;
        margin-bottom: 10px

    }

    .social--footer {
        width: 100%;
    }

    .social__icon {
        height: 18px;
    }

    .social__item {
        width: 50px;
        height: 50px;
    }

/*  Courses page  */
    .courses {
        padding-top: 0px;
        margin-bottom: 0;
        display: none;
    }

    .courses-mobile {
        display: flex;
        flex-direction: column;
        padding: 20px;
    }

    .courses-new {
        display: none;
    }

    .course-mobile-item {
        display: flex;
        margin-bottom: 30px;
        align-items: center;
    }

    .course-mobile-img {
        width: 35vw;
        height: 20vw;
        object-fit: cover;
        border-radius: 10px;
    }


    .course-mobile-info {
        padding-left: 15px;
        padding-top: 10px;

    }

    .course-mobile-info h3 {
        font-size: 15px;
        color: black;
        font-weight: 600;
        margin-bottom: 3px;
    }

    .course-mobile-info p {
        font-size: 9px;

      height: 41px; /* Fallback for non-webkit */


      line-height: 1.5;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;

    }

    .course-detail-mobile {
        padding-top: 10px;
        display: block;
    }

    .course-detail-img {
        width: 100%;
        max-height: 40vh;
        object-fit: cover;
    }

    .course-detail-mobile-info {
        padding: 20px;
    }

    .course-detail-mobile-header {
        display: flex;
        justify-content: space-between;
    }

    .course-detail-mobile-title {
        font-size: 20px;
        font-weight: 700;
        color: #000;
    }

    .course-detail-mobile-description {
        margin: 20px 0;
        color: #000;
    }

    .courses__nav {

    }

    .courses__block {
        width: 100%;
    }

    .nav__category {
        font-size: 10px;
        margin-left: 0;
        padding: 11px 7px;
    }

    .nav__category.active {
        margin-left: 0;
    }

    .explore__title {
        font-size: 16px;
    }

    .course__item {
        width: 100%;
        padding: 11px;
    }

    .login {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 70px;
        margin-bottom: 0;
    }

    .login__inner {
/*        display: block;*/
        display: flex;
        background-color: #299499;
        min-height: 600px;
    }

    .login__image {
/*
        width: 100%;
        height: 670px;
        position: relative;
*/
        display: none;
    }

    .login__input {
        border: 1px solid #299499;
    }

    .login__body {
        width: 100%;
/*        position: absolute;*/
        top: 100px;
        left: 0;
        padding-top: 60px;
        padding-bottom: 60px;
        margin-left: 25px;
        margin-right: 25px;
        background-color: rgba(255,255,255,0.89);
    }

    .login__title {
        font-size: 25px;
    }

    .form__title {
        font-size: 15px
    }

    .btn-login {
        font-size: 15px;
    }

    .person-update-form {
        width: 100%;
    }

    .btn-profile-update {
        font-size: 15px;
        height: unset;
    }

    .btn-login-register {
        font-size: 15px;
    }

    .course__content {
        display: block;
        padding-left: 5px;
        padding-right: 5px;
    }

    .course__title  {
        text-align: center;
        padding-left: 0px;
    }


    .course__left , .course__right {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }

    .btn-course {
        padding: 10px 20px;
        font-size: 20px;
        font-weight: 500;
    }



    .info__inner {
        flex-wrap: wrap;
    }

    .info__item {
        width: 100%;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 5px;
        padding-left: 10px;

    }

    .info__item.info__buttons {
        justify-content: center;
        margin-top: 10px;
        padding-left: 0;
    }

    .item__data {
        display: flex;
        text-align: center;
    }

    .info__mentorimg {
        position: absolute;
        width: 40px;
        height: 40px;
        right: 0;
    }

    .item__text {
        margin-left: 20px;
    }

    .course__extra {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 15px;
    }

    .extra__nav__item {
        font-size: 15px;
    }

    .description__title , .content__title {
        font-size: 22px;
        margin-top: 10px;
    }

    .description__text {
        font-size: 18px;
    }

    .course__features {
        margin-top: 10px;
    }

    .features__title {
        font-size: 25px;
    }

    .features__item {
        margin-bottom: 15px;
        padding-right: 10px;
    }

    .features__name , .features__variable {
        font-size: 24px;
    }

    .features__name {
        margin-left: 20px;
    }

    .recommend__item {
        padding-left: 10px;
    }

    .recommend__img {
        width: 100px;
        height: 100px;
    }

    .recomment__name {
         font-size: 25px;
    }

    .register__title {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .register__user, .register__person {
        width: 100%;
    }

    .register__button {
        justify-content: center;
        margin-bottom: 20px;
    }

    .register {
        width: 200px;
    }

    /*#########################  finishcourse.html   ############################*/

.finishcourse__inner {
    min-height: 500px;
}

.finishcourse__title {
    font-size: 20px;
    margin-top: 60px;
}

.finishcourse__content {

}

.finishcourse__left {
    width: 100%;
    margin-bottom: 5px;
}

.finishcourse__right {
    width: 100%;
    padding: 0 10px;
}

.finishcourse__info {
    font-size: 20px;
}

.finishcourse__result {
    font-size: 20px;

}


    /*#########################  mycourses.html   ###########################*/
    .mycourse__item {
        width: 100%;
        padding: 10px 20px;
    }

    .mycourses__content {
        padding-left: 0px;
    }

    .mymentor__title__inner {
        display: block;
    }

    .mymentor__image {
        display: flex;
        justify-content: center;
    }

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

    .mymentor__profession {
        text-align: center;
    }

    .mymentor__content {
        display: block;
    }

    .mymentor__extra {
        display: block;
        margin-top: 10px;
    }

    .mymentor__description {
        margin-top: 10px;
    }

    .mentors__item {
        margin-left: 10px;
        margin-right: 10px;
    }

    .mentors__description {
        font-size: 14px;
    }

    .mentors {
        display: none;
    }

    .mentors-mobile {
        display: flex;
        flex-direction: column;
        margin-bottom: 50px;
    }

    .mentors-mobile-inner h3 {
        color: #000;
        font-size: 20px;
        //margin-bottom: 10px;
    }

    .mentors-mobile-inner {
        padding: 0px 20px;
    }

    .mentors-mobile-item {
        display: flex;
        background-color: #f3f3f3;
        border-radius: 5px;
        padding: 10px;
        margin-top: 10px;
        align-items: center;

        transition: 0.2s ease-out;
    }

    .mentors-mobile-item.active {
        background-color: #52c0b7;
        border-radius: 0;
    }

    .mentors-mobile-item.active .mentors-mobile-item-info h5,
    .mentors-mobile-item.active .mentors-mobile-item-info div {
        color: #fff;
    }

    .mentors-mobile-item img {
        width: 60px;
        height: 60px;
        object-fit: cover;
        border-radius: 10px;

    }

    .mentors-mobile-item-info {
        margin-left: 10px;
        width: 100%;
    }

    .mentors-mobile-item-info h5 {
        color: #333;
        font-size: 16px;
        font-weight: 600;
        transition: 0.2s ease-out;
    }

    .mentors-mobile-item-info div {
        color: #a8a8a8;
        font-size: 10px;
        transition: 0.2s ease-out;

    }

    .mentors-mobile-extra {
        max-height: 0px;
        overflow: hidden;
        font-size: 12px;
        color: #333;
        background-color: #52c0b7;
        text-align: center;
        padding: 0px 20px;

        transition: max-height 0.3s ease-out;
    }

    .mentors-mobile-extra-inner{
        padding-bottom: 10px;
        color: #fff;
    }

    .mentors-mobile-extra-profession {
        font-size: 16px;
        font-weight: 600;
    }

    .lang-dropdown-menu {
        right: 10px;
    }


    .proifle__item {
        flex-direction: column;
    }

    .profile__form {
        width: 90%;
        margin-left: 0;
    }

    .profile__img__input {
        flex-direction: column;
        align-items: center;
    }



    .profile {
        /*margin-bottom: 100px;*/
    }

    .message__text {
        font-size: 14px;
    }

    .messages__nav.show_dialogs {
        width: 60%;
    }

    .dialogs.dialogs__active {
        left: 62%;
    }

    .search__explore {
        display: block;
    }

    .search-btn {
    height: 30px;
    width: 30px;

}

.search__form {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
    width: 100%;
}

.search__input {
    width: 70%;
    height: 30px;
}

.mentor_msg {
    display: none;

}

.card__coursetype {
        padding: 0;
    }

.mymentor__profession {
    max-width: 100%;
}

}



@media (max-width: 400px) {
   
    .info__item {
        font-size: 15px;
    }

    .extra__nav__item {
        font-size: 13px;
    }

    .mymentor__name {
        font-size: 30px;
    }
}


