@import url("https://fonts.googleapis.com/css?family=Nunito");
@font-face {
  font-family: Bw-bold;
  src: url(/css/fonts/Bw/otf/BwStretch-Bold.otf);
}
@font-face {
  font-family: Bw-regular;
  src: url(/css/fonts/Bw/otf/BwStretch-Regular.otf);
}
@font-face {
  font-family: Bw-light;
  src: url(/css/fonts/Bw/otf/BwStretch-Light.otf);
}
@font-face {
  font-family: Bw-thin;
  src: url(/css/fonts/Bw/otf/BwStretch-Thin.otf);
}
@font-face {
  font-family: Comforta;
  src: url(/css/fonts/Comforta/10821.ttf);
}
@font-face {
  font-family: Comfor;
  src: url(/css/fonts/Comforta/ComfortaaRegular.ttf);
}
/* line 2, ../../resources/sass/_header.scss */
header {
  background-color: #ffffff;
}
/* line 4, ../../resources/sass/_header.scss */
header .open-menu-mask {
  display: none;
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  position: absolute;
  z-index: 2;
  width: 100%;
}
/* line 12, ../../resources/sass/_header.scss */
header .logo-blck {
  width: 130px;
  height: 100%;
  height: 75px;
  background-image: url(/images/logo.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 10px;
}
/* line 23, ../../resources/sass/_header.scss */
header .navbar {
  padding: 9px;
  background-color: #eb6508;
  border-bottom: 1px solid #e4e4e4;
}
/* line 27, ../../resources/sass/_header.scss */
header .navbar .phones-list-blck {
  font-size: 13px;
}
/* line 30, ../../resources/sass/_header.scss */
header .navbar .contact-link {
  color: #000000;
  font-size: 13px;
  display: none;
}
/* line 35, ../../resources/sass/_header.scss */
header .navbar .resp-btn-blck {
  width: 40px;
  float: left;
  height: 40px;
  padding: 10px 10px;
}
/* line 40, ../../resources/sass/_header.scss */
header .navbar .resp-btn-blck i {
  font-size: 19px;
  color: #ffffff;
}
/* line 45, ../../resources/sass/_header.scss */
header .navbar .main-menu-blck {
  height: 40px;
  display: none;
}
/* line 48, ../../resources/sass/_header.scss */
header .navbar .main-menu-blck ul {
  height: 100%;
  margin: 0;
  padding: 0;
}
/* line 52, ../../resources/sass/_header.scss */
header .navbar .main-menu-blck ul li {
  list-style-type: none;
  float: left;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
/* line 59, ../../resources/sass/_header.scss */
header .navbar .main-menu-blck ul li a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0px 12px 0px 13px;
  font-weight: 700;
}
/* line 65, ../../resources/sass/_header.scss */
header .navbar .main-menu-blck ul li a:hover {
  color: #000000;
  width: auto;
  height: auto;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  background: #eee;
  padding: 12px 12px 8px 13px;
  text-decoration: none;
  -webkit-box-shadow: 2px 2px 4px 0px #343a406e;
  -moz-box-shadow: 2px 2px 4px 0px #343a406e;
  box-shadow: 2px 2px 4px 0px #343a406e;
}
/* line 78, ../../resources/sass/_header.scss */
header .navbar .main-menu-blck ul li a:hover span {
  color: black;
  text-align: center;
  display: block;
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
  text-decoration: none;
}
/* line 90, ../../resources/sass/_header.scss */
header .navbar .main-menu-blck ul li.parent-menu-item > ul {
  position: absolute;
  display: none;
  top: 70px;
  left: 0px;
  background: white;
  z-index: 3;
  width: 100%;
  text-align: left;
  height: auto;
  padding: 0 calc(calc(100% - 1140px) / 2);
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 103, ../../resources/sass/_header.scss */
header .navbar .main-menu-blck ul li.parent-menu-item > ul li {
  margin: 5px;
  width: 25%;
  height: auto;
  display: block;
}
/* line 108, ../../resources/sass/_header.scss */
header .navbar .main-menu-blck ul li.parent-menu-item > ul li a {
  font-size: 20px;
  text-transform: none;
}
/* line 113, ../../resources/sass/_header.scss */
header .navbar .main-menu-blck ul li.parent-menu-item > ul li ul li {
  width: 100%;
  margin: 0px;
  padding: 0px;
  line-height: 26px;
}
/* line 118, ../../resources/sass/_header.scss */
header .navbar .main-menu-blck ul li.parent-menu-item > ul li ul li a {
  font-size: 13px;
  font-weight: 400;
}
/* line 130, ../../resources/sass/_header.scss */
header .navbar .header-right-blck {
  width: 200px;
  height: 100%;
  color: #495057;
  margin: 10px;
  font-size: 15px;
  text-align: right;
}
/* line 137, ../../resources/sass/_header.scss */
header .navbar .header-right-blck li {
  list-style-type: none;
  display: inline;
  color: #ffffff;
}
/* line 141, ../../resources/sass/_header.scss */
header .navbar .header-right-blck li .nav-link {
  color: #ffffff;
  display: inline;
  padding: 0.5rem 0rem 0.5rem 0rem;
}
/* line 145, ../../resources/sass/_header.scss */
header .navbar .header-right-blck li .nav-link a {
  color: #ffffff;
}
/* line 152, ../../resources/sass/_header.scss */
header .main-subheader {
  padding: 10px 0px 5px;
  background-color: #ffffff;
  text-align: center;
}
/* line 156, ../../resources/sass/_header.scss */
header .main-subheader .search-form {
  width: 70%;
  margin: 0 auto;
  position: relative;
  margin-top: 3px;
  float: right;
  text-align: right;
}
/* line 163, ../../resources/sass/_header.scss */
header .main-subheader .search-form .search-inp {
  background-color: #fff;
  width: 80%;
  padding: 7px 20px 5px !important;
  color: #818181;
  font-size: 13px;
  text-transform: uppercase;
  border: 1px solid #00863d;
  border-radius: 4px;
}
/* line 173, ../../resources/sass/_header.scss */
header .main-subheader .search-form .search-btn {
  position: absolute;
  top: -4px;
  display: block;
  padding: 9px;
  color: #00863d;
  right: 0%;
  height: 50px;
  width: 50px;
  background: no-repeat;
  border: none;
}
/* line 185, ../../resources/sass/_header.scss */
header .main-subheader .search-form .submit-btn {
  z-index: 1;
}
/* line 188, ../../resources/sass/_header.scss */
header .main-subheader .search-form .loading {
  display: none;
}
/* line 191, ../../resources/sass/_header.scss */
header .main-subheader .search-form .search-products-preview-blck {
  border: 1px solid #eee;
  border-radius: 4px;
  border-bottom: none;
  position: absolute;
  background: white;
  width: 100%;
  z-index: 2;
  display: none;
}
/* line 200, ../../resources/sass/_header.scss */
header .main-subheader .search-form .search-products-preview-blck .search-products-preview {
  border-bottom: 1px solid #eee;
  padding: 5px;
}
/* line 203, ../../resources/sass/_header.scss */
header .main-subheader .search-form .search-products-preview-blck .search-products-preview.search-discount-preview {
  background-color: #fbbc7f;
}
/* line 206, ../../resources/sass/_header.scss */
header .main-subheader .search-form .search-products-preview-blck .search-products-preview:hover {
  background-color: #eee;
}
/* line 209, ../../resources/sass/_header.scss */
header .main-subheader .search-form .search-products-preview-blck .search-products-preview .search-product-img {
  width: 40px;
  height: 40px;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  float: left;
}
/* line 217, ../../resources/sass/_header.scss */
header .main-subheader .search-form .search-products-preview-blck .search-products-preview .search-product-descr {
  width: calc(100% - 40px);
  padding: 10px;
  float: left;
  font-size: 14px;
  color: #000000;
  text-align: left;
}
/* line 224, ../../resources/sass/_header.scss */
header .main-subheader .search-form .search-products-preview-blck .search-products-preview .search-product-descr:hover {
  font-weight: 700;
}
/* line 229, ../../resources/sass/_header.scss */
header .main-subheader .search-form .search-products-preview-blck .search-form-submit-bclk {
  font-size: 12.5px;
}
/* line 231, ../../resources/sass/_header.scss */
header .main-subheader .search-form .search-products-preview-blck .search-form-submit-bclk:hover {
  cursor: pointer;
  text-decoration: underline;
}
/* line 238, ../../resources/sass/_header.scss */
header .main-subheader .header-right-blck {
  margin-top: 10px;
}
/* line 240, ../../resources/sass/_header.scss */
header .main-subheader .header-right-blck .header-cart-blck {
  padding: 3px 10px 2px;
  width: 175px;
  float: right;
  cursor: pointer;
  display: none;
}
/* line 246, ../../resources/sass/_header.scss */
header .main-subheader .header-right-blck .header-cart-blck .cart-icon {
  position: relative;
  top: -3px;
}
/* line 250, ../../resources/sass/_header.scss */
header .main-subheader .header-right-blck .header-cart-blck .cart-badge {
  background-color: #eb6508;
  width: 13px;
  height: 13px;
  font-size: 8px;
  text-align: center;
  padding: 2px;
  border-radius: 8px;
  color: #ffffff;
  position: absolute;
  left: 45px;
  top: 10px;
}
/* line 263, ../../resources/sass/_header.scss */
header .main-subheader .header-right-blck .header-cart-blck a {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
}
/* line 268, ../../resources/sass/_header.scss */
header .main-subheader .header-right-blck .header-cart-blck .coefficient-blck {
  font-size: 13px;
  color: #00863d;
  padding-top: 10px;
}
/* line 273, ../../resources/sass/_header.scss */
header .main-subheader .header-right-blck .header-cart-blck .cart-preview-blck {
  display: none;
  background: #ffffff;
  border: 1px solid #d4d4d4;
  position: absolute;
  right: 15px;
  top: 60px;
  padding: 15px;
  width: 350px;
  z-index: 2;
}
/* line 283, ../../resources/sass/_header.scss */
header .main-subheader .header-right-blck .header-cart-blck .cart-preview-blck table {
  margin-bottom: 0px;
}
/* line 285, ../../resources/sass/_header.scss */
header .main-subheader .header-right-blck .header-cart-blck .cart-preview-blck table th {
  font-size: 13px;
  border: none;
}
/* line 289, ../../resources/sass/_header.scss */
header .main-subheader .header-right-blck .header-cart-blck .cart-preview-blck table td {
  font-size: 12px;
}
/* line 296, ../../resources/sass/_header.scss */
header .main-subheader p {
  color: white;
  text-transform: uppercase;
  margin: 0px;
  font-size: 40px;
}
/* line 303, ../../resources/sass/_header.scss */
header .second-subheader {
  display: none;
  background-color: #ffffff;
  border-bottom: 1px solid #e4e4e4;
}
/* line 307, ../../resources/sass/_header.scss */
header .second-subheader .col-lg-8 {
  padding: 0px;
}
/* line 310, ../../resources/sass/_header.scss */
header .second-subheader .sub-menu {
  padding: 0px;
  margin: 0px;
}
/* line 313, ../../resources/sass/_header.scss */
header .second-subheader .sub-menu li {
  list-style-type: none;
  display: block;
  padding: 10px 10px 8px 0px !important;
  line-height: 15px;
}
/* line 318, ../../resources/sass/_header.scss */
header .second-subheader .sub-menu li a {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  display: block;
  text-transform: uppercase;
  padding: 12px 10px 8px;
}
/* line 325, ../../resources/sass/_header.scss */
header .second-subheader .sub-menu li a:hover {
  color: #ffffff;
  width: auto;
  height: auto;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  background: #00863d;
  text-decoration: none;
  -webkit-box-shadow: 2px 2px 4px 0px #343a406e;
  -moz-box-shadow: 2px 2px 4px 0px #343a406e;
  box-shadow: 2px 2px 4px 0px #343a406e;
}
/* line 337, ../../resources/sass/_header.scss */
header .second-subheader .sub-menu li a:hover span {
  color: #ffffff;
  text-align: center;
  display: block;
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
  text-decoration: none;
}
/* line 351, ../../resources/sass/_header.scss */
header .categories-menu-resp {
  background-color: #ffffff;
  position: fixed;
  top: 0px;
  right: 100%;
  overflow: scroll;
  z-index: 3;
  width: 0px;
  transition: right 0.5s ease-in-out;
  height: 100%;
  width: 75%;
}
/* line 364, ../../resources/sass/_header.scss */
header .categories-menu-resp .cateories-list-blck {
  padding: 15px 0;
  background: #ffffff;
  color: #000000;
  padding: 20px;
  height: 100%;
}
/* line 370, ../../resources/sass/_header.scss */
header .categories-menu-resp .cateories-list-blck ul {
  margin: 0px;
  padding: 0px;
}
/* line 373, ../../resources/sass/_header.scss */
header .categories-menu-resp .cateories-list-blck ul li {
  list-style-type: none;
}
/* line 375, ../../resources/sass/_header.scss */
header .categories-menu-resp .cateories-list-blck ul li a {
  color: #000000;
  font-size: 12px;
}
/* line 382, ../../resources/sass/_header.scss */
header .categories-menu-resp .cateories-list-blck ul li.main-category-item a.active {
  color: #1e7e34;
}
/* line 386, ../../resources/sass/_header.scss */
header .categories-menu-resp .cateories-list-blck ul li.main-category-item .category-name {
  display: block;
  width: 90%;
  float: left;
  margin: 5px 0px;
  font-size: 13px;
  line-height: 16px;
}
/* line 394, ../../resources/sass/_header.scss */
header .categories-menu-resp .cateories-list-blck ul li.main-category-item .oc-btn, header .categories-menu-resp .cateories-list-blck ul li.main-category-item .sub-oc-btn {
  width: 10%;
  float: left;
  margin: 9px 0px;
  cursor: pointer;
}
/* line 399, ../../resources/sass/_header.scss */
header .categories-menu-resp .cateories-list-blck ul li.main-category-item .oc-btn i, header .categories-menu-resp .cateories-list-blck ul li.main-category-item .sub-oc-btn i {
  font-size: 12px;
  float: right;
}
/* line 404, ../../resources/sass/_header.scss */
header .categories-menu-resp .cateories-list-blck ul li.main-category-item .submenu {
  float: left;
  margin-left: 20px;
}
/* line 409, ../../resources/sass/_header.scss */
header .categories-menu-resp .cateories-list-blck ul li.main-category-item .submenu li a.active {
  color: #1e7e34;
}
/* line 413, ../../resources/sass/_header.scss */
header .categories-menu-resp .cateories-list-blck ul li.main-category-item .submenu li .subcategory-name {
  display: block;
  margin: 5px 0px;
  width: 90%;
  float: left;
  font-size: 11.5px;
  line-height: 14px;
}
/* line 428, ../../resources/sass/_header.scss */
header .categories-menu-resp #categories_resp_close {
  border-bottom: 1px solid #00863d;
  padding: 15px 25px 15px 0px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 15px;
}
/* line 437, ../../resources/sass/_header.scss */
header .main-menu-resp {
  background-color: #ffffff;
  position: fixed;
  top: 0px;
  right: 100%;
  overflow: scroll;
  z-index: 2;
  width: 0px;
  transition: right 0.5s ease-in-out;
  height: 100%;
  width: 75%;
}
/* line 448, ../../resources/sass/_header.scss */
header .main-menu-resp .account-blck {
  background: #00863d;
  color: #ffffff;
  padding: 15px 25px;
  text-transform: uppercase;
  font-size: 12px;
}
/* line 455, ../../resources/sass/_header.scss */
header .main-menu-resp .close-btn {
  width: 50%;
  float: left;
  padding: 15px;
  text-align: right;
}
/* line 461, ../../resources/sass/_header.scss */
header .main-menu-resp .resp-menu-item {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 27px;
  padding: 12px 27px;
}
/* line 469, ../../resources/sass/_header.scss */
header .main-menu-resp .main-menu {
  padding: 0px 15px;
  margin-bottom: 0px;
}
/* line 472, ../../resources/sass/_header.scss */
header .main-menu-resp .main-menu li {
  list-style-type: none;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 12px;
  border-bottom: 1px solid #00863d;
}
/* line 480, ../../resources/sass/_header.scss */
header .main-menu-resp .main-menu li a {
  color: #000000;
}
/* line 484, ../../resources/sass/_header.scss */
header .main-menu-resp .main-menu li.parent-menu-item > ul {
  padding-bottom: 20px;
}
/* line 486, ../../resources/sass/_header.scss */
header .main-menu-resp .main-menu li.parent-menu-item > ul li {
  margin: 5px;
  height: auto;
  display: block;
  letter-spacing: 0;
}
/* line 491, ../../resources/sass/_header.scss */
header .main-menu-resp .main-menu li.parent-menu-item > ul li a {
  font-size: 17px;
  text-transform: none;
}
/* line 496, ../../resources/sass/_header.scss */
header .main-menu-resp .main-menu li.parent-menu-item > ul li ul li {
  width: 100%;
  margin: 0px;
  padding: 0px;
  line-height: 26px;
}
/* line 501, ../../resources/sass/_header.scss */
header .main-menu-resp .main-menu li.parent-menu-item > ul li ul li a {
  font-size: 13px;
  font-weight: 400;
}
/* line 513, ../../resources/sass/_header.scss */
header .main-menu-resp-shown, header .categories-menu-resp-shown {
  right: 25%;
}
/* line 516, ../../resources/sass/_header.scss */
header .breadcrumbs-blck {
  overflow: scroll;
}
/* line 518, ../../resources/sass/_header.scss */
header .breadcrumbs-blck .breadcrumb {
  background-color: #eee;
  border-radius: 0px;
  width: 1000px;
  padding: 8px 8px 6px;
}
/* line 523, ../../resources/sass/_header.scss */
header .breadcrumbs-blck .breadcrumb .breadcrumb-item {
  font-size: 10px;
}
/* line 525, ../../resources/sass/_header.scss */
header .breadcrumbs-blck .breadcrumb .breadcrumb-item.active {
  font-size: 10px;
}
/* line 528, ../../resources/sass/_header.scss */
header .breadcrumbs-blck .breadcrumb .breadcrumb-item a {
  color: #000000;
}

@media screen and (min-width: 769px) {
  /* line 539, ../../resources/sass/_header.scss */
  header .breadcrumbs-blck {
    overflow: hidden;
  }
  /* line 541, ../../resources/sass/_header.scss */
  header .breadcrumbs-blck .breadcrumb {
    background-color: #eee;
    border-radius: 0px;
    width: auto;
    padding: 0.75rem 1rem;
  }
  /* line 546, ../../resources/sass/_header.scss */
  header .breadcrumbs-blck .breadcrumb .breadcrumb-item {
    font-size: 12px;
  }
  /* line 548, ../../resources/sass/_header.scss */
  header .breadcrumbs-blck .breadcrumb .breadcrumb-item.active {
    font-size: 12px;
  }
  /* line 551, ../../resources/sass/_header.scss */
  header .breadcrumbs-blck .breadcrumb .breadcrumb-item a {
    color: #000000;
  }
  /* line 557, ../../resources/sass/_header.scss */
  header .logo-blck {
    width: 150px;
    height: 100%;
    height: 60px;
    background-image: url(/images/logo.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: static;
    margin-top: 15px;
  }
  /* line 567, ../../resources/sass/_header.scss */
  header .navbar {
    position: fixed;
    width: 100%;
    z-index: 1002;
  }
  /* line 571, ../../resources/sass/_header.scss */
  header .navbar .main-menu-blck {
    display: block;
  }
  /* line 573, ../../resources/sass/_header.scss */
  header .navbar .main-menu-blck ul {
    height: 100%;
    margin: 0;
    padding: 0;
  }
  /* line 577, ../../resources/sass/_header.scss */
  header .navbar .main-menu-blck ul li {
    list-style-type: none;
    float: left;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
  }
  /* line 584, ../../resources/sass/_header.scss */
  header .navbar .main-menu-blck ul li a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0px 10px 0px 10px;
    font-weight: 700;
  }
  /* line 594, ../../resources/sass/_header.scss */
  header .navbar .resp-btn-blck {
    display: none;
  }
  /* line 597, ../../resources/sass/_header.scss */
  header .navbar .contact-link {
    display: none;
    left: 7%;
  }
  /* line 600, ../../resources/sass/_header.scss */
  header .navbar .contact-link .nav-link {
    color: #ffffff;
  }
  /* line 602, ../../resources/sass/_header.scss */
  header .navbar .contact-link .nav-link a {
    color: #ffffff;
  }
  /* line 607, ../../resources/sass/_header.scss */
  header .navbar .header-right-blck {
    margin: 10px 0px 10px 10px;
    width: 180px;
    font-size: 14px;
  }
  /* line 613, ../../resources/sass/_header.scss */
  header .main-subheader {
    padding: 68px 5px 5px;
    position: fixed;
    z-index: 1001;
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
  }
  /* line 619, ../../resources/sass/_header.scss */
  header .main-subheader .search-form {
    width: 100%;
    margin-top: 20px;
    width: 440px;
    float: none;
    text-align: center;
  }
  /* line 625, ../../resources/sass/_header.scss */
  header .main-subheader .search-form .search-inp {
    padding: 14px 20px 13px;
  }
  /* line 628, ../../resources/sass/_header.scss */
  header .main-subheader .search-form .search-btn {
    padding: 15px;
    position: absolute;
    top: -9px;
    display: block;
    color: #00863d;
    right: 10%;
    height: 50px;
    width: 50px;
    background: no-repeat;
    border: none;
  }
  /* line 642, ../../resources/sass/_header.scss */
  header .main-subheader .header-right-blck .header-cart-blck {
    display: block;
  }
  /* line 647, ../../resources/sass/_header.scss */
  header .second-subheader {
    display: block;
    padding-top: 148px;
  }
  /* line 650, ../../resources/sass/_header.scss */
  header .second-subheader .col-lg-8 {
    padding: 0 15px;
  }
  /* line 653, ../../resources/sass/_header.scss */
  header .second-subheader .sub-menu {
    padding: 0 5px;
  }
  /* line 655, ../../resources/sass/_header.scss */
  header .second-subheader .sub-menu li {
    display: inline-block;
    padding: 20px 50px 20px 5px;
  }
  /* line 658, ../../resources/sass/_header.scss */
  header .second-subheader .sub-menu li a {
    padding: 12px 0px 8px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 671, ../../resources/sass/_header.scss */
  header .breadcrumbs-blck {
    overflow: hidden;
  }
  /* line 673, ../../resources/sass/_header.scss */
  header .breadcrumbs-blck .breadcrumb {
    background-color: #eee;
    border-radius: 0px;
    width: auto;
    padding: 0.75rem 1rem;
  }
  /* line 678, ../../resources/sass/_header.scss */
  header .breadcrumbs-blck .breadcrumb .breadcrumb-item {
    font-size: 12px;
  }
  /* line 680, ../../resources/sass/_header.scss */
  header .breadcrumbs-blck .breadcrumb .breadcrumb-item.active {
    font-size: 12px;
  }
  /* line 683, ../../resources/sass/_header.scss */
  header .breadcrumbs-blck .breadcrumb .breadcrumb-item a {
    color: #000000;
  }
  /* line 689, ../../resources/sass/_header.scss */
  header .logo-blck {
    width: 250px;
    height: 100%;
    height: 75px;
    background-image: url(/images/logo.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: static;
    margin-top: 0px;
  }
  /* line 699, ../../resources/sass/_header.scss */
  header .navbar {
    position: fixed;
    width: 100%;
    z-index: 1002;
  }
  /* line 703, ../../resources/sass/_header.scss */
  header .navbar .main-menu-blck {
    display: block;
  }
  /* line 705, ../../resources/sass/_header.scss */
  header .navbar .main-menu-blck ul {
    height: 100%;
    margin: 0;
    padding: 0;
  }
  /* line 709, ../../resources/sass/_header.scss */
  header .navbar .main-menu-blck ul li {
    list-style-type: none;
    float: left;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
  }
  /* line 716, ../../resources/sass/_header.scss */
  header .navbar .main-menu-blck ul li a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0px 13px 0px 12px;
    font-weight: 700;
  }
  /* line 726, ../../resources/sass/_header.scss */
  header .navbar .resp-btn-blck {
    display: none;
  }
  /* line 729, ../../resources/sass/_header.scss */
  header .navbar .contact-link {
    display: block;
    left: 4%;
  }
  /* line 732, ../../resources/sass/_header.scss */
  header .navbar .contact-link .nav-link {
    color: #ffffff;
  }
  /* line 734, ../../resources/sass/_header.scss */
  header .navbar .contact-link .nav-link a {
    color: #ffffff;
  }
  /* line 739, ../../resources/sass/_header.scss */
  header .navbar .header-right-blck {
    width: 200px;
    font-size: 15px;
    margin: 10px 0px 10px 10px;
  }
  /* line 745, ../../resources/sass/_header.scss */
  header .main-subheader {
    padding: 68px 5px 5px;
    position: fixed;
    z-index: 1001;
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
  }
  /* line 751, ../../resources/sass/_header.scss */
  header .main-subheader .search-form {
    width: 100%;
    margin-top: 20px;
    width: 440px;
    float: none;
    text-align: center;
  }
  /* line 757, ../../resources/sass/_header.scss */
  header .main-subheader .search-form .search-inp {
    padding: 14px 20px 13px;
  }
  /* line 760, ../../resources/sass/_header.scss */
  header .main-subheader .search-form .search-btn {
    padding: 15px;
    position: absolute;
    top: -9px;
    display: block;
    color: #00863d;
    right: 10%;
    height: 50px;
    width: 50px;
    background: no-repeat;
    border: none;
  }
  /* line 774, ../../resources/sass/_header.scss */
  header .main-subheader .header-right-blck .header-cart-blck {
    display: block;
  }
  /* line 779, ../../resources/sass/_header.scss */
  header .second-subheader {
    display: block;
    padding-top: 148px;
  }
  /* line 782, ../../resources/sass/_header.scss */
  header .second-subheader .col-lg-8 {
    padding: 0 15px;
  }
  /* line 785, ../../resources/sass/_header.scss */
  header .second-subheader .sub-menu {
    padding: 0 5px;
  }
  /* line 787, ../../resources/sass/_header.scss */
  header .second-subheader .sub-menu li {
    display: inline-block;
    padding: 20px 50px 20px 5px;
  }
  /* line 790, ../../resources/sass/_header.scss */
  header .second-subheader .sub-menu li a {
    padding: 12px 10px 8px;
  }
}
/* line 2, ../../resources/sass/_footer.scss */
footer {
  width: 100%;
  padding: 15px;
  margin-top: -100px;
  text-align: center;
  font-size: 40px;
  background-color: #000000;
  color: #ffffff;
  font-family: Comforta;
}
/* line 11, ../../resources/sass/_footer.scss */
footer iframe {
  width: 100%;
}
/* line 14, ../../resources/sass/_footer.scss */
footer .subheader {
  font-size: 16px;
  text-align: left;
  font-weight: 700;
  padding: 20px 0px;
}
/* line 20, ../../resources/sass/_footer.scss */
footer .contacts-blck {
  font-size: 12px;
  text-align: left;
  line-height: 22px;
}
/* line 25, ../../resources/sass/_footer.scss */
footer .main-menu {
  list-style-type: none;
  padding-left: 0px;
  padding-top: 20px;
}
/* line 29, ../../resources/sass/_footer.scss */
footer .main-menu li {
  text-align: left;
  height: 30px;
}
/* line 32, ../../resources/sass/_footer.scss */
footer .main-menu li a {
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  display: block;
}
/* line 40, ../../resources/sass/_footer.scss */
footer .social-blck {
  padding: 15px;
}
/* line 42, ../../resources/sass/_footer.scss */
footer .social-blck a {
  color: #ffffff;
}
/* line 44, ../../resources/sass/_footer.scss */
footer .social-blck a i {
  font-size: 35px;
}
/* line 49, ../../resources/sass/_footer.scss */
footer .ftr-slogan {
  font-size: 12px;
}

/* line 54, ../../resources/sass/_footer.scss */
.front-pg-posts {
  margin: 0 0 0px;
  padding: 0px 0px 15px;
}
/* line 59, ../../resources/sass/_footer.scss */
.front-pg-posts .container .posts-carousel .front-pg-post-blck {
  margin: 10px 0px;
  display: none;
}
/* line 62, ../../resources/sass/_footer.scss */
.front-pg-posts .container .posts-carousel .front-pg-post-blck .front-post-img-wrapper {
  max-width: 100%;
}
/* line 64, ../../resources/sass/_footer.scss */
.front-pg-posts .container .posts-carousel .front-pg-post-blck .front-post-img-wrapper .front-pg-post-img {
  padding-top: 57%;
  background-size: cover;
}
/* line 67, ../../resources/sass/_footer.scss */
.front-pg-posts .container .posts-carousel .front-pg-post-blck .front-post-img-wrapper .front-pg-post-img .bg-mask {
  background-color: rgba(93, 50, 91, 0.3);
  height: 100%;
}
/* line 73, ../../resources/sass/_footer.scss */
.front-pg-posts .container .posts-carousel .front-pg-post-blck .front-post-preview-descr {
  color: #000000;
}
/* line 75, ../../resources/sass/_footer.scss */
.front-pg-posts .container .posts-carousel .front-pg-post-blck .front-post-preview-descr h2 {
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 10px 0px 10px;
  font-weight: 700;
}
/* line 81, ../../resources/sass/_footer.scss */
.front-pg-posts .container .posts-carousel .front-pg-post-blck .front-post-preview-descr p {
  font-size: 15px;
}
/* line 84, ../../resources/sass/_footer.scss */
.front-pg-posts .container .posts-carousel .front-pg-post-blck .front-post-preview-descr .date-info {
  font-style: italic;
  padding: 15px 0px 0px;
  margin-bottom: 0px;
}
/* line 90, ../../resources/sass/_footer.scss */
.front-pg-posts .container .posts-carousel .front-pg-post-blck:nth-of-type(1) {
  display: block;
}

@media screen and (min-width: 769px) {
  /* line 103, ../../resources/sass/_footer.scss */
  footer iframe {
    width: 270px;
    height: 165px;
    margin-top: 25px;
  }

  /* line 109, ../../resources/sass/_footer.scss */
  .subheader {
    padding: 20px 15px;
  }

  /* line 112, ../../resources/sass/_footer.scss */
  .contacts-blck {
    padding: 0 0px;
  }

  /* line 115, ../../resources/sass/_footer.scss */
  .main-menu {
    padding-left: 30px;
  }

  /* line 118, ../../resources/sass/_footer.scss */
  .logo-blck {
    width: 100%;
    height: 60px;
    background-image: url(/images/logo.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: static;
  }

  /* line 130, ../../resources/sass/_footer.scss */
  .front-pg-posts .container .posts-carousel .front-pg-post-blck {
    display: block;
  }
  /* line 133, ../../resources/sass/_footer.scss */
  .front-pg-posts .container .posts-carousel .front-pg-post-blck a:hover {
    text-decoration: none;
  }
  /* line 146, ../../resources/sass/_footer.scss */
  .front-pg-posts .container .posts-carousel .front-pg-post-blck .front-post-preview-descr {
    color: #000000;
  }
  /* line 148, ../../resources/sass/_footer.scss */
  .front-pg-posts .container .posts-carousel .front-pg-post-blck .front-post-preview-descr h2 {
    font-size: 18px;
    line-height: 22px;
    padding-right: 0%;
    margin: 0px 0px 10px;
  }
  /* line 154, ../../resources/sass/_footer.scss */
  .front-pg-posts .container .posts-carousel .front-pg-post-blck .front-post-preview-descr p {
    font-size: 14px;
    padding-right: 0px;
  }
}
/* line 41, ../../resources/sass/app.scss */
html,
body {
  height: 100%;
}
/* line 44, ../../resources/sass/app.scss */
html .main-layout,
body .main-layout {
  min-height: 100%;
  padding-bottom: 100px;
  font-family: Comforta;
}

/* line 51, ../../resources/sass/app.scss */
main {
  padding: 30px 0;
}

/* line 55, ../../resources/sass/app.scss */
button, button:hover, button:active, button:active:focus, button:visited, button:focus {
  outline: none;
}

/* line 59, ../../resources/sass/app.scss */
button:hover {
  cursor: pointer;
}
