body {
  font-family: 'Roboto', sans-serif;
  margin: 0 auto;
  text-align:cente;
  min-height: 100vh;
  max-width: 1440px;
  scroll-behavior: smooth;
  background-image: url("images/fone-menu.jpg");
  background-repeat: no-repeat;
  background-position: 0px;
  background-size: 100% 100%; 
  padding: 0px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wrap {
  background-image: url("images/fone.jpg");
  background-repeat: no-repeat;
  background-position: 0px;
  background-size: 100% 100%; 
  box-shadow: 0 0 50px 5px white;
  margin: 5px;
  position: relative;
}

.container  {
  max-width: 1360px;
}

li {
  list-style-type: none;
}

a {
  text-decoration:none; 
}

.code-pre, .about-me-text, .experience-text, .education {
  box-shadow:  1px 1px 40px black, inset 1px 1px 5px black;
  border-radius: 20px;
}

.header {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  box-shadow:  1px 1px 100px black, 1px 1px 10px black;
}

.burger-menu {
  display: none;
}

.menu-ul {
  display: flex;
  justify-content:end;
  align-items: center;
  gap: 15px;
  height: 70px;
  padding: 0px 20px 0px 0px;
  margin: 0;
  flex-grow: 1;
}

.menu {
  display: flex;
  justify-content: end;
  flex-grow: 1;
}

.menu-li a {
  color: white;
  font-size: 23px;
  padding: 10px;
  font-weight: bold;
  text-shadow: 2px 2px 10px black, 0 0 1px black;
}

.menu-li :hover {
  box-shadow: 0px 0px 40px white, 1px 1px 10px rgb(43, 93, 5);
  text-shadow: 3px 3px 20px rgb(158, 184, 11);
  border-radius: 30%;
  transition: 0.8s;
}

.main {
  display: flex;
  justify-content: center;
}

.main-block {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  max-width: calc(100vw - 20px);
}

.main-left {
  border-right: solid 10px rgb(252, 252, 252);
  margin: 20px 20px 20px 0px;
  min-width: 30%;
  max-width: 30%;
}

.main-right {
  margin: 0px;
  display: flex;
  flex-direction: column; 
}

.photo {
  margin: 0px 20px 0px 0px;
  max-width: 768px;
  text-align: center;
}

.my-photo {
  width: 100%;
  border-radius: 100%;
  aspect-ratio: 3/4;
  border:solid 1px silver;
  box-shadow: 0 0 15px 5px #691D1FFF;
}

.my-name {
  font-size: 55px;
  filter: drop-shadow(0 0 1px #691D1FFF);
  /* text-shadow:  0 0 10px rgb(153, 153, 9); */
}

h2{
  color:rgb(249, 249, 249);
  font-style: italic;
  font-size: 35px;
  text-shadow: 2px 2px 10px black;
}

.contacts-ul, .skills-ul, .languages-ul {
  padding: 0px;
}

.contacts-ul, .skills-ul, .languages-ul, .education-ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contacts-li, .skills-li, .languages-li {
  font-size: 24px;
  font-weight:bold;
  display: flex;
  align-items: center;
  gap: 15px;
  white-space: nowrap;
  text-shadow: 2px 2px 5px white, 0 0 1px rgb(0, 0, 0);
}

.skills-logo {
  animation: float 3s linear infinite;
}

@keyframes float {
  0%   { transform: scale(1);
    box-shadow: 0 0 10px 1px rgb(247, 142, 142) }
  50%   { 
    transform: scale(1.1);
    box-shadow: 0 0 10px 1px red;
   }
  100%   { transform: scale(1);
    box-shadow: 0 0 10px 1px rgb(247, 142, 142);}
}

.contacts-li {
  cursor: pointer;
}

.contacts-li a {
  display: flex;
  align-items: center;
  gap: 30px;
  color: rgb(23, 22, 22);
  font-style: italic;
  font-weight:100;
  text-shadow: 2px 2px 10px rgb(8, 8, 8), 0 0 1px rgb(2, 2, 2);
}

.contacts-li:hover a{
  color: rgb(0, 255, 0);
  transition: 1s;
}

.contacts-li:hover img {
  box-shadow:  1px 1px 20px rgb(239, 238, 234);
  transition: 2s;
}

.contacts-logo, .skills-logo, .languages-logo {
  box-shadow: inset 0 0 90px white;
  border-radius: 30px;
  width: 50px;
}

.skill-star {
  display: flex;
  width: 100%;
  justify-content: end;
  padding-right: 20px;
}

.education-logo {
  width: 50px;
}

.star-logo{
  width: 30px;
}

.about-me-text, .experience-text {
  color: rgb(27, 26, 26);
  text-shadow: 2px 2px 10px black, 0 0 1px black;
  font-size: 25px;
  line-height: 35px;
  text-align: justify;
  padding: 10px 15px;
}

.about-ul {
  margin-top: 5px;
}

.education {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.education-ul {
  padding-left: 20px;
}

.education-li {
  color: rgb(27, 26, 26);
  font-size: 25px;
  font-weight:bold;
  display: flex;
  align-items: center;
  gap: 15px;
  text-shadow: 1px 1px 5px rgb(126, 155, 75);
}

.sertificats {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0px 0px 20px 0px;
  margin-top: 30px;
}

.sertificats img {
  max-width: 340px;
  box-shadow: 1px 1px 3px 3px gray;
}

.code-pre {
  display: flex;
  flex-wrap: wrap;
  font-size: 22px;
  margin: -0px 0px 0px 0px ;
  max-height: 250px;
  justify-content: left;
}

code {
  /* max-width: 200px; */
  text-align: left;
  padding: 0;
  display: inline-block;
}

.code {
  margin: 0px 0px 0px -100px ;
}

.script {
  color: red;
}

.alert {
  color: blueviolet;
}

.let {
  color: rgb(7, 192, 26); 
}

.body {
  color: rgb(12, 0, 249); 
}

.pro-div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.pro img {
  width: 180px;
  height: 150px;
  box-shadow: 0 0 10px 1px black;
}

.pro-text {
  color: rgb(27, 26, 26);
  text-shadow: 2px 2px 10px black, 0 0 1px black;
  font-size: 25px;
  line-height: 30px;
  text-align: justify;
  margin-left: 10px;
  margin-top: 10px;
}

.footer {
  width: 100%;
  margin-top: 20px;
}

.footer .container {
  max-width: 1440px;
  margin: 0 auto;
}

.footer-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  box-shadow:  1px 1px 4px rgb(156, 146, 146), inset 1px 1px 10px rgb(192, 184, 184);
  padding: 20px 20px;
  background-color: transparent;
}

.fot-img {
  height: 70px;
  width: 70px;
  border: solid 1px white;
  border-radius: 5px;
}

.foot {
  border: 0;
}

.fot-img:hover {
  box-shadow: 1px 1px 10px 3px rgb(96, 213, 6);
  border-radius: 10px;
  transition: 1s;
  transform: scale(1.1);
}

.year {
  font-size: 60px;
  font-weight: bold;
  margin: 0;
  color: silver
}

@media(max-width: 1100px) {
  .menu-li a {
    font-size: 21px;
  }
}

@media(max-width: 1000px) {
  .main-block {
      padding: 18px;
  }

  .menu-ul {
      display: none;
  }

  .burger-menu {
    display: flex; 
    align-items:center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    gap: 1px;
    height: 50px;
    padding: 10px 10px;
    margin:0px 10px 0px 0px;
    width: 60px;
    z-index: 2;
  }

  .burger-line {
    color:aliceblue;
    width: 40px;
    height: 5px;
    box-shadow: inset -10px 1px 8px 1px white;
  }   

  .line {
    transform: scale(0);
  }

  .burger-menu.lin::after {
    bottom:50%;
    transform: rotate(45deg) translate(0, 50%);
    background-color: red;
  }

  .burger-menu.lin::before {
    top: 50%; 
    transform: rotate(-45deg) translate(0, -50%);
    background-color: red;
  }

  .burger-menu:after, .burger-menu:before  {
    content: '';
    position: absolute;
    color:aliceblue;
    width: 60px;
    height: 5px;
    box-shadow: inset -10px 1px 8px 1px white;
  } 

  .burger-menu:after {
    bottom:18px;
  }

  .burger-menu:before {
    top: 18px;
  }

  .burger-menu:hover {
    box-shadow: 0px 0px 40px white, 1px 1px 10px rgb(246, 238, 6);
    text-shadow: 3px 3px 20px rgb(246, 238, 6);
    border-radius: 30%;
    cursor: pointer;
    transition: 0.8s;
  }

  .menu-burg {
    display: flex;
    width: 100vh;
    flex-direction: column;
    align-items:center;
    position: absolute;
    flex-grow: 0;
    gap: 15px;
    height: 260px;
    padding: 40px 40px 40px 40px;
    width: 100%;
    margin: 0;
    background-image: url("images/fone-menu.jpg");
    background-repeat: no-repeat;
    background-position: 0px;
    background-size: 100% 100%; 
    padding: 80px 0px 20px 0px;
    animation: menu 1s;
    z-index: 1;
  }

  @keyframes menu {
    from {opacity: 0;}
    to {opacity: 1;}
  }
  @keyframes menua {
    from {opacity: 1;}
    to {opacity: 0;}
  }

  .main-left {
    border-right: solid 9px rgb(252, 252, 252);
    margin: 18px 18px 18px 0px;
  }

  .my-name {
    font-size: 44px;
  }

  h2{
    font-size: 28px;
  }

  .contacts-ul, .skills-ul, .languages-ul, .education-ul {
    gap: 16px;
  }

  .contacts-li, .skills-li, .languages-li {
    font-size: 16px;
    gap: 12px;
  }

  .contacts-logo, .skills-logo, .languages-logo {
    border-radius: 30px;
    width: 40px;
  }

  .education-logo {
    width: 40px;
  }

  .star-logo{
    width: 25px;
  }

  .about-me-text, .experience-text {
    font-size: 20px;
    line-height: 28px;
  }

  .education-li {
    font-size: 20px;
    gap: 12px;
  }

  .sertificats {
    gap: 10px;
  }

  .code-pre {
    font-size: 20px;
  }

  .footer {
    height: 60px;
  }

  .fot-img {
    height: 54px;
    width: 54px;
  }

  .year {
    font-size: 50px;
  }
}

@media(max-width : 768px) {
  .main-block {
    padding: 15px;
  }

  .menu-ul {
    display: none;
  }

  .burger-menu {
    height: 50px;
    width: 50px;
  }
  
  .burger-line {
    color:aliceblue;
    width: 30px;
    height: 5px;
    box-shadow: inset -10px 1px 8px 1px white;
  }    

  .burger-menu:after, .burger-menu:before  {
    width: 50px;
    height: 5px;
  }  

  .burger-menu:after {bottom:15px;}
  .burger-menu:before {top: 15px;}

  .burger-menu:hover {
    /* box-shadow: 0px 0px 40px white, 1px 1px 10px rgb(93, 5, 93); */
    text-shadow: 3px 3px 20px rgb(161, 176, 0);
    border-radius: 40%;
    transition: 0.8s;
  }

  .menu-burg {
    display: flex;
    flex-direction: column;
    align-items:center;
    flex-grow: 0;
    gap: 10px;
    height: 260px;
    padding: 40px 0px 20px 0px;
    width: 100%;
    margin: 0;
    box-shadow:  1px 1px 100px black, inset 1px 1px 10px black;
  }

  .main-left {
    border-right: solid 7px rgb(252, 252, 252);
    margin: 16px;
    margin: 15px 15px 15px 0px;
  }

  .photo {
    margin: 0px 15px 0px 0px;
  }

  .my-name {
    font-size: 30px;
  }

  h2{
    font-size: 19px;
  }

  .contacts-ul, .skills-ul, .languages-ul, .education-ul {
    gap: 10px;
  }

  .contacts-li, .skills-li, .languages-li {
    font-size: 10px;
    gap: 8px;
  }

  .contacts-logo, .skills-logo, .languages-logo {
    border-radius: 30px;
    width: 28px;
  }

  .education-logo {
    width: 28px;
  }

  .star-logo{
    width: 20px;
  }

  .about-me-text, .experience-text {
    font-size: 14px;
    line-height: 19px;
  }

  .education-li {
    font-size: 12px;
    gap: 8px;
  }

  .sertificats {
    gap: 7px;
  }

  .code-pre {
    font-size: 14px;
  }

  .code {
    margin: 0px 0px 0px -60px ;
  }

  .pro-div {
    gap: 10px;
  }

  .pro img {
    width: 160px;
    height: 130px;
  }

  .pro-text {
    font-size: 18px;
    margin-left: 0;
    line-height: 20px;
  }

  .footer {
    height: 45px;
  }

  .fot-img {
    height: 40px;
    width: 40px;
  }
  
  .year {
    font-size: 30px;
  }
}

@media(max-width : 611px) {
  .main-block {
    padding: 13px;
  }

  .menu-ul {
    display: none;
  }

  .burger-menu {
    height: 40px;
    width: 40px;
    padding: 7px;
  }

  .burger-line {
    color:aliceblue;
    width: 30px;
    height: 3px;
    box-shadow: inset -10px 1px 8px 1px white;
  }  

  .burger-menu:after, .burger-menu:before  {
    width: 45px;
    height: 3px;
  }   
  
  .burger-menu:after {bottom:15px;}
  .burger-menu:before {top: 15px;}

  .burger-menu:hover {
    /* box-shadow: 0px 0px 20px white, 1px 1px 10px rgb(93, 5, 93); */
    text-shadow: 3px 3px 10px rgb(246, 238, 6);
    border-radius: 50%;
    transition: 0.8s;
  }

  .menu-burg {
    display: flex;
    flex-direction: column;
    align-items:center;
    flex-grow: 0;
    gap: 10px;
    height: 240px;
    padding: 20px 0px 10px 0px;
    width: 100%;
    margin: 0;
    box-shadow:  1px 1px 100px black, 1px 1px 10px black;
  }

  .menu-li a {
    font-size: 20px;
  }

  .main-left {
    border-right: solid 7px rgb(252, 252, 252);
    margin: 16px;
    margin: 12px 12px 12px 0px;
  }

  .photo {
    margin: 0px 12px 0px 0px;
  }

  .my-name {
    font-size: 25px;
  }

  h2{
    font-size: 15px;
  }

  .contacts-ul, .skills-ul, .languages-ul, .education-ul {
    gap: 9px;
  }

  .contacts-li, .skills-li, .languages-li {
    font-size: 8px;
    gap: 6px;
  }

  .contacts-logo, .skills-logo, .languages-logo {
    border-radius: 30px;
    width: 24px;
  }

  .education-logo {
    width: 24px;
  }

  .star-logo{
    width: 17px;
  }
  .about-me-text, .experience-text {
    font-size: 10px;
    line-height: 14px;
  }

  .education-li {
    font-size: 8px;
    gap: 6px;
  }

  .sertificats {
    gap: 6px;
  }

  .sertificats img {
    width: 250px;
  }

  .code-pre {
    font-size: 12px;
  }

  .code {
    margin: 0px 0px 0px -50px ;
  }

  .pro img {
    width: 140px;
    height: 100px;
  }

  .footer {
    height: 40px;
  }

  .fot-img {
    height: 35px;
    width: 35px;
  }

  .year {
    font-size: 20px;
  }
}

@media(max-width : 505px) { 
  .main-block {
    padding: 11px;
  } 

  .burger-menu:after, .burger-menu:before  {
    width: 45px;
    height: 3px;
  }   

  .burger-menu:after {bottom:15px;}
  .burger-menu:before {top: 15px;}

  .burger-menu:hover {
    /* box-shadow: 0px 0px 20px white, 1px 1px 10px rgb(93, 5, 93); */
    text-shadow: 3px 3px 10px rgb(246, 238, 6);
    border-radius: 50%;
    transition: 0.8s;
  }

  .menu-burg {
    display: flex;
    flex-direction: column;
    align-items:center;
    flex-grow: 0;
    gap: 10px;
    height: 240px;
    padding: 20px 0px 10px 0px;
    width: 100%;
    margin: 0;
    box-shadow:  1px 1px 100px black, 1px 1px 10px black;
  }

  .menu-li a {
    font-size: 20px;
  }

  .my-name {
    font-size: 20px;
  }

  .main-left {
    border-right: solid 7px rgb(252, 252, 252);
    margin: 16px;
    margin: 12px 12px 12px 0px;
  }

  .photo {
    margin: 0px 12px 0px 0px;
  }

  h2{
    font-size: 12px;
  }

  .contacts-ul, .skills-ul, .languages-ul, .education-ul {
    gap: 7px;
  }

  .contacts-li, .skills-li, .languages-li {
    font-size: 6px;
    gap: 5px;
  }

  .contacts-logo, .skills-logo, .languages-logo {
    border-radius: 30px;
    width: 20px;
  }

  .education-logo {
    width: 20px;
  }

  .star-logo{
    width: 17px;
  }

  .about-me-text, .experience-text {
    font-size: 8px;
    line-height: 12px;
  }

  .education-ul{
    margin: 0px 0px 10px 0px;
  }

  .education-li {
    font-size: 6px;
    gap: 5px;
  }

  .sertificats {
    gap: 5px;
  }

  .sertificats img {
    width: 180px;
  }

  .code-pre {
    font-size: 8px;
  }

  .code {
    margin: 0px 0px 0px -40px ;
  }

  .pro-text {
    font-size: 14px;
  }

  .pro img {
    width: 130px;
    height: 80px;
  }

  .footer {
    height: 40px;
  }

  .fot-img {
    height: 35px;
  }

  .year {
    font-size: 20px;
  }
}

@media(max-width : 400px) { 
  .main-block {
    padding: 10px;
  }

  .header{
    height: 40px;
  } 

  .burger-menu {
    height: 35px;
    width: 35px;
    padding: 0px;
  }

  .burger-line {
    color:aliceblue;
    width: 20px;
    height: 2px;
    box-shadow: inset -10px 1px 8px 1px white;
  } 

  .burger-menu:after, .burger-menu:before  {
    width: 28px;
    height: 2px;
  }  

  .burger-menu:after {bottom:8px;}
  .burger-menu:before {top: 8px;}

  .burger-menu:hover {
    /* box-shadow: 0px 0px 20px white, 1px 1px 10px rgb(93, 5, 93); */
    text-shadow: 3px 3px 10px rgb(246, 238, 6);
    border-radius: 50%;
    transition: 0.8s;
  }

  .menu-burg {
    display: flex;
    flex-direction: column;
    align-items:center;
    flex-grow: 0;
    gap: 10px;
    height: 240px;
    padding: 20px 0px 10px 0px;
    width: 100%;
    margin: 0;
    box-shadow:  1px 1px 100px black, 1px 1px 10px black;
  }

  .main-left {
    border-right: solid 7px rgb(252, 252, 252);
    margin: 16px;
    margin: 10px 10px 10px 0px;
  }

  .photo {
    margin: 0px 10px 0px 0px;
  }

  .menu-li a {
    font-size: 20px;
  }

  .my-name {
    font-size: 20px;
  }

  h2{
    font-size: 12px;
  }

  .contacts-ul, .skills-ul, .languages-ul, .education-ul {
    gap: 6px;
  }

  .contacts-li, .skills-li, .languages-li {
    font-size: 6px;
    gap: 5px;
  }

  .contacts-logo, .skills-logo, .languages-logo .education-logo {
    border-radius: 30px;
    width: 20px;
  }

  .education-logo {
    width: 20px;
  }

  .star-logo{
    width: 16px;
  }

  .about-me-text, .experience-text {
    font-size: 7px;
    line-height: 10px;
  }

  .education-ul{
    margin: 0px 0px -10px -10px;
  }

  .education-li {
    font-size: 6px;
    gap: 5px;
  }

  .sertificats {
    gap: 5px;
  }

  .sertificats img {
    width: 170px;
  }

  .code-pre {
    font-size: 8px;
  }

  .code {
    margin: 0px 0px 0px -40px ;
  }

  .pro img {
    width: 100px;
    height: 80px;
  }

  .footer {
    height: 35px;
  }

  .fot-img {
    height: 25px;
  }

  .year {
    font-size: 15px;
  }
}
