@import url(../../fonts/istokweb/istokweb.css);
@import url(../../fonts/americancaptain/americancaptain.css);
@-webkit-keyframes float-top {
  0% {
    -webkit-transform: translate3d(0);
    -ms-transform: translate3d(0);
    transform: translate3d(0);
  }
  50% {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes float-top {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes float-top {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes float-top {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes float-bottom {
  0% {
    bottom: 10px;
    opacity: 1;
  }
  70% {
    opacity: .1;
  }
  100% {
    bottom: 0px;
    opacity: 0;
  }
}
@-moz-keyframes float-bottom {
  0% {
    bottom: 10px;
    opacity: 1;
  }
  70% {
    opacity: .1;
  }
  100% {
    bottom: 0px;
    opacity: 0;
  }
}
@-o-keyframes float-bottom {
  0% {
    bottom: 10px;
    opacity: 1;
  }
  70% {
    opacity: .1;
  }
  100% {
    bottom: 0px;
    opacity: 0;
  }
}
@keyframes float-bottom {
  0% {
    bottom: 10px;
    opacity: 1;
  }
  70% {
    opacity: .1;
  }
  100% {
    bottom: 0px;
    opacity: 0;
  }
}
@-webkit-keyframes float-up-down {
  0% {
    -webkit-transform: translate3d(0);
    -ms-transform: translate3d(0);
    transform: translate3d(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes float-up-down {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes float-up-down {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes float-up-down {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* Reset css */
/* line 5, ../../scss/libs/_reset.scss */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: 'IstokWeb';
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  line-height: 1;
  outline: none;
}

/* line 24, ../../scss/libs/_reset.scss */
body * {
  box-sizing: border-box;
}

/* line 27, ../../scss/libs/_reset.scss */
a img,
:link img,
:visited img {
  border: 0;
}

/* line 32, ../../scss/libs/_reset.scss */
a,
a:hover,
a:visited,
a:focus {
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  outline: none;
}

/* line 43, ../../scss/libs/_reset.scss */
button, input[type='submit'] {
  font-family: 'IstokWeb', sans-serif;
  cursor: pointer;
  outline: none;
  border: none;
  padding: 0;
}

/* line 50, ../../scss/libs/_reset.scss */
input {
  outline: none;
}

/* line 53, ../../scss/libs/_reset.scss */
label {
  cursor: pointer;
}

/* line 56, ../../scss/libs/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 60, ../../scss/libs/_reset.scss */
td {
  vertical-align: top;
}

/* line 63, ../../scss/libs/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 66, ../../scss/libs/_reset.scss */
q:before, q:after,
blockquote:before, blockquote:after {
  content: '';
}

/* line 70, ../../scss/libs/_reset.scss */
select {
  outline: none;
}

/* line 74, ../../scss/libs/_reset.scss */
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6,
.col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
.col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
.col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6,
.col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
.container-fluid {
  padding: 0px;
}

/* Reset css |END| */
/* Parts */
/* line 1, ../../scss/parts/_buttons.scss */
.our-products {
  width: 200px;
  height: 45px;
  display: block;
  background: #000;
  position: relative;
}
/* line 7, ../../scss/parts/_buttons.scss */
.our-products span {
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-family: "American Captain";
  font-size: 24px;
  font-weight: 400;
  z-index: 1;
}
/* line 20, ../../scss/parts/_buttons.scss */
.our-products:after {
  content: '';
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffa000;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 0;
}
/* line 32, ../../scss/parts/_buttons.scss */
.our-products:hover:after {
  width: 100%;
}
/* line 37, ../../scss/parts/_buttons.scss */
.our-products:active:after {
  width: 100%;
  background: #e89200;
}

/* line 44, ../../scss/parts/_buttons.scss */
.yellow-btn {
  height: 45px;
  line-height: 48px;
  padding: 0 50px;
  display: inline-block;
  background: #ffa000;
  color: #fff;
  font-family: "American Captain";
  font-size: 24px;
  text-align: center;
  transition: background .5s, border .5s;
}
/* line 55, ../../scss/parts/_buttons.scss */
.yellow-btn:hover {
  background: #ffc563;
}
/* line 58, ../../scss/parts/_buttons.scss */
.yellow-btn:active {
  background: #e89200;
}

/* line 63, ../../scss/parts/_buttons.scss */
.yellow-border-btn {
  height: 45px;
  line-height: 48px;
  padding: 0 50px;
  display: inline-block;
  border: 1px solid #ffa000;
  background: transparent;
  color: #000;
  font-family: "American Captain";
  font-size: 24px;
  text-align: center;
  transition: background .5s, border .5s, color .5s;
}
/* line 75, ../../scss/parts/_buttons.scss */
.yellow-border-btn:hover {
  color: #fff;
  border: 1px solid #ffa000;
  background: #ffa000;
}
/* line 80, ../../scss/parts/_buttons.scss */
.yellow-border-btn:active {
  color: #fff;
  border: 1px solid #e89200;
  background: #e89200;
}

/* line 87, ../../scss/parts/_buttons.scss */
.border-btn, .show-all-border-btn {
  height: 45px;
  line-height: 48px;
  padding: 0 50px;
  display: inline-block;
  border: 1px solid #000;
  background: transparent;
  color: #000;
  font-family: "American Captain";
  font-size: 24px;
  text-align: center;
  transition: background .5s, border .5s,color .5s;
}
/* line 99, ../../scss/parts/_buttons.scss */
.border-btn:hover, .show-all-border-btn:hover {
  color: #fff;
  border: 1px solid #ffa000;
  background: #ffa000;
}
/* line 104, ../../scss/parts/_buttons.scss */
.border-btn:active, .show-all-border-btn:active {
  color: #fff;
  border: 1px solid #e89200;
  background: #e89200;
}

/*.show-all-btn {
    width: 190px;
    height: 45px;
    line-height: 48px;
    @extend .border-btn;
}*/
/* line 118, ../../scss/parts/_buttons.scss */
.black-link, .where-buy-link, .call-back-link {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}
/* line 123, ../../scss/parts/_buttons.scss */
.black-link:hover, .where-buy-link:hover, .call-back-link:hover {
  color: #ffa000;
}
/* line 126, ../../scss/parts/_buttons.scss */
.black-link:before, .where-buy-link:before, .call-back-link:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* line 137, ../../scss/parts/_buttons.scss */
.where-buy-link {
  padding-left: 30px;
}
/* line 140, ../../scss/parts/_buttons.scss */
.where-buy-link:before {
  top: 0;
  width: 20px;
  height: 26px;
  background-image: url("../../img/icon/map-marker.svg");
}

/* line 148, ../../scss/parts/_buttons.scss */
.call-back-link {
  padding-left: 30px;
}
/* line 151, ../../scss/parts/_buttons.scss */
.call-back-link:before {
  top: 3px;
  width: 22px;
  height: 19px;
  background-image: url("../../img/icon/email.svg");
}

/* line 159, ../../scss/parts/_buttons.scss */
.show-all-border-btn {
  width: 190px;
  padding: 0;
}

/* Blocks. */
/* line 4, ../../scss/blocks/_header.scss */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 4;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}
/* line 23, ../../scss/blocks/_header.scss */
header.is-hidden {
  transform: translateY(-100%);
}
/* line 31, ../../scss/blocks/_header.scss */
header:not(.small) .header-border {
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #ddd;
  box-sizing: content-box;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
/* line 42, ../../scss/blocks/_header.scss */
header.small {
  height: 65px;
  background: transparent;
  border-bottom: 3px solid transparent;
  -webkit-transition: background 1s ease 0s;
  -moz-transition: background 1s ease 0s;
  -o-transition: background 1s ease 0s;
  transition: background 1s ease 0s;
}
/* line 47, ../../scss/blocks/_header.scss */
header.small .header-wrap, header.small .menu {
  line-height: 65px;
}
/* line 50, ../../scss/blocks/_header.scss */
header.small .menu {
  height: 65px;
}
/* line 53, ../../scss/blocks/_header.scss */
header.small .our-products, header.small .local, header.small .socials, header.small .logo, header.small .menu {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s ease 0s;
  -moz-transition: visibility 1s ease 0s;
  -o-transition: visibility 1s ease 0s;
  transition: visibility 1s ease 0s;
  -webkit-transition: opacity 1s ease 0s;
  -moz-transition: opacity 1s ease 0s;
  -o-transition: opacity 1s ease 0s;
  transition: opacity 1s ease 0s;
}
/* line 59, ../../scss/blocks/_header.scss */
header.small .local, header.small .socials {
  margin-top: -50%;
}
/* line 62, ../../scss/blocks/_header.scss */
header.small .our-products {
  margin-left: -1000%;
}
/* line 65, ../../scss/blocks/_header.scss */
header.small .header-wrap {
  position: relative;
}
/* line 68, ../../scss/blocks/_header.scss */
header.small .small-logo {
  position: absolute;
  left: 0;
  width: 80px;
  height: 26px;
  top: 50%;
  margin-top: -13px;
  -webkit-transition: left 500ms ease 0s;
  -moz-transition: left 500ms ease 0s;
  -o-transition: left 500ms ease 0s;
  transition: left 500ms ease 0s;
}
/* line 77, ../../scss/blocks/_header.scss */
header.small .small-menu-link {
  position: absolute;
  width: 38px;
  height: 24px;
  left: 50%;
  margin-left: -19px;
  top: 50%;
  margin-top: -12px;
  background-image: url("../../img/icon/small-menu.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: top 500ms ease 0s;
  -moz-transition: top 500ms ease 0s;
  -o-transition: top 500ms ease 0s;
  transition: top 500ms ease 0s;
}
/* line 92, ../../scss/blocks/_header.scss */
header.small .menu li {
  opacity: 0;
}
/* line 96, ../../scss/blocks/_header.scss */
header.small:hover {
  background: #fff;
}
/* line 98, ../../scss/blocks/_header.scss */
header.small:hover .small-menu-link {
  top: -50%;
}
/* line 101, ../../scss/blocks/_header.scss */
header.small:hover .small-logo {
  left: -1000%;
}
/* line 104, ../../scss/blocks/_header.scss */
header.small:hover .our-products, header.small:hover .local, header.small:hover .socials, header.small:hover .logo, header.small:hover .menu {
  visibility: visible;
  opacity: 1;
}
/* line 108, ../../scss/blocks/_header.scss */
header.small:hover .our-products {
  margin-left: 0;
}
/* line 111, ../../scss/blocks/_header.scss */
header.small:hover .local, header.small:hover .socials {
  margin-top: 0;
}
/* line 114, ../../scss/blocks/_header.scss */
header.small:hover .our-products, header.small:hover .local, header.small:hover .socials {
  -webkit-transition: margin 0.4s ease 0.2s;
  -moz-transition: margin 0.4s ease 0.2s;
  -o-transition: margin 0.4s ease 0.2s;
  transition: margin 0.4s ease 0.2s;
}
/* line 118, ../../scss/blocks/_header.scss */
header.small:hover .menu li {
  opacity: 1;
}
/* line 120, ../../scss/blocks/_header.scss */
header.small:hover .menu li:nth-child(1n) {
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
/* line 123, ../../scss/blocks/_header.scss */
header.small:hover .menu li:nth-child(2n) {
  -webkit-transition: opacity 0.3s ease 0.1s;
  -moz-transition: opacity 0.3s ease 0.1s;
  -o-transition: opacity 0.3s ease 0.1s;
  transition: opacity 0.3s ease 0.1s;
}
/* line 126, ../../scss/blocks/_header.scss */
header.small:hover .menu li:nth-child(3n) {
  -webkit-transition: opacity 0.3s ease 0.2s;
  -moz-transition: opacity 0.3s ease 0.2s;
  -o-transition: opacity 0.3s ease 0.2s;
  transition: opacity 0.3s ease 0.2s;
}
/* line 133, ../../scss/blocks/_header.scss */
header .header-wrap {
  display: inline-block;
  text-align: left;
  line-height: 90px;
  vertical-align: middle;
}
/* line 139, ../../scss/blocks/_header.scss */
header .header-wrap .our-products-wrap {
  width: 200px;
  height: 45px;
  display: inline-block;
  line-height: 50px;
  vertical-align: middle;
}
/* line 147, ../../scss/blocks/_header.scss */
header .local, header .socials, header .logo {
  display: inline-block;
  vertical-align: middle;
}
/* line 151, ../../scss/blocks/_header.scss */
header .our-products {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
/* line 154, ../../scss/blocks/_header.scss */
header .local {
  margin-left: 70px;
}
/* line 156, ../../scss/blocks/_header.scss */
header .local a {
  color: #000;
  font-size: 16px;
  position: relative;
}
/* line 160, ../../scss/blocks/_header.scss */
header .local a:before {
  content: '';
  width: 0;
  height: 1px;
  margin: auto;
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
/* line 172, ../../scss/blocks/_header.scss */
header .local a:hover:before, header .local a.active:before {
  width: 100%;
  background: #000;
}
/* line 179, ../../scss/blocks/_header.scss */
header .socials {
  margin-left: 65px;
}
/* line 181, ../../scss/blocks/_header.scss */
header .socials a {
  display: inline-block;
  margin-right: 8px;
}
/* line 184, ../../scss/blocks/_header.scss */
header .socials a span {
  background-size: 0;
  background-repeat: no-repeat;
}
/* line 186, ../../scss/blocks/_header.scss */
header .socials a span svg {
  width: 19px;
  height: 19px;
}
/* line 189, ../../scss/blocks/_header.scss */
header .socials a span svg path {
  -webkit-transition: fill 0.3s ease 0s;
  -moz-transition: fill 0.3s ease 0s;
  -o-transition: fill 0.3s ease 0s;
  transition: fill 0.3s ease 0s;
}
/* line 194, ../../scss/blocks/_header.scss */
header .socials a span:hover path {
  fill: #ffa000;
}
/* line 199, ../../scss/blocks/_header.scss */
header .socials a .fb-icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOSIgdmlld0JveD0iMCAwIDE5IDE5Ij48dGl0bGU+ZmI8L3RpdGxlPjxwYXRoIGQ9Ik0wLDUuNXY3LjhhNS41LDUuNSwwLDAsMCwxLjYsNC4xLDUuNiw1LjYsMCwwLDAsNCwxLjVoNy44YTUuNyw1LjcsMCwwLDAsNC0xLjVBNS41LDUuNSwwLDAsMCwxOSwxMy41VjUuNmE1LjUsNS41LDAsMCwwLTEuNS00LDUuNSw1LjUsMCwwLDAtNC0xLjZINS42QTUuMiw1LjIsMCwwLDAsMCw1LjVaTTEyLDQuNFY2LjFoLTFjLS43LDAtLjguMi0uOC43di45SDEybC0uMiwxLjhIMTAuM3Y1LjFIOFY5LjVINi45VjcuN0g4VjYuN2MwLTEuNC42LTIuMywyLjUtMi4zWiIvPjwvc3ZnPg==");
}
/* line 202, ../../scss/blocks/_header.scss */
header .socials a .inst-icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOSIgdmlld0JveD0iMCAwIDE5IDE5Ij48dGl0bGU+aW5zdGE8L3RpdGxlPjxwYXRoIGQ9Ik0xOSwxMy43VjUuM0E1LjMsNS4zLDAsMCwwLDEzLjcsMEg1LjNBNS4zLDUuMywwLDAsMCwwLDUuM3Y4LjRBNS4zLDUuMywwLDAsMCw1LjMsMTloOC40QTUuMyw1LjMsMCwwLDAsMTksMTMuN1pNMTQuNCw5LjVBNC45LDQuOSwwLDEsMSw5LjUsNC42LDQuOSw0LjksMCwwLDEsMTQuNCw5LjVabTEuNC01YTEuMywxLjMsMCwxLDEtMS4zLTEuM0ExLjMsMS4zLDAsMCwxLDE1LjgsNC40WiIvPjxwYXRoIGQ9Ik05LjUsMTIuOGEzLjQsMy40LDAsMSwxLDMuNC0zLjRBMy40LDMuNCwwLDAsMSw5LjUsMTIuOFoiLz48L3N2Zz4=");
}
/* line 207, ../../scss/blocks/_header.scss */
header .logo {
  margin-left: 82px;
  font-size: 0;
}
/* line 211, ../../scss/blocks/_header.scss */
header .menu {
  float: right;
  display: inline-block;
  height: 90px;
  line-height: 90px;
}
/* line 216, ../../scss/blocks/_header.scss */
header .menu li {
  display: inline-block;
  vertical-align: middle;
}
/* line 219, ../../scss/blocks/_header.scss */
header .menu li:not(:last-child) {
  margin-right: 60px;
}
/* line 224, ../../scss/blocks/_header.scss */
header .menu li.active a:before {
  width: 100%;
  background: #000;
}
/* line 230, ../../scss/blocks/_header.scss */
header .menu li a {
  color: #000;
  font-family: "American Captain";
  font-size: 24px;
  font-weight: 400;
  position: relative;
}
/* line 237, ../../scss/blocks/_header.scss */
header .menu li a:hover:before {
  width: 100%;
  background: #000;
}
/* line 242, ../../scss/blocks/_header.scss */
header .menu li a:before {
  content: '';
  width: 0;
  height: 3px;
  margin: auto;
  position: absolute;
  top: -13px;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
/* line 255, ../../scss/blocks/_header.scss */
header .menu li.active a:before {
  content: '';
  width: 100%;
  height: 3px;
  margin: auto;
  position: absolute;
  top: -13px;
  left: 0;
  right: 0;
  background: #000;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
/* line 273, ../../scss/blocks/_header.scss */
header .our-products-wrap {
  position: relative;
}
/* line 276, ../../scss/blocks/_header.scss */
header .our-products-wrap .dropdown-menu {
  display: none;
  position: absolute;
  background: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 0px;
  z-index: 1000;
}
/* line 286, ../../scss/blocks/_header.scss */
header .our-products-wrap:hover .dropdown-menu {
  display: block;
}

.dropdown-menu li a {
    margin: 0;
    padding: 10px;
    color: #333; /* Цвет текста ссылок */
    text-decoration: none; /* Убираем подчеркивание ссылок */
    padding: 8px 16px; /* Отступы для ссылок */
    display: block; /* Блочный элемент для лучшей кликабельности */
    transition: background-color 0.3s linear;
}

.dropdown-menu li a:hover {
    background-color: #f5f5f5; /* Цвет фона при наведении */
    color: #000; /* Цвет текста при наведении */
}

/* line 1, ../../scss/blocks/_footer.scss */
footer {
  width: 100%;
  height: 20px;
  margin-top: -20px;
  background: #000;
}
/* line 6, ../../scss/blocks/_footer.scss */
footer .copy, footer .dev {
  color: #fff;
  font-size: 10px;
  padding: 5px 0;
}
/* line 11, ../../scss/blocks/_footer.scss */
footer .copy {
  float: left;
}
/* line 14, ../../scss/blocks/_footer.scss */
footer .dev {
  float: right;
  padding-right: 20px;
  position: relative;
}
/* line 18, ../../scss/blocks/_footer.scss */
footer .dev:after {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 11px;
  top: 5px;
  right: 0;
  background-image: url("../../img/icon/moohii-logo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* line 1, ../../scss/blocks/_preloader.scss */
.preloader-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  z-index: 99;
}

/* line 11, ../../scss/blocks/_preloader.scss */
.logo-vertical {
  width: 65px;
  height: 100px;
  position: absolute;
  margin-top: 100px;
  left: 50%;
  margin-left: -33px;
  background-image: url("../../img/icon/logo-vertical-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-height: 880px) {
  /* line 11, ../../scss/blocks/_preloader.scss */
  .logo-vertical {
    margin-top: 20px;
  }
}

/* line 30, ../../scss/blocks/_preloader.scss */
#nprogress {
  pointer-events: none;
}

/* line 34, ../../scss/blocks/_preloader.scss */
#loader-bar {
  position: absolute;
  width: 0;
  height: 3px;
  top: 50%;
  margin-top: -2px;
  background: #fff;
  left: 0;
  z-index: 100;
  transition: width 1s;
}

/* line 47, ../../scss/blocks/_preloader.scss */
#loader-icon {
  position: absolute;
  width: 156px;
  height: 120px;
  top: 50%;
  margin-top: -170px;
  left: 50%;
  margin-left: -78px;
  background-image: url("../../img/icon/nut-icon-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 100;
  -webkit-animation: nprogress-spinner 3s linear infinite;
  animation: nprogress-spinner 3s linear infinite;
}

/* line 67, ../../scss/blocks/_preloader.scss */
#percent {
  width: 100%;
  height: 26px;
  position: absolute;
  top: 50%;
  margin-top: 70px;
  text-align: center;
}

/* line 76, ../../scss/blocks/_preloader.scss */
#percent, #percent span {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* line 11, ../../scss/_main.scss */
html, body {
  height: 100%;
}

/* line 15, ../../scss/_main.scss */
.container, header .header-wrap {
  width: 1200px;
  margin: 0 auto;
}

/* line 20, ../../scss/_main.scss */
.main-container {
  padding: 90px 0 20px 0;
  min-height: 100%;
}

/* line 26, ../../scss/_main.scss */
.row:before, .row:after {
  content: ' ';
  display: table;
}
/* line 31, ../../scss/_main.scss */
.row:after {
  clear: both;
}

/* line 36, ../../scss/_main.scss */
.hide, header:not(.small) .small-logo, header:not(.small) .small-menu-link {
  display: none !important;
  opacity: 0;
  visibility: hidden;
}

/* line 42, ../../scss/_main.scss */
.hidden {
  visibility: hidden;
}

/* line 44, ../../scss/_main.scss */
.btn-center {
  text-align: center;
}

/* line 46, ../../scss/_main.scss */
.nut-icon {
  width: 170px;
  height: 115px;
  background-image: url("../../img/content/nut-icon.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 78px;
  border-bottom: 1px solid #ffa000;
}

/* line 56, ../../scss/_main.scss */
#cboxClose {
  width: 23px;
  height: 23px;
  position: absolute;
  top: 20px;
  right: 20px;
  background-image: url("../../img/icon/close.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* line 68, ../../scss/_main.scss */
input, textarea {
  outline: none;
  font-family: sans-serif;
}

/* line 73, ../../scss/_main.scss */
textarea {
  resize: none;
}

/* line 75, ../../scss/_main.scss */
.form-preload {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 10;
  display: none;
}
/* line 84, ../../scss/_main.scss */
.form-preload:before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  background-image: url("../../img/icon/preloader.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* line 98, ../../scss/_main.scss */
a:not([href]) {
  display: block !important;
  position: relative !important;
  top: -100px !important;
  visibility: hidden !important;
}

/* line 105, ../../scss/_main.scss */
.up-scroll {
  display: block;
  width: 50px;
  height: 50px;
  margin: 50px auto 50px auto;
  cursor: pointer;
  z-index: 1000;
  line-height: 50px;
  text-align: center;
  transition: bottom .3s ease-in-out;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NSIgaGVpZ2h0PSI1NSIgdmlld0JveD0iMCAwIDU1IDU1Ij48dGl0bGU+dXBfYnV0dG9uPC90aXRsZT48cGF0aCBkPSJNMzcsMjQuM2wtOS41LTkuMkwxOCwyNC4zYTEuNiwxLjYsMCwwLDAsMi4yLDIuM2w1LjctNS41VjM4LjNhMS42LDEuNiwwLDEsMCwzLjIsMFYyMS4xbDUuNiw1LjVBMS42LDEuNiwwLDAsMCwzNywyNC4zWiIgZmlsbD0iI2Y5YTAxYiIvPjxwYXRoIGQ9Ik01NCwxVjU0SDFWMUg1NG0xLTFIMFY1NUg1NVYwWiIvPjwvc3ZnPg==");
  background-size: 0;
  background-repeat: no-repeat;
}
/* line 118, ../../scss/_main.scss */
.up-scroll svg title + path {
  fill: #000;
  -webkit-transition: fill 0.3s ease 0s;
  -moz-transition: fill 0.3s ease 0s;
  -o-transition: fill 0.3s ease 0s;
  transition: fill 0.3s ease 0s;
}
/* line 125, ../../scss/_main.scss */
.up-scroll:hover svg title + path, .up-scroll:active svg title + path {
  fill: #ffa000;
}
/* line 128, ../../scss/_main.scss */
.up-scroll.show {
  bottom: 50px;
}

/* line 3, ../../scss/pages/distributors.scss */
.page-title {
  padding-left: 60px;
  margin-top: 70px;
  color: #000;
  font-family: 'American Captain';
  font-size: 61px;
  line-height: 73px;
  text-transform: uppercase;
}

/* line 13, ../../scss/pages/distributors.scss */
.distributors-container {
  background: #f5f5f5;
  padding: 35px 120px;
  margin-top: 75px;
  font-size: 0;
}
/* line 18, ../../scss/pages/distributors.scss */
.distributors-container .item {
  width: 220px;
  height: 85px;
  display: inline-block;
  line-height: 85px;
  text-align: center;
  margin-bottom: 22px;
  background: #fff;
  border: 1px solid #000;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transition: filter 300ms;
  cursor: pointer;
}
/* line 31, ../../scss/pages/distributors.scss */
.distributors-container .item:not(:nth-child(4n)) {
  margin-right: 26px;
}
/* line 34, ../../scss/pages/distributors.scss */
.distributors-container .item:hover {
  filter: none;
  -webkit-filter: none;
}
/* line 38, ../../scss/pages/distributors.scss */
.distributors-container .item img {
  max-width: 90%;
  max-height: 90%;
  vertical-align: middle;
}

/* line 46, ../../scss/pages/distributors.scss */
.btn-center {
  margin: 60px 0;
}

/* line 50, ../../scss/pages/distributors.scss */
.block-title {
  padding-left: 60px;
  margin-bottom: 20px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

/* Map */
/* line 60, ../../scss/pages/distributors.scss */
.map-info {
  width: 274px;
  border: 1px solid #000;
}
/* line 63, ../../scss/pages/distributors.scss */
.map-info .icon-block {
  padding: 20px 50px;
  text-align: center;
  background: #fff;
}
/* line 67, ../../scss/pages/distributors.scss */
.map-info .icon-block img {
  text-align: center;
  max-width: 130px;
  max-height: 60px;
}
/* line 73, ../../scss/pages/distributors.scss */
.map-info .address {
  padding: 25px 30px;
  background: #000;
}
/* line 76, ../../scss/pages/distributors.scss */
.map-info .address p {
  color: #fff;
  font-size: 14px;
  line-height: 19px;
}

/* line 84, ../../scss/pages/distributors.scss */
#map {
  width: 100%;
  height: 780px;
  background: #eee;
}

/* line 90, ../../scss/pages/distributors.scss */
.gm-style-iw {
  top: 0 !important;
  left: 8px !important;
  width: 275px !important;
  margin-left: -142px;
  margin-top: 53px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .7s, margin .7s, visibility .7s;
}
/* line 102, ../../scss/pages/distributors.scss */
.gm-style-iw.window-visible {
  opacity: 1;
  visibility: visible;
}
/* line 108, ../../scss/pages/distributors.scss */
.gm-style-iw.window-hidden {
  margin-top: 30;
  opacity: 0;
  visibility: hidden;
}

/* line 115, ../../scss/pages/distributors.scss */
.gm-style-iw + div {
  display: none !important;
}

/* line 119, ../../scss/pages/distributors.scss */
.active-marker {
  width: 274px;
  height: 60px;
  top: auto !important;
  bottom: -83px;
  left: 3px !important;
  margin-left: -137px;
  z-index: 1;
  background: url("../../img/icon/dist-orange-map-marker.svg");
  background-position: 117px 0;
  background-size: 35px 60px;
  background-repeat: no-repeat;
}
/* line 133, ../../scss/pages/distributors.scss */
.active-marker > * {
  display: none !important;
}

/* Map end */
