/*! 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: .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: -.25em
}
sup {
  top: -.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: .35em .75em .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: #b2aefb;
  --accept: #5c5de7
}
html {
  box-sizing: border-box
}
*,
*::after,
*::before {
  box-sizing: inherit
}
a {
  color: inherit;
  text-decoration: none
}
img {
  max-width: 100%
}
body {
  font-family: Montserrat,sans-serif
}
.body-hidden {
  overflow: hidden;
  touch-action: none
}
.sect-m {
  margin: 72px 0
}
:root {
  --content-width: 1375px;
  --offset-width: 15px;
  --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-reset {
  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;
  border: none;
  outline: 0;
  padding: 20px 35px;
  background-color: #fff;
  border-radius: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  color: #000;
  transition: opacity .2s ease
}
.btn-s._linear {
  box-shadow: 2px 2px 7px 0 rgba(33,33,33,.2);
  background: linear-gradient(45deg,#5c5de7 0,#ff6f91 100%);
  color: #fff
}
.list {
  padding-left: 0;
  margin: 0;
  list-style: none
}
.s-title {
  font-size: 46px;
  line-height: 122%;
  margin: 0 0 32px 0
}
.s-title._center {
  text-align: center
}
.s-title span {
  background: linear-gradient(45deg,#5c5de7 0,#ff6f91 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}
.input {
  width: 100%;
  padding: 16px 24px;
  background-color: #fff;
  border: none;
  border-radius: 8px;
  outline: 0;
  font-size: 16px;
  line-height: 125%
}
.input::-webkit-input-placeholder {
  color: #818181
}
.input:-ms-input-placeholder {
  color: #818181
}
.input::-ms-input-placeholder {
  color: #818181
}
.input::placeholder {
  color: #818181
}
.burger-overlay {
  position: fixed;
  inset: 0;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transition: opacity .4s ease,visibility .4s ease
}
.burger-overlay._active {
  opacity: .5;
  visibility: visible
}
.burger {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;
  bottom: 0;
  overflow-y: auto;
  background-color: #fff;
  width: 320px;
  max-width: 100%;
  color: #fff;
  background-color: var(--accept);
  padding: 24px 16px;
  z-index: 100;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  visibility: hidden;
  opacity: 0;
  transition: visibility .4s ease,opacity .4s ease,-webkit-transform .4s ease;
  transition: transform .4s ease,visibility .4s ease,opacity .4s ease;
  transition: transform .4s ease,visibility .4s ease,opacity .4s ease,-webkit-transform .4s ease
}
.burger._open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  opacity: 1
}
.burger__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px
}
.burger__logo {
  display: block;
  width: 65px
}
.burger__logo img {
  display: block;
  width: 100%
}
.burger__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px
}
.burger__close svg {
  width: 100%;
  height: 100%
}
.burger__list {
  display: flex;
  flex-direction: column;
  gap: 16px
}
.burger__list a {
  font-weight: 600;
  font-size: 16px;
  line-height: 125%
}
.burger__whats {
  margin-top: auto
}
.burger__btn {
  width: 100%;
  margin-top: 20px
}
.header {
  padding-top: 16px
}
.header__body {
  display: flex;
  align-items: center;
  gap: 56px;
  padding: 6px 48px;
  border-radius: 16px;
  background-color: var(--accept);
  color: #fff
}
.header__logo {
  display: block;
  width: 90px
}
.header__logo img {
  display: block;
  width: 100%
}
.header__list {
  display: flex;
  gap: 16px
}
.header__list a {
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  transition: opacity .3s ease
}
.header__contacts {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto
}
.header__tel {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  transition: opacity .3s ease
}
.header__tel svg {
  width: 48px;
  height: 48px
}
.header__whats {
  display: block;
  width: 48px;
  height: 48px;
  transition: opacity .3s ease
}
.header__whats img {
  display: block;
  width: 100%
}
.header__burger-btn {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: #fff;
  color: var(--accept)
}
.header__burger-btn svg {
  width: 24px;
  height: 24px
}
.intro {
  margin: 24px 0
}
.intro__body {
  position: relative;
  padding: 44px 48px;
  color: #fff;
  border-radius: 16px;
  background-color: var(--primary);
  overflow: hidden;
  z-index: 1
}
.intro__subcontent {
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  margin-bottom: 12px
}
.intro__title {
  font-weight: 700;
  font-size: 60px;
  line-height: 120%;
  max-width: 745px;
  margin: 0 0 40px 0
}
.intro__title span {
  background: linear-gradient(45deg,#5c5de7 0,#ff6f91 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}
.intro__btn {
  width: 325px;
  max-width: 100%
}
.intro__list {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 24px;
  max-width: 855px
}
.intro__list li {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  text-transform: uppercase
}
.intro__list li::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(45deg,#5c5de7 0,#ff6f91 100%);
  flex-shrink: 0
}
.intro__img {
  position: absolute;
  right: 24px;
  bottom: -60px;
  z-index: -1
}
.s-about__subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  color: rgba(0,0,0,.7);
  margin: 0 0 12px 0
}
.s-about__title {
  max-width: 1075px
}
.s-about__grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px
}
.s-about__item {
  position: relative;
  border-radius: 8px;
  background-color: #fff;
  padding: 24px
}
.s-about__item::before {
  position: absolute;
  content: "";
  inset: -1px;
  border-radius: 24px;
  border-radius: 8px;
  background: linear-gradient(45deg,#5c5de7 0,#ff6f91 100%);
  z-index: -1
}
.s-about__item-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  background: linear-gradient(45deg,#5c5de7 0,#ff6f91 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 12px 0
}
.s-about__item-content {
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  margin: 0
}
.s-about__wrapper {
  position: relative;
  overflow: hidden;
  padding: 85px 75px;
  background-color: var(--primary);
  border-radius: 20px;
  margin-top: 40px;
  z-index: 1
}
.s-about__test-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 150%;
  max-width: 750px;
  margin: 0 0 32px 0
}
.s-about__test-title div {
  position: relative;
  padding: 3px 6px;
  z-index: 1
}
.s-about__test-title div::before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: #fff;
  border-radius: 10px;
  z-index: -1
}
.s-about__test-title span {
  display: block;
  background: linear-gradient(45deg,#5c5de7 0,#ff6f91 100%);
  font-weight: 600;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}
.s-about__test-btn {
  width: 325px;
  max-width: 100%
}
.s-about__test-img {
  position: absolute;
  top: -85px;
  right: 140px;
  z-index: -1
}
.s-consult__grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  width: 1175px;
  max-width: 100%;
  margin: 0 auto;
  gap: 16px
}
.s-consult__item {
  position: relative;
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 32px;
  border-radius: 24px;
  padding: 24px 32px
}
.s-consult__item::before {
  position: absolute;
  inset: -1px;
  content: "";
  background: linear-gradient(45deg,#5c5de7 0,#ff6f91 100%);
  z-index: -1;
  border-radius: 24px
}
.s-consult__item-icon {
  flex-shrink: 0
}
.s-consult__item-title {
  font-size: 24px;
  line-height: 117%;
  margin: 0 0 12px 0
}
.s-consult__item-content {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  margin: 0
}
.s-consult__btn {
  width: 325px;
  max-width: 100%;
  margin: 32px auto 0 auto
}
.s-connect__body {
  border-radius: 16px;
  overflow: hidden;
  background-color: var(--primary);
  color: #fff;
  display: grid;
  grid-template-columns: repeat(2,1fr)
}
.s-connect__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.s-connect__main {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 65px 20px;
  color: #fff
}
.s-connect__main-inside {
  max-width: 545px;
  width: 100%
}
.s-connect__title {
  font-weight: 600;
  margin-bottom: 16px
}
.s-connect__content {
  font-weight: 500;
  font-size: 16px;
  line-height: 112%;
  letter-spacing: -.02em;
  margin: 0 0 32px 0
}
.s-connect__form {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 16px
}
.s-connect__form-submit {
  width: 100%;
  grid-column: 2 span;
  border-radius: 8px!important
}
.s-connect__form-policy {
  font-size: 12px;
  line-height: 133%
}
.s-connect__form-policy a {
  text-decoration: underline;
  transition: opacity .2s ease
}
.s-connect__main-footer {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
  border-top: 1px solid #fff;
  padding-top: 32px;
  font-weight: 500;
  font-size: 15px;
  line-height: 133%;
  letter-spacing: -.02em
}
.s-connect__main-tel {
  font-weight: 600;
  font-size: 32px;
  line-height: 75%;
  background: linear-gradient(45deg,#5c5de7 0,#ff6f91 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: opacity .2s ease
}
@media (max-width:1365px) {
  .intro__title {
    font-size: 50px
  }
  .intro__list {
    max-width: 705px
  }
  .intro__img {
    width: 400px
  }
  .s-about__test-img {
    right: 0
  }
}
@media (max-width:1199px) {
  .header__body {
    padding: 8px 16px
  }
  .header__tel {
    font-size: 16px
  }
  .header__tel svg {
    width: 32px;
    height: 32px
  }
  .header__whats {
    width: 32px;
    height: 32px
  }
  .intro__list {
    grid-template-columns: 1fr
  }
  .s-about__grid {
    grid-template-columns: repeat(2,1fr)
  }
  .s-about__wrapper {
    padding: 32px
  }
  .s-about__test-title {
    font-size: 28px;
    max-width: 685px
  }
}
@media (max-width:991px) {
  .sect-m {
    margin: 64px 0
  }
  .s-title {
    font-size: 38px
  }
  .header__body {
    gap: 24px
  }
  .header__list {
    display: none
  }
  .header__whats {
    display: none
  }
  .header__btn {
    display: none
  }
  .header__burger-btn {
    display: flex;
    align-items: center;
    justify-content: center
  }
  .intro__body {
    padding: 32px
  }
  .intro__title {
    font-size: 42px
  }
  .intro__img {
    width: 300px
  }
  .s-about__wrapper {
    padding-bottom: 200px
  }
  .s-about__test-img {
    top: auto;
    bottom: -420px;
    right: 0;
    width: 300px
  }
  .s-consult__grid {
    grid-template-columns: 1fr
  }
  .s-connect__body {
    grid-template-columns: 1fr
  }
  .s-connect__img {
    height: 400px
  }
  .s-connect__main {
    padding: 32px 16px
  }
}
@media (max-width:767px) {
  .s-title {
    font-size: 32px
  }
  .header__logo {
    width: 65px
  }
  .header__tel svg {
    width: 24px;
    height: 24px
  }
  .intro__body {
    padding: 32px 16px 395px 16px
  }
  .intro__title {
    font-size: 32px
  }
  .intro__img {
    width: 335px
  }
  .s-about__grid {
    grid-template-columns: 1fr
  }
  .s-about__item {
    padding: 24px 16px
  }
  .s-about__wrapper {
    padding: 32px 16px 300px 16px
  }
  .s-about__test-title {
    font-size: 24px
  }
  .s-about__test-img {
    right: auto;
    left: -10px;
    bottom: -380px
  }
  .s-consult__item {
    padding: 24px 16px;
    flex-wrap: wrap;
    align-items: start;
    gap: 16px
  }
  .s-consult__item-body {
    width: 100%
  }
  .s-connect__form .input-control {
    grid-column: 2 span
  }
  .s-connect__main-footer {
    flex-direction: column;
    text-align: center
  }
  .s-connect__main-tel {
    font-size: 30px;
    line-height: 100%
  }
}
@media (max-width:575px) {
  .intro__btn {
    width: 100%
  }
  .s-about__test-btn {
    width: 100%
  }
  .s-consult__btn {
    width: 100%
  }
  .s-connect__img {
    height: 240px
  }
}
@media (any-hover:hover) {
  .btn-s:hover {
    opacity: .8
  }
  .header__list a:hover {
    opacity: .7
  }
  .header__tel:hover {
    opacity: .7
  }
  .header__whats:hover {
    opacity: .7
  }
  .s-connect__form-policy a:hover {
    opacity: .7
  }
  .s-connect__main-tel:hover {
    opacity: .7
  }
}
@media (hover:none) {
  .btn-s:active {
    opacity: .8
  }
  .header__list a:active {
    opacity: .7
  }
  .header__tel:active {
    opacity: .7
  }
  .header__whats:active {
    opacity: .7
  }
  .s-connect__form-policy a:active {
    opacity: .7
  }
  .s-connect__main-tel:active {
    opacity: .7
  }
}
.wpcf7-response-output, .wpcf7-spinner {
  display: none;
}
.s-error {
  display: flex;
  align-items: center;
  min-height: 80vh;
}
.s-error__wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.s-error__num {
  font-weight: 700;
  font-size: 102px;
  margin-bottom: 20px;
}
.s-error__content {
  font-size: 24px;
  margin: 0px 0px 30px 0px;
}

@media (max-width: 767px) {
  .s-error__num {
    font-size: 80px;
  }
  .s-error__content {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .s-error__btn {
    width: 100%;
  }
}