/*
 * 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-preview-popup{display:block;position:absolute;top:0;left:0;width:100%;height:100%}.b-preview-popup__wrap{display:block;position:relative;width:100%;height:100%}.b-preview-popup__ps{max-height:290px;padding-right:6px}.b-preview-popup__ps.ps--active-y .ps__rail-y{background-color:#e1e5ee;opacity:1;width:4px;border-radius:4px;right:-20px;transition:opacity .5s}.b-preview-popup__ps.ps--active-y .ps__rail-y .ps__thumb-y{background-color:#babeca;border-radius:4px;right:0;width:100%}@media(max-width: 768px){.b-preview-popup__ps{max-height:unset}}.b-preview-popup__ps-content{max-height:calc(100vh - 90px);height:100%;padding-right:6px}.b-preview-popup__ps-content.ps--active-y .ps__rail-y{background-color:#e1e5ee;opacity:1;width:4px;border-radius:4px;right:-20px;transition:opacity .5s}.b-preview-popup__ps-content.ps--active-y .ps__rail-y .ps__thumb-y{background-color:#babeca;border-radius:4px;right:0;width:100%}@media(max-width: 768px){.b-preview-popup__ps-content{padding-right:15px;display:flex;flex-direction:column}}.b-preview-popup__background{position:fixed;top:0;left:0;background-color:rgba(0,0,0,.7);width:100vw;height:100vh;z-index:1000}.b-preview-popup__container{top:50%;left:50%;transform:translate(-50%, -50%);position:fixed;width:calc(100% - 40px);max-width:1170px;background-color:#fff;border-radius:10px;z-index:1100;padding:44px 45px 60px}@media screen and (max-width: 1279px){.b-preview-popup__container{padding:45px 20px;max-height:100vh}}@media screen and (max-width: 767px){.b-preview-popup__container{width:calc(100% - 40px)}}@media screen and (max-width: 579px){.b-preview-popup__container{padding-top:45px;padding-right:10px;width:100%;height:100vh;max-height:100vh;transform:none;border-radius:0;top:0;left:0}.b-preview-popup__container--loading{top:50%;transform:translate(0, -50%);border-radius:10px}}.b-preview-popup__container--loading{max-height:300px;height:100%}.b-preview-popup__close-btn{position:absolute;top:20px;right:25px;width:16px;height:16px;background-image:url(/img/solutions/close-grey.png);cursor:pointer;background-color:transparent;border:none;outline:none;background-repeat:no-repeat;background-position:center}.b-preview-popup__content{display:flex;justify-content:space-between;padding-left:20px;width:calc(100% - 20px)}@media(max-width: 768px){.b-preview-popup__content{flex-direction:column;padding-left:0;width:100%;flex:1}}.b-preview-popup__left{display:flex;justify-content:center;align-items:center;flex:1;height:100%;max-height:56vh;border:1px solid #e1e5ee;border-radius:10px;overflow:hidden;position:relative;padding-top:10px;padding-bottom:20px}@media screen and (max-width: 768px){.b-preview-popup__left{display:none}}.b-preview-popup__left img{width:100%;max-width:450px;height:auto;object-fit:contain}.b-preview-popup .b-detail-line-tags-img{top:10px}.b-preview-popup .b-detail-line-tags-img__item{font-size:12px;margin-bottom:10px}.b-preview-popup__features-icons{display:flex;flex-flow:wrap;position:absolute;left:10px;bottom:10px;align-items:flex-start;margin:0;padding:0}.b-preview-popup__features-icon{padding:4px 12px 4px 6px;color:#676b77;display:flex;align-items:center;font-weight:400;font-size:12px}.b-preview-popup__features-icon::before{content:"";display:block;width:24px;height:26px;background-size:contain;margin-right:14px}.b-preview-popup__features-icon.guarantee::before{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMgMTAuNDkzdjcuMDE0YzAgMi41NjkgMCAyLjU2OSAyLjQ0NCA0LjIwNmw2LjcyMyAzLjg1M2MxLjAwOS41NzkgMi42NTcuNTc5IDMuNjY2IDBsNi43MjMtMy44NTNDMjUgMjAuMDc2IDI1IDIwLjA3NiAyNSAxNy41MDd2LTcuMDE0YzAtMi41NjkgMC0yLjU2OS0yLjQ0NC00LjIwNmwtNi43MjMtMy44NTNjLTEuMDA5LS41NzktMi42NTctLjU3OS0zLjY2NiAwTDUuNDQ0IDYuMjg3QzMgNy45MjQgMyA3LjkyNCAzIDEwLjQ5M3oiIHN0cm9rZT0iI0UxRTVFRSIgc3Ryb2tlLXdpZHRoPSIxLjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjxwYXRoIGQ9Ik0xNCA5bDEuNTQ1IDMuMjkxIDMuNDU1LjUzMS0yLjUgMi41Ni41OSAzLjYxOEwxNCAxNy4yOTEgMTAuOTEgMTlsLjU5LTMuNjE3LTIuNS0yLjU2IDMuNDU1LS41MzJMMTQgOXoiIHN0cm9rZT0iI0U3MjQzMCIgc3Ryb2tlLXdpZHRoPSIxLjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center}.b-preview-popup__features-icon.experts::before{width:28px;height:28px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjIzNyAyLjYwMUw2LjQxNSA0Ljc5NWMtMS4zNDIuNTAxLTIuNDM4IDIuMDg4LTIuNDM4IDMuNTExdjguNjY5YzAgMS4zNzYuOTEgMy4xODUgMi4wMTggNC4wMTNsNS4wMTcgMy43NDVjMS42NDUgMS4yMzcgNC4zNTEgMS4yMzcgNS45OTYgMGw1LjAxNy0zLjc0NWMxLjEwOC0uODI4IDIuMDE4LTIuNjM3IDIuMDE4LTQuMDEzVjguMzA2YzAtMS40MzUtMS4wOTYtMy4wMjEtMi40MzgtMy41MjNsLTUuODIyLTIuMTgyYy0uOTkxLS4zNjEtMi41NzgtLjM2MS0zLjU0NiAweiIgc3Ryb2tlPSIjMjJDMDc0IiBzdHJva2Utd2lkdGg9IjEuNiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggZD0iTTEwLjU2MyAxMy44NDhsMS44NzggMS44NzkgNS4wMTYtNS4wMTciIHN0cm9rZT0iIzIyQzA3NCIgc3Ryb2tlLXdpZHRoPSIxLjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center}.b-preview-popup__right{display:flex;flex-flow:column nowrap;width:100%;flex:1;margin-left:35px;align-items:flex-end;justify-content:space-between}@media(max-width: 768px){.b-preview-popup__right{margin-left:0}}.b-preview-popup__alternate-container{width:100%}.b-preview-popup__alternate-title{font-weight:600;font-size:18px;line-height:130%;padding-bottom:15px;min-width:100%}.b-preview-popup__hr{width:100%;height:1px;background-color:#ccd5df;margin:20px 0}@media screen and (max-width: 579px){.b-preview-popup__hr{margin-bottom:0}}.b-preview-popup__list{position:relative;color:#1d1d1b;list-style:none;counter-reset:list;padding-left:0}@media screen and (max-width: 579px){.b-preview-popup__list{margin-bottom:40px}}.b-preview-popup__list-item{width:100%;color:#1d1d1b;font-size:16px;line-height:1.7;font-weight:400}@media screen and (max-width: 767px){.b-preview-popup__list-item{font-size:14px}}.b-preview-popup__list .b-alternate-product__title{font-size:14px}.b-preview-popup__counter{position:absolute;left:0;color:#e72430;width:20px;text-align:start;margin-right:7px}.b-preview-popup__title{font-size:34px;font-weight:800;line-height:40.8px;margin-bottom:15px;color:#1d1d1b}@media screen and (max-width: 319px){.b-preview-popup__title{font-size:16px}}.b-preview-popup__text{font-size:18px;line-height:150%;margin-bottom:32px;max-width:800px}@media(max-width: 768px){.b-preview-popup__text{font-size:16px}}.b-preview-popup__more-wrapper{flex-grow:1;display:flex;align-items:flex-end;justify-content:flex-end}.b-preview-popup__more{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;text-decoration:none;max-width:200px}.b-preview-popup__btn-wrap{display:flex;flex-direction:column;justify-content:flex-end;margin-top:25px}@media(max-width: 768px){.b-preview-popup__btn-wrap{width:100%}}.b-preview-popup__btn{padding:14px 70px 14px 40px;position:relative;text-decoration:none}.b-preview-popup__btn.l-button{padding:14px 65px 14px 40px}.b-preview-popup__btn::after{position:absolute;content:"";width:18px;height:18px;background:url(/img/layout/arrow-right.svg) no-repeat center;background-size:contain;right:40px;top:50%;transform:translate(0, -50%)}@media(max-width: 768px){.b-preview-popup__btn{width:100%;margin-bottom:10px}}.b-preview-popup__close--buttom{display:none}@media(max-width: 560px){.b-preview-popup__close--buttom{outline:none;border:none;display:flex;align-self:flex-end;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;width:100%}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-solutions-additional{display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;background:#e8eff7;border-radius:10px;padding:60px;margin-top:50px}@media screen and (max-width: 1279px){.b-solutions-additional{margin-top:40px;padding:40px 20px}}@media screen and (max-width: 767px){.b-solutions-additional{margin-top:30px}}.b-solutions-additional__header{width:100%}.b-solutions-additional__title{width:100%;color:#1d1d1b;font-size:24px;line-height:1.2;font-weight:600;margin:0}@media screen and (max-width: 767px){.b-solutions-additional__title{font-size:18px}}.b-solutions-additional__item-content{text-align:left}.b-solutions-additional__text{width:100%;color:#1d1d1b;font-size:18px;line-height:1.3;font-weight:600;margin:0}@media screen and (max-width: 767px){.b-solutions-additional__text{font-size:16px}}.b-solutions-additional__button{margin-top:10px;font-weight:600;color:#e00f20;display:flex;align-items:center}.b-solutions-additional__button::after{content:"";flex-shrink:0;width:24px;height:24px;background-image:url(/img/solutions/arrow-red.svg);margin-left:5px}.b-solutions-additional__items{width:100%;display:flex;flex-flow:row nowrap;margin:20px 0 0}@media screen and (max-width: 1279px){.b-solutions-additional__items{flex-flow:column nowrap}}.b-solutions-additional__item{position:relative;display:flex;width:100%;border-radius:10px;background-color:#fff;cursor:pointer;align-items:center;border:none;padding:15px;margin-top:0;margin-left:20px;text-decoration:none}@media screen and (max-width: 1279px){.b-solutions-additional__item{margin-top:20px;margin-left:0}}@media screen and (max-width: 1279px){.b-solutions-additional__item{margin-top:15px;margin-left:0}}.b-solutions-additional__item img{width:100%;max-width:100px;height:auto;object-fit:contain;margin-right:10px}.b-solutions-additional__item:first-of-type{margin-left:0}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-solutions-form{width:100%}.b-solutions-form__cell{display:flex;flex-direction:column;margin:20px 30px 0 0;width:100%;position:relative}.b-solutions-form__cell--1{margin-right:0}.b-solutions-form__cell--2{width:calc(50% - 15px)}.b-solutions-form__cell--2:nth-child(2n){margin-right:0}@media screen and (max-width: 579px){.b-solutions-form__cell--2{width:100%}}.b-solutions-form__cell--3{width:calc(33.33% - 20px)}.b-solutions-form__cell--3:nth-child(3n){margin-right:0}@media screen and (max-width: 1279px){.b-solutions-form__cell--3:nth-child(3n){margin-right:30px}}@media screen and (max-width: 969px){.b-solutions-form__cell--3:nth-child(3n){margin-right:0}}@media screen and (max-width: 1279px){.b-solutions-form__cell--3:nth-child(2n){margin-right:0}}@media screen and (max-width: 1279px){.b-solutions-form__cell--3{width:calc(50% - 15px)}}@media screen and (max-width: 579px){.b-solutions-form__cell--3{width:100%}}@media screen and (max-width: 579px){.b-solutions-form__cell{margin-right:0}}.b-solutions-form input{width:100%;border:1px solid #e7e7e7;border-radius:8px;outline:none;background:#fff;padding:19px 20px 17px;font-size:16px}.b-solutions-form input+label,.b-solutions-form input+div+label{position:absolute;color:#676b77;font-size:12px;line-height:130%;background:#fff;padding:0 5px;left:16px;opacity:0;transition:opacity .2s;margin-top:-8px}.b-solutions-form input.js-focus+label{opacity:1;transition:opacity .2s}.b-solutions-form input::placeholder,.b-solutions-form input::-moz-placeholder{color:#999;opacity:1}.b-solutions-form input.js-focus::placeholder{color:transparent}.b-solutions-form input--phone{padding:18px 20px 18px 40px}.b-solutions-form label{margin-bottom:7px;font-size:16px;color:#1d1d1b;border-radius:5px}.b-solutions-form label-required{color:#e00f20}.b-solutions-form__confirm{position:relative;display:flex;align-items:center;width:100%;color:#717171;font-size:12px;line-height:1.3;font-weight:400;margin:10px 0 20px 10px}@media screen and (max-width: 969px){.b-solutions-form__confirm{width:100%}}.b-solutions-form__confirm a{color:#156ce1;font:normal 300 12px/18px ProximaNova;text-decoration:none;box-sizing:border-box}.b-solutions-form__confirm label{display:block;flex:0 0 100%;max-width:100%;color:rgba(0,0,0,.6);font:400 14px/18px ProximaNova}.b-solutions-form__confirm input.b-solutions-form__confirm-checkbox{display:none}.b-solutions-form__confirm input.b-solutions-form__confirm-checkbox+label{position:unset;font-size:12px;color:#1f1f1f;cursor:pointer;opacity:1;padding-left:34px;background:transparent;padding-top:5px}.b-solutions-form__confirm input.b-solutions-form__confirm-checkbox+label::before{content:"";position:absolute;left:0;width:24px;height:24px;border:1px solid #babeca;border-radius:6px;top:-5px}.b-solutions-form__confirm input.b-solutions-form__confirm-checkbox:checked+label::after{opacity:0}.b-solutions-form__confirm input.b-solutions-form__confirm-checkbox:checked+label::before{border:1px solid #e72430;background-color:#e72430;background-image:url("/img/icons/check-white.svg");background-position:center;background-repeat:no-repeat}.b-solutions-form__chosen{display:flex;flex-flow:column nowrap}.b-solutions-form__chosen-header{display:flex;align-items:center;margin-bottom:15px}@media screen and (max-width: 579px){.b-solutions-form__chosen-header{justify-content:space-between}}.b-solutions-form__chosen-delete{display:flex;align-items:center;height:100%;color:#e00f20;font-size:14px;font-weight:600;cursor:pointer;margin-left:25px}.b-solutions-form__chosen-delete::before{content:"";display:block;width:18px;height:18px;background-image:url(/img/solutions/close-btn-red.svg);margin-right:5px}.b-solutions-form__chosen-footer{display:flex;align-items:stretch;margin-bottom:35px;border:1px solid #e8ecf2;border-radius:10px;overflow:hidden}@media screen and (max-width: 579px){.b-solutions-form__chosen-footer{flex-flow:column nowrap;margin-bottom:25px}}.b-solutions-form__chosen-img{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:140px;background-color:#e8eff7}@media screen and (max-width: 579px){.b-solutions-form__chosen-img{width:100%;height:100px}}.b-solutions-form__chosen-img img{width:100%;max-width:85px;height:auto;object-fit:contain}.b-solutions-form__chosen-content{flex-grow:1;display:flex;flex-flow:column nowrap;padding:25px 20px}@media screen and (max-width: 1279px){.b-solutions-form__chosen-content{padding:15px 20px}}.b-solutions-form__chosen-content .b-solutions__title{margin-bottom:10px}@media screen and (max-width: 1279px){.b-solutions-form__chosen-content .b-solutions__title{margin-bottom:5px}}@media screen and (max-width: 579px){.b-solutions-form__chosen-content .b-solutions__title{font-size:16px}}.b-solutions-form__chosen-content .b-solutions__text{line-height:1.2}@media screen and (max-width: 579px){.b-solutions-form__chosen-content .b-solutions__text{font-size:14px}}.b-solutions-form__title,.b-solutions-form__block-title{color:#1d1d1b;line-height:1.3;margin:0;font-weight:600}.b-solutions-form__title{font-size:34px;font-weight:800;line-height:1.3;width:100%;margin:0 5px 0 0}@media screen and (max-width: 767px){.b-solutions-form__title{font-size:18px}}.b-solutions-form__block-title{font-size:18px}@media screen and (max-width: 767px){.b-solutions-form__block-title{font-size:16px}}.b-solutions-form__text{width:100%;color:#1d1d1b;font-size:16px;line-height:1.5;font-weight:400}@media screen and (max-width: 767px){.b-solutions-form__text{font-size:16px}}.b-solutions-form__contacts-container{background-color:#f5f6fa;border-radius:10px;padding:30px}.b-solutions-form__contacts-container--error .b-phone-country__input--error,.b-solutions-form__contacts-container--error .b-solutions-form__input--error{border:1px solid #e72430}.b-solutions-form__contacts-container--error input.b-solutions-form__confirm-checkbox--error+label::before{background-color:#fff4f4}.b-solutions-form__contacts-container--error input.b-solutions-form__confirm-checkbox--error+label{color:#e72430}.b-solutions-form__contacts{display:flex;flex-flow:row wrap;justify-content:space-between}.b-solutions-form__contacts-left{width:calc(67%);padding-right:20px}@media screen and (max-width: 969px){.b-solutions-form__contacts-left{width:100%;padding-right:0}}.b-solutions-form__contacts-right{width:calc(33%)}@media screen and (max-width: 969px){.b-solutions-form__contacts-right{display:none}}.b-solutions-form__popup-pdf{padding:0 calc(50% - 137.5px)}.b-solutions-form__popup-pdf-show{padding-top:calc(100% * 404 / 285);background-image:url(/img/solutions/pdfform.png);background-repeat:no-repeat;cursor:pointer;background-position:top center;background-size:contain;max-width:285px;margin:0 auto}.b-solutions-form__input{display:flex;justify-content:center;align-items:center;width:100%;height:60px;border:1px solid #f3f3f3;box-shadow:0 15px 45px -27px rgba(0,0,0,.2);border-radius:10px;padding:0 20px !important}.b-solutions-form__input--fill+label,.b-solutions-form__input--fill+div+label{opacity:1 !important;transition:opacity .2s !important}.b-solutions-form__sms-wrapper{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:flex-end;margin-top:25px}@media screen and (max-width: 1279px){.b-solutions-form__sms-wrapper{flex-flow:row wrap;width:415px}}@media screen and (max-width: 969px){.b-solutions-form__sms-wrapper{width:314px}}@media screen and (max-width: 767px){.b-solutions-form__sms-wrapper{width:300px}}.b-solutions-form__sms-wrapper .b-solutions-form__group{width:200px}@media screen and (max-width: 1279px){.b-solutions-form__sms-wrapper .b-solutions-form__group{width:220px}}@media screen and (max-width: 969px){.b-solutions-form__sms-wrapper .b-solutions-form__group{width:140px}}@media screen and (max-width: 969px){.b-solutions-form__sms-wrapper .b-solutions-form__group{width:115px}}.b-solutions-form__sms-btn{display:flex;justify-content:center;align-items:center;white-space:nowrap;color:#e72430;font-weight:600;font-size:16px;line-height:1.2;border:1.5px solid #e72430;border-radius:10px;width:171px;height:55px;padding:0 25px;margin-left:20px;cursor:pointer;background-color:transparent}@media screen and (max-width: 969px){.b-solutions-form__sms-btn{width:151px}}.b-solutions-form__sms-info{position:relative;display:flex;align-items:center;font-size:14px;line-height:1.2;font-weight:400;height:55px;padding-left:36px;margin-left:20px}@media screen and (max-width: 1279px){.b-solutions-form__sms-info{width:100%;margin-top:10px;margin-left:0}}.b-solutions-form__sms-info::after{position:absolute;left:0;content:"";width:24px;height:24px;background-image:url(/img/solutions/alert-white.svg)}.b-solutions-form__object-wrapper{display:flex;flex-flow:wrap;margin-top:35px;margin-bottom:10px}.b-solutions-form__object{display:flex;flex-flow:wrap;justify-content:space-between;width:100%}.b-solutions-form__submit-wrapper{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center}@media screen and (max-width: 1279px){.b-solutions-form__submit-wrapper{flex-flow:row wrap}}@media screen and (max-width: 767px){.b-solutions-form__submit-wrapper{flex-flow:column nowrap;align-items:flex-start}}.b-solutions-form__required-info{display:block;color:#717171;font-size:14px;line-height:1.2;font-weight:400;padding:20px 10px}.b-solutions-form__submit{display:flex;justify-content:center;align-items:center;color:#fff;font-size:16px;line-height:1.2;font-weight:600;background:linear-gradient(0deg, #e72430, #e72430),#1f1f1f;border-radius:10px;border:none;height:60px;padding:0 30px;cursor:pointer}@media screen and (max-width: 767px){.b-solutions-form__submit{margin-top:24px}}.b-solutions-form__select .select2-container{max-width:100%}.b-solutions-form .group--phone{position:relative}.b-solutions-form .group--phone #phone{padding-left:90px !important;box-sizing:border-box}.b-solutions-form .country-phone{position:absolute;width:65px;height:25px;top:45px;left:15px;border-right:1px solid rgba(103,107,119,.2)}.b-solutions-form .country-phone img{position:relative;top:3px;margin-right:10px}.b-solutions-form__list{list-style:none;display:flex;flex-wrap:wrap;justify-content:space-between;padding:0;margin:0}.b-solutions-form__card{flex-basis:30%;background:#fff;border-radius:10px}@media screen and (max-width: 769px){.b-solutions-form__card{flex-basis:100%;margin-bottom:20px}}.b-solutions-form__card_image-wrapper{padding-top:20px;height:195px;background-image:url(/img/solutions/building1.png);background-repeat:no-repeat;background-position:center;background-size:cover;border-radius:10px}.b-solutions-form__card_category{background-color:#414e60;border-radius:0 5px 5px 0;padding:10px;color:#fff}.b-solutions-form__card_content{padding:12px 16px}.b-solutions-form__card_name{font-weight:600;font-size:16px;line-height:21px;color:#1f1f1f}.b-solutions-form__card_adress{font-size:14px;line-height:18px;color:#676b77}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-solutions-item{position:relative;display:flex;width:100%;border-radius:10px;border:1px solid #e8eff5;cursor:pointer;padding:25px 15px}@media screen and (max-width: 768px){.b-solutions-item{flex-flow:column nowrap}}.b-solutions-item::before{position:absolute;top:15px;right:13px;content:"";display:none;width:18px;height:18px;background-image:url(/img/solutions/items/check.svg);background-size:contain;background-repeat:no-repeat}.b-solutions-item *{box-sizing:border-box}.b-solutions-item--active{border:1px solid #e00f20}.b-solutions-item--active::before{display:block}.b-solutions-item img{width:100%;max-width:100px;height:auto;object-fit:contain;margin-right:10px}@media screen and (max-width: 768px){.b-solutions-item img{margin-right:0;margin-bottom:15px}}.b-solutions-item__content{display:flex;flex-flow:column nowrap}.b-solutions-item__title{color:#1d1d1b;font-size:18px;line-height:1.2;font-weight:600;margin-bottom:5px}@media screen and (max-width: 319px){.b-solutions-item__title{font-size:16px}}.b-solutions-item__text{color:#6e7781;font-size:14px;line-height:1.2;font-weight:400}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-solutions-list-popup{display:block;position:absolute;top:0;left:0;width:100%;height:100%}.b-solutions-list-popup__wrap{display:block;position:relative;width:100%;height:100%}.b-solutions-list-popup__ps{max-height:290px;padding-right:6px}.b-solutions-list-popup__ps.ps--active-y .ps__rail-y{background-color:#e1e5ee;opacity:1;width:4px;border-radius:4px;right:-20px;transition:opacity .5s}.b-solutions-list-popup__ps.ps--active-y .ps__rail-y .ps__thumb-y{background-color:#babeca;border-radius:4px;right:0;width:100%}@media(max-width: 768px){.b-solutions-list-popup__ps{max-height:unset}}.b-solutions-list-popup__ps-content{max-height:calc(100vh - 250px);height:100%;padding-right:6px}.b-solutions-list-popup__ps-content.ps--active-y .ps__rail-y{background-color:#e1e5ee;opacity:1;width:8px;border-radius:4px;right:-20px;transition:opacity .5s}.b-solutions-list-popup__ps-content.ps--active-y .ps__rail-y .ps__thumb-y{background-color:#babeca;border-radius:4px;right:0;width:100%}@media(max-width: 768px){.b-solutions-list-popup__ps-content{padding-right:15px;display:flex;flex-direction:column}}@media(max-width: 560px){.b-solutions-list-popup__ps-content{max-height:calc(100vh - 300px)}}.b-solutions-list-popup__background{position:fixed;top:0;left:0;background-color:rgba(0,0,0,.7);width:100vw;height:100vh;z-index:1000}.b-solutions-list-popup__container{top:50%;left:50%;transform:translate(-50%, -50%);position:fixed;width:calc(100% - 40px);height:calc(100% - 40px);max-width:1170px;background-color:#fff;border-radius:10px;z-index:1100;padding:30px}@media screen and (max-width: 1279px){.b-solutions-list-popup__container{padding:45px 20px;max-height:100vh}}@media screen and (max-width: 767px){.b-solutions-list-popup__container{width:calc(100% - 40px)}}@media screen and (max-width: 579px){.b-solutions-list-popup__container{padding-top:45px;padding-right:10px;width:100%;height:100vh;max-height:100vh;transform:none;border-radius:0;top:0;left:0}.b-solutions-list-popup__container--loading{top:50%;transform:translate(0, -50%);border-radius:10px}}.b-solutions-list-popup__container--loading{max-height:300px;height:100%}.b-solutions-list-popup__close-btn{position:absolute;top:20px;right:25px;width:16px;height:16px;background-image:url(/img/solutions/close-grey.png);cursor:pointer;background-color:transparent;border:none;outline:none;background-repeat:no-repeat;background-position:center}.b-solutions-list-popup__content{display:flex;justify-content:space-between}@media(max-width: 768px){.b-solutions-list-popup__content{flex-direction:column;width:100%;flex:1}}.b-solutions-list-popup__list{position:relative;color:#1d1d1b;list-style:none;counter-reset:list;padding-left:0;width:100%}@media screen and (max-width: 579px){.b-solutions-list-popup__list{margin-bottom:40px}}.b-solutions-list-popup__list-item{width:100%;color:#1d1d1b;font-size:16px;line-height:1.7;font-weight:400;display:flex;align-items:center;cursor:pointer;border-top:1px solid #e1e5ee}.b-solutions-list-popup__list-item-img{width:100px;height:60px;background-repeat:no-repeat;background-position:center;background-size:60px}@media screen and (max-width: 767px){.b-solutions-list-popup__list-item{font-size:14px}}.b-solutions-list-popup__list-item.active{background:#f5f6fa}.b-solutions-list-popup__list .b-alternate-product__title{font-size:14px}.b-solutions-list-popup__counter{position:absolute;left:0;color:#e72430;width:20px;text-align:start;margin-right:7px}.b-solutions-list-popup__title{font-size:28px;font-weight:800;line-height:28px;margin-bottom:15px;color:#1d1d1b}@media screen and (max-width: 319px){.b-solutions-list-popup__title{font-size:16px}}.b-solutions-list-popup__text{font-size:18px;line-height:150%;margin-bottom:32px;max-width:800px}@media(max-width: 768px){.b-solutions-list-popup__text{font-size:16px}}.b-solutions-list-popup__btn-wrap{display:flex;flex-direction:column;justify-content:flex-end;margin-top:25px}@media(max-width: 768px){.b-solutions-list-popup__btn-wrap{width:100%}}.b-solutions-list-popup__btn{padding:0 30px;position:relative;text-decoration:none;display:flex;justify-content:center;align-items:center;color:#fff;font-size:16px;line-height:1.2;font-weight:600;background:linear-gradient(0deg, #e72430, #e72430),#1f1f1f;border-radius:10px;border:none;height:60px;cursor:pointer;margin-top:20px;margin-left:auto}@media(max-width: 768px){.b-solutions-list-popup__btn{width:100%;margin-bottom:10px}}.b-solutions-list-popup__close--buttom{display:none}@media(max-width: 560px){.b-solutions-list-popup__close--buttom{outline:none;border:none;display:flex;align-self:flex-end;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;width:100%}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-solutions-popup-pdf{display:block;position:absolute;top:0;left:0;width:100%;height:100%}.b-solutions-popup-pdf__pdf{width:100%}.b-solutions-popup-pdf .pdfobject-container{height:calc(100vh - 130px) !important}.b-solutions-popup-pdf__wrap{display:block;position:relative;width:100%;height:100%}.b-solutions-popup-pdf__background{position:fixed;top:0;left:0;background-color:rgba(0,0,0,.7);width:100vw;height:100vh;z-index:1000}.b-solutions-popup-pdf__container{top:5%;left:calc(50% - 20px);transform:translateX(calc(-50% + 20px));position:fixed;width:calc(100% - 40px);max-width:1170px;background-color:#fff;border-radius:10px;z-index:1100;padding:44px 45px 60px;height:calc(100vh - 60px)}@media screen and (max-width: 1279px){.b-solutions-popup-pdf__container{padding:15px 20px}}@media screen and (max-width: 767px){.b-solutions-popup-pdf__container{width:calc(100% - 40px);top:50%;transform:translateX(calc(-50% + 20px)) translateY(-50%)}}@media screen and (max-width: 579px){.b-solutions-popup-pdf__container{padding-top:25px;width:100%;transform:none;border-radius:0;top:0;left:0}}.b-solutions-popup-pdf .pdfobject{height:calc(100% - 10px) !important}.b-solutions-popup-pdf__close-btn{position:absolute;top:15px;right:15px;width:16px;height:16px;background-image:url(/img/solutions/close-grey.png);cursor:pointer;border:none;outline:none;background-repeat:no-repeat;background-position:center;z-index:99999;background-color:#fff;border-radius:10px;padding:15px}.b-solutions-popup-pdf__content{display:flex;justify-content:space-between}@media screen and (max-width: 1279px){.b-solutions-popup-pdf__content{flex-flow:column nowrap;align-items:center}}@media screen and (max-width: 767px){.b-solutions-popup-pdf__content{overflow-y:scroll}}@media screen and (max-width: 579px){.b-solutions-popup-pdf__content{overflow:hidden;height:110vh}}.b-solutions-popup-pdf__left{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:450px;height:100%;margin-right:65px}@media screen and (max-width: 1279px){.b-solutions-popup-pdf__left{width:325px;margin-right:0;margin-bottom:25px}}@media screen and (max-width: 1279px){.b-solutions-popup-pdf__left{width:250px}}@media screen and (max-width: 579px){.b-solutions-popup-pdf__left{display:none}}.b-solutions-popup-pdf__left img{width:100%;max-width:450px;height:auto;object-fit:contain}@media screen and (max-width: 1279px){.b-solutions-popup-pdf__left img{max-width:325px;object-fit:contain}}@media screen and (max-width: 1279px){.b-solutions-popup-pdf__left img{max-width:250px}}.b-solutions-popup-pdf__right{display:flex;flex-flow:column nowrap;width:100%}@media screen and (max-width: 579px){.b-solutions-popup-pdf__right{height:100vh;background-color:#fff;justify-content:space-between}}.b-solutions-popup-pdf__hr{width:100%;height:1px;background-color:#ccd5df;margin:20px 0}@media screen and (max-width: 579px){.b-solutions-popup-pdf__hr{margin-bottom:0}}.b-solutions-popup-pdf__list{position:relative;color:#1d1d1b;list-style:none;counter-reset:list;padding-left:25px}@media screen and (max-width: 579px){.b-solutions-popup-pdf__list{margin-bottom:40px}}.b-solutions-popup-pdf__list-item{width:100%;color:#1d1d1b;font-size:16px;line-height:1.7;font-weight:400}@media screen and (max-width: 767px){.b-solutions-popup-pdf__list-item{font-size:14px}}.b-solutions-popup-pdf__counter{position:absolute;left:0;color:#e72430;width:20px;text-align:start;margin-right:7px}.b-solutions-popup-pdf__title{color:#1d1d1b;font-size:18px;line-height:1.2;font-weight:600;margin-bottom:5px}@media screen and (max-width: 319px){.b-solutions-popup-pdf__title{font-size:16px}}.b-solutions-popup-pdf__text{color:#6e7781;font-size:14px;line-height:1.2;font-weight:400}.b-solutions-popup-pdf__more-wrapper{flex-grow:1;display:flex;align-items:flex-end;justify-content:flex-end}.b-solutions-popup-pdf__more{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;text-decoration:none;max-width:200px}.b-solutions-popup-pdf__close--buttom{display:none}@media(max-width: 560px){.b-solutions-popup-pdf__close--buttom{outline:none;border:none;display:flex;align-self:flex-end;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;width:100%;margin-bottom:50px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-solutions-popup{display:block;position:absolute;top:0;left:0;width:100%;height:100%}.b-solutions-popup__wrap{display:block;position:relative;width:100%;height:100%}.b-solutions-popup__ps{max-height:calc(80vh - 90px)}@media screen and (max-width: 579px){.b-solutions-popup__ps{max-height:calc(100vh - 90px)}}.b-solutions-popup__background{position:fixed;top:0;left:0;background-color:rgba(0,0,0,.7);width:100vw;height:100vh;z-index:1000}.b-solutions-popup__container{top:10vh;left:calc(50% - 20px);transform:translateX(calc(-50% + 20px));position:fixed;width:calc(100% - 40px);max-width:1170px;background-color:#fff;border-radius:10px;z-index:1100;padding:44px 45px 60px;max-height:80vh}@media screen and (max-width: 1279px){.b-solutions-popup__container{padding:45px 20px;max-height:100vh}}@media screen and (max-width: 767px){.b-solutions-popup__container{width:calc(100% - 40px);top:50%;transform:translateX(calc(-50% + 20px)) translateY(-50%)}}@media screen and (max-width: 579px){.b-solutions-popup__container{padding-top:45px;width:100%;height:100vh;max-height:100vh;transform:none;border-radius:0;top:0;left:0}}.b-solutions-popup__close-btn{position:absolute;top:20px;right:25px;width:16px;height:16px;background-image:url(/img/solutions/close-grey.png);cursor:pointer;background-color:transparent;border:none;outline:none;background-repeat:no-repeat;background-position:center}.b-solutions-popup__content{display:flex;justify-content:space-between;padding-left:20px;width:calc(100% - 20px)}@media screen and (max-width: 1279px){.b-solutions-popup__content{flex-flow:column nowrap;align-items:center}}@media screen and (max-width: 767px){.b-solutions-popup__content{overflow-y:scroll}}@media screen and (max-width: 579px){.b-solutions-popup__content{overflow:hidden}}.b-solutions-popup__left{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:450px;height:100%;margin-right:65px}@media screen and (max-width: 1279px){.b-solutions-popup__left{width:325px;margin-right:0;margin-bottom:25px}}@media screen and (max-width: 1279px){.b-solutions-popup__left{width:250px}}@media screen and (max-width: 579px){.b-solutions-popup__left{display:none}}.b-solutions-popup__left img{width:100%;max-width:450px;height:auto;object-fit:contain}@media screen and (max-width: 1279px){.b-solutions-popup__left img{max-width:325px;object-fit:contain}}@media screen and (max-width: 1279px){.b-solutions-popup__left img{max-width:250px}}.b-solutions-popup__right{display:flex;flex-flow:column nowrap;width:100%}@media screen and (max-width: 579px){.b-solutions-popup__right{background-color:#fff;justify-content:space-between}}.b-solutions-popup__hr{width:100%;height:1px;background-color:#ccd5df;margin:20px 0}@media screen and (max-width: 579px){.b-solutions-popup__hr{margin-bottom:0}}.b-solutions-popup__list{position:relative;color:#1d1d1b;list-style:none;counter-reset:list;padding-left:25px}@media screen and (max-width: 579px){.b-solutions-popup__list{margin-bottom:40px}}.b-solutions-popup__list-item{width:100%;color:#1d1d1b;font-size:16px;line-height:1.7;font-weight:400}@media screen and (max-width: 767px){.b-solutions-popup__list-item{font-size:14px}}.b-solutions-popup__counter{position:absolute;left:0;color:#e72430;width:20px;text-align:start;margin-right:7px}.b-solutions-popup__title{color:#1d1d1b;font-size:18px;line-height:1.2;font-weight:600;margin-bottom:5px}@media screen and (max-width: 319px){.b-solutions-popup__title{font-size:16px}}.b-solutions-popup__text{color:#6e7781;font-size:14px;line-height:1.2;font-weight:400}.b-solutions-popup__more-wrapper{flex-grow:1;display:flex;align-items:flex-end;justify-content:flex-end}.b-solutions-popup__more{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;text-decoration:none;max-width:200px}.b-solutions-popup__close--buttom{display:none}@media(max-width: 560px){.b-solutions-popup__close--buttom{outline:none;border:none;display:flex;align-self:flex-end;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;width:100%;margin-bottom:20px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-solutions-progress-bar{display:flex;justify-content:center;align-items:center;width:100%;min-width:calc(768px - 20px - 20px);height:116px;font-size:13px;line-height:1.2;background:#e8eff7;box-shadow:0 10px 40px #e8eff6;border-radius:10px;padding:0 20px}.b-solutions-progress-bar__line{position:relative;display:flex;justify-content:space-between;align-items:center;width:100%;height:7px;background-color:#fff;border:1px solid #e2ebf3;border-radius:4px;margin-top:15px}.b-solutions-progress-bar__step{display:flex;flex-flow:column nowrap;justify-content:space-between;height:100px;padding-bottom:15px}.b-solutions-progress-bar__step::before{position:absolute;top:calc(50% - 20px / 2);display:none;content:"";width:3px;height:20px;background-color:#fff;border:1px solid #e2ebf3;border-radius:2px}.b-solutions-progress-bar__step::after{position:absolute;top:calc(50% - 20px / 2);display:none;content:"";width:20px;height:20px;background-color:#fff;background-image:url(/img/solutions/progress-bar/check.svg);background-repeat:no-repeat;background-position:center;border:1px solid #c7d4e1;border-radius:50%;z-index:10}.b-solutions-progress-bar__step-text{font-weight:600}.b-solutions-progress-bar__step-value{font-weight:400}.b-solutions-progress-bar__step--start::after{transform:translateX(-2%)}.b-solutions-progress-bar__step--end{align-items:end;text-align:end}.b-solutions-progress-bar__step--end::before{display:block;right:0}.b-solutions-progress-bar__step--point{position:absolute}.b-solutions-progress-bar__step--point::before{display:block;left:0}.b-solutions-progress-bar__step--current{position:absolute;transform:translateX(-50%)}.b-solutions-progress-bar__step--active::before{display:none}.b-solutions-progress-bar__step--active::after{display:block}.b-solutions-progress-bar__step--active .b-solutions-progress-bar__step-value{width:max-content;height:16px;border-radius:5px;background-color:#fff;color:#e00f20;font-weight:600;padding:0 7px}.b-solutions-progress-bar__progress{position:absolute;left:0;background-color:#e00f20;height:100%;border-radius:3px;box-shadow:0 4px 25px rgba(231,36,48,.25)}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-solutions-question{max-width:660px;width:100%;display:flex;flex-flow:column nowrap;align-items:center;padding:0 20px}@media screen and (max-width: 768px){.b-solutions-question{padding:0}}.b-solutions-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-solutions-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-solutions-question__warning .warning__count{color:#156ce1;border-bottom:1px dashed #cbe1ff;cursor:pointer}.b-solutions-question__title{width:100%;color:#1d1d1b;font-size:24px;line-height:1.2;font-weight:600;margin:0}@media screen and (max-width: 768px){.b-solutions-question__title{font-size:18px}}.b-solutions-question__items{padding:0;list-style-type:none;display:flex;flex-flow:column nowrap;margin:20px 0 30px;width:100%}.b-solutions-question__item{position:relative;display:flex;width:100%;border-radius:10px;border:1px solid #e8eff5;cursor:pointer;padding:25px 15px;margin-bottom:20px}.b-solutions-question__item:last-of-type{margin-bottom:0}@media screen and (max-width: 768px){.b-solutions-question__item{flex-flow:column nowrap}}.b-solutions-question__item::before{position:absolute;top:15px;right:13px;content:"";display:none;width:18px;height:18px;background-image:url(/img/solutions/items/check.svg);background-size:contain;background-repeat:no-repeat}.b-solutions-question__item *{box-sizing:border-box}.b-solutions-question__item.active{border:1px solid #e00f20}.b-solutions-question__item.active::before{display:block}.b-solutions-question__item-content{pointer-events:none;display:flex;flex-flow:column nowrap;width:calc(100% - 110px)}@media screen and (max-width: 768px){.b-solutions-question__item-content{width:100%}}.b-solutions-question__item-title{color:#1d1d1b;font-size:18px;line-height:1.2;font-weight:600;margin-bottom:5px}@media screen and (max-width: 319px){.b-solutions-question__item-title{font-size:16px}}.b-solutions-question__item-text{color:#6e7781;font-size:14px;line-height:1.2;font-weight:400}.b-solutions-question__item-image-wrapper{width:100px;margin-right:10px;display:flex;align-items:center;position:relative}.b-solutions-question__item-image-wrapper img{object-fit:contain;pointer-events:none}@media screen and (max-width: 768px){.b-solutions-question__item-image-wrapper{margin-right:0;margin-bottom:15px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-solutions-systems{width:100%}.b-solutions-systems__header{display:flex;justify-content:space-between;align-items:center;width:100%;position:relative}@media screen and (max-width: 579px){.b-solutions-systems__header{flex-flow:column nowrap;align-items:flex-start}}.b-solutions-systems__header-title{width:100%;color:#1d1d1b;font-size:24px;line-height:1.2;font-weight:800;margin-top:30px}@media screen and (max-width: 579px){.b-solutions-systems__header-title{margin-top:10px}}.b-solutions-systems__header-plus{position:absolute;top:10px;font-size:0;cursor:pointer;z-index:10;width:60px;height:60px;border:1px solid #e72430;border-radius:10px;background-color:#e72430;right:0;display:flex;align-items:center;justify-content:center}.b-solutions-systems__header-plus::before{content:"+";width:20px;height:20px;font:20px/1 FontAwesome;font-weight:normal;color:#fff;display:inline-block;background-position:center;text-align:center}.b-solutions-systems__header-plus.minus::before{content:"-"}.b-solutions-systems__header-plus:focus{outline:none}@media screen and (max-width: 767px){.b-solutions-systems__header-plus{top:20px;width:40px;height:40px}}@media screen and (max-width: 579px){.b-solutions-systems__header-plus{top:0}}.b-solutions-systems__header-info{color:#6e7781;font-size:14px;line-height:1.2;font-weight:400;white-space:nowrap}.b-solutions-systems__top{display:flex;justify-content:space-between;margin:10px 0 0}@media screen and (max-width: 579px){.b-solutions-systems__top{flex-direction:column;align-items:flex-start;margin:10px 0}}@media screen and (max-width: 579px){.b-solutions-systems__button-to-form{font-size:14px}}.b-solutions-systems__list{list-style-type:none;padding:0;display:flex;flex-flow:column nowrap;align-items:stretch;width:100%;margin:20px 0 10px}.b-solutions-systems__list-header{display:flex;justify-content:space-between;align-items:center;width:100%}@media screen and (max-width: 579px){.b-solutions-systems__list-header{flex-flow:column nowrap;align-items:flex-start}}.b-solutions-systems__list-info{color:#6e7781;font-size:14px;line-height:1.2;font-weight:400;white-space:nowrap}@media screen and (max-width: 579px){.b-solutions-systems__list-info{margin-top:5px}}.b-solutions-systems__item{margin-top:30px;position:relative;display:flex;border-radius:10px;overflow:visible;background:#fff;box-shadow:0 15px 85px -20px #e3e7eb}.b-solutions-systems__item:first-of-type{margin-top:0}@media screen and (max-width: 579px){.b-solutions-systems__item{flex-flow:column}}.b-solutions-systems__item-top-right{position:absolute;top:15px;right:15px;display:flex}.b-solutions-systems__item-share,.b-solutions-systems__item-star{width:24px;height:24px;cursor:pointer}.b-solutions-systems__item-share{background-image:url(/img/solutions/detail/share.svg);margin-right:20px;position:relative}.b-solutions-systems__item-share-popup{display:none;position:absolute;top:-2px;left:calc(50% - 25px);transform:translate(calc(-50% + 25px), -100%);transition:.2s;width:155px;font-size:14px;padding:5px;text-align:center;background-color:#fff;border:1px solid #6e7781;border-radius:2px}.b-solutions-systems__item-share-popup.active{display:block}.b-solutions-systems__item-star{background-image:url(/img/solutions/detail/star.svg)}.b-solutions-systems__item-img{display:flex;justify-content:center;align-items:center}@media screen and (max-width: 1279px){.b-solutions-systems__item-img{display:none}}@media screen and (max-width: 579px){.b-solutions-systems__item-img{display:flex;width:100%;height:135px}}.b-solutions-systems__item-img img{width:100%;max-width:160px;height:auto;object-fit:contain}@media screen and (max-width: 579px){.b-solutions-systems__item-img img{max-width:110px}}.b-solutions-systems__item-content{flex-grow:1;display:flex;flex-flow:column nowrap;padding:30px;width:100%}@media screen and (max-width: 1279px){.b-solutions-systems__item-content{padding:20px}}.b-solutions-systems__item-header{display:flex;align-items:center;margin-bottom:15px}@media screen and (max-width: 1279px){.b-solutions-systems__item-header{margin-bottom:20px}}.b-solutions-systems__item-devise-img{display:none;justify-content:center;align-items:center;flex-shrink:0;width:140px;height:115px;background-color:#e8eff7;border-top-left-radius:10px;border-bottom-left-radius:10px;margin-right:20px}@media screen and (max-width: 1279px){.b-solutions-systems__item-devise-img{display:flex}}@media screen and (max-width: 579px){.b-solutions-systems__item-devise-img{display:none}}.b-solutions-systems__item-devise-img img{width:100%;max-width:100px;height:auto;object-fit:contain}.b-solutions-systems__item-text-content{display:flex;flex-flow:column nowrap;width:100%}.b-solutions-systems__item-title{color:#1d1d1b;font-size:18px;line-height:1.2;font-weight:600;margin-bottom:10px}@media screen and (max-width: 767px){.b-solutions-systems__item-title{font-size:16px}}.b-solutions-systems__item-text{color:#6e7781;font-size:16px;line-height:1.2;font-weight:400}@media screen and (max-width: 767px){.b-solutions-systems__item-text{font-size:14px}}.b-solutions-systems__item-links{display:flex;flex-wrap:wrap}.b-solutions-systems__item-links .slick-slide{height:55px}.b-solutions-systems__item-links .slick-list{overflow:visible}.b-solutions-systems__item-link{width:190px;display:flex;text-decoration:none;padding:10px 15px}.b-solutions-systems__item-link-wrapper{margin-bottom:20px;border:1px solid #e8ecf2;border-radius:10px;margin-right:10px}.b-solutions-systems__item-link-wrapper--angle{position:relative}.b-solutions-systems__item-link-wrapper--angle .b-solutions-systems__item-link::after{position:absolute;top:10px;right:20px;content:"";width:7px;height:7px;background-size:contain;background-image:url(/img/solutions/detail/angle-blue.svg)}.b-solutions-systems__item-link-info{display:flex;flex-flow:column nowrap;justify-content:center;margin-left:10px}.b-solutions-systems__item-link-title{color:#2f80ed;font-size:14px;line-height:1.2;font-weight:400}.b-solutions-systems__item-link-text{color:#a6aab6;font-size:14px;line-height:1.2;font-weight:400;margin-top:2px}.b-solutions-systems__item-hr{width:100%;height:1px;background-color:#e8eff7}.b-solutions-systems__item-footer{display:flex;justify-content:space-between;align-items:center;white-space:nowrap;margin-top:20px}@media screen and (max-width: 969px){.b-solutions-systems__item-footer{flex-flow:column nowrap;align-items:stretch}}.b-solutions-systems__item-footer a{height:55px;color:#e00f20;line-height:1.2;font-weight:600;text-decoration:none}.b-solutions-systems__item-flex-row{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 479px){.b-solutions-systems__item-flex-row{flex-flow:column}}.b-solutions-systems__item-flex-row+.b-solutions-systems__item-flex-row{margin-top:10px}.b-solutions-systems__item-more,.b-solutions-systems__item-tech{display:flex;justify-content:center;align-items:center;height:55px;color:#e00f20;line-height:1.2;font-weight:600;text-decoration:none;font-size:14px;cursor:pointer;background-color:transparent;border:none;outline:none}@media screen and (max-width: 479px){.b-solutions-systems__item-more,.b-solutions-systems__item-tech{justify-content:flex-start;width:100%}}.b-solutions-systems__item-tech{outline:none;background-color:transparent;border:none}.b-solutions-systems__item-tech span:first-child{display:none}.b-solutions-systems__item-tech span:last-child{display:flex}@media screen and (max-width: 969px){.b-solutions-systems__item-tech span:first-child{display:flex}.b-solutions-systems__item-tech span:last-child{display:none}}.b-solutions-systems__item-more+.b-solutions-systems__item-tech{margin-left:30px}@media screen and (max-width: 579px){.b-solutions-systems__item-more+.b-solutions-systems__item-tech{margin-left:0}}.b-solutions-systems__item-price,.b-solutions-systems__item-store,.b-solutions-systems__item-offer{position:relative;display:flex;justify-content:center;align-items:center;line-height:1.2;font-weight:600;border-radius:10px;padding:0 30px}@media screen and (max-width: 579px){.b-solutions-systems__item-price,.b-solutions-systems__item-store,.b-solutions-systems__item-offer{padding:0 15px}}@media screen and (max-width: 479px){.b-solutions-systems__item-price,.b-solutions-systems__item-store,.b-solutions-systems__item-offer{width:100%}}.b-solutions-systems__item-offer{background-color:#e72430;padding:19px 57px;color:#fff;margin:0 auto 30px auto;text-align:center}@media screen and (max-width: 579px){.b-solutions-systems__item-offer{padding:20px 15px}}.b-solutions-systems__item-offer:hover{cursor:pointer;color:#ffffffc4}.b-solutions-systems__item-price{height:55px;font-size:18px;color:#1d1d1b;border:1px solid #e8eff7}.b-solutions-systems__item-price::after{position:absolute;top:8px;right:12px;content:"*";color:#a6aab6}.b-solutions-systems__item-store{font-size:16px;color:#e00f20;border:1.2px solid #e72430;padding:0 35px 0 25px}.b-solutions-systems__item-store::after{position:absolute;top:50%;transform:translate(0, -50%);right:10px;content:"";width:18px;height:18px;background-size:contain;background-image:url(/img/layout/arrow-right.svg)}@media screen and (max-width: 579px){.b-solutions-systems__item-store{padding:0 35px 0 25px}}.b-solutions-systems__item-price+.b-solutions-systems__item-store{margin-left:20px}@media screen and (max-width: 579px){.b-solutions-systems__item-price+.b-solutions-systems__item-store{margin-left:0}}@media screen and (max-width: 479px){.b-solutions-systems__item-price+.b-solutions-systems__item-store{margin-top:15px}}.b-solutions-systems__item-img{position:relative}@media(min-width: 1200px){.b-solutions-systems__item-img{cursor:pointer}.b-solutions-systems__item-img:hover .b-solutions-systems__quick-view{display:flex}}.b-solutions-systems__quick-view{display:none;background:rgba(65,78,96,.55);border-radius:5px;cursor:pointer;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:#fff;font-size:14px;font-weight:400;line-height:18.2px;align-items:center;padding:10px 12px;width:max-content;z-index:2;box-sizing:border-box}.b-solutions-systems__quick-view svg{margin-right:9px}.b-solutions-systems__quick-view:hover{background:rgba(65,78,96,.85);transition:background-color .3s ease}.b-solutions-systems__footer{text-align:right}.b-solutions-systems .b-compare-list{margin:0;padding:0}@media(max-width: 768px){.b-solutions-systems .b-compare-list__item-slider-general .slick-arrow{width:35px;height:35px}}@media(max-width: 560px){.b-solutions-systems .b-compare-list__item-slider--first{max-width:150px;min-width:inherit}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-solutions__wrap{display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;background-color:#fff;border-radius:10px;overflow:hidden;padding:30px}@media screen and (max-width: 1279px){.b-solutions__wrap{padding-left:20px;padding-right:20px}}@media screen and (max-width: 768px){.b-solutions__wrap{border-radius:0}}.b-solutions__wrap *{box-sizing:border-box}.b-solutions__wrap .b-solutions-progress-bar{align-self:flex-start;margin-bottom:35px}.b-solutions__progress{display:flex;justify-content:center;align-items:center;width:calc(100vw - 60px);max-width:1140px;height:116px;font-size:13px;line-height:1.2;background:#414e60;box-shadow:0 10px 40px #e8eff6;border-radius:10px;padding:0 20px;margin-bottom:15px;position:relative;color:#fff}@media screen and (max-width: 768px){.b-solutions__progress{width:calc(100vw - 40px);min-width:320px}}@media screen and (max-width: 579px){.b-solutions__progress{font-size:10px}}.b-solutions__progress-bar{width:100%;margin-top:15px;position:relative}.b-solutions__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-solutions__progress-step-top-text{margin-bottom:5px;font-weight:600}.b-solutions__progress-step-bottom-text{min-height:15px;font-weight:400;margin-top:9px}.b-solutions__progress-step .b-solutions__progress-step-marker{content:"";width:4px;height:21px;background-color:#5e6d81;border:1px solid #768598;border-radius:4px}.b-solutions__progress-step--start{left:19px;align-items:flex-start;cursor:pointer}.b-solutions__progress-step--start .b-solutions__progress-step-top-text{margin-bottom:30px}.b-solutions__progress-step--selected{right:135px;align-items:flex-end}@media screen and (max-width: 579px){.b-solutions__progress-step--selected{right:95px}}.b-solutions__progress-step--end{right:20px;align-items:flex-end}.b-solutions__progress-step--end.hidden .b-solutions__progress-step-bottom-text{opacity:0}.b-solutions__progress-step--default{align-items:center;padding-bottom:8px;cursor:pointer}.b-solutions__progress-step--default .b-solutions__progress-step-marker{width:20px;height:20px;background-color:#fff;background-image:url(/img/solutions/progress-bar/check.svg);background-repeat:no-repeat;background-position:center;border:1px solid #c7d4e1;border-radius:50%}.b-solutions__progress-step--default .b-solutions__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-solutions__progress .vue-simple-progress-text{position:absolute;margin-top:13px}@media screen and (max-width: 579px){.b-solutions__progress .vue-simple-progress-text{font-size:10px !important}}@media screen and (max-width: 768px){.b-solutions__progress{margin-bottom:25px}}.b-solutions__content{max-width:660px}.b-solutions__content-title{width:100%;color:#1d1d1b;font-size:24px;line-height:1.2;font-weight:600}@media screen and (max-width: 768px){.b-solutions__content-title{font-size:18px}}.b-solutions__content-item-wrap{display:flex;flex-flow:column nowrap;grid-gap:20px;margin:20px 0 30px}.b-solutions__content-btn-wrap{max-width:660px;display:flex;justify-content:space-between;align-items:center;width:100%;padding:0 20px}@media screen and (max-width: 768px){.b-solutions__content-btn-wrap{padding:0}}@media screen and (max-width: 579px){.b-solutions__content-btn-wrap{flex-flow:column nowrap}.b-solutions__content-btn-wrap :first-child{order:1}}.b-solutions__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-solutions__content-btn span{display:flex;justify-content:space-between;align-items:center}.b-solutions__content-btn span::before,.b-solutions__content-btn span::after{display:none;content:"";width:23px;height:14px}.b-solutions__content-btn span::before{background-image:url(/img/solutions/arrow-left.svg);margin-right:13px}.b-solutions__content-btn span::after{background-image:url(/img/solutions/arrow-right.svg);margin-left:13px}.b-solutions__content-btn--back{color:#e00f20;background:none;padding:0}.b-solutions__content-btn--back span::before{display:block;left:0}.b-solutions__content-btn--forward span::after{display:block}.b-solutions__hr{width:100%;height:1px;background-color:#e8eff7;margin:30px 0}.b-solutions__start-wrap{display:flex;justify-content:space-between;width:100%}.b-solutions__start-item{width:calc((100% - 150px) / 3);margin:5px 0 0;text-align:center;max-width:277px}@media screen and (max-width: 1094px){.b-solutions__start-item{font-size:14px}}@media screen and (max-width: 560px){.b-solutions__start-item{width:calc((100% - 20px) / 3);font-size:12px}}@media screen and (max-width: 380px){.b-solutions__start-item{width:calc(100% / 3)}}.b-solutions__start-screen{display:flex;flex-flow:column nowrap;align-items:center;padding:0 20px;padding:0}.b-solutions__start-screen>img{width:100%;height:auto}@media screen and (max-width: 969px){.b-solutions__start-screen>img{max-width:580px}}@media screen and (max-width: 768px){.b-solutions__start-screen>img{max-width:unset}}.b-solutions__start-screen .b-solutions__content-title{text-align:center;font-size:24px;margin-top:28px;margin-bottom:20px;font-weight:700}@media screen and (max-width: 969px){.b-solutions__start-screen .b-solutions__content-title{font-size:24px}}@media screen and (max-width: 768px){.b-solutions__start-screen .b-solutions__content-title{font-size:18px;margin-top:40px;margin-bottom:15px}}.b-solutions__start-screen .b-solutions__content-btn{padding:0 65px;margin-bottom:20px}@media screen and (max-width: 768px){.b-solutions__start-screen .b-solutions__content-btn{width:100%}}@media screen and (max-width: 768px){.b-solutions__start-screen{padding:0;margin-top:0}}
