/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/components/BreadCrumbsComponent/block-bread-crumbs.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
@keyframes backgroundSignal {
  from {
    background-color: #ea1917;
  }
  to {
    background-color: #ee4746;
  }
}
@keyframes colorSignal {
  from {
    color: #ea1917;
  }
  to {
    color: #ee4746;
  }
}
@keyframes borderSignal {
  from {
    border-color: #ea1917;
  }
  to {
    border-color: #ee4746;
  }
}
.blockBreadCrumbs {
  display: none;
}
@media only screen and (min-width: 590px) {
  .blockBreadCrumbs {
    display: block;
    padding: 32px 0 30px 0;
  }
}

@media only screen and (min-width: 590px) {
  .breadcrumbs {
    color: #9a9a9a;
  }
  .breadcrumbs span,
  .breadcrumbs a {
    display: inline-block;
    vertical-align: baseline;
    font-weight: 300;
    font-size: 14px;
    color: #9a9a9a;
    line-height: 180%;
  }
  .breadcrumbs span.kb_title {
    color: #9a9a9a !important;
  }
  .breadcrumbs span:hover {
    color: #f66f06;
  }
}

@media only screen and (min-width: 590px) {
  .kb_sep {
    margin: 0px 8px 0px 10px;
    padding-top: 2px;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/components/BlockQuestionsComponent/block-questions.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
@keyframes backgroundSignal {
  from {
    background-color: #ea1917;
  }
  to {
    background-color: #ee4746;
  }
}
@keyframes colorSignal {
  from {
    color: #ea1917;
  }
  to {
    color: #ee4746;
  }
}
@keyframes borderSignal {
  from {
    border-color: #ea1917;
  }
  to {
    border-color: #ee4746;
  }
}
.answerText a {
  text-decoration: none;
  color: inherit;
  outline: none;
}
.answerText a:hover, .answerText a:focus {
  text-decoration: none;
  outline-color: transparent;
}

.blockQuestion .content {
  padding-bottom: 10.63vw;
}
@media only screen and (min-width: 590px) {
  .blockQuestion .content {
    padding-bottom: 34px;
  }
}

.wrapQuestions {
  margin-top: 3.125vw;
}
@media only screen and (min-width: 590px) {
  .wrapQuestions {
    margin-top: 10px;
  }
}

.question {
  background-color: #ffffff;
  box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.05);
  padding: 5.625vw 15.75vw 5.625vw 3.44vw;
  position: relative;
}
@media only screen and (min-width: 590px) {
  .question {
    padding: 18px 50px 18px 11px;
  }
}
@media only screen and (min-width: 1200px) {
  .question {
    border-radius: 0px !important;
    box-shadow: none !important;
    padding: 50px 0px 50px 60px;
  }
}
.question p {
  font-weight: 400;
  font-size: 5vw;
  color: #262a2b;
  line-height: 150%;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 590px) {
  .question p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .question p {
    font-size: 30px;
  }
}
.question span {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .question span {
    content: attr(data-num);
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-weight: 400;
    font-size: 200px;
    color: #f8f8f8;
    z-index: 0;
    line-height: 0.8em;
  }
}
.question:after {
  content: " ";
  display: block;
  width: 3.75vw;
  height: 1.875vw;
  position: absolute;
  right: 6.25vw;
  top: 50%;
  transform: translate3d(0px, -50%, 0px);
  mask-size: 100%;
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-image: url(/wp-content/themes/kentavr/assets-dist/icons/arr-down-serv-country.29bd109ce7eb6ba5367e.svg);
  -webkit-mask-image: url(/wp-content/themes/kentavr/assets-dist/icons/arr-down-serv-country.29bd109ce7eb6ba5367e.svg);
  background-color: #9a9a9a;
}
@media only screen and (min-width: 590px) {
  .question:after {
    width: 12px;
    height: 6px;
    right: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .question:after {
    display: none;
  }
}
.question:hover {
  cursor: pointer;
}
@media only screen and (min-width: 1200px) {
  .question:hover {
    cursor: initial;
  }
}

@media only screen and (min-width: 1200px) {
  .blQuestion {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    grid-gap: 50px;
    background-color: #ffffff;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .blQuestion {
    grid-gap: 98px;
  }
}
.blQuestion:first-child .question {
  border-top-right-radius: 1.56vw;
  border-top-left-radius: 1.56vw;
}
@media only screen and (min-width: 590px) {
  .blQuestion:first-child .question {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }
}
.blQuestion:last-child .question {
  border-bottom-right-radius: 1.56vw;
  border-bottom-left-radius: 1.56vw;
}
@media only screen and (min-width: 590px) {
  .blQuestion:last-child .question {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}
.blQuestion:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}
@media only screen and (min-width: 1200px) {
  .blQuestion:not(:last-child) {
    border: none;
  }
}

.answer {
  background-color: #ffffff;
  display: none;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .answer {
    display: block;
  }
}
.answer:after {
  content: attr(data-num);
  display: block;
  position: absolute;
  right: -3.8vw;
  bottom: 0px;
  font-weight: 400;
  font-size: 62.5vw;
  color: #f8f8f8;
  z-index: 0;
  line-height: 0.8em;
}
@media only screen and (min-width: 590px) {
  .answer:after {
    right: -12px;
    font-size: 200px;
  }
}
@media only screen and (min-width: 1200px) {
  .answer:after {
    display: none;
  }
}

.open .question {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  z-index: 2;
}
.open .question:after {
  transform: translate3d(0px, -50%, 0px) rotate(180deg);
}

.answerText {
  padding: 4.375vw 3.44vw 12.5vw 3.44vw;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 590px) {
  .answerText {
    padding: 14px 11px 40px 11px;
  }
}
@media only screen and (min-width: 1200px) {
  .answerText {
    padding: 50px 70px 80px 0px;
  }
}
.answerText p,
.answerText li,
.answerText a {
  font-weight: 300;
  font-size: 4.375vw;
  color: #666666;
  line-height: 170%;
}
@media only screen and (min-width: 590px) {
  .answerText p,
  .answerText li,
  .answerText a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  .answerText p,
  .answerText li,
  .answerText a {
    font-size: 16px;
  }
}
.answerText p strong,
.answerText li strong,
.answerText a strong {
  font-weight: 400;
}
.answerText a {
  color: #f66f06;
  text-decoration: underline;
}
.answerText a:hover {
  text-decoration: none;
}
.answerText p {
  margin-bottom: 6.25vw;
}
@media only screen and (min-width: 590px) {
  .answerText p {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .answerText p {
    margin-bottom: 25px;
    color: #262a2b;
  }
}
.answerText li {
  margin-bottom: 3.125vw;
  position: relative;
  padding-left: 5.44vw;
}
@media only screen and (min-width: 590px) {
  .answerText li {
    margin-bottom: 10px;
    padding-left: 17px;
  }
}
@media only screen and (min-width: 1200px) {
  .answerText li {
    font-size: 16px;
    margin-bottom: 15px;
    padding-left: 30px;
    color: #262a2b;
  }
}
.answerText li:before {
  content: " ";
  display: block;
  width: 1.56vw;
  height: 1.56vw;
  border-radius: 100%;
  background-color: #c4c4c4;
  position: absolute;
  left: 0px;
  top: 3.7vw;
}
@media only screen and (min-width: 590px) {
  .answerText li:before {
    width: 5px;
    height: 5px;
    top: 11px;
  }
}
@media only screen and (min-width: 1200px) {
  .answerText li:before {
    width: 8px;
    height: 8px;
  }
}
