@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Hw5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Hw5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVc.ttf) format('truetype');
}
/*** FONT SIZES ***/
/*** COLOURS ***/
/*** SIZES ***/
/*** DOTDOTDOT ***/
/*** FONTS ***/
.productIntro {
  background: #fcfcfc;
  padding-bottom: 305px;
}
.productIntro.inview .productContent .col.small .subTitle {
  opacity: 0.3;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.productIntro.inview .productContent .col.big .title,
.productIntro.inview .productContent .col.big .smallTitle {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.productIntro.inview .productContent .col.extra {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.productIntro.inview .extraProductContent .images {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}
.productIntro.inview .extraProductContent .productInfo {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.productIntro .productWrapper {
  position: relative;
}
.productIntro .background {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: #d1eafd;
  opacity: 0.5;
}
.productIntro .productContent {
  padding: 50px 0 205px 0;
  min-height: 400px;
  position: relative;
  z-index: 2;
}
.productIntro .productContent .col {
  display: inline-block;
  vertical-align: top;
}
.productIntro .productContent .col.small {
  width: 200px;
}
.productIntro .productContent .col.small .subTitle {
  color: #171717;
  opacity: 0.3;
  padding-top: 30px;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, transform 0.3s 0.3s;
  -moz-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, transform 0.3s 0.3s;
  -ms-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, transform 0.3s 0.3s;
  -o-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, transform 0.3s 0.3s;
  transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, transform 0.3s 0.3s;
}
.productIntro .productContent .col.big {
  width: calc(100% - 480px);
}
.productIntro .productContent .col.big .title {
  display: block;
  max-width: 475px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, transform 0.3s 0.3s;
  -moz-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, transform 0.3s 0.3s;
  -ms-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, transform 0.3s 0.3s;
  -o-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, transform 0.3s 0.3s;
  transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, transform 0.3s 0.3s;
}
.productIntro .productContent .col.big .smallTitle {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #287dbe;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.3s 0.6s, visibility 0.3s 0.6s, transform 0.3s 0.6s;
  -moz-transition: opacity 0.3s 0.6s, visibility 0.3s 0.6s, transform 0.3s 0.6s;
  -ms-transition: opacity 0.3s 0.6s, visibility 0.3s 0.6s, transform 0.3s 0.6s;
  -o-transition: opacity 0.3s 0.6s, visibility 0.3s 0.6s, transform 0.3s 0.6s;
  transition: opacity 0.3s 0.6s, visibility 0.3s 0.6s, transform 0.3s 0.6s;
}
.productIntro .productContent .col.extra {
  width: 280px;
  padding-top: 25px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.3s 0.6s, visibility 0.3s 0.6s, transform 0.3s 0.6s;
  -moz-transition: opacity 0.3s 0.6s, visibility 0.3s 0.6s, transform 0.3s 0.6s;
  -ms-transition: opacity 0.3s 0.6s, visibility 0.3s 0.6s, transform 0.3s 0.6s;
  -o-transition: opacity 0.3s 0.6s, visibility 0.3s 0.6s, transform 0.3s 0.6s;
  transition: opacity 0.3s 0.6s, visibility 0.3s 0.6s, transform 0.3s 0.6s;
}
.productIntro .productContent .col.extra .requiredProducts {
  margin-top: 20px;
}
.productIntro .productContent .col.extra .requiredProducts .smallTitle {
  font-weight: 600;
}
.productIntro .productContent .col.extra .requiredProducts .smallTitle.primary {
  color: #287dbe;
  margin-top: -5px;
}
.productIntro .productContent .col.extra .requiredSelectWrapper {
  margin-bottom: 10px;
}
.productIntro .productContent .col.extra .requiredSelectWrapper.error .select2-container .select2-selection {
  border-color: #c91212;
}
.productIntro .productContent .col.extra .requiredSelectWrapper:last-child {
  margin-bottom: 0;
}
.productIntro .productContent .col.extra .customSelect,
.productIntro .productContent .col.extra .requiredSelect,
.productIntro .productContent .col.extra .select2-container {
  width: 100%;
  margin-bottom: 10px;
}
.productIntro .productContent .col.extra .customSelect:last-child,
.productIntro .productContent .col.extra .requiredSelect:last-child,
.productIntro .productContent .col.extra .select2-container:last-child {
  margin-bottom: 0;
}
.productIntro .productContent .col.extra .customSelect.select2-container--disabled .select2-selection.requiredSelect2,
.productIntro .productContent .col.extra .requiredSelect.select2-container--disabled .select2-selection.requiredSelect2,
.productIntro .productContent .col.extra .select2-container.select2-container--disabled .select2-selection.requiredSelect2 {
  background: #fff;
}
.productIntro .productContent .col.extra .customSelect.select2-container--disabled .select2-selection.requiredSelect2 .select2-selection__arrow,
.productIntro .productContent .col.extra .requiredSelect.select2-container--disabled .select2-selection.requiredSelect2 .select2-selection__arrow,
.productIntro .productContent .col.extra .select2-container.select2-container--disabled .select2-selection.requiredSelect2 .select2-selection__arrow {
  display: none !important;
}
.productIntro .productContent .col.extra .customSelect .select2-selection,
.productIntro .productContent .col.extra .requiredSelect .select2-selection,
.productIntro .productContent .col.extra .select2-container .select2-selection {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.productIntro .productContent .col.extra .customSelect .select2-selection.requiredSelect2,
.productIntro .productContent .col.extra .requiredSelect .select2-selection.requiredSelect2,
.productIntro .productContent .col.extra .select2-container .select2-selection.requiredSelect2 {
  height: auto !important;
}
.productIntro .productContent .col.extra .customSelect .select2-selection.requiredSelect2 .selectTitle,
.productIntro .productContent .col.extra .requiredSelect .select2-selection.requiredSelect2 .selectTitle,
.productIntro .productContent .col.extra .select2-container .select2-selection.requiredSelect2 .selectTitle {
  font-size: 14px;
  line-height: 20px;
  padding-top: 10px;
  white-space: normal;
}
.productIntro .productContent .col.extra .customSelect .select2-selection.requiredSelect2 .cols,
.productIntro .productContent .col.extra .requiredSelect .select2-selection.requiredSelect2 .cols,
.productIntro .productContent .col.extra .select2-container .select2-selection.requiredSelect2 .cols {
  font-size: 14px;
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.productIntro .productContent .col.extra .customSelect .select2-selection.requiredSelect2 .cols .col,
.productIntro .productContent .col.extra .requiredSelect .select2-selection.requiredSelect2 .cols .col,
.productIntro .productContent .col.extra .select2-container .select2-selection.requiredSelect2 .cols .col {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.productIntro .productContent .col.extra .customSelect .select2-selection.requiredSelect2 .cols .col:first-child,
.productIntro .productContent .col.extra .requiredSelect .select2-selection.requiredSelect2 .cols .col:first-child,
.productIntro .productContent .col.extra .select2-container .select2-selection.requiredSelect2 .cols .col:first-child {
  font-size: 12px;
  font-weight: 600;
  color: #287dbe;
}
.productIntro .productContent .col.extra .customSelect .select2-selection.requiredSelect2 .cols .col:last-child,
.productIntro .productContent .col.extra .requiredSelect .select2-selection.requiredSelect2 .cols .col:last-child,
.productIntro .productContent .col.extra .select2-container .select2-selection.requiredSelect2 .cols .col:last-child {
  text-align: right;
  color: #287dbe;
}
.productIntro .productContent .col.extra .customSelect .select2-selection.requiredSelect2 .select2-selection__arrow,
.productIntro .productContent .col.extra .requiredSelect .select2-selection.requiredSelect2 .select2-selection__arrow,
.productIntro .productContent .col.extra .select2-container .select2-selection.requiredSelect2 .select2-selection__arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.productIntro .extraProductContent {
  height: 572px;
  left: 50%;
  position: absolute;
  top: auto;
  width: 1160px;
  max-width: 100%;
  bottom: -286px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.productIntro .extraProductContent .circle {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 572px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(112, 112, 112, 0.1);
}
.productIntro .extraProductContent .images {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 572px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  -webkit-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, margin-top 0.3s 0.3s;
  -moz-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, margin-top 0.3s 0.3s;
  -ms-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, margin-top 0.3s 0.3s;
  -o-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, margin-top 0.3s 0.3s;
  transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, margin-top 0.3s 0.3s;
}
.productIntro .extraProductContent .images .image {
  position: relative;
  width: 100%;
  height: 100%;
}
.productIntro .extraProductContent .images .image img {
  max-width: 100%;
}
.productIntro .extraProductContent .productInfo {
  height: auto;
  left: auto;
  position: absolute;
  top: auto;
  width: 350px;
  bottom: 120px;
  right: 0;
  text-align: right;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.3s 0.9s, visibility 0.3s 0.9s, transform 0.3s 0.9s;
  -moz-transition: opacity 0.3s 0.9s, visibility 0.3s 0.9s, transform 0.3s 0.9s;
  -ms-transition: opacity 0.3s 0.9s, visibility 0.3s 0.9s, transform 0.3s 0.9s;
  -o-transition: opacity 0.3s 0.9s, visibility 0.3s 0.9s, transform 0.3s 0.9s;
  transition: opacity 0.3s 0.9s, visibility 0.3s 0.9s, transform 0.3s 0.9s;
}
.productIntro .extraProductContent .productInfo .inquiryButton {
  margin-bottom: 15px;
}
.productIntro .extraProductContent .productInfo .price {
  display: block;
  margin-bottom: 20px;
  margin-left: 170px;
  text-align: left;
}
.productIntro .extraProductContent .productInfo .buttons {
  text-align: right;
}
.productIntro .extraProductContent .productInfo .buttons .numberFieldWrapper {
  width: 80px;
  margin-right: 15px;
}
.productIntro .extraProductContent .productInfo .buttons .submit {
  width: 180px;
}
.productIntro .productInfoRepsonsive {
  display: none;
}
.productBlocks {
  margin-top: -150px;
}
.productBlocks section:first-child {
  margin-top: 0;
}
.productDetailBlock {
  margin-bottom: 100px;
  background: #fcfcfc;
}
.productDetailBlock.inview .introTitles,
.productDetailBlock.inview .tabs {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.productDetailBlock.notFound {
  padding: 100px 0;
  margin: 0;
}
.productDetailBlock .introTitles {
  height: 70px;
  padding: 0 200px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, transform 0.3s 0.3s;
  -moz-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, transform 0.3s 0.3s;
  -ms-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, transform 0.3s 0.3s;
  -o-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, transform 0.3s 0.3s;
  transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, transform 0.3s 0.3s;
}
.productDetailBlock .introTitles .tabTitle {
  display: inline-block;
  width: 33.3333%;
  vertical-align: top;
  cursor: pointer;
  line-height: 70px;
  opacity: 0.4;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.productDetailBlock .introTitles .tabTitle.active {
  opacity: 1;
}
.productDetailBlock .introTitles .tabTitle.active:hover {
  opacity: 1;
}
.productDetailBlock .introTitles .tabTitle:hover {
  opacity: 0.6;
}
.productDetailBlock .introTitles .tabTitle:nth-child(2) {
  text-align: center;
}
.productDetailBlock .introTitles .tabTitle:nth-child(3) {
  text-align: right;
}
.productDetailBlock .tabs {
  background: #fff;
  padding-top: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.3s 0.6s, visibility 0.3s 0.6s, transform 0.3s 0.6s;
  -moz-transition: opacity 0.3s 0.6s, visibility 0.3s 0.6s, transform 0.3s 0.6s;
  -ms-transition: opacity 0.3s 0.6s, visibility 0.3s 0.6s, transform 0.3s 0.6s;
  -o-transition: opacity 0.3s 0.6s, visibility 0.3s 0.6s, transform 0.3s 0.6s;
  transition: opacity 0.3s 0.6s, visibility 0.3s 0.6s, transform 0.3s 0.6s;
}
.productDetailBlock .tabs .innerContent {
  overflow: hidden;
  height: 300px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.productDetailBlock .tabs .tabHeightChecker {
  position: relative;
  width: 100%;
  height: 100%;
}
.productDetailBlock .tabs .tabHeightChecker .tab {
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 0 200px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.productDetailBlock .tabs .tabHeightChecker .tab.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.productDetailBlock .tabs .tabHeightChecker .tab .tabTitle {
  display: none;
}
.productDetailBlock .tabs .tabHeightChecker .tab .intro {
  max-width: 375px;
  width: 100%;
  margin-bottom: 20px;
}
.productDetailBlock .tabs .tabHeightChecker .tab .opacityText p {
  opacity: 0.4;
  font-size: 14px;
}
.productDetailBlock .tabs .tabHeightChecker .tab .opacityText p a {
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.productDetailBlock .tabs .tabHeightChecker .tab .opacityText p a:hover {
  opacity: 0.6;
}
.productDetailBlock .tabs .tabHeightChecker .tab .col {
  display: inline-block;
  vertical-align: top;
}
.productDetailBlock .tabs .tabHeightChecker .tab .col.big {
  width: calc(100% - 270px);
  padding-right: 20px;
}
.productDetailBlock .tabs .tabHeightChecker .tab .col.big.smallWidth p {
  max-width: 375px;
  width: 100%;
}
.productDetailBlock .tabs .tabHeightChecker .tab .col.small {
  width: 270px;
}
.productDetailBlock .tabs .tabHeightChecker .tab .features {
  margin-top: 20px;
}
.productDetailBlock .tabs .tabHeightChecker .tab .features .feature {
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.productDetailBlock .tabs .tabHeightChecker .tab .features .feature strong {
  font-weight: 600;
}
.productDetailBlock .tabs .tabHeightChecker .tab .features .feature .check {
  color: #287dbe;
}
.productDetailBlock .tabs .tabHeightChecker .tab .faqItem {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.productDetailBlock .tabs .tabHeightChecker .tab .faqItem.active .faqContent {
  max-height: 1000px;
  padding-bottom: 20px;
}
.productDetailBlock .tabs .tabHeightChecker .tab .faqItem .toggleTitle {
  padding: 12px 0;
  cursor: pointer;
}
.productDetailBlock .tabs .tabHeightChecker .tab .faqItem .toggleTitle strong {
  font-weight: 600;
}
.productDetailBlock .tabs .tabHeightChecker .tab .faqItem .toggleTitle p {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 30px);
}
.productDetailBlock .tabs .tabHeightChecker .tab .faqItem .toggleTitle .toggleIcon {
  float: right;
}
.productDetailBlock .tabs .tabHeightChecker .tab .faqItem .toggleTitle .toggleIcon i {
  line-height: 28px;
}
.productDetailBlock .tabs .tabHeightChecker .tab .faqItem .faqContent {
  max-height: 0;
  overflow: hidden;
  padding-bottom: 0;
  width: calc(100% - 30px);
}
.productDetailBlock .tabs .tabHeightChecker .tab .faqItem .faqContent p {
  opacity: 0.6;
  font-size: 14px;
}
.productDetailBlock .tabs .tabHeightChecker .tab .faqItem .faqContent p a {
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.productDetailBlock .tabs .tabHeightChecker .tab .faqItem .faqContent p a:hover {
  opacity: 0.6;
}
.productDetailBlock .tabs .tabHeightChecker .tab .faqItem .faqContent p img {
  max-width: 100%;
}
.productDetailBlock .tabs .tabHeightChecker .tab .linkWrapper {
  margin-bottom: 20px;
  text-align: right;
}
.productDetailBlock .tabs .tabHeightChecker .tab .downloadBar {
  display: block;
  padding: 12px 20px;
  border-radius: 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  background: #287dbe;
  margin-bottom: 20px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.productDetailBlock .tabs .tabHeightChecker .tab .downloadBar:hover {
  background: #1a66a0;
}
.productDetailBlock .tabs .tabHeightChecker .tab .downloadBar:last-child {
  margin-bottom: 0;
}
.productDetailBlock .tabs .tabHeightChecker .tab .downloadBar .downloadTitle {
  width: calc(100% - 250px);
  display: inline-block;
  vertical-align: top;
}
.productDetailBlock .tabs .tabHeightChecker .tab .downloadBar .extras {
  width: 250px;
  display: inline-block;
  vertical-align: top;
}
.productDetailBlock .tabs .tabHeightChecker .tab .downloadBar .extras .subCol {
  display: inline-block;
  vertical-align: top;
}
.productDetailBlock .tabs .tabHeightChecker .tab .downloadBar .extras .subCol.type {
  width: 90px;
  opacity: 0.6;
}
.productDetailBlock .tabs .tabHeightChecker .tab .downloadBar .extras .subCol.size {
  width: 90px;
  opacity: 0.6;
}
.productDetailBlock .tabs .tabHeightChecker .tab .downloadBar .extras .subCol.download {
  width: 70px;
  text-align: right;
}
@media all and (max-width: 1150px) {
  .productDetailBlock .introTitles,
  .productDetailBlock .tabs .tabHeightChecker .tab {
    padding: 0 120px;
  }
}
@media all and (max-width: 1024px) {
  .productDetailBlock .introTitles,
  .productDetailBlock .tabs .tabHeightChecker .tab {
    padding: 0;
  }
}
@media all and (max-width: 768px) {
  .productDetailBlock {
    margin-bottom: 50px;
    margin-top: 0;
  }
  .productDetailBlock .introTitles {
    display: none;
  }
  .productDetailBlock .tabs {
    padding-top: 0;
  }
  .productDetailBlock .tabs .setHeight {
    height: auto !important;
  }
  .productDetailBlock .tabs .tabHeightChecker .tab {
    position: relative;
    opacity: 1;
    visibility: visible;
  }
  .productDetailBlock .tabs .tabHeightChecker .tab.active .tabTitle i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .productDetailBlock .tabs .tabHeightChecker .tab.active .tabContent {
    max-height: none;
    margin: 20px 0;
  }
  .productDetailBlock .tabs .tabHeightChecker .tab .tabTitle {
    display: block;
    padding: 16px 20px;
    width: calc(100% + 20px * 2);
    margin-left: -20px;
    background: #d1eafd;
    font-weight: 600;
    border-top: 1px solid rgba(40, 125, 190, 0.2);
    cursor: pointer;
  }
  .productDetailBlock .tabs .tabHeightChecker .tab .tabTitle i {
    float: right;
    margin-top: 3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .productDetailBlock .tabs .tabHeightChecker .tab .tabContent {
    max-height: 0;
    overflow: hidden;
    margin: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .productDetailBlock .tabs .tabHeightChecker .tab .tabContent .text.col {
    width: 100% !important;
  }
  .productDetailBlock .tabs .tabHeightChecker .tab .tabContent .text.col.small {
    margin-top: 20px;
  }
  .productDetailBlock .tabs .tabHeightChecker .tab .tabContent .features .feature .col.big {
    width: calc(100% - 20px);
  }
  .productDetailBlock .tabs .tabHeightChecker .tab .tabContent .features .feature .col.small {
    width: 20px;
    text-align: right;
  }
  .productDetailBlock .tabs .tabHeightChecker .tab .tabContent .features .feature:last-child {
    border-bottom: none;
  }
  .productDetailBlock .tabs .tabHeightChecker .tab .tabContent .downloadBar {
    height: auto;
  }
  .productDetailBlock .tabs .tabHeightChecker .tab .tabContent .downloadBar .downloadTitle {
    width: 100%;
  }
  .productDetailBlock .tabs .tabHeightChecker .tab .tabContent .downloadBar .extras {
    width: 100%;
  }
  .productDetailBlock .tabs .tabHeightChecker .tab .tabContent .downloadBar .type {
    width: 60px !important;
  }
  .productDetailBlock .tabs .tabHeightChecker .tab .tabContent .downloadBar .size {
    width: 60px !important;
  }
  .productDetailBlock .tabs .tabHeightChecker .tab .tabContent .downloadBar .download {
    width: calc(100% - 120px) !important;
  }
}
