:root {
  --attention-text-color: #9d61a0;
  --attention-bg-color: #fbe7fa;
  --attention-font-family: "Tenor Sans", sans-serif;
  --attention-font-size: 24px;
  --attention-padding-y: 32px;
  --feature-bg-color: #9d61a0;
  --bs-gutter-y: 1rem;
  --bs-gutter-x: 1rem;
}

[data-page] {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
[data-page] .row {
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
[data-page] .row > * {
  padding-right: calc(0.5 * var(--bs-gutter-x));
  padding-left: calc(0.5 * var(--bs-gutter-x));
  margin-top: var(--bs-gutter-y);
}
[data-page] .rubric {
  padding: 40px 0;
  position: relative;
}
@media (max-width: 767.98px) {
  [data-page] .rubric {
    padding: 24px 0;
  }
}
[data-page] .rubric.bg {
  padding: 80px 0;
}
[data-page] .rubric.bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100vw;
  height: 100%;
  background: url("../images/bg.jpg") no-repeat;
  background-size: cover;
}
@media (max-width: 767.98px) {
  [data-page] .rubric.bg {
    padding: 48px 0;
  }
}
[data-page] .rubric .row {
  --bs-gutter-x: 70px;
}
@media (max-width: 767.98px) {
  [data-page] .rubric .row {
    --bs-gutter-x: 1rem;
    flex-direction: column-reverse;
    gap: 24px 0;
  }
}
@media (min-width: 768px) {
  [data-page] .rubric:nth-of-type(even) .row,
  [data-page] .rubric.even .row {
    flex-direction: row-reverse;
  }
}
[data-page] h2,
[data-page] h4 {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
[data-page] h2 {
  font-size: 34px;
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  [data-page] h2 {
    font-size: 28px;
  }
}
[data-page] h4 {
  font-size: 24px;
}
@media (max-width: 767.98px) {
  [data-page] h4 {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  [data-page] #prices {
    padding-top: 24px;
  }
}
[data-page] #prices table {
  width: 100%;
  margin-bottom: 24px;
}
[data-page] #prices table tr:nth-child(odd) {
  background-color: #f2f2f2;
}
[data-page] #prices table td {
  padding: 16px 24px;
}
@media (max-width: 767.98px) {
  [data-page] #prices table td {
    padding: 8px 12px;
  }
}
[data-page] #prices table td:last-child {
  text-align: right;
  white-space: nowrap;
}
[data-page] #prices h4 {
  margin: 48px 0 24px;
}
[data-page] #prices table,
[data-page] #prices tr {
  border: 1px solid #dee2e6;
  border-collapse: collapse;
}
[data-page] .attention-block {
  font-family: var(--attention-font-family);
  font-size: var(--attention-font-size);
  background-color: var(--attention-bg-color);
  color: var(--attention-text-color);
  text-align: center;
  padding: var(--attention-padding-y) 0;
  margin: 64px 0;
}
@media (max-width: 767.98px) {
  [data-page] .attention-block {
    margin: 0;
  }
}
[data-page] #features {
  padding: 32px 0;
}
[data-page] #features .icon-wrapper {
  width: 160px;
  aspect-ratio: 1/1;
  background-color: var(--feature-bg-color);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  [data-page] #features .icon-wrapper {
    width: 80%;
  }
}
[data-page] #features .icon-wrapper img {
  width: 60%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
[data-page] #features .feature-list {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, min-content);
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  [data-page] #features .feature-list {
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-around;
  }
}
[data-page] #features .feature-item {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  flex-direction: column;
  align-items: center;
  gap: 20px 0;
  text-align: center;
}
[data-page] #description,
[data-page] #features {
  padding: 32px 0;
  font-size: 18px;
}
[data-page] ul,
[data-page] ol {
  padding-left: 18px;
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}
[data-page] ol li {
  list-style: auto;
}
[data-page] ul li {
  list-style: disc;
}
[data-page] :is(p, ul, ol) + :is(p, ul, ol) {
  margin-top: 16px;
}
[data-page] .expert-item {
  margin-top: 44px;
}
[data-page] .expert-name {
  text-transform: inherit;
  margin-bottom: 8px;
  font-weight: 600;
}
[data-page] .expert-avatar {
  width: 394px;
  aspect-ratio: 1/1;
  margin-bottom: 24px;
  border-radius: 100%;
}
[data-page] .expert-experience {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #4f3554;
}
[data-page] #price-list {
  margin-top: 32px;
  padding: 24px 0;
}
@media (max-width: 767.98px) {
  [data-page] #price-list {
    margin-top: 0;
  }
}
[data-page] #price-list table {
  width: 100%;
}
[data-page] #price-list h2 {
  margin-bottom: 56px;
}
@media (max-width: 767.98px) {
  [data-page] #price-list h2 {
    margin-bottom: 0;
  }
}
[data-page] #price-list h4 {
  text-transform: inherit;
  margin-bottom: 16px;
}
[data-page] #price-list table + h4 {
  margin-top: 32px;
}
@media (max-width: 767.98px) {
  [data-page] #price-list table + h4 {
    margin-top: 24px;
  }
}
[data-page] #price-list td:last-child {
  width: 1%;
  white-space: nowrap;
}
[data-page] #price-list .row:last-child {
  background: url(../images/price-list-bg.jpg);
  background-color: #f7f7f7;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 80px 0 160px;
}
@media (max-width: 1023.98px) {
  [data-page] #price-list .row:last-child {
    padding: 24px 0;
    background: initial;
  }
}/*# sourceMappingURL=style.css.map */