@media screen and (max-width: 1200px){
    * {
        margin: 0;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-size: 18px;
    }
    
    .mainContainer{
        margin: 0 auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .mainNav {
        display: flex;
        justify-content: center;
        position: sticky;
        top: 0;
        width: 100%;
        background: white;
        padding: 10px 0;
        margin: 5px 0;
        z-index: 10;
    }

    /* HEADER */

    .pageName {
        font-size: 29px;
        font-weight: bold;
        color: white;
    }

    header .headerContactsItem {
        display: flex;
        align-items: center;
        flex-direction: row;
    }
   
    .headerContactsItem svg {
        width: 18px;
        height: 18px;
        margin: 0 7px;
    } 

    .subName {
        display: flex;
        align-items: center;
        color: #ffb535;
        
    }

    .subName span{
       font-size: 15px;
    }
    
    /* ABOUT */
    .about-container {
        background: #fff;
        margin: 0 0 20px 0;
        -webkit-box-shadow: 7px 7px 8px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 7px 7px 8px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 7px 7px 8px 0px rgba(0, 0, 0, 0.15);
    }


    .skillsContainer {
        margin: 10px 15px 0;
    }

    .techSkills-container {
        margin: 0 0 10px 0;
    }

    .techSkills-title {
        margin: 0 0 5px 0;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
    }

    .techSkills-list {
        color: #ffb535;
        padding: 0 0 0 15px;
    }

    .aboutMe-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 10px 15px 15px;
        color: black;
    }

    .aboutMe-name {
        font-size: 25px;
        font-weight: bold;
        margin: 0;
    }

    .download svg {
        width: 020px;
        height: 20px;
        margin: 0 0 0 5px;
        fill: black;
        transition: transform 0.3s ease;
    }

    .from {
        display: flex;
        align-items: center;
        color: #ffb535;
        font-weight: bold;
    }

    .flag {
        margin: 0 0 0 7px;
        width: 18px;
        height: 18px;
    }

    .WorkExperience-container {
        margin: 15px 0 0 0;
    }
    
    .nameOfCompany-container {
        display: flex;
        align-items: center;
        margin: 3px 0;
        flex-wrap: wrap;
    }

    .partners {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin: 0 120px 0 0;
    }

    .partners a{
        margin: 5px 0;
    }

    .exp-item {
        margin: 0 0 20px 0;
    }

    .education {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0;
    }

    .education-universityTitle {
        color: #ffb535;
        font-weight: bold;
        margin: 7px 0 0 0;
    }

    /* PROJECTS */
    .gallery {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 10px;
        margin: 0 15px 10px;
    }

    /* FOOTER */
    .socialMediaFooter svg {
        width: 35px;
        height: 35px;
        transition: transform 1s ease;
    }
}

@media screen and (max-width: 1024px){
    * {
        margin: 0;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-size: 18px;
    }
    
    .mainContainer{
        margin: 0 auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .mainNav {
        display: flex;
        justify-content: center;
        position: sticky;
        top: 0;
        width: 100%;
        background: white;
        padding: 10px 0;
        margin: 5px 0;
        z-index: 10;
    }

    /* HEADER */

    .pageName {
        font-size: 29px;
        font-weight: bold;
        color: white;
    }

    header .headerContactsItem {
        display: flex;
        align-items: center;
        flex-direction: row;
    }
   
    .headerContactsItem svg {
        width: 18px;
        height: 18px;
        margin: 0 7px;
    } 

    .subName {
        display: flex;
        align-items: center;
        color: #ffb535;
        font-size: 15px;
    }

    .subName span{
        font-size: 15px;
    }
    
    /* ABOUT */
    .about-container {
        background: #fff;
        margin: 0 0 20px 0;
        -webkit-box-shadow: 7px 7px 8px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 7px 7px 8px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 7px 7px 8px 0px rgba(0, 0, 0, 0.15);
    }


    .skillsContainer {
        margin: 10px 15px 0;
    }

    .techSkills-container {
        margin: 0 0 10px 0;
    }

    .techSkills-title {
        margin: 0 0 5px 0;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
    }

    .techSkills-list {
        color: #ffb535;
        padding: 0 0 0 15px;
    }

    .aboutMe-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 10px 15px 15px;
        color: black;
    }

    .aboutMe-name {
        font-size: 25px;
        font-weight: bold;
        margin: 0;
    }

    .download svg {
        width: 020px;
        height: 20px;
        margin: 0 0 0 5px;
        fill: black;
        transition: transform 0.3s ease;
    }

    .from {
        display: flex;
        align-items: center;
        color: #ffb535;
        font-weight: bold;
    }

    .flag {
        margin: 0 0 0 7px;
        width: 18px;
        height: 18px;
    }

    .WorkExperience-container {
        margin: 15px 0 0 0;
    }
    
    .nameOfCompany-container {
        display: flex;
        align-items: center;
        margin: 3px 0;
        flex-wrap: wrap;
    }

    .partners {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin: 0 120px 0 0;
    }

    .partners a{
        margin: 5px 0;
    }

    .exp-item {
        margin: 0 0 20px 0;
    }

    .education {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0;
    }

    .education-universityTitle {
        color: #ffb535;
        font-weight: bold;
        margin: 7px 0 0 0;
    }

    /* PROJECTS */
    .gallery {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 10px;
        margin: 0 15px 10px;
    }

    /* FOOTER */
    .socialMediaFooter svg {
        width: 35px;
        height: 35px;
        transition: transform 1s ease;
    }
}

@media screen and (max-width: 800px){
    * {
        margin: 0;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-size: 18px;
    }
    
    .mainContainer{
        margin: 0 auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .mainNav {
        display: flex;
        justify-content: center;
        position: sticky;
        top: 0;
        width: 100%;
        background: white;
        padding: 10px 0;
        margin: 5px 0;
        z-index: 10;
    }

    /* HEADER */
    header {
        display: flex;
        align-items: center;
        background-color: #2c3e50;
        color: white;
        padding: 25px;
    }   
     
    .header-content{
        display: flex;
        flex-direction: column;
        align-self: flex-start;
        align-items: flex-start;
        margin: 0 0 0 45px;
    }

    .avatar-min{
        display: inline-block;
        width: 25%;
        border: 5px solid white;
    }

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

    .pageName {
        font-size: 35px;
        font-weight: bold;
        color: white;
    }

    header .headerContactsItem {
        display: flex;
        align-items: center;
        flex-direction: row;
    }

    .subName {
        display: flex;
        align-items: center;
        color: #ffb535;
    }

    .subName span{
        font-size: 12px;
    }

    .subName2nd-item {
        padding: 0 5px;
        margin: 0 5px;
        border-left: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        text-align: center;
    }

    .headerContacts {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 5px 0 0 0;
    }

    .headerContactsItem {
        margin: 0 0 3px 0;
    }
   
    .headerContactsItem svg {
        width: 18px;
        height: 18px;
        margin: 0 7px;
    }
    
    /* ABOUT */
    .about-container {
        background: #fff;
        display: flex;
        flex-direction: column;
        font-size: 18px;
        margin: 0 0 20px 0;
        -webkit-box-shadow: 7px 7px 8px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 7px 7px 8px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 7px 7px 8px 0px rgba(0, 0, 0, 0.15);
    }

    .avatar {
        display: none;
        content: url(../img/photo2.jpeg);
        width: 90%;
        border: 5px solid white;
        margin: 10px auto 0;
    }

    .skillsContainer {
        margin: 10px 30px 0;
    }

    .techSkills-container {
        margin: 0 0 10px 0;
    }

    .techSkills-title {
        margin: 0 0 5px 0;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
    }

    .techSkills-list {
        color: #ffb535;
        padding: 0 0 0 15px;
    }

    .aboutMe-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 10px 30px 15px;
        color: black;
    }

    .aboutMe-name {
        font-size: 25px;
        font-weight: bold;
        margin: 0;
    }

    .download svg {
        width: 020px;
        height: 20px;
        margin: 0 0 0 5px;
        fill: black;
        transition: transform 0.3s ease;
    }

    .from {
        display: flex;
        align-items: center;
        color: #ffb535;
        font-weight: bold;
        font-size: 18px;
    }

    .flag {
        margin: 0 0 0 7px;
        width: 18px;
        height: 18px;
    }

    .WorkExperience-container {
        margin: 15px 0 0 0;
    }
    
    .nameOfCompany-container {
        display: flex;
        align-items: center;
        margin: 3px 0;
        flex-wrap: wrap;
    }

    .partners {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin: 0 120px 0 0;
    }

    .partners a{
        margin: 5px 0;
    }

    .exp-item {
        margin: 0 0 20px 0;
    }

    .education {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0;
    }

    .education-universityTitle {
        color: #ffb535;
        font-weight: bold;
        margin: 7px 0 0 0;
    }

    /* PROJECTS */
    .gallery {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 10px;
        margin: 0 15px 10px;
    }

    /* FOOTER */
    footer {
        background-color: #2c3e50;
        color: white;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 25px;
        margin-top: auto;
    }

    footer .headerContacts {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 5px 0 0 0;
    }

    .headerContactsItem {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }

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

    .socialMediaFooter {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row-reverse;
    }

    .socialMediaFooter svg {
        width: 35px;
        height: 35px;
        transition: transform 1s ease;
        margin: 0 14px;
    }

    footer :nth-child(1){
        order: 3;
    }

    footer :nth-child(2){
        order: 2;
    }

    footer :nth-child(3){
        order: 1;
    }
}

@media screen and (width: 540px){
    .pageName {
        font-size: 27px;
        font-weight: bold;
        color: white;
    }

    .subName span{
        font-size: 9px;
    }
}

@media screen and (max-width: 430px){
    * {
        margin: 0;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-size: 16px;
    }
    
    .mainContainer{
        margin: 0 auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .mainNav {
        display: flex;
        justify-content: center;
        position: sticky;
        top: 0;
        width: 100%;
        background: white;
        padding: 10px 0;
        margin: 5px 0;
        z-index: 10;
    }

    /* HEADER */
    header {
        display: flex;
        justify-content: center;
        background-color: #2c3e50;
        color: white;
        padding: 10px 10px;
    }   
     
    .header-content{
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      margin: 10px 0;
    }

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

    .pageName {
        font-size: 30px;
        font-weight: bold;
        color: white;
    }

    header .headerContactsItem {
        display: flex;
        align-items: center;
        flex-direction: row;
    }

    .subName {
        display: flex;
        align-items: center;
        color: #ffb535;
        font-size: 15px;
    }

    .subName span{
        font-size: 10px;
    }

    .subName2nd-item {
        padding: 0 5px;
        margin: 0 5px;
        border-left: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        text-align: center;
    }

    .headerContacts {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 5px 0 0 0;
    }

    .headerContactsItem {
        margin: 0 0 3px 0;
    }
   
    .headerContactsItem svg {
        width: 16px;
        height: 16px;
        margin: 0 5px;
    }
    
    /* ABOUT */
    .about-container {
        background: #fff;
        display: flex;
        flex-direction: column;
        font-size: 18px;
        margin: 0 0 20px 0;
        -webkit-box-shadow: 7px 7px 8px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 7px 7px 8px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 7px 7px 8px 0px rgba(0, 0, 0, 0.15);
    }

    .avatar {
        display: inline;
        content: url(../img/photo2.jpeg);
        width: 90%;
        border: 5px solid white;
        margin: 10px auto 0;
    }

    .avatar-min{
        display: none;
        width: 90%;
        border: 5px solid white;
      }

    .skillsContainer {
        margin: 10px 15px 0;
    }

    .techSkills-container {
        margin: 0 0 10px 0;
    }

    .techSkills-title {
        margin: 0 0 5px 0;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
    }

    .techSkills-list {
        color: #ffb535;
        padding: 0 0 0 15px;
    }

    .aboutMe-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 10px 15px 15px;
        color: black;
    }

    .aboutMe-name {
        font-size: 25px;
        font-weight: bold;
        margin: 0;
    }

    .download svg {
        width: 020px;
        height: 20px;
        margin: 0 0 0 5px;
        fill: black;
        transition: transform 0.3s ease;
    }

    .from {
        display: flex;
        align-items: center;
        color: #ffb535;
        font-weight: bold;
        font-size: 18px;
    }

    .flag {
        margin: 0 0 0 7px;
        width: 18px;
        height: 18px;
    }

    .WorkExperience-container {
        margin: 15px 0 0 0;
    }
    
    .nameOfCompany-container {
        display: flex;
        align-items: center;
        margin: 3px 0;
        flex-wrap: wrap;
    }

    .partners {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin: 0 120px 0 0;
    }

    .partners a{
        margin: 5px 0;
    }

    .exp-item {
        margin: 0 0 20px 0;
    }

    .education {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0;
    }

    .education-universityTitle {
        color: #ffb535;
        font-weight: bold;
        margin: 7px 0 0 0;
    }

    /* PROJECTS */
    .gallery {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 10px;
        margin: 0 15px 10px;
    }

    /* FOOTER */
    footer {
        background-color: #2c3e50;
        color: white;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 25px;
        margin-top: auto;
    }

    .headerContactsItem {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }

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

    .socialMediaFooter {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row-reverse;
    }

    .socialMediaFooter svg {
        width: 35px;
        height: 35px;
        transition: transform 1s ease;
        margin: 0 14px;
    }

    footer :nth-child(1){
        order: 3;
    }

    footer :nth-child(2){
        order: 2;
    }

    footer :nth-child(3){
        order: 1;
    }
}

@media screen and (max-width: 360px){
    * {
        margin: 0;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-size: 16px;
    }
    
    .mainContainer{
        margin: 0 auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .mainNav {
        display: flex;
        justify-content: center;
        position: sticky;
        top: 0;
        width: 100%;
        background: white;
        padding: 10px 0;
        margin: 5px 0;
        z-index: 10;
    }

    /* HEADER */
    header {
        background-color: #2c3e50;
        color: white;
        padding: 10px 10px;
    }   

    .header-content{
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
    }

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

    .pageName {
        font-size: 26px;
        font-weight: bold;
        color: white;
    }

    header .headerContactsItem {
        display: flex;
        align-items: center;
        flex-direction: row;
    }

    .subName {
        display: flex;
        align-items: center;
        color: #ffb535;
    }

    .subName span{
        font-size: 9px;
    }

    .subName2nd-item {
        padding: 0 5px;
        margin: 0 5px;
        border-left: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        text-align: center;
    }

    .headerContacts {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 5px 0 0 0;
    }

    .headerContactsItem {
        margin: 0 0 3px 0;
    }
   
    .headerContactsItem svg {
        width: 18px;
        height: 18px;
        margin: 0 5px;
    }
    
    /* ABOUT */
    .about-container {
        background: #fff;
        display: flex;
        flex-direction: column;
        font-size: 18px;
        margin: 0 0 20px 0;
        -webkit-box-shadow: 7px 7px 8px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 7px 7px 8px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 7px 7px 8px 0px rgba(0, 0, 0, 0.15);
    }

    .avatar {
        content: url(../img/photo2.jpeg);
        width: 90%;
        border: 5px solid white;
        margin: 10px auto 0;
    }

    .skillsContainer {
        margin: 10px 15px 0;
    }

    .techSkills-container {
        margin: 0 0 10px 0;
    }

    .techSkills-title {
        margin: 0 0 5px 0;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
    }

    .techSkills-list {
        color: #ffb535;
        padding: 0 0 0 15px;
    }

    .aboutMe-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 10px 15px 15px;
        color: black;
    }

    .aboutMe-name {
        font-size: 25px;
        font-weight: bold;
        margin: 0;
    }

    .download svg {
        width: 020px;
        height: 20px;
        margin: 0 0 0 5px;
        fill: black;
        transition: transform 0.3s ease;
    }

    .from {
        display: flex;
        align-items: center;
        color: #ffb535;
        font-weight: bold;
        font-size: 18px;
    }

    .flag {
        margin: 0 0 0 7px;
        width: 18px;
        height: 18px;
    }

    .WorkExperience-container {
        margin: 15px 0 0 0;
    }
    
    .nameOfCompany-container {
        display: flex;
        align-items: center;
        margin: 3px 0;
        flex-wrap: wrap;
    }

    .partners {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin: 0 120px 0 0;
    }

    .partners a{
        margin: 5px 0;
    }

    .exp-item {
        margin: 0 0 20px 0;
    }

    .education {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0;
    }

    .education-universityTitle {
        color: #ffb535;
        font-weight: bold;
        margin: 7px 0 0 0;
    }

    /* PROJECTS */
    .gallery {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 10px;
        margin: 0 15px 10px;
    }

    /* FOOTER */
    footer {
        background-color: #2c3e50;
        color: white;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 25px;
        margin-top: auto;
    }

    .headerContactsItem {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }

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

    .socialMediaFooter {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row-reverse;
    }

    .socialMediaFooter svg {
        width:40px;
        height: 40px;
        transition: transform 1s ease;
    }

    footer :nth-child(1){
        order: 3;
    }

    footer :nth-child(2){
        order: 2;
    }

    footer :nth-child(3){
        order: 1;
    }
}




