@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 ***/
.faqByProductBlock {
  margin: 100px 0;
}
.faqByProductBlock.inview .innerContent .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);
}
.faqByProductBlock.inview .innerContent .mediumTitle {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.faqByProductBlock.inview .innerContent .text,
.faqByProductBlock.inview .innerContent .searchField {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.faqByProductBlock.inview .innerContent .link,
.faqByProductBlock.inview .innerContent .button.rightTop {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.faqByProductBlock .innerContent {
  margin: 0 auto;
  position: relative;
}
.faqByProductBlock .innerContent .subTitle {
  display: block;
  margin-bottom: 18px;
  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;
}
.faqByProductBlock .innerContent .mediumTitle {
  display: block;
  margin-bottom: 50px;
  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;
}
.faqByProductBlock .innerContent .text,
.faqByProductBlock .innerContent .searchField {
  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;
}
.faqByProductBlock .innerContent .searchField {
  width: 100%;
  position: relative;
  margin-top: 20px;
}
.faqByProductBlock .innerContent .searchField #searchFaq .textField {
  width: 100%;
  padding-right: 50px;
}
.faqByProductBlock .innerContent .searchField #searchFaq .submit {
  height: auto;
  left: auto;
  position: absolute;
  top: 50%;
  width: auto;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faqByProductBlock .innerContent .searchField #searchFaq .searchResults {
  height: auto;
  left: 0;
  position: absolute;
  top: 70px;
  width: 100%;
  max-height: 200px;
  background: #fff;
  border-radius: 5px;
  z-index: 10;
  line-height: 28px;
  padding: 10px 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-box-shadow: 0 10px 25px rgba(40, 125, 190, 0.1);
  -moz-box-shadow: 0 10px 25px rgba(40, 125, 190, 0.1);
  box-shadow: 0 10px 25px rgba(40, 125, 190, 0.1);
}
.faqByProductBlock .innerContent .searchField #searchFaq .searchResults .productItem {
  display: block;
  color: #171717;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  background: transparent;
}
.faqByProductBlock .innerContent .searchField #searchFaq .searchResults .productItem:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.faqByProductBlock .innerContent .searchField #searchFaq .searchResults .productItem:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.05);
  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;
}
html:not(.touch) .faqByProductBlock .innerContent .searchField #searchFaq .searchResults .productItem:hover:before {
  opacity: 1;
  visibility: visible;
}
.faqByProductBlock .innerContent .searchField #searchFaq .searchResults .productItem.active {
  background: rgba(0, 0, 0, 0.1);
}
.faqByProductBlock .innerContent .searchField #searchFaq .searchResults .productItem .producTitle {
  display: block;
}
.faqByProductBlock .innerContent .searchField #searchFaq .searchResults .productItem .smallTitle {
  color: #287dbe;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.faqByProductBlock .innerContent .faqQuestions {
  margin-top: 20px;
}
.faqByProductBlock .innerContent .faqQuestions .faqItem {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: none;
}
.faqByProductBlock .innerContent .faqQuestions .faqItem.show {
  display: block;
}
.faqByProductBlock .innerContent .faqQuestions .faqItem.active .faqContent {
  max-height: 1000px;
  padding-bottom: 20px;
}
.faqByProductBlock .innerContent .faqQuestions .faqItem .toggleTitle {
  padding: 12px 0;
  cursor: pointer;
}
.faqByProductBlock .innerContent .faqQuestions .faqItem .toggleTitle strong {
  font-weight: 600;
}
.faqByProductBlock .innerContent .faqQuestions .faqItem .toggleTitle p {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 30px);
}
.faqByProductBlock .innerContent .faqQuestions .faqItem .toggleTitle .toggleIcon {
  float: right;
}
.faqByProductBlock .innerContent .faqQuestions .faqItem .toggleTitle .toggleIcon i {
  line-height: 28px;
}
.faqByProductBlock .innerContent .faqQuestions .faqItem .faqContent {
  max-height: 0;
  overflow: hidden;
  padding-bottom: 0;
  width: calc(100% - 30px);
}
.faqByProductBlock .innerContent .faqQuestions .faqItem .faqContent p {
  opacity: 0.6;
  font-size: 14px;
}
.faqByProductBlock .innerContent .faqQuestions .faqItem .faqContent p a {
  color: #287dbe;
  -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;
}
html:not(.touch) .faqByProductBlock .innerContent .faqQuestions .faqItem .faqContent p a:hover {
  color: #171717;
}
.faqByProductBlock .innerContent .faqQuestions .faqItem .faqContent p img {
  max-width: 100%;
}
.faqByProductBlock .innerContent .faqQuestions .notFound {
  font-weight: 700;
}
@media all and (max-width: 1150px) {
  .faqByProductBlock .innerContent .col.small {
    width: 120px;
  }
  .faqByProductBlock .innerContent .col.small .subTitle {
    display: none;
  }
  .faqByProductBlock .innerContent .col.big {
    width: calc(100% - 240px);
  }
}
@media all and (max-width: 1024px) {
  .faqByProductBlock .innerContent .col.small {
    display: none;
  }
  .faqByProductBlock .innerContent .col.big {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .faqByProductBlock {
    margin: 50px 0;
    padding: 0;
  }
}
