@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  outline: none;
  background: none;
  font-style: normal; }

html, body {
  overflow-x: hidden; }

body {
  margin-right: auto;
  margin-left: auto;
  font-family: "Roboto", sans-serif;
  color: #202020;
  background: #F4F5F7;
  -webkit-text-size-adjust: none; }

a, a:link, a:hover, a:visited, a:active {
  text-decoration: none;
  color: inherit; }

a, label {
  -webkit-tap-highlight-color: transparent; }

button {
  border: 0;
  cursor: pointer; }

input, button, textarea, select {
  font-family: "Roboto", sans-serif; }

input[type=text], input[type=submit], textarea {
  -webkit-appearance: none; }

img {
  max-width: 100%; }

h1 {
  font-weight: 500;
  font-size: 52px;
  line-height: 61px; }

h2 {
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
  color: #2B0C5D; }

h3 {
  font-weight: 500;
  font-size: 26px;
  line-height: 30px;
  color: #202020; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }
.but {
  border: 1px solid #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 1px 1px 10px 3px rgba(235, 16, 221, 0.3);
          box-shadow: 1px 1px 10px 3px rgba(235, 16, 221, 0.3);
  color: white;
  line-height: 48px;
  font-size: 14px;
  padding: 0 23px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 400; }
  .but:hover {
    background: #8154E3;
    border-color: #8154E3;
    -webkit-box-shadow: 2px 2px 20px rgba(110, 65, 210, 0.9);
            box-shadow: 2px 2px 20px rgba(110, 65, 210, 0.9);
    text-shadow: 0 0 1px white;
    color: white; }
  .but._offer {
    margin-top: 66px; }
  .but._action {
    margin-top: 35px; }
  .but._terms {
    margin-top: 78px;
    color: #5419AF;
    border: 1px solid #5419AF;
    -webkit-filter: drop-shadow(2px 2px 15px rgba(235, 16, 221, 0.5));
            filter: drop-shadow(2px 2px 15px rgba(235, 16, 221, 0.5));
    -webkit-box-shadow: none;
            box-shadow: none; }
    .but._terms:hover {
      -webkit-filter: unset;
              filter: unset;
      border-color: #8154E3;
      color: white;
      -webkit-box-shadow: 2px 2px 15px rgba(110, 65, 210, 0.5);
              box-shadow: 2px 2px 15px rgba(110, 65, 210, 0.5); }
  .but._cost {
    margin-top: 26px;
    color: #5419AF;
    border: 1px solid #5419AF;
    -webkit-filter: drop-shadow(2px 2px 18px rgba(235, 16, 221, 0.25));
            filter: drop-shadow(2px 2px 18px rgba(235, 16, 221, 0.25));
    -webkit-box-shadow: none;
            box-shadow: none; }
    .but._cost:hover {
      -webkit-filter: unset;
              filter: unset;
      border-color: #8154E3;
      color: white;
      -webkit-box-shadow: 2px 2px 15px rgba(110, 65, 210, 0.5);
              box-shadow: 2px 2px 15px rgba(110, 65, 210, 0.5); }
  .but._proposal {
    width: 230px; }
  .but._footer {
    margin-top: 30px;
    width: 240px; }
  .but._modal {
    font-size: 14px;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    width: 240px;
    margin: 0 auto;
    background: #8154E3;
    border-color: #8154E3;
    -webkit-box-shadow: 2px 2px 20px rgba(110, 65, 210, 0.9);
            box-shadow: 2px 2px 20px rgba(110, 65, 210, 0.9);
    text-shadow: 0 0 1px white;
    color: white; }

.totop {
  display: none;
  position: fixed;
  width: 44px;
  height: 44px;
  right: 113px;
  top: 113px;
  background: url(../img/totop.svg) no-repeat center;
  border-radius: 100%;
  z-index: 5; }
  .totop::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    background: rgba(136, 74, 178, 0.12);
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    border-radius: 100%; }

.fixed-callback {
  position: fixed;
  right: 115px;
  bottom: 60px;
  z-index: 5; }
  .fixed-callback__act {
    display: block;
    border-radius: 100%;
    background: #700EAD url(../img/icons/fixed-phonebig.svg) no-repeat center;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: relative; }
    .fixed-callback__act::before {
      content: "";
      position: absolute;
      width: 68px;
      height: 68px;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      background: rgba(136, 74, 178, 0.12);
      border-radius: 100%; }
    .fixed-callback__act::after {
      content: "";
      position: absolute;
      width: 80px;
      height: 80px;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      background: rgba(136, 74, 178, 0.12);
      border-radius: 100%; }
  .fixed-callback__list {
    position: absolute;
    width: 290px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) scaleX(0);
            transform: translateY(-50%) scaleX(0);
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 70px 5px 0;
    background: rgba(196, 196, 196, 0.5);
    border-radius: 25px;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform-origin: right;
            transform-origin: right; }
    .fixed-callback__list._show {
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      opacity: 1; }
    .fixed-callback__list li {
      margin-left: 15px; }
      .fixed-callback__list li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        background: #700EAD; }

.wpcf7 form.sent .wpcf7-response-output {
  display: none !important; }

.wpcf7-response-output {
  margin: 0;
  color: red;
  border: 0;
  max-width: 390px;
  color: #fb1531;
  font-size: 0.8em; }

.wpcf7-not-valid-tip {
  color: #fb1531;
  font-size: 0.8em;
  font-weight: normal;
  display: block;
  position: absolute;
  left: 10px;
  top: 100%;
  -webkit-transform: translateY(1.2em);
          transform: translateY(1.2em); }

.wow-modal-overlay {
  background: rgba(11, 2, 46, 0.6) !important; }

.mw-close-btn.image:before {
  color: rgba(11, 2, 46, 0.6) !important;
  background: none !important; }

.modal {
  padding: 55px 95px 50px;
  text-align: center; }
  .modal-title {
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    color: #2B0C5D;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 35px; }
  .modal input, .modal textarea {
    border: 1px solid #666666;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 10px;
    font-size: 14px;
    line-height: 16px;
    color: #202020;
    margin-bottom: 20px;
    line-height: 44px;
    caret-color: #5419AF;
    width: 100%;
    padding-left: 15px; }
    .modal input:hover, .modal input:active, .modal input:focus, .modal textarea:hover, .modal textarea:active, .modal textarea:focus {
      border-color: #5419AF; }
  .modal textarea {
    padding-top: 15px;
    line-height: 16px;
    height: 92px; }
  .modal .wpcf7-response-output {
    margin: -20px auto 20px; }
  .modal-ok {
    text-align: center;
    padding-top: 55px;
    padding-bottom: 60px; }
    .modal-ok__title {
      font-weight: 500;
      font-size: 22px;
      line-height: 26px;
      color: #2B0C5D;
      margin-bottom: 15px; }
    .modal-ok__subtitle {
      font-weight: 500;
      font-size: 16px;
      line-height: 19px;
      color: #2B0C5D;
      margin-top: 10px; }

.burger {
  cursor: pointer;
  display: none; }

html.no-scroll, body.no-scroll {
  width: auto !important;
  height: auto !important;
  position: relative !important; }

.header {
  padding-top: 22px;
  padding-bottom: 22px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  color: white;
  z-index: 6; }
  .header::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/header-bg.jpg) no-repeat top center/cover;
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
  .header._stick {
    position: fixed; }
    .header._stick::before {
      opacity: 0.9; }
  .header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header__logo {
    font-weight: bold;
    font-size: 34px;
    line-height: 40px; }
    .header__logo-mobile {
      display: none; }
  .header__menu-title {
    display: none; }
  .header__menu-close {
    display: none; }
  .header__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style: none;
    width: 530px; }
    .header__menu ul li {
      font-size: 16px;
      line-height: 19px; }
      .header__menu ul li a {
        display: block; }
  .header__phones {
    width: 315px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header__phones-link {
      font-size: 16px;
      line-height: 19px; }
    .header__phones-button {
      font-size: 14px;
      line-height: 16px;
      line-height: 34px;
      border: 1px solid #FFFFFF;
      padding: 0 24px; }
  .header__slogan {
    display: none; }

.offer {
  padding-top: 175px;
  padding-bottom: 135px;
  color: white;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  background: #F4F5F7; }
  .offer::after {
    content: "";
    position: absolute;
    width: 342px;
    height: 457px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: radial-gradient(103.99% 77.8% at 103.99% 77.73%, #07A8D3 0%, transparent 100%);
    background-blend-mode: screen;
    mix-blend-mode: screen;
    z-index: 2;
    -webkit-animation: blick 5s linear infinite;
            animation: blick 5s linear infinite; }
  .offer::before {
    content: "";
    position: absolute;
    width: 972px;
    height: 900px;
    right: 0;
    top: 0;
    background: radial-gradient(102.65% 87.32% at 102.65% 12.71%, #E900BD 0%, #D000A9 8%, #87006D 34%, #4D003E 56%, #23001C 76%, #090008 91%, transparent 100%);
    background-blend-mode: screen;
    mix-blend-mode: screen;
    z-index: 2;
    -webkit-animation: blick 10s linear infinite;
            animation: blick 10s linear infinite; }
  .offer__back {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: skew(0, 1deg) translateY(-20px);
            transform: skew(0, 1deg) translateY(-20px);
    background: radial-gradient(50% 196.9% at 50% 53.41%, #2B0C5C 0%, #3E0C7E 0.01%, #2B0C5C 100%); }
    .offer__back::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 628px;
      left: 0;
      bottom: 0;
      background: radial-gradient(48.32% 96.64% at 51.36% 99.62%, #5100D4 0%, #4000A8 17%, #250061 47%, #11002C 71%, #05000C 90%, transparent 100%);
      background-blend-mode: screen;
      mix-blend-mode: screen; }
      .offer__back::before:hover {
        opacity: 0.5; }
  .offer .container {
    position: relative;
    z-index: 5; }
  .offer__title {
    max-width: 675px;
    position: relative;
    z-index: 2; }
    .offer__title p {
      margin-top: 10px;
      font-size: 30px;
      line-height: 35px; }
  .offer__intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 70px;
    margin-left: 200px;
    max-width: 285px; }
    .offer__intro._action {
      position: absolute;
      width: 100%;
      right: 20px;
      top: 35px;
      margin-top: 0;
      z-index: 3;
      color: white; }
      .offer__intro._action::before {
        content: "";
        position: absolute;
        width: 354px;
        height: 316px;
        background: url(../img/action-lines.png) no-repeat center/contain;
        top: 50%;
        right: -50%;
        opacity: 0.5;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
        left: auto;
        z-index: -1;
        -webkit-animation: skewingAction 100s linear infinite;
                animation: skewingAction 100s linear infinite;
        pointer-events: none; }
    .offer__intro-play {
      margin-right: -20px;
      border-radius: 100%;
      border: 38px solid rgba(255, 255, 255, 0.05);
      position: relative;
      width: 140px;
      height: 140px; }
      .offer__intro-play::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        border: 70px solid rgba(255, 255, 255, 0.05);
        border-radius: 100%;
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
        -webkit-animation: pulse1 2s linear infinite;
                animation: pulse1 2s linear infinite; }
      .offer__intro-play::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 100%;
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
        -webkit-animation: pulse2 2.5s linear infinite;
                animation: pulse2 2.5s linear infinite; }
    .offer__intro-text {
      font-size: 16px;
      line-height: 19px;
      max-width: 155px; }
    .offer__intro svg rect {
      display: none; }
    .offer__intro._play svg rect {
      display: block; }
    .offer__intro._play svg path:not(._circle) {
      display: none; }
  .offer__audio {
    opacity: 0; }
  .offer__figure {
    position: absolute;
    width: 185px;
    height: 185px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: url(../img/offer-bars.png) no-repeat center;
    border-radius: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 145px;
    mix-blend-mode: overlay; }
    .offer__figure::before {
      content: "";
      position: absolute;
      width: 261px;
      height: 245px;
      background: url(../img/offer-core.png) no-repeat center;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      margin-left: -45px;
      -webkit-animation: rotate 50s linear infinite;
              animation: rotate 50s linear infinite;
      mix-blend-mode: overlay; }
    .offer__figure::after {
      content: "";
      position: absolute;
      width: 724px;
      height: 680px;
      left: 50%;
      top: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
              transform: translateY(-50%) translateX(-50%);
      background: url(../img/offer-dots.png) no-repeat center;
      opacity: 0.5;
      z-index: -1;
      -webkit-animation: rotatebig 500s linear infinite;
              animation: rotatebig 500s linear infinite; }
    .offer__figure-lines {
      position: absolute;
      width: 515px;
      height: 515px;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      border: 3px solid rgba(255, 255, 255, 0.45);
      border-radius: 100%;
      -webkit-animation: rotatebig 300s linear infinite;
              animation: rotatebig 300s linear infinite; }
      .offer__figure-lines::before {
        content: "";
        position: absolute;
        width: 750px;
        height: 675px;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
        background: url(../img/offer-lines.png) no-repeat center/contain;
        opacity: 0.7;
        z-index: 2;
        mix-blend-mode: overlay; }
    .offer__figure-img {
      position: absolute;
      width: 100%;
      z-index: 3;
      -webkit-animation: rotatingimg 300s linear infinite;
              animation: rotatingimg 300s linear infinite; }
      .offer__figure-img._1 {
        width: 168px;
        height: 168px;
        bottom: 177px;
        left: -78px; }
      .offer__figure-img._2 {
        width: 148px;
        height: 148px;
        bottom: -44px;
        left: 88px; }
      .offer__figure-img._3 {
        width: 123px;
        height: 123px;
        top: 51px;
        right: -15px; }
      .offer__figure-img._4 {
        top: -43px;
        left: 131px;
        width: 127px;
        height: 127px; }
      .offer__figure-img._5 {
        width: 120px;
        height: 120px;
        bottom: 70px;
        right: -20px; }

@-webkit-keyframes skewingAction {
  0% {
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) skew(0, 0);
            transform: translateX(-50%) translateY(-50%) skew(0, 0);
    left: auto; }
  25% {
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) skew(-30deg, 30deg) scale(0.8);
            transform: translateX(-50%) translateY(-50%) skew(-30deg, 30deg) scale(0.8);
    left: auto; }
  75% {
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) skew(30deg, -30deg) scale(0.8);
            transform: translateX(-50%) translateY(-50%) skew(30deg, -30deg) scale(0.8);
    left: auto; }
  100% {
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) skew(0, 0);
            transform: translateX(-50%) translateY(-50%) skew(0, 0);
    left: auto; } }

@keyframes skewingAction {
  0% {
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) skew(0, 0);
            transform: translateX(-50%) translateY(-50%) skew(0, 0);
    left: auto; }
  25% {
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) skew(-30deg, 30deg) scale(0.8);
            transform: translateX(-50%) translateY(-50%) skew(-30deg, 30deg) scale(0.8);
    left: auto; }
  75% {
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) skew(30deg, -30deg) scale(0.8);
            transform: translateX(-50%) translateY(-50%) skew(30deg, -30deg) scale(0.8);
    left: auto; }
  100% {
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) skew(0, 0);
            transform: translateX(-50%) translateY(-50%) skew(0, 0);
    left: auto; } }
@-webkit-keyframes pulse1 {
  0% {
    opacity: 0;
    border-width: 20px; }
  50% {
    border-width: 50px;
    opacity: 1; }
  100% {
    border-width: 70px;
    opacity: 0.5; } }
@keyframes pulse1 {
  0% {
    opacity: 0;
    border-width: 20px; }
  50% {
    border-width: 50px;
    opacity: 1; }
  100% {
    border-width: 70px;
    opacity: 0.5; } }
@-webkit-keyframes pulse2 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2); }
  20% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
            transform: translate(-50%, -50%) scale(1.5); }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(3);
            transform: translate(-50%, -50%) scale(3);
    opacity: 0; } }
@keyframes pulse2 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2); }
  20% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
            transform: translate(-50%, -50%) scale(1.5); }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(3);
            transform: translate(-50%, -50%) scale(3);
    opacity: 0; } }
@-webkit-keyframes rotate {
  0% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0); }
  50% {
    opacity: 0.5;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg) skew(-25deg, 20sdeg) scale(1.1);
            transform: translateY(-50%) rotate(180deg) skew(-25deg, 20sdeg) scale(1.1); }
  100% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(360deg);
            transform: translateY(-50%) rotate(360deg); } }
@keyframes rotate {
  0% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0); }
  50% {
    opacity: 0.5;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg) skew(-25deg, 20sdeg) scale(1.1);
            transform: translateY(-50%) rotate(180deg) skew(-25deg, 20sdeg) scale(1.1); }
  100% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(360deg);
            transform: translateY(-50%) rotate(360deg); } }
@-webkit-keyframes rotatebig {
  0% {
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(0);
            transform: translateY(-50%) translateX(-50%) rotate(0);
    background-blend-mode: screen; }
  100% {
    background-blend-mode: overlay, color;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(-360deg);
            transform: translateY(-50%) translateX(-50%) rotate(-360deg); } }
@keyframes rotatebig {
  0% {
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(0);
            transform: translateY(-50%) translateX(-50%) rotate(0);
    background-blend-mode: screen; }
  100% {
    background-blend-mode: overlay, color;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(-360deg);
            transform: translateY(-50%) translateX(-50%) rotate(-360deg); } }
@-webkit-keyframes blick {
  0% {
    opacity: 0.5; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.5; } }
@keyframes blick {
  0% {
    opacity: 0.5; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.5; } }
.use {
  padding-top: 35px;
  padding-bottom: 70px;
  background: #F4F5F7; }
  .use h2 {
    max-width: 635px;
    margin-bottom: 44px; }
  .use__wrap {
    position: relative; }
  .use__script {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    list-style: none;
    position: relative;
    z-index: 1;
    margin-bottom: 25px; }
    .use__script li {
      width: calc(50% - 15px);
      background: #FFFFFF;
      border-radius: 10px;
      padding-top: 35px;
      padding-bottom: 35px;
      padding-left: 104px;
      padding-right: 25px;
      margin-bottom: 70px;
      font-size: 14px;
      line-height: 16px;
      -webkit-transition: -webkit-filter 0.3s ease;
      transition: -webkit-filter 0.3s ease;
      transition: filter 0.3s ease;
      transition: filter 0.3s ease, -webkit-filter 0.3s ease; }
      .use__script li:hover {
        -webkit-filter: drop-shadow(4px 4px 15px rgba(0, 0, 0, 0.15));
                filter: drop-shadow(4px 4px 15px rgba(0, 0, 0, 0.15)); }
      .use__script li:nth-child(odd) {
        margin-right: 30px;
        padding-left: 60px; }
      .use__script li h4 {
        font-weight: 500;
        font-size: 20px;
        line-height: 23px;
        color: #2B0C5D;
        margin-bottom: 8px; }
  .use__frontcircle {
    position: absolute;
    width: 262px;
    height: 262px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: 50%;
    top: 50%;
    margin-top: -35px;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    background: url(../img/use-circle.png) no-repeat center;
    border: 31px solid rgba(85, 36, 148, 0.1);
    border-radius: 100%; }
    .use__frontcircle::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: url(../img/offer-bars.png) no-repeat center/50%;
      border-radius: 100%;
      -webkit-animation: skewing 0.6s linear infinite;
              animation: skewing 0.6s linear infinite;
      z-index: -1; }
    .use__frontcircle::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 50%;
      top: 50%;
      background: url(../img/use-circle-dots.png) no-repeat center;
      border-radius: 100%;
      -webkit-animation: rotatebig 60s linear infinite;
              animation: rotatebig 60s linear infinite;
      z-index: -1; }
    .use__frontcircle img {
      width: 50%;
      -webkit-animation: skewing 0.5s linear infinite alternate;
              animation: skewing 0.5s linear infinite alternate; }
  .use__backcircle {
    position: absolute;
    width: 342px;
    height: 342px;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    margin-top: -35px;
    background: rgba(166, 28, 179, 0.1);
    border-radius: 100%; }
    .use__backcircle::after {
      content: "";
      position: absolute;
      width: 500px;
      height: 500px;
      background: rgba(166, 28, 179, 0.1);
      border-radius: 100%;
      left: 50%;
      top: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
              transform: translateY(-50%) translateX(-50%); }
    .use__backcircle::before {
      content: "";
      position: absolute;
      width: 625px;
      height: 625px;
      border-radius: 100%;
      left: 50%;
      top: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
              transform: translateY(-50%) translateX(-50%);
      background: rgba(90, 97, 203, 0.1); }
  .use__fields {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none; }
    .use__fields li {
      width: 170px;
      height: 170px;
      background: white;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-radius: 10px;
      text-align: center;
      font-size: 16px;
      line-height: 19px;
      -webkit-transition: -webkit-filter 0.3s ease;
      transition: -webkit-filter 0.3s ease;
      transition: filter 0.3s ease;
      transition: filter 0.3s ease, -webkit-filter 0.3s ease; }
      .use__fields li img {
        max-width: 45px;
        max-height: 45px;
        margin-top: 35px;
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
        margin-bottom: 15px; }
      .use__fields li:hover {
        -webkit-filter: drop-shadow(4px 4px 15px rgba(0, 0, 0, 0.15));
                filter: drop-shadow(4px 4px 15px rgba(0, 0, 0, 0.15)); }
        .use__fields li:hover img {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); }

@-webkit-keyframes skewing {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); }
  25% {
    -webkit-transform: scaleY(1.1);
            transform: scaleY(1.1); }
  75% {
    -webkit-transform: scaleY(0.2);
            transform: scaleY(0.2); } }

@keyframes skewing {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); }
  25% {
    -webkit-transform: scaleY(1.1);
            transform: scaleY(1.1); }
  75% {
    -webkit-transform: scaleY(0.2);
            transform: scaleY(0.2); } }
.action {
  padding-top: 90px;
  padding-bottom: 130px;
  position: relative;
  overflow: hidden;
  background: #F4F5F7; }
  .action__back {
    position: absolute;
    width: 100%;
    height: calc(100% - 70px);
    background: -webkit-gradient(linear, left top, left bottom, from(#0C1E5F), to(#530CA3));
    background: linear-gradient(180deg, #0C1E5F 0%, #530CA3 100%);
    -webkit-transform: skew(0, 1.4deg) translateY(-70px);
            transform: skew(0, 1.4deg) translateY(-70px); }
  .action::before {
    content: "";
    position: absolute;
    width: 591px;
    height: 406px;
    background: radial-gradient(103.99% 77.8% at 103.99% 77.73%, #07A8D3 0%, transparent 100%);
    background-blend-mode: screen;
    mix-blend-mode: screen;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
            transform: matrix(-1, 0, 0, 1, 0, 0);
    left: -130px;
    bottom: -34px;
    z-index: 1;
    -webkit-animation: blick 15s linear infinite;
            animation: blick 15s linear infinite; }
  .action::after {
    content: "";
    position: absolute;
    width: 1211px;
    height: 674px;
    right: -93px;
    top: -222px;
    z-index: 1;
    background: radial-gradient(102.65% 87.32% at 102.65% 12.71%, #E900BD 0%, #D000A9 8%, #87006D 34%, #4D003E 56%, #23001C 76%, #090008 91%, transparent 100%);
    background-blend-mode: screen;
    mix-blend-mode: screen;
    -webkit-animation: blick 10s linear infinite;
            animation: blick 10s linear infinite; }
  .action .container {
    position: relative;
    z-index: 2; }
  .action h2 {
    font-weight: 500;
    font-size: 26px;
    line-height: 130%;
    max-width: 710px;
    color: white; }

.advantages {
  padding-top: 35px;
  position: relative;
  overflow: hidden; }
  .advantages h2 {
    max-width: 540px; }
  .advantages__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    list-style: none;
    margin-top: 40px;
    position: relative;
    z-index: 1; }
    .advantages__list li {
      width: calc( 50% - 15px );
      background: white;
      border-radius: 10px;
      padding: 30px;
      padding-right: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 25px;
      -webkit-transition: -webkit-filter 0.3s ease;
      transition: -webkit-filter 0.3s ease;
      transition: filter 0.3s ease;
      transition: filter 0.3s ease, -webkit-filter 0.3s ease; }
      .advantages__list li:nth-child(odd) {
        margin-right: 30px; }
      .advantages__list li:hover {
        -webkit-filter: drop-shadow(4px 4px 15px rgba(0, 0, 0, 0.15));
                filter: drop-shadow(4px 4px 15px rgba(0, 0, 0, 0.15)); }
        .advantages__list li:hover img {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); }
      .advantages__list li img {
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
    .advantages__list-info {
      max-width: 415px;
      margin-left: 25px; }
      .advantages__list-info h3 {
        font-weight: 500;
        font-size: 20px;
        line-height: 23px;
        color: #2B0C5D; }
      .advantages__list-info p {
        font-size: 14px;
        line-height: 16px;
        color: #2F2F2F;
        margin-top: 5px; }
  .advantages__circle {
    position: absolute;
    width: 372px;
    height: 372px;
    left: -152px;
    top: 100%;
    -webkit-transform: translateY(-172px);
            transform: translateY(-172px);
    background: rgba(85, 36, 148, 0.1);
    border-radius: 100%; }
    .advantages__circle::before {
      content: "";
      position: absolute;
      width: 544px;
      height: 544px;
      background: rgba(165, 28, 179, 0.1);
      border-radius: 100%;
      left: 50%;
      top: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
              transform: translateY(-50%) translateX(-50%); }
    .advantages__circle::after {
      content: "";
      position: absolute;
      width: 680px;
      height: 680px;
      background: rgba(165, 28, 179, 0.1);
      border-radius: 100%;
      left: 50%;
      top: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
              transform: translateY(-50%) translateX(-50%); }

.terms {
  background: white;
  padding-top: 70px;
  padding-bottom: 55px; }
  .terms h2 {
    max-width: 570px; }
  .terms__list {
    margin-top: 50px;
    text-align: center; }
    .terms__list ul {
      list-style: none;
      counter-reset: list;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      text-align: left; }
      .terms__list ul li {
        width: 217px;
        counter-increment: list;
        position: relative;
        color: #2F2F2F;
        margin-left: 50px; }
        .terms__list ul li:not(:last-child) {
          margin-right: 14px; }
        .terms__list ul li::before {
          content: counter(list);
          position: absolute;
          width: 56px;
          height: 84px;
          right: 100%;
          top: -21px;
          font-weight: 500;
          font-size: 72px;
          line-height: 84px;
          text-align: center;
          color: #2D0C60;
          background: -webkit-gradient(linear, left top, left bottom, from(#2D0C60), to(#A10CA7));
          background: linear-gradient(180deg, #2D0C60 0%, #A10CA7 100%);
          -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#2D0C60), to(#A10CA7));
          -webkit-mask-image: linear-gradient(180deg, #2D0C60 0%, #A10CA7 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          -webkit-transition: -webkit-transform 0.3s ease;
          transition: -webkit-transform 0.3s ease;
          transition: transform 0.3s ease;
          transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
        .terms__list ul li:hover::before {
          -webkit-transform: translateY(-10px);
                  transform: translateY(-10px); }
        .terms__list ul li h3 {
          font-weight: 500;
          font-size: 18px;
          line-height: 21px; }
        .terms__list ul li p {
          font-size: 14px;
          line-height: 130%;
          margin-top: 10px; }

.cases {
  padding-top: 75px;
  padding-bottom: 105px;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .cases__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: -1; }
    .cases__bg::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 70px;
      left: 0;
      bottom: -35px;
      -webkit-transform: rotate(1.45deg);
              transform: rotate(1.45deg);
      background: #F4F5F7; }
    .cases__bg img {
      min-width: 100%;
      min-height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .cases h2 {
    color: white; }
  .cases__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none;
    margin-top: 40px; }
    .cases__list li {
      width: calc( 50% - 15px );
      padding: 25px 30px 40px;
      background: white;
      border-radius: 10px;
      margin-bottom: 35px; }
      .cases__list li:nth-child(odd) {
        margin-right: 30px; }
      .cases__list li h3 {
        font-weight: 500;
        font-size: 20px;
        line-height: 23px;
        color: #2B0C5D; }
      .cases__list li p {
        font-size: 14px;
        line-height: 130%;
        color: #2F2F2F;
        margin-top: 5px; }
      .cases__list li audio {
        width: 100%;
        margin-top: 24px;
        border-radius: 10px;
        background: #F1F3F4;
        height: 50px; }

.cost {
  padding-top: 44px;
  padding-bottom: 88px;
  position: relative;
  overflow: hidden; }
  .cost__circle {
    position: absolute;
    width: 363px;
    height: 363px;
    right: -125px;
    bottom: -180px;
    background: rgba(85, 36, 148, 0.1);
    border-radius: 100%;
    z-index: -1; }
    .cost__circle::before {
      content: "";
      position: absolute;
      width: 146%;
      height: 146%;
      background: rgba(178, 12, 176, 0.1);
      left: 50%;
      top: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
              transform: translateY(-50%) translateX(-50%);
      border-radius: 100%; }
    .cost__circle::after {
      content: "";
      position: absolute;
      width: 182%;
      height: 182%;
      background: rgba(178, 12, 176, 0.1);
      left: 50%;
      top: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
              transform: translateY(-50%) translateX(-50%);
      border-radius: 100%; }
  .cost__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none;
    margin-top: 35px; }
    .cost__list li {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      background: white;
      border-radius: 10px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .cost__list li:hover {
        -webkit-filter: drop-shadow(4px 4px 15px rgba(0, 0, 0, 0.15));
                filter: drop-shadow(4px 4px 15px rgba(0, 0, 0, 0.15)); }
      .cost__list li:not(:last-child) {
        margin-right: 30px; }
    .cost__list-img {
      border-radius: 10px;
      overflow: hidden; }
    .cost__list-info {
      padding-left: 45px;
      padding-bottom: 60px;
      padding-top: 35px; }
      .cost__list-info h3 {
        font-weight: 500;
        font-size: 28px;
        line-height: 33px;
        color: #2B0C5D;
        padding-left: 5px; }
      .cost__list-info p {
        font-size: 16px;
        line-height: 19px;
        color: #2F2F2F;
        margin-top: 10px;
        padding-left: 5px; }
  .cost__text {
    margin-top: 35px;
    font-size: 20px;
    line-height: 150%;
    color: #2F2F2F; }
    .cost__text strong {
      font-weight: 500;
      font-size: 26px;
      color: #2B0C5D; }
    .cost__text span {
      display: block;
      margin-top: 15px;
      font-size: 16px;
      line-height: 19px;
      color: #2F2F2F; }

.proposal {
  overflow: visible;
  position: relative;
  padding-top: 120px;
  padding-bottom: 135px;
  overflow: hidden;
  height: 642px; }
  .proposal .container {
    position: relative; }
  .proposal__wrap {
    position: absolute;
    width: 615px;
    right: 15px;
    top: 0; }
  .proposal__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: -1; }
    .proposal__bg::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 70px;
      left: 0;
      bottom: -35px;
      -webkit-transform: skewY(1.45deg);
              transform: skewY(1.45deg);
      background: #F4F5F7; }
    .proposal__bg img {
      min-width: 100%;
      min-height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .proposal h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 37px;
    color: #FFFFFF; }
  .proposal p {
    max-width: 615px;
    font-size: 18px;
    line-height: 130%;
    color: #FFFFFF;
    margin-top: 10px; }
  .proposal form {
    margin-top: 30px;
    position: relative;
    z-index: 2; }
    .proposal form input, .proposal form textarea {
      padding-left: 15px;
      width: 100%;
      font-size: 14px;
      line-height: 16px;
      background: #FFFFFF;
      border-radius: 10px; }
    .proposal form input {
      line-height: 46px; }
    .proposal form textarea {
      padding-top: 15px;
      max-height: 100px; }
  .proposal__form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-bottom: 20px; }
  .proposal__form-col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .proposal__form-col:nth-child(2) {
      margin-left: 20px; }
  .proposal__figure {
    position: absolute;
    width: 212px;
    height: 212px;
    border-radius: 100%;
    left: -367px;
    top: 65px;
    border: 2px solid rgba(255, 255, 255, 0.185);
    background: rgba(85, 36, 148, 0.4) url(../img/offer-bars.png) no-repeat center; }
    .proposal__figure::before {
      content: "";
      position: absolute;
      width: 300px;
      height: 280px;
      left: 50%;
      top: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
              transform: translateY(-50%) translateX(-50%);
      background: url(../img/offer-core.png) no-repeat top left/contain;
      -webkit-animation: rotatebig 50s linear infinite;
              animation: rotatebig 50s linear infinite;
      opacity: 0.4; }
    .proposal__figure-lines {
      position: absolute;
      width: 575px;
      height: 543px;
      left: 50%;
      top: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
              transform: translateY(-50%) translateX(-50%);
      -webkit-animation: rotatebig 250s linear infinite;
              animation: rotatebig 250s linear infinite; }
      .proposal__figure-lines::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: url(../img/proposal-lines.png) no-repeat center/contain;
        opacity: 0.5; }
    .proposal__figure-img {
      position: absolute;
      width: 100%; }
      .proposal__figure-img._1 {
        width: 129px;
        height: 129px;
        bottom: -2px;
        left: 272px;
        -webkit-animation: rotatingimg 250s linear infinite;
                animation: rotatingimg 250s linear infinite; }
      .proposal__figure-img._2 {
        top: 92px;
        right: 72px;
        width: 105px;
        height: 105px;
        -webkit-transform: scaleX(-1);
                transform: scaleX(-1);
        -webkit-animation: rotatingimgscaled 250s linear infinite;
                animation: rotatingimgscaled 250s linear infinite; }
      .proposal__figure-img._3 {
        left: 44px;
        top: 169px;
        width: 95px;
        height: 95px;
        -webkit-animation: rotatingimg 250s linear infinite;
                animation: rotatingimg 250s linear infinite; }

@-webkit-keyframes rotatingimg {
  0% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes rotatingimg {
  0% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }
@-webkit-keyframes rotatingimgscaled {
  0% {
    -webkit-transform: scaleX(-1) rotate(360deg);
            transform: scaleX(-1) rotate(360deg); }
  100% {
    -webkit-transform: scaleX(-1) rotate(0);
            transform: scaleX(-1) rotate(0); } }
@keyframes rotatingimgscaled {
  0% {
    -webkit-transform: scaleX(-1) rotate(360deg);
            transform: scaleX(-1) rotate(360deg); }
  100% {
    -webkit-transform: scaleX(-1) rotate(0);
            transform: scaleX(-1) rotate(0); } }
.faq {
  padding-top: 35px;
  padding-bottom: 70px; }
  .faq__list {
    margin-top: 15px;
    list-style: none; }
    .faq__list li {
      padding-top: 28px;
      padding-bottom: 28px;
      padding-left: 15px;
      background: #FFFFFF;
      border-radius: 10px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .faq__list li:not(:last-child) {
        margin-bottom: 10px; }
      .faq__list li._open h3 {
        font-weight: 500;
        color: #2B0C5D; }
        .faq__list li._open h3::before {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
      .faq__list li h3 {
        cursor: pointer;
        font-weight: 400;
        font-size: 20px;
        line-height: 23px;
        color: #2F2F2F;
        display: block;
        position: relative;
        padding-right: 50px; }
        .faq__list li h3::before {
          content: "";
          position: absolute;
          width: 24px;
          height: 24px;
          background: url(../img/faq-arrow.svg) no-repeat center;
          right: 28px;
          top: 0;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
      .faq__list li p {
        display: none;
        font-size: 16px;
        line-height: 19px;
        color: #2F2F2F;
        margin-top: 25px;
        padding-left: 35px;
        padding-bottom: 18px;
        padding-right: 93px; }

.footer {
  background: url(../img/footer-bg.jpg) no-repeat top center/cover;
  color: #FFFFFF;
  overflow: hidden; }
  .footer > .container {
    padding-top: 60px;
    position: relative;
    z-index: 1; }
    .footer > .container::before {
      content: "";
      position: absolute;
      width: 354px;
      height: 316px;
      top: 11px;
      left: -133px;
      background: url(../img/footer-lines-left.png) no-repeat center/contain;
      opacity: 0.5;
      z-index: -1; }
    .footer > .container::after {
      content: "";
      position: absolute;
      width: 310px;
      height: 323px;
      top: -35px;
      right: -209px;
      background: url(../img/footer-lines-right.png) no-repeat center/contain;
      opacity: 0.5;
      z-index: -1; }
  .footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .footer__left, .footer__right {
    padding-left: 95px;
    width: 50%; }
  .footer__right h2 {
    color: white; }
  .footer__contacts ul {
    list-style: none; }
    .footer__contacts ul li {
      margin-top: 22px;
      font-weight: 500;
      font-size: 22px;
      line-height: 26px; }
      .footer__contacts ul li a {
        padding-left: 36px;
        position: relative; }
        .footer__contacts ul li a::before {
          content: "";
          position: absolute;
          width: 24px;
          height: 24px;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
        .footer__contacts ul li a._email::before {
          background: url(../img/icons/contacts-email.svg) no-repeat center; }
        .footer__contacts ul li a._phone::before {
          background: url(../img/icons/contacts-phone.svg) no-repeat center; }
  .footer__logo {
    font-weight: bold;
    font-size: 56px;
    line-height: 66px; }
  .footer__slogan {
    font-size: 20px;
    line-height: 23px;
    color: #F9F8F8; }
  .footer__social {
    margin-top: 77px; }
    .footer__social ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      list-style: none; }
      .footer__social ul li:not(:last-child) {
        margin-right: 20px; }
      .footer__social ul li a {
        display: block;
        background-repeat: no-repeat;
        width: 42px;
        height: 42px;
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 100%;
        background-position: center;
        -webkit-transition: background 0.3s ease;
        transition: background 0.3s ease; }
        .footer__social ul li a._inst {
          background-image: url(../img/icons/instagram.svg); }
        .footer__social ul li a._fb {
          background-image: url(../img/icons/facebook.svg); }
        .footer__social ul li a._you {
          background-image: url(../img/icons/youtube.svg); }
        .footer__social ul li a._vk {
          background-image: url(../img/icons/vk.svg); }
        .footer__social ul li a:hover {
          background-color: white; }
  .footer__copy {
    background: #200647;
    height: 70px;
    line-height: 70px;
    margin-top: 50px;
    font-size: 14px; }
    .footer__copy .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .footer__copy-policy {
      text-decoration: underline !important; }

.page {
  padding-top: 175px;
  padding-bottom: 135px;
  color: white;
  height: 84px;
  position: relative; }
  .page::after {
    content: "";
    position: absolute;
    width: 342px;
    height: 457px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: radial-gradient(103.99% 77.8% at 103.99% 77.73%, #07A8D3 0%, transparent 100%);
    background-blend-mode: screen;
    mix-blend-mode: screen;
    z-index: 2; }
  .page::before {
    content: "";
    position: absolute;
    width: 972px;
    height: 900px;
    right: 0;
    top: 0;
    background: radial-gradient(102.65% 87.32% at 102.65% 12.71%, #E900BD 0%, #D000A9 8%, #87006D 34%, #4D003E 56%, #23001C 76%, #090008 91%, transparent 100%);
    background-blend-mode: screen;
    mix-blend-mode: screen;
    z-index: 2; }
  .page .container {
    z-index: 2;
    position: relative; }
  .page__content strong {
    color: #2B0C5D; }
  .page__content p {
    padding: 1em; }
  .page__content ul, .page__content ol {
    margin: 1em 3em; }
    .page__content ul li, .page__content ol li {
      padding: 0.5em 0; }

@media screen and (max-width: 1199px) {
  h1 {
    font-size: 45px;
    line-height: 52px; }

  .header__phones {
    width: 162px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    .header__phones-button {
      font-size: 14px;
      line-height: 26px;
      margin-bottom: 5px; }
    .header__phones-link {
      font-size: 14px;
      line-height: 16px; }

  .offer__title {
    max-width: 600px; }
    .offer__title p {
      font-size: 26px;
      line-height: 30px; }
  .offer__figure {
    right: 0; }

  .fixed-callback, .totop {
    right: 60px; }

  .use__script li {
    padding: 50px 25px 65px; }
    .use__script li:nth-child(odd) {
      padding-left: 25px; }
  .use__fields li {
    width: 145px;
    height: 145px;
    font-size: 14px;
    line-height: 16px; }
  .use__fields img {
    margin-top: 28px; }

  .advantages__list-info {
    max-width: 330px; }

  .terms__list ul li {
    width: calc( 50% - 85px);
    margin-bottom: 40px; }
    .terms__list ul li:not(:last-child) {
      margin-right: 0; }

  .cost__text strong {
    display: block; }

  .proposal {
  overflow: visible;
    height: 690px; }
    .proposal__bg::after {
      height: 136px; }
    .proposal__wrap {
      width: 520px; }
    .proposal h2 {
      font-size: 28px; }
    .proposal p {
      font-size: 14px; }
    .proposal__figure-lines {
      width: 540px;
      height: 490px; } }
@media screen and (max-width: 991px) {
  h2 {
    font-size: 30px;
    line-height: 36px; }

  .but._cost {
    width: 100%; }

  .burger {
    display: block; }

  .header__menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 360px;
    max-width: 100%;
    background: white;
    color: #2B0C5D;
    padding: 12px 35px 70px;
    opacity: 0;
    -webkit-transform: translateX(-50px) scaleX(0);
            transform: translateX(-50px) scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 100;
    overflow-y: auto;
    height: 100%; }
    .header__menu._open {
      -webkit-transform: none;
              transform: none;
      opacity: 1; }
    .header__menu-overlay {
      display: none;
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #2D0C5F;
      opacity: 0.6;
      z-index: 99; }
    .header__menu-title {
      font-weight: 500;
      font-size: 22px;
      line-height: 26px;
      margin-top: 40px;
      position: relative;
      display: block; }
      .header__menu-title::after {
        content: "";
        position: absolute;
        width: calc(100% + 20px);
        height: 1px;
        left: -10px;
        bottom: -5px;
        opacity: 0.5;
        background: #202020; }
    .header__menu-close {
      display: block;
      position: absolute;
      width: 60px;
      height: 60px;
      right: 0;
      top: 0;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      z-index: 2; }
    .header__menu ul {
      margin-top: 20px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      max-width: 100%;
      margin-bottom: 125px; }
      .header__menu ul li {
        width: 100%;
        line-height: 36px;
        font-size: 22px;
        color: #202020; }
        .header__menu ul li:not(:last-child) {
          margin-bottom: 24px; }
  .header__logo {
    font-size: 32px;
    line-height: 37px; }
    .header__logo-mobile {
      display: block;
      font-weight: bold;
      font-size: 32px;
      line-height: 37px; }
  .header__slogan {
    display: block;
    font-size: 14px;
    line-height: 16px; }
  .header__phones {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .header__phones-link {
      font-weight: 500;
      font-size: 22px;
      line-height: 26px; }
    .header__phones-button {
      width: 220px;
      border: 1px solid #2B0C5D;
      line-height: 50px;
      margin-top: 26px;
      text-align: center;
      font-weight: 500;
      font-size: 14px; }

  .offer {
    display: block;
    padding-top: 120px;
    padding-bottom: 170px;
    min-height: 100vh;
    height: unset; }
    .offer__figure {
      position: relative;
      right: -150px;
      left: auto;
      margin: 0 auto; }
      .offer__figure-lines {
        width: 460px;
        height: 460px; }
        .offer__figure-lines::before {
          width: 650px;
          height: 575px; }
        .offer__figure-lines::after {
          width: 624px;
          height: 580px;
          background-size: contain; }
    .offer__intro {
      margin-left: 0;
      -webkit-transform: translateY(200%);
              transform: translateY(200%); }
      .offer__intro._action {
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
        top: 0; }

  .use__script li {
    width: 470px;
    padding: 25px;
    margin: 0 auto; }
    .use__script li:not(:last-child) {
      margin-bottom: 15px;
      margin-right: auto; }
  .use__backcircle, .use__frontcircle {
    margin-top: 0; }
  .use__fields li {
    -webkit-box-flex: 25%;
        -ms-flex: 25%;
            flex: 25%;
    margin: 5px 15px; }

  .action {
    padding-bottom: 280px; }
    .action__back {
      height: calc(100% - 30px); }

  .advantages {
    padding-bottom: 50px; }
    .advantages__circle {
      top: auto;
      bottom: -15px; }
    .advantages__list li {
      width: 470px;
      margin: 0 auto; }
      .advantages__list li:nth-child(odd) {
        margin: 0 auto; }
      .advantages__list li:not(:last-child) {
        margin-bottom: 15px; }

  .cases__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .cases__list li {
      width: 470px; }
      .cases__list li:nth-child(odd) {
        margin-right: 0; }

  .cost__list-info {
    padding: 25px 20px 45px; }
    .cost__list-info h3 {
      font-size: 20px;
      line-height: 26px; }

  .footer__left, .footer__right {
    padding-left: 35px; }
  .footer__logo {
    font-size: 36px;
    line-height: 42px; }
  .footer__slogan {
    font-size: 14px;
    line-height: 16px; } }
@media screen and (max-width: 767px) {
  h1 {
    font-weight: 500;
    font-size: 36px;
    line-height: 42px; }

  h2 {
    font-size: 24px;
    line-height: 28px; }

  h3 {
    font-size: 20px;
    line-height: 23px; }

  .but._action {
    margin: 97px auto 0;
    max-width: 290px;
    display: block; }
  .but._terms {
    margin-top: 5px; }
  .but._cost {
    max-width: 290px; }
  .but._proposal {
    margin: 0 auto;
    display: block; }
  .but._footer {
    margin-top: 35px; }

  .header {
    padding: 15px 0; }

  .offer {
    padding-top: 90px; }
    .offer__title {
      max-width: 465px; }
      .offer__title p {
        margin-top: 5px;
        font-size: 18px;
        line-height: 21px;
        max-width: 345px; }
    .offer__figure {
      width: 127px;
      height: 127px;
      background-size: contain;
      -webkit-transform: scale(1.4) translateY(-60px) translateX(170px);
              transform: scale(1.4) translateY(-60px) translateX(170px);
      right: 0; }
      .offer__figure::after {
        width: 348px;
        height: 327px;
        background-size: contain; }
      .offer__figure::before {
        width: 178px;
        height: 168px;
        margin-left: -30px;
        background-size: contain;
        -webkit-animation: unset;
                animation: unset; }
      .offer__figure-lines {
        width: 248px;
        height: 248px;
        border-width: 2px;
        -webkit-animation: unset;
                animation: unset; }
        .offer__figure-lines::before {
          width: 365px;
          height: 326px; }
      .offer__figure-img {
        -webkit-animation: unset;
                animation: unset; }
        .offer__figure-img._1 {
          width: 99px;
          height: 99px;
          left: -41px;
          bottom: 35px; }
        .offer__figure-img._2 {
          width: 78px;
          height: 78px;
          left: 100px;
          bottom: -30px; }
        .offer__figure-img._3 {
          top: -2px;
          right: 20px;
          width: 58px;
          height: 58px; }
        .offer__figure-img._4 {
          width: 72px;
          height: 72px;
          left: 12px;
          top: -13px; }
        .offer__figure-img._5 {
          width: 58px;
          height: 58px;
          right: -26px;
          bottom: 75px; }
    .offer__intro {
      -webkit-transform: translateY(120%);
              transform: translateY(120%); }
      .offer__intro._action {
        position: relative;
        -webkit-transform: none;
                transform: none;
        margin: 63px auto 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        width: 140px;
        right: auto; }
        .offer__intro._action::before {
          opacity: 0.8;
          right: auto;
          left: 50%;
          -webkit-animation: unset;
                  animation: unset; }
        .offer__intro._action .offer__intro-text {
          margin-left: -73px;
          margin-bottom: 6px; }

  .use {
    padding-top: 15px;
    padding-bottom: 33px; }
    .use__script {
      margin-top: 15px;
      margin-bottom: 50px; }
      .use__script li {
        font-size: 13px;
        line-height: 15px; }
        .use__script li h4 {
          font-size: 16px;
          line-height: 19px;
          margin-bottom: 7px; }
    .use__fields li {
      -webkit-box-flex: 30%;
          -ms-flex: 30%;
              flex: 30%;
      font-size: 13px;
      line-height: 15px; }

  .action {
    padding-bottom: 95px; }
    .action h2 {
      font-size: 24px; }

  .advantages__list li {
    padding: 25px 15px; }
  .advantages__list-icon {
    width: 40px;
    height: 40px; }
  .advantages__list-info {
    margin-left: 10px; }
    .advantages__list-info h3 {
      font-size: 16px;
      line-height: 19px; }
    .advantages__list-info p {
      font-size: 12px;
      line-height: 14px; }

  .terms {
    padding-top: 70px;
    padding-bottom: 90px;
    position: relative;
    overflow: hidden; }
    .terms::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 80px;
      top: -40px;
      left: 0;
      background: #F4F5F7;
      -webkit-transform: skewY(1.45deg);
              transform: skewY(1.45deg); }
    .terms h2 {
      max-width: 490px; }
    .terms__list {
      margin-top: 45px; }
      .terms__list ul li {
        width: 320px;
        margin-left: 94px;
        margin-right: 0; }

  .cases {
    margin-top: -20px;
    overflow: visible; }
    .cases__bg {
      background: radial-gradient(50.67% 218.12% at 50.67% 59.17%, #2B0C5C 0%, #3E0C7E 0.01%, #530CA3 100%);
      -webkit-transform: skewY(1.45deg) translateY(10px);
              transform: skewY(1.45deg) translateY(10px);
      height: 98%; }
      .cases__bg::before {
        content: "";
        position: absolute;
        width: 485px;
        height: 456px;
        background: radial-gradient(102.65% 87.32% at 102.65% 12.71%, #E900BD 0%, #D000A9 8%, #87006D 34%, #4D003E 56%, #23001C 76%, #090008 91%, transparent 100%);
        background-blend-mode: screen;
        mix-blend-mode: screen;
        right: 0;
        top: 0; }
      .cases__bg::after {
        content: "";
        position: absolute;
        width: 281px;
        height: 396px;
        left: 0;
        bottom: 0;
        background: radial-gradient(103.99% 77.8% at 103.99% 77.73%, #07A8D3 0%, #000000 100%);
        background-blend-mode: screen;
        mix-blend-mode: screen;
        -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
                transform: matrix(-1, 0, 0, 1, 0, 0); }
      .cases__bg img {
        display: none; }
    .cases__list {
      margin-top: 25px; }
      .cases__list li {
        margin-bottom: 30px; }

  .cost {
    padding-top: 27px; }
    .cost h2 {
      max-width: 270px; }
    .cost__list li {
      -webkit-box-flex: 100%;
          -ms-flex: 100%;
              flex: 100%; }
      .cost__list li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 35px; }
    .cost__list-info h3 {
      font-size: 22px;
      line-height: 26px; }
    .cost__list-info p {
      font-size: 13px;
      line-height: 15px; }
    .cost__text {
      margin-top: 20px;
      max-width: 370px; }
      .cost__text span {
        margin-top: 30px;
        font-size: 14px;
        line-height: 16px; }

  .proposal {
  overflow: visible;
    padding-top: 35px;
    padding-bottom: 100px;
    height: auto;
    position: relative; }
    .proposal::before {
      content: "";
      position: absolute;
      width: 340px;
      height: 637px;
      background: radial-gradient(103.99% 77.8% at 103.99% 77.73%, #07A8D3 0%, transparent 100%);
      background-blend-mode: screen;
      mix-blend-mode: screen;
      opacity: 0.7;
      -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
              transform: matrix(-1, 0, 0, 1, 0, 0);
      left: 0;
      bottom: 0;
      z-index: 1; }
    .proposal__bg {
      background: -webkit-gradient(linear, left top, left bottom, from(#2C0C5F), color-stop(99.08%, #530CA3));
      background: linear-gradient(180deg, #2C0C5F 0%, #530CA3 99.08%); }
      .proposal__bg::before {
        content: "";
        position: absolute;
        width: 340px;
        height: 637px;
        background: radial-gradient(102.65% 87.32% at 102.65% 12.71%, #E900BD 0%, #D000A9 8%, #87006D 34%, #4D003E 56%, #23001C 76%, #090008 91%, #000000 100%);
        background-blend-mode: screen;
        mix-blend-mode: screen;
        opacity: 0.85;
        right: 0;
        top: 0; }
      .proposal__bg::after {
        height: 20px;
        bottom: -10px;
        z-index: 2; }
      .proposal__bg img {
        display: none; }
    .proposal__wrap {
      position: relative; }
    .proposal h2 {
      font-size: 24px;
      line-height: 28px; }
    .proposal p {
      font-size: 16px;
      line-height: 130%; }
    .proposal form {
      margin-top: 35px; }
    .proposal__figure {
      left: 50%;
      top: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
              transform: translateY(-50%) translateX(-50%);
      background: rgba(85, 36, 148, 0.4); }
      .proposal__figure::before {
        -webkit-animation-duration: 150s;
                animation-duration: 150s;
        mix-blend-mode: overlay; }
      .proposal__figure-lines {
        mix-blend-mode: overlay;
        -webkit-animation-duration: 550s;
                animation-duration: 550s;
        opacity: 0.8; }
      .proposal__figure-img {
        display: none; }

  .faq {
    padding-bottom: 55px; }
    .faq__list {
      margin-top: 30px; }
      .faq__list li {
        padding: 14px 0 14px 12px; }
        .faq__list li:not(:last-child) {
          margin-bottom: 15px; }
        .faq__list li h3 {
          font-size: 14px;
          line-height: 16px;
          padding-right: 24px; }
          .faq__list li h3::before {
            background-size: 10px;
            width: 18px;
            height: 18px;
            right: 12px; }
        .faq__list li p {
          margin-top: 14px;
          padding: 0;
          font-size: 12px;
          line-height: 14px;
          padding-right: 24px; }

  .footer {
    position: relative;
    overflow: visible;
    background: none;
    padding: 0;
    z-index: 1; }
    .footer::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: -10px;
      -webkit-transform: skewY(1.45deg);
              transform: skewY(1.45deg);
      background: radial-gradient(108.3% 445.46% at 1.77% 83.02%, #530CA3 0%, #3E0C7E 0.01%, #2B0C5C 100%); }
    .footer::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 440px;
      right: 0;
      top: -10px;
      background: radial-gradient(102.65% 87.32% at 102.65% 12.71%, #E900BD 0%, #D000A9 8%, #87006D 34%, #4D003E 56%, #23001C 76%, #090008 91%, #000000 100%);
      background-blend-mode: screen;
      mix-blend-mode: screen;
      -webkit-transform: skewY(1.45deg);
              transform: skewY(1.45deg);
      opacity: 0.6; }
    .footer > .container {
      padding-top: 45px; }
      .footer > .container::after {
        display: none; }
      .footer > .container::before {
        left: 50%;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%) scale(1.4);
                transform: translateY(-50%) translateX(-50%) scale(1.4);
        opacity: 0.2; }
    .footer__wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .footer__left, .footer__right {
      width: 100%; }
    .footer__social {
      margin-top: 30px; }
    .footer h2 {
      margin-top: 27px; }
    .footer__contacts ul li {
      margin-top: 17px;
      font-size: 18px;
      line-height: 21px; }
      .footer__contacts ul li a {
        padding-left: 27px; }
        .footer__contacts ul li a::before {
          background-size: 18px !important; }
    .footer__copy {
      z-index: 2;
      position: relative;
      margin-top: 45px; }

  .fixed-callback {
    right: 40px;
    bottom: 40px; }

  .modal {
    padding: 55px 45px 50px; } }
@media screen and (max-width: 575px) {
  .but._offer {
    margin: 155px auto 0;
    display: block; }
  .but._modal {
    max-width: 100%; }

  .offer {
    padding-bottom: 100px; }
    .offer__back {
      -webkit-transform: skew(0, 6deg) translateY(-23px);
              transform: skew(0, 6deg) translateY(-23px); }
    .offer__figure {
      -webkit-transform: none;
              transform: none;
      margin-top: 117px; }
    .offer__intro {
      -webkit-transform: none;
              transform: none;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      margin-right: 30px;
      margin-left: auto;
      margin-top: 42px; }

  .use h2 {
    max-width: 100%; }
  .use__script li {
    max-width: 100%; }

  .action__back {
    -webkit-transform: skew(0, 6deg) translateY(-65px);
            transform: skew(0, 6deg) translateY(-65px);
    height: calc(100% - 50px); }

  .advantages__list-info {
    max-width: 290px; }

  .cases__bg {
    -webkit-transform: skewY(6deg) translateY(0px);
            transform: skewY(6deg) translateY(0px); }

  .cost__circle {
    bottom: 50%;
    -webkit-transform: translateY(30%);
            transform: translateY(30%); }

  .proposal__wrap {
    max-width: 100%;
    right: auto; }
  .proposal p {
    position: relative;
    z-index: 2; }
  .proposal__form-col {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%; }
    .proposal__form-col:nth-child(2) {
      margin-left: 0;
      margin-top: 20px; }

  .footer__copy {
    line-height: 16px;
    height: auto;
    padding: 29px 0; }
    .footer__copy-text {
      margin-bottom: 20px; }

  .modal {
    padding: 45px 25px 50px; }
    .modal-ok {
      padding-left: 20px;
      padding-right: 20px; } }
@media screen and (max-width: 420px) {
  .advantages__list-info {
    max-width: 255px; }

  .faq__list li p {
    padding-right: 30px; } }
@media screen and (max-width: 374px) {
  .but {
    padding: 0;
    max-width: 290px;
    width: 290px; }

  .offer__intro-text {
    margin: 0 -40px 0; }

  .use__fields li {
    margin: 5px; }

  h2, .action h2, .proposal h2 {
    font-size: 20px;
    line-height: 26px; }

  .advantages__list-info {
    max-width: 195px; }

  .terms__list ul li {
    margin-left: 65px;
    margin-right: auto; }

  audio::-webkit-media-controls-time-remaining-display {
    display: none; }

  .cost__text {
    font-size: 16px;
    line-height: 140%; }
    .cost__text strong {
      font-size: 20px; }
    .cost__text span {
      margin-top: 20px; }

  .proposal p {
    font-size: 14px; }

  .proposal__bg::after {
    height: 40px;
    bottom: -11px;
    -webkit-transform: skewY(6deg) translateY(10px);
            transform: skewY(6deg) translateY(10px); }

  .fixed-callback {
    right: 25px;
    bottom: 35px; } }
@media screen and (max-height: 768px) {
  .offer {
    height: auto;
    min-height: 100vh; } }

/* Consent checkbox styling */
.wpcf7-acceptance {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
  margin: 10px 0 15px;
}
.wpcf7-acceptance input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex-shrink: 0;
}
.wpcf7-acceptance a {
  text-decoration: underline;
}

/* SmartCaptcha sizing */
.cfyc-captcha-container {
  margin: 12px 0 16px;
  max-width: 300px;
}

/* Fix proposal section height for captcha */
.proposal {
  height: auto;
  min-height: 642px;
  overflow: visible;
}

/* Override: increase proposal height for captcha + consent */
.proposal {
  height: 820px;
  overflow: visible;
}

.proposal {
  height: 900px;
}
