@charset "UTF-8";
@import url('https://api.fontshare.com/v2/css?f[]=satoshi@900,500,300&display=swap" rel="stylesheet');
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  -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 {
  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%;
}

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;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-input-placeholder {
  color: transparent;
}

:focus:-moz-input-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

/*--------------------*/
body {
  font-family: "Roboto", sans-serif;
  background: url(../img/BG.jpg) center no-repeat;
  height: 100%;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page {
  max-width: 1240px;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

.text_container {
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.name_block {
  text-align: center;
  color: #fff;
  font-size: 38px;
  font-weight: 500;
  margin: 0 auto;
  margin: 0 0 30px 0;
}

.sub_title_text {
  text-align: center;
  color: rgb(184, 184, 184);
  font-size: 18px;
  font-weight: 300;
  margin: 0 auto;
  margin: 0 0 20px 0;
}

.prof_block {
  text-align: center;
  color: #fff;
  font-size: 50px;
  font-weight: 900;
  margin: 0 0 60px 0;
  padding: 0 5px;
}

.links_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.link_block_container {
  display: block;
  margin: 0 10px 0 0;
}

.button_bio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(172, 171, 170, 0.501);
  border-radius: 50px;
  width: 200px;
  height: 60px;
  padding: 7.5px;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  margin: 0 auto;
}

.button_bio:hover {
  background: url(../img/BG.jpg) left no-repeat;
}

.my_photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin: 0 30px 0 0;
}

.text_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  color: #ffffff;
  margin: 16px 0;
  text-transform: uppercase;
}

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

@media (max-width: 575px) {
  .links_block {
    display: block;
  }
  .links_block .link_block_container, .links_block .social_block {
    margin: 0 0 20px 0;
  }
  .links_block .button_bio {
    margin: 0 auto;
  }
}
