/* подключение палитры цветов */
@import url("../css/colors.css");
@import url("../css/fonts.css");

.bld {
  font-family: "FixelText-SemiBold";
}

/* SECTION 1 */
.sec-1-photo-details-mob {
  display: none;
}

.resume-header {
  display: flex;
  gap: 50px;
  justify-content: flex-end;
  padding-right: 200px;
  font-family: "FixelText-Medium";
  font-size: 16px;
  color: var(--blue);
  background-color: var(--light-grey);
  margin-bottom: 100px;
}
.resume-header p {
  margin: 15px 0px;
}

.sec-1-container {
  display: flex;
  justify-content: space-between;
  gap: 100px;
  margin: 0 200px 50px;
}

.sec-1-photo-details {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  align-items: center;

  margin-top: 50px;
  font-family: "FixelText-Medium";
  font-size: 16px;
  font-weight: 500;
  color: var(--dark-blue);
}
.sec-1-photo-details p {
  margin: 0px;
}
.sec-1-photo-details-icons {
  display: flex;
  gap: 5px;
  align-items: center;
}

.sec-1-info-name h2 {
  margin: 0;
  font-family: "FixelDisplay-Bold";
  font-size: 32px;
  font-weight: 700;
  color: var(--dark-blue);
  padding-bottom: 15px;
}
.sec-1-info-name p {
  margin: 0;
  font-family: "FixelText-Medium";
  font-size: 16px;
  font-weight: 500;
  color: var(--dark-blue);
}

.sec-1-info-details p {
  font-family: "FixelText-Regular";
  font-size: 16px;
  max-width: 500px;
  margin: 0px;
  line-height: normal;
  color: var(--dark-blue);
}
.caps {
  font-family: "FixelText-SemiBold";
  font-weight: 600;
  padding-bottom: 10px;
}
.sec-1-info-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0 50px;
}

.sec-1-info-table td:last-child {
  text-align: right;
  white-space: nowrap;
  width: 24px;
  vertical-align: top;
}
.italic {
  font-family: "FixelText-RegularItalic";
}
.company-link {
  color: var(--dark-blue);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  text-decoration-color: #c0c8dd;
}
/* .company-link:hover{
  color: var(--dark-blue);
} */
/* END SECTION 1 */

/* SECTION 2 */
.sec-2 {
  padding: 100px 0px;
  background-color: var(--light-grey);
}
.skills-block {
  margin-bottom: 50px;
}
.sec-2-column {
  display: flex;
  flex-direction: column;
  grid-column: 2;
}
.shift {
  grid-column: 4;
}
.sec-2-container {
  display: grid;
  grid-template-columns: 400px 460px 100px 460px 400px;
  justify-content: center;
}
.title-container {
  display: grid;
  grid-template-columns: 400px 460px 100px 460px 400px;
  justify-content: center;
}
.skill-title {
  margin: 0;
  font-family: "FixelDisplay-Bold";
  font-size: 32px;
  color: var(--blue);
}
.up {
  grid-column: 2;
  padding-bottom: 50px;
}
.down {
  grid-column: 4;
  text-align: right;
}

.skill-icon {
  width: 40px;
  height: auto;
}
.skills {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  margin-bottom: 25px;
}
.skill-text {
  margin: 0;
  font-family: "FixelText-Regular";
  font-size: 16px;
  padding-bottom: 10px;
  color: var(--blue);
}
.skill-progress {
  width: 400px;
  height: 5px;
  border: 1px solid var(--blue);
}
.value {
  background-color: var(--blue);
  height: 100%;
}
.photoshop {
  width: 80%;
}
.illustrator {
  width: 80%;
}
.indesign {
  width: 40%;
}
.marmoset {
  width: 80%;
}
.marvelous {
  width: 20%;
}
.substance {
  width: 85%;
}
.dsmax {
  width: 30%;
}
.maya {
  width: 70%;
}
.blender {
  width: 80%;
}
.figma {
  width: 90%;
}
.unityengine {
  width: 30%;
}
.print {
  width: 80%;
}
/* END SECTION 2 */

/* SECTION 3 */
.sec-3-content-mob {
  display: none;
}
.sec-3 {
  padding: 100px 100px;
  padding-bottom: 200px;
  background-color: var(--dark-blue);
}
.sec-3-content {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  min-width: 500px;
  table-layout: fixed;
}
td {
  border: 1px solid var(--bg-white);
}
.sec-3-title {
  margin: 0;
  font-family: "FixelText-Medium";
  font-size: 32px;
  color: var(--bg-white);
  padding-left: 50px;
  padding-top: 100px;
  padding-bottom: 25px;
}
.double-cell {
  font-family: "FixelDisplay-Bold";
  font-size: 32px;
  text-align: left;
  vertical-align: top;
  border: none;
  color: var(--bg-white);
}
.sec-3-text {
  margin: 0;
  font-family: "FixelText-Light";
  font-size: 16px;
  padding-left: 50px;
  padding-bottom: 50px;
  color: var(--bg-white);
}
.hide {
  border: none;
}
.av-pr-dur {
  display: flex;
  align-items: flex-start;
  padding-left: 50px;
  padding-top: 100px;
  padding-bottom: 50px;
}
.sec-3-subtitle {
  margin: 0;
  font-family: "FixelText-Regular";
  font-weight: 400;
  font-size: 14px;
  color: var(--bg-white);
}
.one {
  padding: 0;
}
/* END SECTION 3 */

/* /////////////////////////////// */
/* ///////////   MEDIA   ///////// */
/* /////////////////////////////// */

/* для первой секции перед планшетом */
@media screen and (max-width: 1500px) {
  /* SECTION 1 */
  .resume-header {
    padding-right: 100px;
  }
  .sec-1-container {
    gap: 50px;
    margin: 0 100px 50px;
  }
  /* END SECTION 1 */
}

/* iPad */
@media screen and (max-width: 1212px) {
  /* SECTION 1 */
  .sec-1-photo-details-mob {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    font-family: "FixelText-Medium";
    font-size: 16px;
    font-weight: 500;
    margin-top: 25px;
  }
  .sec-1-photo-details-mob img {
    order: 2;
  }
  .sec-1-photo-details-mob p {
    margin: 0px;
  }
  .sec-1-photo-details {
    display: none;
  }
  .resume-header {
    gap: 25px;
    padding-right: 50px;
    margin-bottom: 50px;
  }
  .sec-1-container {
    gap: 50px;
    margin: 0 50px;
  }
  .sec-1-info-table td:last-child {
    display: none;
  }
  .profile-photo {
    width: 300px;
  }
  /* END SECTION 1 */

  /* SECTION 2 */
  .sec-2 {
    padding: 50px 0px;
  }
  .title-container {
    grid-template-columns:
      100px minmax(337px, 1fr) 150px minmax(337px, 1fr)
      100px;
  }
  .sec-2-container {
    grid-template-columns: 100px 1fr 150px 1fr 100px;
  }
  .shift {
    align-items: end;
  }
  .skills {
    gap: 5px;
  }
  .skill-icon {
    width: 30px;
    height: auto;
  }
  .skill-progress {
    width: 300px;
  }
  .skills-block {
    margin-bottom: 50px;
  }
  .skill-text {
    padding-bottom: 5px;
  }
  /* END SECTION 2 */

  /* SECTION 3 */
  .sec-3-title {
    padding-left: 25px;
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .sec-3-text {
    padding-left: 25px;
    padding-bottom: 50px;
  }
  .sec-3 {
    padding: 100px 50px;
    padding-bottom: 100px;
  }
  .av-pr-dur {
    padding-left: 25px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .one {
    padding: 0;
  }
  /* END SECTION 3 */
}

@media screen and (max-width: 1000px) {
  /* SECTION 2 */
  .skill-progress {
    width: 250px;
  }
  .title-container {
    grid-template-columns:
      100px minmax(287px, 1fr) 150px minmax(287px, 1fr)
      100px;
  }
  /* END SECTION 2 */
}

/* iPhone */
@media screen and (max-width: 820px) {
  /* SECTION 1 */
  .resume-header {
    gap: 15px;
    padding-right: 16px;
    margin-bottom: 25px;
  }
  .sec-1-photo-block {
    display: flex;
    gap: 15px;
    align-items: center;
  }
  .sec-1-photo-details-mob img {
    order: 0;
  }
  .sec-1-photo-details-mob {
    align-items: flex-start;
  }
  .sec-1-container {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin: 0px 16px;
  }
  .profile-photo {
    width: 150px;
  }
  .sec-1-info-table {
    border-spacing: 0 50px;
  }
  /* END SECTION 1 */

  /* SECTION 2 */
  .sec-2 {
    padding: 50px 0px 0px 0px;
  }
  .sec-2-container {
    display: flex;
    flex-direction: column;
    padding: 0px 16px;
  }
  .title-container {
    display: inline-block;
    padding-left: 16px;
  }
  .shift {
    align-items: normal;
  }
  .mob-hide {
    display: none;
  }
  .skills-block {
    margin-bottom: 20px;
  }
  .skill-name {
    width: 100%;
  }
  .skill-progress {
    width: 100%;
  }
  .skill-text {
    font-size: 14px;
  }
  .up {
    padding-bottom: 30px;
  }
  /* END SECTION 2 */

  /* SECTION 3 */
  .sec-3 {
    padding: 50px 16px 100px 16px;
  }
  .sec-3-content {
    display: none;
  }
  .sec-3-content-mob {
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    min-width: 100px;
    table-layout: fixed;
  }
  .sec-3-title {
    font-family: "FixelText-Regular";
    font-size: 32px;
    padding-left: 16px;
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .sec-3-text {
    font-size: 16px;
    padding-left: 16px;
    padding-bottom: 50px;
  }
  .double-cell {
    font-size: 32px;
    text-align: center;
    border: none;
    padding-bottom: 50px;
    color: var(--bg-white);
  }
  .av-pr-dur {
    padding-left: 16px;
    padding-top: 25px;
    padding-bottom: 5px;
  }
  .sec-3-subtitle {
    font-size: 13px;
    font-family: "FixelText-Light";
  }
  .one {
    padding: 0;
  }
  /* END SECTION 3 */
}
