.faqBlock {
  margin: 50px 0;
}
.faqBlock.big {
  margin: 0;
}
.faqBlock.big .wrapper .contentWrapper {
  padding: 0;
}
.faqBlock.big .wrapper .info {
  background: transparent;
  padding: 0;
  width: 100%;
}
.faqBlock.big .wrapper .info .accordion .item {
  border-top: 2px solid #e2e2e2;
  border-bottom: none;
}
.faqBlock.big .wrapper .info .accordion .item.active .text {
  height: auto;
  max-height: 700px;
  -webkit-transition: max-height 0.5s 0.5s cubic-bezier(0.95, 0.05, 0.795, 0.035), margin-bottom 0.5s 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
  -moz-transition: max-height 0.5s 0.5s cubic-bezier(0.95, 0.05, 0.795, 0.035), margin-bottom 0.5s 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
  -ms-transition: max-height 0.5s 0.5s cubic-bezier(0.95, 0.05, 0.795, 0.035), margin-bottom 0.5s 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
  -o-transition: max-height 0.5s 0.5s cubic-bezier(0.95, 0.05, 0.795, 0.035), margin-bottom 0.5s 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: max-height 0.5s 0.5s cubic-bezier(0.95, 0.05, 0.795, 0.035), margin-bottom 0.5s 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.faqBlock.big .wrapper .info .accordion .item .text {
  height: auto;
  max-height: 0;
  -webkit-transition: max-height 0.5s 0s cubic-bezier(0.23, 1, 0.32, 1), margin-bottom 0.5s 0s cubic-bezier(0.47, 0, 0.745, 0.715);
  -moz-transition: max-height 0.5s 0s cubic-bezier(0.23, 1, 0.32, 1), margin-bottom 0.5s 0s cubic-bezier(0.47, 0, 0.745, 0.715);
  -ms-transition: max-height 0.5s 0s cubic-bezier(0.23, 1, 0.32, 1), margin-bottom 0.5s 0s cubic-bezier(0.47, 0, 0.745, 0.715);
  -o-transition: max-height 0.5s 0s cubic-bezier(0.23, 1, 0.32, 1), margin-bottom 0.5s 0s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: max-height 0.5s 0s cubic-bezier(0.23, 1, 0.32, 1), margin-bottom 0.5s 0s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.faqBlock.big .wrapper .info .accordion .item .text .infoText {
  height: auto;
}
.faqBlock .wrapper {
  width: 1260px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  min-height: 300px;
}
.faqBlock .wrapper .backgroundLeft {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 155px;
  background-size: cover;
  background-position: center center;
}
.faqBlock .wrapper .backgroundRight {
  height: 100%;
  left: auto;
  position: absolute;
  top: 0;
  width: 465px;
  right: 0;
  background-size: cover;
  background-position: center center;
}
.faqBlock .wrapper .backgroundRight .logo {
  height: auto;
  left: auto;
  position: absolute;
  top: auto;
  width: 135px;
  right: 30px;
  bottom: 20px;
}
.faqBlock .wrapper .backgroundRight .text {
  height: auto;
  left: 30px;
  position: absolute;
  top: auto;
  width: auto;
  bottom: 35px;
  max-width: 250px;
  color: #ffffff;
  font-style: italic;
  font-size: 16px;
}
.faqBlock .wrapper .info {
  width: calc(60% + 70px);
  background: #ffffff;
  position: relative;
  padding: 30px 80px;
  box-sizing: border-box;
}
.faqBlock .wrapper .info .accordion .item {
  border-bottom: 2px solid #e2e2e2;
}
.faqBlock .wrapper .info .accordion .item.active .title i {
  opacity: 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;
}
.faqBlock .wrapper .info .accordion .item.active .text {
  margin-bottom: 20px;
  height: 120px;
  -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;
}
.faqBlock .wrapper .info .accordion .item.active .text ul {
  margin-left: 15px;
}
.faqBlock .wrapper .info .accordion .item.active .text ul li {
  font-weight: normal;
}
.faqBlock .wrapper .info .accordion .item .title {
  min-height: 75px;
  padding: 10px 0;
  line-height: 75px;
  overflow: hidden;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.faqBlock .wrapper .info .accordion .item .title .textWrapper {
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding-right: 40px;
  box-sizing: border-box;
}
.faqBlock .wrapper .info .accordion .item .title i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  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;
}
.faqBlock .wrapper .info .accordion .item .text {
  margin-bottom: 0;
  height: 0;
  overflow: hidden;
  font-family: 'Source Sans Pro', sans-serif;
  -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;
}
.faqBlock .wrapper .info .accordion .item .text b,
.faqBlock .wrapper .info .accordion .item .text strong,
.faqBlock .wrapper .info .accordion .item .text .bold,
.faqBlock .wrapper .info .accordion .item .text.bold {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
}
.faqBlock .wrapper .info .accordion .item .text .infoText {
  line-height: 24px;
  height: 72px;
}
.faqBlock .wrapper .info .accordion .item .text .readMore {
  margin-top: 20px;
}
.faqBlock .wrapper .info .accordion .item .text .readMore a {
  color: #404041;
  -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;
}
.faqBlock .wrapper .info .accordion .item .text .readMore a:hover {
  color: #1b7da8;
  -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;
}
@media all and (max-width: 1300px) {
  .faqBlock .wrapper {
    width: 100%;
  }
  .faqBlock .wrapper .backgroundRight {
    width: 42.25%;
  }
  .faqBlock .wrapper .contentWrapper .info {
    width: 60%;
  }
}
@media all and (max-width: 1024px) {
  .faqBlock .wrapper .backgroundRight .text {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .faqBlock {
    margin: 50px 0;
  }
  .faqBlock.small {
    margin-top: 0;
  }
  .faqBlock .wrapper .contentWrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .faqBlock .wrapper .contentWrapper .info {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 670px) {
  .faqBlock .wrapper .contentWrapper .info {
    padding: 0 20px;
    width: 100%;
  }
}
/*# sourceMappingURL=faq_block.css.map */