﻿@font-face {
  font-family: Neris-Black-webfont;
  src: url("fonts/Neris-Black-webfont.ttf");
}
@font-face {
  font-family: Neris-Thin-webfont;
  src: url("fonts/Neris-Thin-webfont.ttf");
}
@font-face {
  font-family: verdana;
  src: url("fonts/verdana.ttf");
}
.floor {
  margin-left: 20px;
  margin-right: 20px;
}
body {
  margin: 0;
}
.site {
  max-width: 980px;
  margin: auto;
}
.bigHeader {
  min-height: 460px;
  background-image: url("img/Background_1920px.png");
}
.bigHeader .bigMenu {
  background-color: #2d3b3b;
  box-shadow: 0 0 4px #1d2b2b;
}
.bigHeader .bigMenu .menu {
  height: 50px;
  background-image: url("img/icon_logo.png");
  background-position: left center;
  background-repeat: no-repeat;
  text-align: right;
}
.bigHeader .bigMenu .menu .PartMenu {
  width: 430px;
  font-family: verdana;
  display: inline-block;
  font-size: 16px;
}
.bigHeader .bigMenu .menu .PartMenu a {
  line-height: 3.15;
  margin-left: 66px;
  color: #307337;
  text-decoration: none;
}
.bigHeader .bigMenu .menu .PartMenu a:visited {
  color: #307337;
}
.bigHeader .bigMenu .menu .PartMenu a:active {
  color: #96be36;
}
.bigHeader .bigMenu .menu .PartMenu a:hover {
  color: #96be36;
}
.bigHeader .bigMenu .menu .PartMenu .first {
  margin: 0;
}
.bigHeader .header {
  overflow: hidden;
}
.bigHeader .header .headerBigText {
  font-family: Neris-Black-webfont;
  width: 50%;
  font-weight: bold;
  font-size: 43px;
  color: #f2ca41;
  padding-top: 50px;
  line-height: 1.15;
}
.bigHeader .header .headerTextContainer {
  width: 45.7%;
  float: left;
  margin-bottom: 50px;
  margin-top: 50px;
}
.bigHeader .header .headerTextContainer .line {
  width: 30px;
  height: 3px;
  background-color: #f7af59;
  margin-bottom: 20px;
}
.bigHeader .header .headerTextContainer .text {
  font-size: 13px;
  color: #e3e3e3;
  font-family: verdana;
  line-height: 22px;
}
.bigHeader .header .rightContainer {
  float: right;
}
.bigHeader .tooths {
  border-bottom: 12px solid transparent;
  background-image: linear-gradient(#f4f3ed, #f4f3ed), linear-gradient(to bottom right, transparent 50.5%, #f4f3ed 50.5%), linear-gradient(to bottom left, transparent 50.5%, #f4f3ed 50.5%);
  background-repeat: repeat, repeat-x, repeat-x;
  background-position: 0 0, 12px 0, 12px 0;
  background-size: auto auto, 20px 20px, 20px 20px;
  background-clip: padding-box, border-box, border-box;
  background-origin: padding-box, border-box, border-box, border-box, border-box;
}
.bigProducts {
  background-color: #f4f3ed;
}
.bigProducts .products .general {
  padding-top: 20px;
}
.bigProducts .products .general span {
  display: block;
  font-family: Verdana;
}
.bigProducts .products .general .generalHeader {
  font-family: Neris-Thin-webfont;
  font-size: 30px;
  color: ##3a4949;
  font-weight: bold;
}
.bigProducts .products .general .generalDescription {
  font-size: 13px;
  color: #839393;
}
.bigProducts .products .productsView .productSectionHeader {
  font-family: Neris-Thin-webfont;
  font-size: 24px;
  color: ##3a4949;
  font-weight: bold;
  padding-top: 15px;
}
.bigProducts .products .productsView .productSection {
  padding-bottom: 10px;
  padding-top: 10px;
}
.bigProducts .products .productsView .productSection .imgWrapper {
  max-width: 300px;
  display: inline-block;
}
.bigProducts .products .productsView .productSection .imgWrapper img {
  width: 100%;
}
.bigProducts .products .productsView .productSection .general {
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
  padding-top: 0;
}
.bigProducts .products .productsView .productSection .general .generalHeader {
  font-size: 24px;
}
.bigContent {
  background-color: #f4f3ed;
}
.bigContent .content {
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 100px;
}
.bigContent .content form {
  width: 57.44%;
  float: left;
}
.bigContent .content .formContainer {
  width: 100%;
}
.bigContent .content .formContainer .formContainerHeader {
  font-family: verdana;
  font-weight: bold;
  font-size: 24px;
  color: #a8aca8;
  padding-bottom: 5px;
  padding-top: 15px;
}
.bigContent .content .formContainer .inputForm {
  height: 40px;
  width: 97.22%;
}
.bigContent .content .formContainer .inputForm input {
  font-family: verdana;
  font-size: 13px;
  color: #999999;
  padding: 0;
  margin: 0;
  padding-left: 13px;
  width: 100%;
  height: 100%;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  outline: none;
}
.bigContent .content .formContainer .inputForm textarea {
  font-family: verdana;
  font-size: 13px;
  color: #999999;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  padding-left: 13px;
  border: 1px solid #cdcdcd;
  overflow: auto;
  resize: none;
  outline: none;
  padding-top: 11px;
  padding-right: 11px;
  line-height: 1.4;
}
.bigContent .content .formContainer .longText {
  height: 144px;
  width: 95.18%;
}
.bigContent .content .sendButton {
  margin-top: 36px;
  min-width: 222px;
  width: 41.11%;
  height: 49px;
  text-align: center;
  font-family: verdana;
  color: #aee833;
  font-size: 20px;
  line-height: 2.4;
  background-color: #339933;
  border-radius: 5px;
  border: 1px solid #336633;
  box-shadow: 0px 1px 1px #ccd1cc inset;
  outline: none;
  font-weight: bold;
}
.bigContent .content .sendButton:hover {
  background-color: #4bab36;
}
.bigContent .content .sendButton:active {
  background-color: #339933;
  box-shadow: 0px 1px 3px #2a532a inset;
}
.bigContent .content .helpWrapper {
  width: 31.91%;
  float: right;
}
.bigContent .content .helpWrapper .helpTextContainer {
  width: 100%;
}
.bigContent .content .helpWrapper .helpTextContainer .helpTextHeader {
  font-family: Neris-Thin-webfont;
  font-size: 36px;
  font-weight: bold;
  color: #3a4949;
  padding-bottom: 27px;
}
.bigContent .content .helpWrapper .helpTextContainer .helpText {
  color: #839393;
  font-family: verdana;
  font-size: 13px;
  padding-bottom: 65px;
  line-height: 1.55;
}
.bigContent .content .helpWrapper .helpTextContainer .helpText a {
  color: #32af32;
  text-decoration: none;
}
.bigContent .content .helpWrapper .helpTextContainer .helpText a:visited {
  color: #32af32;
}
.bigContent .content .helpWrapper .helpTextContainer .helpText a:active {
  color: #32af32;
}
.bigFooter {
  background-color: #e2e4e6;
  border-top: 10px solid #f4f4f6;
}
.bigFooter .footer {
  min-height: 80px;
  background-image: url("img/icon_footer_logo.png");
  background-position: right center;
  background-repeat: no-repeat;
}
.bigFooter .footer .copyright {
  color: #9da2a4;
  font-family: verdana;
  font-size: 13px;
  display: table-cell;
  vertical-align: middle;
  height: 80px;
  margin-left: 5px;
  margin-right: 5px;
}
@media (max-width: 1000px) {
  .site {
    max-width: 760px;
  }
  .floor {
    margin-left: 30px;
    margin-right: 30px;
  }
  .bigHeader {
    background-position: center 50px;
  }
  .bigHeader .bigMenu .menu .PartMenu {
    width: 310px;
  }
  .bigHeader .bigMenu .menu .PartMenu a {
    margin-left: 26px;
  }
  .bigHeader .header {
    width: 95%;
  }
  .bigContent {
    background-color: #f4f3ed;
  }
  .bigFooter .footer .copyright {
    width: 385px;
  }
}
@media (max-width: 600px) {
  .site {
    max-width: 480px;
  }
  .bigHeader .bigMenu .menu {
    background-position: center 20px;
    text-align: center;
    padding-top: 50px;
  }
  .bigHeader .bigMenu .menu .PartMenu {
    width: 100%;
  }
  .bigHeader .bigMenu .menu .PartMenu a {
    margin-left: 31px;
  }
  .bigHeader .header {
    width: 90%;
  }
  .bigHeader .header .headerBigText {
    padding-top: 35px;
  }
  .bigHeader .header .headerTextContainer {
    float: none;
    width: 97%;
  }
  .bigProducts .products .productsView .productSection .general {
    padding-left: 0;
  }
  .bigContent .content .helpWrapper {
    width: 100%;
  }
  .bigContent .content .helpWrapper .helpTextContainer {
    width: 46.42%;
    float: left;
  }
  .bigContent .content .helpWrapper .helpTextContainer .helpTextHeader span {
    display: none;
  }
  .bigContent .content .helpWrapper .mobileRight {
    float: right;
  }
  .bigContent .content form {
    float: none;
    width: 100%;
  }
  .bigContent .content .formContainer {
    width: 98%;
  }
  .bigContent .content .formContainer .inputForm textarea {
    width: 98%;
  }
  .bigContent .content .sendButton {
    width: 98%;
  }
  .bigFooter {
    border-top: 0 solid #f4f4f6;
  }
  .bigFooter .footer {
    background-position: center 25px;
    margin: 0;
  }
  .bigFooter .footer .copyright {
    text-align: center;
    padding-top: 40px;
  }
}
@media (max-width: 390px) {
  .bigHeader .bigMenu .menu .PartMenu {
    font-size: 14px;
  }
  .bigHeader .bigMenu .menu .PartMenu a {
    margin-left: 14px;
    line-height: 3.15;
  }
  .bigHeader .header .headerBigText {
    font-size: 34px;
  }
  .bigContent .content form {
    width: 98%;
  }
  .bigContent .content .sendButton {
    width: 100%;
  }
}
/*# sourceMappingURL=site.css.map */