@import url("https://fonts.googleapis.com/css?family=Oswald:300,400|Roboto&subset=latin-ext");
/* line 5, ../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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;
}

/* line 22, ../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 10, ../sass/style.scss */
html {
  /* To make use of full height of page*/
  min-height: 100%;
  margin: 0;
}

/* line 16, ../sass/style.scss */
a {
  text-decoration: none;
  color: inherit;
}

/* line 21, ../sass/style.scss */
body {
  min-height: 100%;
  margin: 0;
  font-family: 'Roboto';
  background: #e8e8e8 url(../img/bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

/* line 31, ../sass/style.scss */
#app {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

/* line 39, ../sass/style.scss */
.langCont {
  width: 100%;
}

/* line 42, ../sass/style.scss */
.langSwitch {
  margin-top: 0px;
  margin-left: auto;
  margin-right: 0;
  float: right;
  cursor: pointer;
  background: #fff;
  display: block;
  width: max-content;
  text-align: right;
  padding: 6px 15px;
  padding-top: 3px;
  color: #7d7d78;
  font-size: calc(0.84rem + 1.2 * ((100vw - 320px) / 780));
  line-height: calc(0.84rem + 1.2 * ((100vw - 320px) / 780));
  font-family: Oswald;
  font-weight: 300;
  text-transform: uppercase;
  opacity: .6;
  transition: .2s all;
}
/* line 61, ../sass/style.scss */
.langSwitch:before {
  content: url(../img/lang.png);
  margin-right: 10px;
}
/* line 65, ../sass/style.scss */
.langSwitch:hover {
  opacity: 1;
}

/* line 70, ../sass/style.scss */
.logo {
  margin: 0 auto;
  padding-top: 10vh;
  max-width: 420px;
  width: calc( 100% - 40px);
}
/* line 75, ../sass/style.scss */
.logo img {
  max-width: 420px;
  width: 100%;
}

/* line 81, ../sass/style.scss */
h1 {
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-family: Oswald;
  text-transform: uppercase;
  font-size: calc(2.1rem + 3 * ((100vw - 320px) / 780));
  line-height: calc(2.25rem + 3 * ((100vw - 320px) / 780));
}

/* line 90, ../sass/style.scss */
.contentBox {
  margin: 0 auto;
  margin-top: 10vh;
  background: #fff;
  max-width: calc( 730px - 80px);
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  align-items: center;
}
/* line 100, ../sass/style.scss */
.contentBox .img {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 4;
}
/* line 102, ../sass/style.scss */
.contentBox .img img {
  width: calc(100% - 40px);
  margin-left: 20px;
}
/* line 107, ../sass/style.scss */
.contentBox h2 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  font-size: calc(1.54rem + 2.2 * ((100vw - 320px) / 780));
  line-height: calc(2.2rem + 2.2 * ((100vw - 320px) / 780));
  font-family: Oswald;
  color: #444749;
  align-self: start;
  text-transform: uppercase;
}
/* line 115, ../sass/style.scss */
.contentBox .contentTxt {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  font-size: calc(0.84rem + 1.2 * ((100vw - 320px) / 780));
  line-height: calc(1.2rem + 1.2 * ((100vw - 320px) / 780));
  max-width: 75%;
  color: #85878a;
}
/* line 121, ../sass/style.scss */
.contentBox .contentBtn {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 4;
  padding: 10px 25px;
  text-transform: uppercase;
  width: fit-content;
  display: block;
  background: #b5260d;
  color: #fff;
  margin-bottom: 13px;
  font-family: Oswald;
  font-weight: 300;
  align-self: end;
  margin-bottom: 8px;
}
/* line 26, ../sass/mixins.scss */
.contentBox .contentBtn:hover {
  background: #9d210b;
  box-shadow: 0px 2px 0 0px #6e1708;
}
/* line 30, ../sass/mixins.scss */
.contentBox .contentBtn:active {
  background: #e53010;
  box-shadow: 0px 2px 0 0px #851c0a;
}

/* line 131, ../sass/style.scss */
.extraBox {
  margin: 0 auto;
  max-width: calc( 730px - 30px);
  padding: 0 15px;
  text-align: right;
  margin-top: 20px;
}
/* line 137, ../sass/style.scss */
.extraBox .extraTitle {
  font-family: Oswald;
  color: #fff;
  font-size: calc(1.26rem + 1.8 * ((100vw - 320px) / 780));
  line-height: calc(1.8rem + 1.8 * ((100vw - 320px) / 780));
  text-transform: uppercase;
  font-weight: 300;
}
/* line 144, ../sass/style.scss */
.extraBox .extraContent {
  font-size: calc(0.84rem + 1.2 * ((100vw - 320px) / 780));
  line-height: calc(1.2rem + 1.2 * ((100vw - 320px) / 780));
  color: #85878a;
}
/* line 148, ../sass/style.scss */
.extraBox .extraMail {
  font-family: Oswald;
  color: #b5260d;
  font-size: calc(1.12rem + 1.6 * ((100vw - 320px) / 780));
  line-height: calc(1.6rem + 1.6 * ((100vw - 320px) / 780));
  font-weight: 500;
}
/* line 153, ../sass/style.scss */
.extraBox .extraMail a:hover {
  color: #8d1a06;
}
/* line 156, ../sass/style.scss */
.extraBox .extraMail:before {
  content: url(../img/mail.png);
  display: inline-block;
  margin-right: 7px;
}

@media screen and (max-width: 650px) {
  /* line 165, ../sass/style.scss */
  .contentBox {
    max-width: calc( 730px - 30px);
    padding: 25px 15px;
  }
  /* line 168, ../sass/style.scss */
  .contentBox .img {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    max-width: 160px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  /* line 174, ../sass/style.scss */
  .contentBox h2 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  /* line 177, ../sass/style.scss */
  .contentBox .contentTxt {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
    min-width: 100%;
  }
  /* line 181, ../sass/style.scss */
  .contentBox .contentBtn {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 5;
  }
}
