

/* Start:/local/templates/elikor/components/bitrix/news.detail/faq/style.css?17261514535458*/
/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/views/faq/faq-detail.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}
.custom-checkbox__field:checked + .custom-checkbox__content::before {
  border-color: #0E0E0E;
  background-color: #0E0E0E;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable value-keyword-case */
.faq-detail {
  background: var(--white-color);
}

.question {
  padding: 93px 0 130px 0;
}
.question__head {
  display: flex;
  justify-content: space-between;
}
.question__head-left {
  display: flex;
  justify-content: space-between;
  width: 50%;
}
.question__back {
  text-decoration-line: underline !important;
}
.question__back {
  color: var(--white-opacity-30-color);
  font-size: 14px;
  font-weight: 400;
  transition: all 0.5s;
}
.question__back:hover {
  color: var(--black-color);
}
.question__page-numbering {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.2);
}
.question__page-numbering-active {
  color: var(--black-color);
  font-weight: 500;
}
.question__page-numbering-mr-30 {
  margin-right: 30px;
}
.question__content {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.question__img {
  width: 100%;
}
.question__title {
  margin-top: 15px;
  font-size: 44px;
  font-weight: 300;
  line-height: 100%;
}
.question__text {
  font-size: 18px;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
.question__text-img {
  width: 50%;
}
.question__text a {
  opacity: 1;
  text-decoration: none;
  transition: all 0.5s;
  position: relative;
  display: inline-block;
  overflow: hidden;
  display: inline;
  background: linear-gradient(to right, rgba(0, 115, 82, 0.5) 50%, rgb(0, 115, 82) 50%, rgb(0, 115, 82));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 275ms ease;
  cursor: pointer;
}
.question__text a:hover {
  background-position: 0 100%;
}
.question__text span strong {
  margin-bottom: 10px;
  display: inline-block;
}
.question__text p strong {
  margin-top: 25px;
  margin-bottom: 10px;
  display: inline-block;
  font-family: "RobotoCondensed";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.question__footer {
  margin-top: 50px;
  display: flex;
  justify-content: flex-end;
}
.question__link {
  display: flex;
  row-gap: 10px;
  flex-direction: column;
  position: sticky;
  margin-top: auto;
  bottom: 50px;
}
.question__link p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: 300;
}
.question__social {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.question__social img {
  cursor: pointer;
  transition: all 0.3s;
}
.question__social img:hover {
  filter: brightness(0) saturate(100%) invert(35%) sepia(17%) saturate(2976%) hue-rotate(119deg) brightness(92%) contrast(102%);
}
.question__next {
  align-self: end;
  display: flex;
  flex-direction: column;
}
.question__next a {
  align-self: end;
}
.question__next p {
  margin-top: 7px;
  font-size: 18px;
  font-weight: 300;
}
@media (max-width: 1600px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1440px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1400px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1280px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1024px) {
  body {
    box-sizing: border-box;
  }
  .question {
    padding: 70px 0;
  }
  .question__title {
    font-size: 30px;
    margin-top: 30px;
  }
  .question__text-img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  body {
    box-sizing: border-box;
  }
  .question {
    padding: 50px 0;
  }
  .question__head-left {
    width: 100%;
  }
  .question__page-numbering-mr-30 {
    margin-right: 0;
  }
  .question__content {
    grid-template-columns: initial;
    display: flex;
    flex-direction: column;
    margin-top: 25px;
  }
  .question__text {
    margin-top: 25px;
  }
  .question__footer {
    flex-direction: column;
    row-gap: 10px;
    margin-top: 25px;
  }
  .question__link {
    position: static;
    order: 2;
  }
  .question__next {
    order: 1;
    align-self: start;
    margin-bottom: 10px;
  }
  .question__next a {
    align-self: initial;
  }
}
@media (max-width: 576px) {
  body {
    box-sizing: border-box;
  }
  .question__head {
    flex-direction: column;
    row-gap: 5px;
  }
}

/* End */
/* /local/templates/elikor/components/bitrix/news.detail/faq/style.css?17261514535458 */
