@charset "UTF-8";
input[type=text] {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  border-radius: 36px;
}

header {
  padding-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
header i.material-icons {
  cursor: pointer;
}
header div {
  flex: 1;
  padding: 0 10px;
}
header div:last-child {
  text-align: right;
}
header #logo a {
  color: #333;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  justify-content: center;
}
header #logo a img, header #logo a svg {
  width: 50px;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  header #logo a span {
    width: 100%;
  }
  header #logo a span:last-child {
    display: none;
  }
  header #logo a img {
    margin-right: 0;
    margin-bottom: -10px;
  }
}

#menu {
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  display: none;
  padding: 20px auto;
  position: fixed;
}
#menu #menu__overlay {
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
}
#menu h3 {
  font-size: 16px;
  margin: 10px 20px;
}
#menu a {
  color: #fff;
  padding: 5px 20px;
  display: block;
}
#menu #menu__cont {
  z-index: 99;
  left: -310px;
  color: #fff;
  height: 100%;
  font-size: 14px;
  width: 320px;
  background: #142954;
  position: fixed;
}
#menu #menu__cont em {
  font-weight: 600;
  display: block;
  font-size: 16px;
  font-style: normal;
}
#menu [class*=menu] {
  position: relative;
}
#menu [class$=__phone] {
  padding: 20px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  border-bottom: 1px solid #1a3365;
}
#menu [class$=__phone] i.material-icons {
  margin-right: 10px;
}
#menu nav li {
  border-bottom: 1px solid #1a366f;
}
#menu nav a {
  padding: 10px 20px;
  transition: all 0.3s ease 0s;
}
#menu nav a:hover {
  background: #111;
}
#menu #btn__menuclose {
  top: 0;
  color: #fff;
  left: 284px;
  z-index: 100;
  cursor: pointer;
  position: absolute;
}

#search {
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  display: none;
  padding: 20px auto;
  position: fixed;
}
#search .screen-reader-text {
  display: none;
}
#search #searchsubmit {
  top: 0;
  right: 0;
  border: 0;
  position: absolute;
  background: transparent;
  text-indent: -999;
}
#search > div:first-child {
  z-index: 12;
  width: 100%;
  height: 100vh;
  position: fixed;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
#search > div:first-child h3 {
  width: 100%;
  color: #fff;
  font-size: 20px;
  display: block;
  text-align: center;
}
#search #search__overlay {
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.9);
}
#search form {
  display: block;
  width: 500px;
  position: relative;
}
#search form > div {
  position: relative;
}
#search form button {
  top: 2px;
  right: 6px;
  border: 0;
  cursor: pointer;
  color: #999;
  position: absolute;
  background: transparent;
}
#search #btn__searchclose {
  top: 20px;
  right: 20px;
  color: #fff;
  z-index: 12;
  cursor: pointer;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  #search form {
    width: 300px;
  }
}

footer {
  padding: 45px;
  color: #fff;
  height: 180px;
  margin: 0 auto;
  font-size: 14px;
  position: relative;
  background: url(../../assets/img/footer-bg.jpg);
  display: flex;
  flex-wrap: wrap;
}
footer > div {
  width: 50%;
}
footer #address__phone {
  display: flex;
  flex-wrap: nowrap;
  padding-left: 150px;
}
footer #address__phone > div {
  flex: 1;
}
footer #address__phone span {
  color: #999;
}
footer #address__phone #addaress p:last-child,
footer #address__phone #phone p:last-child {
  display: flex;
  font-size: 12px;
  padding-top: 5px;
  align-items: flex-start;
}
footer #address__phone #addaress {
  padding-right: 10px;
}
footer #address__phone #phone {
  max-width: 150px;
}
footer ul {
  margin-bottom: 10px;
}
footer a {
  color: #fff;
}
footer i.material-icons {
  font-size: 24px;
  margin-right: 5px;
}
footer li {
  float: left;
  padding-right: 10px;
}
footer .socialmedia li {
  float: left;
}
footer #footer__logo {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 180px;
  height: 80px;
  margin: auto;
  color: #999;
  position: absolute;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}
footer #footer__logo img {
  opacity: 0.1;
}
footer svg {
  color: #fff;
  width: 24px;
  height: 24px;
  fill: currentColor;
  vertical-align: bottom;
}
@media only screen and (max-width: 1023px) {
  footer {
    display: block;
    height: auto;
    padding: 20px;
  }
  footer > div {
    width: 100%;
  }
  footer > div ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  footer li {
    float: none;
    padding: 5px;
  }
  footer #address__phone {
    padding-left: 0;
  }
  footer #footer__logo {
    position: static;
    margin-top: 20px;
    display: block;
  }
  footer #address__phone {
    display: block;
    width: 300px;
    margin: 0 auto;
  }
  footer #address__phone #addaress p:last-child,
footer #address__phone #phone p:last-child {
    font-size: 13px;
  }
}

#slider {
  padding: 20px 20px 70px;
  background: #f5f5f5;
  position: relative;
  /*
  @include custom-max-breakpoints(767){
      padding: 20px;
      .item{ padding:0; overflow: auto; }
      #slider_controls{ display: none;} 
      #content-slider{
          display: flex;
          flex-wrap: nowrap;
          height: 120px !important;
          width: 1248px !important;
          & >li{
              height: 120px !important;
              width: 220px !important;
              text-align: center;
              margin-right: 20px;
          }
      }
  }*/
}
#slider h2 {
  display: block;
  text-align: center;
}
#slider .item {
  padding: 0 50px;
  position: relative;
}
#slider #content-slider {
  margin-top: 20px;
}
#slider #content-slider li {
  background: #fff;
}
#slider i.material-icons {
  top: 25px;
  bottom: 0;
  width: 36px;
  height: 36px;
  margin: auto;
  cursor: pointer;
  position: absolute;
}
#slider i.material-icons.arrow-left {
  left: 0;
}
#slider i.material-icons.arrow-right {
  right: 0;
}

#featured h2 {
  color: #db2429;
  display: block;
  text-align: center;
  text-transform: uppercase;
}
#featured .btn {
  margin: 20px 0;
}
#featured #featured-deals {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
#featured #featured-deals img {
  display: block;
  margin: 0 auto;
  height: auto;
}
#featured #featured-deals > div {
  flex: 1;
  max-width: 50%;
  padding: 20px 30px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #featured #featured-deals {
    display: block;
    padding: 0 20px;
  }
  #featured #featured-deals > div {
    max-width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #E0E0E0;
  }
}
#featured #featured-machines {
  overflow-y: auto;
}
#featured #featured-machines img {
  max-width: 300px;
  height: auto;
}
#featured #featured-machines #featured-machines-items {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  width: 1248px;
}
#featured #featured-machines #featured-machines-items > div {
  flex: 1;
  max-width: 33.33%;
  padding: 20px 30px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #featured #featured-machines img {
    max-width: 100%;
  }
}

#services {
  display: flex;
  flex-wrap: nowrap;
  height: 600px;
  position: relative;
  background: url(../../assets/img/main-bg.jpg);
}
#services > ul {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
}
#services ul:nth-child(2) {
  text-align: right;
  padding-right: 200px;
}
#services ul:nth-child(2) p {
  float: right;
}
#services ul:nth-child(3) {
  padding-left: 200px;
}
#services ul:nth-child(3) p {
  float: left;
}
#services li {
  margin-bottom: 20px;
  align-self: auto;
}
#services li::after {
  clear: both;
  content: "";
  display: table;
}
#services strong {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
}
#services p {
  color: #999;
  font-size: 14px;
  max-width: 300px;
}
#services em {
  width: 100%;
  height: 2px;
  margin: 5px 0;
  display: block;
  background: #db2429;
}
#services #serives-logo {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 313px;
  height: 351px;
  margin: auto;
  position: absolute;
  background: url(../../assets/img/services-logo.png);
  color: #db2429;
  font-size: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  #services {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
    height: auto;
  }
  #services #serives-logo {
    width: 100%;
    height: auto;
    display: block;
    background: none;
    position: inherit;
    text-align: center;
  }
  #services ul {
    padding: 0 10px;
    display: block;
    width: 100%;
  }
  #services ul:nth-child(2),
#services ul:nth-child(3) {
    text-align: left;
  }
  #services ul:nth-child(2) p,
#services ul:nth-child(3) p {
    float: none;
  }
  #services ul:nth-child(2) {
    padding-right: 20px;
  }
  #services ul:nth-child(3) {
    padding-left: 20px;
  }
  #services p {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #services #serives-logo {
    margin: 30px 0 20px;
  }
  #services ul {
    flex: none;
  }
  #services ul:nth-child(2),
#services ul:nth-child(3) {
    padding: 0;
  }
}

#distributor {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../../assets/img/distributor-bg.jpg) no-repeat center center;
}
#distributor p {
  padding: 0 !important;
}
#distributor h2 {
  color: #fff;
  text-transform: uppercase;
}
#distributor .btn {
  margin: 20px auto 0 auto;
}
#distributor [class$=__box] {
  color: #999;
  padding: 25px;
  max-width: 600px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 767px) {
  #distributor {
    padding: 0 10px;
    height: auto;
  }
}

.material-icons {
  font-style: normal;
  margin: 0;
  padding: 0;
  font-size: 36px;
}
.material-icons.menu:before {
  content: "";
}
.material-icons.search:before {
  content: "";
}
.material-icons.arrow-left:before {
  content: "";
}
.material-icons.arrow-right:before {
  content: "";
}
.material-icons.location:before {
  content: "";
}
.material-icons.phone:before {
  content: "";
}

.btn {
  width: 150px;
  height: 42px;
  line-height: 42px;
  border-radius: 6px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  display: block;
}
.btn.blk {
  color: #f8f8f8;
  background: #333;
}
.btn.blk:hover {
  background: #0e0e0e;
}
.btn.red {
  color: #f8f8f8;
  background: #db2429;
}
.btn.red:hover {
  background: #98090d;
}

*:focus {
  outline: none;
}

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  /* prevent callout to copy image, etc when tap to hold*/
  -webkit-text-size-adjust: none;
  /* prevent webkit from resizing text to fit*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* prevent tap highlight color / shadow*/
  -webkit-overflow-scrolling: touch;
}

textarea, [contenteditable],
input[type=text],
input[type=text]:before,
input[type=text]:after {
  border: 0;
  width: 100%;
  -webkit-user-select: initial;
  -khtml-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
}
textarea::-webkit-input-placeholder, [contenteditable]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=text]:before::-webkit-input-placeholder,
input[type=text]:after::-webkit-input-placeholder {
  color: #E0E0E0;
}
textarea:-moz-placeholder, [contenteditable]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=text]:before:-moz-placeholder,
input[type=text]:after:-moz-placeholder {
  color: #E0E0E0;
}
textarea::-moz-placeholder, [contenteditable]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=text]:before::-moz-placeholder,
input[type=text]:after::-moz-placeholder {
  color: #E0E0E0;
}
textarea:-ms-input-placeholder, [contenteditable]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=text]:before:-ms-input-placeholder,
input[type=text]:after:-ms-input-placeholder {
  color: #E0E0E0;
}

h1, h2, h3, h4 {
  padding: 0;
  font-weight: 700;
  margin: 0 0 10px 0;
}

h1 {
  font-size: 34px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h3.strike {
  border-bottom: solid 1px #E0E0E0;
  text-align: center;
  margin: 0 auto 40px;
  max-width: 1248px;
}
h3.strike span {
  display: inline-block;
  background: #fff;
  position: relative;
  top: 20px;
  padding: 5px 30px;
}

a {
  outline: none;
  color: #05629B;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: all 0.3s ease 0s;
}
a:hover {
  text-decoration: none;
}

ul {
  padding: 0;
}
ul::after {
  clear: both;
  content: "";
  display: table;
}
ul li {
  list-style: none;
}
ul.disc li {
  padding-left: 10px;
  list-style: disc outside;
  float: none;
}
ul.circle li {
  padding-left: 10px;
  list-style: circle inside;
  float: none;
}
ul.square li {
  padding-left: 10px;
  list-style: square inside;
  float: none;
}
ul.decimal li {
  padding-left: 10px;
  list-style: decimal outside;
  float: none;
}

ol::after {
  clear: both;
  content: "";
  display: table;
}
ol li {
  float: none;
}
ol.roman li {
  padding-left: 10px;
  list-style: upper-roman outside;
  float: none;
}
ol.alpha li {
  padding-left: 10px;
  list-style: lower-alpha outside;
  float: none;
}

img {
  max-width: 100%;
  height: auto;
}

.fixed {
  position: fixed;
  width: 100%;
}

.pt {
  padding-top: 10px;
}

.pb {
  padding-bottom: 10px;
}

.pl {
  padding-left: 10px;
}

.pr {
  padding-right: 10px;
}

.mt {
  margin-top: 10px;
}

.mb {
  margin-bottom: 10px;
}

.ml {
  margin-left: 10px;
}

.mr {
  margin-right: 10px;
}

html {
  line-height: 1.5;
  font-size: 16px;
  margin: 0 !important;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #333;
  line-height: 1.5;
  background: #142954;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* machinery gallery grid */
  /*homepage*/
  /*product details page */
  /* product list page */
  /* contact form*/
  /*global style*/
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
body .wrap {
  padding: 0;
  margin: 0 auto;
  max-width: 1248px;
  background: #fff;
}
body .wrap::after {
  clear: both;
  content: "";
  display: table;
}
body main {
  margin: 0 auto;
  max-width: 1280px;
  background: #fff;
}
body h2 {
  color: #db2429;
}
body p {
  padding-bottom: 20px;
}
body .txtCenter {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  body .txtCenter {
    text-align: left;
  }
}
body #title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 240px;
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase;
  background: url(../img/title-bg.jpg) no-repeat center center;
}
body .content {
  padding: 50px;
}
@media only screen and (max-width: 1023px) {
  body .content {
    padding: 0 10px;
  }
}
body .wp-block-group {
  margin: 20px 0;
}
body #products {
  padding: 0;
  margin: 0;
}
body #products .product__items {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
body #products .product__items img {
  display: block;
  margin: 0 auto;
  height: auto;
}
body #products .product__items > div {
  flex: 1;
  max-width: 50%;
  padding: 20px 30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  body #products .product__items {
    display: block;
    padding: 0 20px;
  }
  body #products .product__items > div {
    max-width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #E0E0E0;
  }
}
body .machinery__grid {
  display: flex;
  flex-wrap: wrap;
  margin: 50px auto;
}
body .machinery__grid section {
  padding: 20px;
  text-align: center;
}
body .machinery__grid section > div {
  position: relative;
}
body .machinery__grid section a {
  color: #333;
  font-weight: 600;
}
body .machinery__grid section .btn {
  margin: 20px auto;
}
body .machinery__grid.col4 section {
  width: 25%;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  body .machinery__grid.col4 section {
    width: 33.33%;
  }
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  body .machinery__grid.col4 section {
    width: 50% !important;
  }
}
@media only screen and (max-width: 480px) {
  body .machinery__grid.col4 section {
    width: 100% !important;
  }
}
body .machinery__grid.col3 section {
  width: 33.33%;
}
@media only screen and (max-width: 767px) {
  body .machinery__grid.col3 section {
    width: 50% !important;
  }
}
@media only screen and (max-width: 480px) {
  body .machinery__grid.col3 section {
    width: 100% !important;
    border-bottom: 1px solid #E0E0E0;
  }
  body .machinery__grid.col3 section:last-child {
    border-bottom: 0;
  }
}
body .machinery__grid.col2 section {
  width: 50%;
}
@media only screen and (max-width: 480px) {
  body .machinery__grid.col2 section {
    width: 100% !important;
  }
}
body#home header {
  display: flex;
  flex-wrap: nowrap;
}
body#home header div {
  flex: 1;
}
body#home header div:last-child {
  text-align: right;
}
body#home main {
  padding-top: 60px;
}
body#home #tagline {
  padding: 0 20px;
  text-align: center;
  position: relative;
}
body#home #tagline span {
  left: 0;
  right: 0;
  top: 160px;
  z-index: 2;
  margin: 0 auto;
  position: absolute;
  display: block;
  max-width: 1248px;
  height: 280px;
  background: url(../img/main-bg.jpg) repeat center center;
  transition: 0.4s cubic-bezier(1, -1, 0, 2);
  clip-path: polygon(51% 23%, 0 0, 100% 0);
}
body#home #tagline #npack-logo {
  width: 68px;
  display: block;
  margin: 0 auto;
}
body#home #tagline strong {
  color: #000;
  font-size: 26px;
}
body#home #tagline h1 {
  margin-top: 10px;
  margin-bottom: -5px;
  text-transform: uppercase;
}
body#home #tagline h3 {
  display: block;
  color: #999;
  max-width: 800px;
  margin: 0 auto;
  font-weight: 400;
}
@media only screen and (max-width: 1023px) {
  body#home #tagline {
    margin-bottom: 40px;
  }
  body#home #tagline span {
    display: none;
  }
}
body#home #about-us {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 600px;
  max-width: 100%;
  padding: 0 20px;
  text-align: center;
  background: url(../img/about-bg.jpg) no-repeat center center;
}
body#home #about-us > div {
  display: block;
  max-width: 525px;
  margin: 60px auto 0 auto;
}
body#home #about-us h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: uppercase;
}
body#home #about-us p {
  color: #999;
  font-size: 18px;
  margin-bottom: 30px;
}
body#home #about-us p:last-child {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1023px) {
  body#home #about-us {
    height: 500px;
    background-position: center -180px;
  }
}
@media only screen and (max-width: 767px) {
  body#home #about-us p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
body#page h2 {
  color: #fff;
}
body#page.search__results header {
  padding-bottom: 20px;
  border-bottom: 1px solid #E0E0E0;
}
body#page.search__results main {
  margin: 0 50px;
}
body#singlepage h2 {
  color: #fff;
  display: block;
  text-align: center;
}
body#singlepage p {
  padding-bottom: 10px;
}
body#singlepage .machinery__grid section {
  text-align: left;
}
@media only screen and (max-width: 900px) {
  body#singlepage .machinery__grid {
    margin: 0 0 10px 0;
  }
  body#singlepage .machinery__grid section {
    width: 100%;
    padding: 0;
  }
}
body#productList h2 {
  color: #fff;
}
body#productList #featured .btn {
  margin: 20px auto;
}
body#productList #featured #featured-machines #featured-machines-items > div {
  text-align: center;
}
body .wp-block-contact-form-7-contact-form-selector input[type=text], body .wp-block-contact-form-7-contact-form-selector input[type=email] {
  height: 40px;
  width: 100%;
  padding: 0 20px;
  line-height: 40px;
  border-radius: 36px;
  border: 1px solid #E0E0E0;
}
body .wp-block-contact-form-7-contact-form-selector textarea {
  padding: 20px;
  border: 1px solid #E0E0E0;
}
body .wp-block-contact-form-7-contact-form-selector input[type=submit] {
  border: 0;
  width: 150px;
  height: 42px;
  line-height: 42px;
  border-radius: 6px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  display: block;
  color: #f8f8f8;
  background: #333;
  cursor: pointer;
}
body .wp-block-contact-form-7-contact-form-selector input[type=submit]:hover {
  background: #0e0e0e;
}
@media only screen and (max-width: 767px) {
  body h1 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  body h2 {
    font-size: 20px;
  }
  body h3 {
    font-size: 16px;
  }
}

.wp-block-column{
  padding: 0 10px;
}
/*# sourceMappingURL=main.min.css.map */
