body {
  padding: 0;
  margin: 0;
  font-family: OpenSans;
  background-image: url("../image/index/section2/bg.jpg");
  background-repeat: repeat;
  background-size: auto;
  transition: opacity 0.4s 0.3s;
  opacity: 1 !important;
}

.wrapper {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1300px) {
  .wrapper {
    padding: 0 20px;
  }
}
@media (max-width: 949px) {
  .wrapper {
    padding: 0 15px;
  }
}

.wrapper-all {
  width: 100%;
  overflow: hidden;
  min-width: 320px;
  padding-top: 80px;
}
@media (max-width: 949px) {
  .wrapper-all {
    padding-top: 66px;
  }
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, a, img, ol, ul, li {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style-type: none;
}

header, section, footer {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

button {
  cursor: pointer;
}

textarea,
select,
button,
input {
  position: relative;
  border: none;
  background-color: transparent;
  outline: none;
  border-radius: 5px;
  resize: none;
  background-image: none;
}

.btn-green {
  height: 42px;
  background-color: #0a8a41;
  color: white;
  font-size: 16px;
  font-weight: 400;
  transition: 0.4s;
}
.btn-green:hover {
  background-color: #027232;
}

.form-ctrl {
  height: 42px;
  background-color: white;
  border: 1px solid #c2c2c2;
  padding-left: 20px;
  width: 100%;
}

textarea.form-ctrl {
  max-height: 207px;
  min-height: 42px;
  resize: vertical;
}

.col, .sidebar .follow input, .sidebar .follow .btn, .products-block .item .pic-wrap, .products-block .item .description {
  display: inline-block;
  vertical-align: top;
}

.col-m, .paginator a {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .hidden-sm {
    display: none;
  }
}

@media (min-width: 768px) {
  .show-sm {
    display: none;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .flex-between-sm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.title {
  font-family: PTSerif;
  font-weight: 400;
  text-transform: uppercase;
}

.heading-text {
  font-size: 15px;
  line-height: 25px;
  color: #333;
  font-weight: 400;
}
.heading-text span {
  font-weight: 700;
}
.heading-text a {
  color: #047032;
  font-weight: 400;
  text-decoration: underline;
}
.heading-text a:hover {
  color: black;
}

.search {
  position: relative;
  width: 288px;
  height: 38px;
  border: 1px solid #c2c2c2;
  border-radius: 18px;
  overflow: hidden;
}
.search input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 35px 0 18px;
  color: #222;
  font-size: 14px;
}
.search .find-btn {
  position: absolute;
  top: 0;
  right: 4px;
  height: 100%;
  color: #0a8a41;
  font-size: 18px;
  font-weight: 400;
}
.search .find-btn:hover {
  color: #222;
}
.search::-webkit-input-placeholder {
  color: #969696;
}
.search::-moz-placeholder {
  color: #969696;
}
.search:-moz-placeholder {
  color: #969696;
}
.search:-ms-input-placeholder {
  color: #969696;
}

.tab-open-btn {
  position: absolute;
  top: 0px;
  right: 0;
  height: 23px;
  width: 40px;
  color: black;
  z-index: 5;
  display: none;
}
.tab-open-btn span:nth-of-type(2) {
  display: none;
}
@media (max-width: 768px) {
  .tab-open-btn {
    display: block;
  }
}

.active .tab-open-btn span:nth-of-type(1) {
  display: none;
}
.active .tab-open-btn span:nth-of-type(2) {
  display: block;
}

.content {
  width: 100%;
  padding-right: 460px;
}
.content.content-sm {
  padding-right: 360px;
}
.content p {
  color: #333;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 25px;
}
.content p a {
  color: #047032;
  text-decoration: underline;
}
.content p a:hover {
  color: #222;
}
.content p span {
  font-weight: 700;
}
@media (max-width: 420px) {
  .content .text,
  .content p {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 15px;
  }
}
.content ul {
  margin-bottom: 25px;
  overflow: hidden;
}
.content ul li {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  position: relative;
  margin-bottom: 10px;
  padding-left: 31px;
}
.content ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #0a8a41;
  border-radius: 50%;
}
.content ol {
  margin-bottom: 25px;
}
.content ol li {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  position: relative;
  margin-bottom: 10px;
  list-style-type: decimal;
  list-style-position: inside;
}
.content ol li span {
  padding-left: 15px;
}
@media (max-width: 1040px) {
  .content {
    padding-right: 320px;
  }
  .content.content-sm {
    padding-right: 280px;
  }
}
@media (max-width: 768px) {
  .content {
    padding: 0;
  }
  .content.content-sm {
    padding: 0;
    margin-top: 0;
    margin-bottom:40px;
  }
}
@media (max-width: 420px) {
  .content ul li, .content ol li {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 15px;
  }
  .content ul li:before {
    top: 8px;
  }
}

.table{
  border: 1px solid #cfcfcf;
  border-collapse: collapse;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  color: #333;
  text-align: left;
  margin-top: 42px;
}
.table tr th{
  color: white;
  background-color: #608b85;
  padding: 11px 20px 11px 20px;
}
.table tr th:nth-of-type(1){
  width: 35%;
}
.table tr th:nth-of-type(2){
  width: 15%;
}
.table tr th:nth-of-type(3){
  width: 50%;
}
.table tr td{
  border: 1px solid #cfcfcf;
  padding: 10px 20px 10px 20px;
}

@media (max-width: 960px) {
  .table tr th{
    padding: 6px 10px 6px 10px;
  }
  .table tr td{
    padding: 5px 10px 5px 10px;
  }
}
@media (max-width: 768px) {
  .table{
    font-size: 13px;
  }
}

@font-face {
  font-family: OpenSans;
  src: url("../fonts/OpenSans-Bold.woff");
  font-weight: 700;
}
@font-face {
  font-family: OpenSans;
  src: url("../fonts/OpenSans-Regular.woff");
  font-weight: 400;
}
@font-face {
  font-family: PTSerif;
  src: url("../fonts/PT_Serif-Web-Bold.woff");
  font-weight: 700;
}
@font-face {
  font-family: PTSerif;
  src: url("../fonts/PT_Serif-Web-Regular.woff");
  font-weight: 400;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

.modal {
  width: 100%;
  min-width: 320px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: scroll;
  transition: opacity 0.4s;
  z-index: 1000;
}
.modal.hidden {
  z-index: -1000;
  opacity: 0;
  pointer-events: none;
  transition: 0s;
}
.modal .layout {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.modal .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transition: 0.4s;
  background-color: white;
}
.modal .centered.hidden {
  opacity: 0;
  top: 10%;
}
.modal .colse {
  position: absolute;
  top: -40px;
  right: -4px;
  cursor: pointer;
  width: 26px;
  height: 26px;
}
.modal .colse:after, .modal .colse:before {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: white;
  position: absolute;
  bottom: 50%;
  left: 0;
}
.modal .colse:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.modal .colse:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.paginator {
  text-align: center;
  padding: 28px 0;
}
.paginator a {
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  color: #047032;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.paginator a:hover {
  color: black;
}
.paginator a.link {
  width: 30px;
  height: 30px;
  background-color: white;
  border: 1px solid transparent;
}
.paginator a.link.active, .paginator a.link:hover {
  border-color: #ccc;
}
@media (max-width: 768px) {
  .paginator .link {
    display: none;
  }
  .paginator .active,
  .paginator .active + .link {
    display: inline-block;
  }
}

.sidebar {
  position: absolute;
  right: 0;
  width: 300px;
  height: calc(100% + 72px);
  margin-top: -72px;
  z-index: 50;
}
.sidebar.large {
  width: 400px;
}
.sidebar .sticky {
  position: absolute;
  top: 0;
  width: 300px;
}
.sidebar .sticky.fixed {
  position: fixed;
  margin-top: 0;
  top: 90px;
}
.sidebar .sticky.bottom {
  top: auto;
  bottom: 0;
}
.sidebar .item {
  width: 100%;
  background-color: white;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
  border-top: 4px solid #229a82;
  padding: 23px 29px 25px 29px;
  margin-bottom: 30px;
}
.sidebar .title {
  color: black;
  font-size: 22px;
  margin-bottom: 5px;
  position: relative;
}
.sidebar .list {
  margin-top: 15px;
}
.sidebar .list li {
  padding: 5px 0;
}
.sidebar .list li a {
  font-size: 15px;
  font-weight: 400;
  color: #047032;
}
.sidebar .list li a.active, .sidebar .list li a:hover {
  color: #222;
}
.sidebar .text {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.sidebar .follow {
  margin-top: 16px;
  position: relative;
}
.sidebar .follow .input-wrap {
  width: 100%;
  padding-right: 52px;
}
.sidebar .follow input {
  width: 100%;
}
.sidebar .follow .btn {
  width: 48px;
  position: absolute;
  top: 0;
  right: 0;
}
.sidebar .pdf {
  font-family: PTSerif;
  display: block;
  width: 100%;
  position: relative;
  padding-left: 55px;
  min-height: 52px;
  margin-top: 22px;
  margin-bottom: 5px;
}
.sidebar .pdf .pic {
  width: 40px;
  height: 52px;
  position: absolute;
  top: calc(50% - 26px);
  left: 0;
}
.sidebar .pdf .file-title {
  font-weight: 400;
  color: #047032;
  font-size: 18px;
  line-height: 26px;
}
.sidebar .pdf .file-name {
  color: #222;
  font-size: 14px;
  line-height: 20px;
}
.sidebar .request .title {
  font-size: 25px;
  margin-bottom: 18px;
}
.sidebar .request .message {
  height: 132px;
}
.sidebar .request .capture,
.sidebar .request .capchaBox {
  display: block;
  width: 100%;
  max-width: 300px;
  margin-bottom: 20px;
}
.sidebar .request .btn {
  padding: 0 40px;
  height: 52px;
  font-size: 18px;
  margin-bottom: 5px;
}
.sidebar .add-file {
  color: #047032;
  font-size: 15px;
  font-weight: 400;
  line-height: 32px;
  margin-top: 6px;
  display: block;
  margin-bottom: 15px;
}
.sidebar .add-file .fileinput-button {
  display: block;
}
.sidebar .add-file .fileinput-button input {
  width: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  min-height: 100%;
  max-width: 100%;
  transform: none;
  position: absolute;
}
.sidebar .add-file span {
  margin-right: 5px;
}
.sidebar label {
  display: block;
  color: #222;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 6px;
  margin-top: 10px;
  padding-left: 3px;
}
@media (max-width: 1300px) {
  .sidebar {
    right: 20px;
  }
}
@media (max-width: 949px) {
  .sidebar {
    right: 15px;
  }
}
@media (max-width: 1040px) {
  .sidebar {
    width: 260px;
  }
  .sidebar.large {
    width: 300px;
  }
  .sidebar .sticky {
    width: 260px;
  }
}
@media (max-width: 768px) {
  .sidebar {
    position: static;
    width: 100% !important;
    margin-top: -11px;
  }
  .sidebar .sticky {
    position: static;
    width: 100%;
  }
  .sidebar .head .title {
    cursor: pointer;
  }
  .sidebar .list {
    display: none;
  }
  .sidebar .list li {
    padding: 0;
  }
  .sidebar .list li a {
    display: block;
    position: relative;
    line-height: 48px;
  }
  .sidebar .list li a:before {
    content: '';
    position: absolute;
    top: 0;
    width: calc(100% + 58px);
    left: -29px;
    height: 1px;
    background-color: #c9c9c9;
  }
  .sidebar .active ~ .list {
    display: block;
  }
}
@media (max-width: 420px) {
  .sidebar .item {
    padding: 12px 20px 9px 20px;
  }
  .sidebar .request .title,
  .sidebar .title {
    font-size: 20px;
  }
  .sidebar .head {
    margin-bottom: 22px;
    border-top: none;
  }
  .sidebar .head .title {
    font-size: 16px;
    text-transform: none;
    z-index: 2;
  }
  .sidebar .head .title.active:before {
    content: '';
    position: absolute;
    top: -12px;
    left: -20px;
    width: calc(100% + 40px);
    height: 49px;
    background-color: #f7f7f7;
    z-index: -1;
  }
  .sidebar .head .list li a {
    font-size: 14px;
  }
  .sidebar .head .list li a:before {
    width: calc(100% + 40px);
    left: -20px;
  }
}

.map {
  height: 519px;
}
.map .find-us-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.map .find-us-wrap .find-us {
  width: 295px;
  height: auto;
  background-color: white;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
  padding: 32px 37px;
  position: relative;
  z-index: 10;
  top: -22px;
}
.map .find-us-wrap .find-us .full-screen-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  color: #b8b8b8;
  padding: 0;
  transition: color 0.2s;
}
.map .find-us-wrap .find-us .full-screen-btn.active, .map .find-us-wrap .find-us .full-screen-btn:hover {
  color: #0a8a41;
}
.map .find-us-wrap .find-us .title {
  color: black;
  font-size: 22px;
}
.map .find-us-wrap .find-us .more {
  margin-top: 18px;
  display: none;
}
.map .find-us-wrap .find-us .more p {
  font-size: 13px;
  line-height: 20px;
  color: #333;
  font-weight: 400;
  margin-bottom: 10px;
}
.map .find-us-wrap .find-us .more p span {
  color: #333;
  font-weight: 700;
  display: block;
}
.map .find-us-wrap .find-us .more p a {
  color: #333;
}
.map .find-us-wrap .find-us .more p a.mail {
  color: #047032;
}
.map .find-us-wrap .find-us .more .show-more-btn {
  color: #047032;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  padding-left: 23px;
  position: relative;
  margin-top: 7px;
}
.map .find-us-wrap .find-us .more .show-more-btn .glyphicon {
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 18px;
}
.map .find-us-wrap .find-us .more .show-more-btn a {
  color: inherit;
}
.map .find-us-wrap .find-us .active ~ .more {
  display: block;
}
@media (max-width: 768px) {
  .map {
    height: 440px;
  }
}

.page-heading {
  background-image: url("../image/page-heading/bg.png");
  background-color: #0a8a41;
  padding-top: 37px;
  padding-bottom: 39px;
}
.page-heading .breadcrumbs {
  font-size: 0;
}
.page-heading .breadcrumbs a {
  color: white;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
}
.page-heading .breadcrumbs a:after {
  content: '/';
  margin: 0 8px;
}
.page-heading .title {
  color: white;
  font-size: 30px;
}
.page-heading .date {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  margin: 8px 0 -20px 0;
}
@media (max-width: 768px) {
  .page-heading .title {
    font-size: 24px;
  }
}

.products-block .items {
  text-align: center;
  padding: 23px 0 33px 0;
  background-color: white;
  position: relative;
  z-index: 10;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
}
.products-block .top {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
}
.products-block .top .item {
  padding-bottom: 25px;
}
.products-block .top .item:before {
  top: auto;
  bottom: 0;
}
.products-block .bottom {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
}
.products-block .item {
  display: block;
  width: 33.333%;
  text-align: left;
  position: relative;
  padding-left: 40px;
  padding-right: 25px;
  z-index: 2;
}
.products-block .item:last-child:before {
  display: none;
}
.products-block .item:before {
  content: '';
  width: 1px;
  height: 90%;
  position: absolute;
  top: 0;
  background-color: #c5c5c5;
}
.products-block .item:before {
  right: 0;
}
.products-block .item:hover .heading {
  color: black;
}
.products-block .item .head {
  margin-bottom: 20px;
}
.products-block .item .heading {
  color: #047032;
  font-family: PTSerif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  padding-right: 15px;
  margin-bottom: 8px;
}
.products-block .item .subheading {
  color: #6e6e6e;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}
.products-block .item .pic-wrap {
  width: 215px;
  text-align: center;
}
.products-block .item .pic-wrap img {
  width: 100%;
}
.products-block .item .description {
  width: 180px;
  margin-left: 10px;
}
.products-block .item .description .name {
  color: #222;
  font-family: PTSerif;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 8px;
}
.products-block .item .description .text {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.products-block .mobile-items {
  display: none;
  padding: 0;
}
.products-block .mobile-items .item {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 30px;
  padding-top: 30px;
}
.products-block .mobile-items .item:last-child:before {
  display: none;
}
.products-block .mobile-items .item:before {
  content: '';
  position: absolute;
  bottom: 0;
  top: auto;
  left: 3%;
  width: 94%;
  height: 1px;
  background-color: #c5c5c5;
}
.products-block .mobile-items .item .heading {
  font-size: 18px;
}
.products-block .mobile-items .item .body {
  position: relative;
  margin-top: 20px;
  min-height: 80px;
}
.products-block .mobile-items .item .pic-wrap {
  width: 120px;
  position: absolute;
  top: 0;
  left: 0;
}
.products-block .mobile-items .item .description {
  width: 100%;
  padding-left: 140px;
}
@media (max-width: 420px) {
  .products-block .mobile-items .item .name {
    font-size: 15px;
  }
  .products-block .mobile-items .item .pic-wrap {
    width: 80px;
  }
  .products-block .mobile-items .item .description {
    padding-left: 85px;
  }
}
@media (max-width: 900px) {
  .products-block .items {
    display: none;
  }
  .products-block .mobile-items {
    display: block;
  }
}

.product-section {
  background-image: url("../image/north-light-bg.png");
  padding-top: 40px;
  padding-bottom: 100px;
}
.product-section .title {
  color: white;
  font-size: 30px;
  margin-bottom: 21px;
}

.other-block {
  background-color: white;
  padding-bottom: 20px;
  margin-top: 53px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
}
.other-block .heading {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
  padding: 21px 0 0 20px;
}
.other-block .back-link {
  color: #047032;
  font-size: 15px;
  font-weight: 400;
  line-height: 32px;
  display: block;
  padding: 16px 0 0 20px;
}
.other-block .back-link span {
  margin-right: 10px;
}

.item-tpl {
  display: block;
  width: 100%;
  padding: 20px;
  position: relative;
}
.item-tpl:hover:before {
  opacity: 0;
}
.item-tpl:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20px;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #c5c5c5;
  transition: 0.2s;
}
.item-tpl:last-child {
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
}
.item-tpl:last-child:before {
  display: none;
}
.item-tpl .date {
  margin-bottom: 4px;
}
.item-tpl .pic-wrap {
  width: 120px;
  height: 92px;
  overflow: hidden;
  position: absolute;
  top: 21px;
  left: 20px;
}
.item-tpl .pic-wrap img {
  width: 100%;
}
.item-tpl .description {
  padding-left: 140px;
  min-height: 92px;
}
@media (max-width: 900px) {
  .item-tpl .pic-wrap {
    width: 70px;
    height: 54px;
  }
  .item-tpl .description {
    padding-left: 80px;
    min-height: 54px;
  }
}

.item-tpl-block {
  background-color: white;
  transition: background-color 0.4s;
}
.item-tpl-block .date {
  font-weight: 400;
  line-height: 12px;
  color: #888;
  font-size: 12px;
}
.item-tpl-block .text {
  font-weight: 400;
  line-height: 22px;
  color: #333;
  font-size: 14px;
  transition: color 0.4s;
}
@media (max-width: 420px) {
  .item-tpl-block .text {
    font-size: 13px;
    line-height: 21px;
  }
}

a.item-tpl-block:hover {
  background-color: #f8f8f8;
}
a.item-tpl-block:hover .text {
  color: #047032;
}

.error_404 .s1 {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 120px;
}
.error_404 .s1 .heading {
  color: black;
  font-size: 160px;
  font-weight: 300;
  line-height: 150px;
  text-transform: uppercase;
}
.error_404 .s1 .title {
  color: white;
  font-size: 20px;
  line-height: 42px;
  display: block;
  width: 100%;
  max-width: 390px;
  background-color: #2a9b83;
  margin: 20px auto;
}
.error_404 .s1 .text {
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  color: #222;
}
.error_404 .s1 .text a {
  color: #047032;
}
.error_404 .s1 .text a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .error_404 .s1 {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .error_404 .s1 .heading {
    font-size: 80px;
    line-height: 70px;
  }
  .error_404 .s1 .title {
    line-height: 36px;
  }
}

.header {
  padding-top: 14px;
  padding-bottom: 14px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.14);
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
.header .find-btn, .header a {
  transition: color 0.2s;
  -webkit-transition: color 0.2s;
}
.header .logo {
  margin-top: 6px;
}
.header .search {
  margin: 5px 0 0 43px;
}
.header .navigation {
  margin-right: 47px;
  position: relative;
}
.header .navigation:after {
  content: '';
  position: absolute;
  top: -8px;
  right: -30px;
  width: 1px;
  height: 43px;
  background-color: #bdbdbd;
}
.header .navigation .nav-list .nav-link {
  margin-left: 25px;
}
.header .navigation .nav-list .nav-link:first-child {
  margin-left: 0;
}
.header .navigation .nav-list .nav-link a {
  font-size: 16px;
  font-weight: 700;
  color: #222;
}
.header .navigation .nav-list .nav-link a:hover {
  color: #047032;
}
.header .phone-number {
  color: #222;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  padding-left: 32px;
  margin-right: 35px;
}
.header .phone-number:before {
  content: '\E182';
  font-family: 'Glyphicons Halflings';
  color: #0a8a41;
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
.header .phone-number:after {
  content: '';
  position: absolute;
  top: -8px;
  right: -20px;
  width: 1px;
  height: 43px;
  background-color: #bdbdbd;
}
.header .lang a {
  font-size: 14px;
  font-weight: 400;
  line-height: 52px;
  color: black;
}
.header .lang a:last-child {
  margin-left: 4px;
}
.header .lang a:hover {
  color: #047032;
}
.header .menu-btn {
  position: absolute;
  top: calc(50% - 12px);
  left: auto;
  right: 15px;
  width: 23px;
  height: 24px;
  display: none;
  padding: 0;
  z-index: 20;
}
.header .menu-btn span {
  display: block;
  margin: 0 auto 0 auto;
  width: 100%;
  height: 2px;
  background-color: #0a8a41;
  border-radius: 1px;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s;
}
.header .menu-btn span:after, .header .menu-btn span:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0a8a41;
  border-radius: 1px;
  transition: transform 0.2s;
  -webkit-transition: -webkit-transform 0.2s;
}
.header .menu-btn span:before {
  top: -5px;
}
.header .menu-btn span:after {
  top: 5px;
}
.header .menu-btn.active span {
  background-color: transparent;
}
.header .menu-btn.active span:before {
  transform: translateY(5px) rotate(45deg);
  -webkit-transform: translateY(5px) rotate(45deg);
  background-color: black;
}
.header .menu-btn.active span:after {
  transform: translateY(-5px) rotate(-45deg);
  -webkit-transform: translateY(-5px) rotate(-45deg);
  background-color: black;
}
.header .mobile-phone-number {
  display: none;
  color: #0a8a41;
  font-size: 24px;
  position: absolute;
  top: 50%;
  right: 51px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.header .mobile-lang {
  display: none;
  color: #0a8a41;
  position: absolute;
  top: 40%;
  right: 91px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.header .mobile-lang a {color:#0a8a41;}
@media (max-width: 1280px) {
  .header .search {
    width: 210px;
    margin: 5px 0 0 15px;
  }
}
@media (max-width: 1190px) {
  .header .search {
    display: none;
  }
}
@media (max-width: 959px) {
  .header .logo {
    width: 80px;
  }
  .header .menu-btn {
    display: block;
  }
  .header .mobile-phone-number, .header .mobile-lang {
    display: block;
  }
  .header .phone-number,
  .header .lang,
  .header .mobile-menu {
    display: none;
  }
  .header .mobile-menu {
    position: absolute;
    top: calc(100% + 14px);
    left: 0;
    background-color: white;
    width: 100%;
    z-index: 10;
  }
  .header .mobile-menu .navigation {
    width: 100%;
    text-align: left;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
    margin: 0;
  }
  .header .mobile-menu .navigation:after {
    display: none;
  }
  .header .mobile-menu .navigation .nav-link {
    display: block;
    margin: 0 auto;
    border-top: 1px solid #c9c9c9;
  }
  .header .mobile-menu .navigation .nav-link:last-child {
    border-bottom: 1px solid #c9c9c9;
  }
  .header .mobile-menu .navigation .nav-link a {
    line-height: 48px;
    display: block;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    padding-left: 16px;
  }
  .header .active ~ .mobile-menu {
    display: block;
  }
}

.footer {
  padding-top: 63px;
  padding-bottom: 70px;
}
.footer .logo {
  margin-top: 8px;
}
.footer .text {
  max-width: 260px;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin: 5px 0 0 25px;
}
.footer .pull-right {
  text-align: right;
}
.footer .navigation .nav-link {
  margin-left: 21px;
}
.footer .navigation .nav-link:first-child {
  margin-left: 0;
}
.footer .navigation .nav-link a {
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  color: #222;
  transition: color 0.4s;
}
.footer .navigation .nav-link a:hover {
  color: #047032;
}
.footer .search {
  display: none;
  margin-top: 24px;
}
@media (max-width: 1190px) {
  .footer .search {
    display: inline-block;
  }
}
@media (max-width: 860px) {
  .footer {
    padding: 40px 0;
  }
  .footer .pull-right {
    float: none;
  }
  .footer .logo,
  .footer .text,
  .footer .navigation,
  .footer .search {
    display: block;
    text-align: center;
    margin: 10px auto;
  }
}
@media (max-width: 420px) {
  .footer {
    padding-top: 0;
    padding-bottom: 100px;
  }
  .footer .wrapper {
    padding: 0;
  }
  .footer .logo {
    margin: 30px auto 20px auto;
  }
  .footer .navigation {
    margin-top: 0;
  }
  .footer .navigation .nav-link {
    display: block;
    margin: 0 auto;
    border-top: 1px solid #c9c9c9;
    background-color: white;
    text-align: left;
  }
  .footer .navigation .nav-link a {
    line-height: 48px;
    padding-left: 15px;
    text-decoration: none;
  }
  .footer .search {
    position: absolute;
    bottom: -65px;
    left: calc(50% - 144px);
  }
}

.index .s1 {
  padding-top: 61px;
  z-index: 1;
}
.index .s1:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 620px;
  background-image: url("../image/index/section1/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.index .s1 .subtitle,
.index .s1 .title {
  color: white;
  text-align: center;
  margin: 0 auto;
}
.index .s1 .title {
  font-size: 35px;
  margin-bottom: 12px;
}
.index .s1 .subtitle {
  max-width: 565px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.index .s1 .products-block {
  margin: 45px auto -51px auto;
}
.index .s2 {
  padding-top: 73px;
  padding-bottom: 87px;
}
.index .s2 .title {
  color: black;
  font-size: 30px;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 250px;
}
.index .s2 .subtitle {
  color: #333;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 253px;
  padding-top: 2px;
  max-width: 1210px;
}
.index .s2 .subtitle span {
  font-weight: 700;
}
.index .s2 .head {
  position: relative;
}
.index .s2 .items {
  margin: 56px auto 0 auto;
}
.index .s2 .item {
  width: 25%;
  position: relative;
  padding: 0 35px 0 30px;
}
.index .s2 .item:nth-of-type(4n + 1) {
  padding-left: 0;
}
.index .s2 .item:nth-of-type(4n + 4):before {
  display: none;
}
.index .s2 .item:before {
  content: '';
  width: 1px;
  height: 90%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background-color: #c5c5c5;
}
.index .s2 .item .heading {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 42px;
}
.index .s2 .item .heading > .glyphicon {
  width: 30px;
  height: 30px;
  color: #0a8a41;
  border-radius: 50%;
  border: 2px solid #0a8a41;
  text-align: center;
  line-height: 28px;
  margin-right: 8px;
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
}
.index .s2 .item .heading .tab-open-btn {
  color: #0a8a41;
}
.index .s2 .item .text {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
}
.index .s2 .item .text span {
  color: #047032;
}
@media (max-width: 900px) {
  .index .s2 .item {
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
  }
  .index .s2 .item:before {
    display: none;
  }
}
@media (max-width: 768px) {
  .index .s2 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .index .s2 .title {
    position: static;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .index .s2 .subtitle {
    padding-left: 0;
  }
  .index .s2 .item {
    z-index: 2;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  .index .s2 .item:after {
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    width: calc(100% + 30px);
    height: 1px;
    background-color: #c9c9c9;
  }
  .index .s2 .item .heading {
    cursor: pointer;
    margin-bottom: 0;
  }
  .index .s2 .item .text {
    display: none;
    margin-top: 20px;
  }
  .index .s2 .item .text:before {
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    width: calc(100% + 30px);
    height: 100%;
    background-color: white;
    z-index: -1;
  }
  .index .s2 .item .active ~ .text {
    display: block;
  }
}
.index .s3 {
  background-image: url("../image/north-light-bg.png");
  padding-top: 61px;
  padding-bottom: 65px;
}
.index .s3 .title {
  text-align: center;
  color: white;
  font-size: 30px;
  margin-bottom: 34px;
}
.index .s3 .item {
  width: 48%;
}
.index .s3 .item .text {
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  padding-left: 20px;
}
.index .s3 .item .text:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 2px;
  width: 4px;
  height: 4px;
  background-color: white;
  border-radius: 50%;
}
.index .s3 .btn {
  color: white;
  font-size: 14px;
  font-weight: 400;
  width: 163px;
  height: 37px;
  border: 1px solid white;
  border-radius: 5px;
  display: block;
  margin: 28px auto 0 auto;
  transition: 0.2s;
}
.index .s3 .btn:hover {
  background-color: white;
  color: #222;
}
@media (max-width: 768px) {
  .index .s3 .item {
    width: 100%;
    margin-bottom: 25px;
  }
  .index .s3 .item .text {
    font-size: 13px;
    line-height: 21px;
  }
}
.index .s4 {
  padding-top: 133px;
  padding-bottom: 78px;
}
.index .s4 .title {
  color: black;
  font-size: 30px;
}
.index .s4 .subtitle {
  color: #047032;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: block;
  width: 100%;
  margin-bottom: 13px;
}
.index .s4 .item {
  width: 48%;
}
.index .s4 .events-items {
  align-items: flex-start;
}
.index .s4 .event-item {
  width: 47.3%;
  margin: 0 10px 13px 0;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
}
.index .s4 .event-item .date {
  margin-top: 11px;
  margin-bottom: 16px;
}
.index .s4 .event-item .pic-wrap {
  width: 100%;
  height: 112px;
  display: block;
  overflow: hidden;
}
.index .s4 .event-item .pic-wrap img {
  width: 100%;
}
.index .s4 .event-item .description {
  padding: 17px 19px 25px 19px;
}
.index .s4 .event-item .add-btn {
  color: #047032;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  padding-left: 25px;
  position: relative;
  transition: 0.2s;
}
.index .s4 .event-item .add-btn:hover {
  color: black;
}
.index .s4 .event-item .add-btn .glyphicon {
  position: absolute;
  top: 2px;
  left: 0;
}
.index .s4 .follow {
  margin-top: 45px;
}
.index .s4 .follow .title {
  font-size: 22px;
  margin-bottom: 3px;
}
.index .s4 .follow .subtitle {
  color: #333;
}
.index .s4 .follow input {
  width: 350px;
  height: 42px;
  padding: 0 20px;
  background: #ffffff;
  color: #676767;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  margin-right: 2px;
}
.index .s4 .follow .btn {
  width: 148px;
}
.index .s4 .follow .btn .glyphicon {
  display: none;
}
@media (max-width: 1180px) {
  .index .s4 .follow input {
    width: 280px;
  }
}
@media (max-width: 960px) {
  .index .s4 .follow input {
    width: 233px;
  }
  .index .s4 .follow .btn {
    font-size: 0;
    width: 51px;
    vertical-align: top;
  }
  .index .s4 .follow .btn .glyphicon {
    display: block;
    font-size: 20px;
  }
}
@media (max-width: 900px) {
  .index .s4 .item {
    width: 100%;
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .index .s4 {
    padding-top: 91px;
    padding-bottom: 0;
  }
  .index .s4 .event-item {
    width: 100%;
    margin: 0 auto 25px auto;
  }
  .index .s4 .follow {
    margin-top: 10px;
  }
}

.news .news-list {
  background-color: white;
  margin-top: -11px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
}
.news .s1 {
  padding-bottom: 73px;
}
.news .news-card-content {
  padding-top: 51px;
  font-size: 15px;
  line-height: 25px;
  color: #333;
}
.news .news-card-content .text {
  font-weight: 400;
  margin-bottom: 25px;
}
.news .news-card-content .text a {
  color: #047032;
}
.news .news-card-content .heading {
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 25px;
}
.news .news-card-content .pic {
  margin: 7px 30px 25px 0;
}
@media (max-width: 768px) {
  .news .news-card-content {
    padding-top: 10px;
  }
}
@media (max-width: 620px) {
  .news .news-card-content .pic {
    float: none;
    display: block;
    margin: 15px auto;
    max-width: 100%;
  }
}

.products .s1 .content {
  padding-top: 51px;
  padding-bottom: 67px;
}
.products .s1 .content.product-card {
  padding-top: 0;
}
@media (max-width: 420px) {
  .products .s1 .content {
    padding: 0;
  }
}
.products .content .description-text,
.products .content .heading-text {
  font-size: 15px;
  line-height: 25px;
  color: #333;
  font-weight: 400;
  margin-bottom: 43px;
}
.products .content .description-text.description-text,
.products .content .heading-text.description-text {
  margin-bottom: 25px;
}
.products .content .description-text.description-text span,
.products .content .heading-text.description-text span {
  font-weight: 700;
}
.products .content .items {
  display: block;
  width: 100%;
  background-color: white;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
  padding: 21px 20px 0 20px;
  margin-bottom: 30px;
}
.products .content .items .heading {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
  padding-left: 20px;
  margin-bottom: 6px;
  letter-spacing: -1.5px;
}
@media (max-width: 420px) {
  .products .content .items {
    padding-top: 0;
  }
  .products .content .items .heading {
    display: none;
  }
}
.products .content .item-tpl {
  padding-bottom: 25px;
}
.products .content .item-tpl:hover {
  background-color: transparent;
}
.products .content .item-tpl:hover:before {
  opacity: 1;
}
.products .content .item-tpl:last-child {
  box-shadow: none;
}
.products .content .item-tpl .pic-wrap {
  width: 140px;
  height: 110px;
}
.products .content .item-tpl .description {
  padding-left: 160px;
  min-height: 100px;
}
.products .content .item-tpl .product-name {
  color: #047032;
  font-family: PTSerif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 12px;
}
@media (max-width: 900px) {
  .products .content .item-tpl .pic-wrap {
    width: 90px;
    height: 70px;
  }
  .products .content .item-tpl .description {
    padding-left: 0px;
    min-height: 70px;
  }
  .products .content .item-tpl .product-name {
    padding-left: 100px;
    min-height: 70px;
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media (max-width: 420px) {
  .products .content .item-tpl .product-name {
    font-size: 14px;
    line-height: 20px;
  }
}
.products .product-card .head {
  position: relative;
  margin-top: -20px;
  margin-bottom: 22px;
}
.products .product-card .head .pic {
  width: 180px;
  height: 158px;
  border: 1px solid #f1f1f1;
  position: relative;
  background-color: white;
}
.products .product-card .head .pic img {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.products .product-card .head .title {
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  position: absolute;
  text-transform: none;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding-left: 200px;
}
.products .product-card .product-description {
  background-color: white;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
  padding: 28px 40px;
}
.products .product-card .product-description [type="radio"] {
  display: none;
}
.products .product-card .product-description .tabs-ctrl {
  margin-bottom: 28px;
}
.products .product-card .product-description .tab-btn {
  font-family: PTSerif;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  color: #047032;
  cursor: pointer;
  border-bottom: 1px dotted #047032;
  position: relative;
  margin-right: 44px;
}
.products .product-card .product-description .tab-btn:after {
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  width: 1px;
  height: 20px;
  background-color: #d3d3d3;
}
.products .product-card .product-description .tab-btn:last-child:after {
  display: none;
}
.products .product-card .product-description .tab-btn.active, .products .product-card .product-description .tab-btn:hover {
  color: #222;
  border-bottom-color: #222;
}
.products .product-card .product-description .tab-content {
  display: none;
  overflow-x: auto;
}
.products .product-card .product-description .tab-content .text,
.products .product-card .product-description .tab-content p {
  color: #333;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 25px;
}
.products .product-card .product-description .tab-content .text a,
.products .product-card .product-description .tab-content p a {
  color: #047032;
  text-decoration: underline;
}
.products .product-card .product-description .tab-content .text a:hover,
.products .product-card .product-description .tab-content p a:hover {
  color: #222;
}
.products .product-card .product-description .tab-content .text span,
.products .product-card .product-description .tab-content p span {
  font-weight: 700;
}
@media (max-width: 420px) {
  .products .product-card .product-description .tab-content .text,
  .products .product-card .product-description .tab-content p {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 15px;
  }
}
.products .product-card .product-description [type="radio"]:checked + .tab-content {
  display: block;
}
@media (max-width: 1280px) {
  .products .product-card .product-description .tab-btn {
    margin: 0 10px 0 0;
  }
  .products .product-card .product-description .tab-btn:after {
    display: none;
  }
}
@media (max-width: 1140px) {
  .products .product-card .product-description .tab-btn {
    display: block;
    border-bottom: none;
    text-decoration: underline;
  }
}
@media (max-width: 768px) {
  .products .product-card .head {
    margin-top: 0;
  }
  .products .product-card .head .pic {
    width: 120px;
    height: 110px;
  }
  .products .product-card .head .title {
    padding-left: 130px;
    font-size: 16px;
    line-height: 20px;
  }
  .products .product-card .product-description {
    padding: 20px;
  }
}

.about h2 {
  font-size: 26px;
}
.about h3 {
  font-size: 24px;
}
.about h4 {
  font-size: 22px;
}
.about h5 {
  font-family: OpenSans;
  font-size: 20px;
}
.about h6 {
  font-family: OpenSans;
  font-size: 18px;
}
.about .s1 {
  padding-bottom: 73px;
}
.about .s1 .content {
  padding-top: 51px;
}
.about .s1 .content .heading-text {
  margin-bottom: 35px;
}
.about .s1 .content .title {
  color: #333;
  font-weight: 700;
  clear: both;
  margin-bottom: 35px;
  margin-top: 35px;
}
.about .s1 .content .text {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 25px;
}
.about .s1 .content .pic {
  margin: 7px 31px 10px 0;
}
.about .s1 .content .list li {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  position: relative;
  margin-bottom: 10px;
}
.about .s1 .content ul.list li {
  padding-left: 31px;
}
.about .s1 .content ul.list li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #0a8a41;
  border-radius: 50%;
}
.about .s1 .content ol.list li {
  list-style-type: decimal;
  list-style-position: inside;
}
.about .s1 .content ol.list li span {
  padding-left: 15px;
}
.about .table,
.about .table {
  border: 1px solid #cfcfcf;
  border-collapse: collapse;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  color: #333;
  text-align: left;
  margin-top: 42px;
}
.about .table tr th,
.about .table tr th {
  color: white;
  background-color: #608b85;
  padding: 11px 20px 11px 20px;
}
.about .table tr th:nth-of-type(1),
.about .table tr th:nth-of-type(1) {
  width: 35%;
}
.about .table tr th:nth-of-type(2),
.about .table tr th:nth-of-type(2) {
  width: 15%;
}
.about .table tr th:nth-of-type(3),
.about .table tr th:nth-of-type(3) {
  width: 50%;
}
.about .table tr td,
.about .table tr td {
  border: 1px solid #cfcfcf;
  padding: 10px 20px 10px 20px;
}
@media (max-width: 960px) {
  .about .table tr th,
  .about .table tr th {
    padding: 6px 10px 6px 10px;
  }
  .about .table tr td,
  .about .table tr td {
    padding: 5px 10px 5px 10px;
  }
}
@media (max-width: 768px) {
  .about .table,
  .about .table {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .about h2 {
    font-size: 22px;
  }
  .about h3 {
    font-size: 20px;
  }
  .about h4 {
    font-size: 18px;
  }
  .about h5 {
    font-size: 16px;
  }
  .about h6 {
    font-size: 14px;
  }
  .about .s1 .content {
    padding-top: 10px;
  }
}

.testimonials .s1 {
  padding-bottom: 43px;
}
.testimonials .s1 .content {
  padding-top: 51px;
}
@media (max-width: 768px) {
  .testimonials .s1 {
    padding-bottom: 0;
  }
  .testimonials .s1 .content {
    padding-top: 0px;
  }
}
.testimonials.testimonial-card .s1 {
  padding-bottom: 70px;
}
.testimonials .content .heading-text {
  margin-bottom: 43px;
}
.testimonials .content .testimonial-description .pic {
  float: left;
  margin: 7px 29px 15px 0;
}
.testimonials .content .testimonial-description .text {
  font-size: 15px;
  line-height: 25px;
  color: #333;
  font-style: italic;
  margin-bottom: 25px;
  letter-spacing: -0.4px;
}
.testimonials .content .testimonial-description .text span {
  font-weight: 700;
}
.testimonials .content .testimonial-description .text a {
  color: #047032;
}
@media (max-width: 420px) {
  .testimonials .content .testimonial-description .pic {
    margin: 5px 15px 15px 0;
  }
  .testimonials .content .testimonial-description .text {
    font-size: 13px;
  }
}
.testimonials .content .items {
  display: block;
  width: 100%;
  background-color: white;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
  padding: 21px 0px 0 0px;
  margin-bottom: 30px;
}
.testimonials .content .items .heading {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
  padding-left: 20px;
  margin-bottom: 6px;
  letter-spacing: -1.5px;
}
@media (max-width: 420px) {
  .testimonials .content .items {
    padding-top: 25px;
  }
}
.testimonials .item-tpl .product-name {
  color: #047032;
  font-family: PTSerif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 9px;
}
.testimonials .item-tpl .text {
  font-size: 13px;
  font-style: italic;
  line-height: 23px;
  color: #333;
}
.testimonials .item-tpl .text .link {
  color: #047032;
  display: block;
}
.testimonials .item-tpl .text .link:hover {
  text-decoration: underline;
}
@media (max-width: 420px) {
  .testimonials .item-tpl .description {
    padding-left: 0;
  }
  .testimonials .item-tpl .product-name {
    padding-left: 80px;
    font-size: 18px;
    line-height: 24px;
  }
}

.contacts .s1 {
  padding-top: 50px;
  padding-bottom: 45px;
}
.contacts .s1 .text {
  color: #333;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 25px;
}
.contacts .s1 .text span {
  font-weight: 700;
}
.contacts .map {
  height: 585px;
}
@media (max-width: 768px) {
  .contacts .map {
    height: 440px;
  }
}

.dealers .container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.dealers .map-search .heading,
.dealers .baloon-heading {
  color: #222;
  font-family: PTSerif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 5px;
}
.dealers .map-search .address,
.dealers .baloon-address {
  color: #6e6e6e;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 4px;
}
.dealers .map-search .phone,
.dealers .baloon-phone {
  position: relative;
  color: #222;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  padding-left: 25px;
}
.dealers .map-search .phone:before,
.dealers .baloon-phone:before {
  content: '\E182';
  font-family: 'Glyphicons Halflings';
  color: #0a8a41;
  font-size: 20px;
  position: absolute;
  top: -2px;
  left: 0;
}
.dealers .map-search {
  background-color: white;
  padding: 29px 0 0px 0;
  border-top: 4px solid #229a82;
}
.dealers .map-search .title {
  padding: 0px 29px 10px 29px;
  margin-bottom: 0;
}
.dealers .map-search .map-search-body {
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.2);
}
.dealers .map-search form {
  padding: 0px 29px 0px 29px;
}
.dealers .map-search .heading {
  color: #047032;
}
.dealers .map-search .variant {
  padding: 15px 29px 10px 29px;
  display: block;
  width: 100%;
  border-bottom: 1px solid #c5c5c5;
  cursor: pointer;
}
.dealers .map-search .variant:nth-of-type(2n + 2) {
  background-color: #f8f8f8;
}
.dealers .map-search .variant:hover .heading {
  color: black;
}
.dealers #map {
  width: 100%;
  height: 777px;
}
@media (max-width: 768px) {
  .dealers .container {
    top: 26px;
  }
  .dealers .map-search {
    padding-top: 10px;
  }
  .dealers .map-search .map-search-body {
    display: none;
  }
  .dealers .map-search .active + .map-search-body {
    display: block;
  }
  .dealers #map {
    height: 477px;
  }
}
.content img[style*="float: left"] {
  margin: 7px 30px 25px 0;
}

.content img[style*="float: right"] {
  margin: 7px 0 30px 25px;
}

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

/*Styles for slider on main page*/
.products-block-index {
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    margin: 45px auto -48px auto;
    background-color: white;
    overflow: hidden;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
}

.products-block-index .item {
    display: block;
    width: 50%;
    height: auto;
    float: left;
    padding: 30px 40px 40px 40px;
    position: relative;
    z-index: 10;

}

.products-block-index .item:first-child:before {
    display: none;
}

.products-block-index .item:before {
    content: '';
    width: 1px;
    position: absolute;
    left: -1px;
    top: 30px;
    bottom: 40px;
    background-color: #c5c5c5;
}

.products-block-index .item .heading {
    color: #047032;
    font-family: PTSerif;
    font-size: 22px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 20px;
    height: 90px;
    overflow: hidden;
}

.products-block-index .item:hover .heading {
    color: black;
}

.products-block-index .item .subheading {
    color: #6e6e6e;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 25px;
}

.products-block-index .item .pic-wrap {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 215px;
    text-align: center;
}

.products-block-index .item .pic-wrap img {
    width: 100%;
}

.products-block-index .item .description {
    padding-left: 240px;
}

.products-block-index .item .description .name {
    color: #222;
    font-family: PTSerif;
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 8px;
}

.products-block-index .item .description .text {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
}

.products-block-index .slick-track {
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}

.products-block-index .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    text-align: center;
}

.products-block-index .slick-dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 1px solid #0a8a41;
    background-color: transparent;

    margin: 0 5px;
}

.products-block-index .slick-dots li.slick-active {
    background-color: #0a8a41;
}

.products-block-index .slick-dots button {
    display: block;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 1px;
    color: #0a8a41;
}

@media (max-width: 1024px) {
	.index .s1:after {
	  height: 585px;
	}
    .products-block-index {
        margin-top: 35px;
    }
    .products-block-index .item {
        padding: 20px 20px 34px;
    }

    .products-block-index .item .heading {
        font-size: 20px;
        line-height: 24px;
        padding-right: 15px;
        margin-bottom: 20px;
        height: 100px;
        overflow: hidden;
    }

    .products-block-index .item:hover .heading {
        color: black;
    }

    .products-block-index .item .pic-wrap {
        width: 130px;
    }

    .products-block-index .item .description {
        padding-left: 150px;
    }

    .products-block-index .item .description .name {
        font-size: 16px;
        line-height: 21px;
    }

    .products-block-index .item .description .text {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 767px) {
	.index .s1:after {
	  height: 555px;
	}
	
    .products-block-index .item {
        padding-bottom: 45px;
    }
    .products-block-index .item .heading {
        margin-bottom: 10px;
    }

    .products-block-index .item:hover .heading {
        color: black;
    }

    .products-block-index .item .pic-wrap {
        width: 130px;
    }

    .products-block-index .item .description {
        padding-left: 150px;
    }

    .products-block-index .item .description .name {
        font-size: 16px;
        line-height: 21px;
    }

    .products-block-index .item .description .text {
        font-size: 14px;
        line-height: 20px;
    }

    .products-block-index .slick-dots li {
        width: 12px;
        height: 12px;
        margin: 0 6px;
    }
}

@media (max-width: 480px) {
    .products-block-index .item {
        padding-bottom: 45px;
    }
    .products-block-index .item .heading {
        font-size: 18px;
        height: 120px;
        margin-bottom: 10px;
    }

    .products-block-index .item:hover .heading {
        color: black;
    }

    .products-block-index .item .pic-wrap {
        width: 80px;
    }

    .products-block-index .item .description {
        padding-left: 100px;
    }

    .products-block-index .item .description .name {
        font-size: 15px;
    }

    .products-block-index .item .description .text {
        font-size: 14px;
        line-height: 20px;
    }

    .products-block-index .slick-dots li {
        width: 12px;
        height: 12px;
        margin: 0 6px;
    }
}
/*End of styles for slider on main page*/


/*Fix for litetooltip image*/
.litetooltip-hotspot-container img {
    max-width: 100%;
}

/*Nicescroll max table witdth fix*/ 
#nicescroll.tab-content table {
    max-width: 1000px;}

.tab-content h2, .tab-content h3, .tab-content h4 {clear: both; margin-bottom: 10px;}

/*Fancybox fix*/
  .fancybox-custom-layout .fancybox-bg,
  .fancybox-custom-layout.fancybox-container--ready .fancybox-bg {
    background: #efefef;
    opacity: 0.5;
  }
 .tab-content table {line-height: 20px!important;}
 .tab-content table tr td p {margin-bottom: 0!important; line-height: 20px!important;}   
 .tab-content table tr th p {margin-bottom: 0!important; line-height: 20px!important; color:white!important; font-weight: 700!important;} 

 /*dealers mobile*/

 @media (min-width: 481px){
  .dealersmobile {display: none;}
 }
 @media (max-width: 480px){
  .dealers .map {display: none;}
 }
 .dealersmobile .items {
  margin: 0 10px;
}
.dealersmobile .item {
  width: 25%;
  position: relative;
  padding: 0 35px 0 30px;
}
.dealersmobile .item:nth-of-type(4n + 1) {
  padding-left: 0;
}
.dealersmobile .item:nth-of-type(4n + 4):before {
  display: none;
}
.dealersmobile .item:before {
  content: '';
  width: 1px;
  height: 90%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background-color: #c5c5c5;
}
.dealersmobile .item .heading {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 42px;
}
.dealersmobile .item .heading > .glyphicon {
  width: 30px;
  height: 30px;
  color: #0a8a41;
  border-radius: 50%;
  border: 2px solid #0a8a41;
  text-align: center;
  line-height: 28px;
  margin-right: 8px;
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
}
.dealersmobile .item .heading .tab-open-btn {
  color: #0a8a41;
}
.dealersmobile .item .text {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
}
.dealersmobile .item .text span {
  color: #047032;
}
@media (max-width: 900px) {
  .dealersmobile .item {
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
  }
  .dealersmobile .item:before {
    display: none;
  }
}
@media (max-width: 768px) {
  
  .dealersmobile .item {
    z-index: 2;
    /*padding-top: 20px;*/
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  .dealersmobile .item:after {
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    width: calc(100% + 30px);
    height: 1px;
    background-color: #c9c9c9;
  }
  .dealersmobile .item .heading {
    cursor: pointer;
    margin-bottom: 0;
  }
  .dealersmobile .item .text {
    display: none;
    margin-top: 20px;
  }
  .dealersmobile .item .text:before {
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    width: calc(100% + 30px);
    height: 100%;
    background-color: white;
    z-index: -1;
  }
  .dealersmobile .item .active ~ .text {
    display: block;
  }
}


/*events page*/
.events-list {

}

.events-list .paginator {
    padding: 30px 0 28px;
    margin-top: 32px;
    position: relative;
}

.events-list .paginator:before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    width: calc(100% - 40px);
    height: 1px;
    background-color: #c5c5c5;
    transition: 0.2s;
}

.datepicker {
    max-width: 70px;
    min-width: 60px;
  position: relative;
  top: -1px;
}

.datepicker input,
.datepicker label {
    width: 100%;
}

.datepicker input {
    color: #047032;
    font-size: 13px;
    line-height: 16px;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
}

.events-sorting select {
    color: #047032;
    font-size: 13px;
    line-height: 15px;
    margin-left: -2px;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.events-list .item-tpl-block {
    display: flex;
    padding: 27px 40px;
}

.events-list .item-tpl-block:hover:before {
    opacity: 1;
}

.events-list .item-tpl-block:last-of-type{
    box-shadow: none;
}

.events-list  .pic-wrap {
    width: 200px;
    height: auto;
    margin-right: 25px;

    position: relative;
    top: 0;
    left: 0;
}

.events-list  .description {
    width: 36%;
    min-height: auto;
    padding-left: 0;
    padding-top: 8px;
}

.events-list  .description p {
    font-size: 14px;
    line-height: 22px;
    color: #333333;
}

.events-list  .description .date {
    margin-bottom: 0;
    font-weight: bold;
}

.events-list .events-name {
    display: block;
    width: 38%;
    padding-right: 30px;
    padding-top: 3px;
}

.events-list .events-name:hover span{
    color: #222;
}

.events-list .events-name span {
    font-size: 20px;
    line-height: 29px;
    color: #047032;
    font-family: 'PTSerif';
}

.events-sorting {
  display: flex;
  align-items: center;
    padding: 20px 40px;

  position: relative;
}

.events-sorting:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20px;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #c5c5c5;
  transition: 0.2s;
}

.events-sorting-item {
  display: flex;
  align-items: center;
}

.events-sorting-item span {
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
    color: #333333;
}

.events-date {
  margin-right: 5px;
}

.events-month {
    margin-bottom: -7px;
}

.events-month:last-of-type {
    margin-bottom: 30px;
}

.month-name {
    display: block;
    padding: 27px 40px 0;

  font-family: 'PTSerif';
  font-size: 20px;
  line-height: 42px;
  text-transform: uppercase;
}


@media screen and (max-width: 900px) {
    .events-list .item-tpl-block {
        display: block;
    }

    .events-list .description,
    .events-list .events-name {
        width: 100%;
        padding-right: 0;
    }
}

@media screen and (max-width: 600px) {
    .events-sorting {
        display: block;
    }
}


.events-card {
  background-color: transparent!important;
}

.events-card .request {
  width: 100%;
  background-color: white;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
  border-top: 4px solid #229a82;
  padding: 23px 29px 25px 29px;
  margin-bottom: 30px;
}

.events-card .form-row {
  display: flex;
  align-items: center;
  margin: 0 -15px;

  position: relative;
}

.events-card .form-cell.resize {
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 575px) {
  .events-card .form-cell.resize {
    position: relative;
  }
}


@media screen and (max-width: 575px) {
  .events-card .form-row {
    display: block;
  }
}

.events-card .form-row:last-of-type {
  margin-bottom: 15px;
}

.events-card .form-cell {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 10px;
}

@media screen and (max-width: 575px) {
  .events-card .form-cell {
    width: 100%;
  }
}

.events-card .form-cell label {
  font-weight: 700;
  padding-bottom: 8px;
  display: block;
}

.events-card-description {
  margin-bottom: 23px;
  background: #ffffff;

  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
}

.events-card-description .head {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 575px) {
  .events-card-description .head {
    display: block;
  }
}

.events-card-description .head .pic {
  width: 320px;
  position: relative;
  background-color: white;
}

@media screen and (max-width: 575px) {
  .events-card-description .head .pic {
    width: 100%;
  }
}

.events-card-description .head img {
  max-width: 100%;
}

.events-card-description .head .title {
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-transform: none;
  padding-left: 30px;
  margin-top: 13px;
}

@media screen and (max-width: 575px) {
  .events-card-description .head .title {
    padding-left: 20px;
  }
}

.events-card-description .head .title a {
  display: block;
  color: #0a8a41;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.events-card-description .head .title a:hover {
  color: #222;
}

.events-card-table {
  padding: 37px 20px 22px;
}

.events-card-table table{
  width: 100%;
  border-collapse: collapse;
}

.events-card-table table tr td {
  padding: 11px 17px;
  font-size: 15px;
  line-height: 28px;
  color: #222222;
  border-bottom: 1px solid #c5c5c5;
}

.events-card-table table tr:last-of-type td {
  border-bottom: 0;
}

.events-card-table table tr td:first-of-type {
  width: 34%;
}

.events-card-table table tr td:last-of-type {
  font-weight: 700;
  font-family: 'PTSerif';
  font-size: 16px;
}

.events-card .request .title {
  font-size: 25px;
  margin-bottom: 18px; }
.events-card .request .message {
  height: 132px; }
.events-card .request .capture {
  display: block;
  width: 100%;
  max-width: 300px;
  margin-bottom: 20px; }
.events-card .request .btn {
  padding: 0 40px;
  height: 52px;
  font-size: 18px;
  margin-bottom: 5px; }

.select2-selection__arrow,
.select2-search--dropdown{
  display: none!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
  color: #047032!important;
  padding: 0!important;

  position: relative;
  top: -1px;
}

.select2-selection__rendered:focus{
  outline: none!important;
}

.select2-dropdown{
  min-width: 100px;
  font-size: 13px;
  line-height: 16px;
  border: 1px solid #c5c5c5!important;
}

.select2-container--default .select2-results__option[aria-selected=true]{
  background-color: transparent!important;
  color: #333333!important;
}

.select2-container--default .select2-results__option:hover{
  background-color: transparent!important;
  color: #047032!important;
}

.select2-container--default .select2-selection--single{
  border: none!important;
}

.select2-container--default .select2-selection--single:focus{
  outline: none!important;
}

.select2{
  height: 26px;
}

.wrapper-all.products .s1{
  min-height: 1300px;
}

.mobile-search {
  display: none;
}

.products-block-index .slick-track {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 959px) {
  .header {
    padding: 19px 0 18px;
  }
  .header .logo {
    margin-top: 0;
  }
  .mobile-phone-number {
    font-size: 22px;
  }
  .mobile-search {
    display: block;
    position: absolute;
    top: 50%;
    right: 91px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #0a8a41;
    font-size: 22px;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
  }
  .mobile-search.mobile-search-active {
    color: black;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
  }
  .header .mobile-lang {
    display: block;
    top: 47%;
    right: 135px;
  }
  .header .search {
    height: auto;
    border: 0;
    border-radius: 0;
    width: 100%;
    padding: 0 15px 10px;
    margin: 0;
    position: absolute;
    top: calc(100% + 18px);
    left: 0;
    background: #fff;
  }
  .header .search input {
    height: 36px;
    width: 100%;
    border: 1px solid #c2c2c2;
    border-radius: 18px;
    position: relative;
    top: 0;
    left: 0;
  }
  .header .search .find-btn {
    height: 36px;
    top: 0;
    right: 20px;
  }
}

