@font-face {
  font-family: "SanFrancisco";
  src: url("fonts/SanFrancisco.ttf"); }
@font-face {
  font-family: "Neucha";
  src: url("fonts/Neucha.ttf"); }
body {
  background: #333333 100%;
  font-family: Helvetica;
  color: white;
  font-size: 14px;
  cursor: default;
  min-width: 270px;
  min-height: 540px; }

.strong {
  color: #DA8F56;
  font-size: 16px;
  font-family: Neucha; }

.header {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  margin: 40px; }
  .header__photo {
    margin-left: 8%; }
  .header__image {
    width: 200px;
    height: 200px;
    border: 2px solid white;
    border-radius: 100px; }
  .header__title-block {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    margin-left: 120px;
    padding: 30px; }
  .header__name {
    font-size: 60px;
    font-family: Neucha; }
  .header__speciality {
    margin-top: 20px;
    font-size: 18px; }

.hr-header, .hr-footer {
  margin: auto 60px; }

.hr-content {
  margin: 4px 20px; }

.content {
  display: flex;
  flex-direction: row;
  margin: 20px 60px; }
  .content__header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    font-family: Neucha; }
  .content__header-img {
    height: 54px;
    width: 54px; }
  .content__title {
    margin: auto 20px;
    font-size: 36px; }
  .content__text {
    font-size: 14px;
    margin: 16px; }
  .content__about {
    margin-bottom: 50px; }
  .content__left {
    width: 30%; }
  .content__right {
    width: 70%; }

.contact__connect, .contact__follow {
  font-family: Neucha;
  font-size: 24px;
  color: #DA8F56;
  margin-top: 16px;
  padding-left: 80px; }

.connect__buttons, .follow__buttons {
  list-style: none;
  margin-left: -95px;
  font-family: Helvetica;
  font-size: 18px; }
.connect__button, .follow__button {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  text-decoration: none;
  margin-bottom: 8px; }
.connect__border, .follow__border {
  width: 40px;
  height: 40px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  border: 5px solid #D8E2DC;
  transition: all 0.5s ease;
  position: absolute; }
  .connect__border__hovered, .follow__border__hovered {
    border: 5px solid #DA8F56;
    box-shadow: 0 0 15px #DA8F56;
    transition: all 0.5s ease; }
.connect__img, .follow__img {
  color: white;
  width: 25px;
  height: 25px;
  transition: all 0.5s ease;
  margin: 12px; }
.connect__link, .follow__link {
  color: white;
  margin: 10px; }
  .connect__link__hovered, .follow__link__hovered {
    color: #DA8F56;
    transition: all 0.5s ease; }

.experience__row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 16px; }
.experience__cell {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 16px;
  margin-bottom: 4px; }
  .experience__cell > * {
    margin-bottom: 16px; }

.cell__header {
  display: flex;
  flex-direction: row;
  align-items: center; }
.cell__img {
  width: 32px;
  height: 32px; }
.cell__img.img-yandex {
  width: 50px;
  height: 50px;}
.cell__title {
  font-family: Neucha;
  font-size: 28px;
  color: #DA8F56;
  margin-left: 12px;
  text-decoration: none; }
.cell__data {
  font-size: 14px;
  display: flex;
  flex-direction: row; }
.cell__content {
  margin-top: -5px;
  display: flex;
  flex-wrap: wrap;
  align-content: center; }
.cell__link {
  color: white; }
.cell__techno {
  padding: 4px;
  border: 1px solid #DA8F56;
  border-radius: 4px;
  margin: auto 8px; }

.education__list {
  margin: 16px; }
.education__list > * {
  margin-bottom: 10px; }
.education__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
.education__place, .education__date {
  font-size: 20px;
  font-family: Neucha;
  color: #DA8F56; }
.education__site {
  font-size: 16px;
  color: white;
  word-break: break-word; }
.education__role {
  margin-top: 16px;
  font-size: 20px; }
.education__info {
  font-size: 14px; }
.education__content {
  margin-bottom: 50px; }

.skills__row {
  display: flex;
  flex-direction: row; }
.skills__cell {
  width: 30%;
  padding: 4px;
  border: 1px solid #DA8F56;
  border-radius: 4px;
  margin: 8px; }
.skills__row:last-child .skills__cell {
  width: 100%; }
.skills__title {
  display: flex;
  font-size: 20px;
  font-family: Neucha;
  color: #DA8F56;
  height: 50px;
  align-items: center;
  justify-content: center;
  text-align: center; }
.skills__content {
  margin: 8px; }
.skills__language {
  font-size: 16px;
  margin-bottom: 4px; }
.skills__progress {
  background-color: #DA8F56;
  border: 0;
  height: 10px;
  border-radius: 5px;
  margin-bottom: 8px;
  width: 100%; }
.skills__progress::-webkit-progress-bar {
  background-color: white;
  height: 10px;
  border-radius: 5px; }
.skills__progress::-webkit-progress-value {
  background-color: #DA8F56;
  height: 10px;
  border-radius: 5px; }
.skills__technos {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px; }
.skills__name {
  padding: 4px;
  border: 1px solid white;
  border-radius: 4px;
  margin: auto 8px;
  font-size: 20px;
  font-family: Neucha;
  padding: 8px; }

.footer {
  font-size: 18px;
  font-family: Neucha; }
  .footer__text {
    margin: 10px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center; }

/* Large desktops and laptops */
/* Portrait tablets and medium desktops */
/* Portrait tablets and small desktops */
/* Landscape phones and portrait tablets */
/* Landscape phones and smaller */
@media (max-width: 480px) {
  html, body {
    height: 100%;
    margin: 0;
    padding: 0; }

  #container {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
    padding: 0; }

  .header {
    margin: 5vh 20px 10vh 20px;
    flex: 0 0 auto; }
    .header__photo {
      margin: auto; }
    .header__image {
      width: 16vh;
      height: 16vh; }
    .header__title-block {
      margin: 0;
      padding: 0;
      justify-content: center; }
    .header__name {
      font-size: 5vh;
      text-align: center; }
    .header__speciality {
      font-size: 2vh;
      text-align: center;
      position: absolute;
      padding: 20px;
      left: 5vw;
      top: 20vh; }

  .hr-header, .hr-footer {
    margin: auto 20px; }

  .hr-content {
    margin: 4px 0; }

  .content {
    flex-direction: column;
    margin: 10px 20px;
    flex: 1 0 auto; }
    .content__left, .content__right {
      width: 100%; }
    .content__about {
      margin-bottom: 0; }
    .content__text, .content .contact__content, .content .experience__row, .content .education__content, .content__horizontal {
      display: none; }
    .content__title {
      font-size: 4.5vh;
      margin: auto 20px; }
    .content__visible {
      display: block; }
    .content__header-img {
      height: 6vh;
      width: 6vh; }
      .content__header-img__visible {
        transform: rotate(90deg); }
    .content__skills .content__title {
      margin-bottom: 0; }

  .contact__connect, .contact__follow {
    padding-left: 50px;
    font-size: 3.5vh; }

  .connect__border, .follow__border {
    width: 30px;
    height: 30px; }
  .connect__img, .follow__img {
    width: 20px;
    height: 20px;
    margin: 10px; }
  .connect__buttons, .follow__buttons {
    font-size: 14px;
    margin-left: -70px; }

  .experience__cell {
    padding: 4px; }
  .experience > * {
    margin-bottom: 12px; }
  .experience__row {
    margin-bottom: 0; }

  .cell__data {
    display: flex;
    flex-direction: column; }
  .cell__header {
    align-items: flex-start;
    margin: auto auto 16px auto; }
  .cell__title {
    font-size: 7vw; }
  .cell__content {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-content: center; }
  .cell__techno {
    width: 25vw;
    margin: 4px 8px; }
  .cell_img {
    width: 5vh;
    height: 5vh; }

  .education__header {
    flex-direction: column; }
  .education__place {
    font-size: 24px; }
  .education__date {
    margin-top: 4px;
    font-size: 14px;
    font-family: Helvetica;
    color: white; }
  .education__role {
    font-size: 16px; }
  .education__info {
    display: none; }
  .education__content {
    margin-bottom: 10px; }

  .skills__row, .skills__technos {
    flex-wrap: wrap; }
  .skills__title {
    font-size: 16px; }
  .skills__cell {
    width: 44%;
    margin: 4px; }
  .skills__language {
    font-size: 14px; }
  .skills__name {
    width: 35%;
    margin: 8px;
    text-align: center;
    font-size: 18px; }

  .footer {
    flex: 0 0 auto; }
    .footer__text > *:last-child {
      margin-right: 8px; } }

/*# sourceMappingURL=main.css.map */
