/*
 * 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-fire-safety-testing-progress__steps-container{display:flex}.b-fire-safety-testing-progress__step{width:125px;height:4px;border-radius:2000px;background-color:#e1e5ee;margin-right:10px}.b-fire-safety-testing-progress__step--passed{background-color:#e72430}
:host,:root{--vs-colors--lightest:rgba(60,60,60,0.26);--vs-colors--light:rgba(60,60,60,0.5);--vs-colors--dark:#333;--vs-colors--darkest:rgba(0,0,0,0.15);--vs-search-input-color:inherit;--vs-search-input-bg:#fff;--vs-search-input-placeholder-color:inherit;--vs-font-size:1rem;--vs-line-height:1.4;--vs-state-disabled-bg:#f8f8f8;--vs-state-disabled-color:var(--vs-colors--light);--vs-state-disabled-controls-color:var(--vs-colors--light);--vs-state-disabled-cursor:not-allowed;--vs-border-color:var(--vs-colors--lightest);--vs-border-width:1px;--vs-border-style:solid;--vs-border-radius:4px;--vs-actions-padding:4px 6px 0 3px;--vs-controls-color:var(--vs-colors--light);--vs-controls-size:1;--vs-controls--deselect-text-shadow:0 1px 0 #fff;--vs-selected-bg:#f0f0f0;--vs-selected-color:var(--vs-colors--dark);--vs-selected-border-color:var(--vs-border-color);--vs-selected-border-style:var(--vs-border-style);--vs-selected-border-width:var(--vs-border-width);--vs-dropdown-bg:#fff;--vs-dropdown-color:inherit;--vs-dropdown-z-index:1000;--vs-dropdown-min-width:160px;--vs-dropdown-max-height:350px;--vs-dropdown-box-shadow:0px 3px 6px 0px var(--vs-colors--darkest);--vs-dropdown-option-bg:#000;--vs-dropdown-option-color:var(--vs-dropdown-color);--vs-dropdown-option-padding:3px 20px;--vs-dropdown-option--active-bg:#5897fb;--vs-dropdown-option--active-color:#fff;--vs-dropdown-option--deselect-bg:#fb5858;--vs-dropdown-option--deselect-color:#fff;--vs-transition-timing-function:cubic-bezier(1,-0.115,0.975,0.855);--vs-transition-duration:150ms}.v-select{font-family:inherit;position:relative}.v-select,.v-select *{box-sizing:border-box}:root{--vs-transition-timing-function:cubic-bezier(1,0.5,0.8,1);--vs-transition-duration:0.15s}@-webkit-keyframes vSelectSpinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes vSelectSpinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;transition:opacity var(--vs-transition-duration) var(--vs-transition-timing-function)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}:root{--vs-disabled-bg:var(--vs-state-disabled-bg);--vs-disabled-color:var(--vs-state-disabled-color);--vs-disabled-cursor:var(--vs-state-disabled-cursor)}.vs--disabled .vs__clear,.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__open-indicator,.vs--disabled .vs__search,.vs--disabled .vs__selected{background-color:var(--vs-disabled-bg);cursor:var(--vs-disabled-cursor)}.v-select[dir=rtl] .vs__actions{padding:0 3px 0 6px}.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}.vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--vs-search-input-bg);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:var(--vs-border-radius);display:flex;padding:0 0 4px;white-space:normal}.vs__selected-options{display:flex;flex-basis:100%;flex-grow:1;flex-wrap:wrap;padding:0 2px;position:relative}.vs__actions{align-items:center;display:flex;padding:var(--vs-actions-padding)}.vs--searchable .vs__dropdown-toggle{cursor:text}.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}.vs--open .vs__dropdown-toggle{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.vs__open-indicator{fill:var(--vs-controls-color);transform:scale(var(--vs-controls-size));transition:transform var(--vs-transition-duration) var(--vs-transition-timing-function);transition-timing-function:var(--vs-transition-timing-function)}.vs--open .vs__open-indicator{transform:rotate(180deg) scale(var(--vs-controls-size))}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:var(--vs-controls-color);background-color:transparent;border:0;cursor:pointer;margin-right:8px;padding:0}.vs__dropdown-menu{background:var(--vs-dropdown-bg);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:0 0 var(--vs-border-radius) var(--vs-border-radius);border-top-style:none;box-shadow:var(--vs-dropdown-box-shadow);box-sizing:border-box;color:var(--vs-dropdown-color);display:block;left:0;list-style:none;margin:0;max-height:var(--vs-dropdown-max-height);min-width:var(--vs-dropdown-min-width);overflow-y:auto;padding:5px 0;position:absolute;text-align:left;top:calc(100% - var(--vs-border-width));width:100%;z-index:var(--vs-dropdown-z-index)}.vs__no-options{text-align:center}.vs__dropdown-option{clear:both;color:var(--vs-dropdown-option-color);cursor:pointer;display:block;line-height:1.42857143;padding:var(--vs-dropdown-option-padding);white-space:nowrap}.vs__dropdown-option--highlight{background:var(--vs-dropdown-option--active-bg);color:var(--vs-dropdown-option--active-color)}.vs__dropdown-option--deselect{background:var(--vs-dropdown-option--deselect-bg);color:var(--vs-dropdown-option--deselect-color)}.vs__dropdown-option--disabled{background:var(--vs-state-disabled-bg);color:var(--vs-state-disabled-color);cursor:var(--vs-state-disabled-cursor)}.vs__selected{align-items:center;background-color:var(--vs-selected-bg);border:var(--vs-selected-border-width) var(--vs-selected-border-style) var(--vs-selected-border-color);border-radius:var(--vs-border-radius);color:var(--vs-selected-color);display:flex;line-height:var(--vs-line-height);margin:4px 2px 0;padding:0 .25em;z-index:0}.vs__deselect{fill:var(--vs-controls-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;cursor:pointer;display:inline-flex;margin-left:4px;padding:0;text-shadow:var(--vs-controls--deselect-text-shadow)}.vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--loading .vs__selected,.vs--single.vs--open .vs__selected{opacity:.4;position:absolute}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-ms-clear,.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration{display:none}.vs__search,.vs__search:focus{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:1px solid transparent;border-left:none;box-shadow:none;color:var(--vs-search-input-color);flex-grow:1;font-size:var(--vs-font-size);line-height:var(--vs-line-height);margin:4px 0 0;max-width:100%;outline:none;padding:0 7px;width:0;z-index:1}.vs__search::-moz-placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search:-ms-input-placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search::placeholder{color:var(--vs-search-input-placeholder-color)}.vs--unsearchable .vs__search{opacity:1}.vs--unsearchable:not(.vs--disabled) .vs__search{cursor:pointer}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}.vs__spinner{align-self:center;-webkit-animation:vSelectSpinner 1.1s linear infinite;animation:vSelectSpinner 1.1s linear infinite;border:.9em solid hsla(0,0%,39%,.1);border-left-color:rgba(60,60,60,.45);font-size:5px;opacity:0;overflow:hidden;text-indent:-9999em;transform:translateZ(0) scale(var(--vs-controls--spinner-size,var(--vs-controls-size)));transition:opacity .1s}.vs__spinner,.vs__spinner:after{border-radius:50%;height:5em;transform:scale(var(--vs-controls--spinner-size,var(--vs-controls-size)));width:5em}.vs--loading .vs__spinner{opacity:1}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-fire-safety-testing-question{max-width:1050px;width:100%;display:flex;flex-flow:column nowrap;align-items:center}.b-fire-safety-testing-question__warning{background-color:rgba(231,36,48,.08);border-radius:10px;font-size:16px;line-height:21px;position:relative;padding:19px 20px;margin-bottom:34px}.b-fire-safety-testing-question__warning::before{content:"";position:absolute;display:block;width:32px;height:32px;background-image:url("/img/solutions/alert.png");background-repeat:no-repeat;background-position:center;left:-16px;top:25px}.b-fire-safety-testing-question__warning .warning__count{color:#156ce1;border-bottom:1px dashed #cbe1ff;cursor:pointer}.b-fire-safety-testing-question__title{width:100%;color:#1d1d1b;font-size:24px;line-height:120%;font-weight:700;margin:0;margin-bottom:24px}@media(max-width: 550px){.b-fire-safety-testing-question__title{font-size:18px}}.b-fire-safety-testing-question__items{padding:0;list-style-type:none;display:flex;margin-bottom:10px;width:100%;margin-top:0}@media(max-width: 800px){.b-fire-safety-testing-question__items{flex-wrap:wrap;justify-content:space-between}}@media(max-width: 560px){.b-fire-safety-testing-question__items{justify-content:center}}.b-fire-safety-testing-question__img--mobile{display:none}@media(max-width: 800px){.b-fire-safety-testing-question__img--mobile{display:block;min-height:90px}.b-fire-safety-testing-question__img--desc{display:none}}.b-fire-safety-testing-question__item{cursor:pointer;position:relative;margin-right:20px;margin-bottom:20px}.b-fire-safety-testing-question__item:last-child{margin-right:0}.b-fire-safety-testing-question__item-title{color:#fff;position:absolute;bottom:14px;left:20px;font-weight:600;font-size:18px}@media(max-width: 900px){.b-fire-safety-testing-question__item-title{font-size:15px}}.b-fire-safety-testing-question__item-choosen{position:absolute;top:10px;right:10px;display:none}@media(max-width: 900px){.b-fire-safety-testing-question__item{margin-right:10px}}@media(max-width: 800px){.b-fire-safety-testing-question__item{width:49%;margin-right:0;overflow:hidden}}@media(max-width: 560px){.b-fire-safety-testing-question__item{width:auto}}.b-fire-safety-testing-question textarea{width:100%;height:140px;border-radius:10px;resize:none;border:1px solid #e1e5ee;padding:20px}.b-fire-safety-testing-question textarea:focus{outline:none}.b-fire-safety-testing-question__own-text{width:100%;margin-bottom:30px}.b-fire-safety-testing-question__own-text textarea{width:100%;height:100px}.b-fire-safety-testing-question__fields-container{width:100%;display:flex;justify-content:space-between;flex-wrap:nowrap;margin-bottom:30px}.b-fire-safety-testing-question__select-wrap{position:relative}.b-fire-safety-testing-question__select-wrap::after{position:absolute;content:"";width:18px;height:18px;background:url(/img/icons/arrow-down.svg);background-size:contain;background-repeat:no-repeat;top:50%;transform:translate(0, -50%);right:20px}@media(max-width: 375px){.b-fire-safety-testing-question__select-wrap::after{right:10px}}.b-fire-safety-testing-question__select{height:60px;border-radius:10px;background-color:#fff;border-color:#e1e5ee;color:#676b77;padding-left:20px;padding-right:20px;outline:none;appearance:none}.b-fire-safety-testing-question__fields{width:100%}.b-fire-safety-testing-question__fields-img{margin-left:20px}.b-fire-safety-testing-question__fields-img img{width:400px;max-width:none}@media(max-width: 1050px){.b-fire-safety-testing-question__fields-img img{width:300px}}@media(max-width: 800px){.b-fire-safety-testing-question__fields-img img{max-width:100%}}@media(max-width: 660px){.b-fire-safety-testing-question__fields-img{display:none}}.b-fire-safety-testing-question__row{display:flex;width:100%;margin-bottom:20px;flex-wrap:wrap}@media(max-width: 660px){.b-fire-safety-testing-question__row{margin-bottom:0}}.b-fire-safety-testing-question__radio-container{display:flex;align-items:center;margin-bottom:10px}.b-fire-safety-testing-question__checkbox-container{display:flex;max-width:460px}.b-fire-safety-testing-question__checkbox-container span{color:#676b77}.b-fire-safety-testing-question__checkbox+label{position:relative}.b-fire-safety-testing-question__checkbox+label::before{position:absolute;content:"";top:6px;left:-34px;width:24px;height:24px;border:1px solid #e1e5ee;border-radius:6px;background-color:#fff}.b-fire-safety-testing-question__checkbox{position:relative;width:10px !important;height:10px !important;margin-right:20px;margin-left:7px;margin-top:15px}.b-fire-safety-testing-question__checkbox:checked+label::before{background:url(/img/icons/check-white.svg) #e72430;background-size:18px;background-position-y:center;background-position-x:center;background-repeat:no-repeat}.b-fire-safety-testing-question__cell{flex-grow:1;margin-right:20px}.b-fire-safety-testing-question__cell input[type=text],.b-fire-safety-testing-question__cell input[type=tel],.b-fire-safety-testing-question__cell input[type=email]{width:100%;height:60px;border:1px solid #e1e5ee;border-radius:10px;padding-left:20px;padding-right:40px}.b-fire-safety-testing-question__cell input[type=radio]{margin-right:15px;position:relative;cursor:pointer}.b-fire-safety-testing-question__cell input[type=radio]+label{position:relative;cursor:pointer}.b-fire-safety-testing-question__cell input[type=radio]+label::before{position:absolute;content:"";width:20px;height:20px;box-shadow:0 0 0 1px rgba(225,229,238,.5);border-radius:10px;top:-11px;left:-31px;background-color:#fff}.b-fire-safety-testing-question__cell input[type=radio]:checked+label::before{background:#e72430;border:5px solid #fff;box-shadow:0 0 0 1px rgba(231,36,48,.5)}@media(max-width: 900px){.b-fire-safety-testing-question__cell--radio-file-attach{width:100%;margin-bottom:10px}}@media(max-width: 660px){.b-fire-safety-testing-question__cell{margin-right:0;width:100%;margin-bottom:20px}}.b-fire-safety-testing-question__cell--undefined{display:none}.b-fire-safety-testing-question__cell--contacts{width:100%;margin-right:0}.b-fire-safety-testing-question__input-field{position:relative}.b-fire-safety-testing-question__input-field-unit{position:absolute;right:20px;top:50%;transform:translate(0, -50%);color:#676b77;width:30px;text-align:right;background-color:#fff}.b-fire-safety-testing-question__attached-file-container{display:flex;flex-wrap:wrap}.b-fire-safety-testing-question__attached-file{cursor:pointer;display:flex;margin-bottom:25px}.b-fire-safety-testing-question__attached-file label{color:#e72430;font-weight:600;cursor:pointer;position:relative;padding-left:32px;margin-right:10px}.b-fire-safety-testing-question__attached-file label::before{position:absolute;top:0;left:0;content:"";background:url(/img/icons/clip.svg);background-size:contain;width:19px;height:20px}.b-fire-safety-testing-question__file{display:none}.b-fire-safety-testing-question__file-text{font-size:12px;color:#676b77;margin-left:13px;padding-top:4px;max-width:340px}.b-fire-safety-testing-question__file-attention{font-size:12px;color:#676b77;margin-left:13px;padding-top:4px}.b-fire-safety-testing-question__document-download{display:flex;padding:17px 19px;border-radius:10px;background-color:#f5f6fa;text-decoration:none;align-items:center;margin-right:20px;color:#000;max-width:530px}@media(max-width: 660px){.b-fire-safety-testing-question__document-download{max-width:none;margin-right:0}}.b-fire-safety-testing-question__document-download-name{font-size:14px;margin-left:10px;margin-right:10px}.b-fire-safety-testing-question__docs-item{border-radius:10px;background-color:#f5f6fa;display:flex;justify-content:space-between;padding:32px 30px;margin-bottom:15px}@media(max-width: 550px){.b-fire-safety-testing-question__docs-item{flex-direction:column;padding:20px 30px}}.b-fire-safety-testing-question__docs-info-top{display:flex;font-size:18px}.b-fire-safety-testing-question__docs-info-count{color:#e72430;margin-right:7px;font-weight:600;width:15px}.b-fire-safety-testing-question__docs-info-title{font-weight:600}.b-fire-safety-testing-question__docs-info-desc{font-size:14px;padding-left:23px;margin-top:15px}@media(max-width: 550px){.b-fire-safety-testing-question__docs-info-desc{padding-left:0}}.b-fire-safety-testing-question__docs-download{color:#e72430;text-decoration:none;font-weight:600;position:relative;display:block;padding-right:26px;width:max-content}.b-fire-safety-testing-question__docs-download::before{position:absolute;content:"";width:20px;height:20px;right:0;background:url(/img/icons/download-lic-btn.svg);background-size:contain}@media(max-width: 550px){.b-fire-safety-testing-question__docs-download{margin-top:10px}}.b-fire-safety-testing-question__docs-bottom-text{padding:10px 20px;border-left:2px solid #f5f6fa;font-weight:600;font-size:18px;margin-top:30px;margin-bottom:30px;max-width:550px}@media(max-width: 550px){.b-fire-safety-testing-question__docs-bottom-text{font-size:16px}}.b-fire-safety-testing-question__contacts{max-width:380px;padding-bottom:100px}.b-fire-safety-testing-question__contacts-title{font-weight:700;font-size:24px;margin-bottom:7px;text-align:center}.b-fire-safety-testing-question__contacts-text{max-width:334px;margin-bottom:23px;text-align:center}.b-fire-safety-testing-question__text{margin-bottom:16px}.b-fire-safety-testing-question__link{text-decoration:none;color:#e72430;font-weight:700}.b-fire-safety-testing-question__description{background-color:#f5f6fa;padding:22px 32px;margin-top:24px;border-radius:10px;margin-right:15px}.b-fire-safety-testing-question__description-title{font-weight:600}.b-fire-safety-testing-question__description-elem:first-child{margin-bottom:40px}.b-fire-safety-testing-question__btn{border:none;display:flex;justify-content:center;align-items:center;height:55px;color:#fff;font-size:16px;font-weight:600;white-space:nowrap;background:linear-gradient(0deg, #e72430, #e72430),#1f1f1f;cursor:pointer;border-radius:10px;padding:0 40px;text-decoration:none;margin-top:13px;width:max-content}@media screen and (max-width: 450px){.b-fire-safety-testing-question__btn{width:100%;padding:0 20px;text-align:center;white-space:inherit}}.b-fire-safety-testing-question__attention-icon{width:20px;height:20px;margin-bottom:15px}.b-fire-safety-testing-question__empty-field{position:relative;padding-left:24px;margin-bottom:7px}.b-fire-safety-testing-question__empty-field::before{position:absolute;content:"";left:0;top:0;background:url(/img/directions/attention.svg);background-repeat:no-repeat;background-size:contain;width:20px;height:20px}.b-fire-safety-testing-question__phone-wrapper{position:relative}.b-fire-safety-testing-question__phone-wrapper .flag .flag-main::before{top:-6px}.b-fire-safety-testing-question__phone-wrapper.b-phone-mask__wrapper-focused input{padding-left:40px;transition:.5s}.b-fire-safety-testing-question__confirm .b-confirm__policy-block{flex-direction:column}.cart_active .b-fire-safety-testing-question__item-choosen{display:block}.cart_blur{filter:blur(2px)}.vs__actions{display:none}.vs__search{height:52px;color:#676b77}.vs__dropdown-toggle{border-radius:10px;border:1px solid #e1e5ee}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}#fire-safety-testing{max-width:1050px;margin:auto;position:relative}#fire-safety-testing .mfp-close{display:none}.b-fire-safety-testing{display:flex;justify-content:center}.b-fire-safety-testing__wrap{display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;background-color:#fff;border-radius:10px;overflow:hidden;padding:35px 40px;position:relative;width:100%}.b-fire-safety-testing__wrap *{box-sizing:border-box}.b-fire-safety-testing__wrap--posted{max-width:570px;padding:35px 65px}@media(max-width: 560px){.b-fire-safety-testing__wrap{padding:35px 18px}}.b-fire-safety-testing__steps{display:inline}@media(max-width: 560px){.b-fire-safety-testing__steps{display:none}}.b-fire-safety-testing__header{display:flex;width:100%;color:#1f1f1f;flex-flow:wrap}.b-fire-safety-testing__header-title{font-weight:600;font-size:18px;line-height:1.2;margin-bottom:14px}.b-fire-safety-testing__header-exit{position:absolute;top:20px;right:20px;cursor:pointer}@media(max-width: 400px){.b-fire-safety-testing__header-exit{width:13px;top:12px;right:12px}}.b-fire-safety-testing__content-wrap{width:100%}.b-fire-safety-testing__progress{display:flex;justify-content:center;align-items:center;width:100%;max-width:1140px;font-size:13px;line-height:1.2;padding:0;margin-bottom:34px;position:relative;color:#1f1f1f}.b-fire-safety-testing__progress-bar{width:100%;position:relative}.b-fire-safety-testing__progress-step{flex-flow:column nowrap;justify-content:flex-end;position:absolute;top:50%;transform:translateY(-50%);display:flex;height:100px;padding-bottom:8px}.b-fire-safety-testing__progress-step-top-text{margin-bottom:15px;font-weight:600}.b-fire-safety-testing__progress-step-bottom-text{min-height:15px;font-weight:400;margin-top:9px}.b-fire-safety-testing__progress-step--start{left:0;align-items:flex-start}.b-fire-safety-testing__progress-step--check1{left:calc(33.34% - 67px);align-items:center;width:134px}.b-fire-safety-testing__progress-step--check2{left:calc(66.67% - 60px);align-items:center;width:120px}.b-fire-safety-testing__progress-step--end{right:0;align-items:flex-end}.b-fire-safety-testing__progress-step.check0 .b-fire-safety-testing__progress-step-marker{background-color:#e72430;border:2px solid #fff}.b-fire-safety-testing__progress .vue-simple-progress{border:1px solid #e1e5ee;background:unset !important}.b-fire-safety-testing__progress .vue-simple-progress-text{position:absolute;margin-top:13px}.b-fire-safety-testing__form{width:100%}.b-fire-safety-testing__content{max-width:660px}.b-fire-safety-testing__content-title{width:100%;color:#1f1f1f;font-size:24px;line-height:1.2;font-weight:600}.b-fire-safety-testing__content-item-wrap{display:flex;flex-flow:column nowrap;grid-gap:20px;margin:20px 0 30px}.b-fire-safety-testing__content-btn-item{display:flex;justify-content:flex-start}.b-fire-safety-testing__content-btn-item:nth-child(2){margin-left:20px;justify-content:flex-end}.b-fire-safety-testing__content-btn-wrap{display:flex;justify-content:space-between;align-items:center;width:100%}.b-fire-safety-testing__content-btn{outline:none;border:none;display:flex;justify-content:center;align-items:center;height:55px;color:#fff;font-size:16px;font-weight:600;white-space:nowrap;background:linear-gradient(0deg, #e72430, #e72430),#1f1f1f;cursor:pointer;border-radius:10px;padding:0 40px;width:max-content}.b-fire-safety-testing__content-btn span{display:flex;justify-content:space-between;align-items:center}.b-fire-safety-testing__content-btn span::before,.b-fire-safety-testing__content-btn span::after{display:none;content:"";width:23px;height:14px}.b-fire-safety-testing__content-btn span::before{background-image:url(/img/solutions/arrow-left.svg);margin-right:13px}.b-fire-safety-testing__content-btn span::after{background-image:url(/img/solutions/arrow-right.svg);margin-left:13px}.b-fire-safety-testing__content-btn--back{color:#e00f20;background:none;padding:0}.b-fire-safety-testing__content-btn--back span::before{display:block}.b-fire-safety-testing__content-btn--forward span::after{display:block}@media(max-width: 400px){.b-fire-safety-testing__content-btn--forward{padding:0 30px}}@media(max-width: 400px){.b-fire-safety-testing__content-btn{font-size:14px}}.b-fire-safety-testing__hr{width:100%;height:1px;background-color:#e8eff7;margin:0 -60px}.b-fire-safety-testing__start-screen{margin-top:25px;display:flex;flex-flow:column nowrap;align-items:center;padding:0 20px}.b-fire-safety-testing__start-screen>img{width:100%;height:auto}.b-fire-safety-testing__goto{display:none}.b-fire-safety-testing__goto-start{padding-left:26px;position:relative;font-weight:600;font-size:16px;line-height:1.3;color:#e72430;width:240px;cursor:pointer}.b-fire-safety-testing__goto-start::before{content:"";position:absolute;width:18px;height:18px;margin-left:-26px;margin-top:1px;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGQ9Ik0xNy4yNSAzLjVWOEgxMi43NSIgc3Ryb2tlPSIjRTcyNDMwIiBzdHJva2Utd2lkdGg9IjEuNiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xNS4zNjc0IDExLjc1MDVDMTQuODc5OSAxMy4xMzA0IDEzLjk1NzEgMTQuMzE0NSAxMi43MzggMTUuMTI0NEMxMS41MTkgMTUuOTM0MiAxMC4wNjk4IDE2LjMyNTkgOC42MDg3MyAxNi4yNDA0QzcuMTQ3NyAxNi4xNTUgNS43NTQwMyAxNS41OTcgNC42Mzc3MyAxNC42NTA1QzMuNTIxNDMgMTMuNzA0IDIuNzQyOTggMTIuNDIwNCAyLjQxOTY4IDEwLjk5M0MyLjA5NjM5IDkuNTY1NjcgMi4yNDU3NyA4LjA3MTg5IDIuODQ1MzEgNi43MzY4QzMuNDQ0ODUgNS40MDE3MSA0LjQ2MjA2IDQuMjk3NjUgNS43NDM2OCAzLjU5MDk4QzcuMDI1MjkgMi44ODQzMSA4LjUwMTg2IDIuNjEzMzIgOS45NTA4OCAyLjgxODg2QzExLjM5OTkgMy4wMjQzOSAxMi43NDI5IDMuNjk1MyAxMy43Nzc0IDQuNzMwNUwxNy4yNDk5IDguMDAwNSIgc3Ryb2tlPSIjRTcyNDMwIiBzdHJva2Utd2lkdGg9IjEuNiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDAiPgo8cmVjdCB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDAuNSkiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4=");background-position:50%;background-repeat:no-repeat}.b-fire-safety-testing__posted{display:flex;flex-direction:column;align-items:center}.b-fire-safety-testing__posted-img{margin-bottom:22px}.b-fire-safety-testing__posted-title{font-size:24px;font-weight:700;margin-bottom:7px}.b-fire-safety-testing__posted-text{font-size:16px;font-weight:400;text-align:center;margin-bottom:23px}.b-fire-safety-testing__posted-close-btn{outline:none;border:none;display:flex;justify-content:center;align-items:center;height:55px;color:#fff;font-size:16px;font-weight:600;white-space:nowrap;background:linear-gradient(0deg, #e72430, #e72430),#1f1f1f;cursor:pointer;border-radius:10px;padding:0 40px;width:100%;margin-bottom:26px}.b-fire-safety-testing__posted-start{color:#e72430;font-size:16px;font-weight:600;cursor:pointer}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-guarantee-selection-list{width:100%}.b-guarantee-selection-list__header{display:flex;justify-content:space-between;align-items:center;width:100%}@media screen and (max-width: 579px){.b-guarantee-selection-list__header{flex-flow:column nowrap;align-items:flex-start}}.b-guarantee-selection-list__header-title{width:100%;color:#1d1d1b;font-size:24px;line-height:1.2;font-weight:600}.b-guarantee-selection-list__header-goto-start{padding-left:26px;position:relative;font-weight:600;font-size:16px;line-height:1.3;color:#e72430;width:250px;cursor:pointer}.b-guarantee-selection-list__header-goto-start::before{content:"";position:absolute;width:18px;height:18px;margin-left:-26px;margin-top:1px;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGQ9Ik0xNy4yNSAzLjVWOEgxMi43NSIgc3Ryb2tlPSIjRTcyNDMwIiBzdHJva2Utd2lkdGg9IjEuNiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xNS4zNjc0IDExLjc1MDVDMTQuODc5OSAxMy4xMzA0IDEzLjk1NzEgMTQuMzE0NSAxMi43MzggMTUuMTI0NEMxMS41MTkgMTUuOTM0MiAxMC4wNjk4IDE2LjMyNTkgOC42MDg3MyAxNi4yNDA0QzcuMTQ3NyAxNi4xNTUgNS43NTQwMyAxNS41OTcgNC42Mzc3MyAxNC42NTA1QzMuNTIxNDMgMTMuNzA0IDIuNzQyOTggMTIuNDIwNCAyLjQxOTY4IDEwLjk5M0MyLjA5NjM5IDkuNTY1NjcgMi4yNDU3NyA4LjA3MTg5IDIuODQ1MzEgNi43MzY4QzMuNDQ0ODUgNS40MDE3MSA0LjQ2MjA2IDQuMjk3NjUgNS43NDM2OCAzLjU5MDk4QzcuMDI1MjkgMi44ODQzMSA4LjUwMTg2IDIuNjEzMzIgOS45NTA4OCAyLjgxODg2QzExLjM5OTkgMy4wMjQzOSAxMi43NDI5IDMuNjk1MyAxMy43Nzc0IDQuNzMwNUwxNy4yNDk5IDguMDAwNSIgc3Ryb2tlPSIjRTcyNDMwIiBzdHJva2Utd2lkdGg9IjEuNiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDAiPgo8cmVjdCB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDAuNSkiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4=");background-position:50%;background-repeat:no-repeat}@media screen and (max-width: 969px){.b-guarantee-selection-list__header-goto-start{display:none}}.b-guarantee-selection-list__header-info{color:#6e7781;font-size:14px;line-height:1.2;font-weight:400;white-space:nowrap}.b-guarantee-selection-list__list{list-style-type:none;padding:0;display:flex;flex-flow:column nowrap;align-items:stretch;width:100%;margin:20px 0 30px}.b-guarantee-selection-list__list-header{display:flex;justify-content:space-between;align-items:center;width:100%}@media screen and (max-width: 579px){.b-guarantee-selection-list__list-header{flex-flow:column nowrap;align-items:flex-start}}.b-guarantee-selection-list__list-info{color:#6e7781;font-size:14px;line-height:1.2;font-weight:400;white-space:nowrap}@media screen and (max-width: 579px){.b-guarantee-selection-list__list-info{margin-top:5px}}.b-guarantee-selection-list__item{margin-top:30px;position:relative;display:flex;border-radius:10px;overflow:visible;border:1px solid #e1e5ee;box-sizing:border-box;background:#fff;padding:30px 30px 25px}.b-guarantee-selection-list__item:first-of-type{margin-top:0}@media screen and (max-width: 969px){.b-guarantee-selection-list__item{padding:0 30px 0 0}}@media screen and (max-width: 767px){.b-guarantee-selection-list__item{padding:20px}}.b-guarantee-selection-list__item-top-right{position:absolute;top:15px;right:15px;display:flex}.b-guarantee-selection-list__item-img{display:flex;justify-content:center;align-items:flex-start;flex-shrink:0;width:193px}@media screen and (max-width: 767px){.b-guarantee-selection-list__item-img{display:flex;width:100%;height:135px}}.b-guarantee-selection-list__item-img-box{border:1px solid #e1e5ee;box-sizing:border-box;padding:10px;background-color:#f5f6fa}.b-guarantee-selection-list__item-img-box img{width:100%;max-width:160px;height:auto;object-fit:contain;max-height:188px}@media screen and (max-width: 969px){.b-guarantee-selection-list__item-img-box img{max-width:120px}}@media screen and (max-width: 969px){.b-guarantee-selection-list__item-img-box{padding:20px 26px;border-top:0 solid #e1e5ee;border-bottom:0 solid #e1e5ee;border-left:0 solid #e1e5ee;border-top-left-radius:10px}}@media screen and (max-width: 767px){.b-guarantee-selection-list__item-img-box{padding:4px;border:1px solid #e1e5ee;background-color:#fff;border-top-left-radius:0}}@media screen and (max-width: 969px){.b-guarantee-selection-list__item-img{position:absolute;width:173px}}@media screen and (max-width: 767px){.b-guarantee-selection-list__item-img{width:70px;right:20px;top:20px}}.b-guarantee-selection-list__item-content{flex-grow:1;display:flex;flex-flow:column nowrap;padding:0 30px;width:100%}@media screen and (max-width: 1279px){.b-guarantee-selection-list__item-content{padding:0 20px}}@media screen and (max-width: 969px){.b-guarantee-selection-list__item-content{padding:0}}.b-guarantee-selection-list__item-header{display:flex;align-items:center;margin-bottom:15px}@media screen and (max-width: 1279px){.b-guarantee-selection-list__item-header{margin-bottom:20px}}@media screen and (max-width: 969px){.b-guarantee-selection-list__item-header{padding:20px 20px 20px 203px;min-height:180px}}@media screen and (max-width: 767px){.b-guarantee-selection-list__item-header{padding:0;height:unset}}.b-guarantee-selection-list__item-text-content{display:flex;flex-flow:column nowrap;width:100%}@media screen and (max-width: 767px){.b-guarantee-selection-list__item-text-content{width:calc(100% - 80px)}}.b-guarantee-selection-list__item-title{color:#1d1d1b;font-size:18px;line-height:1.2;font-weight:600;margin-bottom:10px}@media screen and (max-width: 767px){.b-guarantee-selection-list__item-title{font-size:16px}}.b-guarantee-selection-list__item-text{color:#6e7781;font-size:16px;line-height:1.2;font-weight:400}.b-guarantee-selection-list__item-text p{margin-top:0}.b-guarantee-selection-list__item-text .sm{font-size:12px;line-height:1.5}@media screen and (max-width: 767px){.b-guarantee-selection-list__item-text{font-size:14px}}.b-guarantee-selection-list__item-links{display:flex;flex-wrap:wrap}.b-guarantee-selection-list__item-links .slick-slide{height:55px}.b-guarantee-selection-list__item-links .slick-list{overflow:visible}.b-guarantee-selection-list__item-hr{width:100%;height:1px;background-color:#f5f6fa}.b-guarantee-selection-list__item-footer{display:flex;justify-content:space-between;align-items:center;white-space:nowrap;border-top:1px solid #f5f6fa;padding:20px 0;width:100%}@media screen and (max-width: 969px){.b-guarantee-selection-list__item-footer{padding:30px 0 30px 30px}}@media screen and (max-width: 767px){.b-guarantee-selection-list__item-footer{flex-flow:column nowrap;align-items:stretch;padding:0;border-top:0 solid #f5f6fa}}.b-guarantee-selection-list__item-footer a{text-decoration:none}.b-guarantee-selection-list__item-footer .btn-red{width:max-content;font-weight:600;font-size:14px;line-height:18px;color:#e72430;border-bottom:1px dashed #f4babd;transition:border-bottom .3s ease}.b-guarantee-selection-list__item-footer .btn-red:hover,.b-guarantee-selection-list__item-footer .btn-red:focus{border-bottom:1px dashed #e72430}.b-guarantee-selection-list__item-footer .btn-red:active{color:#d21e29;border-bottom:1px dashed #d21e29}@media screen and (max-width: 767px){.b-guarantee-selection-list__item-btn{margin-top:30px}.b-guarantee-selection-list__item-btn a{width:100%}}
