@media (min-width: 768px) {
}.agency-presentation-card {
  padding: 24px;
  margin-top: 8px;
}
.agency-presentation-card__picture-col {
  display: table-cell;
}
.agency-presentation-card__picture {
  width: 96px;
}
.agency-presentation-card__text-col {
  display: table-cell;
  vertical-align: top;
  padding-left: 24px;
}
.agency-presentation-card .agency-title {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 700;
  line-height: 24px;
}
@media (min-width: 768px) {
  .agency-presentation-card .agency-title {
    font-size: 1.8rem;
  }
}
.agency-presentation-card .agency-name {
  display: inline-block;
  margin-top: 8px;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1;
  color: #fff;
}
@media (min-width: 768px) {
  .agency-presentation-card .agency-name {
    font-size: 3.6rem;
  }
}
.agency-presentation-card .agency-short-description {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1.5rem;
  color: #fff;
  line-height: 24px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .agency-presentation-card .agency-short-description {
    font-size: 1.6rem;
  }
}
.agency-presentation-card .agency-stars-container {
  margin: 0;
}
.agency-presentation-card .agency-stars {
  font-size: 8px;
}
.agency-presentation-card .agency-stars-label {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 24px;
  vertical-align: top;
  text-decoration: underline;
}
.thematic-experience-head {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .thematic-experience-head__row {
    display: flex;
    align-items: flex-end;
    min-width: 100%;
  }
}
.thematic-experience-head__carousel {
  padding: 0;
}
@media (min-width: 768px) {
  .thematic-experience-head__carousel {
    padding: 0 15px;
  }
}
.thematic-experience-head__carousel-picture {
  width: 100%;
  height: 100%;
}
.thematic-experience-head__carousel-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
}
.thematic-experience-head__carousel-navigation-index {
  padding: 0 16px;
  min-width: 80px;
  text-align: center;
  z-index: 1;
}
.thematic-experience-head__content-tags {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.thematic-experience-head__content-illustration {
  height: 56px;
  width: 56px;
  flex-shrink: 0;
}
.thematic-experience-head__content-title {
  padding: 24px 0 16px 0;
  font-size: 2.6rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .thematic-experience-head__content-title {
    font-size: 3.6rem;
  }
}
@media (min-width: 992px) {
  .thematic-experience-head__content-title {
    padding-top: 0;
    padding-bottom: 24px;
  }
}
.thematic-experience-head__content-subtitle {
  margin-top: 8px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 24px;
}
.emo-happy {
  color: #12B886;
}
.emo-normal {
  color: #EE641C;
}
.emo-sad {
  color: #ADB5BD;
}
.whentogo {
  padding: 5px 15px;
}
.whentogo-link:hover .whentogo-title {
  color: #868E96;
}
.whentogo-item {
  margin: 8px 0;
  padding: 0;
  text-align: center;
}
.whentogo-title {
  margin-bottom: 8px;
  font-size: 1.8rem;
  line-height: 24px;
  color: #343A40;
  font-weight: 700;
}
.whentogo-bar,
.whentogo-bar-full {
  height: 16px;
}
.whentogo-bar {
  display: inline-block;
  overflow: hidden;
  width: 32px;
  background-color: #EEE9E5;
  border-radius: 8px;
}
.whentogo-bar-full {
  background-color: #129CAB;
}
.whentogo-bar-full.good {
  width: 100%;
}
.whentogo-bar-full.average {
  width: 50%;
}
.whentogo-bar-full.bad {
  width: 0;
}
.whentogo-more-wrap {
  margin-top: 10px;
  text-align: center;
}
/*.dots {
    display: inline-block;
    font-family: "varanasi";
    font-size: 6px;
    letter-spacing: 2px;
    color: @lime;

    &:after {
        color: @bright-soil;
    }

    &.good {
        &:before {
            content: '\EA31\EA31\EA31';
        }

        &:after {
            content: '';
        }
    }

    &.average {
        &:before {
            content: '\EA31\EA31';
        }

        &:after {
            content: '\EA31';
        }
    }

    &.bad {
        &:before {
            content: '\EA31';
        }

        &:after {
            content: '\EA31\EA31';
        }
    }
}*/
.thematic-experience-questions {
  font-size: 1.5rem;
  border-top: 1px solid #EEE9E5;
}
@media (min-width: 768px) {
  .thematic-experience-questions {
    font-size: 1.6rem;
  }
}
.thematic-experience-questions__panel {
  border-bottom: 1px solid #EEE9E5;
  box-shadow: none;
}
.thematic-experience-questions__panel-header {
  position: relative;
  padding: 16px 32px;
  font-weight: 700;
  cursor: pointer;
}
.thematic-experience-questions__panel-icon,
.thematic-experience-questions__option-icon,
.thematic-experience-questions__panel-header-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.thematic-experience-questions__panel-icon,
.thematic-experience-questions__option-icon {
  left: 0;
  font-size: 2.4rem;
}
.thematic-experience-questions__panel-header-arrow {
  right: 0;
}
.thematic-experience-questions__option-icon {
  font-size: 40px;
}
@media (min-width: 768px) {
  .thematic-experience-questions__option-icon {
    font-size: 45px;
  }
}
.thematic-experience-questions__panel-title {
  font-size: 1.6rem;
  line-height: 24px;
}
.thematic-experience-questions__panel-body {
  padding-top: 0;
}
.thematic-experience-questions__panel-body-question {
  position: relative;
  font-weight: normal;
  padding: 8px 0 8px 48px;
}
@media (min-width: 768px) {
  .thematic-experience-questions__panel-body-question {
    padding-left: 64px;
  }
}
.thematic-experience-questions__panel-body-question-title {
  font-size: 1.5rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .thematic-experience-questions__panel-body-question-title {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .modal-experience.mfp-gallery .mfp-close {
    top: -24px;
  }
}
.modal-experience .modal-arrow-container {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 56px;
  border-top: 1px solid #EEE9E5;
  background: #fff;
  z-index: 1045;
}
.modal-experience .modal-arrow {
  margin: 0;
  top: initial;
  transform: none;
  border: 1px solid #EEE9E5;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: #343A40;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  position: fixed;
  bottom: 8px;
}
.modal-experience .modal-arrow:before,
.modal-experience .modal-arrow:after {
  opacity: 1;
  position: static;
  margin: 0;
  border: none;
  width: auto;
  height: auto;
}
.modal-experience .modal-arrow:hover {
  color: #12B886;
}
.modal-experience .modal-arrow:active {
  color: #14716A;
}
.modal-experience .modal-arrow.disabled {
  color: #ADB5BD;
  cursor: default;
}
.modal-experience .mfp-arrow-left {
  left: 16px;
}
.modal-experience .mfp-arrow-right {
  right: 16px;
}
@media (min-width: 992px) {
  .modal-experience .mfp-arrow-left {
    left: 48px;
  }
  .modal-experience .mfp-arrow-right {
    right: 48px;
  }
}
.thematic-experience-modal {
  padding-bottom: 88px;
}
@media (min-width: 768px) {
  .thematic-experience-modal {
    padding-top: 48px;
    margin-top: 48px;
  }
}
.thematic-experience-modal .swiper-button {
  position: relative;
  left: 0;
  right: 0;
  transform: none;
}
.thematic-experience-modal__description {
  margin-bottom: 32px;
  font-size: 1.6rem;
  line-height: 32px;
}
@media (min-width: 768px) {
  .thematic-experience-modal__description {
    font-size: 1.8rem;
  }
}
.thematic-experience-modal__picture-wrapper {
  margin: 0 -15px;
}
.thematic-experience-modal__picture {
  margin-bottom: 32px;
}

