/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: rgba(0, 0, 0, 0);
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
:root {
  --primary: #9731ff;
}
html {
  box-sizing: border-box;
}
*,
*::after,
*::before {
  box-sizing: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
}
body {
  font-family: Roboto, sans-serif;
}
.body-hidden {
  overflow: hidden;
  touch-action: none;
}
.sect-m {
  margin: 40px 0;
}
:root {
  --content-width: 1310px;
  --offset-width: 16px;
  --container-width: calc(var(--content-width) + (var(--offset-width) * 2));
}
.container {
  max-width: var(--container-width);
  width: 100%;
  padding: 0 var(--offset-width);
  margin: 0 auto;
}
.btn-clear {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 0;
  padding: 0;
  color: inherit;
}
.btn-s {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 12px 20px;
  background-color: var(--primary);
  border-radius: 12px;
  gap: 16px;
  border: 1px solid var(--primary);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  transition: color 0.2s ease, background-color 0.2s ease,
    border-color 0.2s ease;
}
.btn-s._white {
  background-color: #fff;
  border-color: #fff;
  color: var(--primary);
}
.btn-s._outline {
  background-color: rgba(0, 0, 0, 0);
  color: var(--primary);
}
.btn-s svg {
  width: 24px;
  height: 24px;
}
.list {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.wpcf7-spinner {
  display: none;
}
.form-control {
  width: 100%;
}
.form-control p {
  width: 100%;
  margin: 0;
}
.input {
  width: 100%;
  padding: 12px 16px;
  background-color: rgba(0, 0, 0, 0);
  outline: 0;
  border: 1px solid var(--primary);
  border-radius: 16px;
  font-size: 14px;
  line-height: 16px;
  color: #000;
}
.input::-webkit-input-placeholder {
  color: var(--primary);
}
.input:-ms-input-placeholder {
  color: var(--primary);
}
.input::-ms-input-placeholder {
  color: var(--primary);
}
.input::placeholder {
  color: var(--primary);
}
.header {
  padding-top: 24px;
}
.header__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding: 8px 24px;
  border-radius: 12px;
  box-shadow: 0 4px 10px 1px rgba(0, 0, 0, 0.15);
}
.header__logo {
  display: block;
  width: 120px;
}
.header__logo img {
  width: 100%;
  display: block;
}
.header__content {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.48px;
}
.header__content span {
  color: var(--primary);
}
.intro {
  margin: 24px 0 40px 0;
}
.intro__body {
  display: flex;
  color: #fff;
  background-color: var(--primary);
  border-radius: 12px;
  overflow: hidden;
}
.intro__container {
  padding: 24px 40px;
  flex: 1;
}
.intro__subtitle {
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.64px;
  margin-bottom: 16px;
}
.intro__title {
  font-size: 64px;
  font-weight: 700;
  line-height: 64px;
  margin-bottom: 16px;
}
.intro__content {
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
  margin: 0 0 24px 0;
}
.intro__btn {
  width: 310px;
  max-width: 100%;
}
.intro__img {
  display: block;
  width: 535px;
  max-height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
}
.s-consult__container {
  display: grid;
  align-items: center;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}
.s-consult__form {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.s-consult__form p {
  margin: 0;
  width: 100%;
}
.s-consult__form .wpcf7-response-output {
  display: none;
}
.s-consult__form-btn {
  margin-top: 8px;
  border-radius: 16px;
  width: 100%;
}
.s-consult__main {
  text-align: center;
}
.s-consult__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.64px;
  color: var(--primary);
  margin: 0 0 12px 0;
}
.s-consult__content {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  letter-spacing: -0.28px;
  margin: 0;
}
.s-consult__contacts .btn-s {
  border-radius: 16px;
  width: 100%;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.s-consult__contacts-head {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 12px;
}
.s-consult__tel-content {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.3px;
  margin: 0;
}
.s-consult__tel {
  display: block;
  color: var(--primary);
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.32px;
  transition: opacity 0.2s ease;
}
.s-consult__contacts-or {
  margin: 12px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
}
.s-consult__btn-wh {
  order: 3;
  width: 500px;
  max-width: 100%;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  border-radius: 16px;
}
.s-plans__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.s-plans__item {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  background-color: var(--primary);
  color: #fff;
  padding-bottom: 24px;
}
.s-plans__item-head {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 12px;
  border-radius: 16px;
  background: linear-gradient(82deg, #872de5 1.74%, #ad71eb 98.9%);
  box-shadow: 0 2px 8px 0 rgba(255, 8, 24, 0.15);
  padding: 26px;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.48px;
}
.s-plans__item-body {
  padding: 16px 24px;
}
.s-plans__price {
  font-size: 56px;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 16px;
}
.s-plans__price span {
  font-size: 32px;
}
.s-plans__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.s-plans__list li {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.32px;
}
.s-plans__list li:not(:last-child) {
  padding-bottom: 12px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
}
.s-plans__item-img {
  display: block;
  margin-top: auto;
  width: 100%;
  height: 215px;
  -o-object-fit: cover;
  object-fit: cover;
}
.s-plans__item-btn {
  width: calc(100% - 48px);
  margin: 16px auto 0 auto;
}
.s-rec__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.s-rec__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 32px;
  color: #fff;
  border-radius: 16px;
  background: var(--primary);
}
.s-rec__item-body {
  max-width: 255px;
  width: 100%;
}
.s-rec__item-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 12px;
}
.s-rec__item-content {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 12px 0;
}
.s-rec__item-btn {
  width: 100%;
}
.s-rec__item-btn._mob {
  display: none;
}
.s-rec__item-img {
  display: block;
  width: 225px;
}
@media (max-width: 1365px) {
  .intro__subtitle {
    font-size: 24px;
    margin-bottom: 16px;
  }
  /*.intro__title {*/
  /*  font-size: 48px;*/
  /*  line-height: 48px;*/
  /*}*/
  .intro__content {
    font-size: 18px;
    line-height: 22px;
  }
  .s-plans__price {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  .s-rec__item-img {
    width: 180px;
  }
}
@media (max-width: 991px) {
  .intro__body {
    flex-wrap: wrap;
  }
  .intro__img {
    width: 100%;
    height: auto;
    max-height: none;
    border-radius: 12px;
  }
  .s-consult__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
  }
  .s-consult__container .wpcf7 {
    order: 2;
    width: 500px;
    max-width: 100%;
  }
  .s-consult__form {
    width: 500px;
    max-width: 100%;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--primary);
  }
  .s-consult__main {
    order: 0;
    margin-bottom: 24px;
  }
  .s-consult__contacts {
    width: 500px;
    max-width: 100%;
    order: 1;
  }
  .s-plans__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }
  .s-plans__item {
    max-width: 100%;
    width: 500px;
  }
  .s-rec__item {
    grid-column: 2 span;
  }
  .s-rec__item-img {
    width: 225px;
  }
}
@media (max-width: 767px) {
  .header__body {
    flex-direction: column;
    justify-content: center;
  }
  .header__content {
    text-align: center;
  }
  .intro__container {
    padding: 24px 16px;
    text-align: center;
  }
  /*.intro__title {*/
  /*  font-size: 32px;*/
  /*  font-style: normal;*/
  /*  font-weight: 700;*/
  /*  line-height: 32px;*/
  /*}*/
  .s-consult__title {
    font-size: 24px;
    line-height: 24px;
  }
  .s-consult__contacts-head {
    gap: 12px;
  }
}
@media (max-width: 575px) {
  .s-plans__item-btn {
    width: calc(100% - 32px);
    border-radius: 16px;
  }
  .s-rec__item {
    flex-direction: column;
    text-align: center;
    padding: 16px 24px;
  }
  .s-rec__item-title {
    font-size: 48px;
    line-height: 48px;
  }
  .s-rec__item-btn {
    display: none;
    border-radius: 16px;
  }
  .s-rec__item-btn._mob {
    display: flex;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .intro__btn {
    width: 100%;
  }
  .intro__img {
    max-height: 200px;
  }
}
@media (any-hover: hover) {
  .btn-s:hover {
    color: var(--primary);
    background-color: rgba(0, 0, 0, 0);
  }
  .btn-s._white:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
  }
  .btn-s._outline:hover {
    background-color: var(--primary);
    color: #fff;
  }
  .s-consult__tel:hover {
    opacity: 0.8;
  }
}
@media (hover: none) {
  .btn-s:active {
    color: var(--primary);
    background-color: rgba(0, 0, 0, 0);
  }
  .btn-s._white:active {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
  }
  .btn-s._outline:active {
    background-color: var(--primary);
    color: #fff;
  }
  .s-consult__tel:active {
    opacity: 0.8;
  }
}

.intro__price {
    font-size: 48px;
    line-height: 48px;
    margin-top: 24px;
    font-weight: 700;
}
@media (max-width: 767px) {
    .intro__price {
        font-size: 32px;
        line-height: 32px;
        margin-top: 16px;
    }
}