.screen {
    height: auto !important;
    max-height: unset !important;
}

.screen_content {
    margin: 80px 80px 0 100px;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    padding-bottom: 40px;
    flex-direction: column;
    position: relative;
}

.main_info_profile {
    width: 400px;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    margin-top: 30px;
}

.case_info {
    color: #fff;
    margin-bottom: 50px;
    width: 50%;
    position: relative;
}

.name_case {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 40px;
}

.secialty_case {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

.desc_case {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 50px;
}

.link_case {
    display: block;
    font-weight: 400;
    font-size: 16px;
    background: linear-gradient(180deg, #37BDE3 0%, #FE4193 49.48%, #E3C85F 99.99%, #294DD7 100%);
    background: -webkit-linear-gradient(-90deg, #37BDE3 0%, #FE4193 49.48%, #E3C85F 99.99%, #294DD7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    background-clip: text;
}

.gallery {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin-top: 200px;
}

.gallery img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {

    .header_personal_info_avatar {
        width: 90px;
        height: 90px;
    }

    .screen_content {
        margin: 60px 20px 0 20px;
        flex-direction: column;
        padding: 10px 0 60px 0;
        display: flex;
    }

    .header_personal_info {
        width: 100%;
    }

    .spacialist_content_info_skills {
        max-width: 100%;
    }

    .main_info_profile {
        max-width: 95%;
    }

    
}


@media screen and (max-width: 500px) {
    
    .personal_info_name {
        font-size: 18px;
    }

    .personal_info_specialty {
        font-size: 14px;
    }

}


.logo_sidebar {
    opacity: 1 !important;
}


.fscreen_content_case {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

/* TITLE */

.case_title_container {
    width: 50%;
    height: auto;
}


/* ** Change this if you need to modify ** the amount of lines displayed */
/* ** Leave these unless you want ** to open a whole can of worms */
/* ** Set up the experiment */

/* ** Apply styles to the parent element */
.Words {
    margin: 0 auto;
    padding: 80px 0;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 45px;
    font-weight: 900;
    letter-spacing: -2px;
    text-transform: uppercase;
    transform: translate3d(0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -webkit-font-kerning: normal;
    -webkit-text-size-adjust: 100%;
    max-width: 400px;
    color: #fff;
}
/* ** Apply common styles to each line of text */
.Words-line {
    height: 50px;
    overflow: hidden;
    position: relative;
}
.Words-line:nth-child(odd) {
    transform: skew(60deg, -30deg) scaleY(0.66667);
}
.Words-line:nth-child(even) {
    transform: skew(0deg, -30deg) scaleY(1.33333);
}
.Words-line:nth-child(1) {
    left: 29px;
}
.Words-line:nth-child(2) {
    left: 58px;
}
.Words-line:nth-child(3) {
    left: 87px;
}
.Words-line:nth-child(4) {
    left: 116px;
}
.Words-line:nth-child(5) {
    left: 145px;
}
.Words-line:nth-child(6) {
    left: 174px;
}
.Words-line:nth-child(7) {
    left: 203px;
}
/* ** Fine-grained text styles */
.Words p {
    height: 50px;
    line-height: 45px;
    padding: 0 10px;
    transition: all 0.4s ease-in-out;
    transform: translate3d(0, 0, 0);
    vertical-align: top;
    white-space: nowrap;
}
/* ** The hover interaction */
.Words:hover p {
    transform: translate3d(0, -50px, 0);
}



/* CONTACTS */


#contacts_screen {
    background: #fff;
}

.feedback_form_substrate {
    transform: none !important;
}

.contacts_content_form {
    opacity: 1 !important;
}

.contacts_container {
    overflow: visible;
}



@media screen and (max-width: 1050px) {

    .case_title_container {
        margin-left: -50px;
    }
    
}

@media screen and (max-width: 950px) {
    .contacts_container {
        margin: 20px;
    }

    #contacts_decoration_text {
        max-width: 250px;
    }

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

    .case_info {
        margin-top: 100px;
        width: auto;
    }

    .gallery {
        margin-top: 50px;
    }
}

@media screen and (max-width: 768px) {
    .case_title_container {
        margin: auto;
        width: 100%;
    }
}

@media screen and (max-width: 450px) {
    .case_title_container {
        margin-left: -40px !important;
    }
    .Words {
        font-size: 30px;
        padding: 40px 0;
    }

    .Words-line {
        height: 35px;
    }

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


.menu-btn div {
    background: #fff;
}

.active_lang {
    color: #fff;
}

.lang_bar a {
    color: #fff;
}

.lang_bar {
    border: 1px solid #fff;
}

.learn-more_link {
    margin-bottom: 50px;
}