/*!****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/blocks/faq.scss ***!
  \****************************************************************************************************************************************************************/
:root {
  --theme-main-font: "Montserrat", sans-serif;
  --theme-second-font: "Montserrat", sans-serif;
}

.faq__wrapper {
  background-color: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
}
.faq__img {
  max-width: 800px;
  width: 100%;
  max-height: 536px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom right;
     object-position: bottom right;
}
.faq__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 800px;
  width: 100%;
  margin: 30px 124px 30px 52px;
  padding: 0 44px;
  width: 100%;
}
.faq__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 51px;
  color: #484848;
  margin-bottom: 16px;
}
.faq--item {
  width: 100%;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(16, 51, 30, 0.1019607843);
          box-shadow: 0px 10px 30px 0px rgba(16, 51, 30, 0.1019607843);
}
.faq--item:not(:last-child) {
  margin-bottom: 11px;
}
.faq--item .question {
  position: relative;
  padding: 16px 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  color: #161c2d;
  cursor: pointer;
}
.faq--item .question.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq--item .question::after {
  content: "";
  display: block;
  height: 18px;
  width: 20px;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg width=%2721%27 height=%2718%27 viewBox=%270 0 21 18%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M14 7L10 11L6 7%27 stroke=%27%23161C2D%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.faq--item .answer {
  display: none;
  padding: 16px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #161c2d;
}

@media (max-width: 1280px) {
  .faq__content {
    margin: 30px 0;
  }
}
@media (max-width: 1024px) {
  .faq__wrapper {
    background-color: transparent;
    height: auto;
  }
  .faq__img {
    display: none;
  }
  .faq__content {
    max-width: none;
    margin: 0 auto;
    padding: 0 28px;
  }
  .faq__title {
    font-size: 18px;
    line-height: 130%;
  }
  .faq--item .question {
    padding: 13px 16px;
    font-size: 14px;
    line-height: 130%;
    padding-right: 40px;
  }
  .faq--item .answer {
    padding: 13px 16px;
    font-size: 14px;
    line-height: 130%;
  }
}
@media (max-width: 769px) {
  .faq__content {
    padding: 0 8px;
  }
}
