body {
  font-family: Merriweather, serif;
  color: #080e28;
  font-size: 14px;
  line-height: 28px;
  font-weight: 300;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 48px;
  line-height: 62px;
  font-weight: 300;
}
h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 48px;
  font-weight: 300;
}
h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 20px;
  list-style-type: none;
}
.header {
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: black;
  background-image: url('../images/Header-Background-Stars.jpg'), -webkit-linear-gradient(rgba(6, 30, 33, 0.6), rgba(0, 0, 0, 0) 25%);
  background-image: url('../images/Header-Background-Stars.jpg'), linear-gradient(rgba(6, 30, 33, 0.6), rgba(0, 0, 0, 0) 25%);
  background-position: 50% 50%, 0% 0%;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
}
.header-container {
  height: 100%;
  padding-bottom: 25px;
}
.header-tagline {
  font-family: Merriweather, serif;
  color: white;
  font-size: 23px;
  line-height: 40px;
  font-weight: 300;
}
.a-white-link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  color: white;
  text-decoration: none;
}
.a-white-link:hover {
  border-bottom-color: white;
}
.resume-container {
  padding-top: 20px;
  padding-bottom: 60px;
}
.common-section.footer-section {
  padding-top: 40px;
  border-top: 1px solid #f0f0f0;
}
.common-section.hidden {
  display: none;
}
.common-container {
  padding-top: 20px;
  padding-bottom: 60px;
}
.a-descriptive-link {
  border-bottom: 1px solid rgba(55, 81, 166, 0);
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  color: #4667b5;
  font-size: 12px;
  text-decoration: none;
}
.a-descriptive-link:hover {
  border-bottom: 1px solid rgba(55, 81, 166, 0.2);
}
.speaking-events-photos {
  padding-top: 10px;
}
.img-speaker-photos {
  border-radius: 2px;
}
.inline-dribbble-icon {
  padding-left: 14px;
  background-image: url('../images/Dribbble-Ball-Mark-BW.svg');
  background-position: 0px 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}
.inline-note {
  padding: 2px 4px;
  border-radius: 2px;
  background-color: #f0f0f0;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
}
.action-button {
  display: inline-block;
  padding: 10px 60px;
  border-radius: 24px;
  background-color: #fc2c39;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: Montserrat, sans-serif;
  color: white;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}
.action-button:hover {
  background-color: #cf131f;
}
.projects-section {
  padding-top: 20px;
}
.project {
  height: 320px;
  background-color: magenta;
}
.project.project-resonator {
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: #2ecc71;
  background-image: url('../images/Project-Resonator-Background.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.project.project-horoscope {
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: #0e0f12;
  background-image: url('../images/Project-Horoscope-Background.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.project.project-mymail {
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: white;
  background-image: url('../images/Project-MyComMail-Background.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.project.project-mailru {
  background-color: white;
  background-image: url('../images/Project-MailRu-Background.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.project.project-mycom {
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: #fc2c39;
}
.h2-projects {
  display: block;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.project-title {
  padding-top: 20px;
}
.project-title.project-title-resonator {
  padding-top: 75px;
}
.project-title.project-title-horoscope {
  padding-top: 70px;
}
.p-white {
  color: white;
}
.project-container.project-container-mycom {
  text-align: center;
}
.project-image {
  display: block;
  margin-right: auto;
}
.project-image-resonator {
  display: block;
  margin-top: 55px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.78) 0px 16px 16px 0px;
}
.project-image-horoscope {
  display: block;
  margin-top: -43px;
  margin-right: auto;
  margin-left: auto;
}
.comet {
  position: absolute;
  top: 0px;
  right: 10%;
}
.project-image-mymail {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
}
.project-title-mymail {
  padding-top: 60px;
}
.a-common-link {
  border-bottom: 1px solid rgba(70, 103, 181, 0);
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  color: #4667b5;
  text-decoration: none;
}
.a-common-link:hover {
  border-bottom: 1px solid rgba(70, 103, 181, 0.2);
}
.img-project-logotype {
  margin-bottom: 20px;
}
.project-linkblock-mailru {
  margin-top: 70px;
}
.project-image-mycom {
  padding-top: 20px;
}
.header-contacts {
  height: 36px;
  margin-bottom: 300px;
  text-align: right;
}
.a-header-contact {
  margin-left: 10px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}
.a-header-contact:hover {
  color: black;
}
.header-contacts-badges {
  opacity: 0.85;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.header-contacts-badges:hover {
  opacity: 1;
}
.header-contacts-links {
  display: block;
  float: right;
}
.header-contacts-badge {
  margin-left: 10px;
}
.a-header-link {
  padding-left: 10px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
}
.a-header-link:hover {
  color: white;
}
.p-big {
  font-size: 23px;
  line-height: 40px;
}
.p-hidden {
  display: none;
}
html.w-mod-js *[data-ix="comet"] {
  opacity: 1;
  -webkit-transform: translate(100px, -50px);
  -ms-transform: translate(100px, -50px);
  transform: translate(100px, -50px);
}
html.w-mod-js *[data-ix="show-badge-blue"] {
  -webkit-transform: translate(0px, -32px);
  -ms-transform: translate(0px, -32px);
  transform: translate(0px, -32px);
}
html.w-mod-js *[data-ix="show-badge-white"] {
  -webkit-transform: translate(0px, -32px);
  -ms-transform: translate(0px, -32px);
  transform: translate(0px, -32px);
}
html.w-mod-js *[data-ix="show-badge-red"] {
  -webkit-transform: translate(0px, -32px);
  -ms-transform: translate(0px, -32px);
  transform: translate(0px, -32px);
}
html.w-mod-js *[data-ix="show-badge-yellow"] {
  -webkit-transform: translate(0px, -32px);
  -ms-transform: translate(0px, -32px);
  transform: translate(0px, -32px);
}
@media (max-width: 991px) {
  .header {
    overflow-x: hidden;
    overflow-y: hidden;
  }
}
@media (max-width: 767px) {
  .header-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .resume-container {
    padding-bottom: 30px;
  }
  .common-container {
    padding-bottom: 30px;
  }
  .header-contacts {
    margin-bottom: 40px;
  }
  .p-big {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (max-width: 479px) {
  .project.project-resonator {
    height: auto;
  }
  .project.project-horoscope {
    height: auto;
  }
  .project.project-mymail {
    height: 546px;
  }
  .project.project-mailru {
    height: 200px;
  }
  .img-project-logotype {
    display: block;
    margin-right: auto;
  }
  .project-image-mycom {
    padding-top: 96px;
  }
}