/* раскрывающий список */
    .services__description-mb{
        display: none;
        flex-direction: column;
        align-items: center;
        gap: 23px;
    }
    .services__description-mb button{
        background: none;
        width: 32px;
        height: 22px;
        border: none;
        cursor: pointer;
    }
    .services__description-mb p{
        padding: 0 10px;
        color: var(--COLORE_Text);
        font-family: "Jost-Regular";
        font-weight: 400;
        font-size: 18px;
        letter-spacing: -0.02em;
    }
    .description-mb{
        display: none;
    }

/*adaptive*/
@media screen and (max-width: 1400px){
    /* main */
    .padding-section {
        padding-top: 36px;
        padding-bottom: 36px;
    }
    .main__btn {
        padding: 10px 25px;
    }

    .intro-massage{
        padding-top: 40px;
    }
    .wrap{
        max-width: 1080px;
    }
    /* Первый экран - превью */
    .dashboard__info-title{
        font-size: 140px;
    }
    .dashboard__info-subtitle{
        font-size: 50px;
    }
    .dashboard__picture{
        gap: 30px;
    }
    .dashboard__picture-bg img{
        width: 450px;
        height: 450px;
    }
    .dashboard::after{
        width: 1080px;
        background-size: contain;
        bottom: -35px;
    }

    /* Второй экран - преимущества */
    .features-list{
        gap: 50px;
    }
    
    /* Третий экран - бронирование */
    /* -->calendar.css */

    /* Четветрый экран - услуги */
    .services__item-img{
        width: 230px;
    }
    .services__item-subtitle{
        font-size: 26px;
    }

    /* Пятый экран - обо мне */
    .aboutme__item-description {
        gap: 35px;
    }

    /* Пятый экран - обо мне */
    .courses__description {
        width: 100%;
    }
}

@media screen and (max-width: 1120px){
    /* main */
    .wrap{
        max-width: 900px;
    }

    /* Первый экран - превью */
    .dashboard__info-title {
        font-size: 120px;
    }
    .dashboard__info-subtitle {
        font-size: 40px;
    }
    .dashboard::after{
        width: 703px;
        background-size: contain;
        bottom: -160px;
    }
    .dashboard__picture-bg img {
        width: 420px;
        height: 420px;
    }
    
    /* Третий экран - бронирование */
    /* -->calendar.css */

    /* Четветрый экран - услуги */
    .services__item-img {
        width: 200px;
    }
    .services__item-subtitle {
        font-size: 23px;
    }

    /* Восьмой экран - Прайс */
    .prices__list {
        padding: 30px 80px 60px 80px;
    }

    /* Девятый экран - Контакты */
    .contacts-main {
        padding: 0;
    }       
}

@media screen and (max-width: 920px){
    /* main */
    .wrap{
        max-width: 720px;
    }
    .main__btn {
        padding: 10px 45px;
    }

    /* Первый экран - превью */
    .header {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 25px;
    }
    .dashboard {
        position: relative;
        height: 420px;
    }
    .dashboard__info {
        position: absolute;
        align-items: flex-start;
        gap: 30px;
        width: 100%;
        top: 48px;
    }
    .dashboard__picture {
        position: absolute;
        right: 0;
        
    }

    /* торой экран - преимущества */
    .features-list {
        width: 100%;
        justify-content: space-between;
        gap: 0;
    }
    
    /* Третий экран - бронирование */
    /* -->calendar.css */

    /* Четветрый экран - услуги */
    .services__list {
        width: 100%;
        flex-wrap: wrap;
        gap: 30px;
    }
    .services__item-img{
        width: 270px;
    }
    .services__item-subtitle{
        font-size: 32px;
    }
    


    /* Пятый экран - обо мне */
    .aboutme__list {
        width: 100%;
        align-items: center;
        justify-content: space-between;
        gap: 0;
    }
    .features-item {
        width: 165px;
        height: 165px;
    }
    .aboutme-modal__main {
        height: 384px;
    }

    /* Шестой экран - Почему нужен курс */
    .courses {
        padding-top: 80px;
        padding-bottom: 100px;
    }

    /* Восьмой экран - Прайс */
    .prices__list {
        padding: 20px 50px 30px 50px;
    }
    .prices__list-btn-item{
        width: 294px;
        height: 39px;
        text-align: center;
        padding: 0;
    }

    /* Девятый экран - Контакт */
    .contacts-main__info-item p, .contacts-main__info-item span{
        font-size: 16px;
    }
    .contacts-main__networks-item{
        font-size: 16px;
    }
    .contacts-main__networks {
        gap: 15px;
    }
    .contacts-main__networks-item {
        gap: 9px;
    }
    .contacts-main__img{
        width: 300px;
    }
    .footer__main {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        padding-left: 0;
    }

    /*модальное окно*/
    .modal-window {
        width: 600px;
        height: 485px;
    }
    .services-modal__img {
        width: 281px;
        height: 485px;
    }
}



@media screen and (max-width: 740px){
    .wrap{
        padding: 15px 20px ;
    }
    .dashboard__info-title {
        font-size: 80px;
    }
    .dashboard__info-subtitle {
        font-size: 35px;
    }
    .features-item {
        width: 140px;
        height: 140px;
    }

    .dashboard::after{
        background-size: contain;
        bottom: -210px;
        width: 539px;
    }

    .services__list {
        gap: 20px;
    }
    .services__item-img {
        width: 240px;
    }
    .services__item-subtitle {
        font-size: 26px;
    }

    .aboutme__item-description p {
        font-size: 16px;
    }
    .aboutme__item-img{
        width: 300px;
    }

    .courses {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .comments {
        padding-top: 30px;
    } 
    /* .wrap__slider{
        padding-left: 20px;
    } */

    .contacts-main__info {
        gap: 40px;
    }
    .contacts-main__img {
        width: 210px;
    }
    .contacts-main__networks {
        flex-wrap: wrap;
    }
}



@media screen and (max-width: 640px){
    .header {
        padding: 0;
    }
    .features{
        display: none;
    }

    .intro-massage .wrap{
        padding-bottom: 0;
    }

    .modal-window {
        width: 550px;
        height: 444px;
    }
    .services-modal__img {
        width: 257px;
        height: 444px;
    }
}


/* mobile */
@media screen and (max-width: 600px){

    /* Первый экран - превью */
    .intro-massage{
        display: none;
    }
    .intro-massage-mb{
        width: 100%;
        display: flex;
        height: 100vh;
        background: url("../assets/image/dashboard.png") no-repeat;
        background-position: right top;
        background-size: cover;
        margin-bottom: 20px;
    }
    .wrap-mb{
        width: 100%;
        margin: 23px 20px 0 20px;
    }
    .header-mobile{
        position: relative;
        height: calc(100% - 50px);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
    }
    .header-mb{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header__menu-mb{
        width: 35px;
        height: 35px;
        cursor: pointer;
        background: none;
        border: none;
    }
    .header__info-mb{
        display: flex;
        flex-direction: column;
        gap: 60px;

    }
    .dashboard__title-mb{
        font-size: 50px;
        color: var(--COLORE_UIText);
        font-family: "BonaNova-Regular";
        font-weight: 400;
        line-height: 85%;
        letter-spacing: 0.05em;
    }
    .dashboard__subtitle-mb{
        font-size: 33px;
        color: var(--COLORE_UIText);
        font-family: "BonaNovaSC-Regular";
        font-weight: 400;
    }
    .dashboard__info-btn-mb{
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 27px;
        align-items: center;
    }
    .makeapp{
        background: none;
    }

    .tel-makeapp{
        background: var(--COLORE_YELLOW);
    }
    /* меню */
    .header__menu-open{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        display: none;
        flex-direction: column;
        background: var(--COLORE_BLACK);
        z-index: 1;
        color: var(--COLORE_Text);
        border-radius: 0 0 30px 30px;
        padding-bottom: 80px;
    }
    .header__menu-open header{
        position: relative;
        padding: 23px 20px 20px 20px;
        padding-bottom: 50px;
        width: calc(100% - 40px);        
    }
    .header__menu-list-mb{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .header__menu-close{
        width: 22px;
        height: 22px;
        cursor: pointer;
        background: none;
        border: none;
    }

    

    /* Четветрый экран - услуги */
    .services__list{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .services__item-img {
        width: 292px;
    }   

    /* Пятый экран - обо мне */
    .aboutme__list{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 22px;
    }
    .aboutme__item-img{
        width: 340px;
    }
    .aboutme__item-description{
        align-items: center;
    }
    .aboutme__item-description p {
        font-size: 13px;
    }
    .aboutme__description-mb ol, .aboutme__description-mb li{
        font-size: 13px;
    }


    /* Шестой экран - Почему нужен курс */
    .courses__courses {
        gap: 30px;
    }
    .courses__description {
        font-size: 14px;
    }
    .courses__title{
        text-align: center;
    }

    /* Восьмой экран - Прайс */
    .prices__list-btn-mb{
        display: flex;
        align-items: center;
        gap: 21px;
    }
    .prices__list-btn{
        display: none;
    }
    
    .prices__list {
        padding: 20px 30px 30px 30px;
    }
    .prices__list-btn {
        gap: 15px;
    }
    .prices__item-service p {
        font-size: 14px;
    }

    /* Девятый экран - Контакты */
    .contacts-main{
        justify-content: center;
    }
    .contacts-main__img{
        display: none;
    }

    .footer__menu {
        display: none;
    }
}

@media screen and (max-width: 452px){
    .calendar {
        padding: 11px;
    }
    #recordForm {
        padding: 11px;
    }
    .selectWrapper {
        width: 346px;
    }

    .carousel__item {
        height: 320px;
    }
    .prices__list-btn {
        gap: 8px;
    }
    .prices__list-btn-item{
        font-weight: 600;
        font-size: 12px;
    }
}
@media screen and (max-width: 362px){
    .prices__list {
        padding: 10px 20px 20px 20px;
    }
    .calendarBody {
        gap: 4px;
    }
    .tr-line{
        gap: 4px;
    }
    .calendarTable-thead{
        gap: 4px;
    }
    .selectWrapper {
        width: 327px;
    }
    #recordForm{
        width: 303px;
    }
}
