@charset "UTF-8";
/*compass imports*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*modules & stuff*/
@font-face {
  font-family: 'robotobold';
  src: url("../fonts/roboto-bold-webfont.woff2") format("woff2"), url("roboto-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotolight';
  src: url("../fonts/roboto-light-webfont.woff2") format("woff2"), url("roboto-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotoregular';
  src: url("../fonts/roboto-regular-webfont.woff2") format("woff2"), url("roboto-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'social';
  src: url("../fonts/social.eot?63926488");
  src: url("../fonts/social.eot?63926488#iefix") format("embedded-opentype"), url("../fonts/social.woff2?63926488") format("woff2"), url("../fonts/social.woff?63926488") format("woff"), url("../fonts/social.ttf?63926488") format("truetype"), url("../fonts/social.svg?63926488#social") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'social';
    src: url('../font/social.svg?63926488#social') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "social";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-gmail:before {
  content: '\e800';
}

/* 'юаА' */
.icon-skype:before {
  content: '\f17e';
}

/* 'яЕ╛' */
.icon-vkontakte:before {
  content: '\f189';
}

/* 'яЖЙ' */
.icon-linkedin-squared:before {
  content: '\f30c';
}

/* 'яММ' */
.heading {
  color: #fff;
  position: relative;
  background-color: #2c3e50;
  margin-bottom: 15px;
}
.heading:before {
  content: '';
  position: absolute;
  left: 0;
  width: 15px;
  top: 0;
  background-color: #e64c3c;
  height: 100%;
  display: block;
}
.heading .title {
  display: inline-block;
  margin-left: 35px;
  padding: 10px 0;
}

.cols-2 {
  overflow: hidden;
}
.cols-2 > div {
  width: 45%;
  float: left;
  margin-left: 10%;
}
.cols-2 > div:first-child {
  margin: 0;
}

.social-links {
  margin: 0 auto;
  max-width: 320px;
}
.social-links ul:after {
  content: "";
  display: table;
  clear: both;
}
.social-links ul li {
  width: 25%;
  float: left;
}
.social-links ul li a {
  text-decoration: none;
  font-size: 30px;
  color: #e64c3c;
}

/*pages*/
/*general*/
body, html {
  font: 18px/27px 'robotoregular', Helvetica, Arial, sans-serif;
  color: #313131;
  height: 100%;
  background: #f0f4f8;
}

select, input, textarea {
  font: 100% 'Avenir-Roman', sans-serif;
  outline: none;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.page {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  margin: 5% 2%;
}
.page .container {
  margin: 0 auto;
  max-width: 1024px;
}

strong {
  font-family: 'robotobold', Helvetica, Arial, sans-serif;
}

i, em {
  font-style: italic;
}

.author {
  text-align: center;
  margin-bottom: 50px;
}
.author .author-main-info {
  margin: 0 auto;
  max-width: 300px;
  margin-bottom: 15px;
}
.author .author-main-info .avatar-holder {
  margin: 5px;
  border-radius: 50%;
  box-shadow: 0 0 0 5px #e64c3c;
  margin-bottom: 20px;
  overflow: hidden;
}
.author .author-main-info .avatar-holder img {
  width: 100%;
  vertical-align: top;
}
.author .author-main-info h1 {
  color: #e64c3c;
  font-family: 'robotobold', Helvetica, Arial, sans-serif;
  font-size: 32px;
  line-height: 48px;
}
.author .author-main-info h2 {
  color: #2c3e50;
  font-family: 'robotolight', Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 33px;
}
.author .authour-about {
  text-align: left;
  font-family: 'robotolight', Helvetica, Arial, sans-serif;
}

.main-info {
  margin-bottom: 50px;
}
.main-info .information-list {
  font-family: 'robotolight', Helvetica, Arial, sans-serif;
}
.main-info .information-list li {
  margin-top: 15px;
}
.main-info .information-list li:first-child {
  margin-top: 0;
}
.main-info .information-list li .place {
  display: block;
}
.main-info .personal-info .information-list .title {
  float: left;
  width: 70px;
}
.main-info .personal-info .information-list .colon {
  font-weight: 700;
  margin: 0 10px 0;
}

.skills {
  margin-bottom: 50px;
}
.skills .skills-list li {
  margin-top: 15px;
  display: flex;
  align-items: center;
}
.skills .skills-list li:after {
  content: "";
  display: table;
  clear: both;
}
.skills .skills-list li:first-child {
  margin-top: 0;
}
.skills .skills-list li .title {
  flex: 1;
  float: left;
  min-width: 130px;
}
.skills .skills-list li .rating {
  margin-left: 50px;
}
.skills .skills-list li .rating:after {
  content: "";
  display: table;
  clear: both;
}
.skills .skills-list li .rating span {
  width: 25px;
  height: 25px;
  float: left;
  margin-left: 10px;
  border: 1px solid #e64c3c;
  border-radius: 50%;
}
.skills .skills-list li .rating span.star {
  background-color: #e64c3c;
}
.skills .skills-list li .rating span:first-child {
  margin-left: 0;
}

/*media*/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
