.main>.content .section-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.main>.content .section-cont#section_presentation {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main>.content .section-cont#section_presentation .section_wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main>.content .section-cont#section_presentation .section_wraper .left-cont {
    font-size: 18px;
}

.main>.content .section-cont#section_presentation .section_wraper .left-cont .greetings {
    font-size: 1em;
    font-weight: 700;
    color: #59FFD8;
    cursor: default;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    width: 100%;
}

.main>.content .section-cont#section_presentation .section_wraper .left-cont .greetings:hover {
    color: #4eddbc;
}

.main>.content .section-cont#section_presentation .section_wraper .left-cont .name {
    display: block;
    margin-top: 15px;
    font-size: 3em;
    font-weight: 700;
    color: #C9D4F7;
    cursor: default;
    width: 100%;
}

.main>.content .section-cont#section_presentation .section_wraper .left-cont .name span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.main>.content .section-cont#section_presentation .section_wraper .left-cont .name span.space-letter {
    margin-left: 0.35em;
}

.main>.content .section-cont#section_presentation .section_wraper .left-cont .name span span {
    display: inline-block;
    -webkit-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.main>.content .section-cont#section_presentation .section_wraper .left-cont .name span span:hover {
    -webkit-transform: rotate(5deg) scale(1.15);
    -ms-transform: rotate(5deg) scale(1.15);
    transform: rotate(5deg) scale(1.15);
    color: #34A2FF;
}

.main>.content .section-cont#section_presentation .section_wraper .left-cont .name span span.highlighted-letter {
    color: #34A2FF;
}

.main>.content .section-cont#section_presentation .section_wraper .left-cont .name span span.highlighted-letter:hover {
    -webkit-transform: rotate(-5deg) scale(1.15);
    -ms-transform: rotate(-5deg) scale(1.15);
    transform: rotate(-5deg) scale(1.15);
}

.main>.content .section-cont#section_presentation .section_wraper .left-cont .profession {
    margin-top: 5px;
    font-size: 2.1em;
    font-weight: 700;
    color: #868FAB;
    cursor: default;
    width: 100%;
}

.main>.content .section-cont#section_presentation .section_wraper .left-cont .profession span {
    display: inline-block;
    -webkit-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.main>.content .section-cont#section_presentation .section_wraper .left-cont .profession span:hover {
    -webkit-transform: rotate(2deg) scale(1.15);
    -ms-transform: rotate(2deg) scale(1.15);
    transform: rotate(2deg) scale(1.15);
    color: #FF6969;
}

.main>.content .section-cont#section_presentation .section_wraper .left-cont .profession span.space-letter {
    margin-left: 0.35em;
}

.main>.content .section-cont#section_presentation .section_wraper .left-cont .biography {
    margin-top: 25px;
}

.main>.content .section-cont#section_presentation .section_wraper .left-cont .biography p {
    max-width: 500px;
    color: #949CB1;
    font-weight: 500;
    cursor: default;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    width: 100%;
    line-height: 1.25em;
    font-size: 0.9em;
}

.main>.content .section-cont#section_presentation .section_wraper .left-cont .biography p:not(:nth-of-type(1)) {
    margin-top: 10px;
}

.main>.content .section-cont#section_presentation .section_wraper .left-cont .biography p:hover {
    color: #A8AFC0;
}

.main>.content .section-cont#section_presentation .section_wraper .left-cont .contact_button-cont {
    margin-top: 50px;
    border: 2px solid #448BE9;
    border-radius: 10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.main>.content .section-cont#section_presentation .section_wraper .left-cont .contact_button-cont a {
    display: block;
    font-size: 1.25em;
    font-weight: bold;
    color: #448BE9;
    text-decoration: none;
    padding: 20px 25px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.main>.content .section-cont#section_presentation .section_wraper .left-cont .contact_button-cont:hover {
    border: 2px solid #1368D6;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.main>.content .section-cont#section_presentation .section_wraper .left-cont .contact_button-cont:hover a {
    color: #1368D6;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.main>.content .section-cont#section_presentation .section_wraper .right-cont .presentation_img {
    max-width: 450px;
    max-height: 325px;
    width: auto;
    height: auto;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.main>.content .section-cont#section_presentation .section_wraper .right-cont .presentation_img:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}


.main>.content .section-cont#section_skills {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main>.content .section-cont#section_skills .section_wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main>.content .section-cont#section_skills .section_wraper .left-cont {
    font-size: 18px;
}

.main>.content .section-cont#section_skills .section_wraper .left-cont .title {
    font-size: 3em;
    font-weight: 700;
    color: #34A2FF;
    cursor: default;
    width: 100%;
    margin-bottom: 30px;
}

.main>.content .section-cont#section_skills .section_wraper .left-cont .title span {
    display: inline-block;
    -webkit-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.main>.content .section-cont#section_skills .section_wraper .left-cont .title span:hover {
    -webkit-transform: rotate(5deg) scale(1.15);
    -ms-transform: rotate(5deg) scale(1.15);
    transform: rotate(5deg) scale(1.15);
}

.main>.content .section-cont#section_skills .section_wraper .left-cont .title span.highlighted-letter {
    color: #0A65E5;
}

.main>.content .section-cont#section_skills .section_wraper .left-cont .title span.highlighted-letter:hover {
    -webkit-transform: rotate(-5deg) scale(1.15);
    -ms-transform: rotate(-5deg) scale(1.15);
    transform: rotate(-5deg) scale(1.15);
}

.main>.content .section-cont#section_skills .section_wraper .left-cont .description {
    font-size: 1em;
    max-width: 500px;
    color: #949CB1;
    font-weight: 500;
    cursor: default;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    width: 100%;
    line-height: 1.25em;
}

.main>.content .section-cont#section_skills .section_wraper .left-cont .description:hover {
    color: #a8afc0;
}

.main>.content .section-cont#section_skills .section_wraper .left-cont .skills-list {
    margin: 0;
    margin-top: 15px;
    padding-left: 0.5rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.main>.content .section-cont#section_skills .section_wraper .left-cont .skills-list li {
    position: relative;
    list-style-type: none;
    padding-left: 2rem;
    margin-bottom: 0.5rem;
    color: #949CB1;
    cursor: default;
    font-weight: bold;
    font-size: 1em;
}

.main>.content .section-cont#section_skills .section_wraper .left-cont .skills-list li:hover {
    color: #A8AFC0;
}

.main>.content .section-cont#section_skills .section_wraper .left-cont .skills-list li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -2px;
    width: 5px;
    height: 11px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #06B4B4;
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.main>.content .section-cont#section_skills .section_wraper .left-cont .skills-list li:hover::before {
    -webkit-transform: rotate(45deg) scale(1.5);
    -ms-transform: rotate(45deg) scale(1.5);
    transform: rotate(45deg) scale(1.5);
    border-color: #059999;
}

.main>.content .section-cont#section_skills .section_wraper .right-cont .skills_img {
    max-width: 450px;
    max-height: 325px;
    width: auto;
    height: auto;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.main>.content .section-cont#section_skills .section_wraper .right-cont .skills_img:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}


.main>.content .section-cont#section_projects {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main>.content .section-cont#section_projects .section_wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main>.content .section-cont#section_projects .section_wraper .left-cont {
    font-size: 18px;
}

.main>.content .section-cont#section_projects .section_wraper .left-cont .title {
    font-size: 3em;
    font-weight: 700;
    color: #34A2FF;
    cursor: default;
    width: 100%;
    margin-bottom: 30px;
}

.main>.content .section-cont#section_projects .section_wraper .left-cont .title span {
    display: inline-block;
    -webkit-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.main>.content .section-cont#section_projects .section_wraper .left-cont .title span:hover {
    -webkit-transform: rotate(5deg) scale(1.15);
    -ms-transform: rotate(5deg) scale(1.15);
    transform: rotate(5deg) scale(1.15);
}

.main>.content .section-cont#section_projects .section_wraper .left-cont .title span.highlighted-letter {
    color: #0A65E5;
}

.main>.content .section-cont#section_projects .section_wraper .left-cont .title span.highlighted-letter:hover {
    -webkit-transform: rotate(-5deg) scale(1.15);
    -ms-transform: rotate(-5deg) scale(1.15);
    transform: rotate(-5deg) scale(1.15);
}

.main>.content .section-cont#section_projects .section_wraper .left-cont .description p {
    margin-top: 10px;
    max-width: 500px;
    color: #949CB1;
    font-weight: 500;
    cursor: default;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    width: 100%;
    line-height: 1.25em;
    font-size: 1em;
}

.main>.content .section-cont#section_projects .section_wraper .left-cont .description p:hover {
    color: #a8afc0;
}

.main>.content .section-cont#section_projects .section_wraper .left-cont .projects-list {
    margin: 0;
    margin-top: 15px;
    padding-left: 0.5rem;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
}

.main>.content .section-cont#section_projects .section_wraper .left-cont .projects-list li {
    position: relative;
    list-style-type: none;
    padding-left: 2rem;
    margin-bottom: 0.5rem;
    color: #949CB1;
    cursor: default;
    font-weight: bold;
    font-size: 1em;
}

.main>.content .section-cont#section_projects .section_wraper .left-cont .projects-list li:hover {
    color: #A8AFC0;
}

.main>.content .section-cont#section_projects .section_wraper .left-cont .projects-list li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -2px;
    width: 5px;
    height: 11px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #06B4B4;
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.main>.content .section-cont#section_projects .section_wraper .left-cont .projects-list li:hover::before {
    -webkit-transform: rotate(45deg) scale(1.5);
    -ms-transform: rotate(45deg) scale(1.5);
    transform: rotate(45deg) scale(1.5);
    border-color: #059999;
}

.main>.content .section-cont#section_projects .section_wraper .right-cont .projects_img {
    max-width: 450px;
    max-height: 325px;
    width: auto;
    height: auto;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.main>.content .section-cont#section_projects .section_wraper .right-cont .projects_img:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}


.main>.content .section-cont#section_contact {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main>.content .section-cont#section_contact .section_wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main>.content .section-cont#section_contact .section_wraper .left-cont {
    font-size: 18px;
}

.main>.content .section-cont#section_contact .section_wraper .left-cont .title {
    font-size: 3em;
    font-weight: 700;
    color: #34A2FF;
    cursor: default;
    width: 100%;
    margin-bottom: 30px;
}

.main>.content .section-cont#section_contact .section_wraper .left-cont .title span {
    display: inline-block;
    -webkit-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.main>.content .section-cont#section_contact .section_wraper .left-cont .title span:hover {
    -webkit-transform: rotate(5deg) scale(1.15);
    -ms-transform: rotate(5deg) scale(1.15);
    transform: rotate(5deg) scale(1.15);
}

.main>.content .section-cont#section_contact .section_wraper .left-cont .title span.highlighted-letter {
    color: #0A65E5;
}

.main>.content .section-cont#section_contact .section_wraper .left-cont .title span.highlighted-letter:hover {
    -webkit-transform: rotate(-5deg) scale(1.15);
    -ms-transform: rotate(-5deg) scale(1.15);
    transform: rotate(-5deg) scale(1.15);
}

.main>.content .section-cont#section_contact .section_wraper .left-cont .description p {
    max-width: 500px;
    color: #949CB1;
    font-weight: 500;
    cursor: default;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    width: 100%;
    line-height: 1.25em;
    font-size: 1em;
}

.main>.content .section-cont#section_contact .section_wraper .left-cont .description p:hover {
    color: #a8afc0;
}

.main>.content .section-cont#section_contact .section_wraper .left-cont .contact-button {
    margin-top: 10px;
}

.main>.content .section-cont#section_contact .section_wraper .left-cont .contact-button p.contact-email {
    color: #C5C8D1;
    font-weight: 600;
    font-size: 1em;
    cursor: pointer;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.main>.content .section-cont#section_contact .section_wraper .left-cont .contact-button p.contact-email:hover {
    color: #DFE2E8;
}

.main>.content .section-cont#section_contact .section_wraper .left-cont .contact-button p.contact-email.animation {
    text-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
}

.main>.content .section-cont#section_contact .section_wraper .left-cont .contact-button .copy-comment {
    opacity: 0;
    position: relative;
    width: 100px;
    background: #383838;
    color: #FFFFFF;
    border-radius: .4em;
    text-align: center;
    padding: 5px;
    margin-top: 20px;
    margin-left: 85px;
}

.main>.content .section-cont#section_contact .section_wraper .left-cont .contact-button .copy-comment:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-bottom-color: #383838;
    border-top: 0;
    margin-left: -15px;
    margin-top: -15px;
}

.main>.content .section-cont#section_contact .section_wraper .left-cont .contact-button .copy-comment.transition {
    -webkit-transition: all 3000ms !important;
    -o-transition: all 3000ms !important;
    transition: all 3000ms !important;
}

.main>.content .section-cont#section_contact .section_wraper .left-cont .contact-button .copy-comment.active {
    opacity: 1;
}

.main>.content .section-cont#section_contact .section_wraper .right-cont .contact_img {
    max-width: 450px;
    max-height: 325px;
    width: auto;
    height: auto;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.main>.content .section-cont#section_contact .section_wraper .right-cont .contact_img:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}



@media screen and (max-width: 1750px) {
    .main>.content .section-cont {
        width: 70%;
    }
}

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

    .main>.content .section-cont#section_presentation .section_wraper .left-cont,
    .main>.content .section-cont#section_skills .section_wraper .left-cont,
    .main>.content .section-cont#section_projects .section_wraper .left-cont,
    .main>.content .section-cont#section_contact .section_wraper .left-cont {
        width: 450px;
        font-size: 15px;
    }

    .main>.content .section-cont#section_presentation .section_wraper .right-cont .presentation_img,
    .main>.content .section-cont#section_skills .section_wraper .right-cont .skills_img,
    .main>.content .section-cont#section_projects .section_wraper .right-cont .projects_img,
    .main>.content .section-cont#section_contact .section_wraper .right-cont .contact_img {
        max-width: 325px;
        max-height: 250px;
    }
}

@media screen and (max-width: 1200px) {
    .main>.content .section-cont {
        width: 80%;
    }

    .main>.content .section-cont#section_presentation .section_wraper .left-cont,
    .main>.content .section-cont#section_skills .section_wraper .left-cont,
    .main>.content .section-cont#section_projects .section_wraper .left-cont,
    .main>.content .section-cont#section_contact .section_wraper .left-cont {
        width: 425px;
        font-size: 14px;
    }

    .main>.content .section-cont#section_presentation .section_wraper .right-cont .presentation_img,
    .main>.content .section-cont#section_skills .section_wraper .right-cont .skills_img,
    .main>.content .section-cont#section_projects .section_wraper .right-cont .projects_img,
    .main>.content .section-cont#section_contact .section_wraper .right-cont .contact_img {
        max-width: 275px;
        max-height: 200px;
    }
}

@media screen and (max-width: 992px) {
    .main>.content .section-cont {
        width: 70%;
    }

    .main>.content .section-cont#section_presentation .section_wraper,
    .main>.content .section-cont#section_skills .section_wraper,
    .main>.content .section-cont#section_projects .section_wraper,
    .main>.content .section-cont#section_contact .section_wraper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .main>.content .section-cont#section_presentation .section_wraper .left-cont,
    .main>.content .section-cont#section_skills .section_wraper .left-cont,
    .main>.content .section-cont#section_projects .section_wraper .left-cont,
    .main>.content .section-cont#section_contact .section_wraper .left-cont {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        max-width: 100%;
        font-size: 16px;
    }

    .main>.content .section-cont#section_presentation .section_wraper .right-cont .presentation_img,
    .main>.content .section-cont#section_skills .section_wraper .right-cont .skills_img,
    .main>.content .section-cont#section_projects .section_wraper .right-cont .projects_img,
    .main>.content .section-cont#section_contact .section_wraper .right-cont .contact_img {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    body {
        overflow: auto;
        overflow-x: hidden;
    }

    .main>.content .section-cont {
        width: 80%;
        height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .main>.content .section-cont:nth-child(1) {
        padding-top: 130px;
    }

    .main>.content .section-cont#section_presentation .section_wraper,
    .main>.content .section-cont#section_skills .section_wraper,
    .main>.content .section-cont#section_projects .section_wraper,
    .main>.content .section-cont#section_contact .section_wraper {
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
    }

    .main>.content .section-cont#section_presentation .section_wraper .left-cont,
    .main>.content .section-cont#section_skills .section_wraper .left-cont,
    .main>.content .section-cont#section_projects .section_wraper .left-cont,
    .main>.content .section-cont#section_contact .section_wraper .left-cont {
        font-size: 15px;
    }

    .main>.content .section-cont#section_presentation .section_wraper .left-cont .biography p {
        margin-top: 15px;
    }
}

@media screen and (max-width: 600px) {
    .main>.content .section-cont {
        width: 90%;
    }

    .main>.content .section-cont#section_presentation .section_wraper .left-cont,
    .main>.content .section-cont#section_skills .section_wraper .left-cont,
    .main>.content .section-cont#section_projects .section_wraper .left-cont,
    .main>.content .section-cont#section_contact .section_wraper .left-cont {
        font-size: 14px;
        width: 100%;
    }
}

@media screen and (max-width: 550px) {
    .main>.content .section-cont#section_presentation .section_wraper .left-cont .name {
        font-size: 2em;
    }

    .main>.content .section-cont#section_presentation .section_wraper .left-cont .profession {
        font-size: 2em;
    }

    .main>.content .section-cont#section_skills .section_wraper .left-cont .title,
    .main>.content .section-cont#section_projects .section_wraper .left-cont .title,
    .main>.content .section-cont#section_contact .section_wraper .left-cont .title {
        font-size: 2.5em;
    }
}

@media screen and (max-width: 325px) {
    .main>.content .section-cont#section_presentation .section_wraper .left-cont .greetings {
        font-size: 0.8em;
    }

    .main>.content .section-cont#section_presentation .section_wraper .left-cont .name {
        font-size: 1.75em;
    }

    .main>.content .section-cont#section_presentation .section_wraper .left-cont .profession {
        font-size: 1.75em;
    }

    .main>.content .section-cont#section_presentation .section_wraper .left-cont .biography p {
        font-size: 0.8em;
    }

    .main>.content .section-cont#section_presentation .section_wraper .left-cont .contact_button-cont a {
        font-size: 1em;
    }

    .main>.content .section-cont#section_skills .section_wraper .left-cont .title,
    .main>.content .section-cont#section_projects .section_wraper .left-cont .title,
    .main>.content .section-cont#section_contact .section_wraper .left-cont .title {
        font-size: 2em;
    }
}