

/* Start:/include/actions_bar/style.css?17346828191902*/
.eos-actions {
  display: flex;
  background-color: #fff;
  padding: 0;
  list-style: none;
  border-radius: calc(var(--rem) * 8);
  opacity: .9;
  justify-content: space-around;
  box-shadow: 0 2px 12px 0 #f2ede6;
}
.eos-actions--margin-top {
  margin-top: calc(var(--rem) * 80);
}
.eos-actions__item {
  --icon-size: calc(var(--rem) * 84);
  --left-icon-offset: calc(var(--rem) * 10);
  position: relative;
}

.eos-actions__item:not(:last-child) {
  border-right: 1px solid #f0f0f0;
}
.eos-actions__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.eos-actions__title {
  padding: 2.5em 1em 2.5em calc(var(--icon-size) + 1em);
  display: block;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  font-size: var(--smaller-text-size);
}
.eos-actions__icon {
  position: absolute;
  top: 50%;
  left: var(--left-icon-offset);
  transform: translateY(-50%);
  width: var(--icon-size);
  height: var(--icon-size);
  z-index: 2;
}
.eos-actions__title::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: var(--icon-size);
  height: var(--icon-size);
  background-color: #f5efe6;
  border-radius: 50%;
  left: 0.5em;
  z-index: 1;
  transform: translateY(-50%) scale(0);
  transition: transform .3s ease-in-out;
  will-change: transform;
  z-index: 1;
}
.eos-actions__item:hover .eos-actions__title::before {
  transform: translateY(-50%) scale(1);
  transition: transform .3s ease-in-out;
}
.eos-actions__link span {
  height: 0;
  width: 0;
  display: block;
  opacity: 0
}

@media (max-width: 768px) {
  .eos-actions {
    flex-direction: column;
  }
  .eos-actions__item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #f0f0f0;
  }
  .eos-actions__title {
    text-align: center;
    font-size: var(--big-text-size);
  }
  .eos-actions--invisible {
    display: none;
  }
}

/* End */


/* Start:/include/breadcrumbs/style.css?17652942481007*/
.eos-breadcrumbs {
  padding: 0;
  list-style: none;
  display: flex;
}
.eos-section.eos-breadcrumbs-section {
  padding-bottom: 0;
}
.eos-breadcrumbs__item:not(:last-child) {
  margin-right: .5em;
}
.eos-breadcrumbs__link {
  --icon-width: calc(var(--rem) * 14);
  position: relative;
  color: #6a6464;
  font-weight: 600;
  font-size: calc(var(--rem) * 12);
  transition: color .2s ease-in-out;
  padding-right: calc(var(--icon-width) + .5em);
  text-decoration: none;
}
.eos-breadcrumbs__item:not(:last-child) .eos-breadcrumbs__link:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: var(--icon-width);
  height: calc(var(--rem) * 15);
  background: url(/include/breadcrumbs/img/breadcrumb_arrow.svg) no-repeat center / contain;
}
.eos-breadcrumbs__link:hover {
  color: var(--brand-color);
  transition: color .2s ease-in-out;
}

@media (max-width: 768px) {
  .eos-breadcrumbs {
    display: none;
  }
}

/* End */


/* Start:/include/apps_list/style.min.css?173494052674*/
.eos-apps-list__item:not(:last-child){margin-bottom:calc(var(--rem) * 10)}
/* End */


/* Start:/include/steps_list/style.css?16837997581180*/
.oes-steps-list {
  display: flex;
  gap: 2em;
  counter-reset: step-count;
}
.oes-steps-list__item {
  width: 100%;
  position: relative;
  counter-increment: step-count;
  padding-left: 4em;
}
.oes-steps-list__item:first-child {
  padding-left: 3em;
}
.oes-steps-list__item-step {
  text-transform: uppercase;
  color: var(--brand-color);
  margin-bottom: .5em;
}
.oes-steps-list__item::before {
  content: counter(step-count);
  position: absolute;
  top: -.1em;
  left: 0;
  font-size: calc(var(--rem) * 90);
  color: var(--brand-color);
  line-height: 1;
  font-weight: 400;
}
.oes-steps-list__item:not(:last-child):after {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 60%;
  height: 40%;
  background: url(/include/steps_list/img/step_arrow.svg) no-repeat center / contain;
}
@media (max-width: 1279px) {
  .oes-steps-list {
    flex-direction: column;
  }
  .oes-steps-list__item:not(:last-child):after {
    content: none;
  }
  .oes-steps-list__item,
  .oes-steps-list__item:first-child {
    padding-left: 5em;
  }
  .oes-steps-list__item:not(:last-child) {
    margin-bottom: 1em;
  }
}

/* End */
/* /include/actions_bar/style.css?17346828191902 */
/* /include/breadcrumbs/style.css?17652942481007 */
/* /include/apps_list/style.min.css?173494052674 */
/* /include/steps_list/style.css?16837997581180 */
