* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  height: 100%;
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
	overflow-y: scroll;
}

img {
  border: none;
  max-width: 100%;
}

a {
  text-decoration: none;
}

.clear {
  clear: both;
}

.clear:after {
  content: '';
  display: block;
  clear: both;
}

.wp-content {
	height: 100%;
  position: relative;
}

.content {
  position: relative;
}

.logo {
  position: absolute;
  top: 41px;
  left: 44px;
}

.responsive-menu-trigger {
  float: right;
  height: 87px;
  width: 50px;
  margin-left: 1px;
  background: #4890d8;
  cursor: pointer;
  display: none;
}

.responsive-menu-trigger:hover {
  background: #3572af;
}

.responsive-menu-trigger span {
  display: block;
  width: 35px;
  height: 5px;
  margin: 5px auto;
  background: #fff;
}

.responsive-menu-trigger span:first-child {
  margin-top: 31px;
}

.responsive-menu-container {
  display: none;
  width: 100%;
  position: absolute;
  right: 0;
  top: 87px;
  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);
}

.wp-home .header {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.header-wrapper {
  position: relative;
  float: right;
  margin-right: 45px;
}

.inquire-trigger {
  float: right;
  padding: 30px 54px 30px 100px;
  font-weight: 500;
  font-size: 22px;
  color: #fff;
  text-shadow: 0 0 10px rgba(255,255,255,.5);
  background-color: #4890d8;
  background-image: url("/source/3458a8ffe77c3981906f9ffc6d502e3c/inquire.png");
  background-position: 46px 50%;
  background-repeat: no-repeat;
  transition: background-color .5s;
}

.inquire-trigger:hover {
  background-color: #2f5e8e;
}

.header-info {
  padding: 12px 0 15px;
  margin-right: 50px;
  float: right;
  border-bottom: 1px solid rgba(42,41,39,.9);
}

.hi-item {
  float: left;
  border-right: 1px solid #b8b8b8;
}

.hi-item:first-child {
  margin-right: 50px;
}

.hi-item address {
  padding: 8px 45px 10px 40px;
  font-weight: 300;
  color: #fff;
  background: url("/source/e9b86f3d33cb1d4cd7b867291c2ee604/pin.png") 0 50% no-repeat;
}

.hi-phones {
  padding: 8px 45px 10px 55px;
  background: url("/source/5f9c89f472d01237902379eb6584d3aa/phone.png") 0 50% no-repeat;
}

.hi-phones div {
  display: inline-block;
}

.hi-phones div:first-child {
  margin-right: 30px;
}

.hi-phones p {
  font-size: 14px;
  color: #fff;
  font-family: 'Roboto Slab', serif;
  text-transform: uppercase;
}

.hi-phones span {
  font-size: 18px;
  font-weight: 500;
  color: #4a99ea;
}

.top-menu {
  margin-top: 25px;
}

.top-menu a {
  font-family: Raleway;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 28px;
  color: #fff;
  border-bottom: 1px solid transparent;
  transition: border-bottom .5s;
}

.top-menu a:not(.tm-itemS):hover {
  border-bottom: 1px solid #fff;
}

.top-menu a:last-child {
  margin-right: 0;
}

a.tm-itemS {
  color: #4890d8;
  border-bottom: 1px solid;
}

.top-shadow {
  z-index: 2;
  height: 437px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  pointer-events: none;
  background: url("/source/9f13c69678516f37ea7c82c30117e2e6/top-shadow.png") 0 0 repeat-x;
}

.top-shadow-inner {
  z-index: 1;
  height: 437px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  pointer-events: none;
  background: url("/source/9f13c69678516f37ea7c82c30117e2e6/top-shadow.png") 0 0 repeat-x;
}

.home-block {
  min-height: 900px;
  position: relative;
  z-index: 1;
  padding: 200px 70px 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.hb-fade {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background: rgba(45,44,47,.6);
}

.hb-wrapper {
  position: relative;
  z-index: 2;
}

.hb-title {
  margin: 0 70px 30px;
}

.hb-title h2 {
  margin-bottom: 15px;
  font-family: 'Raleway', sans-serif;
  font-size: 60px;
  text-transform: uppercase;
  color: #4890d8;
}

.hb-title h3 {
  margin-bottom: 15px;
  font-family: 'Raleway', sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  color: #4890d8;
}

.hb-title p {
  max-width: 870px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 24px;
  color: #fff;
}

.popup-title {
  margin-bottom: 20px;
}

.popup-title p {
  font-size: 24px;
  color: #000;
}

.hb-content {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 43px 10px;
  background: rgba(27,28,28,.85);
}

.home-thumb-small {
  overflow: hidden;
  position: relative;
  height: 280px;
  width: 24%;
  margin: 0 .5% 40px;
  transform: scale(1);
  transition: all .5s;
}

.home-thumb-mid {
  overflow: hidden;
  position: relative;
  height: 280px;
  width: 32%;
  margin: 0 .5% 40px;
  transform: scale(1);
  transition: all .5s;
}

.home-thumb-half {
  overflow: hidden;
  position: relative;
  height: 420px;
  width: 49%;
  margin: 0 .5% 40px;
  transform: scale(1);
  transition: all .5s;
}

.cipp-popup .home-thumb-small {
  width: 310px;
}

.special-app-popup .wrapper {
  padding: 20px;
  background: #eaecec;
}

.special-app-popup .hbf-item {
  width: 100%;
}

.special-app-popup .hbf-inputs {
  margin-top: 0;
}

.special-app-popup .hb-form-wrapper {
  padding: 0;
}

.cipp-thumbs {
  display: flex;
  flex-direction: row;
}

.hts-descr {
  height: 100%;
  position: absolute;
  top: calc(100% - 50px);
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  padding: 0px 30px;
  background: rgba(67, 140, 215, .7);
  text-shadow: 0 0 10px rgba(0,0,0,.39);
  transition: top 0.3s, padding 0.3s;
}

.hts-pic-block {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transform: scale(1);
  transition: all .5s;
}

.home-thumb-small:hover,
.home-thumb-mid:hover,
.home-thumb-half:hover {
  z-index: 2;
  transform: scale(1.2);
}

.home-thumb-small:hover .hts-descr,
.home-thumb-small.active .hts-descr {
  padding: 40px 30px 10px;
  top: 0;
}

.home-thumb-mid:hover .hts-descr,
.home-thumb-mid.active .hts-descr{
  padding: 40px 30px 10px;
  top: 0;
}

.home-thumb-half:hover .hts-descr,
.home-thumb-half.active .hts-descr{
  padding: 40px 30px 10px;
  top: 0;
}


.htsd-title {
  height: 50px;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 15px;
  display: block;
  font-size: 29px;
  text-transform: uppercase;
  line-height: 85%;
}

.htsd-title span {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.htsd-points span {
  font-family: 'Roboto Slab', sans-serif;
  margin-bottom: 10px;
  padding-left: 30px;
  float: left;
  clear: left;
  background: url("/source/09579f7c32bdafce8d2f2c9760999e5c/white-checkmark.png") 0 0 no-repeat;
}

.home-thumb-large {
  width: 49%;
  margin: 0 .5% 40px;
}

.htl-title {
  display: block;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 25px;
  color: #fff;
  margin-bottom: 14px;
  margin-left: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.htl-wrapper {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  display: block;
  height: 455px;
}

.htl-pic-block {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transform: scale(1);
  transition: all .5s;
}

.htl-remark {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #509fee;
}

.home-thumb-large:hover .htl-pic-block {
  transform: scale(1.3);
}

.htl-descr {
  height: 455px;
  position: absolute;
  top: 455px;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  padding: 40px 80px 10px;
  background: rgba(67, 140, 215, .7);
  text-shadow: 0 0 10px rgba(0,0,0,.39);
  transition: top 0.3s, padding 0.3s;
}

.home-thumb-large:hover .htl-descr {
  top: 0;
}

.htld-title {
  height: 50px;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 5px;
  display: block;
  font-size: 29px;
  text-transform: uppercase;
  line-height: 85%;
}

.htld-title span {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.htld-subtitle {
  display: block;
  font-size: 22px;
}

.htld-points {
  display: block;
  margin-top: 40px;
}

.htld-points span {
  font-family: 'Roboto Slab', sans-serif;
  margin-bottom: 10px;
  padding-left: 30px;
  float: left;
  clear: left;
  background: url("/source/09579f7c32bdafce8d2f2c9760999e5c/white-checkmark.png") 0 0 no-repeat;
}

.title-wrapper {
  padding: 10px 30px;
  background: #f5f5f5;
}

.title-wrapper h1 {
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 700;
  font-size: 82px;
  color: #e7e7e7;
}

.footer {
  border-top: 1px solid #dedede;
  position: relative;
  font-size: 14px;
}

.f-top {
  display: flex;
  justify-content: space-between;
  padding: 60px 70px 20px;
  color: #1d1d1d;
}

.f-top a {
  color: #1d1d1d;
  font-family: 'Roboto Slab', sans-serif;
}

.f-top ul {
  font-family: 'Roboto Slab', sans-serif;
}

.f-top a:hover {
  text-decoration: underline;
}

.ft-block {
  position: relative;
}

.ft-sep{
  width: 1px;
  height: 166px;
  background: #e4e4e4;
}

.ft-block:last-child {
  text-align: right;
}

.ft-label {
  margin-bottom: 30px;
  color: #262626;
  font-size: 18px;
  text-transform: uppercase;
}

.f-bottom .ft-label {
  margin-bottom: 15px;
}

.ft-menu {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin-right: 55px;
  margin-bottom: 1em;
}

.ft-menu li {
  margin-bottom: 5px;
}

.ft-menu:last-child {
  margin: 0;
}

.f-bottom {
  padding: 20px 70px;
  color: #1d1d1d;
}

.f-bottom a {
  color: #1d1d1d;
}

.f-bottom a:hover {
  text-decoration: underline;
}

.fb-left {
  float: left;
}

.fb-right {
  float: right;
}

a.footer-quote {
  display: inline-block;
  padding: 30px 54px 30px 100px;
  font-weight: 500;
  font-size: 22px;
  color: #fff;
  text-shadow: 0 0 10px rgba(255,255,255,.5);
  background-color: #4890d8;
  background-image: url("/source/3458a8ffe77c3981906f9ffc6d502e3c/inquire.png");
  background-position: 46px 50%;
  background-repeat: no-repeat;
  white-space: nowrap;
  transition: background-color .5s;
}

a.footer-quote:hover {
  text-decoration: none;
  background-color: #2f5e8e;
}

.ft-phone-wrapper {
  margin-bottom: 5px;
  float: left;
}

.fb-label {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 17px;
  color: #262626;
  text-transform: uppercase;
}

.hb-breadcrumbs {
  display: inline-block;
  padding-bottom: 14px;
  padding-left: 18px;
  margin-left: -69px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255,255,255,.3);
}

.hb-breadcrumbs a:hover {
  color: #fff;
}

.hb-breadcrumbs .back {
  margin-right: 45px;
  display: inline-block;
  vertical-align: top;
  height: 34px;
  line-height: 34px;
  padding-left: 32px;
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
  background: url("/source/4c147e5340e4d15c830b54e753606c26/back-arrow.png") 0 0 no-repeat;
  color: rgba(255,255,255,.5);
  transition: color .5s;
}

.hb-breadcrumbs .item {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  height: 34px;
  line-height: 34px;
  padding-left: 22px;
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  color: rgba(255,255,255,.8);
  text-transform: uppercase;
  transition: color .5s;
  background: url("/source/831d64682397b4799318250ce4c9cd16/slash.png") 0 0 no-repeat;
}

.hb-product-l {
  width: 57%;
  background: #1c1d1d;
  box-sizing: border-box;
  padding: 60px 25px 60px 90px;
}

.hb-product {
  display: flex;
  color: #fff;
}

.hb-product h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 30px;
  text-transform: uppercase;
}

.hb-gallery {
  float: left;
  width: 49%;
  margin-right: 3%;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.hb-gallery a {
  margin-bottom: 12px;
  display: inline-block;
  text-align: center;
  background-size: cover;
  background-position: 50% 50%;
  box-sizing: border-box;
  border: 1px solid #e3e3e3;
}

.hb-gallery a:first-child {
  width: 100%;
  height: 295px;
}

.hb-gallery a:not(:first-child) {
  width: 48%;
  height: 145px;
  margin-right: 4%;
}

.hb-gallery a:nth-child(2n+3) {
  margin-right: 0;
}

.hb-descr {
  float: left;
  width: 48%;
}

.hb-descr * {
  color: #fff !important;
}

.hb-descr h3 {
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.hb-descr p {
  margin-bottom: 1em;
  font-weight: 300;
  font-size: 18px;
}

.hbd-remark {
  border-left: 6px solid #4890d8;
  padding-left: 30px;
  margin-top: 40px;
}

.hbd-specs h4 {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
}

.hbd-specs p  {
  font-size: 18px;
}

.hbd-specs p b {
  margin-right: 1em;
}

.hbd-remark ul {
  list-style: none;
}

.hbd-remark ul li {
  margin-bottom: 15px;
  padding-top: 1px;
  font-family: 'Roboto Slab', sans-serif;
  padding-left: 37px;
  font-weight: 300;
  font-size: 16px;
  background: url("/source/22faf2b55001f01834bd0a2eb3a14fed/yellow-checkmark.png") 0 0 no-repeat;
}

.hb-product-r {
  font-family: 'Roboto Slab', sans-serif;
  padding: 60px 25px 60px 90px;
  width: 43%;
  box-sizing: border-box;
  background: rgba(27,28,28,.85);
}

.hbpr-descr h3 {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}

.hbpr-descr p {
  font-weight: 300;
  font-size: 18px;
}

.hb-form-wrapper {
  padding: 40px 70px 0;
  border-bottom: 1px solid transparent;
  background: #eaecec;
}

.hb-form-wrapper h3 {
  margin-bottom: 10px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 24px;
  color: #212425;
  text-transform: uppercase;
}

.hbf-item input[type="text"] {
  margin-bottom: 5px;
  padding: 10px;
  width: 90%;
  background: #fff;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #dfe3e9;
}

.hbf-item select {
  margin-bottom: 5px;
  padding: 10px;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #dfe3e9;
}

.hbfi-wrapper input[type="text"] {
  width: 100%;
}

.hbf-items {
  display: flex;
  justify-content: space-between;
}

.hbf-inputs {
  margin-top: 30px;
}

.hbf-sep {
  width: 1px;
  height: 240px;
  background: #c1c3c3;
}

.hbf-sep-long {
  margin-bottom: 70px;
  width: 1px;
  height: 480px;
  background: #c1c3c3;
}

.input-file {
  min-height: 37px;
  padding-left: 36px;
  background: url("/source/88fe89626ba700477147d04898031d49/pdf-icon.png") 0 0 no-repeat;
  background-size: 37px;
}

.hbf-item h4 {
  font-weight: 500;
  font-size: 15px;
  color: #586164;
  margin-bottom: 15px;
}

.if-field {
  width: 165px;
  height: 19px;
  display: inline-block;
  padding: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #dfe3e9;
}

.if-button {
  height: 19px;
  display: inline-block;
  padding: 6px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #fff;
  border-radius: 5px;
  color: #787878;
  background: #dee4e6;
  border: 1px solid #a9adaf;
  transition: background .5s;
}

.if-button:hover {
  background: #c6c8c9;
}

.hbf-item {
  position: relative;
}

.hbf-item {
  padding: 0 10px;
}

.hbf-item:first-child {
  padding-left: 0;
}

.hbf-item:last-child {
  padding-right: 0;
}

.hbf-item h5 {
  margin: 30px 0 10px;
  font-weight: 500;
  font-size: 14px;
}

.hbf-item textarea {
  height: 78px;
  padding: 6px;
  width: 480px;
  background: #fff;
  border-radius: 5px;
  resize: none;
  border: 1px solid #dfe3e9;
}

.hbf-item .hbf-area-small {
  width: 290px;
  height: 300px;
}

.hbf-item button {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 100px;
  height: 84px;
  line-height: 84px;
  font-weight: 300;
  font-size: 19px;
  border: none;
  cursor: pointer;
  background: #4890d8;
  color: #fff;
  transition: background .5s;
}

.hbf-item button:hover {
  background-color: #2f5e8e;
}

.blue-button {
  display: inline-block;
  padding: 0 100px;
  height: 84px;
  line-height: 84px;
  font-weight: 300;
  font-size: 19px;
  border: none;
  cursor: pointer;
  background: #4890d8;
  color: #fff;
  transition: background .5s;
}

.blue-button:hover {
  background-color: #2f5e8e;
}

.hb-length {
  font-size: 0;
  margin-bottom: 30px;
}

.lenght-thumb {
  height: 311px;
  padding: 60px 80px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 49%;
  position: relative;
}

.lenght-thumb:nth-child(odd) {
  margin-right: 2%;
}

.lt-fade {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(40,40,40,.85);
  transition: background .5s;
}

.lt-titles {
  display: block;
  z-index: 1;
  position: relative;
  margin-bottom: 28px;
  min-height: 53px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
}

.lt-titles span {
  display: block;
}

.lt-image {
  display: block;
  position: relative;
  z-index: 1;
}

.lenght-thumb:hover .lt-fade,
.lt-itemS .lt-fade {
  background: rgba(72,144,216,.85);
}

.hb-form-wrapper h4 {
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 300;
  font-size: 21px;
  color: #000;
}

.sleeve-form {
  padding: 0 70px;
  margin: 40px -70px 20px;
  height: 68px;
  line-height: 68px;
  background: #d7d7d7;
  display: flex;
  justify-content: space-between;
}

.sf-item {
  position: relative;
  font-size: 18px;
}

.sf-title {
  font-size: 24px;
  color: #fff;
}

.sf-label {
  line-height: 100%;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  text-align: center;
  color: #7f8fa4;
  font-size: 18px;
}

.sf-item:first-child .sf-label {
  text-align: left;
}

.sf-meas {
  position: absolute;
  top: 0;
  color: #7f8fa4;
  right: -40px;
}

.sf-item input[type="text"] {
  padding: 15px 23px;
  border-radius: 5px;
  border: 1px solid #dee2e8;
}

.sleeve-message {
  float: right;
  position: relative;
  margin-right: -70px;
  margin-bottom: -1px;
  padding-right: 280px;
  padding-bottom: 30px;
}

.sleeve-message h4 {
  margin-bottom: 10px;
  font-size: 15px;
  color: #586164;
}

.sleeve-area {
  height: 78px;
  padding: 6px;
  width: 480px;
  background: #fff;
  border-radius: 5px;
  resize: none;
  border: 1px solid #dfe3e9;
}

.sleeve-message button {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 100px;
  height: 84px;
  line-height: 84px;
  font-weight: 300;
  font-size: 19px;
  border: none;
  cursor: pointer;
  background: #4890d8;
  color: #fff;
  transition: background .5s;
}

.sleeve-message button:hover {
  background-color: #2f5e8e;
}

.sleeve-message button.disabled {
  background: #797979;
  pointer-events: none;
}


.hbfi-wrapper {
  margin-bottom: 10px;
}

.hbfi-wrapper label {
  margin-bottom: 5px;
  display: block;
  font-weight: 700;
  font-size: 13px;
  color: #636b76;
}

.hb-form-wrapper .gap {
  height: 50px;
}

.hbf-item input[type="submit"] {
  width: 100%;
  margin-top: 20px;
  display: block;
  height: 84px;
  line-height: 84px;
  font-weight: 300;
  font-size: 19px;
  border: none;
  cursor: pointer;
  background: #4890d8;
  color: #fff;
  transition: background .5s;
}

.hbf-item input[type="submit"]:hover {
  background-color: #2f5e8e;
}

.title-block {
  position: relative;
  padding-top: 260px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.tb-body {
  padding: 0 10px 25px 0;
  max-width: 850px;
  position: relative;
  z-index: 2;
}

.tb-body h1 {
  display: inline-block;
  border-top: 1px solid rgba(255,255,255,.3);
  padding: 10px 10px 20px 150px;
  font-weight: 900;
  font-size: 40px;
  color: #4890d8;
  text-transform: uppercase;
}

.tb-body p {
  padding-left: 150px;
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 300;
  font-size: 24px;
  color: #fff;
}

.grey-bg {
  padding: 45px 70px;
  background: #f6f6f6;
}

.sort-filter {
  margin-left: 17px;
}

.sort-filter label {
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
}

.sort-filter select {
  padding: 5px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  font-weight: 300;
  font-size: 24px;
  color: #7f8fa4;
}

.product-list {
  margin-bottom: 30px;
}

.product-list:not(.half) {
  clear: both;
}

.product-list h2 {
  margin-bottom: 20px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: #231f20;
  padding: 17px 20px;
  border-bottom: 1px solid #d9d9d9;
  text-transform: uppercase;
}

.pl-thumbs {
  font-size: 0;
  padding-left: 15px;
  border-left: 6px solid #4890d8;
}

.pl-thumbs.home {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.pr-thumb {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  box-sizing: border-box;
  width: 24%;
  margin-right: 1%;
}

a.pr-thumb:hover .pl-title {
  border-bottom: 1px solid;
}

.pl-pic {
  position: relative;
  margin-bottom: 15px;
  display: block;
  height: 280px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.pl-title {
  margin-bottom: 17px;
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #231f20;
  border-bottom: 1px solid transparent;
  text-transform: uppercase;
  transition: border-bottom .5s;
}

.home .pl-title {
  color: #fff;
}

.pl-points {
  display: block;
}

.pl-points span {
  margin-bottom: 8px;
  min-height: 14px;
  display: block;
  padding-left: 29px;
  font-weight: 300;
  font-size: 17px;
  color: #4f5154;
  background: url("/source/eb386a1829eb59658ca84ed934181cd2/blue-checkmark.png") 0 2px no-repeat;
  font-family: 'Raleway', sans-serif;
}

.home .pl-points span {
  color: #fff;
}

.pr-links {
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
}

.pr-link {
  display: inline-block;
  width: 50%;
  padding: 5px;
  text-align: center;
  box-sizing: border-box;
  font-size: 17px;
  color: #fff;
  background: #4890d8af;
  transition: background .5s;
}

.pr-link:hover {
  background: #2f5e8eaf;
}

.product-list.half {
  float: left;
  width: 49%;
}

.product-list.half:nth-child(odd) {
  margin-right: 2%;
}

.product-list.half .pl-thumbs a {
  width: 49%;
}

.breadcrumbs {
  margin-left: 150px;
}

.breadcrumbs a {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  transition: border-bottom .5s;
}

.breadcrumbs a:hover {
  border-bottom: 1px solid;
}

.breadcrumbs span {
  margin: 0 10px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
}

.gb-l h4 {
  float: left;
  clear: left;
  margin-bottom: 30px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: #231f20;
  padding: 0 60px 15px 17px;
  border-bottom: 1px solid #d9d9d9;
  text-transform: uppercase;
}

.gb-l {
  float: left;
  width: 26%;
  margin-right: 2%;
}

.gb-r {
  float: left;
  width: 72%;
}

.left-menu a {
  float: left;
  clear: left;
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-left: 17px;
  color: #231f20;
  transition: color .5s;
}

.left-menu a:hover {
  color: #4890d8;
}

.left-menu a.lm-itemS {
  color: #4890d8;
  background: url("/source/3648a5c25de72372f402526d3d97050c/blue-arrow.png") 0 7px no-repeat;
}

.pb-l {
  float: left;
  width: 45%;
  margin-right: 3%;
}

.pb-r {
  float: left;
  width: 52%;
  background:#fff;
  box-sizing: border-box;
  padding: 37px;
}

.product-gallery {
  margin-bottom: 30px;
}

.product-gallery a {
  background: #fff;
  margin-bottom: 13px;
  float: left;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #e3e3e3;
}

.product-gallery a:first-child {
  width: 100%;
  height: 295px;
}

.product-gallery a:not(:first-child) {
  width: 31%;
  height: 145px;
  margin-right: 3.5%;
}

.product-gallery a:nth-child(3n+4) {
  margin-right: 0;
}

.product-gallery a img {
  max-width: 99%;
  max-height: 99%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.product-videos {
  box-sizing: border-box;
  border-top: 1px solid #d9d8d9;
  padding: 26px 15px 1px 30px;
  background: #fff;
}

.product-videos a {
  display: block;
  color: #1a1a1a;
  margin-bottom: 30px;
}

.product-videos a:after {
  content: '';
  display: block;
  clear: both;
}

.pv-pic {
  width: 45%;
  margin-right: 3%;
  float: left;
  height: 142px;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.pv-pic:after {
  content: '';
  display: block;
  height: 60px;
  width: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("/source/601e54f3325f1725b6685a8c59db6f33/video-icon.png");
}

.pv-body {
  float: left;
  width: 52%;
  font-family: 'Roboto Slab', sans-serif;
}

.pv-title {
  margin-bottom: 10px;
  display: block;
  font-weight: 700;
  font-size: 16px;
  color: #1a1a1a;
}

.pv-descr {
  font-weight: 300;
  font-size: 16px;
  color: #1a1a1a;
}

.product-videos a:hover .pv-body {
  text-decoration: underline;
}

.pb-r h1 {
  letter-spacing: 4px;
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dedede;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: #231f20;
  text-transform: uppercase;
}

.pbr-descr {
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 300;
  font-size: 16px;
}

.pbr-descr p {
  margin-bottom: 1em;
}

.pb-r .inquire-trigger {
  float: left;
}

.pb-specs {
  margin: 30px 0 40px;
  padding-left: 27px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 0;
  border-left: 6px solid #32324d;
}

.pb-specs h4 {
  margin-bottom: 20px;
  font-family: 'Raleway', sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: #231f20;
  text-transform: uppercase;
}

.pb-label {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  margin-right: 4%;
  font-weight: 700;
  font-size: 18px;
  color: #2b2c2c;
  margin-bottom: 5px;
}

.pb-val {
  display: inline-block;
  vertical-align: top;
  font-weight: 300;
  font-size: 18px;
  width: 55%;
  margin-bottom: 5px;
}

.pb-val-full-width {
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 5px;
}

.pb-r h2 {
  margin-top: 20px;
  letter-spacing: 4px;
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dedede;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #231f20;
  text-transform: uppercase;
}

a.data-pdf,
a.data-doc,
a.data-xls,
a.data-ppt,
a.data-ies {
  width: 100%;
  margin-left: -6px;
  padding-left: 40px;
  margin-bottom: 1em;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-right: 5%;
  font-size: 12px;
  color: #1a92eb;
  background: url("/source/d7500fa01a4133a67477e7875479210a/pdf-icon.gif") 0 1px no-repeat;
}

.data-ies:link, .data-ies:visited{
  background: url("/images/icons/ies-icon.gif") 0 1px no-repeat;
}

.data-doc:link, .data-doc:visited{
  background: url("/source/5eedae25a5ca4fc1dd9275887344033f/doc-icon.gif") 0 1px no-repeat;
}

.data-xls:link, .data-xls:visited{
  background: url("/source/a9a1d2e607fabee3656d5cbc8e947282/xls-icon.gif") 0 1px no-repeat;
}

.data-ppt:link, .data-ppt:visited{
  background: url("/source/aad9cba3f0f718a0404528cc28574e05/ppt-icon.gif") 0 1px no-repeat;
}

a.data-pdf:after {
  content: '(Download PDF)';
}

a.data-ies:after {
  content: '(Download IES)';
}

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,
.data-ies span {
  display: block;
  font-size: 14px;
  color: #2f2f2f;
  text-decoration: underline;
}

.data-pdf:hover,
.data-doc:hover,
.data-xls:hover,
.data-ppt:hover,
.data-ies:hover {
  opacity: 0.9;
}

.installation-block {
  margin-top: 40px;
}

.installation-block h2 {
  letter-spacing: 4px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 30px;
  color: #231f20;
  text-transform: uppercase;
}

.ib-body {
  border-top: 1px solid #d9d8d9;
  margin-top: 30px;
  background:#fff;
  padding: 38px 65px;
}

.ib-l {
  float: left;
  width: 45%;
  margin-right: 5%;
}

.ib-r {
  float: left;
  width: 50%;
}

.ib-r h2 {
  letter-spacing: 4px;
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dedede;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #231f20;
  text-transform: uppercase;
}

.ibr-descr {
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 300;
  font-size: 16px;
}

.ibr-descr p {
  margin-bottom: 1em;
}

.ib-r .inquire-trigger {
  float: left;
}

.inner-cats {
  margin-top: 30px;
  max-width: 1150px;
  display: flex;
  flex-wrap: wrap;
  padding: 48px 33px;
  background: #fff;
}

.inner-cats h4 {
  margin: 0 30px 30px;
  font-weight: 500;
  font-size: 18px;
  color: #231f20;
  text-transform: uppercase;
  border-bottom: 7px solid #4890d8;
  float: left;
  clear: left;
}

.inner-cats a {
  max-width: 210px;
  margin-bottom: 10px;
  float: left;
  clear: left;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 18px;
  color: #231f20;
}

.inner-cats a:hover {
  text-decoration: underline;
}

.ic-block {
  margin-bottom: 20px;
}

.icb-wrapper {
  padding: 0 30px;
  border-left: 1px solid #d9d9d9;
}

.left-menu-responsive {
  display: none;
  margin-bottom: 10px;
}

.js-responsive-select {
  padding: 15px 20px;
  font-weight: 400;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #ced0da;
  background: linear-gradient(0deg, #f2f4f7, #fff);
}

.js-responsive-contact-tabs {
  padding: 15px 20px;
  font-weight: 400;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #ced0da;
  background: linear-gradient(0deg, #f2f4f7, #fff);
}

.tl-block  {
  margin-bottom: 40px;
}

.tl-block h4 {
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  color: #2b2b2c;
}

.tl-block h4 span {
  color: #478acd;
}

.tl-block p {
  margin: 20px 0 10px;
  max-width: 830px;
  font-weight: 300;
  font-size: 24px;
  color: #231f20;
}

.d-row {
  max-width: 780px;
  padding: 25px 30px 15px;
}

.d-row:nth-child(odd) {
  background: #fff;
}

.d-row a {
  margin-bottom: 20px;
  box-sizing: border-box;
  width: 30%;
}

.d-row a:not(:last-child) {
  margin-right: 3%;
}

.tabs {
  max-width: 1585px;
  margin: 0 auto 40px;
}

.tabs a {
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  padding: 18px 20px;
  background: #fff;
  border-bottom: 1px solid #eaedf0;
  transition: background .5s;
}

.tabs a span {
  display: block;
}

.tabs a span:first-child {
  font-size: 24px;
  color: #354052;
  text-transform: uppercase;
}

.tabs a span:last-child {
  font-weight: 300;
  font-size: 16px;
  color: #7f8fa4;
}

.tabs a.t-itemS {
  background: #4890d8;
}

.tabs a.t-itemS span {
  color: #fff;
}

.tabs a:not(.t-itemS):hover {
  background: #e4effa;
}

.company-page h1 {
  margin-bottom: 40px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #231f20;
}

.company-page h1 span {
  border-bottom: 1px solid;
}

.company-block {
  max-width: 1540px;
  margin: 0 auto 20px;
}

.cb-l {
  padding: 30px 0;
  float: left;
  margin-right: 5%;

  /*Uncomment when image uploaded*/
  /*width: 55%;*/

  /*Remove when image uploaded*/
  width:100%;
  text-align: center;
}

.cb-l p {
  margin-bottom: 1em;
  font-weight: 300;
  font-size: 24px;
  color: #1a1a1a;
}

.cb-l ul {
  margin: 1em;
}

.cb-r {
  float: left;
  width: 40%;
}

.text-block p,
.text-block div {
  text-align: center;
  max-width: 1240px;
  margin: 0 auto 20px;
  font-weight: 300;
  font-size: 24px;
  color: #1a1a1a;
}

.lists {
  text-align: center;
}

.text-block ul,
.lists ul {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  list-style: none;
}

.text-block ul li,
.lists ul li {
  max-width: 300px;
  margin: 0 20px 15px;
  padding-top: 1px;
  padding-left: 27px;
  font-weight: 300;
  font-size: 16px;
  background: url("/source/ecc02c5c0c3bef249f9299adec6e1200/green-checkmark.png") 0 0 no-repeat;
}

.video-block {
  margin-top: 50px;
}

.home-video-link {
  max-width: 1000px;
  margin: 0 auto 40px;
  display: block;
  position: relative;
  background-size: cover;
}

.play-icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.play-icon span {
  display: block;
  font-weight: 300;
  font-size: 24px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0,0,0,.5);
}

.home-video-frame {
  width: 100%;
  display: block;
}

.patents-columns {
  column-count: 2;
  max-width: 1460px;
  margin: 0 auto;
  font-weight: 300;
  font-size: 24px;
  color: #141414;
}

.patents-columns p {
  margin-bottom: 1em;
}

.page-err {
  text-align: center;
  font-family: 'Raleway', sans-serif;
}

.page-err * {
  margin-bottom: 10px;
}

.page-err a {
  color: #4890d8;
}

.page-err a:hover {
  text-decoration: underline;
}

.js-app-form {
  display: none;
}

.js-app-form input {
  display: block;
}

.app-message {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 50%;
  width: 225px;
  padding: 10px;
  margin-left: -120px;
  background-color: #FFF;
  font-size: 8pt;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0,0,0,.5);
}

.am-wrong{
  border: 3px solid #FF0000;
}

.am-wrong A:link, .am-wrong A:visited{
  font-size: 8pt;
}

.am-right{
  border: 3px solid #0F4771;
}

.js-ajax-spinner {
  pointer-events: none;
  position: relative;
}

.js-ajax-spinner:after {
  content: '';
  position: absolute;
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
  background: rgba(0,0,0,.2) url("/source/e801827ee17c0bfebc5ea9a6d5473006/spinner.svg") 50% 50%;
  background-repeat: no-repeat;
}

.common-popup {
  display: none;
  overflow: visible !important;
}

.select-wrapper {
  position: relative;
}

.hi-select {
  cursor: pointer;
  position: relative;
  margin-right: 25px;
  margin-bottom: 10px;
  min-width: 500px;
  padding: 11px 44px 11px 11px;
  font-size: 18px;
  background: #fff;
  border: 1px solid #2b2831;
}

.hi-selected {
  font-size: 25px;
}

.hi-icon {
  width: 15px;
  height: 8px;
  position: absolute;
  top: 25px;
  right: 9px;
  background: url("/source/1112b687993473574bcb4cc0a856f24a/icon-arrow-down.png");
}

.hi-select-options {
  display: none;
  padding: 10px 20px;
  box-shadow: 0 0 10px rgba(0,0,0,.4);
  position: absolute;
  top: 60px;
  left: 1px;
  min-width: 100%;
  background: #fff;
}

.hi-select-options span {
  cursor: pointer;
  float: left;
  clear: both;
  font-size: 25px;
  margin: 5px 0;
  white-space: nowrap;
}

.hi-custom {
  float: left;
  clear: left;
  position: relative;
  padding-right: 40px;
  margin-top: 5px;
}

.hic-submit {
  width: 40px;
  line-height: 38px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  background: #4a99ea;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  transition: background .5s;
}

.hic-submit:hover {
  background: #33689c;
}

.hi-custom input[type="text"] {
  display: block;
  width: 100%;
  font-size: 17px;
  padding: 7px 5px;
  box-sizing: border-box;
}

.hi-select-options span:hover {
  text-decoration: underline;
}

#js-ajax-error {
  display: none;
}

.js-ajax-error-wrapper {
  padding: 23px;
}

.install-diameter-popup .wrapper {
  background: #ebebeb;
  padding: 20px;
}

.step-4-popup-input {
  width: 100%;
  outline: 0;
  border: 1px solid #ebebeb;
  margin-bottom: 20px;
  font-size: 19px;
  padding: 10px 15px;
  box-sizing: border-box;
  box-shadow: 0 0 5px rgba(0,0,0,.2);
}

.repair-length-blocks > div {
  display: none;
}

.align-right {
  text-align: right;
}

.cipp-popup .wrapper {
  padding: 20px;
  background:#fff;
}

@media (max-width: 1835px) {
  .title-wrapper h1 {
    font-size: 72px;
  }
}

@media (max-width: 1640px) {
  .sf-meas {
    display: none;
  }
}

@media (max-width: 1660px) {
  .header-wrapper {
    margin-right: 0;
  }

  .logo {
    left: 5px;
  }
}

@media (max-width: 1620px) {
  .title-wrapper h1 {
    font-size: 62px;
  }
}

@media (max-width: 1585px) {
  .header-info {
    margin-right: 10px;
  }

  .hi-item:first-child {
    margin-right: 10px;
  }

  .hi-item address {
    padding: 8px 10px 10px 40px;
  }

  .top-menu a {
    margin: 0 19px;
  }

  .top-menu a:last-child {
    margin-right: 19px;
  }
}

@media (max-width: 1560px) {
  .hb-product-l {
    padding: 20px 25px 60px 20px;
  }

  .hb-product-r {
    padding: 20px 25px 60px 20px;
  }

  .hb-form-wrapper {
    padding: 40px 20px 0;
  }

  .sleeve-form {
    margin: 40px -20px 20px;
    padding: 0 44px 0 24px;
  }

  .sleeve-message {
    margin-right: -20px;
  }

  .hb-form-wrapper h4 {
    font-size: 18px;
  }
}

@media (max-width: 1490px) {
  .hbf-item textarea {
    width: 400px;
  }

  .hbf-item input[type="text"] {
    /* display: block; */
    width: 100%;
  }
}

@media (max-width: 1465px) {
  .logo {
    max-width: 260px;
  }
}

@media (max-width: 1450px) {
  .home-thumb-small {
    width: 32%;
  }
}

@media (max-width: 1410px) {
  .title-wrapper h1 {
    font-size: 52px;
  }
}

@media (max-width: 1355px) {
  .lt-titles {
    font-size: 21px;
  }
}

@media (max-width: 1340px) {
  .hi-item:first-child {
    display: none;
  }
}

@media (max-width: 1335px) {
  .pl-title {
    font-size: 24px;
  }
}

@media (max-width: 1320px) {
  .ft-block:nth-child(5) {
    max-width: 200px;
  }

  a.footer-quote {
    background-image: none;
    padding: 30px 14px;
  }
}

@media (max-width: 1305px) {
  .sf-item input[type="text"] {
    max-width: 90px;
  }
}

@media (max-width: 1265px) {
  .hbf-item .hbf-area-small {
    width: 190px;
  }
}

@media (max-width: 1255px) {
  .general-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .general-form .hbf-item,
  .general-form .hbf-item:last-child {
    width: 48%;
    box-sizing: border-box;
    padding: 10px;
  }

  .hbf-sep-long {
    display: none;
  }

  .sleeve-message {
    float: none;
  }

  .pl-thumbs a {
    width: 32%;
  }
}

@media (max-width: 1240px) {
  .left-menu a {
    font-size: 17px;
  }
}

@media (max-width: 1235px) {
  .hb-product {
    display: block;
  }

  .hb-product-l,
  .hb-product-r {
    width: auto;
  }
}

@media (max-width: 1215px) {
  .hbf-item textarea {
    width: 350px;
  }
}

@media (max-width: 1200px) {
  .title-wrapper h1 {
    font-size: 42px;
  }

  .home-thumb-small,
  .home-thumb-mid {
    width: 49%;
  }
}

@media (max-width: 1130px) {
  .pb-label,
  .pb-val {
    display: block;
    width: auto;
  }

  .pb-val {
    margin-bottom: 15px;
  }

  .tabs a {
    width: 48%;
    box-sizing: border-box;
    margin-right: 1%;
    padding: 8px 10px;
  }

  .tabs a span:first-child {
    font-size: 18px;
  }
}

@media (max-width: 1115px) {
  .htl-descr {
    padding: 40px 20px 10px;
  }
}

@media (max-width: 1100px) {
  .product-list.half {
    float: none;
    width: auto;
  }
}

@media (max-width: 1080px) {
  .grey-bg {
    padding: 45px 10px;
  }
}

@media (max-width: 1060px) {
  .hb-title {
    margin: 0 0 30px;
  }

  .hb-title h2 {
    font-size: 40px;
  }

  .hb-title p {
    font-size: 20px;
  }

  .hb-breadcrumbs {
    margin-left: 0;
  }

  .home-block {
    padding: 200px 10px 0;
  }

  .hb-breadcrumbs .item {
    font-size: 15px;
    padding-left: 12px;
    background: url("/source/831d64682397b4799318250ce4c9cd16/slash.png") 1px 5px no-repeat;
    background-size: 9px;
  }

  .hb-title h3 {
    font-size: 34px;
  }
}

@media (max-width: 1045px) {
  .hi-item {
    display: none;
  }

  .top-menu {
    display: none;
  }

  .title-block {
    padding-top: 150px;
  }

  .top-shadow-inner {
    height: 291px;
  }

  .logo {
    top: 11px;
  }

  .responsive-menu-trigger {
    display: block;
  }

  .home-block {
    padding: 110px 10px 0;
  }
}

@media (max-width: 985px) {
  .title-wrapper h1 {
    font-size: 32px;
  }

  .ft-block:nth-child(5),
  .ft-sep:nth-child(6) {
    display: none;
  }

  .f-top {
    padding: 60px 10px 20px;
  }

  .f-bottom {
    padding: 20px 10px;
  }
}

@media (max-width: 970px) {
  .hbf-item textarea {
    width: 200px;
  }
}

@media (max-width: 960px) {
  .general-form .hbf-item,
  .general-form .hbf-item:last-child {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
  }

  .hbf-item .hbf-area-small {
    width: 100%;
  }

  .hbf-items {
    display: unset;
  }

  .hbf-sep {
    display: none;
  }

  .hbf-item {
    margin-top: 20px;
  }

  .hbf-item:last-child {
    padding-bottom: 100px;
  }

  .hbf-item textarea {
    width: 99%;
    box-sizing: border-box;
  }
}

@media (max-width: 945px) {
  .gb-l {
    display: none;
  }

  .gb-r {
    float: none;
    width: auto;
  }

  .left-menu-responsive {
    display: block;
  }
}

@media (max-width: 940px) {
  .lenght-thumb {
    height: 311px;
    padding: 60px 20px;
  }
}

@media (max-width: 890px) {
  .sleeve-form {
    display: block;
    line-height: unset;
    height: auto;
    padding: 10px 44px 1px 24px;
  }

  .sf-label {
    position: static;
    display: inline-block;
    width: 120px;
  }

  .sf-meas {
    position: static;
  }

  .sf-item {
    margin-bottom: 10px;
  }

  .tb-body h1 {
    padding-left: 20px;
  }

  .breadcrumbs {
    margin-left: 20px;
  }
}

@media (max-width: 800px) {
  .sleeve-message {
    padding-bottom: 100px;
  }

  .cb-l {
    padding: 5px;
    width: 99%;
  }

  .company-page h1 {
    font-size: 30px;
  }

  .cb-l p {
    font-size: 21px;
  }

  .text-block p {
    font-size: 21px;
  }

  .cb-r {
    padding: 5px;
    width: 99%;
  }

  .patents-columns {
    column-count: unset;
    font-size: 18px;
  }
}

@media (max-width: 775px) {
  .pl-thumbs a {
    width: 49%;
  }

  .tb-body h1 {
    font-size: 30px;
  }

  .breadcrumbs a {
    font-size: 30px;
  }
}

@media (max-width: 765px) {
  .title-wrapper h1 {
    font-size: 26px;
  }
}

@media (max-width: 760px) {
  .title-wrapper h1 {
    font-size: 26px;
  }

  .home-thumb-large {
    width: 99%;
  }
}

@media (max-width: 660px) {
    .pb-l,
    .pb-r {
      float: none;
      width: 100%;
    }

    .ib-l,
    .ib-r {
      float: none;
      width: 100%;
    }
}

@media (max-width: 650px) {
  .hb-gallery {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .hb-descr {
    float: none;
    width: 100%;
  }

  .hb-product-l {
    padding-bottom: 10px;
  }
}

@media (max-width: 645px) {
  .inquire-trigger {
    background-image: none;
    padding: 30px 15px;
  }

  .title-wrapper h1 {
    font-size: 22px;
  }
}

@media (max-width: 640px) {
  .d-row a {
    box-sizing: border-box;
    width: 47%;
  }
}

@media (max-width: 630px) {
  .home-thumb-small,
  .home-thumb-mid,
  .home-thumb-half {
    width: 99%;
  }
}

@media (max-width: 610px) {
  .sleeve-message {
    padding-right: 0;
  }

  .sleeve-area {
    width: 98%;
    box-sizing: border-box;
  }

  .ft-sep {
    display: none;
  }

  .f-top {
    flex-direction: column;
  }

  .ft-block,
  .ft-block:last-child {
    margin-bottom: 20px;
    text-align: center;
  }

  .f-top {
    padding-bottom: 0;
  }

  .f-bottom {
    margin-top: 0;
  }

  .fb-left,
  .fb-right {
    float: none;
    text-align: center;
  }

  .hi-select {
    min-width: 200px;
  }
}

@media (max-width: 550px) {
  .title-wrapper {
    display: none;
  }
}

@media (max-width: 525px) {
  .pl-thumbs a {
    width: 99%;
  }

  .product-list.half .pl-thumbs a {
    width: 99%;
  }

  .ib-body {
    padding: 20px;
  }
}

@media (max-width: 510px) {
  .lenght-thumb {
    width: 100%;
    margin-bottom: 10px;
  }

  .logo img {
    width: 260px;
    max-width: none;
  }

  .logo {
    width: 53px;
    overflow: hidden;
  }

  .f-top {
    padding: 30px 10px 20px;
  }
}

@media (max-width: 430px) {
  .sf-title {
    font-size: 18px;
  }

  .d-row a {
    box-sizing: border-box;
    width: 99%;
  }
}

@media (max-width: 400px) {
  .sleeve-form {
    padding: 10px 20px 1px 10px;
  }

  .if-field {
    width: 100px;
  }
}