@import url(../../fonts/roboto/roboto.css);
/* line 71, ../../scss/_mixins.scss */
.select-none {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}

/* Reset css */
/* line 4, ../../scss/libs/_reset.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, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  line-height: 1;
  outline: none;
}

/* line 23, ../../scss/libs/_reset.scss */
body * {
  box-sizing: border-box;
}

/* line 26, ../../scss/libs/_reset.scss */
a img,
:link img,
:visited img {
  border: 0;
}

/* line 31, ../../scss/libs/_reset.scss */
a,
a:hover,
a:visited,
a:focus {
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  outline: none;
}

/* line 42, ../../scss/libs/_reset.scss */
button, input[type='submit'] {
  font-family: 'Roboto', sans-serif;
  cursor: pointer;
  outline: none;
  border: none;
  padding: 0;
}

/* line 49, ../../scss/libs/_reset.scss */
input {
  outline: none;
}

/* line 52, ../../scss/libs/_reset.scss */
label {
  cursor: pointer;
}

/* line 55, ../../scss/libs/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 59, ../../scss/libs/_reset.scss */
td {
  vertical-align: top;
}

/* line 62, ../../scss/libs/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 65, ../../scss/libs/_reset.scss */
q:before, q:after,
blockquote:before, blockquote:after {
  content: "";
}

/* line 69, ../../scss/libs/_reset.scss */
select {
  outline: none;
}

/* line 73, ../../scss/libs/_reset.scss */
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6,
.col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
.col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
.col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6,
.col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
.container-fluid {
  padding: 0px;
}

/* Reset css |END| */
/* Parts */
/* line 1, ../../scss/blocks/_footer.scss */
.footer {
  padding: 15px 75px 15px 2px;
  margin-top: 60px;
  border-top: 1px solid #dcdcdc;
}
/* line 6, ../../scss/blocks/_footer.scss */
.footer .gray {
  color: #a0a0a0;
  font-size: 11px;
  line-height: 20px;
}
/* line 11, ../../scss/blocks/_footer.scss */
.footer .copyright {
  float: left;
  text-transform: uppercase;
}
/* line 15, ../../scss/blocks/_footer.scss */
.footer .author {
  float: right;
}
/* line 17, ../../scss/blocks/_footer.scss */
.footer .author .moohii {
  color: #0baf4d;
  text-decoration: underline;
  line-height: 20px;
  padding-left: 34px;
  position: relative;
}
/* line 23, ../../scss/blocks/_footer.scss */
.footer .author .moohii:before {
  content: url("../../img/logo/moohii.png");
  display: inline-block;
  width: 18px;
  height: 17px;
  position: absolute;
  bottom: 2px;
  left: 8px;
}
@media (max-width: 1220px) {
  /* line 1, ../../scss/blocks/_footer.scss */
  .footer {
    padding-left: 10px;
    padding-right: 15px;
  }
}

/* line 1, ../../scss/blocks/_header.scss */
.header {
  text-align: center;
  height: 80px;
  position: relative;
  margin-top: 18px;
}
/* line 6, ../../scss/blocks/_header.scss */
.header .logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 82px;
  height: 80px;
}
/* line 11, ../../scss/blocks/_header.scss */
.header .main-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 70px;
  text-transform: uppercase;
}
/* line 17, ../../scss/blocks/_header.scss */
.header .controls {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 15px;
}
/* line 21, ../../scss/blocks/_header.scss */
.header .controls .mail {
  display: inline-block;
  font-size: 14px;
  position: relative;
  color: #000;
  padding-left: 30px;
  margin-right: 32px;
}
/* line 28, ../../scss/blocks/_header.scss */
.header .controls .mail:hover {
  color: #0baf4d;
}
/* line 31, ../../scss/blocks/_header.scss */
.header .controls .mail:before {
  content: url("../../img/logo/mail.png");
  display: inline-block;
  position: absolute;
  left: 0;
}
/* line 38, ../../scss/blocks/_header.scss */
.header .controls .green-btn, .header .controls .form .send, .form .header .controls .send {
  font-size: 14px;
  display: inline-block;
  width: 166px;
  cursor: pointer;
}
@media (max-width: 1220px) {
  /* line 1, ../../scss/blocks/_header.scss */
  .header {
    padding-right: 25px;
  }
  /* line 47, ../../scss/blocks/_header.scss */
  .header .logo {
    left: 15px;
  }
  /* line 50, ../../scss/blocks/_header.scss */
  .header .main-title {
    line-height: 24px;
    text-align: right;
  }
  /* line 54, ../../scss/blocks/_header.scss */
  .header .controls {
    right: 25px;
    top: 35px;
  }
}
@media (max-width: 620px) {
  /* line 64, ../../scss/blocks/_header.scss */
  .header .logo {
    width: 73px;
    height: 71px;
  }
  /* line 67, ../../scss/blocks/_header.scss */
  .header .main-title {
    font-size: 1em;
  }
}
@media (max-width: 510px) {
  /* line 75, ../../scss/blocks/_header.scss */
  .header .controls {
    top: 0;
  }
  /* line 77, ../../scss/blocks/_header.scss */
  .header .controls .mail {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
  /* line 83, ../../scss/blocks/_header.scss */
  .header .controls .green-btn, .header .controls .form .send, .form .header .controls .send {
    font-size: 14px;
    display: inline-block;
    width: 166px;
  }
  /* line 89, ../../scss/blocks/_header.scss */
  .header .main-title {
    display: none;
  }
}

/* line 1, ../../scss/blocks/_form.scss */
.form {
  width: 55%;
  margin: 50px auto 0;
  padding-top: 20px;
}
/* line 5, ../../scss/blocks/_form.scss */
.form .form-title {
  color: #0baf4d;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 60px;
  text-align: center;
}
/* line 13, ../../scss/blocks/_form.scss */
.form .small-row {
  margin-bottom: 20px;
}
/* line 15, ../../scss/blocks/_form.scss */
.form .small-row .input-item {
  width: 31%;
  float: left;
}
/* line 18, ../../scss/blocks/_form.scss */
.form .small-row .input-item:not(:last-child) {
  margin-right: 3.5%;
}
/* line 21, ../../scss/blocks/_form.scss */
.form .small-row .input-item input {
  height: 36px;
}
/* line 26, ../../scss/blocks/_form.scss */
.form .message-row {
  margin-bottom: 30px;
}
/* line 29, ../../scss/blocks/_form.scss */
.form .name {
  font-size: 14px;
  font-weight: 300;
}
/* line 34, ../../scss/blocks/_form.scss */
.form input,
.form textarea {
  border: 1px solid #959595;
  width: 100%;
  display: block;
  font-size: 20px;
  margin-top: 10px;
  padding-left: 10px;
  background-color: transparent;
  transition: border-color .2s, background-color .2s;
  outline: none;
}
/* line 45, ../../scss/blocks/_form.scss */
.form input:focus,
.form textarea:focus {
  background-color: rgba(255, 255, 255, 0.4);
  border-color: #0baf4d;
}
/* line 50, ../../scss/blocks/_form.scss */
.form textarea {
  padding-top: 10px;
}
/* line 53, ../../scss/blocks/_form.scss */
.form .send {
  display: block;
  width: 31%;
  height: 40px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1100px) {
  /* line 1, ../../scss/blocks/_form.scss */
  .form {
    width: 90%;
  }
}
@media (max-width: 560px) {
  /* line 68, ../../scss/blocks/_form.scss */
  .form .small-row {
    margin-bottom: 10px;
  }
  /* line 70, ../../scss/blocks/_form.scss */
  .form .small-row .input-item {
    width: 100%;
    margin-bottom: 10px;
  }
  /* line 73, ../../scss/blocks/_form.scss */
  .form .small-row .input-item:not(:last-child) {
    margin-right: 0;
  }
}

/* line 1, ../../scss/blocks/_products.scss */
.products {
  margin-top: 25px;
}
/* line 4, ../../scss/blocks/_products.scss */
.products .product {
  width: 16.66667%;
  float: left;
}
/* line 7, ../../scss/blocks/_products.scss */
.products .product .img-block {
  max-width: 178px;
  white-space: nowrap;
}
/* line 10, ../../scss/blocks/_products.scss */
.products .product .img-block .helper {
  display: inline-block;
  height: 100%;
  vertical-align: bottom;
}
/* line 15, ../../scss/blocks/_products.scss */
.products .product .img-block img {
  vertical-align: bottom;
  max-width: 100%;
}
/* line 20, ../../scss/blocks/_products.scss */
.products .product .desc {
  margin-top: 45px;
  font-size: 18px;
  text-transform: uppercase;
  padding-left: 16px;
  position: relative;
}
/* line 26, ../../scss/blocks/_products.scss */
.products .product .desc:before {
  content: '';
  border-left: 1px solid #dcdcdc;
  height: 55px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 34, ../../scss/blocks/_products.scss */
.products .product .desc .details,
.products .product .desc .name {
  line-height: 22px;
}
/* line 38, ../../scss/blocks/_products.scss */
.products .product .desc .name {
  font-weight: 900;
}
@media (max-width: 1220px) {
  /* line 47, ../../scss/blocks/_products.scss */
  .products .product {
    width: 33.33333%;
    margin-bottom: 30px;
    text-align: center;
  }
  /* line 51, ../../scss/blocks/_products.scss */
  .products .product .img-block {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  /* line 56, ../../scss/blocks/_products.scss */
  .products .product .desc {
    padding: 0;
  }
}
@media (min-width: 431px) and (max-width: 1220px) {
  /* line 65, ../../scss/blocks/_products.scss */
  .products .product:nth-child(3n+1) .desc:before {
    display: none;
  }
}
@media (max-width: 430px) {
  /* line 73, ../../scss/blocks/_products.scss */
  .products .product {
    width: 50%;
  }
  /* line 77, ../../scss/blocks/_products.scss */
  .products .product:nth-child(2n+1) .desc:before {
    display: none;
  }
}

/* Blocks. */
/* line 13, ../../scss/_main.scss */
html, body {
  height: 100%;
}

/* line 18, ../../scss/_main.scss */
.row:before, .footer:before, .products:before, .row:after, .footer:after, .products:after {
  content: '';
  display: table;
}
/* line 24, ../../scss/_main.scss */
.row:after, .footer:after, .products:after {
  clear: both;
}

/* line 29, ../../scss/_main.scss */
.wrap {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

/* line 36, ../../scss/_main.scss */
.green-btn, .form .send {
  border: 1px solid #0baf4d;
  background-color: transparent;
  text-align: center;
  position: relative;
  color: #000;
  line-height: 40px;
  transition: color .3s, background-color .3s ease-out;
}
/* line 44, ../../scss/_main.scss */
.green-btn:hover, .form .send:hover {
  color: #fff;
  background-color: #0baf4d;
}

/* line 50, ../../scss/_main.scss */
.hidden {
  display: none !important;
}

/* line 54, ../../scss/_main.scss */
.message-popup {
  width: 350px;
  max-width: 90%;
  padding: 40px 50px;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -40px;
  z-index: 500;
  background: #fff;
  border: 1px solid #bfbfbf;
  text-align: center;
  color: #0baf4d;
  display: none;
}
/* line 69, ../../scss/_main.scss */
.message-popup .close {
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 10px;
  opacity: 0.3;
  width: 16px;
  height: 16px;
}
/* line 76, ../../scss/_main.scss */
.message-popup .close:hover {
  opacity: 1;
}
/* line 79, ../../scss/_main.scss */
.message-popup .close:before, .message-popup .close:after {
  position: absolute;
  content: ' ';
  height: 16px;
  width: 2px;
  background-color: #333;
}
/* line 88, ../../scss/_main.scss */
.message-popup .close:before {
  transform: rotate(45deg);
}
/* line 91, ../../scss/_main.scss */
.message-popup .close:after {
  transform: rotate(-45deg);
}

/* line 98, ../../scss/_main.scss */
body {
  background-color: #e8e8e8;
}
