* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}

.box {
  width: 80%;
  height: 2000px;
  margin: 0 auto;
  background: #332727;
}

header {
  width: 100%;
  height: 1500px;
  margin: 0 auto;
  background: #FFCE85;
}

.header_title {
  width: 100%;
  height: 200px;
  background: #332727;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 80px 40px 80px;
}

.header_item1 {
  width: 30%;
  height: 100%;
}

.header_item2 {
  width: 30%;
  height: 100%;
}

h1 {
  color: white;
  font-size: 28px;
  text-align: center;
  font-family: 'Tenor Sans', sans-serif;
}

.line {
  width: 100%;
  height: 7px;
  background: #FFCE85;
}

.header_item3 {
  width: 30%;
  height: 100%;
}

.navbar > a {
  text-decoration: none;
  color: inherit;
  font-size: 26px;
  font-family: 'Tenor Sans', sans-serif;
}

.wrapper {
  width: 80%;
  margin: 0 auto;
}

.navbar > a:hover {
  color: #E75F25;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.navbar {
  width: 373.5%;
  height: 120px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFCE85;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-transform: translateY(-400px);
          transform: translateY(-400px);
  -webkit-transition: .5s ease-in-out transform;
  transition: .5s ease-in-out transform;
  margin-left: -1012px;
  margin-top: -40px;
}

.navbar_active {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.burger {
  cursor: pointer;
  padding: 0 20px;
  position: absolute;
  top: 50px;
  right: 200px;
}

.burger__item {
  height: 3px;
  background: brown;
  margin-bottom: 10px;
  -webkit-transition: .5s ease-in-out all;
  transition: .5s ease-in-out all;
}

.burger > .burger__item:nth-child(1) {
  width: 15px;
}

.burger > .burger__item:nth-child(2) {
  width: 30px;
}

.burger > .burger__item:nth-child(3) {
  width: 45px;
}

.nav__link {
  font-size: 24px;
  padding: 5px 20px;
  margin-bottom: 15px;
}

.burger__active > .burger__item:nth-child(1) {
  width: 30px;
  -webkit-transform: rotate(45deg) translateY(10px);
          transform: rotate(45deg) translateY(10px);
}

.burger__active > .burger__item:nth-child(2) {
  width: 30px;
  -webkit-transform: rotate(-45deg) translateY(-8px);
          transform: rotate(-45deg) translateY(-8px);
}

.burger__active > .burger__item:nth-child(3) {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

.header_block1 {
  width: 100%;
  height: 600px;
  background: #332727;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0px 200px 40px 80px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 30%, 100% 75%, 50% 100%, 50% 100%, 0% 75%, 0% 30%);
          clip-path: polygon(0 0, 100% 0, 100% 30%, 100% 75%, 50% 100%, 50% 100%, 0% 75%, 0% 30%);
}

.header_text {
  width: 50%;
  height: 300px;
}

.h2 {
  font-size: 36px;
  color: white;
  font-family: 'Tenor Sans', sans-serif;
}

.p {
  font-size: 24px;
  margin-top: 40px;
  color: white;
  font-family: 'Tenor Sans', sans-serif;
}

button {
  width: 200px;
  height: 55px;
  margin-top: 40px;
  color: black;
  background: #FFCE85;
  border-radius: 10px;
  font-size: 20px;
}

.header_img {
  width: 50%;
  height: 300px;
}

.header_rectangular {
  width: 30%;
  height: 200px;
  border-radius: 15px;
  background: #FFCE85;
  margin-left: 461px;
}

.header_image {
  width: 40.5%;
  height: 320px;
  background-image: url(../img/0001.jpg);
  margin-top: -170px;
  margin-left: 320px;
  background-size: 100%;
  background-repeat: no-repeat;
  border-radius: 20px;
}

.img {
  width: 70px;
  height: 70px;
  background-image: url(../img/ellipse01.png);
  margin-left: 630px;
  margin-top: 200px;
  border: none;
}

.header_block2 {
  width: 100%;
  height: 600px;
  background: #FFCE85;
  padding: 80px 80px 0px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.header_collage {
  width: 50%;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.collage_img1 {
  width: 44%;
  height: 500px;
  margin-top: 0px;
  margin-left: 0px;
  border-radius: 15px;
  background-image: url(../img/02.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.collage_img2 {
  width: 44%;
  height: 240px;
  border-radius: 15px;
  background-image: url(../img/03.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.collage_img3 {
  width: 44%;
  height: 240px;
  border-radius: 15px;
  background-image: url(../img/04.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.header_text1 {
  width: 60%;
  height: 600px;
}

.header_line {
  width: 110%;
  height: 50px;
  padding: 0px 130px 0px 0px;
}

.line2 {
  width: 45%;
  height: 5px;
  background: #E75F25;
  margin-left: 364px;
  margin-top: 7px;
}

.h2_2 {
  font-size: 34px;
  color: black;
  font-family: 'Tenor Sans', sans-serif;
  margin-left: 400px;
}

.p_2 {
  font-size: 30px;
  margin-top: 40px;
  color: black;
  font-family: 'Tenor Sans', sans-serif;
  line-height: 1.4;
  text-align: right;
}

.skills {
  width: 100%;
  height: 766px;
  background: #332727;
  padding: 40px 80px 40px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.softskills {
  width: 25%;
}

.h3_3 {
  font-size: 36px;
  color: #FFCE85;
  font-family: 'Tenor Sans', sans-serif;
  text-align: center;
}

.p_p {
  font-size: 18px;
  font-family: 'Tenor Sans', sans-serif;
  color: #FFCE85;
}

.line3 {
  width: 100%;
  height: 5px;
  background: #E75F25;
  margin-top: 10px;
}

.soft_skills_1 {
  width: 100%;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.soft_skills_2 {
  width: 75%;
  height: 300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.line9 {
  height: 5px;
  background: #E75F25;
  width: 100%;
}

.softblock {
  width: 19%;
  height: 250px;
  border: 1px solid #FFCE85;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 20px 0px 20px;
}

.softblock2 {
  width: 25.5%;
  height: 250px;
  border: 1px solid #FFCE85;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 20px 0px 20px;
}

.softskills img {
  width: 100%;
  height: 70%;
}

.softskills2 img {
  width: 100%;
  height: 70%;
}

.working {
  width: 100%;
  height: 550px;
  background: #FFCE85;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 40px 80px 0px 80px;
}

.working_text {
  width: 55%;
  height: 450px;
}

.working_h3 {
  width: 60%;
  height: 50px;
}

.h3_1 {
  font-size: 36px;
  color: #332727;
  font-family: 'Tenor Sans', sans-serif;
  text-align: center;
}

.line4 {
  width: 100%;
  height: 5px;
  background: #E75F25;
}

.working_p {
  width: 100%;
  height: 300px;
}

.p_w {
  font-size: 28px;
  font-family: 'Tenor Sans', sans-serif;
  color: #000000;
  margin-top: 40px;
}

.working_img {
  width: 50%;
  height: 500px;
  background-image: url(../img/012.png);
  background-repeat: no-repeat;
  margin-left: 300px;
}

.hardskills {
  width: 100%;
  height: 800px;
  background: #332727;
  padding: 40px 80px 40px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hardskills_text {
  width: 20%;
  height: 50px;
}

.hardskills_diagram {
  width: 1280px;
  height: 700px;
}

#myChart {
  width: 100%;
  height: 100%;
}

.myprojects {
  width: 100%;
  height: 672px;
  background: #FFCE85;
  padding: 40px 80px 40px 80px;
}

.myprojects_text {
  width: 20%;
  height: 60px;
  margin: 0 auto;
}

.h2_3 {
  font-size: 36px;
  color: #332727;
  font-family: 'Tenor Sans', sans-serif;
  text-align: center;
  padding: 0px 0px 10px 0px;
}

.line5 {
  width: 100%;
  height: 5px;
  background: #E75F25;
}

.myprojects_button {
  width: 60%;
  height: 100px;
}

.myproject_button {
  width: 20%;
  height: 100px;
}

.achievements {
  width: 100%;
  height: 600px;
  background: #332727;
  padding: 40px 80px 40px 80px;
}

.achievements_text {
  width: 20%;
  height: 60px;
  margin: 0 auto;
}

.h2_4 {
  font-size: 36px;
  color: #FFCE85;
  font-family: 'Tenor Sans', sans-serif;
  text-align: center;
  padding: 0px 0px 10px 0px;
}

.line7 {
  width: 100%;
  height: 5px;
  background: #E75F25;
}

.achievement_flex {
  width: 100%;
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.achievement {
  width: 60%;
  height: 450px;
}

details {
  padding: 0px 0px 20px 0px;
}

summary {
  font-size: 26px;
  color: #FFCE85;
  font-family: 'Tenor Sans', sans-serif;
}

.p_1 {
  font-size: 18px;
  color: #FFFFFF;
  font-family: 'Tenor Sans', sans-serif;
}

.image {
  width: 40%;
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.img_cup {
  width: 75%;
  height: 400px;
  background-image: url(../img/014.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.project {
  width: 1000px;
  margin: 0 auto;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-bottom: 40px;
}

.pagination-item {
  padding: 20px;
  font-size: 24px;
  text-decoration: underline;
  cursor: pointer;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: tabs .8s ease-in-out;
          animation: tabs .8s ease-in-out;
}

@-webkit-keyframes tabs {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes tabs {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.item {
  width: 270px;
  height: 300px;
  border-radius: 20px;
  border: 3px solid #332727;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.4));
}

#tabs-pug > .item {
  background: pink;
}

#tabs-sass > .item {
  background: skyblue;
}

#tabs-js > .item {
  background: grey;
}

#tabs-html > .item {
  background: lightcoral;
}

.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hidden {
  display: none;
}

.pagination > p {
  font-family: 'Tenor Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 56px;
  text-decoration: none;
}

.contacts {
  width: 100%;
  height: 550px;
  background: #FFCE85;
  padding: 20px 80px;
}

.contacts_text {
  width: 20%;
  height: 50px;
  margin: 0 auto;
}

.h2_5 {
  font-size: 36px;
  color: #332727;
  font-family: 'Tenor Sans', sans-serif;
  text-align: center;
  padding: 0px 0px 10px 0px;
}

.line8 {
  width: 100%;
  height: 5px;
  background: #E75F25;
}

.contacts_write {
  width: 100%;
  height: 450px;
  padding: 20px 20px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contacts_message {
  width: 50%;
  height: 450px;
}

.contacts_data {
  width: 50%;
  height: 450px;
}

textarea {
  resize: none;
  width: 200%;
  height: 405px;
  border-radius: 15px;
  font-size: 18px;
  font-family: 'Tenor Sans', sans-serif;
  padding: 10px 10px 10px 10px;
}

.contacts_data > input {
  width: 630px;
  height: 70px;
  margin-bottom: 30px;
  border-radius: 15px;
  font-size: 18px;
  font-family: 'Tenor Sans', sans-serif;
  padding: 0px 10px 0px 10px;
}

.contacts_data > button {
  background: #332727;
  color: #FFFFFF;
}

.footer {
  width: 100%;
  height: 300px;
  background: #332727;
  padding: 40px 80px 40px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer_about {
  width: 25%;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.footer_about > a {
  font-size: 28px;
  color: #FEFCFE;
  text-decoration: none;
}

.footer_achievements {
  width: 25%;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.footer_achievements > a {
  font-size: 28px;
  color: #FEFCFE;
  text-decoration: none;
}

.footer_achievements > .a_hidden {
  color: #332727;
}

.footer_data {
  width: 50%;
  height: 250px;
  text-decoration: none;
  color: #FFCE85;
  font-size: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 1600px) {
  .header_item2 {
    width: 35%;
  }
  .header_image {
    margin-left: 350px;
  }
  .img {
    margin-left: 525px;
    margin-top: 200px;
  }
  .header_line {
    width: 117%;
  }
  .header_collage {
    width: 50%;
    height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: space-between;
        -ms-flex-align: space-between;
            align-items: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .collage_img1 {
    width: 49%;
    height: 450px;
    margin-top: 0px;
    margin-left: 0px;
    border-radius: 15px;
    background-image: url(../img/02.png);
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .collage_img2 {
    width: 49%;
    height: 220px;
    border-radius: 15px;
    background-image: url(../img/03.png);
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .collage_img3 {
    width: 49%;
    height: 210px;
    border-radius: 15px;
    background-image: url(../img/04.png);
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .softblock {
    width: 24%;
  }
  .softblock2 {
    width: 32%;
  }
  .working_h3 {
    width: 70%;
  }
  textarea {
    width: 160%;
  }
  .contacts_data > input {
    width: 100%;
  }
  .contacts_data > button {
    margin-left: 340px;
  }
  .navbar {
    margin-left: -850px;
  }
  .hardskills_diagram {
    width: 100%;
  }
  .working_img {
    width: 50%;
    background-size: 100%;
  }
}

@media screen and (max-width: 1280px) {
  .box {
    width: 100%;
  }
  header {
    height: 2500px;
  }
  .header_block1 {
    height: 1000px;
  }
  .header_text {
    width: 100%;
  }
  .header_img {
    width: 100%;
  }
  .header_rectangular {
    width: 57%;
    height: 300px;
    margin-top: -20px;
  }
  .header_image {
    width: 65%;
    height: 520px;
    background-image: url(../img/001.png);
    margin-top: -280px;
    margin-left: 0px;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .img {
    margin-left: 525px;
    margin-top: 290px;
  }
  .header_item1 {
    width: 25%;
  }
  .header_item2 {
    width: 45%;
  }
  .header_item3 {
    width: 25%;
  }
  .line {
    height: 5px;
  }
  .header_block1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header_block2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 1200px;
  }
  .header_collage {
    width: 80%;
    height: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: space-between;
        -ms-flex-align: space-between;
            align-items: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
  .collage_img1 {
    width: 44%;
    height: 700px;
    background-size: 100%;
  }
  .collage_img2 {
    width: 44%;
    height: 345px;
    background-size: 100%;
    margin-top: 0px;
    margin-left: 0px;
  }
  .collage_img3 {
    width: 44%;
    height: 345px;
    background-size: 100%;
    margin-top: 0px;
    margin-left: 0px;
  }
  .header_text1 {
    width: 100%;
    height: 400px;
  }
  .header_line {
    width: 70%;
    float: right;
  }
  .h2_2 {
    width: 50%;
    text-align: right;
    font-size: 40px;
  }
  .p_2 {
    float: right;
  }
  .line2 {
    width: 57%;
  }
  .softblock {
    width: 24%;
  }
  .softblock2 {
    width: 32%;
  }
  .p_p {
    font-size: 17px;
  }
  .working {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 900px;
  }
  .working_h3 {
    width: 40%;
  }
  .working_text {
    width: 100%;
    height: 300px;
  }
  .h3_1 {
    width: 70%;
  }
  .line4 {
    width: 70%;
  }
  .working_p {
    height: 200px;
  }
  .working_img {
    width: 100%;
    height: 510px;
    background-size: 100%;
    background-image: url(../img/0012.png);
  }
  .line9 {
    height: 5px;
    background: #E75F25;
    width: 100%;
  }
  .project {
    width: 100%;
    margin-left: 0px;
  }
  .myprojects_text {
    width: 30%;
  }
  .h2_4 {
    width: 70%;
  }
  .line7 {
    width: 100%;
  }
  .contacts {
    height: 600px;
  }
  .contacts_write {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .contacts_message {
    width: 50%;
    height: 600px;
  }
  textarea {
    width: 130%;
  }
  .contacts_data {
    width: 50%;
    height: 400px;
  }
  .contacts_data > input {
    width: 100%;
    height: 70px;
    padding: 20px 10px 20px 10px;
  }
  .contacts_data > button {
    margin-left: 340px;
  }
  .footer_data {
    font-size: 24px;
  }
  .footer_about {
    font-size: 24px;
  }
  .footer_achievements {
    font-size: 24px;
  }
  .navbar {
    width: 1280px;
    margin-left: -920px;
  }
  .burger {
    position: absolute;
    top: 50px;
    right: 0px;
  }
}

@media screen and (max-width: 1024px) {
  .box {
    width: 100%;
    margin: 0 auto;
  }
  header {
    height: 2400px;
  }
  .header_title {
    height: 120px;
  }
  .header_block1 {
    height: 1000px;
  }
  .header_text {
    width: 100%;
  }
  .header_img {
    width: 100%;
  }
  .header_rectangular {
    width: 50%;
    height: 300px;
  }
  .header_image {
    width: 70%;
    height: 500px;
    background-image: url(../img/001.png);
    margin-top: -250px;
    margin-left: 0px;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .img {
    margin-left: 395px;
    margin-top: 290px;
  }
  .header_item1 {
    width: 10%;
  }
  .header_item2 {
    width: 55%;
  }
  .header_item3 {
    width: 10%;
  }
  .line {
    height: 5px;
  }
  .header_block1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header_block2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 1200px;
  }
  .header_collage {
    width: 75%;
    height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: space-between;
        -ms-flex-align: space-between;
            align-items: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
  .collage_img1 {
    width: 48%;
    height: 600px;
    background-size: 100%;
  }
  .collage_img2 {
    width: 48%;
    height: 300px;
    background-size: 100%;
    margin-top: 0px;
    margin-left: 0px;
  }
  .collage_img3 {
    width: 48%;
    height: 300px;
    background-size: 100%;
    margin-top: 0px;
    margin-left: 0px;
  }
  .header_text1 {
    width: 100%;
    height: 400px;
  }
  .h2_2 {
    width: 60%;
    text-align: left;
    font-size: 40px;
    margin-left: 360px;
  }
  .line2 {
    width: 50%;
  }
  .softblock {
    width: 24.5%;
  }
  .softblock > img {
    background-size: 100%;
  }
  .softblock2 {
    width: 32.8%;
  }
  .p_p {
    font-size: 17px;
  }
  .working {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 900px;
  }
  .working_text {
    width: 100%;
    height: 300px;
  }
  .h3_1 {
    width: 100%;
    margin-left: -20px;
  }
  .line4 {
    width: 90%;
  }
  .working_p {
    height: 200px;
  }
  .working_img {
    width: 100%;
    height: 400px;
    background-size: 100%;
    background-image: url(../img/0012.png);
  }
  .line9 {
    height: 5px;
    background: #E75F25;
    width: 100%;
  }
  .project {
    width: 100%;
  }
  .tabs_wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tabs {
    width: 100%;
  }
  .myprojects_text {
    width: 30%;
  }
  .h2_4 {
    width: 70%;
  }
  .line7 {
    width: 130%;
  }
  .contacts {
    height: 600px;
  }
  .contacts_write {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .contacts_message {
    width: 50%;
    height: 600px;
  }
  textarea {
    width: 150%;
    margin-left: -65px;
  }
  .contacts_data {
    width: 50%;
    height: 400px;
  }
  .contacts_data > input {
    width: 116%;
    height: 70px;
    padding: 20px 10px 20px 10px;
  }
  .contacts_data > button {
    margin-left: 275px;
  }
  .footer_data {
    font-size: 24px;
  }
  .footer_about > a {
    font-size: 24px;
  }
  .footer_achievements > a {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .box {
    width: 100%;
  }
  header {
    height: 2400px;
  }
  .header_title {
    height: 120px;
  }
  .header_block1 {
    height: 1000px;
  }
  .header_text {
    width: 100%;
  }
  .header_img {
    width: 100%;
  }
  .header_rectangular {
    width: 50%;
    height: 300px;
  }
  .header_image {
    width: 70%;
    height: 500px;
    background-image: url(../img/001.png);
    margin-top: -250px;
    margin-left: 0px;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .img {
    margin-left: 395px;
    margin-top: 290px;
  }
  .header_item1 {
    width: 10%;
  }
  .header_item2 {
    width: 55%;
  }
  .header_item3 {
    width: 10%;
  }
  .line {
    height: 5px;
  }
  .header_block1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header_block2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 1200px;
  }
  .header_collage {
    width: 75%;
    height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: space-between;
        -ms-flex-align: space-between;
            align-items: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
  .collage_img1 {
    width: 48%;
    height: 600px;
    background-size: 100%;
  }
  .collage_img2 {
    width: 48%;
    height: 300px;
    background-size: 100%;
    margin-top: 0px;
    margin-left: 0px;
  }
  .collage_img3 {
    width: 48%;
    height: 300px;
    background-size: 100%;
    margin-top: 0px;
    margin-left: 0px;
  }
  .header_text1 {
    width: 100%;
    height: 400px;
  }
  .h2_2 {
    width: 60%;
    text-align: left;
    font-size: 40px;
    margin-left: 360px;
  }
  .line2 {
    width: 50%;
  }
  .softblock {
    width: 24.5%;
  }
  .softblock > img {
    background-size: 100%;
  }
  .softblock2 {
    width: 32.8%;
  }
  .p_p {
    font-size: 17px;
  }
  .working {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 900px;
  }
  .working_text {
    width: 100%;
    height: 300px;
  }
  .h3_1 {
    width: 100%;
    margin-left: -20px;
  }
  .line4 {
    width: 90%;
  }
  .working_p {
    height: 200px;
  }
  .working_img {
    width: 100%;
    height: 400px;
    background-size: 100%;
    background-image: url(../img/0012.png);
  }
  .line9 {
    height: 5px;
    background: #E75F25;
    width: 100%;
  }
  .project {
    width: 100%;
  }
  .tabs_wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tabs {
    width: 100%;
  }
  .myprojects_text {
    width: 30%;
  }
  .h2_4 {
    width: 70%;
  }
  .line7 {
    width: 130%;
  }
  .contacts {
    height: 600px;
  }
  .contacts_write {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .contacts_message {
    width: 50%;
    height: 600px;
  }
  textarea {
    width: 150%;
    margin-left: -65px;
  }
  .contacts_data {
    width: 50%;
    height: 400px;
  }
  .contacts_data > input {
    width: 116%;
    height: 70px;
    padding: 20px 10px 20px 10px;
  }
  .contacts_data > button {
    margin-left: 275px;
  }
  .footer_data {
    font-size: 24px;
  }
  .footer_about > a {
    font-size: 24px;
  }
  .footer_achievements > a {
    font-size: 24px;
  }
}
/*# sourceMappingURL=style.css.map */