/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px; }
  .dropzone.dz-clickable {
    cursor: pointer; }
    .dropzone.dz-clickable * {
      cursor: default; }
    .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
      cursor: pointer; }
  .dropzone.dz-started .dz-message {
    display: none; }
  .dropzone.dz-drag-hover {
    border-style: solid; }
    .dropzone.dz-drag-hover .dz-message {
      opacity: 0.5; }
  .dropzone .dz-message {
    text-align: center;
    margin: 2em 0; }
  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px; }
    .dropzone .dz-preview:hover {
      z-index: 1000; }
      .dropzone .dz-preview:hover .dz-details {
        opacity: 1; }
    .dropzone .dz-preview.dz-file-preview .dz-image {
      border-radius: 20px;
      background: #999;
      background: linear-gradient(to bottom, #eee, #ddd); }
    .dropzone .dz-preview.dz-file-preview .dz-details {
      opacity: 1; }
    .dropzone .dz-preview.dz-image-preview {
      background: white; }
      .dropzone .dz-preview.dz-image-preview .dz-details {
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear; }
    .dropzone .dz-preview .dz-remove {
      font-size: 14px;
      text-align: center;
      display: block;
      cursor: pointer;
      border: none; }
      .dropzone .dz-preview .dz-remove:hover {
        text-decoration: underline; }
    .dropzone .dz-preview:hover .dz-details {
      opacity: 1; }
    .dropzone .dz-preview .dz-details {
      z-index: 20;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      font-size: 13px;
      min-width: 100%;
      max-width: 100%;
      padding: 2em 1em;
      text-align: center;
      color: rgba(0, 0, 0, 0.9);
      line-height: 150%; }
      .dropzone .dz-preview .dz-details .dz-size {
        margin-bottom: 1em;
        font-size: 16px; }
      .dropzone .dz-preview .dz-details .dz-filename {
        white-space: nowrap; }
        .dropzone .dz-preview .dz-details .dz-filename:hover span {
          border: 1px solid rgba(200, 200, 200, 0.8);
          background-color: rgba(255, 255, 255, 0.8); }
        .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
          overflow: hidden;
          text-overflow: ellipsis; }
          .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
            border: 1px solid transparent; }
      .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
        background-color: rgba(255, 255, 255, 0.4);
        padding: 0 0.4em;
        border-radius: 3px; }
    .dropzone .dz-preview:hover .dz-image img {
      -webkit-transform: scale(1.05, 1.05);
      -moz-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      -o-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      -webkit-filter: blur(8px);
      filter: blur(8px); }
    .dropzone .dz-preview .dz-image {
      border-radius: 20px;
      overflow: hidden;
      width: 120px;
      height: 120px;
      position: relative;
      display: block;
      z-index: 10; }
      .dropzone .dz-preview .dz-image img {
        display: block; }
    .dropzone .dz-preview.dz-success .dz-success-mark {
      -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview.dz-error .dz-error-mark {
      opacity: 1;
      -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
      pointer-events: none;
      opacity: 0;
      z-index: 500;
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      margin-left: -27px;
      margin-top: -27px; }
      .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
        display: block;
        width: 54px;
        height: 54px; }
    .dropzone .dz-preview.dz-processing .dz-progress {
      opacity: 1;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .dropzone .dz-preview.dz-complete .dz-progress {
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-in;
      -moz-transition: opacity 0.4s ease-in;
      -ms-transition: opacity 0.4s ease-in;
      -o-transition: opacity 0.4s ease-in;
      transition: opacity 0.4s ease-in; }
    .dropzone .dz-preview:not(.dz-processing) .dz-progress {
      -webkit-animation: pulse 6s ease infinite;
      -moz-animation: pulse 6s ease infinite;
      -ms-animation: pulse 6s ease infinite;
      -o-animation: pulse 6s ease infinite;
      animation: pulse 6s ease infinite; }
    .dropzone .dz-preview .dz-progress {
      opacity: 1;
      z-index: 1000;
      pointer-events: none;
      position: absolute;
      height: 16px;
      left: 50%;
      top: 50%;
      margin-top: -8px;
      width: 80px;
      margin-left: -40px;
      background: rgba(255, 255, 255, 0.9);
      -webkit-transform: scale(1);
      border-radius: 8px;
      overflow: hidden; }
      .dropzone .dz-preview .dz-progress .dz-upload {
        background: #333;
        background: linear-gradient(to bottom, #666, #444);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        -webkit-transition: width 300ms ease-in-out;
        -moz-transition: width 300ms ease-in-out;
        -ms-transition: width 300ms ease-in-out;
        -o-transition: width 300ms ease-in-out;
        transition: width 300ms ease-in-out; }
    .dropzone .dz-preview.dz-error .dz-error-message {
      display: block; }
    .dropzone .dz-preview.dz-error:hover .dz-error-message {
      opacity: 1;
      pointer-events: auto; }
    .dropzone .dz-preview .dz-error-message {
      pointer-events: none;
      z-index: 1000;
      position: absolute;
      display: block;
      display: none;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      border-radius: 8px;
      font-size: 13px;
      top: 130px;
      left: -10px;
      width: 140px;
      background: #be2626;
      background: linear-gradient(to bottom, #be2626, #a92222);
      padding: 0.5em 1.2em;
      color: white; }
      .dropzone .dz-preview .dz-error-message:after {
        content: '';
        position: absolute;
        top: -6px;
        left: 64px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #be2626; }
.vue-dropzone{border:2px solid #e5e5e5;font-family:Arial,sans-serif;letter-spacing:.2px;color:#777;transition:.2s linear}.vue-dropzone:hover{background-color:#f6f6f6}.vue-dropzone>i{color:#ccc}.vue-dropzone>.dz-preview .dz-image{border-radius:0;width:100%;height:100%}.vue-dropzone>.dz-preview .dz-image img:not([src]){width:200px;height:200px}.vue-dropzone>.dz-preview .dz-image:hover img{transform:none;-webkit-filter:none}.vue-dropzone>.dz-preview .dz-details{bottom:0;top:0;color:#fff;background-color:rgba(33,150,243,.8);transition:opacity .2s linear;text-align:left}.vue-dropzone>.dz-preview .dz-details .dz-filename{overflow:hidden}.vue-dropzone>.dz-preview .dz-details .dz-filename span,.vue-dropzone>.dz-preview .dz-details .dz-size span{background-color:transparent}.vue-dropzone>.dz-preview .dz-details .dz-filename:not(:hover) span{border:none}.vue-dropzone>.dz-preview .dz-details .dz-filename:hover span{background-color:transparent;border:none}.vue-dropzone>.dz-preview .dz-progress .dz-upload{background:#ccc}.vue-dropzone>.dz-preview .dz-remove{position:absolute;z-index:30;color:#fff;margin-left:15px;padding:10px;top:inherit;bottom:15px;border:2px #fff solid;text-decoration:none;text-transform:uppercase;font-size:.8rem;font-weight:800;letter-spacing:1.1px;opacity:0}.vue-dropzone>.dz-preview:hover .dz-remove{opacity:1}.vue-dropzone>.dz-preview .dz-error-mark,.vue-dropzone>.dz-preview .dz-success-mark{margin-left:auto;margin-top:auto;width:100%;top:35%;left:0}.vue-dropzone>.dz-preview .dz-error-mark svg,.vue-dropzone>.dz-preview .dz-success-mark svg{margin-left:auto;margin-right:auto}.vue-dropzone>.dz-preview .dz-error-message{margin-left:auto;margin-right:auto;left:0;width:100%;text-align:center}.vue-dropzone>.dz-preview .dz-error-message:after{display:none}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-getFile{padding:0 35px 30px;position:relative}.b-getFile__loader{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(255,255,255,.4);z-index:100}.b-getFile__spinner{z-index:101;position:absolute;left:50%;bottom:100px;margin-left:-50px}.b-getFile__title{font-size:1.4em;font-weight:bold;padding:15px 10px 22px}@media(min-width: 480px){.b-getFile__title{font-size:2em;padding:35px 5px 22px}}.b-getFile__form-and-download{display:flex;flex-wrap:wrap;align-items:flex-end}.b-getFile__form{display:flex;flex-wrap:wrap;flex-shrink:0;width:50%}.b-getFile__form-title{width:100%}.b-getFile__form-field{width:100%}body .b-getFile__email{padding:11px 15px 10px}.b-getFile__email--invalid{border-color:#e72430 !important}.b-getFile__get-email{flex-grow:0;background-color:#e72430;color:#fff;text-transform:uppercase;height:50px;width:100%;box-sizing:border-box;text-align:center;padding:10px 0;margin:5px 0;border:none;opacity:.7}.b-getFile__get-email--active{opacity:1;cursor:pointer}.b-getFile__download{flex-shrink:0;color:#000;text-decoration:none;position:relative;padding-left:30px;vertical-align:middle;margin-bottom:5px}.b-getFile__download::before{content:"";display:inline-block;background:url(/img/icons/document.svg) no-repeat top left;width:24px;height:43px;vertical-align:middle;padding-right:10px}.b-getFile__comment{width:100%;font:700 26px ProximaNova;text-align:center;padding:60px 0 30px}@media(max-width: 769px){.b-getFile{padding:0 10px 30px}.b-getFile__form{width:100%}.b-getFile__download{width:100%;padding-left:0}}@media(min-width: 480px){.b-getFile__form-field{flex-grow:1;width:auto}.b-getFile__form-field input{border-bottom-right-radius:0;border-top-right-radius:0}.b-getFile__get-email{width:135px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-radio{margin-bottom:30px}.b-radio__item{line-height:30px}.b-radio__header{padding-bottom:20px}.b-radio__header::first-letter{text-transform:uppercase}.b-radio__input{display:none}.b-radio__title{position:relative;cursor:pointer;padding-left:27px;display:inline-block}.b-radio__title::before{content:"";display:block;width:20px;height:20px;border:1px solid #cacaca;border-radius:50%;position:absolute;left:0;top:3px}.b-radio__title::after{content:"";display:block;width:14px;height:14px;background-color:#e72430;transform:scale(0);transition:transform .3s cubic-bezier(0, 4.07, 0, -0.54);border-radius:50%;position:absolute;left:4px;top:7px}.b-radio__input:checked+.b-radio__title::after{transform:scale(1)}.b-radio__input:disabled+.b-radio__title{color:#cacaca;cursor:default}.b-radio__titletooltip::after{content:"";color:#e72430;font:normal normal normal 20px/22px FontAwesome;margin-left:15px}@media(min-width: 768px){.b-radio__item{padding-left:25px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-step-1__list{display:flex;align-items:stretch;flex-wrap:wrap}.b-step-1__input{display:none}.b-step-1__navigation{padding:60px 35px 30px;display:flex;flex-wrap:wrap;justify-content:space-between;justify-content:flex-end}@media(max-width: 769px){.b-step-1__navigation{padding:60px 10px 30px}}.b-step-1__next{cursor:pointer;min-width:200px;display:inline-block;padding:10px;text-align:center;border:1px solid #e72430;border-radius:3px}@media(max-width: 480px){.b-step-1__next{flex-grow:1;min-width:40%}}@media(max-width: 769px){.b-step-1__next{margin-bottom:10px}}.b-step-1__question{position:fixed;width:100vw;height:100vh;background-color:rgba(0,0,0,.7);top:0;left:0;z-index:10}.b-step-1__question-content{background-color:#fff;width:calc(100% - 30px);max-width:600px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.b-step-1__question-header,.b-step-1__question-text{padding:0 35px}@media(max-width: 769px){.b-step-1__question-header,.b-step-1__question-text{padding:0 10px}}.b-step-1__question-header{padding-top:20px;margin-bottom:15px;font-size:20px;font-weight:bold}.b-step-1__question-buttons{padding:60px 35px 30px;display:flex;flex-wrap:wrap;justify-content:space-between;padding-top:40px}@media(max-width: 769px){.b-step-1__question-buttons{padding:60px 10px 30px}}@media(max-width: 769px){.b-step-1__question-buttons{padding-top:40px}}.b-step-1__question-button{cursor:pointer;min-width:200px;display:inline-block;padding:10px;text-align:center;border:1px solid #e72430;border-radius:3px;width:100px;min-width:100px}@media(max-width: 480px){.b-step-1__question-button{flex-grow:1;min-width:40%}}@media(max-width: 769px){.b-step-1__question-button{margin-bottom:10px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-step-2__sys,.b-step-2__props{padding:30px 10px}.b-step-2__props{padding-bottom:0}.b-step-2__sys{background-color:#d5e1e6;display:flex;flex-wrap:nowrap;justify-content:space-between}.b-step-2__sys-title{font-size:25px;line-height:30px;text-transform:uppercase;flex:0 0 100%}.b-step-2__sys-img-wrapper{flex:0 0 30%;position:relative;display:none}.b-step-2__sys-img{position:absolute;right:10%;top:-75px;bottom:-75px;width:100%;text-align:right}.b-step-2__sys-img img{max-width:100%;max-height:100%}.b-step-2__spinner{margin-top:40px}.b-step-2__navigation{padding:60px 35px 30px;display:flex;flex-wrap:wrap;justify-content:space-between}@media(max-width: 769px){.b-step-2__navigation{padding:60px 10px 30px}}.b-step-2__prev{cursor:pointer;min-width:200px;display:inline-block;padding:10px;text-align:center;border:1px solid #e72430;border-radius:3px;margin-right:10px}@media(max-width: 480px){.b-step-2__prev{flex-grow:1;min-width:40%}}@media(max-width: 769px){.b-step-2__prev{margin-bottom:10px}}.b-step-2__next{cursor:pointer;min-width:200px;display:inline-block;padding:10px;text-align:center;border:1px solid #e72430;border-radius:3px;background-color:#e72430;color:#fff}@media(max-width: 480px){.b-step-2__next{flex-grow:1;min-width:40%}}@media(max-width: 769px){.b-step-2__next{margin-bottom:10px}}.b-step-2__hint{font-weight:bold;padding:10px 0;border-bottom:2px solid #e72430}@media(max-width: 480px){.b-step-2__hint{min-width:40%}}@media(min-width: 768px){.b-step-2__sys,.b-step-2__props{padding:50px 100px}.b-step-2__props{padding-bottom:0}.b-step-2__sys-title{flex:0 1 70%;font-size:33px;line-height:33px}.b-step-2__sys-img-wrapper{display:block}}@media(min-width: 970px){.b-step-2__sys,.b-step-2__props{padding:60px 100px}.b-step-2__props{padding-bottom:0}.b-step-2__sys-title{font-size:40px;line-height:47px}}.tooltip{max-width:400px;padding:4px;z-index:10000}.tooltip .tooltip-inner{background:#fff;color:#000;border:1px solid #d81f25;border-radius:3px;padding:10px;font:300 14px/18px ProximaNova}.tooltip .tooltip-arrow{bottom:0}.tooltip[aria-hidden=true]{visibility:hidden;opacity:0;transition:opacity .15s,visibility .15s}.tooltip[aria-hidden=false]{visibility:visible;opacity:1;transition:opacity .15s}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-step-3{position:relative}.b-step-3__loader{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(255,255,255,.4);z-index:100}.b-step-3__spinner{z-index:101;position:absolute;left:50%;bottom:200px;margin-left:-50px}.b-step-3__content-wrapper{padding:0}.b-step-3__switch-forms{margin:30px 0 15px;padding:0 10px}.b-step-3__switch-title{display:inline-block;font-weight:bold;margin-right:20px;margin-bottom:10px}.b-step-3__switch-labels{display:flex;justify-content:space-between}.b-step-3__switch-label{cursor:pointer;min-width:200px;display:inline-block;padding:10px;text-align:center;border:1px solid #e72430;border-radius:3px;background-color:#fff;color:#e72430;min-width:180px;transition:color .3s,border-color .3s,background-color .3s}@media(max-width: 480px){.b-step-3__switch-label{flex-grow:1;min-width:40%}}@media(max-width: 769px){.b-step-3__switch-label{margin-bottom:10px}}.b-step-3__switch-label--current,.b-step-3__switch-label:hover{background-color:#e72430;color:#fff}.b-step-3__switch-label:first-of-type{margin-right:10px}.b-step-3__switch-input{display:none}.b-step-3__title{font-size:1.4em;font-weight:bold;padding:15px 10px 22px}.b-step-3__confirm{width:100%;padding-left:5px}.b-step-3__processing-policy--invalid::before{border-color:#e72430 !important}.b-step-3__navigation{padding:60px 35px 30px;display:flex;flex-wrap:wrap;justify-content:space-between}@media(max-width: 769px){.b-step-3__navigation{padding:60px 10px 30px}}.b-step-3__prev{cursor:pointer;min-width:200px;display:inline-block;padding:10px;text-align:center;border:1px solid #e72430;border-radius:3px}@media(max-width: 480px){.b-step-3__prev{flex-grow:1;min-width:40%}}@media(max-width: 769px){.b-step-3__prev{margin-bottom:10px}}.b-step-3__next{cursor:pointer;min-width:200px;display:inline-block;padding:10px;text-align:center;border:1px solid #e72430;border-radius:3px;background-color:#e72430;color:#fff}@media(max-width: 480px){.b-step-3__next{flex-grow:1;min-width:40%}}@media(max-width: 769px){.b-step-3__next{margin-bottom:10px}}.b-step-3__get-file{padding:0 35px 30px;position:relative}@media(max-width: 770px){.b-step-3__get-file{padding:0 10px 30px}}@media(min-width: 480px){.b-step-3__content-wrapper{padding:0 35px}.b-step-3__switch-title{line-height:40px;margin-bottom:0}.b-step-3__switch-forms{padding:0}.b-step-3__title{font-size:2em;padding:35px 5px 22px}.b-step-3__switch-labels{display:inline-block;white-space:nowrap}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-steps{margin:30px 0;padding:0;display:flex;flex-wrap:nowrap;justify-content:space-between;align-content:stretch}.b-steps__item{list-style-type:none;flex:0 1 30%;display:flex;align-content:stretch;flex-wrap:nowrap;border:1px solid #ececec;border-radius:3px;padding:15px 0;background-color:#fff}.b-steps__item:last-of-type .b-steps__arrow{display:none}.b-steps__item--current .b-steps__number{color:#e72430}.b-steps__item--current .b-steps__title{font-weight:bold}.b-steps__item--active{cursor:pointer}.b-steps__number{border-right:1px solid #ececec;padding-right:10px;flex:0 0 40px;display:flex;align-items:center;color:#cacaca;font-size:30px;font-weight:bold;text-align:right}.b-steps__title{padding-left:10px;text-align:left;display:flex;align-items:center;flex-grow:1}.b-steps__arrow{padding-right:10px;text-align:right;font-size:20px;display:flex;align-items:center;flex:0 0 25px}.b-steps__arrow .b-steps__content{color:#cacaca}.b-steps__content{width:100%}@media(max-width: 480px){.b-steps{margin:20px 0}}@media(max-width: 768px){.b-steps__item{flex-basis:31%}.b-steps__number{font-size:25px}.b-steps__arrow{font-size:15px}.b-steps__number{border-right:none}.b-steps__title{display:none}.b-steps__arrow{flex-grow:1}}@media(max-width: 970px){.b-steps__title{font-size:.8em}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-system-category{box-sizing:border-box;padding:15px 35px 30px;display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;align-content:flex-start;cursor:pointer}.b-system-category--active .b-system-category__fake-radio::after{transform:scale(1)}.b-system-category--unavailable{cursor:default}.b-system-category--unavailable .b-system-category__title{color:#cacaca}.b-system-category__img{flex:0 0 100%;max-width:100%;height:180px;box-sizing:border-box;text-align:center}.b-system-category__img img{max-width:100%;max-height:100%}.b-system-category__radio{box-sizing:border-box;flex:0 0 100%;padding:0 20px;margin-top:10px;position:relative}.b-system-category__fake-radio{position:absolute;display:block;top:-3px;left:0;width:20px;height:20px;border:1px solid #cacaca;border-radius:50%;margin-right:5px;vertical-align:middle}.b-system-category__fake-radio::after{content:"";display:block;width:14px;height:14px;background-color:#e72430;border-radius:50%;transform:scale(0);transition:all .3s cubic-bezier(0, 4.07, 0, -0.54);position:absolute;left:3px;top:3px}.b-system-category__title{display:inline-block;padding-left:25px;vertical-align:bottom}.b-system-category__soon{font-size:13px;line-height:20px;padding-left:33px}.b-system-category__soon::before{content:"";display:inline;color:#e72430;font:400 13px/1 FontAwesome;margin-right:3px}@media(max-width: 480px){.b-system-category{padding:15px 5px 20px}.b-system-category__radio{padding:0 5px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-system-top-offer{font-family:"ProximaNova";font-size:14px}.b-system-top-offer__title{font-size:26px;line-height:24px;font-weight:bold;margin-top:20px;padding:0 15px}.b-system-top-offer__description-wrapper{background-color:#fff;margin-top:20px;padding:0 15px}.b-system-top-offer__description{max-width:740px;padding-top:20px}.b-system-top-offer__description--hidden{display:none}.b-system-top-offer__warning{padding:30px 0}.b-system-top-offer__warning-title{color:#e72430;font-weight:bold}@media(max-width: 480px){.b-system-top-offer__title{font-size:16px;margin-top:10px}}@media(max-width: 767px){.b-system-top-offer{padding:0}.b-system-top-offer__title{padding:0 10px;margin-bottom:20px}.b-system-top-offer__description-wrapper{display:none}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}@media(max-width: 768px){.b-systems-selection-page-steps{padding-top:40px}}.b-systems-selection-page-steps__item{display:flex;align-items:center;margin-bottom:32px;position:relative;max-width:475px}.b-systems-selection-page-steps__item span{font-size:20px;font-weight:600;width:50px;height:50px;display:flex;align-items:center;justify-content:center;border:1px solid #babeca;border-radius:100%;background-color:#fff;color:#e72430;margin-right:17px}@media(max-width: 860px){.b-systems-selection-page-steps__item{max-width:100%}}.b-systems-selection-page-steps__wrap{margin-top:40px;position:relative}.b-systems-selection-page-steps__wrap::before{content:"";position:absolute;left:25px;top:25px;width:1px;height:calc(100% - 50px);border:1px dashed #babeca}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-systems-selection-page__desc{font-size:18px;font-style:normal;font-weight:400;line-height:150%;max-width:516px}.b-systems-selection-page__subtitle{font-size:24px;font-style:normal;font-weight:700;line-height:120%}.b-systems-selection-page__content{font-size:18px;font-weight:400;display:flex;justify-content:space-between}.b-systems-selection-page h2{font-size:34px;font-weight:800;margin-bottom:30px}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}#app{max-width:100%;background-color:#ececec;overflow:hidden}@media(min-width: 768px){#app{padding:0 10px}}.b-systems-selection{font-family:"ProximaNova"}.b-systems-selection__steps{padding:0 10px}.b-systems-selection__main{background-color:#fff}@media(min-width: 768px){.b-systems-selection{max-width:768px;margin:0 auto}.b-systems-selection__steps{padding:0 15px}}@media(min-width: 970px){.b-systems-selection{max-width:970px}}@media(min-width: 1280px){.b-systems-selection{max-width:1170px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-systems__list{display:flex;align-items:stretch;flex-wrap:wrap}.b-systems__item--hidden{display:none}.b-systems__result{padding:0 35px;margin:30px 0 15px}.b-systems__result-title{opacity:.6}.b-systems__result-list{display:inline-block;padding:0;margin:0}.b-systems__result-item{list-style-type:none;display:inline-block;font-weight:bold;padding-left:15px}.b-systems__result-remove{cursor:pointer;color:#e72430;font:normal normal normal 16px/36px FontAwesome}.b-systems__result-remove::before{content:"";display:inline}.b-systems__checkbox{display:none}.b-systems__img::before{content:"";position:absolute;top:0;left:10px;width:23px;height:23px;border-radius:3px;border:1px solid #cacaca;background-color:#ececec;z-index:10}.b-systems__img::after{content:"";display:block;color:#e72430;transform:scale(0);transition:transform .3s cubic-bezier(0, 4.07, 0, -0.54);font:normal normal normal 25px/1px FontAwesome;position:absolute;top:12px;left:13px;z-index:10}.b-systems__checkbox:checked+.b-systems__img::after{transform:scale(1)}.b-systems__recommendation{color:#e72430;margin-bottom:-13px}.b-systems__btn-show{text-align:center;margin:22px 0}.b-systems__btn-show .b-services-button{margin-left:34px}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-vForm{box-sizing:border-box}.b-vForm__fieldset{border:0;padding:0}.b-vForm__title{font-weight:bold;padding:25px 5px 10px}.b-vForm__fields-list{flex-wrap:wrap}.b-vForm__field--invalid .form__field-text{border-color:red}.b-vForm__field--type_select{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUBAMAAABohZD3AAAAAXNSR0IB2cksfwAAABVQTFRF/////Nnb8lxh9o6S8ENJ8VBV+bS2jlZs9AAAADJJREFUeJxjYKA3EBJgYDZA4qsEMpi4IfFFXYVdkOUZQ1ycUQwQRZEGKgimuhtHAS0AAA6DA99/epT5AAAAAElFTkSuQmCC) center right no-repeat}.b-vForm__select{appearance:none;background:transparent}.b-vForm__select::-ms-expand{display:none}.b-vForm--type_legal_entity .b-vForm__fieldset--name_f1 .b-vForm__field--name_phoneAuthor,.b-vForm--type_legal_entity .b-vForm__fieldset--name_f1 .b-vForm__field--name_emailAuthor{display:none}.b-vForm--type_individual .b-vForm__fieldset--name_f3{display:none}@media(max-width: 480px){.b-vForm{padding:0 5px}}
.suggestions-nowrap{white-space:nowrap}.suggestions-input{-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.suggestions-input::-ms-clear{display:none}.suggestions-wrapper{position:relative;margin:0;padding:0;vertical-align:top;-webkit-text-size-adjust:100%}.suggestions-suggestions{background:#fff;border:1px solid #999;-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:default;left:0;min-width:100%;position:absolute;z-index:9999;-webkit-text-size-adjust:100%}.suggestions-suggestions strong{font-weight:400;color:#39f}.suggestions-suggestions.suggestions-mobile{border-style:none}.suggestions-suggestions.suggestions-mobile .suggestions-suggestion{border-bottom:1px solid #ddd}.suggestions-suggestion{padding:4px 4px;overflow:hidden}.suggestions-suggestion:hover{background:#f7f7f7}.suggestions-selected{background:#f0f0f0}.suggestions-selected:hover{background:#f0f0f0}.suggestions-hint{padding:4px 4px;white-space:nowrap;overflow:hidden;color:#777;font-size:85%;line-height:20px}.suggestions-subtext{color:#777}.suggestions-subtext_inline{display:inline-block;min-width:6em;vertical-align:bottom;margin:0 .5em 0 0}.suggestions-subtext-delimiter{display:inline-block;width:2px}.suggestions-subtext_label{margin:0 0 0 .25em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;padding:0 3px;background:#f5f5f5;font-size:85%}.suggestions-value[data-suggestion-status=LIQUIDATED]{position:relative}.suggestions-value[data-suggestion-status=LIQUIDATED]:after{position:absolute;left:0;right:0;top:50%;border-top:1px solid rgba(0,0,0,.4);content:""}.suggestions-promo{font-size:85%;display:none;color:#777;padding:4px;text-align:center}.suggestions-promo a{color:#777;display:block;filter:grayscale(100%);line-height:20px;text-decoration:none}.suggestions-promo a:hover{filter:grayscale(0)}.suggestions-promo svg{height:20px;vertical-align:bottom}@media screen and (min-width:600px){.suggestions-promo{position:absolute;top:0;right:0;text-align:left}}
