.pages-navigation-wrapper{
    padding: calc(10px + 11 * (100vw / 1920)) 0 11px 0;
}


.personal-data{
    padding: 0 0 calc(120px + 93 * (100vw / 1920));
}

.personal-data-container{
    display: flex;
    justify-content: space-between;
}

.personal-data-form-wrapper{
    width: 825px;
}

.personal-data-h3{
    font-size: calc(24px + 8 * (100vw / 1920));
    font-weight: 400;
    font-family: "Cormorant Garamond", serif;
    color:  #927039;
    
    margin-bottom: 10px;
}

.welcome-message{
    padding: calc(9px + 6 * (100vw / 1920)) 15px;
    border: 1px solid #E9E9E9;
    border-radius: 10px;
    background-color: #FFFBF4;

    margin-bottom: calc(20px + 18 * (100vw / 1920));


    position: relative;
}

.welcome-message-close-btn{
    width: 6px;
    background-color: transparent;

    position: absolute;
    top: 5px;
    right: 13px;
}

.welcome-message-p{
    /* max-width: 85%; */
    margin: 0 auto;
    font-family: "Cormorant Garamond", serif;
}


.personal-data-form{
    width: 670px;

    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.personal-data-form label{
    width: 320px;

    margin-bottom: calc(20px + 8 * (100vw / 1920));
}

.personal-data-form label span{
    display: inline-block;

    font-size: 12px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    color: #2E3342;

    margin-bottom: 6px;
}

.personal-data-input{
    width: 320px;
    padding: 9.5px;
    border: 1px solid  #DBDBDB;
    border-radius: 6px;
    outline: none;

    font-size: 12px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    color: #2E3342;
}

.change-data-btn{
    width: 216px;
    padding: 12px 0;
    border: 1px solid #B48E50;
    background-color: transparent;


    font-family: "Raleway", sans-serif;
    color: #B48E50;
}

.video-courses, .master-classes{
    display: none;
}

.video-courses-h3{
    font-size: calc(24px + 8 * (100vw / 1920));
    font-weight: 400;
    font-family: "Cormorant Garamond", serif;
    color:  #927039;
    
    margin-bottom: calc(10px + 15 * (100vw / 1920));
}

.video-courses-h4{
    font-size: calc(16px + 8 * (100vw / 1920));
    font-weight: 600;
    font-family: "Raleway", sans-serif;
    line-height: 28px;
    color: #2E3342;
    
    margin-bottom: 20px;
}

.video-course-wrapper{
    width: 825px;
    border: 1px solid #E9E9E9;
    border-radius: 10px;
}

.video-course{
    width: 647px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.video-course-img{
    width: 350px;
}

.video-course-info{
    width: 267px;
}

.video-course-type{
    width: calc(82px + 10 * (100vw / 1920));
    padding: 6.5px 10px;
    border-radius: 10px;
    border-top-left-radius: 0;
    background-color: #EEF1F8;
    
    margin-bottom: calc(10px + 2 * (100vw / 1920));
}

.video-course-type span{
    font-size: calc(12px + 2 * (100vw / 1920));
    color: #546AB3;
}

.video-course-h6{
    margin-bottom: 50px;
}

.watch-course-btn{
    width: 220px;
    padding: 20px 0;
}

.master-classes-h3{
    font-size: calc(24px + 8 * (100vw / 1920));
    font-weight: 400;
    font-family: "Cormorant Garamond", serif;
    color:  #927039;
    
    margin-bottom: calc(10px + 15 * (100vw / 1920));
}

.master-classes-h4{
    font-size: calc(16px + 8 * (100vw / 1920));
    font-weight: 600;
    font-family: "Raleway", sans-serif;
    line-height: 28px;
    color: #2E3342;
    
    margin-bottom: 20px;
}

.master-class-wrapper{
    width: 825px;
    border: 1px solid #E9E9E9;
    border-radius: 10px;
}

.master-class{
    width: 647px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.master-class-img{
    width: 350px;
}

.master-class-info{
    width: 267px;
}

.master-classs-date{
    display: flex;

    margin-bottom: 8px;
}

.master-classs-date svg{
    margin-right: calc(4px + 2 * (100vw / 1920));
}

.master-classs-date span{
    font-size: calc(12px + 2 * (100vw / 1920));
    color: #83253C;
}

.master-class-type{
    width: calc(240px + 42 * (100vw / 1920));
    padding: 6.5px 10px;
    border-radius: 10px;
    border-top-left-radius: 0;
    background-color: #EEF1F8;
    
    margin-bottom: calc(10px + 2 * (100vw / 1920));
}

.master-class-type span{
    font-size: calc(12px + 2 * (100vw / 1920));
    color: #546AB3;
    text-wrap: nowrap;
}

.master-class-h6{
    margin-bottom: 24px;
}

.watch-course-btn{
    width: 220px;
    padding: 20px 0;
}






@media(max-width: 1150px){
    .personal-area-tab-content{
        width: 100%;
    }

    .personal-data-form-wrapper{
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .personal-data-form{
        margin: 0 auto;
        text-align: start;
    }

    .change-data-btn{
        width: 100%;
    }
}

@media(max-width: 860px){
    .video-course-wrapper, .master-class-wrapper{
        width: 100%;
    }
}

@media(max-width: 720px){
    .video-course-wrapper, .master-class-wrapper{
        border: none;
    }
    
    .video-course,  .master-class{
        width: 100%;
        flex-direction: column;
    }

    .video-course-info, .master-class-info{
        width: 100%;
        text-align: center;
    }

    .video-course-type, .master-class-type{
        margin: 0 auto;
        margin-bottom: 10px;
    }
    
    .master-classs-date{
        width: 100px;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .video-course-img{
        width: 100%;
        border-radius: 20px;

        margin-bottom: 15px;
    }
    
}

@media(max-width: 600px){
    .welcome-message-p{
        max-width: 85%;
        margin: 0 auto;
    }
}

@media(max-width: 740px){
    .personal-data-form{
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .personal-data-form label{
        width: 100%;
    }

    .personal-data-input{
        width: 100%;
    }
}