* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:focus,
:active {
  outline: none;
}
a:focus,
a:active {
  outline: none;
}
nav,
footer,
header,
aside {
  display: block;
}
html,
body {
  font-family: "Poppins", sans-serif;
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  cursor: default;
}
input,
button,
textarea {
  font-family: inherit;
}
input::-ms-clear {
  display: none;
}
button {
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

/* --------------------------------------------------------------------------------------------------------------------- */

:root {
  --box_shadow_btn: 0px 4px 4px rgba(0, 0, 0, 0.25);
  --page_size: 1440px;
  --content_size: 1200px;
  --color_burgundy: #fb6542;
  --color_yellow: #ffbb00;
  --color_blue: #4d85bd;
  --color_deep_blue: #0026f6;
  --color_text_dark: #50595b;
  --color_text_light: #ffffff;
}

/* --------------------------------------------------------------------------------------------------------------------- */

.content {
  max-width: 1280px;
  height: 100%;
  /* background-color: #50595b; */
  position: relative;
  margin: 0 auto;
}
.background_shapes {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.d1 {
  width: 700px;
  height: 700px;
  border-radius: 50%;
  border: 200px solid var(--color_yellow);
  position: absolute;
  left: -400px;
  top: -85px;
  opacity: 80%;
}
.d4 {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  border: 150px solid var(--color_yellow);
  position: absolute;
  opacity: 80%;
  right: -250px;
  bottom: 0px;
}
.d2 {
  width: 310px;
  height: 155px;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  overflow: hidden;
  background: var(--color_burgundy);
  position: absolute;
  left: 130px;
  top: 10px;
  opacity: 80%;
}
.d3 {
  width: 370px;
  border-radius: 500em 500em 500em 500em;
  background: var(--color_blue);
  position: absolute;
  left: 100px;
  top: 310px;
  padding-bottom: 10%;
  padding-top: 3%;
}

.avatar {
  width: 250px;
  height: 250px;
  background: #f1b4c6;
  border-radius: 50%;
  position: absolute;
  left: 160px;
  top: 40px;
  overflow: hidden;
}
.header {
  padding-left: 500px;
  position: relative;
}
.name {
  color: var(--color_burgundy);
  font-size: 36px;
  font-weight: 900;
  word-spacing: 15px;
  margin: 0 0 10px 0;
  padding-top: 35px;
}
.position {
  color: var(--color_text_dark);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.skills__head {
  color: var(--color_burgundy);
  font-weight: 700;
}
.skills {
  color: var(--color_text_dark);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-right: 15px;
  line-height: 25px;
}
.main {
  margin-left: 500px;
  position: absolute;
}
.main_content_block {
  margin-top: 40px;
}
.main_content_block_head {
  color: var(--color_burgundy);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 10px;
  word-spacing: 10px;
}
.marker,
.marker__course,
.marker__institution {
  color: var(--color_burgundy);
}
.course,
.institution,
.job,
.job_position,
.certificate {
  display: flex;
  margin-bottom: 10px;
  font-size: 16px;
  color: var(--color_text_dark);
  font-weight: 400;
}
.job {
  flex-wrap: wrap;
}
.partition {
  border-left: 2px solid var(--color_text_dark);
  margin: 0 10px;
  height: 17px;
}
.course_name,
.course_years,
.course_community,
.institution_name,
.institution_years,
.job_name,
.job_years {
  padding-top: 1px;
  /* color: var(--color_text_dark); */
}
.job_name_wrapper {
  display: flex;
}
.course_name,
.institution_name,
.job_name {
  font-weight: 500;
  padding: 0 5px;
}

.job_block,
.course_block {
  margin-bottom: 20px;
}
.job,
.course {
  margin-bottom: 5px;
}
.job_block_text {
  margin-right: 15px;
  line-height: 20px;
}
.contacts_head,
.languages_head,
.hobbies_head {
  color: var(--color_yellow);
  /* color: var(--color_deep_blue); */
  /* color: var(--color_burgundy); */
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  margin: 50px 0 20px 0;
  word-spacing: 10px;
}
.contact,
.language,
.hobby {
  color: var(--color_text_light);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  display: flex;
  margin-left: 25px;
}
.contact_text,
.language_text,
.hobby_text {
  padding-left: 5px;
  padding-right: 5px;
}
.marker_contact,
.marker_language,
.marker_hobby {
  color: var(--color_yellow);
  /* color: var(--color_burgundy); */
}
.languages_head,
.hobbies_head {
  margin-top: 30px;
}
.avatar_foto {
  width: 100%;
}
.certificate,
.job_position {
  margin-left: 13px;
}

@media screen and (max-width: 1180px) {
  .course {
    display: block;
    margin-bottom: 8px;
  }
  .marker__course {
    display: none;
  }
  .partition {
    display: none;
  }
  .certificate {
    margin: 0;
  }
  .course_name {
    padding: 0;
    display: list-item;
    list-style-type: none;
  }
  .course_name:before {
    color: var(--color_burgundy);
    content: "•";
    padding-right: 5px;
  }
  .course_community {
    margin-left: 13px;
  }
  .course_years {
    margin-left: 13px;
  }
  .certificate {
    margin-left: 13px;
  }
 
}
@media screen and (max-width: 1059px) {
  .header {
    padding-left: 430px;
  }
  .main {
    margin-left: 430px;
  }
  .d1 {
    left: -460px;
  }
  .d2 {
    left: 45px;
  }
  .d3 {
    left: 60px;
    padding-bottom: 20%;
  }
  .avatar {
    left: 75px;
  }
}
@media screen and (max-width: 999px) {
  .institution {
    display: block;
  }
  .marker__institution {
    display: none;
  }
  .institution_name {
    padding: 0;
    display: list-item;
    list-style-type: none;
  }
  .institution_name:before {
    color: var(--color_burgundy);
    content: "•";
    padding-right: 5px;
  }
  .institution_years {
    margin-left: 13px;
  }
}
@media screen and (max-width: 905px) {
  .header {
    padding-left: 380px;
  }
  .main {
    margin-left: 380px;
  }
  .d1 {
    left: -490px;
  }
  .d2 {
    left: 20px;
  }
  .d3 {
    left: 35px;
    padding-bottom: 30%;
  }
  .avatar {
    left: 50px;
  }
}
@media screen and (max-width: 850px) {
  .d1 {
    width: 450px;
    height: 450px;
    border: 150px solid var(--color_yellow);
    left: -250px;
    top: 0;
  }
  .d2 {
    width: 240px;
    height: 120px;
  }
  .d3 {
    left: 20px;
    top: 250px;
    width: 250px;
    padding-bottom: 40%;
  }
  .avatar {
    width: 200px;
    height: 200px;
    left: 40px;
    top: 30px;
  }
  .contacts_head,
  .languages_head,
  .hobbies_head {
    font-size: 16px;
    font-weight: 700;
  }
  .contact,
  .language,
  .hobby {
    font-size: 14px;
    margin-left: 15px;
  }
  .header {
    padding-left: 320px;
  }
  .main {
    margin-left: 320px;
  }
  .name {
    font-size: 30px;
  }
  .position {
    font-size: 18px;
  }
  .skills {
    font-size: 14px;
  }
  .main_content_block {
    margin-top: 25px;
  }
  .main_content_block_head {
    font-size: 18px;
  }
  .course,
  .institution,
  .job,
  .job_position,
  .certificate {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 660px) {
  .header {
    padding-left: 300px;
  }
  .main {
    position: relative;
    margin-left: 0;
    margin-top: 20px;
    margin-top: 50px;
  }
  .main_content_block {
    width: max-content;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .main_content_block_head {
    text-align: center;
  }
  .d3 {
    position: initial;
    margin: 0 auto;
    padding: 5px 0 10px 0;
  }
  .job_position {
    width: 360px;
  }
  .job_block_text {
    padding: 0 10px;
  }
}
@media screen and (max-width: 580px) {
  .background_shapes {
    height: 130%;
  }
  .d2 {
    display: none;
  }
  .avatar {
    position: relative;
    top: 20px;
    left: 0;
    margin: 0 auto;
    width: 150px;
    height: 150px;
    border: 5px solid #ec5136c2;
    box-sizing: content-box;
  }
  .header {
    padding: 15px 15px 0 15px;
    z-index: 100;
    position: relative;
    text-align: center;
  }
}
@media screen and (max-width: 580px) {
  .background_shapes {
    height: 170%;
  }
  .certificate {
    width: min-content;
    font-size: 13px;
  }
  .institution_name {
    width: 300px;
  }
  .job_block {
    padding: 0 10px;
  }
  .job_block_text {
    width: 320px;
    margin: 0;
    padding: 0;
  }
  .header {
    width: 320px;
    margin: 0 auto;
  }
  .job_block {
    width: 320px;
  }
  .job_position {
    width: 245px;
  }
  .job_block_text {
    width: 290px;
  }
}
