* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  *:after, *.before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

html, body, div, main, 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline; }

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

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }

a {
  text-decoration: none; }

body {
  line-height: 1; }

ol, ul {
  list-style-type: none; }

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

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

input, textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0; }

button, input[type="button"] {
  background: 0; }

:required {
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }

em, i {
  font-style: italic; }

strong, b {
  font-weight: bold; }

u {
  text-decoration: underline; }

pre, code {
  font-family: Monaco,Courier,monospace; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word; }

blockquote, q {
  quotes: "" ""; }

blockquote:before, blockquote:after {
  content: ""; }

q:before, q:after {
  content: ""; }

a {
  cursor: pointer; }

input[type="submit"], input[type="button"] {
  cursor: pointer; }

button, label[for] {
  cursor: pointer; }

img {
  -ms-interpolation-mode: bicubic; }

button {
  border: 0;
  padding: 0; }

button:focus {
  outline: 0 !important; }

.c:before,
.c:after {
  content: " ";
  display: table; }

.c:after {
  clear: both; }

.c {
  *zoom: 1; }

h1 {
  font-size: calc(16px + 4.5vw);
  line-height: 100%;
  font-family: "Roboto Mono", monospace;
  font-weight: 100; }
  h1 b {
    font-weight: 100; }
  h1:last-of-type {
    margin-bottom: 0; }

p {
  margin-top: 40px;
  font-family: "Roboto Mono", monospace;
  line-height: 150%;
  font-size: calc(16px + 0.7vw);
  font-weight: lighter;
  color: #613838; }
  p.small_block {
    max-width: 650px; }

a {
  color: #db2635;
  border-bottom: 1px solid #db2635;
  display: inline-block;
  line-height: 1; }
  a:hover {
    opacity: 0.5; }

span {
  display: inline-block;
  color: #db2635; }

html {
  font-size: 10px;
  height: 100%; }

body {
  height: 100%;
  font-size: 100%;
  background-color: #ffffff;
  color: #613838; }

::-moz-selection {
  background-color: #404040;
  /* Safari */
  color: white; }

::selection {
  background-color: #404040;
  /* Safari */
  color: white; }

::-moz-selection {
  background-color: #404040;
  /* Firefox */
  color: white; }

img {
  width: 100%;
  display: block; }

main {
  overflow: hidden; }
  main section {
    display: block;
    padding: 5%;
    margin: auto;
    width: 100%; }
    main section.landing {
      position: relative;
      height: 100vh; }
      main section.landing div {
        position: absolute;
        bottom: 10%;
        padding-right: 5%;
        min-height: auto; }
    main section.list__services {
      overflow: hidden; }
      main section.list__services article {
        text-align: center; }

.block__small {
  padding: 20%; }
  @media (max-width: 1000px) {
    .block__small {
      padding: 20% 5%; } }

.block__left_img article {
  position: relative; }

.block__left_img img {
  width: 60%;
  display: block; }
  @media (max-width: 1000px) {
    .block__left_img img {
      width: 100%; } }

.block__left_img .block__text {
  position: absolute;
  top: 14%;
  background: rgba(255, 255, 255, 0.9);
  padding: 8%;
  width: 60%;
  left: 40%; }
  @media (max-width: 1000px) {
    .block__left_img .block__text {
      position: static;
      width: 100%;
      padding: 0 0 20% !important; } }

.col-1-3 {
  width: 33.333333%;
  float: left; }

.menu__main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 999999;
  padding: 0 5%; }
  .menu__main li {
    margin-top: 80px; }
    .menu__main li a {
      line-height: 20px;
      display: inline-block;
      margin-right: 20px;
      font-family: "Roboto Mono", monospace;
      font-size: 1.6rem;
      font-weight: 600;
      border-bottom: none; }
