/*colors*/
/*images*/
/*transitions*/
/*mixin*/
.nowrap {
  white-space: pre;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* CSS RESET
----------------------------------*/
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,
menu,
nav,
section,
summary {
  display: block;
}
body {
  font-family: "Roboto Slab", sans-serif;
}
strong,
b,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Slab", sans-serif;
  font-weight: 700;
}
/* CSS IMPORTS
----------------------------------*/
html {
  width: 100%;
}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
::selection {
  background: #000000;
  color: #ffffff;
}
::-moz-selection {
  background: #000000;
  color: #ffffff;
}
::-webkit-selection {
  background: #000000;
  color: #ffffff;
}
img {
  max-width: 100%;
}
p {
  font-size: 14px;
  line-height: 160%;
  padding-bottom: 20px;
}
p:last-child {
  padding-bottom: 0;
}
h2,
h3,
li strong {
  font-size: 16px;
  line-height: 21px;
  padding-bottom: 22px;
  position: relative;
}
h2:before,
h3:before,
li strong:before {
  content: '';
  display: block;
  width: 46px;
  border-bottom: 1px solid #000000;
  bottom: 18px;
  left: -70px;
  position: absolute;
}
h3,
li strong {
  font-size: 14px;
}
h3:before,
li strong:before {
  top: -13px;
  bottom: auto;
  left: -23px;
}
li strong {
  padding-bottom: 12px;
  display: block;
}
article {
  padding: 40px;
  background: #ffffff;
}
article a {
  font-weight: 700;
  text-decoration: underline;
  color: #000000;
}
/* CSS SoftRender
----------------------------------*/
div.Bg {
  position: absolute;
  height: 680px;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
div.Bg img {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  width: 100%;
}
body > header {
  position: fixed;
  width: 100%;
  height: 96px;
  z-index: 10;
  top: 0;
  left: 0;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
body > header nav {
  width: 948px;
  margin: 60px auto 0;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
body > header nav a {
  width: 16.66666667%;
  display: block;
  line-height: 42px;
  color: #000000;
  font-size: 16px;
  text-decoration: none;
  font-weight: 700;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 24px;
  float: left;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative;
}
body > header nav a:first-child {
  border-left: 0;
  border-right: 0;
}
body > header nav a:last-child {
  border-right: 0;
}
body > header nav a:nth-child(3) {
  margin-left: 33.33333333%;
  border-right: 0;
}
body > header nav a:after {
  content: '';
  width: calc(100% - 48px);
  height: 3px;
  margin: 0 24px;
  position: absolute;
  bottom: 3px;
  left: 0;
  box-shadow: 0 0px 0 0 #000000;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
body > header nav a.Active:after {
  content: '';
  width: calc(100% - 48px);
  height: 3px;
  margin: 0 24px;
  box-shadow: 0 3px 0 0 #000000;
  position: absolute;
  bottom: 3px;
  left: 0;
}
body > header h1 {
  width: 91px;
  height: 75px;
  display: block;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -45px;
  overflow: hidden;
  text-indent: -500px;
  background: url("../images/logo.png") no-repeat;
  background-size: 100%;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
body > header.Fixed,
body > header.RWD {
  background: rgba(255, 255, 255, 0.9);
  height: 60px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
body > header.Fixed nav,
body > header.RWD nav {
  margin-top: 15px;
}
body > header.Fixed nav a,
body > header.RWD nav a {
  line-height: 30px;
}
body > header.Fixed h1,
body > header.RWD h1 {
  top: 6px;
  height: 52px;
}
body > section.About {
  background: #f2f2f2;
  overflow: hidden;
}
body > section.About article {
  background: rgba(255, 255, 255, 0.9);
  margin: 130px auto 0;
  width: 632px;
  position: relative;
}
body > section.About footer {
  width: 632px;
  margin: 10px auto;
  padding: 40px;
}
body > section.About footer ul {
  width: 948px;
  position: relative;
  margin-left: calc((-100% / 3) - 15px);
}
body > section.About footer ul:after {
  content: '';
  display: block;
  clear: both;
}
body > section.About footer ul li {
  width: 20%;
  padding-right: 25px;
  float: left;
  padding-left: 12px;
}
body > section.About footer ul li img {
  margin: 40px 30px;
}
body > section.Offer {
  width: 632px;
  margin: 10px auto;
}
body > section.Offer footer {
  width: 632px;
  margin: 0px auto 10px;
  padding: 0 40px 0;
}
body > section.Offer footer ul {
  width: 948px;
  position: relative;
  margin-left: calc((-100% / 3) - 15px);
}
body > section.Offer footer ul:after {
  content: '';
  display: block;
  clear: both;
}
body > section.Offer footer ul li {
  width: 20%;
  padding-right: 25px;
  float: left;
  padding-left: 12px;
  margin-bottom: 30px;
}
body > section.Offer footer ul li img {
  margin: 40px 30px;
}
body > section.Offer footer ul li:nth-child(5n +1) {
  clear: both;
}
body > section.Prices {
  position: relative;
  padding-top: 50px;
  padding-bottom: 100px;
}
body > section.Prices .Bg {
  height: 100%;
}
body > section.Prices .Bg {
  position: absolute;
  top: 0%;
  width: 100%;
}
body > section.Prices .Bg img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  display: block;
  max-width: inherit;
  max-height: inherit;
  top: -200px;
  transform: translate3d(0px, 0px, 0px);
}
body > section.Prices article {
  background: #f2f2f2;
  margin: 0 auto 0;
  padding-bottom: 20px;
  background: rgba(255, 255, 255, 0.9);
  width: 632px;
  position: relative;
}
body > section.Prices footer {
  font-size: 14px;
}
body > section.Prices footer strong {
  width: 49%;
  display: inline-block;
}
body > section.Contact {
  position: relative;
  min-height: 660px;
}
body > section.Contact article {
  background: #f2f2f2;
  margin: 0 auto 0;
  background: rgba(255, 255, 255, 0.9);
  width: 632px;
  position: relative;
}
body > section.Contact article > p {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  padding-right: 2%;
}
body > section.Contact footer p {
  font-size: 10px;
  color: #999;
  padding-bottom: 0;
}
body > section.Contact .Map {
  height: 660px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
body > footer {
  line-height: 50px;
  padding: 0 20px;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.1);
}
body > footer p {
  float: left;
  color: #999;
  padding-bottom: 0;
  line-height: 50px;
}
body > footer p + p {
  float: right;
}
body > footer a {
  color: #000000;
}
.GoToGoogle {
  display: none;
}
@media screen and (max-width: 1124px) {
  body > footer {
    padding: 10px 20px;
  }
  body > footer > p,
  body > footer > p + p {
    text-align: center;
    float: none;
    line-height: 20px;
  }
}
@media screen and (max-width: 990px) {
  body > section.Prices .Bg img,
  div.Bg img {
    margin-top: 0 !important;
  }
  body > section.Prices .Bg img {
    min-width: 1400px;
  }
  body > header nav {
    width: 660px;
  }
  body > section.About footer ul,
  body > section.Offer footer ul {
    width: 100%;
    position: relative;
    margin-left: 0;
  }
  body > section.About footer ul li,
  body > section.Offer footer ul li {
    width: 33%;
  }
  body > section.Offer footer ul li:nth-child(5n + 1) {
    clear: none;
  }
  body > section.Offer footer ul li:nth-child(3n + 1) {
    clear: both;
  }
}
@media screen and (max-width: 760px) {
  div.Bg img {
    top: 0 !important;
    -webkit-transform: translate3d(0, 0%, 0);
    -moz-transform: translate3d(0, 0%, 0);
    -o-transform: translate3d(0, 0%, 0);
    -ms-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
  }
  body > header h1 {
    height: 55px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  body > header nav {
    width: 100%;
  }
  body > header nav a {
    width: 21.25%;
    padding: 0 12px;
    font-size: 10px;
  }
  body > header nav a:after {
    margin-left: 12px;
  }
  body > header nav a.Active:after {
    margin-left: 12px;
  }
  body > header nav a:nth-child(3) {
    margin-left: 15%;
  }
  body > section.About article,
  body > section.About footer {
    width: 100%;
    padding: 40px 20px;
  }
  body > section.About footer {
    padding-top: 0;
  }
  body > section.Offer {
    width: 100%;
  }
  body > section.Offer footer {
    width: 100%;
    padding: 40px 20px 0;
  }
  body > section.Offer article {
    padding: 40px 20px;
  }
  body > section.Prices {
    padding-top: 0;
    padding-bottom: 0;
  }
  body > section.Prices article {
    width: 100%;
    padding: 0 20px 40px;
  }
  body > section.Contact article {
    width: 100%;
    padding: 40px 20px;
  }
  body > section.Contact article > p {
    width: auto;
  }
  body > section.Prices footer strong {
    width: 100%;
  }
  body > section.About footer ul li,
  body > section.Offer footer ul li {
    width: 100%;
    padding-left: 0;
  }
  body > section.About footer ul li:nth-child(5n + 1),
  body > section.Offer footer ul li:nth-child(5n + 1) {
    clear: none;
  }
  body > section.About footer ul li:nth-child(3n + 1),
  body > section.Offer footer ul li:nth-child(3n + 1) {
    clear: none;
  }
  body > section.About footer ul li:nth-child(2n + 1),
  body > section.Offer footer ul li:nth-child(2n + 1) {
    clear: both;
  }
  body > footer {
    display: none;
  }
  body > footer > p,
  body > footer > p + p {
    line-height: 14px;
    font-size: 10px;
  }
  .GoToGoogle {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 20px;
    line-height: 40px;
    text-decoration: none;
    background: #000;
    right: 20px;
    text-align: center;
    color: #ffffff;
  }
}

/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJhcHAuY3NzIiwic291cmNlUm9vdCI6IiJ9*/