@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=PT+Sans:400,400italic,700italic,700);
@import "animate.css";
@media (min-width: 768px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

body {
  color: #3e3d3d !important;
}

.index-menu > li:after {
  content: unset !important;
}

.navbar-default .navbar-nav > li > a {
  padding: 36px 0 33px;
}

.head_wr {
  margin-top: 80px;
}

header {
  min-height: 645px;
}

.well2 {
  padding-top: 115px;
}

.navbar-default .navbar-nav > li {
  width: 18%;
}

.navbar-default .navbar-nav > li:nth-child(1) {
  width: 320px;
  background-color: #ED1C24;
  text-align: right;
}

.navbar-default .navbar-nav > li:nth-child(1) > a {
  padding: 0px;
}

.navbar-default .navbar-nav > li:nth-child(1) > a > img {
  height: 100px;
}

.isStuck .navbar-default .navbar-nav > li:nth-child(1) > a > img {
  height: 70px;
  margin-top: 59px;
}

.navbar-default .navbar-nav > li:nth-child(3) {
    background: #FFD200;
}

.side-bl {
    background: #ED1C24;
}

#newsCarousel {
  height: 280px;
}

.front_page {
  background-position-y: -220px;
}

.news-title{
  padding: 10px 0px 5px 0px;
  font-weight: bolder;
  color: #000;
}
.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}
@media (max-width: 767px) {
  .center767 {
    text-align: center;
  }
  .center767 * {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .ins767 {
    padding-left: 8%;
    padding-right: 8%;
  }
}

address.addr_blc dl dd {
  padding-left: 15px;
}

.other-contacts {
margin-top: 25px;
}

.other-contacts h3 {
  margin-bottom: 15px;
}

.other-contacts .row {
  margin-bottom: 25px;
}

.contact-name {
  font-weight: bold;
  color: #878787;
}

.contact-position {
  font-size: 0.8em;
}

.contact-item {
  font-weight: bold;
}

/*==================  Stuck menu  ======================*/
.isStuck {
  z-index: 999;
  box-shadow: 0 1px 2px #bbb;
  background: #ED1C24;
  height: 69px;
}
@media only screen and (max-width: 992px) {
  .isStuck {
    display: none !important;
  }
}
.isStuck .sf-menu ul {
  top: 70px;
}
.isStuck .sf-menu ul ul {
  top: 0;
}
/*==================     ToTop     ======================*/
.toTop {
  width: 47px;
  height: 47px;
  font-size: 24px;
  line-height: 47px!important;
  font-weight: 700;
  color: #fff!important;
  background: #287f36;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #1e2228;
  text-decoration: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transform: scale(1.2);
}
@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================   Tumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
  background: transparent;
}
.thumb_overlay:before {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  background: url(../images/play.png) no-repeat;
  top: 50%;
  left: 50%;
  right: 0;
  font-weight: 300;
  margin-top: -36px;
  margin-left: -36px;
  opacity: 0;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb_overlay:after {
  content: '';
  position: absolute;
  width: 38px;
  height: 38px;
  background: url(../images/thumb.png) no-repeat;
  top: 50%;
  left: 50%;
  right: 0;
  font-weight: 300;
  margin-top: -20px;
  margin-left: -20px;
  opacity: 0;
}
.lt-ie9 .thumb_overlay:after {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}
.thumb:hover .thumb_overlay:before {
  opacity: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.thumb_overl1:hover .thumb_overlay:before {
  display: none;
}
.thumb_overl1:hover .thumb_overlay:after {
  opacity: 1;
}
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
  background-color: #34a647;
}
.parallax_image,
.parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}
.parallax a.link {
  text-decoration: underline;
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilepanel {
  z-index: 9999998!important;
}
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999998;
  text-align: left;
  font: 700 15px/41px 'PT Sans', sans-serif;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}
.rd-mobilemenu_ul {
  position: fixed;
  top: 56px;
  left: 0;
  bottom: 0;
  width: 240px;
  padding: 20px 0;
  color: #34a647;
  background: rgba(255, 255, 255, 0.95);
  line-height: 20px;
  overflow: auto;
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.lt-ie9 .rd-mobilemenu_ul {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ffffff', endColorstr='#f2ffffff');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ffffff', endColorstr='#f2ffffff');
  zoom: 1;
}
.rd-mobilemenu_ul li span {
  margin-left: 4px;
  font-size: 10px;
  color: #1e2228;
  top: 0;
}
.rd-mobilemenu_ul li.active {
  color: #1e2228;
}
.rd-mobilemenu_ul li.active ul {
  color: #34a647;
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 9px 25px 11px;
}
.rd-mobilemenu_ul a:hover {
  background: #34a647;
  color: #1e2228;
  text-decoration: none;
}
.rd-mobilemenu_ul ul {
  padding-left: 0;
  list-style-type: none;
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}
.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #ffffff;
  color: #666666;
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}
.rd-mobilepanel_title {
  position: fixed;
  top: -21px;
  left: 56px;
  right: 56px;
  color: #34a647;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rd-mobilepanel_toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  position: fixed;
  top: 4px;
  color: #000000;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
}
.rd-mobilepanel_toggle::-moz-focus-inner {
  border: none;
  padding: 0;
}
.rd-mobilepanel_toggle:before {
  content: '\f0c9';
  font-family: 'FontAwesome';
}
.rd-mobilepanel_toggle.active:before {
  content: '\f00d';
}
@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }
  .rd-mobilemenu,
  .rd-mobilepanel {
    display: block;
  }
}
/*==================  Panel Menu  ======================*/
@media (max-width: 767px) {
  #panel {
    right: 25px;
    position: fixed;
    top: 0;
    width: 46px;
    z-index: 9999999;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  #panel #advanced {
    display: block;
  }
  #panel .bs-docs-nav {
    border-radius: 7px;
    top: 4px;
  }
  #panel .bs-docs-nav .navbar-nav li {
    position: static;
  }
  #panel .bs-docs-nav .navbar-header .navbar-toggle {
    border: none!important;
    padding: 9px 12px;
    margin-right: 0;
  }
  #panel .bs-docs-nav .navbar-header .navbar-toggle:hover {
    background: #563D7C!important;
  }
  #panel .bs-docs-nav .navbar-header .navbar-toggle:active {
    background: #563D7C;
  }
  #panel .bs-docs-nav .navbar-header .navbar-toggle:focus {
    background: #563D7C;
  }
  #panel #advanced .navbar-collapse {
    background: #563D7C;
    width: 175px;
    position: absolute;
    right: 15px;
    top: 52px;
    padding-bottom: 10px;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  #panel #advanced .navbar-collapse .dropdown-menu {
    background: #563D7C;
    display: none;
    padding-bottom: 15px;
    min-width: 135px!important;
  }
  #panel #advanced .navbar-collapse.in {
    overflow-y: visible;
  }
}
@media (max-width: 767px) and (max-width: 425px) {
  #panel #advanced .navbar-collapse {
    width: 135px;
  }
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    display: block!important;
  }
  .navbar-nav .open .dropdown-menu li a {
    padding-left: 15px!important;
  }
  .navbar-nav .open .dropdown-menu ul {
    padding-left: 23px!important;
  }
  .navbar-nav .open .dropdown-menu ul a {
    padding-left: 5px;
  }
  .navbar-nav .open .dropdown-menu a {
    padding-left: 12px!important;
  }
}
@media (max-width: 767px) and (max-height: 500px) {
  .navbar-nav .open .dropdown-menu {
    font-size: 9px!important;
    position: absolute!important;
    background: #62458d !important;
    min-width: 135px!important;
    top: 0;
    right: 100%;
    left: -100%;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .navbar-nav .open .dropdown-menu li a {
    padding-left: 15px!important;
  }
  .navbar-nav .open .dropdown-menu ul {
    padding-left: 23px!important;
  }
  .navbar-nav .open .dropdown-menu ul a {
    padding-left: 5px;
  }
  .navbar-nav .open .dropdown-menu a {
    padding-left: 12px!important;
  }
}

/* WooCommerce */

.woocommerce {
  margin: auto;
}
.woocommerce h1.woocommerce-products-header__title{
  padding: 45px 0px 55px 0px;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
  opacity:100!important;
}
.woocommerce-product-gallery__image {
  float: left;
}
.woocommerce ul.product-cats {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
.woocommerce li.product-category.category {
  width: 20%;
  margin: 0px;
}
.woocommerce ul.products li.product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.woocommerce ul.products {
  margin: auto;
  margin-top: 35px;
  display: flex;
  clear: both;
  flex-wrap: wrap;
  justify-content: center;
}
.woocommerce li.product {
  width: 30%;
  float: left;
  padding: 35px;
  padding-top: 10px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 70px;
  border: 1px solid #d3ced2;
  padding: 15px;
}
.woocommerce h2.product-category-header,
.woocommerce h2.woocommerce-loop-product__title {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.woocommerce h2.woocommerce-loop-product__title {
  background-color: #FFD200;
  min-height: 50px;

}
.woocommerce .product-footer {
  padding: 5px 10px 0px 10px;
  font-size: 0.8em;
}
.woocommerce .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.woocommerce .btn-back-to-list {
    margin-top: -20px;
}
.woocommerce .category-list-decription {
  padding: 25px 0px;
  color: #3e3d3d;
  font-size: 1.5em;
}
.woocommerce .category-list-decription img {
  float: left;
  padding-right: 35px;
}
.woocommerce ul.products li.product a img {
  padding: 15px;
}
.woocommerce h2.product-category-header {
  text-align: center;
  min-height: 30px;
}
.woocommerce h2.product-category-header + * {
  margin-top: 15px;
}
.woocommerce img.attachment-woocommerce_thumbnail {
  margin-top: 40px;
}


.category-list-title {
  padding-left: 38px;
  margin-bottom: 25px;
  color: #3e3d3d;
}

.category-list-title h1 {
  padding-bottom: 15px !important;
}

/* WooCommerce Product detail*/

.woocommerce div.product {
  width: 912px;
}
.woocommerce .product-title {
  width: 912px;
  margin-bottom: 25px;
}
.woocommerce .product-svt-code {
  float: right;
  margin-top: 40px;
  padding: 5px 15px;
  background-color: #00A650;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.woocommerce div.product h2.woocommerce-loop-product__title {
  font-size: 32px;
  padding-top: 40px;
}
.woocommerce span.product-image-thumbnail > div {
  padding-left: 25px;
}
.woocommerce ul.tabs.wc-tabs{
  display: none;
}
.woocommerce div.woocommerce-Tabs-panel--description h2 + * {
  margin-top: 25px;
}
.woocommerce section.related.products {
  width: 912px;
  padding-top: 25px;
}
.woocommerce div.woocommerce-Tabs-panel--description h2,
.woocommerce div#tab-additional_information h2, 
.woocommerce section.related.products > h2{
  font-size: 24px;
  padding-bottom: 25px;
}
.woocommerce section.related.products > h2{
  padding-bottom: 35px;
}
.woocommerce section.related li.product {
  width: 20% !important;
}
.woocommerce section.related.products h2.woocommerce-loop-product__title {
  font-size: 12px;
  font-weight: bold;
}
.woocommerce div#tab-description {
    width: 912px;
}

.woocommerce .product-detail-table {
  width: 100%;
  margin: 15px auto;
}
.woocommerce .product-detail-table tr:nth-child(odd) td,
.woocommerce table.shop_attributes tr:nth-child(odd) th,
.woocommerce table.shop_attributes tr:nth-child(odd) td {
  background-color: #f8f8f8;
}
.woocommerce .product-detail-table tr:first-child td{
  font-weight: bold;
  border-bottom: 2px solid #bbb;
  background-color: #ED1C24;
  color: #fff;
} 
.woocommerce .product-detail-table td,
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
  padding: 5px 10px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.woocommerce table.shop_attributes th{
  text-align: left;
}
.woocommerce table.shop_attributes {
    margin: 20px auto;
    width: 80%;
}

.summary.entry-summary {
    clear: both;
    padding-top: 25px;
}

@media (max-width: 912px) {
  .woocommerce ul.product-cats {
    display: block;
  }
  .woocommerce li.product-category.category {
    width: 15%;
    margin: 0px;
    padding: 10px 25px;
  }
  .woocommerce ul.products {
    margin: auto;
    margin-top: 35px;
    display: block;
    clear: both;
  }
  .woocommerce li.product {
    width: 80%;
    float: none;
    padding: 35px;
    padding-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 70px;
    border: 1px solid #efefef;
  }
  .woocommerce-product-gallery__image {
    float: none;
  }
}

@media (max-width: 767px) {
    .navbar-brand {
	padding: 0px;
    }
}

.rd-mobilepanel {
  background-color: #ED1C24;
  color: #fff !important;
}
.rd-mobilemenu_ul {
  color: #ED1C24;
}
.rd-mobilemenu_ul a:hover {
  color: #fff;
  background-color: #ED1C24;
}
.rd-mobilepanel_title {
  top: 0px;
  color: #fff;
}

.btn-primary {
    color: #fff !important;
    background-color: #ED1C24 !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #E63F17 !important;
}

.btn:hover {
    color: #000;
    background-color: #e63f17;
}