/*
 * 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-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%}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-guarantee-selection-question{max-width:733px;width:100%;display:flex;flex-flow:column nowrap;align-items:center;padding:0 20px}@media screen and (max-width: 768px){.b-guarantee-selection-question{padding:0}}.b-guarantee-selection-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-guarantee-selection-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-guarantee-selection-question__warning .warning__count{color:#156ce1;border-bottom:1px dashed #cbe1ff;cursor:pointer}.b-guarantee-selection-question__title{width:100%;color:#1d1d1b;font-size:24px;line-height:120%;font-weight:600;margin:0}@media screen and (max-width: 768px){.b-guarantee-selection-question__title{font-size:18px}}.b-guarantee-selection-question__items{padding:0;list-style-type:none;display:flex;flex-flow:column nowrap;margin:20px 0 30px;width:100%}.b-guarantee-selection-question__item{position:relative;display:flex;width:100%;border-radius:10px;border:1px solid #e8eff5;cursor:pointer;padding:20px;margin-bottom:20px}.b-guarantee-selection-question__item:last-of-type{margin-bottom:0}.b-guarantee-selection-question__item::before{position:absolute;top:15px;right:15px;content:"";display:none;width:20px;height:20px;background:#e72430;border:2px solid #ea2028;box-shadow:0 4px 20px rgba(234,32,40,.2);border-radius:2000px;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik05IDFMMy41IDYuNUwxIDQiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS42IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");background-position:50% 5px;background-repeat:no-repeat}.b-guarantee-selection-question__item *{box-sizing:border-box}.b-guarantee-selection-question__item.active{border:1px solid #babeca}.b-guarantee-selection-question__item.active::before{display:block}.b-guarantee-selection-question__item-content{pointer-events:none;display:flex;flex-flow:column nowrap;width:calc(100% - 110px);justify-content:center}@media screen and (max-width: 480px){.b-guarantee-selection-question__item-content{width:calc(100% - 62px);justify-content:flex-start}}.b-guarantee-selection-question__item-title{color:#1d1d1b;font-size:16px;line-height:1.3;font-weight:600;margin-bottom:0}@media screen and (max-width: 480px){.b-guarantee-selection-question__item-title{font-size:16px;margin:0}}.b-guarantee-selection-question__item-text{color:#1d1d1b;font-size:14px;line-height:1.3;font-weight:400;margin:5px 0 10px}.b-guarantee-selection-question__item-image-wrapper{width:100px;margin-right:10px;display:flex;align-items:center;position:relative}.b-guarantee-selection-question__item-image-wrapper img{object-fit:contain;pointer-events:none}.b-guarantee-selection-question__item-image-wrapper-svg{width:80px;height:80px;background:#f5f6fa;border-radius:11.4286px;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 480px){.b-guarantee-selection-question__item-image-wrapper{align-items:flex-start;margin-right:0;width:62px}.b-guarantee-selection-question__item-image-wrapper-svg{width:50px;height:50px}.b-guarantee-selection-question__item-image-wrapper-svg svg{max-width:30px;max-height:30px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}#guarantee-selection{max-width:1200px;margin:auto;position:relative}#guarantee-selection .mfp-close{display:none}.b-guarantee-selection__wrap{display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;background-color:#fff;border-radius:10px;overflow:hidden;padding:40px}@media screen and (max-width: 1279px){.b-guarantee-selection__wrap{padding-left:60px;padding-right:60px}}@media screen and (max-width: 768px){.b-guarantee-selection__wrap{padding:26px 15px;border-radius:0}}@media screen and (max-width: 579px){.b-guarantee-selection__wrap{padding:24px 15px}}.b-guarantee-selection__wrap *{box-sizing:border-box}.b-guarantee-selection__wrap .b-guarantee-selection-progress-bar{align-self:flex-start;margin-bottom:35px}.b-guarantee-selection__header{display:flex;align-items:center;width:100%;margin-bottom:34px;color:#1f1f1f;flex-flow:wrap}.b-guarantee-selection__header-title{font-weight:bold;font-size:24px;line-height:1.2;display:none}@media screen and (max-width: 969px){.b-guarantee-selection__header-title{display:block;width:50%}}@media screen and (max-width: 768px){.b-guarantee-selection__header-title{font-size:18px;line-height:1.3}}.b-guarantee-selection__header-exit{width:50%;font-size:16px;line-height:1.3;color:#e72430;cursor:pointer}.b-guarantee-selection__header-exit span{display:inline-block}@media screen and (max-width: 969px){.b-guarantee-selection__header-exit{text-align:right}.b-guarantee-selection__header-exit span{display:none}}.b-guarantee-selection__progress{display:flex;justify-content:center;align-items:center;width:100%;max-width:1140px;height:116px;font-size:13px;line-height:1.2;padding:0;margin-bottom:34px;position:relative;color:#1f1f1f}@media screen and (max-width: 768px){.b-guarantee-selection__progress{min-width:320px}}.b-guarantee-selection__progress-bar{width:100%;margin-top:15px;position:relative}.b-guarantee-selection__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-guarantee-selection__progress-step-top-text{margin-bottom:15px;font-weight:600}.b-guarantee-selection__progress-step-bottom-text{min-height:15px;font-weight:400;margin-top:9px}.b-guarantee-selection__progress-step .b-guarantee-selection__progress-step-marker{content:"";width:20px;height:20px;background:#fff;border:1px solid #e1e5ee;box-shadow:0 4px 20px #e8ebef;border-radius:2000px}.b-guarantee-selection__progress-step--start{left:0;align-items:flex-start}.b-guarantee-selection__progress-step--check1{left:calc(33.34% - 67px);align-items:center;width:134px}@media screen and (max-width: 768px){.b-guarantee-selection__progress-step--check1{left:calc(33.34% - 34px);align-items:center;width:68px}}.b-guarantee-selection__progress-step--check2{left:calc(66.67% - 60px);align-items:center;width:120px}@media screen and (max-width: 768px){.b-guarantee-selection__progress-step--check2{left:calc(66.67% - 34px);align-items:center;width:68px}}.b-guarantee-selection__progress-step--end{right:0;align-items:flex-end}@media screen and (max-width: 768px){.b-guarantee-selection__progress-step--end{width:60px}}.b-guarantee-selection__progress-step--end.selected .b-guarantee-selection__progress-step-marker{background-color:#ea2028;background-image:none;border:0 solid #e1e5ee}.b-guarantee-selection__progress-step.check0 .b-guarantee-selection__progress-step-marker{background-color:#e72430;border:2px solid #fff}.b-guarantee-selection__progress-step.selected .b-guarantee-selection__progress-step-marker{cursor:pointer;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik05IDFMMy41IDYuNUwxIDQiIHN0cm9rZT0iI0VBMjAyOCIgc3Ryb2tlLXdpZHRoPSIxLjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");background-position:50% 5px;background-repeat:no-repeat;border:2px solid #ea2028;width:22px;height:22px;background-color:#fff}.b-guarantee-selection__progress-step--default{align-items:center;padding-bottom:8px}.b-guarantee-selection__progress-step--default .b-guarantee-selection__progress-step-marker{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik05IDFMMy41IDYuNUwxIDQiIHN0cm9rZT0iI0VBMjAyOCIgc3Ryb2tlLXdpZHRoPSIxLjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");background-position:50% 5px;background-repeat:no-repeat;cursor:pointer;border:2px solid #ea2028;width:22px;height:22px}.b-guarantee-selection__progress-step--default .b-guarantee-selection__progress-step-bottom-text{margin-top:9px;width:22px;height:16px;border-radius:5px;background-color:#fff;color:#e00f20;font-weight:600;padding:0 7px;display:flex;align-items:center;justify-content:center}.b-guarantee-selection__progress-step--default:last-of-type .b-guarantee-selection__progress-step-marker{background-color:#ea2028}.b-guarantee-selection__progress .vue-simple-progress{border:1px solid #e1e5ee;background:unset !important}.b-guarantee-selection__progress .vue-simple-progress-text{position:absolute;margin-top:13px}@media screen and (max-width: 768px){.b-guarantee-selection__progress{margin-bottom:25px}}.b-guarantee-selection__content{max-width:660px}.b-guarantee-selection__content-title{width:100%;color:#1f1f1f;font-size:24px;line-height:1.2;font-weight:600}@media screen and (max-width: 768px){.b-guarantee-selection__content-title{font-size:18px}}.b-guarantee-selection__content-item-wrap{display:flex;flex-flow:column nowrap;grid-gap:20px;margin:20px 0 30px}.b-guarantee-selection__content-btn-item{width:calc(50% - 10px);display:flex;justify-content:flex-start}.b-guarantee-selection__content-btn-item:nth-child(2){margin-left:20px;justify-content:flex-end}@media screen and (max-width: 579px){.b-guarantee-selection__content-btn-item{width:100%}.b-guarantee-selection__content-btn-item:nth-child(2){margin-left:0;margin-top:10px}}.b-guarantee-selection__content-btn-wrap{max-width:733px;display:flex;justify-content:space-between;align-items:center;width:100%;padding:0 20px}@media screen and (max-width: 768px){.b-guarantee-selection__content-btn-wrap{padding:0}}@media screen and (max-width: 579px){.b-guarantee-selection__content-btn-wrap{flex-flow:column nowrap}}.b-guarantee-selection__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}.b-guarantee-selection__content-btn span{display:flex;justify-content:space-between;align-items:center}.b-guarantee-selection__content-btn span::before,.b-guarantee-selection__content-btn span::after{display:none;content:"";width:23px;height:14px}.b-guarantee-selection__content-btn span::before{background-image:url(/img/solutions/arrow-left.svg);margin-right:13px}.b-guarantee-selection__content-btn span::after{background-image:url(/img/solutions/arrow-right.svg);margin-left:13px}.b-guarantee-selection__content-btn--back{color:#e00f20;background:none;border:1px solid #e72430}.b-guarantee-selection__content-btn--back:hover{color:#e00f20;background:none;border:1px solid #e72430}.b-guarantee-selection__content-btn--forward span::after{display:block}@media screen and (max-width: 768px){.b-guarantee-selection__content-btn{width:100%}}.b-guarantee-selection__hr{width:100%;height:1px;background-color:#e8eff7;margin:0 -60px}.b-guarantee-selection__start-screen{margin-top:25px;display:flex;flex-flow:column nowrap;align-items:center;padding:0 20px}.b-guarantee-selection__start-screen>img{width:100%;height:auto}@media screen and (max-width: 969px){.b-guarantee-selection__start-screen>img{max-width:580px}}@media screen and (max-width: 768px){.b-guarantee-selection__start-screen>img{max-width:unset}}.b-guarantee-selection__start-screen .b-guarantee-selection__content-title{text-align:center;font-size:28px;margin-top:45px;margin-bottom:20px}@media screen and (max-width: 969px){.b-guarantee-selection__start-screen .b-guarantee-selection__content-title{font-size:24px}}@media screen and (max-width: 768px){.b-guarantee-selection__start-screen .b-guarantee-selection__content-title{font-size:18px;margin-top:40px;margin-bottom:15px}}.b-guarantee-selection__start-screen .b-guarantee-selection__content-btn{padding:0 65px;margin-bottom:20px}@media screen and (max-width: 768px){.b-guarantee-selection__start-screen .b-guarantee-selection__content-btn{width:100%}}@media screen and (max-width: 768px){.b-guarantee-selection__start-screen{padding:0;margin-top:0}}.b-guarantee-selection__goto{display:none}.b-guarantee-selection__goto-start{padding-left:26px;position:relative;font-weight:600;font-size:16px;line-height:1.3;color:#e72430;width:240px;cursor:pointer}.b-guarantee-selection__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__goto{display:flex}}
