@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
.footer {
    position: relative !important;
    height: auto !important;
  }
  body {
	margin-bottom: 0!important;
  }
.individual-services__icon {
  width: 140px;
  height: 140px;
  display: flex;
  background: #fa4616;
  justify-content: center;
  align-items: center;
  transform: rotate(45deg);
  border-radius: 20px;
  margin-bottom: 20px;
  margin: 60px auto 45px auto;
}
.individual-services__icon svg {
  width: 60px;
  fill: #fff;
  transform: rotate(315deg);
}
.carousel {
  padding-bottom: 0 !important;
}
.carousel-caption {
  left: 5% !important;
}

.carousel-caption,
.services-banner {
  font-family: "Poppins", sans-serif;
}

.carousel-caption h2 {
  font-size: 44px;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.carousel-caption h2:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 4px;
  background-color: #fa4616;
  top: 100%;
  left: 50%;
  right: 0;
  margin-left: -50px;
}
.carousel-caption .carousel-desc p {
  font-size: 16px;
  font-weight: 500;
  max-width: 72%;
  width: 100% !important;
  padding: 10px 10px;
  margin-left: auto;
  margin-right: auto;
}
.carousel-caption .more {
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 2px;
  background: #fa4616;
}
.carousel-caption .more:hover {
  color: #fff;
  background: transparent;
}
.services-banner h3 {
  font-weight: 600;
  font-size: 25px;
  color: #fa4616;
}

.services-banner h2 {
  font-weight: 300;
  color: #fff;
  font-size: 35px;
}

.individual-services h4 {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.individual-services h4 a {
  color: #fff;
}
.services-banner {
  background-image: url("/images/bg-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .mobile-active {
    display: none;
  }
  .mobile-active.mobile-activeOpen {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .individual-services__icon {
    width: 120px;
    height: 120px;
    margin-top: 10px;
  }
  .individual-services__icon svg {
    width: 45px;
  }
  .carousel-caption .carousel-desc,
  .carousel-caption .carousel-desc p {
    max-width: 100%;
  }

  .carousel-caption h2 {
    font-size: 23px;
  }

  .services-banner h3 {
    font-size: 22px;
  }

  .services-banner h2 {
    font-size: 26px;
  }

  .individual-services h4 {
    font-size: 16px;
  }

  .carousel-caption p a {
    padding: 10px !important;
  }
}
@media (max-width: 425px) {
  .carousel-caption .carousel-desc p {
    font-size: 14px;
  }
  .carousel-caption {
    top: 0 !important;
  }
  .individual-services__icon {
    width: 100px;
    height: 100px;
  }
  .individual-services__icon svg {
    width: 40px;
  }
}

.flex {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}
.justify-start {
  justify-content: start !important;
}
.product-hero {
  position: relative;
  top: 0px;
  left: 0px;
  background-size: cover;
  width: 100%;
  height: 90vh;
  background-position: center;
  background-size: cover;
}
.product-hero .container {
  height: 100%;
  display: flex;
  align-items: center;
}
.product-hero:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent url("/images/Liberty-Dot-Pattern.png") 0% 0% no-repeat
    padding-box;
  mix-blend-mode: multiply;
  background-repeat: repeat;
}
.hero-content {
  z-index: 1000;
  display: flex;
  justify-content: space-between;
}
.hero-content h1 {
  text-align: left;
  font: Bold 66px/72px "proxima-nova", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  letter-spacing: 0;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.hero-content p {
  text-align: left;
  font: 24px/36px "proxima-nova", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  letter-spacing: 0;
  color: #ffffff;
  font-weight: 200;
}
.hero-content .box {
  border: 1px solid #ffffff;
  padding: 25px;
  color: #ffffff;
  margin: 20px 0;
}
.hero-content .box h3 {
  text-align: left;
  font: 28px/32px "proxima-nova", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  letter-spacing: 0;
  color: #ffffff;
  padding: 0;
  margin: 0 0 10px 0;
}
.hero-content .box p {
  text-align: left;
  font: 14px/22px "proxima-nova", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  letter-spacing: 0;
  color: #ffffff;
  font-weight: 200;
  margin-bottom: 20px;
}
.hero-content .box a {
  position: relative;
  text-align: left;
  font: 600 16px/26px "proxima-nova", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  letter-spacing: 2.4px;
  color: #fa4616;
  text-transform: uppercase;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-nav {
  width: 100%;
  background: #ffffff 0% 0% no-repeat padding-box;
  height: 58px;
  border-bottom: 1px solid #deddd9;
}
.product-nav.sticky {
  position: fixed;
  top: 0;
  z-index: 10000;
}
.product-nav p {
  text-align: left;
  font: 600 18px/59px "proxima-nova", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  letter-spacing: 0;
  color: #797979;
  font-weight: 400;
}
.product-nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  height: 59px;
}
.product-nav li a {
  position: relative;
  text-align: center;
  font: 600 14px/17px "proxima-nova", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  letter-spacing: 2.8px;
  color: #000000;
  text-transform: uppercase;
}
.product-nav li a.active:after {
  position: absolute;
  content: "";
  bottom: -20px;
  left: -1px;
  width: 100%;
  height: 4px;
  background: #fa4616 0% 0% no-repeat padding-box;
}

.red-btn {
  text-align: center;
  letter-spacing: 2.8px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 15px;
  background: #fa4616 0% 0% no-repeat padding-box;
  border-radius: 4px;
  width: 100%;
  display: inline-block;
}

.red-btn:hover {
  background: #bd381c;
  text-decoration: none;
  color: #fff;
}

.product-nav li a.red-btn {
  text-align: center;
  letter-spacing: 2.8px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 7px 15px;
  background: #fa4616 0% 0% no-repeat padding-box;
  border-radius: 4px;
}
h1.product-title {
  margin: 50px 0 10px 0;
  text-align: left;
  font: Bold 42px/44px "proxima-nova", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  letter-spacing: 0;
  color: #000000;
}
h3.product-subtitle {
  text-align: left;
  font: 400 26px/36px "proxima-nova", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  letter-spacing: 0;
  color: #000000;
  margin-top: 0;
  padding-bottom: 30px;
}
hr.product-subtitle-border {
  border-bottom: 4px solid #fa4616;
  background-color: #fa4616 !important;
  margin-top: 0;
  margin-bottom: 0;
}
.black-box {
  border: 1px solid #2f2f2e;
  padding: 25px 25px 5px 25px;
  /*margin-top: 50px;*/
  margin-bottom: 30px;
}
.black-box p {
  text-align: left;
  font: 500 20px/27px "proxima-nova", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  letter-spacing: 0;
  color: #000000;
}
.black-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.black-box ul li a {
  padding: 10px 0;
  border-top: 1px solid #2f2f2e;
  text-align: left;
  font: 400 14px/24px "proxima-nova", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  letter-spacing: 0;
  color: #2f2f2e;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.red-box {
  padding: 12px 10px 12px 25px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #fa4616;
  display: flex;
  cursor: pointer;
  margin-bottom: 30px;
}
.red-box:hover {
  text-decoration: none;
}
.red-box span {
  text-align: left;
  font: 400 14px/17px "proxima-nova", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  letter-spacing: 2.8px;
  color: #fa4616;
  text-transform: uppercase;
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.red-box span:hover {
  text-decoration: underline;
}
.red-box .plus {
  font: 100 50px/38px "proxima-nova", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  letter-spacing: 2.8px;
  color: #fa4616;
  width: 15%;
  text-align: center;
}
.red-box .plus:hover {
  text-decoration: none;
}
.red-box .plus:active {
  text-decoration: none;
}
.red-box .plus:focus {
  text-decoration: none;
}
.product-image-block {
  display: flex;
}

.product-image-block ul.prod-images {
  max-width: 600px;
  margin-top: 40px;
}
.product-image-block ul.prod-images img {
  pointer-events: none;
}
.product-image-block #slide-nav {
  display: flex;
  flex-direction: column;
  margin-top: 30px !important;
}
.product-image-block #slide-nav li {
  padding: 0;
  text-align: center;
  list-style-type: none;
  border-left: 1px solid #e4e3e1;
  float: left;
  width: 73px;
  height: 73px;
  border: 1px solid #ecebe6;
  margin: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-image-block #slide-nav li.activeSlide {
  border-bottom: 4px solid #fa4616;
}
.product-image-block #slide-nav li a img {
  width: 100%;
  height: auto;
}
/*.product-description{
	margin-top: 70px;
	margin-bottom: 20px;
}*/
.product_description_fluid {
  overflow: hidden;
}
.product_description_fluid.is-active {
  height: 100% !important;
}

.product-description p.big-description {
  text-align: left;
  font: 400 16px/1.6 "proxima-nova", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  letter-spacing: 0;
  color: #1d1d1c;
}
.product-description p.link {
  text-align: left;
  letter-spacing: 0;
  color: #fa4616;
  text-transform: uppercase;
  display: flex;
  margin-bottom: 40px;
  font-size: 14px;
  position: relative;
  width: fit-content;
  cursor: pointer;
}
.product-description p.link:before {
  content: "More";
  left: 116%;
  position: absolute;
}
.product-description p.link.is-active:before {
  content: "Less";
}
.product-description p.link:after {
  content: "+";
  color: #fa4616;
  position: absolute;
  left: 290%;
  top: -1px;
}
.product-description p.link.is-active:after {
  content: "-";
}

.product-description h3 {
  text-align: left;
  font: Bold 21px/30px "proxima-nova", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  letter-spacing: 1.89px;
  color: #000000;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
}
.product-description p {
  text-align: left;
  font: 400 16px/1.6 "proxima-nova", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  letter-spacing: 0;
  color: #000000;
}
.gray-bg {
  width: 100%;
  background: #ecebe6 0% 0% no-repeat padding-box;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.dotted-line {
  padding: 15px;
  width: 49%;
}
.dotted-line:first-child,
.dotted-line:nth-child(2) {
  border-bottom: 1px dashed #707070;
}

.gray-bg .dotted-line h4 {
  text-align: left;
  font: 600 14px/18px "proxima-nova", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  letter-spacing: 2.8px;
  color: #000000;
  text-transform: uppercase;
}
.gray-bg .dotted-line p {
  text-align: left;
  font: 400 16px/24px "proxima-nova", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  letter-spacing: 0;
  color: #000000;
}
.video-block {
  padding: 60px 0;
}
.video-block h3 {
  text-align: left;
  font: 600 21px/30px "proxima-nova", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  letter-spacing: 1.89px;
  color: #000000;
  text-transform: uppercase;
  margin: 0 0 40px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
}
.video {
  position: relative;
  width: 32%;
  background: #ecebe6;
  margin-bottom: 100px;
}
.video img {
  width: 100%;
  max-height: 206px;
}
.video p {
  text-align: left;
  font: 600 18px/28px "proxima-nova", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  letter-spacing: 0;
  color: #000000;
  margin: 7px 20px 30px;
}
.video a {
  position: absolute;
  bottom: -17px;
  left: 20px;
  display: block;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #fa4616;
  text-align: left;
  font: Bold 14px/17px "proxima-nova", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  letter-spacing: 2.8px;
  color: #fa4616;
  text-transform: uppercase;
  padding: 7px 10px;
}
.video a:hver {
  text-decoration: none;
  background: #fa4616;
  color: #fff;
}
.video a svg {
  margin-right: 8px;
  width: 13px;
  height: 13px;
  margin-bottom: -1px;
}
.other-products {
  background: #ecebe6 0% 0% no-repeat padding-box;
  padding: 40px 0 100px 0;
}
.other-products h3 {
  text-align: left;
  font: 600 28px/36px "proxima-nova", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  letter-spacing: 0;
  color: #000000;
  margin-bottom: 30px;
}
.related-product {
  padding: 15px 25px;
  display: flex;
  flex-direction: column;
  width: 23%;
  background: #fff;
}
.related-product:not(:last-child) {
  margin-right: 30px;
}
.related-product a {
  display: flex;
  justify-content: center;
}
.related-product img {
  width: auto;
  height: auto;
  margin-bottom: 15px;
  max-height: 230px;
}
.related-product span {
  position: relative;
  background: #fa4616;
  width: 36px;
  height: 3px;
}
.related-product p {
  text-align: left;
  font: 600 16px/26px "proxima-nova", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  letter-spacing: 0;
  color: #2f2f2e;
  margin-bottom: 10px;
  padding-top: 10px;
}
.related-product ul {
  margin-bottom: 0;
}
.related-product ul li {
  text-align: left;
  font: 400 16px/26px "proxima-nova", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  letter-spacing: 0;
  color: #707070;
}
.contact-block {
  padding: 100px 0;
}
.contact-block h4 {
  text-align: left;
  font: 600 28px/36px "proxima-nova", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  letter-spacing: 0;
  color: #000000;
  margin-bottom: 10px;
}
.contact-block p {
  text-align: left;
  font: 400 16px/24px "proxima-nova", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  letter-spacing: 0;
  margin-bottom: 30px;
}
.contact-block h5 {
  text-align: left;
  font: 600 20px/27px "proxima-nova", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  letter-spacing: 0;
}

.contact-block h5 a {
  text-align: left;
  font: 600 20px/27px "proxima-nova", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  letter-spacing: 0;
  color: #fa4616;
  text-decoration: underline;
}
.contact-form {
  margin-left: 100px;
  margin-bottom: 70px;
}
.form-request {
  display: flex;
  margin-bottom: 0;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.contact-form .submit-btn {
  text-align: center;
  font: 600 14px/17px "proxima-nova", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  letter-spacing: 2.8px;
  color: #ffffff;
  text-transform: uppercase;
  background: #fa4616 0% 0% no-repeat padding-box;
  border-radius: 4px;
  padding: 9px 40px;
  margin: 20px auto 0 0;
  border: none;
}
.form-request .form-field {
  width: 48.5%;
  display: flex;
  flex-direction: column;
}
.form-request .form-field.texatrea {
  width: 100%;
}
.form-request .form-field .control-label {
  text-align: left;
  font: 400 14px/24px "proxima-nova", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  letter-spacing: 0;
  color: #2f2f2e;
  margin: 0;
}
.form-request .form-field input {
  height: 40px;
}
.form-request .form-field input,
.form-request .form-field textarea {
  outline: none;
  border: 1px solid #deddd9;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 1000;
}

.modal-content {
  background: #ffffff 0% 0% no-repeat padding-box;
  margin: 15% auto;
  padding: 10px 25px 15px 25px;
  border: 1px solid #888;
  width: 80%;
  max-width: 558px;
  border-radius: 0;
  animation-name: animatetop;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.modal-content h3 {
  text-align: left;
  font: 600 24px/40px "proxima-nova", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  letter-spacing: 0;
  color: #000000;
  padding-bottom: 30px;
  border-bottom: 1px solid #707070;
}
.modal-content span {
  text-align: left;
  font: 500 13px/17px "proxima-nova", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  letter-spacing: 2.8px;
  color: #fa4616;
  text-transform: uppercase;
  margin-top: 25px;
  display: block;
}
.modal-content button.close {
  color: #fa4616;
  float: right;
  font-size: 60px;
  font-weight: 100;
  opacity: 1;
}
.modal-content a {
  text-align: left;
  font: 400 16px/36px "proxima-nova", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  letter-spacing: 0;
  color: #000000;
  text-decoration: none;
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

.general_errors,
.error_message {
  color: red;
  display: none;
  width: 80%;
  margin: 0 auto;
}

.desktop-hidden {
  display: none;
}

#how-to-videos .flex,
.other-products .flex {
  align-items: start;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
a.price {
  text-align: center;
  letter-spacing: 2.8px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 12px 15px;
  background: #fa4616 0% 0% no-repeat padding-box;
  border-radius: 4px;
  width: 100%;
  margin-top: 20px;
  display: block;
  border: 1px solid #fa4616;
}
a.price:hover {
  background-color: #ffffff;
  color: #fa4616;
  text-decoration: none;
}
.contact-top-box {
  border: 1px solid #2f2f2e;
  padding: 5px 20px;
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: center;
}
.side-desc {
  margin-top: 20px;
}
.contact-top-box ul li {
  list-style: none;
  text-align: left;
  margin-bottom: 5px;
}
.contact-top-box a {
  display: flex;
  color: #2f2f2e;
  align-items: center;
}
.contact-top-box a:hover {
  color: #fa4616;
}
.contact-top-box p {
  margin-bottom: 0;
  display: flex;
  color: #2f2f2e;
  align-items: center;
}
.contact-top-box svg {
  width: 18px;
  height: 20px;
  margin-right: 15px;
}

.extra-padd {
  margin-top: 50px;
  padding-left: 0;
}
.product-description {
  margin-bottom: 20px;
}

@media (max-width: 1000px) {
  .hero-content {
    flex-direction: column;
    height: 50vh;
  }
  .gray-bg {
    padding: 50px 15px;
  }
  .dotted-line {
    width: 48%;
    padding: 15px 0;
  }
  .product-nav {
    display: none;
  }
  .product-image-block {
    flex-direction: column;
    margin-top: 30px;
  }
  .product-image-block #slide-nav {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .product-image-block #slide-nav li {
    margin: 10px;
    width: 40%;
  }
  .product-description {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .video-block {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 15px;
  }
  .video {
    width: 48%;
    margin-bottom: 60px;
  }
  .related-product {
    width: 48%;
    margin-bottom: 30px;
  }
  .other-products {
    padding: 40px 0 20px 0;
  }
  .contact-block {
    padding: 50px 15px;
  }
  .contact-block h5 {
    margin-top: 40px;
  }
  .contact-form {
    margin-left: 0;
    margin-bottom: 50px;
    margin-top: 20px;
  }
  .product-description p {
    font: 400 18px/24px "proxima-nova", "Helvetica Neue", "Helvetica", "Arial",
      sans-serif;
  }
  .product-description p.big-description {
    font: 400 18px/24px "proxima-nova", "Helvetica Neue", "Helvetica", "Arial",
      sans-serif;
  }
  .hero-content .box {
    border: 1px solid #000;
    background: #000;
  }
  .hero-content h1 {
    text-align: left;
    font: Bold 36px/42px "proxima-nova", "Helvetica Neue", "Helvetica", "Arial",
      sans-serif;
    margin-bottom: 30px;
  }
  .hero-content p {
    text-align: left;
    font: 21px/30px "proxima-nova", "Helvetica Neue", "Helvetica", "Arial",
      sans-serif;
    margin-bottom: 30px;
  }
  .hero-content .box h3 {
    font: 21px/30px "proxima-nova", "Helvetica Neue", "Helvetica", "Arial",
      sans-serif;
  }
  .mobile-hidden {
    display: none;
  }
  .desktop-hidden {
    display: flex;
    justify-content: space-between;
  }
  .desktop-hidden .box {
    border: 1px solid #000;
    background: #000;
    padding: 25px;
    color: #ffffff;
    margin: 50px 10px 20px 10px;
  }
  .product-hero {
    height: auto;
  }
}
@media (max-width: 500px) {
  .content iframe {
    width: 100%;
    height: 185px;
  }
  .extra-padd {
    width: 100%;
    padding-right: 0 !important;
    margin-left: -5px;
    margin-top: 30px;
  }
  .col-md-12 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .hero-content {
    height: 80vh;
  }
  .hero-content h2 {
    font-size: 30px !important;
  }
  .hero-content p {
    font-size: 16px;
    line-height: 120%;
  }
  h1.product-title {
    margin: 30px 0 20px 0;
  }
  .related-product {
    width: 100%;
  }
  .video {
    width: 100%;
  }
  .dotted-line {
    width: 100%;
  }
  .other-products {
    padding: 40px 0 0px 0;
  }
  .form-request .form-field {
    width: 100%;
  }
  .desktop-hidden {
    flex-direction: column;
  }
  .flex {
    flex-direction: column;
  }
  .gray-bg {
    flex-direction: column;
    padding: 0px 15px;
  }
  .desktop-hidden .box {
    margin: 20px 0 0;
  }
  .desktop-hidden .box h3 {
    margin-top: 0px;
  }
  .desktop-hidden .box a {
    text-transform: uppercase;
    margin-top: 60px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  /*.black-box {
		margin-top: 30px;
	}*/
  .red-box {
    padding: 10px 10px 10px 25px;
  }
  .dotted-line:not(:last-child) {
    border-bottom: 1px dashed #707070;
  }
}
#price-quote-section .contact-form {
  margin: 0;
}
.general_errors,
.error_message {
  color: red;
  display: none;
  width: 80%;
  margin: 0 auto;
}
.prod-images img {
	object-fit: inherit!important;
}

@media (max-width: 425px) {
	ul.prod-images li {
		width: 100%!important;
	}
	.container {
		overflow-x: hidden;
		width: 100%;
	}
	.text_part img{
		width: 100%!important;
		height: 100%!important;
	}
	#reefine .products-item .col-xs-6 {
		padding-left: 0;
		padding-right: 0;
	}
	#reefine .products-item >.prod-image {
		object-fit: contain!important;
	}
	.ce-wyg img {
		width: 100%!important;
		height: 100%!important;
	}
}

.subscribe__section {
  padding: 70px 15px;
  background: #FF481B;
  color: #fff;
}

.subscribe__section-container {
  max-width: 1100px;
  margin: auto;
  display: flex;
  gap: 60px;
  flex-direction: row;
}

@media (max-width: 1380px) {
  .subscribe__section-container {
    flex-direction: column;
  }
}

.title-wrapper {
  width: 40%;
}

@media (max-width: 1380px) {
  .title-wrapper {
    text-align: center;
  }
}

.subscribe-subtitle,
.subscribe-title {
  text-align: right;
  margin: 0;
}

@media (max-width: 1380px) {
  .subscribe-subtitle,
  .subscribe-title {
    text-align: center;
  }
}

.subscribe-title {
  font-size: 3.2em;
  font-weight: 600;
}

@media (max-width: 1380px) {
  .subscribe-title br {
    display: none;
  }
}

.subscribe-subtitle {
  font-size: 1.3em;
  text-transform: uppercase;
  letter-spacing: 8px;
  font-weight: 800;
}

.form-wrapper {
  width: 60%;
}

@media (max-width: 1380px) {
  .form-wrapper {
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
  }
}

@media (max-width: 1380px) {
  .title-wrapper,
  .form-wrapper {
    width: 100%;
  }
}

.form-wrapper .form-text {
  font-size: 1.3em;
  line-height: 120%;
  font-weight: 300;
  margin-bottom: 15px;
}

/* subscribe form */


.subscribe-form__group {
  display: flex;
  justify-content: space-between;
  gap: 15px 70px;
  flex-wrap: wrap;
}

.form-wrapper__inner {
  background: #fff;
  padding: 16px 20px;
  border-radius: 15px;
}

.subscribe-form__email {
  background: #EEEFEB;
  flex-grow: 1;
  color: #222;
}

.subscribe-form__email::placeholder {
  color: #939D97;
}

.form-wrapper .subscribe-form__submit {
  color: #fff;
  background: #fa4616;
  transition: background 0.3s ease;
}

.form-wrapper .subscribe-form__submit:hover {
  background: #bc391c;
}

.subscribe-form__email,
.subscribe-form__submit {
  border: none;
  font-size: 1em;
  font-weight: 600;
  padding: 10px 35px;
}

.subscribe-form__submit {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 auto;
}

.testimony-section {
  background: #ecebe6;
  padding: 70px 0;
}

.testimony-slider {
  position: relative;
}

.testimony-slider .carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
}

.testimony-slider .carousel-control .glyphicon {
  color: #fa4616
}

.testimony-slider .carousel-control:hover .glyphicon {
  color: #bc391c;
}


.testimony-slider .carousel-control.right {
  left: auto;
  right: -20px;
}

.testimony__carousel-item,
.testimony__carousel-inner {
  font-size: inherit !important;
  height: auto !important;
}

.testimony__title {
  margin: 0 0 40px 0;
  font-style: italic;
  color: #fa4616;
  font-size: 2.8em;
  font-weight: 400;
}

.testimony__quotes {
  color: #939D97;
  width: 40px;
  margin: auto;
}

.testimony__text {
  font-size: 1.2em;
  line-height: 120%;
  font-weight: 300;
  margin: 0 auto;
  max-width: 800px;
}

@media (max-width: 992px) {
  .testimony__text {
    margin: 0;
  }
}

.testimony__text:first-of-type {
  margin: 40px auto 30px;
}

.testimony__text.--name {
  font-style: italic;
}

.testimony__text.--name,
.testimony__text.--apointment {
  font-weight: 400;
}

.footer-subscribe-form {
  float: left;
}

@media (max-width: 1100px) {
  .footer-subscribe-form {
    max-width: 100%;
  }
}

.footer-subscribe-form__title {
  color: #fa4616;
  font-size: 16px;
  font-weight: 400;
}

.footer-subscribe-form .subscribe-form__email {
  padding: 8px 150px 8px 10px;
  width: 100%;
}

@media (max-width: 1200px) {
  .footer-subscribe-form .subscribe-form__email {
    padding-right: 10px;
  }
}

.footer-subscribe-form .subscribe-form__group {
  position: relative;
  max-width: 100%;
  width: 350px;
}

@media (max-width: 1380px) {
  .footer-subscribe-form .subscribe-form__group {
    width: 290px;
  }
}



.footer-subscribe-form .subscribe-form__submit {
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  color: #fff;
  background: #262F2E;
  transition: background 0.3s ease;
  padding: 0 25px;
  line-height: 1;
  display: flex;
  align-items: center;
  font-size: .9em;
}

@media (max-width: 1200px) {
  .footer-subscribe-form .subscribe-form__submit {
    position: relative;
    padding: 10px 20px;
  }
}

.footer-subscribe-form .subscribe-form__submit:hover {
  background: #1d1d1c;
}

.partners-header {
  min-height: 380px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-family: 'Poppins', sans-serif;
}

.partners-header--container {
  max-width: 1700px;
  min-height: 380px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.partners-header--block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #fff;
}

.partners-header--title {
  margin: 0;
  font-size: 43px;
  line-height: 48px;
  font-weight: 700;
  text-transform: capitalize;
}

.partners-header--divider {
  width: 100px;
  height: 4px;
  background-color: #fa4616;
}

.partners-header--text {
  margin: 0;
}

.partners-section {
  padding: 80px 0;
}

@media(max-width: 640px) {
  .partners-section {
    padding: 50px 0;
  }
}

.partners__title {
  font-weight: 500;
  margin: 0 0 30px 0;
}

.partners__title:not(:first-child) {
  margin-top: 80px;
}

@media(max-width: 640px) {
  .partners__title:not(:first-child) {
    margin-top: 40px;
  }
}

.partner__item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 30px;
  box-shadow: 0px 0px 5px 0px #00000040;
  border-radius: 5px;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
}

.partner__item:last-of-type {
  margin-bottom: 0;
}

.partner__images {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.partner__image--wrapper {
  width: 160px;
  height: 100px;
  box-shadow: 0px 0px 5px 0px #00000040;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 15px;
}

.partner__image {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.partner__title {
  margin: 10px 0 0 0;
  font-weight: 500;
  font-size: 18px;
}

.partner__descr {
  margin: 0;
}

.partner__link {
  display: inline-block;
  border: 2px solid #fa4616;
  padding: 10px 22px;
  background: #fa4616;
  color: #fff;
  max-width: fit-content;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 2px;
  transition: color 0.1s ease, background 0.1s ease;
}

.partner__link:hover {
  color: #fa4616;
  background: #fff;
  text-decoration: none;
}

/* blog page*/
.blog-items {
  margin-top: 19px;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.blog-item {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 5px 0px #00000040;
  border-radius: 5px;
  overflow: hidden;
}

.blog-image_wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.blog-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.blog-content .blog-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  margin: 0;
}

.blog-descr {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}

.blog-date {
  padding-top: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 11px;
  line-height: 9px;
  text-transform: uppercase;
  color: #FA4616;
}