/*
Theme Name: White Rabbit
Version: 1.0
Author: lokiby941
*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

body {
  margin: 0;
  font-family: "Hind", sans-serif;
  font-size: 18px;
  color: #FFFFFFE5;
  background: #222222;
  margin-top: 140px;
  overflow-x: hidden; }

.container {
  max-width: 1150px;
  margin: 0 auto; }

img {
  max-width: 100%; }

header {
  background: #2B2B2B;
  box-shadow: 0px 4px 40px 0px #00000040;
  padding: 15px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 98; }
  header .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }

.logo {
  display: block; }

.top-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 55px; }
  .top-menu a {
    text-decoration: none;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    transition: all 0.3s ease; }
    .top-menu a:hover {
      color: #937df4; }

.btn {
  cursor: pointer;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding: 10px 30px;
  border: 0;
  border-radius: 22px;
  background: linear-gradient(99.06deg, #C1C8FB -39.59%, #6938EF 91.98%);
  box-shadow: 1px 1px 4px 0px #000000A1;
  transition: all 0.3s ease; }
  .btn:hover {
    box-shadow: 0px 4px 20px 0px #5D2FDBB2; }
  .btn:active {
    box-shadow: 0px 4px 20px 0px #000000B2 inset; }
  .btn.disabled, .btn:disabled {
    cursor: default;
    background: #656565;
    box-shadow: none; }

.hero {
  position: relative; }
  .hero .rabbit-hero {
    box-shadow: 6px 6px 0px 0px #5D2FDB;
    display: block;
    position: absolute;
    z-index: -1; }
  .hero .hero-content {
    position: relative;
    z-index: 1;
    padding: 180px 115px 0; }
    .hero .hero-content h1 {
      margin: 0;
      font-family: 'Source Sans Pro', sans-serif;
      font-size: 67px;
      font-weight: 700;
      line-height: 68px;
      color: #FFFFFF;
      max-width: 660px; }
    .hero .hero-content .hero-text {
      font-size: 22px;
      line-height: 32px;
      color: #FFFFFF;
      max-width: 660px;
      margin-top: 30px; }
    .hero .hero-content .hero-btn-block {
      margin-top: 50px;
      display: inline-flex;
      flex-direction: column;
      align-items: center; }
      .hero .hero-content .hero-btn-block .hero-btn {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        text-align: center;
        color: #fff;
        text-decoration: none;
        background: linear-gradient(180deg, rgba(193, 200, 251, 0.25) 0%, rgba(105, 56, 239, 0.25) 100%);
        border: 1px solid #C1C8FB;
        box-shadow: 0px 4px 3px 0px #00000040;
        padding: 13.5px 30px;
        border-radius: 25px;
        width: 300px;
        transition: all 0.3s ease; }
        .hero .hero-content .hero-btn-block .hero-btn:hover {
          opacity: .7; }
      .hero .hero-content .hero-btn-block .hero-btn-txt {
        font-size: 12px;
        line-height: 14px;
        color: #FFFFFFE5;
        margin-top: 10px;
        background: url("images/hero-btn.svg") left center no-repeat;
        padding-left: 90px;
        padding-top: 16px; }
  .hero .services-list {
    margin-top: 165px; }

.services-list {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between; }
  .services-list .item {
    flex: 0 0 calc(33.33333% - 28px);
    background: #FFFFFF;
    border: 2px solid #5D2FDB;
    box-shadow: 0px 50px 124px 0px #00000059;
    padding: 40px;
    position: relative; }
    .services-list .item .img {
      height: 70px;
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      .services-list .item .img img {
        display: block;
        width: auto;
        max-height: 70px; }
    .services-list .item .title {
      margin-top: 20px;
      font-family: 'Source Sans Pro', sans-serif;
      font-size: 28px;
      line-height: 32px;
      color: #5D2FDB; }
    .services-list .item .txt {
      font-size: 18px;
      line-height: 26px;
      color: #5D2FDBB2;
      margin-top: 3px; }
    .services-list .item .angle {
      position: absolute;
      background: #FFFFFF;
      border: 2px solid #5D2FDB;
      width: 16px;
      height: 16px; }
      .services-list .item .angle.angle-1 {
        top: -8px;
        left: -8px; }
      .services-list .item .angle.angle-2 {
        top: -8px;
        right: -8px; }
      .services-list .item .angle.angle-3 {
        bottom: -8px;
        right: -8px; }
      .services-list .item .angle.angle-4 {
        bottom: -8px;
        left: -8px; }

h2 {
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: normal;
  text-align: center; }
  h2 span, h2 b {
    background: #C1C8FB;
    background: linear-gradient(90.68deg, #C1C8FB -26.87%, #6938EF 20.96%, #9179F4 73.87%, #6938EF 94.45%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

.block-2 {
  margin-top: 85px; }

.priority {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .priority .img {
    flex: 0 0 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
    .priority .img img {
      position: relative; }
    .priority .img:after {
      content: '';
      display: block;
      position: absolute;
      top: -20px;
      right: 0;
      background: url("images/priority-arr.svg") top right no-repeat;
      width: 50px;
      height: 110px; }
    .priority .img:before {
      content: '';
      display: block;
      width: 100px;
      height: 125px;
      position: absolute;
      border-radius: 50%;
      top: calc(50% - 62px);
      left: calc(50% - 50px);
      background: #6938ef33;
      box-shadow: 0px 0px 140px 0px #6938ef; }
  .priority .text {
    flex: 0 0 calc(60% - 20px);
    display: flex;
    flex-direction: column;
    gap: 70px;
    font-size: 32px;
    line-height: 42px; }

.offers-container {
  width: calc(100% - 30px);
  margin: 0 auto; }

.owl-carousel.offers-slider {
  margin-top: 70px; }
  .owl-carousel.offers-slider .owl-stage {
    display: flex; }
  .owl-carousel.offers-slider .item {
    background: #6938EF;
    padding: 50px 10px;
    position: relative;
    height: 100%; }
    .owl-carousel.offers-slider .item .img {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 70px; }
      .owl-carousel.offers-slider .item .img img {
        display: block;
        width: auto;
        max-height: 70px; }
    .owl-carousel.offers-slider .item .title {
      margin-top: 20px;
      font-family: 'Source Sans Pro', sans-serif;
      font-size: 16px;
      font-weight: 700;
      line-height: 28px;
      text-align: center;
      color: #fff; }
    .owl-carousel.offers-slider .item .text {
      margin-top: 5px;
      font-size: 16px;
      line-height: 21px;
      text-align: center; }
    .owl-carousel.offers-slider .item .angle {
      position: absolute;
      width: 20px;
      height: 20px;
      background: #DCD1FA; }
      .owl-carousel.offers-slider .item .angle.angle-1 {
        top: 0;
        right: 0; }
      .owl-carousel.offers-slider .item .angle.angle-2 {
        left: 0;
        bottom: 20px; }
      .owl-carousel.offers-slider .item .angle.angle-3 {
        left: 20px;
        bottom: 0; }
  .owl-carousel.offers-slider .owl-nav button {
    position: absolute;
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #FAFAFA url("images/owl_arr_b.svg") center no-repeat;
    transition: all 0.3s ease; }
    .owl-carousel.offers-slider .owl-nav button:hover {
      background: #7D59E2 url("images/owl_arr_w.svg") center no-repeat; }
    .owl-carousel.offers-slider .owl-nav button:active {
      background: #7D59E2 url("images/owl_arr_w.svg") center no-repeat;
      box-shadow: 0px 4px 4px 0px #00000040 inset; }
    .owl-carousel.offers-slider .owl-nav button.owl-prev {
      left: -60px; }
    .owl-carousel.offers-slider .owl-nav button.disabled {
      cursor: default;
      opacity: .7; }
      .owl-carousel.offers-slider .owl-nav button.disabled:hover, .owl-carousel.offers-slider .owl-nav button.disabled:active {
        background: #FAFAFA url("images/owl_arr_b.svg") center no-repeat;
        box-shadow: none; }
    .owl-carousel.offers-slider .owl-nav button.owl-next {
      right: -60px;
      transform: rotate(180deg); }

.angle-bg {
  background: url("images/angle_bg.svg") top right no-repeat;
  background-size: 105%;
  padding-top: 320px;
  margin-top: 50px; }
  .angle-bg .services-list {
    margin-top: 70px; }
    .angle-bg .services-list .item .txt {
      margin-top: 15px; }

.questions {
  margin-top: 200px; }

.contacts {
  display: flex;
  align-items: center;
  margin-top: 80px; }
  .contacts .img {
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    justify-content: center; }

.stages-block {
  margin-top: 80px; }
  .stages-block .stages-logo {
    display: block;
    margin: 0 auto 8px; }

.stages {
  position: relative;
  margin-top: 70px;
  padding: 15px 0; }
  .stages:before {
    content: '';
    display: block;
    width: 4px;
    height: 100%;
    background: linear-gradient(179.07deg, #C1C8FB -33.58%, #6938EF 80.37%);
    position: absolute;
    top: 0;
    left: calc(50% - 2px);
    border-radius: 2px; }
  .stages .item {
    display: flex; }
    .stages .item .content {
      max-width: 390px;
      position: relative; }
      .stages .item .content:before {
        content: '';
        display: block;
        width: 40px;
        height: 1px;
        background: #fff;
        opacity: .3;
        position: absolute;
        top: 50%; }
      .stages .item .content .title {
        font-size: 14px;
        line-height: 22.4px;
        margin-bottom: 15px;
        opacity: 50%; }
      .stages .item .content .text {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 18px;
        line-height: 28.8px; }
    .stages .item:nth-child(2n+1) {
      padding-right: 50%;
      text-align: right;
      justify-content: flex-end; }
      .stages .item:nth-child(2n+1) .content {
        padding-right: 60px; }
        .stages .item:nth-child(2n+1) .content:before {
          right: 0; }
    .stages .item:nth-child(2n+2) {
      padding-left: 50%; }
      .stages .item:nth-child(2n+2) .content {
        padding-left: 60px; }
        .stages .item:nth-child(2n+2) .content:before {
          left: 0; }

.bbg {
  padding: 85px 30px 880px;
  background: #fdfdf7 url("images/bbg.png") bottom center no-repeat;
  background-size: 100%;
  border: 2px solid #090B37;
  border-radius: 100px;
  box-shadow: 0px 84px 250px 0px #0721661F, 0px 12px 34px 0px #0410220F, 0px 4px 4px 0px #00000040; }
  .bbg h2 {
    color: #232121; }
    .bbg h2 img {
      display: inline-block;
      position: relative;
      top: 12px; }
    .bbg h2 b {
      color: #5D2FDB;
      font-weight: 600; }
  .bbg .txt {
    margin-top: 60px;
    color: #0D0A2C;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 70px;
    font-weight: 900;
    line-height: 86px;
    text-align: center; }
  .bbg .sm-txt {
    color: #5D2FDB99;
    font-size: 30px;
    line-height: 52px;
    text-align: center;
    margin-top: 20px; }
  .bbg .btns {
    text-align: center;
    margin-top: 40px; }

.subtitle {
  font-size: 22px;
  font-weight: 400;
  line-height: 35.2px;
  text-align: center;
  margin-top: 20px; }

.brands {
  margin-top: 40px;
  text-align: center; }
  .brands img {
    display: inline-block;
    margin: 15px 5px;
    vertical-align: middle; }

.m100 {
  margin: 100px 0; }

footer {
  background: #6938EF;
  padding: 60px 0;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-top: 140px; }
  footer a {
    text-decoration: none;
    color: #fff; }
    footer a:hover {
      text-decoration: underline; }
  footer .container {
    border-bottom: solid 1px #F3F5FB99;
    padding-bottom: 35px; }
  footer .footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    footer .footer-row .menus {
      display: flex;
      gap: 100px; }
      footer .footer-row .menus .title {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 24px;
        font-weight: 600;
        line-height: 24px;
        margin-bottom: 20px; }
      footer .footer-row .menus .icon {
        padding-left: 30px; }
        footer .footer-row .menus .icon span {
          display: block;
          font-weight: 600;
          color: #FFFFFF99; }
        footer .footer-row .menus .icon.map {
          background: url("images/ico_map.svg") 5px 3px no-repeat; }
        footer .footer-row .menus .icon.mail {
          background: url("images/ico_mail.svg") 3px 3px no-repeat;
          margin-top: 20px; }
      footer .footer-row .menus img {
        display: block;
        margin-bottom: 10px; }
      footer .footer-row .menus ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        footer .footer-row .menus ul li {
          margin-bottom: 8px; }
          footer .footer-row .menus ul li:last-child {
            margin-bottom: 0; }
  footer .footer-contacts {
    display: flex;
    gap: 15px; }

.sm-menu-btn {
  display: none; }

.cform-block {
  width: 380px;
  position: relative;
  padding: 45px; }
  .cform-block:before {
    content: '';
    display: block;
    width: 100%;
    height: 510px;
    background: #2B2B2B;
    box-shadow: 0px 4px 20px 0px #00000026;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px; }
  .cform-block .cf-title {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 33px;
    font-weight: 600;
    line-height: 29.7px;
    text-align: center;
    position: relative; }
  .cform-block .cf-subtitle {
    position: relative;
    font-size: 17px;
    font-weight: 400;
    line-height: 22.44px;
    text-align: center;
    color: #FFFFFF;
    margin: 15px 0 30px; }
  .cform-block .cf {
    display: block;
    position: relative;
    margin: 17px 0;
    border: 1px solid #FFFFFF;
    background: #FFFFFFE0;
    width: 100%;
    border-radius: 32px;
    padding: 13px 28px;
    color: #837D95CC;
    font-size: 14px;
    line-height: 18px; }
    .cform-block .cf b {
      color: #BD5955CC; }
    .cform-block .cf span {
      display: block;
      height: 18px; }
      .cform-block .cf span span {
        height: 12px;
        font-size: 12px; }
    .cform-block .cf input {
      border: 0;
      background: transparent;
      color: #000000CC;
      font-size: 14px;
      font-weight: 500;
      line-height: 18px;
      height: 18px;
      display: block;
      width: 100%;
      padding: 0; }
  .cform-block input[type=submit] {
    height: 64px;
    display: block;
    width: 100%;
    border-radius: 32px;
    position: relative;
    margin-top: 30px;
    text-transform: uppercase; }
  .cform-block .wpcf7-response-output {
    margin: 0 !important;
    font-size: 14px; }

.animate {
  position: relative;
  visibility: hidden;
  opacity: 0;
  transition: all 1s ease; }
  .animate.anim-left {
    left: -300px; }
  .animate.anim-right {
    right: -300px; }
  .animate.vis {
    visibility: visible;
    opacity: 1; }
    .animate.vis.anim-left {
      left: 0px; }
    .animate.vis.anim-right {
      right: 0px; }

@media (max-width: 1200px) {
  .container {
    max-width: 960px; }

  .hero .hero-content {
    padding: 160px 90px 0; }

  .hero .hero-content h1 {
    font-size: 48px;
    line-height: 56px;
    max-width: 520px; }

  .hero .hero-content .hero-text {
    max-width: 570px;
    margin-top: 20px; }

  .hero .hero-content .hero-btn-block {
    margin-top: 45px; }

  .services-list {
    gap: 30px; }

  .services-list .item {
    flex: 0 0 calc(33.33333% - 20px);
    padding: 25px; }

  .services-list .item .img {
    height: 50px; }

  .services-list .item img {
    height: 50px; }

  .services-list .item .title {
    margin-top: 15px;
    font-size: 24px;
    line-height: 30px; }

  h2 {
    font-size: 60px; }

  .priority .text {
    gap: 40px;
    font-size: 24px;
    line-height: 38px; }

  .offers-container {
    width: calc(100% - 80px); }

  .owl-carousel.offers-slider .owl-nav button.owl-prev {
    left: -40px; }

  .owl-carousel.offers-slider .owl-nav button.owl-next {
    right: -40px; }

  .angle-bg {
    background-size: 105%;
    padding-top: 230px; }

  .angle-bg .services-list {
    margin-top: 30px; }

  .bbg .txt {
    margin-top: 30px;
    font-size: 54px;
    line-height: 68px; }

  .bbg .sm-txt {
    font-size: 26px;
    line-height: 36px; }

  .bbg {
    padding: 85px 30px 680px; }

  footer .footer-row .menus {
    gap: 60px; } }
@media (max-width: 992px) {
  .container {
    max-width: 700px; }

  header {
    padding: 12px 0; }

  .get-in-touch {
    display: none; }

  .sm-menu-btn {
    display: block;
    width: 30px;
    height: 30px;
    background: url("images/sm_menu.svg") center no-repeat; }

  .logo {
    height: 42px; }

  .top-menu {
    gap: 25px;
    flex-direction: column;
    align-items: center;
    padding: 25px 0;
    background: #2B2B2B;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease; }

  header.open .top-menu {
    visibility: visible;
    opacity: 1; }
  header.open .sm-menu-btn {
    background: url("images/sm_menu_close.svg") center no-repeat; }

  .hero .hero-content {
    padding: 120px 80px 0; }

  .hero .hero-content h1 {
    font-size: 28px;
    line-height: 36px;
    max-width: 300px; }

  .hero .hero-content .hero-text {
    max-width: 380px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 22px; }

  .hero .services-list {
    margin-top: 75px; }

  .services-list .item .title {
    margin-top: 10px;
    font-size: 15px;
    line-height: 30px; }

  .services-list .item .txt {
    font-size: 13px;
    line-height: 16px; }

  .services-list .item {
    padding: 15px; }

  .services-list {
    gap: 20px; }

  .bbg {
    padding: 85px 30px 470px; }

  .footer-logo {
    max-width: 100px; }

  footer .footer-row {
    gap: 30px; }

  footer .footer-row .menus {
    gap: 10px;
    width: 100%;
    justify-content: space-between; }

  footer .footer-row .menus .title {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px; }

  footer .footer-row .menus img {
    max-width: 85px; }

  footer .footer-row .menus .icon {
    padding-left: 24px; }

  footer .footer-row .menus .icon.map {
    background: url(images/ico_map.svg) 3px 3px no-repeat; }

  footer .footer-row .menus .icon.mail {
    background: url(images/ico_mail.svg) 0px 3px no-repeat;
    margin-top: 20px; }

  body {
    margin-top: 90px; }

  .brands img {
    margin: 5px 5px;
    max-width: 250px;
    max-height: 70px; }

  .subtitle {
    line-height: 32px; }

  .questions {
    margin-top: 100px; } }
@media (max-width: 500px) {
  .container {
    max-width: calc(100% - 20px); }

  .hero .hero-content {
    padding: 55px 35px 0; }

  .hero .hero-content h1 {
    font-size: 18px;
    line-height: 20px;
    max-width: 65%; }

  .hero .hero-content .hero-text {
    max-width: 65%;
    margin-top: 10px;
    font-size: 10px;
    line-height: 12px; }

  .hero .hero-content .hero-btn-block {
    margin-top: 10px;
    align-items: flex-start; }

  .hero .hero-content .hero-btn-block .hero-btn {
    font-size: 12px;
    line-height: 18px;
    padding: 5px 20px;
    border-radius: 25px;
    width: auto; }

  .hero .hero-content .hero-btn-block .hero-btn-txt {
    font-size: 9px;
    line-height: 9px;
    margin-top: 5px;
    background-size: 50px;
    padding-left: 56px;
    padding-top: 12px; }

  .hero .services-list {
    gap: 10px;
    margin-top: 46px; }
    .hero .services-list .item {
      flex: 0 0 calc(33.33333% - 8px);
      padding: 10px; }
      .hero .services-list .item img {
        height: 20px; }
      .hero .services-list .item .title {
        margin-top: 5px;
        font-size: 12px;
        line-height: 14px; }
      .hero .services-list .item .txt {
        font-size: 7px;
        line-height: 14px; }

  h2 {
    font-size: 30px;
    line-height: 38px; }

  .priority .text {
    gap: 10px;
    font-size: 10px;
    line-height: 13px; }

  .offers-container {
    width: 260px; }

  .owl-carousel.offers-slider .item {
    padding: 30px 20px; }

  .owl-carousel.offers-slider .item .img {
    height: 40px; }

  .owl-carousel.offers-slider .item .img img {
    max-height: 40px; }

  .owl-carousel.offers-slider .item .title {
    margin-top: 15px;
    font-size: 14px;
    line-height: 17px; }

  .owl-carousel.offers-slider .item .text {
    font-size: 10px;
    line-height: 12px; }

  .angle-bg .services-list {
    max-width: 260px;
    margin: 30px auto 0;
    flex-direction: column; }
  .angle-bg .services-list .item .img {
    height: 40px; }
  .angle-bg .services-list .item img {
    height: 40px; }
  .angle-bg .services-list .item .title {
    font-size: 16px;
    line-height: 18px; }
  .angle-bg .angle-bg .services-list .item .txt {
    margin-top: 5px;
    font-size: 10px;
    line-height: 15px; }

  .services-list .item .angle {
    border: 1px solid #5D2FDB;
    width: 8px;
    height: 8px; }

  .services-list .item .angle.angle-1 {
    top: -4px;
    left: -4px; }

  .services-list .item .angle.angle-2 {
    top: -4px;
    right: -4px; }

  .services-list .item .angle.angle-3 {
    bottom: -4px;
    right: -4px; }

  .services-list .item .angle.angle-4 {
    bottom: -4px;
    left: -4px; }

  .services-list .item {
    border: 1px solid #5D2FDB; }

  .angle-bg {
    background: url(images/angle_bg_sm.svg) top right no-repeat;
    padding-top: 70px; }

  .contacts {
    margin-top: 50px; }
    .contacts .img {
      display: none; }

  .stages .item .content .title {
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 7px; }

  .stages .item .content .text {
    font-size: 10px;
    line-height: 13px; }

  .stages .item:nth-child(2n+1) .content {
    padding-right: 50px; }

  .stages .item:nth-child(2n+2) .content {
    padding-left: 50px; }

  .stages .item .content:before {
    width: 34px; }

  .bbg {
    border: 1px solid #090B37;
    border-radius: 30px;
    padding: 30px 30px 260px; }

  .bbg h2 img {
    height: 36px;
    top: 6px; }

  .bbg .txt {
    margin-top: 15px;
    font-size: 20px;
    line-height: 22px; }

  .bbg .sm-txt {
    font-size: 13px;
    line-height: 14px;
    margin-top: 15px; }

  .bbg .btns {
    margin-top: 16px; }

  .btn {
    font-size: 15px;
    line-height: 18px;
    padding: 5px 25px;
    border-radius: 14px; }

  .subtitle {
    font-size: 14px;
    line-height: 18px;
    margin-top: 15px; }
    .subtitle br {
      display: none; }

  .brands {
    margin-top: 0px; }

  .brands img {
    margin: 5px 5px;
    max-height: 30px; }

  footer .footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px; }

  footer {
    background: #6938EF;
    padding: 20px 0;
    font-size: 10px;
    line-height: 16px;
    margin-top: 75px; }

  .footer-logo {
    max-height: 45px; }

  body {
    margin-top: 100px; }

  .m100 {
    margin: 70px 0; }

  .questions {
    margin-top: 75px; }

  .cform-block {
    padding: 20px;
    max-width: 100%; }

  .contacts .form-block {
    flex: 0 0 100%;
    max-width: 100%; }

  .cform-block:before {
    height: 490px; } }

/*# sourceMappingURL=style.css.map */
