

html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
/* Extract from normalize.css /normalize */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}
summary {
  display: list-item;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
progress {
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
figure {
  margin: 1em 40px;
}
img {
  border-style: none;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea,
optgroup {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: bold;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
/* End extract */

/* html,body{font-family:Verdana,sans-serif;font-size:15px;line-height:1.5}html{overflow-x:hidden} */

/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
} */

html,
body {
  font-family: "Ubuntu" !important;
  font-weight: 200;
  font-size: 1rem;
  line-height: 1.5;
  color: #555555;
  overflow: auto;
  height: 100vh;
  width: 100vw;
  margin: 0;
  /* display: grid; */
  /* place-items: center center; */
  background: none;
}
.container {
  margin: 0 auto;
}

.header {
  background-color: rgb(14, 14, 14);
}

.banner {
  background: url(../pic/banner.jpg) no-repeat;
  width: 980px;
  height: 300px;
  position: relative;
}
.bighead {
  color: #fff;
  font-weight: bold;
  font-size: 2.8em;
  padding-left: 10px;
}

.links {
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.521);
  text-align: right;
  padding-right: 30px;
  padding-top: 5px;
}
.links > a {
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  padding-top: 15px;
}

.links .kinopoisk-logo {
  padding-bottom: unset;
}
.links .resume {
  padding-bottom: unset;
}

.links .imdb-logo:hover,
.links .kinopoisk-logo:hover,
.links .resume:hover {
  /* opacity: 0.5; */

  -webkit-filter: drop-shadow(0px 0px 5px #fff);
  filter: drop-shadow(0px 0px 5px #fff);
}
@media all and (min-width: 980px) {
  .container {
    width: 980px;
  }
}
@media all and (max-width: 980px) {
  .container {
    width: 100%;
  }
  .banner {
    width: 100vw;
    height: 30vw;
    background-size: cover;
  }
}
@media all and (max-width: 500px) {
  .bighead {
    font-size: 9vw;
  }
}
@media all and (max-width: 410px) {
  .links > a {
    margin-left: 2px;
    margin-right: 2px;
  }
  .links {
    text-align: left;
  }
}
@media all and (max-width: 365px) {
  .banner {
    width: 100vw;
    height: 123px;
    background: unset;
    background-color: rgb(14, 14, 14);
  }
  .links > a {
    display: block;
    padding-top: 5px;
  }
  .links {
    text-align: left;
  }
}
.footer {
  background: black;
  text-align: center;
}
.footer .social-icons {
  padding-top: 10px;
  padding-bottom: 30px;
  padding-left: 20px;
}
.footer .copyright {
  color: white;
  font-size: 1rem;
  padding-left: 20px;
  padding-top: 20px;
}

.vgik {
  display: grid;
  grid-template-columns: 5em 1fr;
  padding: 10px;
  background-color: #f4f4f4;
}

.vgiktext {
  text-align: left;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline li {
  display: inline-block;
  padding-right: 2px;
  padding-left: 2px;
  margin-bottom: 10px;
}

/*---- Genral classes end -------*/

/*Change icons size here*/
.social-icons .fa {
  font-size: 1em;
}
/*Change icons circle size and color here*/
.social-icons .fa {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-icons.icon-circle .fa {
  border-radius: 50%;
}
.social-icons.icon-rounded .fa {
  border-radius: 5px;
}
.social-icons.icon-flat .fa {
  border-radius: 0;
}

.social-icons .fa:hover,
.social-icons .fa:active {
  color: #fff;
  -webkit-box-shadow: 1px 1px 3px #333;
  -moz-box-shadow: 1px 1px 3px #333;
  box-shadow: 1px 1px 3px #333;
}
.social-icons.icon-zoom .fa:hover,
.social-icons.icon-zoom .fa:active {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.social-icons.icon-rotate .fa:hover,
.social-icons.icon-rotate .fa:active {
  -webkit-transform: scale(1.1) rotate(360deg);
  -moz-transform: scale(1.1) rotate(360deg);
  -ms-transform: scale(1.1) rotate(360deg);
  -o-transform: scale(1.1) rotate(360deg);
  transform: scale(1.1) rotate(360deg);
}

.social-icons .fa-adn {
  background-color: #504e54;
}
.social-icons .fa-apple {
  background-color: #aeb5c5;
}
.social-icons .fa-android {
  background-color: #a5c63b;
}
.social-icons .fa-bitbucket,
.social-icons .fa-bitbucket-square {
  background-color: #003366;
}
.social-icons .fa-bitcoin,
.social-icons .fa-btc {
  background-color: #f7931a;
}
.social-icons .fa-css3 {
  background-color: #1572b7;
}
.social-icons .fa-dribbble {
  background-color: #f46899;
}
.social-icons .fa-dropbox {
  background-color: #018bd3;
}
.social-icons .fa-facebook,
.social-icons .fa-facebook-square {
  background-color: #3c599f;
}
.social-icons .fa-flickr {
  background-color: #ff0084;
}
.social-icons .fa-foursquare {
  background-color: #0086be;
}
.social-icons .fa-github,
.social-icons .fa-github-alt,
.social-icons .fa-github-square {
  background-color: #070709;
}
.social-icons .fa-google-plus,
.social-icons .fa-google-plus-square {
  background-color: #cf3d2e;
}
.social-icons .fa-html5 {
  background-color: #e54d26;
}
.social-icons .fa-instagram {
  background-color: #a1755c;
}
.social-icons .fa-telegram {
  background-color: #0088cc;
}
.social-icons .fa-linkedin,
.social-icons .fa-linkedin-square {
  background-color: #0085ae;
}
.social-icons .fa-linux {
  background-color: #fbc002;
  color: #333;
}
.social-icons .fa-maxcdn {
  background-color: #f6ae1c;
}
.social-icons .fa-pagelines {
  background-color: #241e20;
  color: #3984ea;
}
.social-icons .fa-pinterest,
.social-icons .fa-pinterest-square {
  background-color: #cc2127;
}
.social-icons .fa-renren {
  background-color: #025dac;
}
.social-icons .fa-skype {
  background-color: #01aef2;
}
.social-icons .fa-stack-exchange {
  background-color: #245590;
}
.social-icons .fa-stack-overflow {
  background-color: #ff7300;
}
.social-icons .fa-trello {
  background-color: #265a7f;
}
.social-icons .fa-tumblr,
.social-icons .fa-tumblr-square {
  background-color: #314e6c;
}
.social-icons .fa-twitter,
.social-icons .fa-twitter-square {
  background-color: #32ccfe;
}
.social-icons .fa-vimeo-square {
  background-color: #229acc;
}
.social-icons .fa-vk {
  background-color: #375474;
}
.social-icons .fa-weibo {
  background-color: #d72b2b;
}
.social-icons .fa-windows {
  background-color: #12b6f3;
}
.social-icons .fa-xing,
.social-icons .fa-xing-square {
  background-color: #00555c;
}
.social-icons .fa-youtube,
.social-icons .fa-youtube-play,
.social-icons .fa-youtube-square {
  background-color: #c52f30;
}

.social-icons .fa-cc-paypal {
  background-color: #0070ba;
}

.social-icons .fa-vimeo {
  background-color: #0088cc;
}
.social-icons .fa-envelope-square {
  background-color: #0088cc;
}
.social-icons .fa-envelope-open {
  background-color: #0088cc;
}
.social-icons .fa-envelope {
  background-color: #0088cc;
}

.social-icons a {
  text-decoration: none;
}
.social-icons a:active,
.social-icons a:visited,
.social-icons a:hover,
.social-icons a:focus {
  text-decoration: none;
}

.social-icons .fa-wikipedia-w {
  background-color: #999;
  color: #000;
}

.spoiler {
  font-weight: bold;
  margin-bottom: 10px;
}
.spoiler_body {
  font-weight: 200;
}

.spoiler {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}
.spoiler > input + label::after {
  content: "+";
  float: right;
  font-family: monospace;
  font-weight: bold;
  top: 10px;
  right: 20px;
  font-size: 1.25em;
  opacity: 0.5;
  color: #a1a1a1;
}
.spoiler > input:checked + label::after {
  content: "-";
  float: right;
  font-family: monospace;
  font-weight: bold;
  top: 10px;
  right: 20px;
  font-size: 1.25em;
  opacity: 0.5;
  color: #a1a1a1;
}
.spoiler > label {
  cursor: pointer;
}
.spoiler > input {
  display: none;
}
.spoiler > input + label,
.spoiler > .spoiler_body {
  background: #f4f4f4;
  padding: 20px 15px;
  overflow: auto;
  width: 100%;
  box-sizing: border-box;
  display: block;
}
.spoiler > input + label + .spoiler_body {
  display: none;
}
.spoiler > input:checked + label + .spoiler_body {
  display: block;
}
.spoiler > .spoiler_body {
  background: #fff;
  border: 3px solid #f4f4f4;
  border-top: none;
}
@media all and (max-width: 500px) {
  .spoiler > .spoiler_body {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.spoiler > input + label:hover {
  animation: toblue 0.3s forwards;
}
.spoiler > input + label:hover::after {
  animation: opaque 0.3s forwards;
}
@keyframes opaque {
  to {
    opacity: 1;
  }
}
@keyframes toblue {
  to {
    background: rgb(29, 29, 29);
    color: #dbdbdb;
  }
}

.footer {
  text-align: center;
}

.footer a {
  color: #ffffff;              /* белый */
  text-decoration: none;       /* без подчёркивания */
  opacity: 0.75;               /* приглушённо, как muted */
  transition: opacity .2s ease;
}

.footer a:hover {
  opacity: 1;                  /* при наведении — чище */
}