@font-face {
  font-family: "HK Grotesk";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/HKGrotesk-Regular.woff2") format("woff2"), url("fonts/HKGrotesk-Regular.woff") format("woff"), url("fonts/HKGrotesk-Regular.eot?") format("eot"); }

@font-face {
  font-family: "HK Grotesk";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/HKGrotesk-Medium.woff2") format("woff2"), url("fonts/HKGrotesk-Medium.woff") format("woff"), url("fonts/HKGrotesk-Medium.eot?") format("eot"); }

@font-face {
  font-family: "HK Grotesk";
  font-style: normal;
  font-weight: 900;
  src: url("fonts/HKGrotesk-Bold.woff2") format("woff2"), url("fonts/HKGrotesk-Bold.woff") format("woff"), url("fonts/HKGrotesk-Bold.eot?") format("eot"); }

/* line 1, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/base/_grid.scss */
.container {
  max-width: 1064px;
  padding: 0 20px;
  margin: 0 auto; }

/* line 1, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/base/_reset.scss */
body {
  font-family: HK Grotesk, Helvetica, sans-serif;
  margin: 0;
  height: 100%; }

/* line 9, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/base/_reset.scss */
h1 {
  font-size: 44px; }
  @media (max-width: 480px) {
    /* line 9, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/base/_reset.scss */
    h1 {
      font-size: 35px; } }

/* line 17, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/base/_reset.scss */
p {
  font-size: 22px;
  text-align: justify; }
  @media (max-width: 480px) {
    /* line 17, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/base/_reset.scss */
    p {
      font-size: 20px; } }

/* line 25, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/base/_reset.scss */
a {
  color: #ff062f;
  text-decoration: none; }
  /* line 28, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/base/_reset.scss */
  a:hover {
    text-decoration: underline; }

/* line 34, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/base/_reset.scss */
footer {
  background-color: #eee;
  text-align: center; }
  /* line 40, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/base/_reset.scss */
  footer p {
    text-align: center; }

/* line 1, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/base/_paddings.scss */
.padding-xs {
  padding-top: 10px;
  padding-bottom: 10px; }
  @media (max-width: 480px) {
    /* line 1, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/base/_paddings.scss */
    .padding-xs {
      padding-top: 5px;
      padding-bottom: 5px; } }

/* line 10, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/base/_paddings.scss */
.padding-s {
  padding-top: 25px;
  padding-bottom: 25px; }
  @media (max-width: 480px) {
    /* line 10, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/base/_paddings.scss */
    .padding-s {
      padding-top: 12.5px;
      padding-bottom: 12.5px; } }

/* line 19, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/base/_paddings.scss */
.padding-m {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (max-width: 480px) {
    /* line 19, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/base/_paddings.scss */
    .padding-m {
      padding-top: 20px;
      padding-bottom: 20px; } }

/* line 28, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/base/_paddings.scss */
.padding-l {
  padding-top: 55px;
  padding-bottom: 55px; }
  @media (max-width: 480px) {
    /* line 28, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/base/_paddings.scss */
    .padding-l {
      padding-top: 27.5px;
      padding-bottom: 27.5px; } }

/* line 37, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/base/_paddings.scss */
.padding-xl {
  padding-top: 75px;
  padding-bottom: 75px; }
  @media (max-width: 480px) {
    /* line 37, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/base/_paddings.scss */
    .padding-xl {
      padding-top: 37.5px;
      padding-bottom: 37.5px; } }

/* line 46, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/base/_paddings.scss */
.padding-xxl {
  padding-top: 90px;
  padding-bottom: 90px; }
  @media (max-width: 480px) {
    /* line 46, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/base/_paddings.scss */
    .padding-xxl {
      padding-top: 45px;
      padding-bottom: 45px; } }

/* line 1, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_menu.scss */
nav {
  background-color: #eee;
  height: 65px;
  width: 100%;
  position: fixed; }
  @media (max-width: 950px) {
    /* line 1, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_menu.scss */
    nav {
      height: 50px; } }
  /* line 10, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_menu.scss */
  nav #nav-cont ul {
    z-index: 9995;
    list-style-type: none;
    text-transform: uppercase;
    float: right;
    display: inline-block;
    vertical-align: middle;
    margin-top: 24.5px; }
    /* line 19, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_menu.scss */
    nav #nav-cont ul li {
      display: inline;
      margin: auto 0.5em; }
      /* line 23, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_menu.scss */
      nav #nav-cont ul li a {
        font-size: 16px;
        text-decoration: none;
        color: #000;
        -moz-transition: color 0.2s ease-in-out;
        -o-transition: color 0.2s ease-in-out;
        -webkit-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out; }
        /* line 30, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_menu.scss */
        nav #nav-cont ul li a:hover {
          color: #ff062f;
          -moz-transition: color 0.2s ease-in-out;
          -o-transition: color 0.2s ease-in-out;
          -webkit-transition: color 0.2s ease-in-out;
          transition: color 0.2s ease-in-out; }
      /* line 36, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_menu.scss */
      nav #nav-cont ul li .selected {
        font-weight: 900; }
      /* line 40, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_menu.scss */
      nav #nav-cont ul li.nav-lang {
        border-left: 1px black solid;
        padding-left: 1em; }
        /* line 43, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_menu.scss */
        nav #nav-cont ul li.nav-lang a {
          padding: 0.25em; }
          /* line 45, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_menu.scss */
          nav #nav-cont ul li.nav-lang a :last-child {
            padding-right: 10px; }
          /* line 48, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_menu.scss */
          nav #nav-cont ul li.nav-lang a:hover {
            color: #e9da00; }
          @media (max-width: 950px) {
            /* line 43, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_menu.scss */
            nav #nav-cont ul li.nav-lang a {
              padding: 0 10.66667px; } }
        @media (max-width: 950px) {
          /* line 40, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_menu.scss */
          nav #nav-cont ul li.nav-lang {
            font-weight: 700;
            margin-left: -20px; }
            /* line 60, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_menu.scss */
            nav #nav-cont ul li.nav-lang:before {
              border-top: 1px #ccc solid;
              transform: scale(0.5); } }
  /* line 70, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_menu.scss */
  nav #nav-cont .logo {
    z-index: 9998;
    height: 39px;
    padding: 13px 0;
    float: left; }
    @media (max-width: 950px) {
      /* line 70, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_menu.scss */
      nav #nav-cont .logo {
        height: 30px;
        padding: 10px 0; } }
  /* line 81, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_menu.scss */
  nav #nav-cont #nav-toggle {
    z-index: 9999;
    display: none;
    margin-top: 10px;
    float: right;
    height: 30px;
    width: 30px;
    align-items: center; }
    /* line 90, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_menu.scss */
    nav #nav-cont #nav-toggle span,
    nav #nav-cont #nav-toggle span:before,
    nav #nav-cont #nav-toggle span:after {
      content: "";
      display: block;
      height: 2px;
      width: 100%;
      margin: 0;
      padding: 0;
      background-color: #555;
      position: relative;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    /* line 104, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_menu.scss */
    nav #nav-cont #nav-toggle span:before {
      top: 10px; }
    /* line 107, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_menu.scss */
    nav #nav-cont #nav-toggle span:after {
      top: -12px; }
    /* line 111, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_menu.scss */
    nav #nav-cont #nav-toggle.open span {
      background: transparent; }
    /* line 114, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_menu.scss */
    nav #nav-cont #nav-toggle.open span:before,
    nav #nav-cont #nav-toggle.open span:after {
      transform-origin: center;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    /* line 119, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_menu.scss */
    nav #nav-cont #nav-toggle.open span:before {
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 2px; }
    /* line 123, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_menu.scss */
    nav #nav-cont #nav-toggle.open span:after {
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 0; }
  @media (max-width: 950px) {
    /* line 131, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_menu.scss */
    nav #nav-cont ul {
      display: block;
      position: absolute;
      width: 100%;
      background-color: #eee;
      margin: 50px 0 0 0;
      text-align: center;
      padding: 16px 0;
      -moz-transform: translate(-20px, -140%);
      -o-transform: translate(-20px, -140%);
      -webkit-transform: translate(-20px, -140%);
      transform: translate(-20px, -140%); }
      /* line 143, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_menu.scss */
      nav #nav-cont ul li {
        display: block;
        padding: 16px 0;
        margin: 0; }
    /* line 150, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_menu.scss */
    nav #nav-cont #nav-toggle {
      display: flex; }
    /* line 153, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_menu.scss */
    nav #nav-cont .display {
      -moz-transform: translate(-20px, 0%);
      -o-transform: translate(-20px, 0%);
      -webkit-transform: translate(-20px, 0%);
      transform: translate(-20px, 0%); } }

/* line 162, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_menu.scss */
.nav-clearance {
  height: 65px; }
  @media (max-width: 950px) {
    /* line 162, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_menu.scss */
    .nav-clearance {
      height: 50px; } }

/* line 2, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_divs.scss */
.photo-quote {
  margin: 0;
  padding: 0; }

/* line 7, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_divs.scss */
.solar-pannel {
  background: linear-gradient(to top right, rgba(233, 218, 0, 0.35), rgba(255, 6, 47, 0.35)), url("/assets/divs/solar_panels.jpg") no-repeat fixed;
  padding: 20px 0;
  margin: 0;
  min-height: 75vh;
  background-size: cover;
  overflow: hidden; }
  /* line 15, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_divs.scss */
  .solar-pannel .text {
    background: rgba(255, 255, 255, 0.35);
    max-width: 700px;
    float: right;
    margin-top: 44.11765vh;
    padding: 9.33333px 28px;
    border-left: 7px solid #ff062f; }
    /* line 23, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_divs.scss */
    .solar-pannel .text h1 {
      font-weight: 700;
      margin: 20px 0; }
    /* line 28, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_divs.scss */
    .solar-pannel .text p {
      text-align: left; }
  @media (max-width: 480px) {
    /* line 34, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_divs.scss */
    .solar-pannel .title-text {
      margin-top: 30vh; } }

/* line 41, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_divs.scss */
.almaty {
  background: linear-gradient(to top right, rgba(233, 218, 0, 0.35), rgba(255, 6, 47, 0.35)), url("/assets/divs/almaty.jpg") no-repeat fixed;
  padding: 20px 0;
  margin: 0;
  min-height: 75vh;
  background-size: cover;
  overflow: hidden; }
  /* line 49, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_divs.scss */
  .almaty .text {
    background: rgba(255, 255, 255, 0.35);
    max-width: 700px;
    float: right;
    margin-top: 44.11765vh;
    padding: 9.33333px 28px;
    border-left: 7px solid #ff062f; }
    /* line 57, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_divs.scss */
    .almaty .text h1 {
      font-weight: 700;
      margin: 20px 0; }
    /* line 62, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_divs.scss */
    .almaty .text p {
      text-align: left; }
  @media (max-width: 480px) {
    /* line 68, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_divs.scss */
    .almaty .title-text {
      margin-top: 30vh; } }

/* line 75, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_divs.scss */
.astana {
  background: linear-gradient(to top right, rgba(233, 218, 0, 0.35), rgba(255, 6, 47, 0.35)), url("/assets/divs/astana.jpg") no-repeat fixed;
  background-position: center;
  padding: 20px 0;
  margin: 0;
  min-height: 75vh;
  background-size: cover;
  overflow: hidden; }
  /* line 84, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_divs.scss */
  .astana .text {
    background: rgba(255, 255, 255, 0.35);
    max-width: 700px;
    float: right;
    margin-top: 44.11765vh;
    padding: 9.33333px 28px;
    border-left: 7px solid #ff062f; }
    /* line 92, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_divs.scss */
    .astana .text h1 {
      font-weight: 700;
      margin: 20px 0; }
    /* line 97, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_divs.scss */
    .astana .text p {
      text-align: left; }
  @media (max-width: 480px) {
    /* line 103, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_divs.scss */
    .astana .title-text {
      margin-top: 30vh; } }

/* line 110, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_divs.scss */
.tulipa {
  background: linear-gradient(to top right, rgba(233, 218, 0, 0.35), rgba(255, 6, 47, 0.35)), url("/assets/divs/tulipa.jpg") no-repeat fixed;
  padding: 20px 0;
  margin: 0;
  min-height: 75vh;
  background-size: cover;
  overflow: hidden; }
  /* line 118, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_divs.scss */
  .tulipa .text {
    background: rgba(255, 255, 255, 0.35);
    max-width: 700px;
    float: right;
    margin-top: 44.11765vh;
    padding: 9.33333px 28px;
    border-left: 7px solid #ff062f; }
    /* line 126, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_divs.scss */
    .tulipa .text h1 {
      font-weight: 700;
      margin: 20px 0; }
    /* line 131, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_divs.scss */
    .tulipa .text p {
      text-align: left; }
  @media (max-width: 480px) {
    /* line 137, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_divs.scss */
    .tulipa .title-text {
      margin-top: 30vh; } }

/* line 144, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_divs.scss */
.windmill {
  background: linear-gradient(to top right, rgba(233, 218, 0, 0.35), rgba(255, 6, 47, 0.35)), url("/assets/divs/windmill.jpeg") no-repeat fixed;
  padding: 20px 0;
  margin: 0;
  min-height: 75vh;
  background-position: bottom;
  background-size: cover;
  overflow: hidden; }
  /* line 153, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_divs.scss */
  .windmill .text {
    background: rgba(255, 255, 255, 0.35);
    max-width: 700px;
    float: right;
    margin-top: 44.11765vh;
    padding: 9.33333px 28px;
    border-left: 7px solid #ff062f; }
    /* line 161, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_divs.scss */
    .windmill .text h1 {
      font-weight: 700;
      margin: 20px 0; }
    /* line 166, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_divs.scss */
    .windmill .text p {
      text-align: left; }
  @media (max-width: 480px) {
    /* line 172, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_divs.scss */
    .windmill .title-text {
      margin-top: 30vh; } }

/* line 183, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_divs.scss */
.div-text h1 {
  margin-top: 0;
  margin-bottom: 11px; }
  @media (max-width: 480px) {
    /* line 183, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_divs.scss */
    .div-text h1 {
      margin-bottom: 9.625px; } }

/* line 193, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_divs.scss */
.div-text .line {
  content: "";
  height: 6px;
  width: 70px;
  display: block;
  background-color: #ff062f;
  z-index: 1;
  margin-top: 0;
  margin-bottom: 44px; }
  @media (max-width: 480px) {
    /* line 193, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_divs.scss */
    .div-text .line {
      height: 5.25px;
      width: 61.25px; } }

/* line 213, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_divs.scss */
.div-text h1:after {
  color: #ff062f;
  font-size: 52.8px;
  margin: 0;
  padding: 0;
  content: "."; }

/* line 221, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_divs.scss */
.div-text .text {
  margin-left: 77px; }
  @media (max-width: 480px) {
    /* line 221, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_divs.scss */
    .div-text .text {
      margin-left: 0; } }
  /* line 230, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_divs.scss */
  .div-text .text h2:after {
    content: "";
    background-color: #e9da00;
    width: 49px;
    height: 4.2px;
    display: block;
    margin-top: 4px; }
  /* line 242, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_divs.scss */
  .div-text .text .bullet-point img {
    vertical-align: middle; }
  /* line 245, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_divs.scss */
  .div-text .text .bullet-point a {
    margin-left: 25px;
    color: black; }

/* line 255, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_divs.scss */
.icon {
  width: 25px;
  height: 25px; }
  /* line 259, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_divs.scss */
  .icon .phone {
    background-image: url("/assets/icons/phone.png"); }
  /* line 262, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_divs.scss */
  .icon .mail {
    background-image: url("/assets/icons/mail.png"); }
  /* line 265, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_divs.scss */
  .icon .linkedin {
    background-image: url("/assets/icons/linkedin.png"); }

/* line 1, D:/Users/hector/Documents/shrenka/shrenka-web/stylesheets/modules/_classes.scss */
.bold {
  font-weight: 700; }

/*# sourceMappingURL=main.css.map */