/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./wp-content/themes/forklifts/assets/scss/main.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap);
/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./wp-content/themes/forklifts/assets/scss/main.scss (1) ***!
  \**************************************************************************************************************************************************************************************************************************************************/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #fff;
  font-family: Ubuntu, sans-serif;
}

.singular .entry-header {
  border: none;
}

hr {
  border-top: 1px solid #D4D4D4;
  border-bottom: none;
  border-left: none;
  border-right: none;
}

main {
  margin-top: 20px;
}

.home main {
  margin-top: 0;
}

a {
  color: #FFBF44;
  -webkit-text-decoration: none;
  text-decoration: none;
}
a:hover {
  color: #FFBF44;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-shadow: 0 0 1px #FFBF44;
}

body:not(.overlay-header) .primary-menu > li > a,
body:not(.overlay-header) .primary-menu > li > .icon,
.modal-menu a,
.footer-menu a,
.footer-widgets a:where(:not(.wp-block-button__link)),
#site-footer .wp-block-button.is-style-outline,
.wp-block-pullquote:before,
.singular:not(.overlay-header) .entry-header a,
.archive-header a,
.header-footer-group .color-accent,
.header-footer-group .color-accent-hover:hover {
  color: #FFBF44 !important;
}

body .color-accent,
body .color-accent-hover:hover,
body .color-accent-hover:focus,
body:root .has-accent-color,
body .has-drop-cap:not(:focus):first-letter,
.wp-block-button.is-style-outline,
body a {
  color: #FFBF44;
}

.container-fluid {
  width: 100%;
  margin: 0 auto;
  padding: 0 12px;
  box-sizing: border-box;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 12px;
  box-sizing: border-box;
}
@media screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
  box-sizing: border-box;
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}

[class*=col-] {
  min-height: 1px;
  padding: 12px;
  box-sizing: border-box;
}

.col-1 {
  width: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    width: 8.3333333333%;
  }
}
@media (min-width: 576px) {
  .col-sm-2 {
    width: 16.6666666667%;
  }
}
@media (min-width: 576px) {
  .col-sm-3 {
    width: 25%;
  }
}
@media (min-width: 576px) {
  .col-sm-4 {
    width: 33.3333333333%;
  }
}
@media (min-width: 576px) {
  .col-sm-5 {
    width: 41.6666666667%;
  }
}
@media (min-width: 576px) {
  .col-sm-6 {
    width: 50%;
  }
}
@media (min-width: 576px) {
  .col-sm-7 {
    width: 58.3333333333%;
  }
}
@media (min-width: 576px) {
  .col-sm-8 {
    width: 66.6666666667%;
  }
}
@media (min-width: 576px) {
  .col-sm-9 {
    width: 75%;
  }
}
@media (min-width: 576px) {
  .col-sm-10 {
    width: 83.3333333333%;
  }
}
@media (min-width: 576px) {
  .col-sm-11 {
    width: 91.6666666667%;
  }
}
@media (min-width: 576px) {
  .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    width: 8.3333333333%;
  }
}
@media (min-width: 768px) {
  .col-md-2 {
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md-3 {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .col-md-4 {
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .col-md-5 {
    width: 41.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md-6 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .col-md-7 {
    width: 58.3333333333%;
  }
}
@media (min-width: 768px) {
  .col-md-8 {
    width: 66.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md-9 {
    width: 75%;
  }
}
@media (min-width: 768px) {
  .col-md-10 {
    width: 83.3333333333%;
  }
}
@media (min-width: 768px) {
  .col-md-11 {
    width: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    width: 8.3333333333%;
  }
}
@media (min-width: 992px) {
  .col-lg-2 {
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg-3 {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .col-lg-4 {
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .col-lg-5 {
    width: 41.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg-6 {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .col-lg-7 {
    width: 58.3333333333%;
  }
}
@media (min-width: 992px) {
  .col-lg-8 {
    width: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg-9 {
    width: 75%;
  }
}
@media (min-width: 992px) {
  .col-lg-10 {
    width: 83.3333333333%;
  }
}
@media (min-width: 992px) {
  .col-lg-11 {
    width: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg-12 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    width: 8.3333333333%;
  }
}
@media (min-width: 1200px) {
  .col-xl-2 {
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-3 {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .col-xl-4 {
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .col-xl-5 {
    width: 41.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-6 {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .col-xl-7 {
    width: 58.3333333333%;
  }
}
@media (min-width: 1200px) {
  .col-xl-8 {
    width: 66.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-9 {
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .col-xl-10 {
    width: 83.3333333333%;
  }
}
@media (min-width: 1200px) {
  .col-xl-11 {
    width: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-12 {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl-1 {
    width: 8.3333333333%;
  }
}
@media (min-width: 1400px) {
  .col-xxl-2 {
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl-3 {
    width: 25%;
  }
}
@media (min-width: 1400px) {
  .col-xxl-4 {
    width: 33.3333333333%;
  }
}
@media (min-width: 1400px) {
  .col-xxl-5 {
    width: 41.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl-6 {
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .col-xxl-7 {
    width: 58.3333333333%;
  }
}
@media (min-width: 1400px) {
  .col-xxl-8 {
    width: 66.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl-9 {
    width: 75%;
  }
}
@media (min-width: 1400px) {
  .col-xxl-10 {
    width: 83.3333333333%;
  }
}
@media (min-width: 1400px) {
  .col-xxl-11 {
    width: 91.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl-12 {
    width: 100%;
  }
}
h1, h2, h3, h4, h5, h6 {
  color: #EE7F04;
  font-family: Ubuntu, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  font-size: 46px;
  margin-bottom: 20px;
}

h2 {
  font-size: 35px;
  margin-bottom: 20px;
}

h3 {
  font-size: 30px;
  margin-bottom: 15px;
}

h4 {
  font-size: 26px;
  margin-bottom: 20px;
}

h5 {
  font-size: 22px;
  margin-bottom: 10px;
}

h6 {
  font-size: 18px;
  margin-bottom: 10px;
}

p {
  color: #646464;
  font-family: Ubuntu, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 20px;
}
p strong {
  color: #EE7F04;
}

ol, ul {
  color: #646464;
  font-family: Ubuntu, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 20px;
  padding-left: 20px;
}

label {
  line-height: 1.7;
}

.main-header {
  background-color: #000;
  color: #fff;
  height: 101px;
}
@media (min-width: 992px) {
  .main-header {
    height: 126px;
  }
  .main-header .site-logo {
    margin-left: 46px;
  }
}
@media (min-width: 1200px) {
  .main-header .site-logo {
    margin-left: 55px;
  }
}
.main-header .header-top {
  display: flex;
  justify-content: space-between;
  padding: 5px 0 0 0;
}
@media (min-width: 992px) {
  .main-header .header-top {
    padding: 0;
  }
}
.main-header .header-top a {
  color: #FFF;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: text-shadow 0.3s;
}
.main-header .header-top a:hover {
  color: #FFBF44;
  text-shadow: 0 0 1px #FFBF44;
}
.main-header .header-top a.call-to-action {
  background: #EE7F04;
  background: linear-gradient(90deg, rgb(238, 127, 4) 0%, rgb(255, 191, 68) 100%);
  display: none;
  font-size: 15px;
  font-weight: 700;
  line-height: 25.5px;
  margin-left: 17px;
  padding: 12px 0 13px 0;
  text-transform: uppercase;
  text-align: center;
  width: 295px;
}
@media (min-width: 992px) {
  .main-header .header-top a.call-to-action {
    display: block;
  }
}
.main-header .header-top a.call-to-action:hover {
  background: #fff;
  box-shadow: inset 0 0 0 2px #EE7F04;
  color: #EE7F04;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.main-header .header-top a.call-to-action:hover span::after {
  background-image: url(200141bc8ea319edf4b1.png);
}
.main-header .header-top a.call-to-action span::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(6a673d9cacbc6f454412.png);
  background-position: 4px 4px;
  background-repeat: no-repeat;
}
.main-header .header-top .contact-data {
  align-items: center;
  font-size: 12px;
  display: flex;
}
.main-header .header-top .contact-data li {
  margin-right: 17px;
}
.main-header .header-top .contact-data li:last-child {
  margin-right: 0;
}
.main-header .header-top .contact-data .location {
  background-image: url(edb1d101942d57088ef0.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  display: none;
  padding-left: 23px;
}
@media (min-width: 768px) {
  .main-header .header-top .contact-data .location {
    display: block;
  }
}
.main-header .header-top .contact-data .phone {
  background-image: url(c49aa4d08f2780b5c25d.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-left: 23px;
}
.main-header .header-top .contact-data .mail {
  background-image: url(b9593ba56ca1c2bd8327.png);
  background-position: 0 -3px;
  background-repeat: no-repeat;
  padding-left: 23px;
}
.main-header .header-top .additional-data {
  display: flex;
}
.main-header .header-top .additional-data .lang-switch {
  align-items: center;
  display: flex;
}
.main-header .header-top .additional-data .lang-switch li {
  border: 1px solid rgba(76, 81, 109, 0.6980392157);
  border-radius: 50%;
  height: 32px;
  width: 32px;
  margin-left: 10px;
  text-align: center;
}
.main-header .header-top .additional-data .lang-switch li.active {
  background-color: #fff;
}
.main-header .header-top .additional-data .lang-switch li.active a {
  color: #000;
}
.main-header .header-top .additional-data .lang-switch li:first-child {
  margin-left: 0;
}
.main-header .header-top .additional-data .lang-switch li a {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
}
.main-header .header-main {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 13px 0 9px 0;
}
.main-header .header-main nav {
  display: none;
}
@media (min-width: 992px) {
  .main-header .header-main nav {
    display: block;
  }
}
.main-header .header-main ul {
  display: flex;
}
@media (min-width: 992px) {
  .main-header .header-main ul li {
    margin-left: 20px;
  }
  .main-header .header-main ul li:first-child {
    margin-left: 0;
  }
}
.main-header .header-main ul li.current-menu-item a {
  color: #FFBF44;
}
.main-header .header-main ul li a {
  color: #FFF;
  font-family: Ubuntu, sans-serif;
  font-size: 15px;
  font-weight: 700;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: text-shadow 0.3s;
}
.main-header .header-main ul li a:hover {
  color: #FFBF44;
  text-shadow: 0 0 1px #FFBF44;
}
.main-header ul {
  color: #fff;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.main-header .mobile-menu {
  background-color: #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 11;
  margin: 0 0;
  max-width: 100%;
}
.main-header .mobile-menu .header-main {
  flex-flow: row wrap;
}
.main-header .mobile-menu .header-main nav {
  display: block;
  flex: 1 100%;
  margin-left: 20px;
  margin-top: 20px;
}
.main-header .mobile-menu .header-main nav ul {
  flex-direction: column;
}
.main-header .mobile-menu .header-main nav ul li {
  margin-bottom: 5px;
}

#hamburger {
  background: url(481d3cae8666ada83c82.svg) 0 0 no-repeat;
  cursor: pointer;
  height: 24px;
  width: 24px;
}
@media (min-width: 992px) {
  #hamburger {
    display: none;
  }
}
#hamburger.close {
  background: url(3ca8c59b9e02c175a515.svg) 0 0 no-repeat;
}

#nav-bar {
  background-color: #000;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 111;
  transition: background 0.15s linear;
}

footer {
  color: #fff;
  background-color: #000;
  margin-top: 40px;
}
footer .container {
  position: relative;
}
footer a {
  color: #fff;
}
footer .site-logo {
  margin: 0;
}
footer .footer-top {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
}
@media (min-width: 768px) {
  footer .footer-top {
    flex-direction: row;
    padding: 40px;
  }
}
footer .footer-top .footer-menu {
  display: flex;
  justify-content: end;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer .footer-top .footer-menu li {
  margin-left: 25px;
}
footer .footer-top .footer-menu li:first-child {
  margin-left: 0;
}
footer .footer-top .footer-menu li a {
  color: #fff;
  font-size: 15px;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: text-shadow 0.3s;
}
footer .footer-top .footer-menu li a:hover {
  color: #FFBF44;
  text-shadow: 0 0 1px #FFBF44;
}
footer .footer-bottom {
  align-items: center;
  background-color: #1D1D1D;
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
@media (min-width: 768px) {
  footer .footer-bottom {
    padding: 16px 40px 17px 40px;
  }
}
footer .footer-bottom ul {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  footer .footer-bottom ul {
    align-items: center;
    flex-direction: row;
  }
}
footer .footer-bottom ul li {
  color: #fff;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  footer .footer-bottom ul li {
    margin-bottom: 0;
    margin-left: 17px;
  }
  footer .footer-bottom ul li:first-child {
    margin-left: 0;
  }
}
footer .footer-bottom ul .location {
  background-image: url(edb1d101942d57088ef0.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-left: 23px;
}
footer .footer-bottom ul .phone {
  background-image: url(c49aa4d08f2780b5c25d.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-left: 23px;
}
footer .footer-bottom ul .mail {
  background-image: url(b9593ba56ca1c2bd8327.png);
  background-position: 0 -3px;
  background-repeat: no-repeat;
  padding-left: 23px;
}
footer .footer-bottom a {
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: text-shadow 0.3s;
}
footer .footer-bottom a:hover {
  color: #FFBF44;
  text-shadow: 0 0 1px #FFBF44;
}
footer .footer-bottom p {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  margin: 0;
}
footer .button-top {
  width: 50px;
  height: 52px;
  background: #EE7F04;
  background: url(a409ce36445564b0a327.png) center center no-repeat, linear-gradient(90deg, rgb(238, 127, 4) 0%, rgb(255, 191, 68) 100%);
  background-size: 20px auto, cover;
  border: none;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 10;
  outline: none;
  transition: filter 0.3s ease;
}
footer .button-top:hover {
  background-color: #fff;
  background-image: url(456ad651320a3b871a0b.png);
  box-shadow: inset 0 0 0 2px #EE7F04;
  color: #EE7F04;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.blog-wrapper {
  background-color: #000;
  margin-top: 40px;
  padding: 37px 0 40px 0;
}
.blog-wrapper h2 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 38px;
  text-align: center;
}
.blog-wrapper .wrapper-articles {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  padding: 0 10%;
}
@media (min-width: 992px) {
  .blog-wrapper .wrapper-articles {
    flex-direction: row;
    gap: 21px;
  }
}
.blog-wrapper article {
  background-color: #fff;
  flex: 1;
  padding: 32px 58px 40px 58px;
  position: relative;
  text-align: center;
}
@media (min-width: 992px) {
  .blog-wrapper article:last-child::before {
    background: #EE7F04;
    background: linear-gradient(90deg, rgb(238, 127, 4) 0%, rgb(255, 191, 68) 100%);
    content: "";
    height: 51px;
    position: absolute;
    left: -41px;
    top: 163px;
    width: 60px;
  }
}
.blog-wrapper article h3 {
  font-size: 25px;
  font-weight: 700;
}
.blog-wrapper article p {
  color: #646464;
}
.blog-wrapper article p.data {
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}
.blog-wrapper article p.text {
  font-size: 17px;
  font-weight: 400;
}
.blog-wrapper article a {
  background: #EE7F04;
  background: linear-gradient(90deg, rgb(238, 127, 4) 0%, rgb(255, 191, 68) 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 30px 11px 30px;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: uppercase;
}
.blog-wrapper article a:hover {
  background: #fff;
  box-shadow: inset 0 0 0 2px #EE7F04;
  color: #EE7F04;
}
.blog-wrapper .all-article {
  background: #EE7F04;
  background: linear-gradient(90deg, rgb(238, 127, 4) 0%, rgb(255, 191, 68) 100%);
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 25.5px;
  margin: 0 auto;
  padding: 16px 0 18px 0;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .blog-wrapper .all-article {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .blog-wrapper .all-article {
    width: 25%;
  }
}
.blog-wrapper .all-article:hover {
  background: #fff;
  box-shadow: inset 0 0 0 2px #EE7F04;
  color: #EE7F04;
}
.blog-wrapper .all-article:hover span::after {
  background-image: url(200141bc8ea319edf4b1.png);
}
.blog-wrapper .all-article span::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(6a673d9cacbc6f454412.png);
  background-position: 4px 4px;
  background-repeat: no-repeat;
}

.img-bg {
  background: #EE7F04;
  background: linear-gradient(90deg, rgb(238, 127, 4) 0%, rgb(255, 191, 68) 100%);
  padding: 20px 0 0 0;
  margin-right: 20px;
}
.img-bg img {
  margin: 0 0 -20px 20px;
  max-width: 100%;
}

.page-template main header {
  background-color: #F2F2F2;
  padding: 19px 0 14px 10px;
  margin-bottom: 21px;
}
@media (min-width: 992px) {
  .page-template main header {
    padding: 39px 0 34px 60px;
    margin-bottom: 61px;
  }
}
.page-template main header h1 {
  font-size: 35px;
  margin-bottom: 0;
}
.page-template main p {
  font-size: 17px;
  line-height: 25px;
}
@media (min-width: 992px) {
  .page-template main .content {
    padding: 0 5%;
    width: 100%;
  }
}

ul.products-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
  list-style-type: none;
  margin-bottom: 42px;
  padding: 0;
}
@media (min-width: 768px) {
  ul.products-list {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  ul.products-list {
    padding: 0 5%;
  }
}
ul.products-list li {
  border: 1px solid #D4D4D4;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  ul.products-list li {
    width: calc(33.333% - 14px);
  }
}
ul.products-list li:hover {
  border-color: #EE7F04;
}
ul.products-list li a {
  display: block;
  padding: 20px 20px 20px 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
}
ul.products-list li a:hover {
  text-shadow: none;
}
ul.products-list li a button, ul.products-list li a button:not(:hover):not(:active):not(.has-background) {
  background: #EE7F04;
  background: linear-gradient(90deg, rgb(238, 127, 4) 0%, rgb(255, 191, 68) 100%);
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 0 11px 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
ul.products-list li a button:hover, ul.products-list li a button:not(:hover):not(:active):not(.has-background):hover {
  background: #fff;
  box-shadow: inset 0 0 0 2px #EE7F04;
  color: #EE7F04;
}
ul.products-list li .wrapper-image {
  margin-bottom: 16px;
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
}
ul.products-list li .wrapper-image img {
  display: block;
  height: 250px;
  width: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
ul.products-list li .wrapper-image .wrapper-price {
  background: #EE7F04;
  background: linear-gradient(90deg, rgb(238, 127, 4) 0%, rgb(255, 191, 68) 100%);
  bottom: 14px;
  position: absolute;
  padding: 0 0 2px 6px;
  right: 0;
}
ul.products-list li .wrapper-image .wrapper-price .price {
  background-color: #fff;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  padding: 4px 12px;
  position: relative;
  top: -3px;
}
ul.products-list li .product-number {
  color: #000;
  font-size: 11px;
  margin-bottom: 5px;
}
ul.products-list li h3 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 19px;
}
ul.products-list li .offer-details {
  display: flex;
}
ul.products-list li .offer-details .row-el {
  flex: 1;
}
ul.products-list li .offer-details p {
  color: #1F1F1F;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}
ul.products-list li .offer-details p.capacity {
  background-image: url(39953ce8e84cf4914e8a.png);
  background-position: 0 1px;
  background-repeat: no-repeat;
  padding-left: 30px;
}
ul.products-list li .offer-details p.height {
  background-image: url(53ec035b4abfd1091fab.png);
  background-position: 0 3px;
  background-repeat: no-repeat;
  padding-left: 30px;
}
ul.products-list li .offer-details p.operating-hours {
  background-image: url(4123008f73e45648be8f.png);
  background-position: 0 3px;
  background-repeat: no-repeat;
  padding-left: 30px;
}
ul.products-list li .offer-details p.production-year {
  background-image: url(9742652a47f1fe26ec87.png);
  background-position: 0 3px;
  background-repeat: no-repeat;
  padding-left: 30px;
}

.pagination {
  border-top: none;
}
.pagination .wp-pagenavi {
  display: flex;
  justify-content: center;
}
.pagination .wp-pagenavi .pages {
  display: none;
}
.pagination .wp-pagenavi .current {
  color: #EE7F04;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  padding: 0 10px;
}
.pagination .wp-pagenavi a {
  border: none;
  color: rgba(100, 100, 100, 0.2);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  padding: 0 8px;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.pagination .wp-pagenavi a:hover {
  color: #EE7F04;
}
.pagination .wp-pagenavi span {
  border: none;
}

.section-offer {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style-type: none;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .section-offer {
    flex-direction: row;
    padding: 30px 40px 0 40px;
    margin-top: 0;
  }
}
.section-offer li {
  align-items: center;
  border: 1px solid #D4D4D4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.section-offer li:hover {
  border: 1px solid #EE7F04;
}
@media (min-width: 768px) {
  .section-offer li {
    width: 25%;
  }
  .section-offer li::before {
    background: #EE7F04;
    background: linear-gradient(90deg, rgb(238, 127, 4) 0%, rgb(255, 191, 68) 100%);
    content: "";
    height: 24px;
    position: absolute;
    left: -27px;
    top: 65px;
    width: 32px;
  }
  .section-offer li:first-child::before {
    display: none;
  }
}
.section-offer li a {
  display: block;
  padding: 37px 0 40px 0;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  width: 100%;
}
.section-offer li a:hover {
  text-shadow: none;
}
.section-offer li h3 {
  color: #646464;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  margin: 9px 0 0 0;
}

.home .section-offer {
  border-bottom: 1px solid #D4D4D4;
  border-top: none;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .home .section-offer {
    flex-direction: row;
    padding: 20px 40px 30px 40px;
    margin-top: -20px;
  }
}

.author .archive-header {
  margin-bottom: 60px;
}
.author .archive-header-inner h1 {
  display: flex;
  align-items: center;
}
.author .archive-header-inner h1 img {
  margin-right: 15px;
  border-radius: 50%;
}

.search-form {
  border-bottom: 1px solid #D4D4D4;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 40px;
}
.search-form label {
  display: inline-block;
}
@media (min-width: 768px) {
  .search-form label {
    width: 50%;
  }
}
.search-form .search-field {
  background-color: #F6F6F6;
  border: 1px solid #F6F6F6;
  height: 51px;
  padding: 5px 10px;
  width: 100%;
}
.search-form .search-submit {
  background-color: #fff;
  border: none;
  box-shadow: inset 0 0 0 2px #EE7F04;
  color: #EE7F04;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  line-height: 25.5px;
  padding: 12px 0 13px 0;
  text-transform: uppercase;
  text-align: center;
  width: 279px;
}
.search-form .search-submit:hover {
  background: #EE7F04;
  background: linear-gradient(90deg, rgb(238, 127, 4) 0%, rgb(255, 191, 68) 100%);
  box-shadow: none;
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.search-form .search-submit:hover span::after {
  background-image: url(6a673d9cacbc6f454412.png);
}

.banner {
  background-color: #000;
}
@media (min-width: 768px) {
  .banner {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .banner {
    padding-bottom: 36px;
  }
}
.banner img {
  max-width: 100%;
}
@media (min-width: 992px) {
  .banner img {
    margin-top: -30px;
  }
}

.company-logos {
  background-color: #fff;
  border-top: 1px solid #D4D4D4;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding: 30px 0 20px 0;
  position: relative;
  z-index: 2;
}
.company-logos li {
  align-items: center;
  display: flex;
  list-style-type: none;
  margin: 0 15px;
}
@media (min-width: 992px) {
  .company-logos li {
    margin-left: 47px;
  }
  .company-logos li:first-child {
    margin-left: 0;
  }
}
.company-logos li img {
  max-width: 100%;
}

.about-us {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  padding: 0 7% 22px 7%;
}
@media (min-width: 992px) {
  .about-us {
    flex-direction: row;
    gap: 60px;
  }
}
.about-us .left {
  flex: 1;
}
.about-us .right {
  flex: 1;
  padding: 41px 0 0 0;
}
@media (min-width: 992px) {
  .about-us .right {
    padding-top: 0;
  }
}
.about-us .right h1 {
  font-size: 46px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.about-us .right p {
  color: #646464;
  font-size: 17px;
}

.section-contact-us {
  margin-top: 61px;
}
@media (min-width: 768px) {
  .section-contact-us {
    height: 58px;
  }
}
.section-contact-us .wrapper-contact-us {
  background-color: #000;
  display: flex;
  justify-content: center;
}
.section-contact-us .content-contact-us {
  align-items: center;
  background: linear-gradient(90deg, rgb(238, 127, 4) 0%, rgb(255, 191, 68) 100%);
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  padding: 20px 40px;
  margin: -20px auto;
  width: 100%;
}
@media (min-width: 768px) {
  .section-contact-us .content-contact-us {
    flex-direction: row;
  }
}
.section-contact-us h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .section-contact-us h2 {
    text-align: left;
  }
}
.section-contact-us a {
  background-color: #fff;
  color: #EE7F04;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
  padding: 17px 33px 19px 43px;
  text-transform: uppercase;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: text-shadow 0.3s;
}
.section-contact-us a:hover {
  box-shadow: inset 0 0 0 2px #EE7F04;
}
.section-contact-us a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  background-image: url(200141bc8ea319edf4b1.png);
  background-position: 2px 4px;
  background-repeat: no-repeat;
}

.section-new-products {
  margin-top: 62px;
}
@media (min-width: 768px) {
  .section-new-products {
    margin-top: 92px;
  }
}
@media (min-width: 1200px) {
  .section-new-products {
    margin-top: 62px;
  }
}
.section-new-products h2 {
  font-size: 30px;
  margin-bottom: 35px;
  text-align: center;
}
.section-new-products .all-offers {
  background: #EE7F04;
  background: linear-gradient(90deg, rgb(238, 127, 4) 0%, rgb(255, 191, 68) 100%);
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 25.5px;
  margin: 0 auto;
  padding: 16px 0 18px 0;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .section-new-products .all-offers {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .section-new-products .all-offers {
    width: 25%;
  }
}
.section-new-products .all-offers:hover {
  background: #fff;
  box-shadow: inset 0 0 0 2px #EE7F04;
  color: #EE7F04;
}
.section-new-products .all-offers:hover span::after {
  background-image: url(200141bc8ea319edf4b1.png);
}
.section-new-products .all-offers span::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(6a673d9cacbc6f454412.png);
  background-position: 4px 4px;
  background-repeat: no-repeat;
}

.page-template main .slogan {
  align-items: center;
  border: 1px solid rgba(212, 212, 212, 0.831372549);
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .page-template main .slogan {
    flex-direction: row;
  }
}
.page-template main .slogan .circle {
  align-items: center;
  border: 2px solid #EE7F04;
  border-radius: 50%;
  color: #EE7F04;
  display: flex;
  justify-content: center;
  height: 111px;
  flex-direction: column;
  font-size: 57px;
  font-weight: 700;
  gap: 10px;
  line-height: 25px;
  padding-top: 20px;
  width: 111px;
}
.page-template main .slogan .circle span {
  display: block;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}
.page-template main .slogan .text {
  color: #EE7F04;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.page-template main .section-row {
  display: flex;
  gap: 30px;
  flex-direction: column;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .page-template main .section-row {
    flex-direction: row;
  }
}
.page-template main .section-row.second-row {
  display: flex;
  gap: 0;
  margin-bottom: 60px;
}
.page-template main .section-row.second-row .right {
  order: 1;
  padding-top: 20px;
}
.page-template main .section-row.second-row .left {
  order: 2;
}
@media (min-width: 992px) {
  .page-template main .section-row.second-row {
    gap: 30px;
    margin-bottom: 40px;
  }
  .page-template main .section-row.second-row .right {
    order: 2;
  }
  .page-template main .section-row.second-row .left {
    order: 1;
  }
}
@media (min-width: 992px) {
  .page-template main .section-row .left, .page-template main .section-row .right {
    flex: 1;
  }
}
.page-template main .section-row .left .img-bg {
  margin-right: 20px;
}

.contact-page .content {
  display: flex;
  flex-direction: column;
  gap: 23px;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .contact-page .content {
    flex-direction: row;
  }
}
.contact-page .content .contact-data {
  padding: 0;
  list-style-type: none;
  font-size: 16px;
}
.contact-page .content .contact-data li {
  align-items: center;
  color: #000;
  display: flex;
  font-family: Ubuntu, sans-serif;
  margin-bottom: 14px;
}
.contact-page .content .contact-data li:before {
  background-repeat: no-repeat;
  border: 2px solid #EE7F04;
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 37px;
  height: 37px;
}
.contact-page .content .contact-data li.location:before {
  background-image: url(4f4ad608301871b197cf.png);
  background-position: 10px 9px;
}
.contact-page .content .contact-data li.phone:before {
  background-image: url(2be19aa3caa64e60b4db.png);
  background-position: 10px 9px;
}
.contact-page .content .contact-data li.mail:before {
  background-image: url(d9d36a25aba4d0f2ce1c.png);
  background-position: 10px 9px;
}
.contact-page .content .contact-data li a {
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: text-shadow 0.3s;
}
.contact-page .content .contact-data li a:hover {
  color: #FFBF44;
  text-shadow: 0 0 1px #FFBF44;
}
.contact-page .content .contact-persons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0;
  list-style-type: none;
  margin-top: 48px;
}
.contact-page .content .contact-persons li {
  width: calc(33.333% - 13.33px);
  box-sizing: border-box;
}
.contact-page .content .contact-persons .wrapper-img {
  border-left: 3px solid #FFBF44;
  border-bottom: 13px solid #FFBF44;
  margin-bottom: 20px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.contact-page .content .contact-persons .wrapper-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-page .content .contact-persons p, .contact-page .content .contact-persons a {
  color: #000;
  font-size: 16px;
}
.contact-page .content .contact-persons a {
  display: block;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: text-shadow 0.3s;
}
.contact-page .content .contact-persons a:hover {
  color: #FFBF44;
  text-shadow: 0 0 1px #FFBF44;
}
.contact-page .content .contact-persons .name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .contact-page .content .contact-persons .name {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  .contact-page .content .contact-persons .name {
    font-size: 18px;
  }
}
.contact-page .content .contact-persons .position {
  margin-bottom: 5px;
}
.contact-page .content .left, .contact-page .content .right {
  flex: 1;
}
.contact-page .content .right {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .contact-page .content .right {
    margin-top: 0;
  }
}
.contact-page .content .right h2 {
  font-size: 30px;
}
@media (min-width: 992px) {
  .contact-page .content .right h2 {
    display: none;
  }
}
.contact-page form button, .contact-page form button:not(:hover):not(:active):not(.has-background) {
  background-color: #fff;
  border: none;
  box-shadow: inset 0 0 0 2px #EE7F04;
  color: #EE7F04;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  line-height: 25.5px;
  padding: 12px 0 13px 0;
  text-transform: uppercase;
  text-align: center;
  width: 279px;
}
.contact-page form button:hover, .contact-page form button:not(:hover):not(:active):not(.has-background):hover {
  background: #EE7F04;
  background: linear-gradient(90deg, rgb(238, 127, 4) 0%, rgb(255, 191, 68) 100%);
  box-shadow: none;
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.contact-page form button:hover span::after, .contact-page form button:not(:hover):not(:active):not(.has-background):hover span::after {
  background-image: url(6a673d9cacbc6f454412.png);
}
.contact-page form button span::after, .contact-page form button:not(:hover):not(:active):not(.has-background) span::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(200141bc8ea319edf4b1.png);
  background-position: 4px 4px;
  background-repeat: no-repeat;
}
.contact-page form button .loader, .contact-page form button:not(:hover):not(:active):not(.has-background) .loader {
  display: none;
}
.contact-page form label {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  display: block;
}
.contact-page form label span {
  color: #FF1A00;
}
.contact-page form input {
  background-color: #F2F2F2;
  border: 1px solid #DEDCDC;
  height: 51px;
  padding: 5px 10px;
  width: 100%;
}
.contact-page form textarea {
  background-color: #F2F2F2;
  border: 1px solid #DEDCDC;
  height: 200px;
  padding: 10px;
  width: 100%;
}
.contact-page form .field {
  margin-bottom: 16px;
}
.contact-page form .form-error {
  color: #FF1900;
  font-size: 12px;
  margin-top: 3px;
  text-align: right;
}
.contact-page form .message-success {
  border: 2px solid #4CAD34;
  color: #4CAD34;
  font-size: 14px;
  text-align: left;
  margin-bottom: 20px;
  padding: 14px 23px;
}
.contact-page form .message-error {
  border: 2px solid #FF1900;
  color: #FF1900;
  font-size: 14px;
  text-align: left;
  margin-bottom: 20px;
  padding: 14px 23px;
}

.forklift-list ul.products-list {
  padding: 0;
}

.product-description {
  display: flex;
  gap: 30px;
  flex-direction: column;
  margin-top: 62px;
  margin-bottom: 70px;
}
@media (min-width: 992px) {
  .product-description {
    flex-direction: row;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .product-description .left, .product-description .right {
    flex: 1;
  }
}
.product-description .category {
  list-style-type: none;
  padding: 0;
}
.product-description .category li {
  position: relative;
  padding-left: 20px;
}
.product-description .category li::before {
  background: #EE7F04;
  background: linear-gradient(90deg, rgb(238, 127, 4) 0%, rgb(255, 191, 68) 100%);
  content: "";
  height: 6px;
  position: absolute;
  width: 13px;
  top: 14px;
  left: 0;
}
.product-description .category li h3 {
  font-size: 20px;
}

.forklift .section-row {
  display: flex;
  gap: 20px;
  flex-direction: column;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .forklift .section-row {
    flex-direction: row;
  }
}
.forklift .section-row.product-more .product-features li:first-child {
  background-color: #F2F2F2;
  border: none;
}
.forklift .section-row .gallery {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.forklift .section-row .gallery .img-bg {
  display: block;
  max-width: 100%;
}
.forklift .section-row .gallery .thumbnails {
  display: flex;
  flex-direction: row;
  gap: 7px;
  margin: 40px 0 0 20px;
  flex-wrap: wrap;
}
.forklift .section-row .gallery .thumbnails a {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}
.forklift .section-row .gallery .thumbnails a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.forklift .section-row .right {
  flex: 1;
}
.forklift .section-row .right.product-main {
  margin-top: 10px;
}
.forklift .section-row .right h1 {
  font-size: 35px;
  margin-bottom: 5px;
}
.forklift .section-row .right .product-number {
  color: #000;
  border-bottom: 1px solid #D4D4D4;
  font-size: 15px;
  margin: 0;
  padding-bottom: 20px;
}
.forklift .section-row .right .price {
  border-bottom: 1px solid #D4D4D4;
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  padding: 21px 0 20px 0;
}
.forklift .section-row .right .price span {
  font-size: 24px;
  font-weight: 400;
}
.forklift .section-row .product-features {
  list-style-type: none;
  padding: 0;
  margin-top: 2px;
}
.forklift .section-row .product-features li {
  border-bottom: 1px solid #D4D4D4;
  display: flex;
  line-height: 1;
  padding: 15px 10px;
}
.forklift .section-row .product-features li b {
  color: #646464;
  flex: 1;
  font-size: 15px;
  font-weight: 700;
}
.forklift .section-row .product-features li span {
  color: #646464;
  flex: 1;
  font-size: 15px;
  font-weight: 400;
}
.forklift .section-row .product-contact {
  background-color: #F2F2F2;
  padding: 20px;
  text-align: center;
}
.forklift .section-row .product-contact a {
  background: #EE7F04;
  background: linear-gradient(90deg, rgb(238, 127, 4) 0%, rgb(255, 191, 68) 100%);
  color: #fff;
  display: block;
  font-size: 15px;
  line-height: 25.5px;
  margin: 0 auto;
  padding: 6px 0 8px 0;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .forklift .section-row .product-contact a {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .forklift .section-row .product-contact a {
    width: 25%;
  }
}
.forklift .section-row .product-contact a:hover {
  background: #fff;
  box-shadow: inset 0 0 0 2px #EE7F04;
  color: #EE7F04;
}
.forklift .products {
  margin-top: 62px;
}

.blog-page .article-main {
  border: 2px solid #EE7F04;
  display: flex;
  padding: 32px 56px 40px 58px;
  gap: 40px;
}
.blog-page .article-main .article-text {
  width: 100%;
}
.blog-page .article-main .art-img {
  flex: 0 0 auto;
}
.blog-page .article-main .article-date {
  color: #646464;
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 0;
}
.blog-page .article-main a {
  color: #EE7F04;
  display: inline-block;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.blog-page .article-main a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.blog-page .article-main h3 {
  color: #EE7F04;
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  margin-bottom: 5px;
}
.blog-page .article-main .article-content {
  color: #646464;
}
.blog-page .article-main .link {
  background: #EE7F04;
  background: linear-gradient(90deg, rgb(238, 127, 4) 0%, rgb(255, 191, 68) 100%);
  color: #fff;
  font-size: 13px;
  padding: 10px 5% 11px 5%;
  text-transform: uppercase;
}
.blog-page .article-main .link:hover {
  box-shadow: inset 0 0 0 2px #EE7F04;
  background: none;
  color: #EE7F04;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.blog-page .section-blog-list {
  display: flex;
  flex-direction: column;
  gap: 21px;
  margin: 18px 0 40px 0;
}
@media (min-width: 992px) {
  .blog-page .section-blog-list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.blog-page .section-blog-list a {
  border: 2px solid #F2F2F2;
  padding: 32px 58px 40px 58px;
  -webkit-text-decoration: none;
  text-decoration: none;
}
@media (min-width: 992px) {
  .blog-page .section-blog-list a {
    width: calc(50% - 11px);
  }
}
.blog-page .section-blog-list a:hover {
  border-color: #EE7F04;
  text-shadow: none;
}
.blog-page .section-blog-list .article .art-img {
  margin-bottom: 5px;
}
.blog-page .section-blog-list .article .art-img img {
  max-width: 100%;
}
.blog-page .section-blog-list .article button {
  background: #EE7F04;
  background: linear-gradient(90deg, rgb(238, 127, 4) 0%, rgb(255, 191, 68) 100%);
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  padding: 11px 5% 10px 5%;
  text-transform: uppercase;
}
.blog-page .section-blog-list .article button:hover {
  box-shadow: inset 0 0 0 2px #EE7F04;
  background: none;
  color: #EE7F04;
}

.section-singular-header {
  display: flex;
  gap: 20px;
  flex-direction: column;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .section-singular-header {
    flex-direction: row;
    gap: 40px;
    margin-top: 50px;
    margin-bottom: 40px;
  }
}
.section-singular-header h1 {
  font-size: 45px;
  margin-bottom: 10px;
}

.singular-header-date p {
  font-size: 14px;
  margin-bottom: 10px;
}

.author-bio {
  margin: 0;
}
.author-bio .author-link {
  display: inline-block;
  margin-top: 16px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.section-share {
  margin-top: 70px;
  text-align: right;
}
.section-share h4 {
  margin-bottom: 15px;
}
.section-share .social-share a {
  color: transparent;
  text-shadow: none;
  margin-left: 15px;
}
.section-share .social-share a:hover {
  color: transparent;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.section-share .social-share a:hover svg {
  fill: #EE7F04;
}

.equipment .wrapper-list {
  background-color: #f2f2f2;
  padding: 32px;
}
.equipment .wrapper-list h2 {
  font-size: 25px;
}
.equipment .wrapper-list ul {
  list-style-type: none;
  padding: 0;
}
.equipment .wrapper-list ul li {
  position: relative;
  padding-left: 20px;
}
.equipment .wrapper-list ul li::before {
  background: #EE7F04;
  background: linear-gradient(90deg, rgb(238, 127, 4) 0%, rgb(255, 191, 68) 100%);
  content: "";
  height: 6px;
  position: absolute;
  width: 13px;
  top: 14px;
  left: 0;
}

.forklift-rental .wrapper-list {
  background-color: #f2f2f2;
  padding: 32px;
}
.forklift-rental .wrapper-list h2 {
  font-size: 25px;
}
.forklift-rental .wrapper-list ul {
  list-style-type: none;
  padding: 0;
}
.forklift-rental .wrapper-list ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}
.forklift-rental .wrapper-list ul li::before {
  background: #EE7F04;
  background: linear-gradient(90deg, rgb(238, 127, 4) 0%, rgb(255, 191, 68) 100%);
  content: "";
  height: 6px;
  position: absolute;
  width: 13px;
  top: 10px;
  left: 0;
}

main.forklift-rental .slogan {
  gap: 20px;
}
main.forklift-rental .slogan .text {
  text-align: left;
}
main.forklift-rental .slogan .text p {
  margin-bottom: 2px;
}

.transport .wrapper-list {
  background-color: #f2f2f2;
  padding: 32px;
}
.transport .wrapper-list h2 {
  font-size: 25px;
}
.transport .wrapper-list ul {
  list-style-type: none;
  padding: 0;
}
.transport .wrapper-list ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}
.transport .wrapper-list ul li::before {
  background: #EE7F04;
  background: linear-gradient(90deg, rgb(238, 127, 4) 0%, rgb(255, 191, 68) 100%);
  content: "";
  height: 6px;
  position: absolute;
  width: 13px;
  top: 10px;
  left: 0;
}

main.transport .slogan {
  gap: 40px;
}
main.transport .slogan .text {
  text-align: left;
}
main.transport .slogan .text p {
  margin-bottom: 2px;
}

.section-faq {
  margin-bottom: 112px;
}
.section-faq ol {
  font-weight: 600;
  list-style: decimal;
}
.section-faq ol li {
  font-size: 1.2rem;
  margin-bottom: 18px;
}
.section-faq ol li .question {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.section-faq ol li .question p {
  margin-bottom: 0;
}
.section-faq ol li .question svg {
  transform: rotate(270deg);
  transition: transform 0.3s ease;
}
.section-faq ol li .question svg.rotate {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}
.section-faq ol li .answer {
  display: none;
  font-weight: 400;
}
.section-faq ol li .answer p {
  font-size: 1rem;
}

.category .container-articles, .archive .container-articles {
  display: flex;
  flex-flow: row wrap;
}
.category .container-articles header, .archive .container-articles header {
  flex: 1 100%;
}
.category .container-articles .list-articles, .archive .container-articles .list-articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  flex: 3 0;
}
.category .container-articles .category-list, .archive .container-articles .category-list {
  flex: 1 0 0;
}
.category .container-articles .category-list ul, .archive .container-articles .category-list ul {
  margin-left: 80px;
}
.category .container-articles .category-list ul li, .archive .container-articles .category-list ul li {
  list-style-type: none;
}
.category .container-articles .category-list ul li.categories, .archive .container-articles .category-list ul li.categories {
  font-weight: 900;
  text-transform: uppercase;
}
.category .container-articles .category-list ul li ul, .archive .container-articles .category-list ul li ul {
  margin-left: 0;
  margin-top: 20px;
}
.category .container-articles .category-list ul li ul li, .archive .container-articles .category-list ul li ul li {
  font-weight: 400;
  margin-bottom: 3px;
  position: relative;
  text-transform: none;
}
.category .container-articles .category-list ul li ul li::before, .archive .container-articles .category-list ul li ul li::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #646464;
  border-radius: 50%;
  position: absolute;
  left: -29px;
  transform: translate(0, -50%);
  top: 50%;
}
.category .container-articles .category-list ul li ul li:nth-child(1)::before, .category .container-articles .category-list ul li ul li:nth-child(5)::before, .category .container-articles .category-list ul li ul li:nth-child(9)::before, .archive .container-articles .category-list ul li ul li:nth-child(1)::before, .archive .container-articles .category-list ul li ul li:nth-child(5)::before, .archive .container-articles .category-list ul li ul li:nth-child(9)::before {
  border-color: #646464;
}
.category .container-articles .category-list ul li ul li:nth-child(2)::before, .category .container-articles .category-list ul li ul li:nth-child(6)::before, .category .container-articles .category-list ul li ul li:nth-child(10)::before, .archive .container-articles .category-list ul li ul li:nth-child(2)::before, .archive .container-articles .category-list ul li ul li:nth-child(6)::before, .archive .container-articles .category-list ul li ul li:nth-child(10)::before {
  border-color: #646464;
}
.category .container-articles .category-list ul li ul li:nth-child(3)::before, .category .container-articles .category-list ul li ul li:nth-child(7)::before, .category .container-articles .category-list ul li ul li:nth-child(11)::before, .archive .container-articles .category-list ul li ul li:nth-child(3)::before, .archive .container-articles .category-list ul li ul li:nth-child(7)::before, .archive .container-articles .category-list ul li ul li:nth-child(11)::before {
  border-color: #646464;
}
.category .container-articles .category-list ul li ul li:nth-child(4)::before, .category .container-articles .category-list ul li ul li:nth-child(8)::before, .category .container-articles .category-list ul li ul li:nth-child(12)::before, .archive .container-articles .category-list ul li ul li:nth-child(4)::before, .archive .container-articles .category-list ul li ul li:nth-child(8)::before, .archive .container-articles .category-list ul li ul li:nth-child(12)::before {
  border-color: #646464;
}
.category .container-articles .archive-subtitle, .archive .container-articles .archive-subtitle {
  margin-bottom: 40px;
}

.post-meta {
  list-style-type: none;
  padding-left: 0;
}
.post-meta .post-author {
  display: none;
}
.post-meta .meta-icon {
  display: none;
}

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

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*# sourceMappingURL=mainCss.css.map*/