* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  height: 100%;
  font-family: 'Roboto';
  overflow-x: hidden;
	overflow-y: scroll;
}

img {
  border: none;
  max-width: 100%;
}

a {
  color: #111;
  text-decoration: none;
}

.clear {
  clear: both;
}

.clear:after {
  content: '';
  display: block;
  clear: both;
}

.wp-content {
  position: relative;
}

.content {
	height: 100%;
  position: relative;
}

.responsive-menu-trigger {
  float: right;
  height: 49px;
  width: 49px;
  margin-left: 12px;
  background: #5b6770;
  cursor: pointer;
  display: none;
}

.responsive-menu-trigger:hover {
  background: #282c2f;
}

.responsive-menu-trigger span {
  display: block;
  width: 35px;
  height: 5px;
  margin: 5px auto;
  background: #fff;
}

.responsive-menu-trigger span:first-child {
  margin-top: 12px;
}

.responsive-menu-container {
  display: none;
  width: 100%;
  position: absolute;
  right: 0;
  top: 60px;
  z-index: 11;
}

.responsive-menu-container A:link, .responsive-menu-container A:visited {
  display: block;
  text-align: right;
  padding: 10px 15px 10px 5px;
  background-color: rgba(0, 0, 0, 0.9);
  border-bottom: 1px solid #C3C3C3;
  text-decoration: none;
  color: #FFF;
}

.responsive-menu-container A:hover {
  background: rgba(0,0,0,0.7);
}

.logo {
  position: absolute;
  left: 61px;
  top: 23px;
}

.logo-header{
    background-color: rgba(255,255,255,0.5);
    border-radius: 15px;
}

.alt-header .header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 2;
}

.common .header {
  background-image: url('/images/header-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.header .wrapper {
  float: right;
  margin-right: 33px;
  margin-top: 18px;
}

.hw-item {
  float: right;
}

.inquire-trigger {
  margin-top: -18px;
  display: inline-block;
  height: 80px;
  line-height: 80px;
  padding: 0 49px;
  background: #5b6770;
  color: #fff;
  text-transform: uppercase;
}

.inquire-trigger:hover {
  background: #535f66;
}

.hw-sep {
  margin: 0 50px;
  float: right;
  height: 77px;
  width: 1px;
  background: #d9be3f;
}

.translate-website {
  min-height: 61px;
  padding-left: 69px;
  background: url('/images/google-translate-icon.png') 0 0 no-repeat;
}

.tw-title {
  margin-bottom: 5px;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

.rigging-logo {
  margin-top: -10px;
}

.h-top {
  padding-bottom: 15px;
  border-bottom: 1px solid #d9be3f;
}

.top-menu {
  margin: 25px 0;
  text-align: right;
}

.top-menu a {
  margin-left: 28px;
  display: inline-block;
  vertical-align: top;
  padding: 4px 5px;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}

.top-menu a:hover {
  text-decoration: underline;
}

.top-menu a.tm-itemS {
  color: #141414;
  background: #fee600;
}

.top-menu a.tm-itemS:hover {
  text-decoration: none;
}

.header-phone {
  height: 56px;
  line-height: 56px;
  float: right;
  margin-top: 60px;
  margin-right: 150px;
  padding-left: 71px;
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  background: url('/images/phone-icon.png') 0 0 no-repeat;
}

.header-phone span {
  font-weight: 900;
  font-size: 24px;
}

.more-link {
  display: inline-block;
  height: 64px;
  line-height: 64px;
  padding: 0 42px;
  font-weight: 300;
  font-size: 18px;
  color: #131313;
  background: #fee600;
  border-radius: 5px;
}

.more-link:hover {
  background: #e9d11f;
}

.center-block {
  width: 95%;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
}

.center-block h1 {
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 60px;
  color: #1a1a00;
}

.center-block p {
  max-width: 1050px;
  margin: 0 auto 1em;
}

.center-block h2 {
  font-weight: 700;
  font-size: 36px;
}

.home-thumbs {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  max-width: 1600px;
  margin: 0 auto;
}

.thumb {
  width: 23%;
  margin: 0 .75% 30px;
}

.thumb .wrapper {
  height: 100%;
  display: block;
  padding: 7px;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
}

.t-pic {
  margin-bottom: 15px;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 5px;
  transition: filter .5s;
}

.thumb:hover .t-pic {
  filter: sepia(100%);
}

.thumb h5 {
  margin: 0 20px;
  font-weight: 500;
  font-size: 16px;
  color: #1b1b20;
}

.thumb-descr {
  display: block;
  margin: 0 20px;
  font-weight: 300;
  font-size: 12px;
  color: #7f8fa4;
}

.footer {
  padding: 60px 70px 20px;
  font-weight: 300;
  font-size: 14px;
  background: #5b6770;
  color: #d6dbde;
}

.footer a {
  color: #d6dbde;
}

.footer a:hover {
  color: #e2bd28;
  text-decoration: underline;
}

.ft-block {
  display: inline-block;
  vertical-align: top;
  width: 18%;
  margin-right: 2%;
}

.ft-block:nth-child(1),
.ft-block:nth-child(2) {
  width: 12%;
}

.ft-block:nth-child(3),
.ft-block:nth-child(4) {
    width: 20%;
}

.ft-block:nth-child(5) {
  margin-right: 0;
  width: 26%;
  float: right;
}

.ft-label {
  margin-bottom: 25px;
  font-weight: 300;
  font-size: 18px;
  color: #e0e0db;
}

.ft-menu {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin-right: 35px;
  margin-bottom: 1em;
}

.ft-menu li {
  margin-bottom: 5px;
}

.ft-menu b {
  font-weight: 400;
  font-size: 14px;
  color: #f9cf0d;
  text-transform: uppercase;
}

.ft-menu:last-child {
  margin: 0;
}

.fi-item {
  display: inline-block;
  vertical-align: top;
}

.ft-logo {
  margin-bottom: 30px;
}

.bg-block {
  padding: 50px 10px 70px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.bg-block-empty {
  padding: 170px 0 170px;
}

.bg-block p {
  z-index: 1;
  position: relative;
  max-width: 850px;
  margin: 0 auto 1em;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 17px;
  text-shadow: 1px 0 1px rgba(0, 0, 0, .38);
}

.bg-block h2 {
  z-index: 1;
  position: relative;
  max-width: 900px;
  margin: 0 auto 1em;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 36px;
  text-shadow: 1px 0 1px rgba(0, 0, 0, .38);
}

.bg-fade {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left:0;
  background: rgba(102, 70, 0, .7);
}

.lists-block {
  font-size: 0;
  max-width: 800px;
  margin: 0 auto 80px;
}

.center-block ul,
.lists-block ul {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 0 1% 30px;
  list-style: none;
}

.center-block li,
.lists-block li {
  min-height: 30px;
  margin-bottom: 1em;
  padding-left: 38px;
  font-weight: 400;
  font-size: 16px;
  background: url('/images/blue-check-icon.png') 0 3px no-repeat;
}

.product-page {
  padding: 40px 10px;
}

.pp-l {
  float: left;
  min-width: 252px;
  width: 23%
}

.left-menu {
  width: 252px;
  margin-left: 20%;
  margin-right: 20px;
}

.lm-wrapper {
  padding: 20px 0 10px;
  border-bottom: 1px solid #d1d1d1;
}

.lm-wrapper:first-child {
  padding-top: 0;
}

.lm-item {
  display: inline-block;
  margin-left: -7px;
  padding: 11px 7px;
  font-weight: 500;
  font-size: 18px;
  color: #131315;
}

.lm-item:hover {
  text-decoration: underline;
}

.lm-itemS {
  background: #fee600;
}

.lm-itemS:hover {
  text-decoration: none;
}

.pp-r {
  float: left;
  width: 77%;
  font-weight: 300;
  font-size: 18px;
  color: #5e5e5e;
}

.ppr-responsive-menu select {
  background: #fff;
  border: 2px solid #fee600;
  padding: 8px 3px;
  font-size: 17px;
  color: #454545;
  border-radius: 5px;
}

.ppr-responsive-menu {
  margin-bottom: 10px;
  display: none;
}

.ppr-title {
  margin-right: 1em;
  display: inline-block;
  background: #f2f2f2;
  position: relative;
  padding: 11px 62px;
  margin-bottom: 29px;
  box-shadow: 0 0 10px rgba(0,0,0,.5);
  transition: box-shadow .5s;
}

.ppr-title.ppr-itemS {
  background: #feb300;
}

.ppr-title.ppr-itemS h4 {
  color: #fff;
}

a.ppr-title:hover {
  box-shadow: 0 0 10px rgba(0,0,0,1);
}

.ppr-title h1 {
  padding: 2px 24px;
  font-weight: 900;
  font-size: 30px;
  color: #1a1a00;
  border-left: 3px solid #feb300;
}

.ppr-title h4 {
  padding: 2px 24px;
  font-weight: 900;
  font-size: 30px;
  color: #1a1a00;
  border-left: 3px solid #feb300;
}

.ppr-descr-top {
  max-width: 74%;
}

.ppr-descr-top p {
  margin-bottom: 1em;
}

.ppr-banner {
  margin-bottom: 40px;
  max-width: 74%;
}

.pp-r h2 {
  font-weight: 700;
  font-size: 24px;
  color: #3b3b3b;
  margin-bottom: 20px;
}

.ppr-mid-block {
  max-width: 80%;
  margin-bottom: 30px;
}

.ppr-l {
  float: left;
  width: 45%;
  margin-right: 5%;
}

.ppr-l  ul {
  margin-left: 1em;
}

.ppr-l li {
  margin-bottom: .5em;
  font-size: 16px;
}

.ppr-r {
  float: left;
  width: 50%;
}

.ppr-r a {
  width: calc(50% - 60px);
}

a.data-pdf,
a.data-doc,
a.data-xls,
a.data-ppt {
  margin-left: -6px;
  padding-left: 40px;
  margin-bottom: 1em;
  float: left;
  margin-right: 20px;
  font-size: 12px;
  color: #1a92eb;
  background: url('/images/icons/pdf-icon.gif') 0 1px no-repeat;
}

.data-doc:link, .data-doc:visited{
  background: url('/images/icons/doc-icon.gif') 0 1px no-repeat;
}

.data-xls:link, .data-xls:visited{
  background: url('/images/icons/xls-icon.gif') 0 1px no-repeat;
}

.data-ppt:link, .data-ppt:visited{
  background: url('/images/icons/ppt-icon.gif') 0 1px no-repeat;
}

a.data-pdf:after {
  content: '(Download PDF)';
}

a.data-doc:after {
  content: '(Download DOC)';
}

a.data-xls:after {
  content: '(Download XLS)';
}

a.data-ppt:after {
  content: '(Download PPT)';
}

.data-pdf span,
.data-doc span,
.data-xls span,
.data-ppt span {
  display: block;
  font-size: 14px;
  color: #2f2f2f;
  text-decoration: underline;
}

.data-pdf:hover,
.data-doc:hover,
.data-xls:hover,
.data-ppt:hover {
  opacity: 0.9;
}

.ppr-features h3 {
  max-width: 74%;
  margin-bottom: 35px;
  padding-bottom: 16px;
  font-weight: 700;
  font-size: 24px;
  color: #3b3b3b;
  border-bottom: 1px solid #c0c0c0;
}

.ppr-features p {
  max-width: 700px;
  margin-bottom: 1em;
  font-size: 16px;
}

.ppr-gallery {
  margin-bottom: 20px;
}

.ppr-gallery a {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin-bottom: 1em;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-right: 1%;
}

.zoom-icon {
  display: block;
  width: 36px;
  height: 36px;
  right: 11px;
  bottom: 11px;
  position: absolute;
}

.ppr-certificates h3 {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 20px;
  color: #171717;
}

.dealers-page {
  padding: 250px 0 50px;
  min-height: calc(100vh - 300px);
  background-image: url('/images/dealers-bg.jpg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-align: center;
}

.dealers-page h1 {
  font-weight: 900;
  font-size: 60px;
  color: #fff;
  margin-bottom: 45px;
}

.dealers-page p {
  max-width: 1050px;
  margin: 0 auto 80px;
  padding: 0 10px;
  font-weight: 300;
  font-size: 21px;
  color: #fff;
}

.dealers-page p a {
  color: #fff;
  text-decoration: udnerline;
}

.dealers-block {
  text-align: left;
  max-width: 100%;
  width: 350px;
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
  position: relative;
}

.dealers-block .wrapper {
  padding: 35px 30px 15px;
}

.dealers-icon {
  width: 70px;
  height: 70px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  background: url('/images/dealers-icon.png');
}

.dealers-block label {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #7f8fa4;
  margin-bottom: 5px;
}

.dealers-block select {
  background: #fff;
  border: 1px solid #ced0da;
  padding: 8px 3px;
  font-size: 17px;
  color: #454545;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 12px;
}

.submit-dealers {
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #339c41;
  color: #fff;
  border: 1px solid #249533;
  border-radius: 5px;
}

.submit-dealers:hover {
  background: #249533;
}

.submit-dealers.disabled {
  pointer-events: none;
  background: #cacaca;
  color: #808080;
  border: 1px solid #808080;
}

.dealers-popup {
  display: none;
}

.dealers-bottom {
  height: 49px;
  background: #f8fafc;
  border-top: 1px solid #e7e9ed;
  border-radius: 0 0 5px 5px;
}

.ds-full{
  padding: 4px 4px 10px 4px;
  position: relative;
}

.ds-fullFirst{
  padding: 5px 15px 10px 15px;
  position: relative;
}

.ds-full-company{
  font-weight: bold;
  padding-bottom: 3px;
  margin-bottom: 10px;
  border-bottom: 1px solid #505054;
  color: #505054;
  text-transform: uppercase;
  font-size: 9pt;
}

.ds-full-left{
  float: left;
  width: 110px;
  padding-bottom: 5px;
  padding-right: 10px;
  text-align: right;
  font-weight: bold;
}

.ds-full-right{
	float: left;
	width: 100%;
  max-width: 570px;
  padding-bottom: 5px;
}

.ds-full-comment{
	width: 100%;
  max-width: 560px;
  padding: 10px 20px 0 120px;
}

.dealers-popup-wrapper {
  position: relative;
}

.ds-full-province{
  font-weight: 700;
  font-size: 30px;
  color: #fff;
}

.dealers-popup {
  width: 795px;
  min-height: 150px;
  background-color: #fff;
  color: #333;
  border-radius: 5px;
}

.jqm-header{
  padding: 15px 27px;
  background: #bdab00;
  border-radius: 5px 5px 0 0;
}

.nothing2 {
	padding: 15px;
}

.nothing-found {
  margin: 250px auto;
  text-align: center;
}

.input-file-name {
  margin-top: 38px;
}


.upload-file {
  width: 155px;
  height: 53px;
  background: url('/images/upload-icon.png') no-repeat;
  cursor: pointer;
}

input[type="file"] {
  display: none;
}

@media (max-width: 1600px) {
  .header-phone {
    margin-right: 30px;
  }

  .ppr-descr-top,
  .ppr-banner,
  .ppr-mid-block {
    max-width: 90%;
  }
}

@media (max-width: 1480px) {
  .header-phone {
    display: none;
  }
}

@media (max-width: 1450px) {
  .left-menu {
    margin-left: 5%;
  }
}

@media (max-width: 1345px) {
  .ft-block:nth-child(2) {
    display: none;
  }

  .ft-block:nth-child(4) {
    width: 30%;
  }
}

@media (max-width: 1250px) {
  .center-block h1 {
    font-size: 40px;
  }
}

@media (max-width: 1225px) {
  .left-menu {
      width: 215px;
  }
}

@media (max-width: 1200px) {
  .logo {
    left: 10px;
  }
}

@media (max-width: 1130px) {
  .rigging-logo {
    display: none;
  }

  .hw-sep.last-item {
    display: none;
  }

  .ppr-responsive-menu {
    display: block;
  }

  .pp-l {
    display: none;
  }

  .pp-r {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .ppr-descr-top,
  .ppr-banner,
  .ppr-mid-block {
    max-width: 100%;
  }
}

@media (max-width: 1345px) {
  .ft-block:nth-child(1),
  .ft-block:nth-child(3) {
    display: none;
  }

  .ft-block:nth-child(4),
  .ft-block:nth-child(5) {
    width: 48%;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ft-menu {
    margin-right: 0;
  }
}


@media (max-width: 945px) {
  .translate-website {
    display: none;
  }

  .hw-sep {
    display: none;
  }

  .top-menu {
    display: none;
  }

  .responsive-menu-trigger {
    display: block;
  }

  .common .header {
    height: 170px;
  }

  .inquire-trigger {
    margin-top: 0;
    height: 49px;
    line-height: 49px;
  }

  .ppr-r a {
    width: auto;
    clear:both;
  }
}

@media (max-width: 895px) {
  .dealers-popup {
    width: 300px;
  }

	.ds-full-left {
		margin-top: 20px;
		float: none;
		text-align: left;
	}
}

@media (max-width: 865px) {
  .thumb {
    width: 31%;
  }
}

@media (max-width: 800px) {
  .ppr-l,
  .ppr-r {
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }

  .ppr-title {
    padding: 11px 12px;
  }

  .ppr-title h1 {
    font-size: 20px;
  }
}

@media (max-width: 770px) {
  .dealers-page {
      padding: 150px 0 50px;
      min-height: calc(100vh - 200px);
  }
}

@media (max-width: 760px) {
  .ft-block:nth-child(4) {
    display: none;
  }

  .ft-block:nth-child(5) {
    width: 100%;
    margin: 0;
    text-align: center;
  }
}

@media (max-width: 700px) {
  .logo {
    top: 20px;
    width: 100px;
  }

  .common .header {
    height: 91px;
  }

  .header .wrapper {
    margin-right: 10px;
  }
}

@media (max-width: 645px) {
  .thumb {
    width: 48%;
  }
}

@media (max-width: 625px) {
  .center-block ul,
  .lists-block ul {
    width: 98%;
    max-width: none;
  }
}

@media (max-width: 550px) {
  .center-block h1 {
    font-size: 25px;
  }
}

@media (max-width: 645px) {
  .thumb {
    width: 98%;
  }
}

@media (max-width: 415px) {
  .inquire-trigger {
    padding: 0 4px;
  }
}