:root {
  --main-font-family: "Gotham Pro", sans-serif; }

:root {
  --body-bg: #fff; }

.filter-result {
  margin-bottom: 24px; }
  .filter-result__empty {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .filter-result__empty svg {
      width: 120px;
      height: 148px;
      margin: 48px 0 20px; }
    .filter-result__empty span {
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      text-align: center; }

@media (max-width: 575.98px) {
  .filter-result__empty {
    font-size: 16px; }
  .filter-result.grid {
    justify-content: space-between;
    padding: 0 16px; }
    .filter-result.grid .col-sm-4 {
      width: calc((100% - 10px) / 2);
      padding: 0; }
    .filter-result.grid .coffee-card {
      padding: 10px 10px 8px;
      height: 100%;
      min-height: auto;
      display: flex;
      flex-direction: column; }
      .filter-result.grid .coffee-card__info {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        margin: 0;
        padding: 0;
        background-color: transparent;
        box-shadow: none; }
      .filter-result.grid .coffee-card__controls {
        margin-top: auto; }
      .filter-result.grid .coffee-card-controls__variants {
        flex-direction: column;
        align-items: flex-start;
        height: auto; }
      .filter-result.grid .coffee-card-controls__weight {
        margin-bottom: 5px;
        margin-right: 0; }
      .filter-result.grid .coffee-card__delivery {
        display: none; }
      .filter-result.grid .coffee-card__image {
        height: 110px; }
      .filter-result.grid .coffee-card__image img {
        height: 100%;
        width: 100%;
        object-fit: contain; }
      .filter-result.grid .coffee-card--active .filter-result.grid .coffee-card__meta,
      .filter-result.grid .coffee-card:hover .filter-result.grid .coffee-card__meta {
        bottom: 0; }
    .filter-result.grid .variants-group--weight .variants-group__item {
      flex: 0 0 44px;
      width: 44px;
      max-width: 44px; }
    .filter-result.grid .product-card-footer {
      border-top: none;
      color: #25262a; }
      .filter-result.grid .product-card-footer__quantity {
        display: none; }
    .filter-result.grid .catalog__promo {
      margin: 0 -32px 32px; } }

.event-card {
  position: relative;
  padding: 0 16px 4px;
  border-radius: 8px;
  color: #656668;
  transition: color 0.2s linear; }
  .event-card__date {
    font-size: 14px;
    line-height: 20px; }
  .event-card__fav {
    position: absolute;
    top: 16px;
    right: 16px; }
  .event-card__footer {
    display: flex;
    height: 36px;
    align-items: center;
    justify-content: space-between; }
  .event-card__info {
    margin: 0 -12px;
    padding: 4px 12px 9px;
    border-radius: 6px;
    transition: all 0.2s linear; }
  .event-card__image {
    display: block;
    text-align: center;
    height: 248px;
    transition: all 0.2s linear; }
  .event-card__image img {
    display: block;
    height: 100%;
    margin: 0 auto;
    object-fit: contain;
    transition: all 0.2s linear;
    max-width: 100%; }
  .event-card__link {
    font-weight: bold;
    font-size: 16px;
    line-height: 124%;
    text-align: right; }
  .event-card__location {
    position: absolute;
    top: 12px;
    left: 16px;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px; }
  .event-card__location svg {
    position: relative;
    top: -1px;
    stroke: currentColor;
    transition: all 0.2s linear; }
  .event-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 24px;
    margin-bottom: 6px;
    transition: all 0.2s linear; }
  .event-card__organizer {
    line-height: 1.5;
    padding-left: 12px; }
  .event-card__prices {
    position: relative; }
  .event-card__price {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    transition: color 0.2s linear; }
  .event-card__price-old {
    position: absolute;
    top: -14px;
    left: 0;
    color: #abacaf;
    text-decoration: line-through;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 500; }
  .event-card__title {
    display: block;
    height: 51px;
    overflow: hidden;
    color: #25262a;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    transition: all 0.2s linear; }
  .event-card__type {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

.event-card:hover {
  color: #25262a; }
  .event-card:hover .event-card__image {
    height: 228px; }
  .event-card:hover .event-card__info {
    padding-top: 14px;
    background-color: #fff;
    box-shadow: 0 8px 30px rgba(45, 41, 41, 0.1); }
  .event-card:hover .event-card__meta {
    margin-bottom: 4px; }
  .event-card:hover .event-card__title {
    margin-bottom: 12px; }

@media (max-width: 575.98px) {
  .event-card {
    color: #25262a; }
    .event-card__image img {
      height: 228px; }
    .event-card__info {
      padding-top: 14px;
      background-color: #fff;
      box-shadow: 0 8px 30px rgba(45, 41, 41, 0.1); }
    .event-card__meta {
      margin-bottom: 6px; }
    .event-card__title {
      margin-bottom: 12px; }
    .event-card:hover .event-card__meta {
      margin-bottom: 6px; } }

.event-detail__fav-button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #eaebee;
  background-color: transparent;
  position: absolute;
  top: 4px;
  right: 16px; }
  .event-detail__fav-button svg {
    stroke: #abacaf;
    color: transparent; }

.event-detail__fav-button--active svg {
  stroke: #ff7e7e;
  color: #ff7e7e; }

.event-detail__subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #656668; }

.event-detail__content {
  margin: 46px 0 64px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #656668; }

.event-detail__content-title {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  color: #25262a;
  flex-grow: 1; }
  .event-detail__content-title--teachers {
    margin-bottom: 20px; }

.event-detail__cover {
  margin-bottom: 38px; }

.event-detail__cover-image {
  width: 100%;
  border-radius: 8px; }

.event-detail__cover-description {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #656668;
  margin: 26px 0 0; }

.event-detail__props {
  margin-bottom: 39px; }

.event-detail__main-section {
  margin-bottom: 45px; }

.event-detail__teachers-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.event-detail__video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 */
  border-radius: 8px;
  overflow: hidden; }
  .event-detail__video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

@media (max-width: 575.98px) {
  .event-detail__content {
    margin-bottom: 18px;
    margin-top: 0; }
  .event-detail__subtitle {
    margin-bottom: 18px; }
  .event-detail__cover {
    margin-bottom: 26px; }
  .event-detail__props {
    margin-bottom: 28px; }
  .event-detail__action {
    margin-bottom: 45px; }
  .event-detail__teachers {
    margin-bottom: 39px; }
  .event-detail__main-section {
    margin-bottom: 35px; } }

.event-props {
  list-style: none;
  margin: 0;
  padding: 0; }
  .event-props__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #25262a; }
    .event-props__item:not(:last-child) {
      margin-bottom: 16px; }
  .event-props__item-image {
    width: 40px;
    max-height: 40px;
    margin-right: 16px; }
  .event-props__item-icon {
    width: 40px;
    height: 40px;
    margin-right: 16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 50%;
    border: 1px solid #eaebee;
    background-color: #f6f7fa; }
    .event-props__item-icon svg {
      width: 24px;
      height: 24px; }

.event-review {
  border-radius: 8px;
  border: 1px solid #eaebee; }
  .event-review:not(:first-child) {
    margin-top: 32px; }
  .event-review__header {
    display: flex;
    flex-direction: row;
    padding: 10px 32px;
    background-color: #e4f6ff; }
  .event-review__user-name, .event-review__user-city, .event-review__date {
    margin: 0; }
  .event-review__user-name {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #656668;
    flex-grow: 1; }
  .event-review__user-city, .event-review__date {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #7c7e82; }
  .event-review__date {
    margin-left: 24px; }
  .event-review__body {
    padding: 15px 32px 26px; }
  .event-review__title {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 7px;
    color: #25262a; }
  .event-review__subtitle {
    margin-bottom: 16px;
    color: #7c7e82; }

.event-teacher {
  display: flex; }
  .event-teacher:not(:last-child) {
    margin-bottom: 15px; }
  .event-teacher__photo {
    width: 64px;
    min-width: 64px;
    height: 64px;
    margin-right: 16px;
    border-radius: 8px;
    overflow: hidden; }
    .event-teacher__photo img {
      max-width: 100%;
      max-height: 100%; }
  .event-teacher__name {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 3px;
    color: #25262a; }

.event-action {
  padding: 26px 32px 32px;
  background: #f3fbff;
  border-radius: 8px; }
  .event-action__title {
    font-size: 14px;
    color: #656668;
    margin-bottom: 5px;
    font-weight: 400; }
  .event-action__prices {
    margin-bottom: 20px; }
  .event-action__price {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
    color: #25262a; }
  .event-action__price-old {
    color: #abacaf;
    text-decoration: line-through;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 500;
    margin-left: 13px; }
  .event-action__btn--active .btn[disabled] {
    background-color: #25262a;
    border-color: #25262a;
    font-size: 14px; }
  .event-action__error {
    color: #eb5757;
    font-size: 12px;
    line-height: 1.3;
    margin-top: 8px; }
  @media (max-width: 575.98px) {
    .event-action {
      padding: 0;
      background-color: transparent; } }

@media (max-width: 575.98px) {
  .event-filter__item {
    margin-bottom: 32px; }
    .event-filter__item:last-child {
      margin-bottom: 20px; } }

/*# sourceMappingURL=events.css.map */
