body {
  background: #ffffff;
  margin: 0;
  padding: 0;
}
.downloads h2 {
  margin: 0;
  margin-top: 50px;
  margin-bottom: 20px;
  font: 24px FreeroadRegular, Arial, sans-serif;
}
.downloads .down_wrapper {
  padding-left: 75px;
  width: 890px;
  margin-bottom: 45px;
}
.downloads .down_instance {
  background: #fff;
  float: left;
  width: 400px;
  margin: 13px 0;
  margin-right: 20px;
  text-align: left;
}
.downloads img {
  float: left;
  margin-right: 25px;
  border: none;
}
.downloads h3 {
  font: 15px Tahoma, Arial, sans-serif;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 2px;
}
.downloads a {
  color: #d03b3f;
  font: 12px Helvetica, Arial, sans-serif;
}
.clear {
  clear: both;
}
a,
a:hover,
a:visited,
a:active {
  text-decoration: none;
  color: #000;
}
.mainheader {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 70px;
  background: #fff;
}
.mainheader .headercontent {
  width: 960px;
  margin: 0 auto;
}
.mainheader .headercontent .logo {
  display: inline-block;
  float: left;
  width: 240px;
  height: 70px;
}
.mainheader .headercontent .logo .abs_logo {
  position: absolute;
  top: -20px;
  width: 240px;
  height: 128px;
  background: url('../img/main_logo_2.png') no-repeat;
}
.mainheader .headercontent ul.top_menu {
  display: inline-block;
  float: right;
  list-style: none;
  margin: 0 15px 0 0;
  padding: 0;
  white-space: nowrap;
  max-width: 570px;
}
.mainheader .headercontent ul.top_menu > li {
  display: inline-block;
  font: 13px/70px MontserratBold, Arial, sans-serif;
}
.mainheader .headercontent ul.top_menu > li > a {
  display: inline-block;
  color: #000000;
  height: 100%;
  padding: 0 10px;
  text-transform: uppercase;
}
.mainheader .headercontent ul.top_menu > li > a:hover {
  background: #7ba952;
  color: #fff;
}
.mainheader .headercontent ul.top_menu > li > a.active {
  background: #7ba952;
  color: #fff;
}
.mainheader .headercontent .btn {
  display: inline-block;
  float: right;
  width: 28px;
  height: 28px;
  border: solid 1px #000;
  text-align: center;
  line-height: 33px;
  vertical-align: middle;
  font: 13px/28px MontserratBold, Arial, sans-serif;
  color: #000;
  background: #000;
  text-transform: uppercase;
  margin: 18px 7px 0px 7px;
}
.mainheader .headercontent .btn:hover {
  background: #7ba952;
  color: #fff;
}
.mainheader .headercontent .btn.fb {
  background: url('../img/button_fb_black.png') -2px -3px;
}
.mainheader .headercontent .btn.fb:hover {
  background: url('../img/button_fb_hover.png') -2px -3px;
  border: solid 1px #3c5a98;
}
.mainheader .headercontent .shop {
  position: relative;
  display: inline-block;
  float: right;
  width: 45px;
  height: 40px;
  background: url('../img/kosar-black.png') 0px 5px no-repeat;
  background-size: 80%;
  margin: 15px 0 0 10px;
}
.mainheader .headercontent .shop > span {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 3px;
  background: #7ca652;
  font: 10px/10px MontserratBold, Arial, sans-serif;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.mainheader .headercontent > form {
  display: inline-block;
  float: right;
  width: 30px;
  height: 30px;
  margin: 18px 0 0 0;
  padding: 0;
}
.sign_slice {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0px;
}
.sign_slice.empty .sign {
  display: none;
}
.sign_slice .sign {
  display: block;
  position: absolute;
  top: -58px;
  left: 50%;
  margin-left: -43px;
  width: 86px;
  height: 86px;
  background: url('../img/sign.png') no-repeat;
  z-index: 9;
}
.header_slice {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 695px;
  overflow: hidden;
  margin-bottom: -5px;
}
.header_slice.contact {
  height: 300px;
}
.header_slice .decor_top_double {
  display: block;
  position: absolute;
  width: 100%;
  height: 120px;
  background: url('../img/decor_2_top.png') center no-repeat;
  margin: 0 auto 0 auto;
  top: 0px;
}
.header_slice .decor_bottom_double {
  display: block;
  position: absolute;
  width: 100%;
  height: 120px;
  background: url('../img/decor_2_bottom.png') center no-repeat;
  margin: 0 auto 0 auto;
  bottom: 0px;
}
.header_slice > .content {
  width: 100%;
  height: 100%;
  background: url('../img/header_img.jpg?v2') no-repeat;
  background-size: cover;
  text-align: center;
}
.header_slice > .content.contact {
  background: url('../img/contact_header.jpg') no-repeat;
  background-size: cover;
}
.header_slice > .content.contact .header_logo {
  margin-top: 50px;
}
.header_slice > .content.about {
  background: url('../img/about_header.jpg') center no-repeat;
  background-size: cover;
}
.header_slice > .content.about .header_logo {
  margin-top: 50px;
}
.header_slice > .content .header_logo {
  display: inline-block;
  position: relative;
  width: 242px;
  height: 134px;
  background: url('../img/header_title_logo.png') no-repeat;
  clear: both;
  margin: 200px 0 -4px 0;
}
.header_slice > .content .title {
  display: inline-block;
  position: relative;
  height: 70px;
  padding: 0 25px;
  background: #212121;
  color: #fff;
  font: 36px/70px MontserratBold, Arial, sans-serif;
  text-transform: uppercase;
  clear: both;
}
.header_slice > .content .subtitle {
  display: inline-block;
  position: relative;
  height: 70px;
  padding: 0 25px;
  background: #fff;
  color: #000;
  font: 24px/70px Georgia, Times, Times New Roman, serif;
  font-style: italic;
  clear: both;
}
.products_slice {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: center;
  background: url('../img/products_background.jpg') no-repeat;
  background-size: cover;
  margin-top: -19px;
}
.products_slice.map {
  background: url('../img/contact_map.jpg') center no-repeat;
}
.products_slice.map .content {
  height: 620px;
}
.products_slice.about {
  background: url('../img/about_main_background.jpg') center no-repeat;
  background-size: cover;
}
.products_slice.about .content {
  position: relative;
  min-height: 500px;
  background: #fff;
  width: 959px;
}
.products_slice.about .content p {
  padding: 40px 75px 40px 75px;
  font: 18px/30px Arial, sans-serif;
  color: #000;
  text-align: justify;
  margin: 10px 0 10px 0;
}
.products_slice.about .content p.top {
  margin: 40px 0 0 0;
}
.products_slice.about .content p.bottom {
  margin: 0 0 40px 0;
}
.products_slice.about .content .top_fix {
  display: block;
  position: absolute;
  width: 959px;
  height: 87px;
  top: -42px;
  left: 0px;
  background: url('../img/about_top_fix.png') no-repeat;
}
.products_slice.about .content .bottom_fix {
  display: block;
  position: absolute;
  width: 960px;
  height: 71px;
  bottom: -24px;
  background: url('../img/about_bottom_fix.png') no-repeat;
}
.products_slice.about .content .masked_block {
  position: relative;
  display: inline-block;
  width: 100%;
  min-height: 300px;
  background: url('../img/about_about.jpg') center no-repeat;
  background-size: cover;
  text-align: center;
}
.products_slice.about .content .masked_block .top {
  display: block;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 53px;
  background: url('../img/top_top.png') no-repeat;
}
.products_slice.about .content .masked_block .bottom {
  display: block;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 53px;
  background: url('../img/bottom_bottom.png') no-repeat;
}
.products_slice.about .content .masked_block .head {
  display: block;
  width: 141px;
  height: 140px;
  background: url('../img/head.png') no-repeat;
  margin: 40px auto 0 auto;
}
.products_slice.about .content .masked_block p {
  padding: 0;
  margin: 16px auto 67px auto;
  width: 600px;
  font: 14px/25px Georgia, Times, Times New Roman, serif;
  color: #fff;
  font-style: italic;
  text-align: center;
}
.products_slice .decor_top_single {
  display: block;
  position: absolute;
  width: 100%;
  height: 120px;
  background: url('../img/decor_1_top.png') center no-repeat;
  margin: 0 auto 0 auto;
  top: 0px;
}
.products_slice .decor_bottom_single {
  display: block;
  position: absolute;
  width: 100%;
  height: 120px;
  background: url('../img/decor_1_bottom.png') center no-repeat;
  margin: 0 auto 0 auto;
  bottom: 0px;
}
.products_slice > .content {
  display: inline-block;
  width: 1024px;
  min-height: 300px;
}
.products_slice > .content > .title {
  display: inline-block;
  margin: 90px 0 50px 0;
  font: 30px MontserratBold, Arial, sans-serif;
  color: #212121;
  text-transform: uppercase;
}
.products_slice > .content .items_wrapper {
  display: inline-block;
  width: 755px;
  padding-top: 25px;
  min-height: 500px;
  margin-bottom: 120px;
  text-align: center;
  margin-left: 45px;
}
.products_slice > .content .items_wrapper .item {
  position: relative;
  display: inline-block;
  float: left;
  width: 195px;
  height: 220px;
  border-bottom: solid 5px #7ea953;
  margin: -5px 25px 25px -5px;
  padding: 15px;
  background: #000;
  text-align: left;
  transition: border-color 0.2s ease-in-out;
  -webkit-transition: border-color 0.2s ease-in-out;
  -moz-transition: border-color 0.2s ease-in-out;
  font-size: 10px;
  overflow: hidden;
}
.products_slice > .content .items_wrapper .item:hover {
  border-bottom: solid 5px #444444;
  margin: -5px 25px 25px -5px;
}
.products_slice > .content .items_wrapper .item .pic {
  display: inline-block;
  width: 195px;
  height: 145px;
  padding-bottom: 5px;
  overflow: hidden;
  text-align: center;
  border: 0;
}
.products_slice > .content .items_wrapper .item .pic img {
  height: 100%;
}
.products_slice > .content .items_wrapper .item > .name {
  display: inline-block;
  font: 13px/30px FreeroadRegular, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  margin-top: 17px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.products_slice > .content .items_wrapper .item > .old_parent {
  display: inline-block;
  float: left;
  color: #b5b5b5;
  text-decoration: underline;
}
.products_slice > .content .items_wrapper .item > .old_parent:visited,
.products_slice > .content .items_wrapper .item > .old_parent:active {
  color: #b5b5b5;
}
.products_slice > .content .items_wrapper .item > .parent_separator {
  display: inline-block;
  float: left;
  color: #b5b5b5;
  text-decoration: none;
  margin: 0 5px;
}
.products_slice > .content .items_wrapper .item > .parent {
  display: inline-block;
  float: left;
  color: #8a8a8a;
  text-decoration: underline;
}
.products_slice > .content .items_wrapper .item > .parent:visited,
.products_slice > .content .items_wrapper .item > .parent:active {
  color: #8a8a8a;
}
.banners_slice {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 250px;
  background: #cccccc;
  margin-top: -19px;
}
.banners_slice .banner_wrapper {
  position: relative;
  width: 770px;
  height: 250px;
  overflow: hidden;
  margin: 0 auto 0 auto;
}
.banners_slice .banner_wrapper > a {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  z-index: 999;
}
.banners_slice .banner_wrapper img {
  width: 100%;
}
.info_slice {
  display: inline-block;
  width: 100%;
  height: 350px;
  margin-top: -20px;
  margin-bottom: 15px;
}
.info_slice > .content {
  display: block;
  height: 100%;
  width: 1024px;
  margin: 0 auto 0 auto;
  text-align: center;
}
.info_slice > .content .circle {
  display: block;
  float: left;
  position: relative;
  padding-top: 100px;
  margin: 0 52px 0 52px;
  text-align: center;
  max-width: 220px;
}
.info_slice > .content .circle .img {
  display: inline-block;
  width: 92px;
  height: 92px;
}
.info_slice > .content .circle .text {
  font: 18px MontserratBold, Arial, sans-serif;
  color: #000;
  margin-top: 20px;
}
.info_slice > .content .circle.phone {
  padding-top: 30px;
}
.info_slice > .content .circle.phone .img {
  background: url('../img/circle_phone.png') no-repeat;
}
.info_slice > .content .circle.map .img {
  background: url('../img/circle_map.png') no-repeat;
}
.info_slice > .content .circle.clock .img {
  background: url('../img/circle_clock.png') no-repeat;
}
.info_slice > .content .circle.mail {
  padding-top: 30px;
  margin: 0 30px 0 36px;
}
.info_slice > .content .circle.mail .img {
  background: url('../img/circle_mail.png') no-repeat;
}
.footer_slice {
  display: inline-block;
  margin-top: -19px;
  position: relative;
  width: 100%;
  height: 180px;
  background: #212121;
}
.footer_slice .footer_content {
  display: block;
  margin: 0 auto 0 auto;
  height: 70px;
  width: 1024px;
  margin-top: 55px;
  line-height: 70px;
  vertical-align: middle;
}
.footer_slice .footer_content .logos {
  display: inline-block;
  width: 165px;
  height: 70px;
  background: url('../img/bottom_logos.png') no-repeat;
}
.footer_slice .footer_content ul.bottom_menu {
  display: inline-block;
  float: right;
  list-style: none;
  margin: 0 15px 0 0;
  padding: 0;
}
.footer_slice .footer_content ul.bottom_menu > li {
  display: inline-block;
  font: 13px/70px MontserratBold, Arial, sans-serif;
}
.footer_slice .footer_content ul.bottom_menu > li > a {
  display: inline-block;
  color: #fff;
  height: 100%;
  padding: 0 10px;
  text-transform: uppercase;
}
.footer_slice .footer_content ul.bottom_menu > li > a:hover {
  background: #7ba952;
  color: #fff;
}
.footer_slice .footer_content ul.bottom_menu > li > a.active {
  background: #7ba952;
  color: #fff;
}
