body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: Inter;
  font-style: normal;
  background: white; }

* {
  box-sizing: border-box;
  outline: none; }

input, button, input:active, button:active {
  outline: none; }

input {
  -webkit-appearance: none; }

ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.clear {
  clear: both; }

a:focus {
  outline: none; }

.hidden-item {
  display: none; }

.visible-item {
  display: block; }

h1, h2, h3 {
  margin-top: 0;
  margin-bottom: 0; }

p {
  margin-top: 0;
  margin-bottom: 0; }

a {
  text-decoration: none; }

.img-responsive {
  display: block;
  max-width: 100%; }

.s-wrap {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 15px; }

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
  flex-wrap: wrap; }

.flexbetween {
  justify-content: space-between; }

.flexcenter {
  justify-content: center; }

.flexright {
  justify-content: flex-end; }

.flexalcenter {
  align-items: center; }

.flexalbottom {
  align-items: flex-end; }

.flexalstretch {
  align-items: stretch; }

.flexalccenter {
  align-content: center; }

.flexnwr {
  flex-wrap: nowrap; }

.inflex {
  display: inline-flex; }

.s-wrapper {
  overflow: hidden;
  background: white; }

.s-header {
  background: #1F2A37;
  padding: 18px 0; }
  .s-header-toggle {
    display: block;
    cursor: pointer;
    position: relative;
    width: 24px;
    height: 24px;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    z-index: 102;
    margin-right: 5px;
    margin-top: -5px; }
    .s-header-toggle.active {
      left: -5px; }
      .s-header-toggle.active .icon-menu-burger {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: transform .2s linear .4s;
        -moz-transition: transform .2s linear .4s;
        -o-transition: transform .2s linear .4s;
        -ms-transition: transform .2s linear .4s;
        transition: transform .2s linear .4s;
        -webkit-transition: -webkit-transform .2s linear .4s;
        height: 2px;
        width: 24px; }
        .s-header-toggle.active .icon-menu-burger:before {
          -webkit-transition: top .2s linear;
          -moz-transition: top .2s linear;
          -o-transition: top .2s linear;
          -ms-transition: top .2s linear;
          transition: top .2s linear;
          top: 0;
          opacity: 0; }
        .s-header-toggle.active .icon-menu-burger:after {
          -webkit-transition: bottom .2s linear;
          -moz-transition: bottom .2s linear;
          -o-transition: bottom .2s linear;
          -ms-transition: bottom .2s linear;
          transition: bottom .2s linear;
          bottom: 0; }
        .s-header-toggle.active .icon-menu-burger:before, .s-header-toggle.active .icon-menu-burger:after, .s-header-toggle.active .icon-menu-burger .icon-menu-burger-line {
          background: #fff; }
        .s-header-toggle.active .icon-menu-burger .icon-menu-burger-line {
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg);
          width: 100%; }
    .s-header-toggle .icon-menu-burger {
      height: 2px;
      width: 24px;
      position: absolute;
      top: 50%;
      left: 0;
      margin: 0;
      -webkit-transition: transform .2s ease 0;
      -moz-transition: transform .2s ease 0;
      -o-transition: transform .2s ease 0;
      -ms-transition: transform .2s ease 0;
      transition: transform .2s ease 0;
      -webkit-transition: -webkit-transform .2s ease 0;
      border-radius: 5px; }
      .s-header-toggle .icon-menu-burger:before {
        top: -7px;
        -webkit-transition: top .2s linear .4s;
        -moz-transition: top .2s linear .4s;
        -o-transition: top .2s linear .4s;
        -ms-transition: top .2s linear .4s;
        transition: top .2s linear .4s; }
      .s-header-toggle .icon-menu-burger:after {
        bottom: -7px;
        -webkit-transition: bottom .2s linear .4s;
        -moz-transition: bottom .2s linear .4s;
        -o-transition: bottom .2s linear .4s;
        -ms-transition: bottom .2s linear .4s;
        transition: bottom .2s linear .4s; }
      .s-header-toggle .icon-menu-burger:before, .s-header-toggle .icon-menu-burger:after {
        background: #fff;
        content: '';
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0; }
      .s-header-toggle .icon-menu-burger-line {
        background: #fff;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        -webkit-transition: transform .2s linear .2s;
        -moz-transition: transform .2s linear .2s;
        -o-transition: transform .2s linear .2s;
        -ms-transition: transform .2s linear .2s;
        transition: transform .2s linear .2s;
        -webkit-transition: -webkit-transform .2s linear .2s; }
  .s-header-menu {
    display: none; }
    .s-header-menu li:not(:last-child) {
      margin-right: 33px; }
    .s-header-menu li a {
      color: #FFF;
      font-size: 16px;
      font-weight: 600;
      line-height: 24px;
      display: flex;
      align-items: center; }
      .s-header-menu li a span {
        padding-right: 7px; }
  .s-header-buttons {
    display: none; }
    .s-header-buttons .s-home-btn {
      padding: 10px 18px; }
  .s-header-login {
    padding-right: 30px; }
    .s-header-login a {
      color: #FFF;
      font-size: 16px;
      font-weight: 600;
      line-height: 24px; }

@media only screen and (min-width: 991px) {
  .s-header-logo {
    padding-right: 40px; }
  .s-header-menu {
    display: flex; }
    .s-header-menu li {
      position: relative; }
      .s-header-menu li a img {
        transform: rotate(0deg);
        transition: .3s all; }
      .s-header-menu li:hover a img {
        transform: rotate(180deg); }
      .s-header-menu li:hover .s-header-menu-block {
        opacity: 1;
        visibility: visible;
        top: calc(100% + 10px); }
    .s-header-menu-block {
      position: absolute;
      left: -15px;
      top: calc(100% + 0px);
      background-color: #fff;
      border-radius: 10px;
      padding: 20px 15px;
      opacity: 0;
      visibility: hidden;
      transition: .3s all; }
      .s-header-menu-block ul li a {
        color: #000; }
  .s-header-toggle {
    display: none; }
  .s-header-buttons {
    display: flex; } }

.s-menu {
  background: #1F2A37;
  position: fixed;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow-y: auto;
  transition: .3s all; }
  .s-menu.active {
    left: 0; }
  .s-menu-inner {
    padding: 18px 15px 50px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column; }
  .s-menu .s-header-logo {
    width: 100%;
    margin: 0; }
  .s-menu .s-header-menu {
    display: block;
    padding-top: 40px;
    width: 100%;
    flex-grow: 1; }
    .s-menu .s-header-menu li {
      margin-right: 0; }
      .s-menu .s-header-menu li + li {
        margin-top: 25px; }
  .s-menu .s-header-buttons {
    display: flex;
    justify-content: center;
    padding-top: 30px; }
  .s-menu .s-header-menu-block {
    display: none; }
  .s-menu .s-header-menu li a {
    font-size: 20px; }

.s-home {
  background: #1F2A37;
  padding-top: 60px;
  padding-bottom: 62px; }
  .s-home-title {
    color: #FFF;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.72px; }
    .s-home-title span {
      color: #9E77ED; }
  .s-home-descr {
    color: #E5E7EB;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding-top: 18px; }
  .s-home-button {
    padding-top: 32px; }
  .s-home-btn {
    border-radius: 8px;
    border: 1px solid #7F56D9;
    background: #7F56D9;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 12px 20px;
    transition: .3s ease;
    max-width: 375px;
    margin: 0 auto;
    width: 100%;
    cursor: pointer; }
    .s-home-btn:hover {
      background-color: #7249CC; }

@media only screen and (min-width: 768px) {
  .s-home {
    padding-top: 93px;
    padding-bottom: 97px; }
  .s-home-title {
    font-size: 72px;
    line-height: 90px;
    letter-spacing: -1.44px;
    text-align: center;
    max-width: 768px;
    margin: 0 auto; }
    .s-home-title span {
      color: #fff; }
  .s-home-descr {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    padding-top: 24px; }
  .s-home-button {
    padding-top: 50px;
    text-align: center; }
  .s-home-btn {
    padding: 16px 28px;
    display: inline-flex;
    max-width: 277px; } }

.s-about {
  padding-top: 64px;
  padding-bottom: 74px; }
  .s-about-block {
    width: 100%;
    padding-bottom: 56px; }
    .s-about-block:last-child {
      padding-bottom: 0; }
  .s-about-subtitle {
    color: #6941C6;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; }
  .s-about-title {
    color: #111927;
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
    padding-top: 12px;
    padding-right: 15px; }
    .s-about-title span {
      color: #7F56D9; }
  .s-about-descr {
    color: #4D5761;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding-top: 16px; }
  .s-about-img img {
    border-radius: 8px;
    display: block; }

@media only screen and (min-width: 768px) {
  .s-about-block {
    padding: 0 15px;
    width: 50%; }
  .s-about-line {
    margin: 0 -30px;
    align-items: center; }
  .s-about-img {
    display: flex;
    justify-content: flex-end; }
  .s-about {
    padding-top: 96px;
    padding-bottom: 68px; }
  .s-about-title {
    padding-right: 0;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.72px;
    max-width: 500px; }
  .s-about-info {
    padding-left: 20px;
    margin-top: -25px; }
  .s-about-descr {
    padding-top: 40px;
    padding-right: 5px; } }

.s-icons {
  padding: 64px 0;
  background: #FCFCFD; }
  .s-icons .s-about-title {
    padding-right: 0;
    text-align: center;
    padding-top: 0;
    max-width: 600px;
    margin: 0 auto; }
  .s-icons .s-about-descr {
    text-align: center;
    max-width: 600px;
    margin: 0 auto; }
  .s-icons-line {
    padding-top: 48px; }
  .s-icons-block {
    padding-bottom: 42px;
    width: 100%; }
    .s-icons-block:last-child {
      padding-bottom: 0; }
  .s-icons-item {
    text-align: center; }
    .s-icons-item img {
      margin: 0 auto; }
    .s-icons-item-title {
      color: #111927;
      text-align: center;
      font-size: 18px;
      font-weight: 600;
      line-height: 28px;
      padding-top: 12px; }
    .s-icons-item-descr {
      color: #4D5761;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      padding-top: 5px;
      max-width: 375px;
      margin: 0 auto; }

@media only screen and (min-width: 768px) {
  .s-icons .s-about-title {
    display: none; }
  .s-icons .s-about-descr {
    display: none; }
  .s-icons-block {
    width: 33.3%;
    padding: 0 15px; }
  .s-icons-line {
    margin: 0 -15px;
    padding-top: 0; }
  .s-icons {
    padding-top: 96px;
    padding-bottom: 96px; }
  .s-icons-item-title {
    font-size: 20px;
    line-height: 30px;
    padding-top: 20px; }
  .s-icons-item-descr {
    padding-top: 8px;
    max-width: 392px; }
    .s-icons-item-descr br {
      display: none; } }

.s-reviews {
  background-color: #fff;
  padding: 64px 0 66px; }
  .s-reviews .s-about-title {
    padding: 0; }
  .s-reviews .s-about-descr {
    padding-top: 11px; }
  .s-reviews-total {
    border-radius: 8px;
    border: 1px solid #FAC515;
    background: #FEFBE8;
    padding: 7px 15px;
    max-width: 375px;
    margin: 0 auto;
    margin-top: 24px; }
    .s-reviews-total-stars .rating .stars {
      position: relative;
      display: block;
      height: 28px;
      width: 160px;
      background: url(../img/star-grey.png) repeat-x;
      margin: 0 auto; }
      .s-reviews-total-stars .rating .stars .on {
        height: 28px;
        background: url(../img/star.png) repeat-x;
        background-position: 0 0; }
    .s-reviews-total-nums {
      color: #111927;
      font-size: 30px;
      font-weight: 600;
      line-height: 38px;
      text-align: center;
      padding-top: 8px; }
  .s-reviews-line {
    padding-top: 48px;
    margin-bottom: -49px; }
  .s-reviews-block {
    padding-bottom: 49px;
    width: 100%; }
    .s-reviews-block.hidden-mob {
      display: none; }
  .s-reviews-item {
    text-align: center; }
    .s-reviews-item .rating .stars {
      position: relative;
      display: block;
      height: 20px;
      width: 120px;
      background: url(../img/star1-grey.png) repeat-x;
      margin: 0 auto; }
      .s-reviews-item .rating .stars .on {
        height: 20px;
        background: url(../img/star1.png) repeat-x;
        background-position: 0 0; }
    .s-reviews-item-title {
      color: #111927;
      font-size: 16px;
      font-weight: 600;
      line-height: 24px;
      padding-top: 8px; }
    .s-reviews-item-descr {
      color: #6C737F;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      padding-top: 7px; }

@media only screen and (min-width: 768px) {
  .s-reviews-block {
    width: 33.3%;
    padding: 0 30px; }
  .s-reviews {
    padding-top: 96px;
    padding-bottom: 96px; }
  .s-reviews .s-about-title {
    text-align: center;
    max-width: inherit; }
  .s-reviews .s-about-descr {
    padding-top: 20px;
    text-align: center;
    font-size: 20px;
    line-height: 30px; }
  .s-reviews-total {
    margin-top: 32px;
    max-width: 290px; }
  .s-reviews-line {
    padding-top: 65px;
    margin-bottom: 0; }
  .s-reviews-item-title {
    font-size: 20px;
    line-height: 30px; }
  .s-reviews-item-descr {
    font-size: 16px;
    line-height: 24px; }
    .s-reviews-item-descr br {
      display: none; }
  .s-reviews-block.hidden-mob {
    display: block; } }

.s-footer {
  background: #1F2A37;
  padding: 48px 0; }
  .s-footer-copy {
    color: #D2D6DB;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    padding-top: 42px; }

@media only screen and (min-width: 768px) {
  .s-footer-inner {
    display: flex;
    justify-content: space-between; }
  .s-footer-copy {
    padding-top: 0; } }

.s-form {
  display: none; }
  .s-form-header {
    padding: 22px 15px;
    border-bottom: 1px solid #E5E7EB; }
  .s-form-logo {
    text-align: center; }
    .s-form-logo a {
      color: #000;
      font-size: 18px;
      font-weight: 600;
      line-height: 28px; }
  .s-form-step {
    padding-top: 36px;
    padding-bottom: 42px;
    display: none; }
    .s-form-step.step2-1 {
      padding-bottom: 120px; }
    .s-form-step.step2-2 {
      padding-bottom: 84px; }
    .s-form-step-rooms {
      gap: 16px; }
    .s-form-step-apartments {
      padding-top: 7px;
      display: none; }
      .s-form-step-apartments .s-form-step-item:not(:last-child) {
        padding-sbottom: 30px; }
    .s-form-step-time-single {
      padding-top: 23px;
      display: none; }
      .s-form-step-time-single .s-form-step-item {
        padding-bottom: 0; }
    .s-form-step-time-range {
      padding-top: 23px;
      display: none; }
      .s-form-step-time-range .s-form-step-item {
        padding-bottom: 0; }
      .s-form-step-time-range-inputs {
        gap: 18px;
        flex-wrap: nowrap; }
        .s-form-step-time-range-inputs input {
          width: 50%; }
    .s-form-step-loader {
      display: none;
      color: #384250;
      text-align: center;
      font-size: 18px;
      font-weight: 500;
      line-height: 28px;
      min-height: 466px;
      padding-top: 35px;
      flex-direction: column;
      flex-wrap: nowrap;
      align-content: center;
      justify-content: space-around;
      align-items: center;
    }
      .s-form-step-loader p {
        padding-top: 24px; }
    .s-form-step-infoblock {
      border-radius: 12px;
      border: 1px solid #D6BBFB;
      background: #FCFAFF;
      padding: 16px;
      margin-bottom: 20px;
      text-align: left; }
      .s-form-step-content small {
        display: block;
        font-weight: 400;
        font-size: 11px;
      }
      .s-form-step-infoblock-title {
        color: #6941C6;
        font-size: 14px;
        font-weight: 600;
        line-height: 20px; }
      .s-form-step-infoblock-text {
        color: #6941C6;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px; }
    .s-form-step-content {
      display: none;
      padding-top: 24px; }
    .s-form-step.active {
      display: block; }
    #time-select-days {
      display: none ;
      margin-top: 20px;
    }
    #time-select-days small {
      display: block;
      margin-top: 10px;
      font-weight: 400;
      margin-bottom: 10px;
    }
    .s-form-step-title {
      color: #1F2A37;
      font-size: 20px;
      font-weight: 600;
      line-height: 30px;
      padding-top: 24px;
      margin-bottom: 24px; }
    .s-form-step-title small{
      color: #6C737F;
      font-size: 12px;
      display: block;
      line-height: 16px;
      margin-top: 16px;
      font-weight: 400;
    }
    .s-form-step-item {
      padding-bottom: 24px; }
      .s-form-step-item.correct input {
        background-image: url("../img/check.svg");
        background-repeat: no-repeat;
        background-position: calc(100% - 14px) center; }
      .s-form-step-item.error input {
        border: 1px solid #FDA29B;
        background-image: url("../img/alert-circle.svg");
        background-repeat: no-repeat;
        background-position: calc(100% - 14px) center; }
      .s-form-step-item.error p {
        display: block; }
      .s-form-step-item-input {
        position: relative; }
      .s-form-step-item p {
        display: none;
        color: #F04438;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        padding-top: 8px; }
      .s-form-step-item label {
        display: block;
        color: #384250;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        margin-bottom: 6px; }
        .s-form-step-item label span {
          color: #6C737F;
          display: block;
          font-weight: 400;
          padding-top: 5px;
          padding-bottom: 9px; }
      .s-form-step-item input {
        border-radius: 8px;
        border: 1px solid #D2D6DB;
        background: #FFF;
        box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
        display: block;
        width: 100%;
        height: 43px;
        line-height: 41px;
        color: #6C737F;
        font-size: 16px;
        font-weight: 400;
        padding: 0 15px;
        font-family: inherit;
        padding-right: 40px; }
        .s-form-step-item input.date {
          background-image: url("../img/calendar.svg");
          background-repeat: no-repeat;
          background-position: 10px center;
          padding-left: 40px; }
      .s-form-step-item textarea {
        border-radius: 8px;
        border: 1px solid #D2D6DB;
        background: #FFF;
        box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
        display: block;
        width: 100%;
        color: #6C737F;
        font-size: 16px;
        font-family: inherit;
        font-weight: 400;
        line-height: 24px;
        height: 180px;
        overflow-y: auto;
        resize: none;
        padding: 10px 15px; }
      .s-form-step-item textarea:-moz-placeholder {
        opacity: 1;
        color: #6C737F; }
      .s-form-step-item textarea::-moz-placeholder {
        opacity: 1;
        color: #6C737F; }
      .s-form-step-item textarea:-ms-input-placeholder {
        opacity: 1;
        color: #6C737F; }
      .s-form-step-item textarea::-webkit-input-placeholder {
        opacity: 1;
        color: #6C737F; }
      .s-form-step-item-elevator {
        gap: 13px;
        padding-top: 10px;
        flex-wrap: nowrap; }
        .s-form-step-item-elevator .b-radio {
          padding-bottom: 0;
          width: 50%; }
      .s-form-step-item.information {
        padding-bottom: 8px;
        display: none; }
        .s-form-step-item.information label {
          margin-bottom: 17px; }
        .s-form-step-item.information .b-checkbox label {
          margin-bottom: 0; }
      .s-form-step-item.treatment {
        padding-top: 27px; }
        .s-form-step-item.treatment label {
          margin-bottom: 15px; }
        .s-form-step-item.treatment .b-radio label {
          margin-bottom: 0; }
    .s-form-step-button {
      padding-top: 23px; }
      .s-form-step-button .s-home-btn {
        padding: 10px 18px; }
    .s-form-step-info {
      color: #6C737F;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      text-align: center;
      padding-top: 16px; }
  .s-form-top {
    color: #111927;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 2px solid #E5E7EB;
    padding-bottom: 4px;
    position: relative; }
    .s-form-top:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -2px;
      display: block;
      background: #7F56D9;
      width: 74px;
      height: 2px; }
    .s-form-top-arrow {
      padding-right: 17px; }
    .s-form-top-progress {
      font-weight: 400;
      position: relative;
      padding-right: 13px; }
      .s-form-top-progress:after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        width: 1px;
        height: 24px;
        background: #E5E7EB;
        right: 0; }
    .s-form-top-direction {
      font-weight: 600;
      padding-left: 11px; }
  .s-form-footer {
    background: #1F2A37;
    padding-top: 23px;
    padding-bottom: 24px; }
    .s-form-footer-list {
      padding-left: 7px; }
      .s-form-footer-list li {
        color: #D2D6DB;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        display: flex;
        align-items: center;
        padding-bottom: 9px; }
        .s-form-footer-list li:last-child {
          padding-bottom: 0; }
        .s-form-footer-list li .icon {
          width: 35px; }
          .s-form-footer-list li .icon.style1 img {
            margin-left: -6px; }
        .s-form-footer-list li .text {
          width: calc(100% - 35px); }
        .s-form-footer-list li span {
          color: #9E77ED; }

@media only screen and (min-width: 768px) {
  .s-form-step {
    padding-top: 62px;
    max-width: 384px;
    margin: 0 auto;
    padding-bottom: 45px; }
  .s-form-form {
    flex-grow: 1;
    width: 100%; }
  .s-form-step-button .s-home-btn {
    width: 100%;
    display: flex;
    max-width: 100%; }
  .s-form-footer {
    padding-top: 45px;
    padding-bottom: 46px; }
  .s-form-footer-list {
    padding-left: 0;
    display: flex;
    align-items: center;
    margin: 0 -15px;
    justify-content: space-between;
    max-width: 1146px; }
  .s-form-footer-list li {
    padding: 0 15px;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 24px; }
  .s-form-inner {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    height: 100%;
    position: relative; }
  .s-form-header {
    width: 100%;
    margin: 0; } }

.b-radio {
  padding-bottom: 12px; }
  .b-radio:last-child {
    padding-bottom: 0; }
  .b-radio div {
    display: block;
    position: relative; }
  .b-radio input {
    display: block;
    opacity: 0;
    margin-top: 0px;
    position: absolute;
    visibility: hidden;
    top: 0; }
  .b-radio input + label {
    cursor: pointer; }
  .b-radio input + label {
    border-radius: 12px;
    border: 1px solid #E5E7EB;
    background: #ffffff;
    padding: 16px;
    display: flex;
    width: 100%;
    align-items: center;
    color: #384250;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    height: 56px;
    transition: .3s all;
    margin-bottom: 0; }
    .b-radio input + label .icon {
      width: 20px;
      height: 20px;
      border-radius: 10px;
      border: 1px solid #D2D6DB;
      background: #FFF;
      display: block;
      cursor: pointer;
      position: relative; }
      .b-radio input + label .icon:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: #7F56D9;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin: auto;
        transition: .3s all;
        transform: scale(0); }
    .b-radio input + label .text {
      width: calc(100% - 20px);
      padding-left: 12px;
      padding-top: 0;
      padding-bottom: 0; }
  .b-radio input:checked + label {
    border: 2px solid #7F56D9;
    background: #F9F5FF; }
    .b-radio input:checked + label .icon {
      border: 1px solid #7F56D9;
      background: #F9F5FF; }
      .b-radio input:checked + label .icon:after {
        transform: scale(1); }
    .b-radio input:checked + label .text {
      color: #53389E; }

.b-radio1 div {
  display: block;
  position: relative; }

.b-radio1 input {
  display: block;
  opacity: 0;
  margin-top: 0px;
  position: absolute;
  visibility: hidden;
  top: 0; }

.b-radio1 input + label {
  cursor: pointer; }

.b-radio1 input + label {
  border-radius: 8px;
  border: 1px solid #D2D6DB;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  width: 48px;
  height: 48px;
  color: #6C737F;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0; }
  .b-radio1 input + label span {
    color: #6C737F;
    padding: 0; }

.b-radio1 input:checked + label {
  border: 1px solid #7F56D9;
  color: #7F56D9; }
  .b-radio1 input:checked + label span {
    color: #7F56D9; }

.b-checkbox {
  padding-bottom: 15px; }
  .b-checkbox div {
    display: block;
    position: relative; }
  .b-checkbox input {
    display: block;
    opacity: 0;
    margin-top: 0px;
    position: absolute;
    visibility: hidden;
    top: 0;
    margin: 0; }
  .b-checkbox input + label {
    cursor: pointer; }
  .b-checkbox input + label {
    border-radius: 12px;
    border: 1px solid #E5E7EB;
    background: #ffffff;
    padding: 16px;
    display: flex;
    width: 100%;
    align-items: center;
    color: #384250;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    height: 56px;
    transition: .3s all;
    margin-bottom: 0; }
    .b-checkbox input + label .icon {
      width: 20px;
      height: 20px;
      border-radius: 6px;
      border: 1px solid #D2D6DB;
      background: #FFF;
      display: block;
      cursor: pointer;
      position: relative; }
      .b-checkbox input + label .icon:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 6px;
        background-image: url("../img/icon-check.svg");
        background-repeat: no-repeat;
        background-position: center center;
        margin: auto;
        transition: .3s all;
        transform: scale(0);
        top: 0;
        left: 0; }
    .b-checkbox input + label .text {
      width: calc(100% - 20px);
      padding-left: 12px;
      padding-top: 0;
      padding-bottom: 0; }
  .b-checkbox input:checked + label {
    border: 2px solid #7F56D9;
    background: #F9F5FF; }
    .b-checkbox input:checked + label .icon {
      border: 1px solid #7F56D9;
      background: #F9F5FF; }
      .b-checkbox input:checked + label .icon:after {
        transform: scale(1); }
    .b-checkbox input:checked + label .text {
      color: #53389E; }



.loading-text-effect
{
  text-transform: uppercase;
  background-image: linear-gradient(
          -225deg,
          rgba(122,  93,  30, 100%),
          rgba(212, 188, 137, 100%),
          rgba(212, 188, 137, 100%),
          #6941C6 100%

);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
  font-size: 20px;
}

.iti.iti--allow-dropdown.iti--show-flags {
  width: 100%;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

/* Heart beat animation */
@keyframes beat{
  0% { transform: rotate(0deg) scale(1); }
  25% { transform: rotate(0deg) scale(1.1); }
  30% { transform: rotate(0deg) scale(1.0); }
  50% { transform: rotate(0deg) scale(1.1); }
  70% { transform: rotate(0deg) scale(1.0); }
  100% { transform: rotate(0deg) scale(1.1); }
}

#empezar {
  animation: beat 3s infinite alternate;
  border:4px solid #FFF;
  width: auto;
  max-width: 350px;
}