/*
 * 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-common-step{width:100%;max-width:635px}.b-common-step__title{font-weight:700;font-size:24px;line-height:120%;margin-bottom:30px}.b-common-step__question{margin-bottom:20px}.b-common-step__question-title{font-size:18px;line-height:120%;font-weight:600;margin-bottom:12px}.b-common-step__question-list{margin-bottom:20px}.b-common-step__list{display:flex;flex-wrap:wrap;margin-bottom:10px;gap:20px 12px}.b-common-step__item-list{width:calc(50% - 10px);border-radius:10px;padding:18px 28px;background-color:#f5f6fa;cursor:pointer;font-weight:400;display:flex;align-items:center;justify-content:flex-start;box-sizing:border-box;border:1px solid #f5f6fa;order:2}.b-common-step__item-list.active{background-color:#fff}.b-common-step__item-list.active .b-common-step__checkbox{border:1px solid #e72430}.b-common-step__item-list.active .b-common-step__checkbox::before{width:12px;height:12px;border-radius:100px;background-color:#e72430;content:"";position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.b-common-step__item-list.default{order:1}@media(max-width: 1024px){.b-common-step__item-list{width:100%}}.b-common-step__checkbox{width:24px;min-width:24px;height:24px;border:1px solid #e1e5ee;border-radius:100px;margin-right:10px;background-color:#fff;position:relative}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-constructor-kms{padding-bottom:100px}@media screen and (max-width: 768px){.b-constructor-kms{padding-bottom:50px}}.b-constructor-kms__content.loading{background-color:#fff;position:relative;height:450px;border-radius:10px}.b-constructor-kms__content-wrap{height:0;overflow:hidden;display:flex;justify-content:space-between}.b-constructor-kms__content-wrap.active{height:auto;overflow:visible;width:100%}@media screen and (max-width: 768px){.b-constructor-kms__content-wrap{flex-direction:column-reverse}}.b-constructor-kms__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.b-constructor-kms__selection-wrap{margin-right:30px;padding:32px;border-radius:10px;background-color:#fff;width:53%;max-height:fit-content}.b-constructor-kms__selection-wrap.result{padding:0;background-color:transparent}@media(max-width: 1024px){.b-constructor-kms__selection-wrap{margin-right:20px;padding:24px}}@media screen and (max-width: 768px){.b-constructor-kms__selection-wrap{width:100%;margin-right:0}}.b-constructor-kms__construction-container{border-radius:10px;padding:45px 30px;background-color:#fff;position:relative;cursor:pointer;width:44.4%;display:flex;align-items:center}.b-constructor-kms__construction-container:hover .corner-icon-1{top:-3px}.b-constructor-kms__construction-container:hover .corner-icon-2{left:-3px}@media screen and (max-width: 768px){.b-constructor-kms__construction-container{width:100%;margin-bottom:20px;padding:15px;padding-bottom:40px}}@media screen and (max-width: 768px){.b-constructor-kms__construction-wrap{max-width:374px;margin:0 auto}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-constructor-scheme .corner-icon-1,.b-constructor-scheme .corner-icon-2{transition:all .2s ease-in-out;position:absolute}.b-constructor-scheme .corner-icon-1{top:0;right:0}.b-constructor-scheme .corner-icon-2{bottom:0;left:0}.b-constructor-scheme__corner{position:absolute;top:20px;right:20px;width:24px;height:24px}.b-constructor-scheme__corner-wrap{width:100%;height:100%;position:relative}.b-constructor-scheme__wrap{position:relative}.b-constructor-scheme__wrap .mfp-close{top:-40px;right:-20px;z-index:10000}.b-constructor-scheme__model-png-block-wrap{height:0;overflow:hidden;width:0}.b-constructor-scheme__model-png-block{width:600px;height:600px;position:relative}.b-constructor-scheme__img{position:absolute;width:100%;height:100%;left:0;top:0}.b-constructor-scheme__img--base:first-child{position:relative}.b-constructor-scheme__img.hide{visibility:hidden}.b-constructor-scheme__download{display:flex;align-items:center;color:#e72430;font-size:16px;font-weight:600;cursor:pointer;position:absolute;bottom:20px;right:20px}.b-constructor-scheme__download img{margin-right:5px}.mfp-constructor-scheme .mfp-content{width:100%;max-width:600px;border-radius:6px;padding:20px;padding-top:40px;background-color:#fff}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-facade-step,.b-roof-step,.b-fundament-step{display:flex;flex-direction:column;justify-content:space-between;height:100%}.b-facade-step__title,.b-roof-step__title,.b-fundament-step__title{margin-bottom:0;font-size:24px}@media screen and (max-width: 475px){.b-facade-step__title,.b-roof-step__title,.b-fundament-step__title{font-size:18px}}.b-facade-step__top,.b-roof-step__top,.b-fundament-step__top{display:flex;margin-bottom:30px}@media screen and (max-width: 768px){.b-facade-step__top,.b-roof-step__top,.b-fundament-step__top{margin-bottom:20px}}@media screen and (max-width: 475px){.b-facade-step__top,.b-roof-step__top,.b-fundament-step__top{font-size:18px}}.b-facade-step__steps,.b-roof-step__steps,.b-fundament-step__steps{font-size:16px;font-weight:400;color:#676b77}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-kms-pagination{display:flex;justify-content:space-between;align-items:center;padding-top:30px;border-top:1px solid #e1e5ee}@media screen and (max-width: 475px){.b-kms-pagination{flex-direction:column-reverse}}.b-kms-pagination__btn-wrap--hidden{visibility:hidden;pointer-events:none}@media screen and (max-width: 475px){.b-kms-pagination__btn-wrap{width:100%}.b-kms-pagination__btn-wrap--hidden{display:none}.b-kms-pagination__btn-wrap:last-child{margin-bottom:15px}}.b-kms-pagination__btn{padding:19px 0;background-color:#e72430;border-radius:10px;color:#fff;font-size:16px;font-weight:600;width:191px}@media(max-width: 1024px){.b-kms-pagination__btn{width:150px}}@media screen and (max-width: 475px){.b-kms-pagination__btn{width:100%}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-kms-progress-bar{background-color:#fff;border-radius:10px;padding:20px 60px;margin-bottom:30px}@media screen and (max-width: 768px){.b-kms-progress-bar{padding:15px;margin-bottom:20px}}.b-kms-progress-bar__steps-container{display:flex;justify-content:space-between}@media screen and (max-width: 768px){.b-kms-progress-bar__steps-container{justify-content:center}}.b-kms-progress-bar__step{display:flex;cursor:pointer;align-items:center;justify-content:center;flex:1;margin-right:15px}.b-kms-progress-bar__step.passed .b-kms-progress-bar__step-count{background-color:#fff;border:1px solid #e1e5ee}.b-kms-progress-bar__step.active .b-kms-progress-bar__step-count{color:#fff;background-color:#e72430}.b-kms-progress-bar__step:last-child{margin-right:0}@media screen and (max-width: 768px){.b-kms-progress-bar__step{margin-right:15px}}.b-kms-progress-bar__step-count{color:#9497a3;font-size:20px;font-weight:600;line-height:24px;display:flex;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;border-radius:100px;background-color:#f5f6fa;margin-right:8px;position:relative}@media screen and (max-width: 768px){.b-kms-progress-bar__step-count{margin-right:0}}.b-kms-progress-bar__mark{position:absolute;width:calc(100% - 1px);height:calc(100% - 1px);display:flex;justify-content:center;align-items:center;background-color:#fff;border-radius:100px}.b-kms-progress-bar__step-title{font-size:16px}.b-kms-progress-bar__step-info{display:flex;flex-direction:column}@media screen and (max-width: 768px){.b-kms-progress-bar__step-info{display:none}}.b-kms-progress-bar__step-desc{font-size:12px;font-weight:400;color:#676b77}@media(max-width: 1024px){.b-kms-progress-bar__step-desc{display:none}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-kms-question__title{font-size:18px;font-weight:600;margin-bottom:24px;margin-top:0}.b-kms-question__items{list-style-type:none;display:flex;margin-bottom:10px;width:100%;margin-top:0;flex-wrap:wrap;padding:0}.b-kms-question__item{cursor:pointer;position:relative;margin-bottom:20px;background-color:#f5f6fa;border:1px solid #f5f6fa;border-radius:10px;padding:10px;display:flex;align-items:center}.b-kms-question__item--images{cursor:auto;align-items:center}.b-kms-question__item--systems{display:flex;justify-content:space-between;padding-right:40px;flex-wrap:nowrap}@media(max-width: 1024px){.b-kms-question__item--systems{padding-right:32px}}.b-kms-question__item--block-text{padding:25px 40px 25px 20px;flex-wrap:nowrap}@media screen and (max-width: 1200px){.b-kms-question__item--block-text{padding:20px}}.b-kms-question__item.col_2{width:calc(50% - 10px);margin-right:20px}.b-kms-question__item.col_2:nth-child(2n){margin-right:0}.b-kms-question__item.col_2 img{width:100%;max-height:230px}@media(max-width: 1023px){.b-kms-question__item.col_2{width:100%;margin-right:0}}.b-kms-question__item.row{width:100%}.b-kms-question__item:last-child{margin-right:0}.b-kms-question__item.active{background-color:#fff;border:1px solid #e1e5ee}.b-kms-question__item.active .b-kms-question__item-choosen{display:flex}.b-kms-question__item.active .b-kms-question__system-image-wrap{background-color:#f5f6fa}.b-kms-question__item.active .b-kms-question__item-checkbox{border:1px solid #e72430}.b-kms-question__item.active .b-kms-question__item-checkbox::before{width:12px;height:12px;border-radius:100px;background-color:#e72430;content:"";position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.b-kms-question__item.active .b-kms-question__img-box{background-color:#f5f6fa}@media screen and (max-width: 768px){.b-kms-question__item{margin-bottom:15px}}.b-kms-question__item-left{padding:0;width:auto}.b-kms-question__item-right{padding:0}.b-kms-question__item-right--block-text{display:flex;padding:0;flex:3;flex-wrap:wrap;justify-content:space-between;align-items:center}@media screen and (max-width: 1200px){.b-kms-question__item-right--block-text{flex-direction:column;align-items:flex-start}}.b-kms-question__item-block-text{width:auto;margin-right:15px}.b-kms-question__item-choosen{position:absolute;top:10px;right:10px;display:none;justify-content:center;align-items:center;height:18px;width:18px;padding:0}.b-kms-question__item-choosen--block-text{top:7px;right:7px}.b-kms-question__main-image{max-width:83px;min-width:50px;width:100%;border-radius:6px;overflow:hidden;margin-right:14px}.b-kms-question__type{display:flex;flex-direction:column;justify-content:space-between}.b-kms-question__type-title{font-size:18px;margin-bottom:10px}.b-kms-question__type-images-list{display:flex;flex-wrap:wrap}.b-kms-question__type-item-image{width:28px;height:28px;border-radius:4px;margin-right:8px;margin-bottom:5px;cursor:pointer;position:relative;overflow:hidden}.b-kms-question__type-item-image:last-child{margin-right:0}.b-kms-question__type-item-image.active::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:4px;border:1px solid #e72430}.b-kms-question__system-info{display:flex;align-items:center;justify-content:space-between;flex-shrink:unset;padding:0;flex-wrap:wrap}@media screen and (max-width: 560px){.b-kms-question__system-info{flex-direction:column;align-items:flex-start}}.b-kms-question__about-product,.b-kms-question__systems-about{width:max-content;cursor:pointer;color:#156ce1;border-bottom:1px dashed #e1e5ee;padding-left:0;padding-right:0}.b-kms-question__img-box{background-color:#fff;border-radius:6px;padding:5px;margin-right:14px;width:100%;max-width:79px;height:79px;display:flex;align-items:center}@media screen and (max-width: 768px){.b-kms-question__img-box{max-width:60px;height:60px}}.b-kms-question__item-text{font-size:18px;font-weight:400;margin-right:10px;line-height:120%}@media screen and (max-width: 768px){.b-kms-question__item-text{font-size:16px}}.b-kms-question__item-checkbox{width:24px;min-width:24px;height:24px;border:1px solid #e1e5ee;border-radius:100px;margin-right:10px;background-color:#fff;position:relative}.b-kms-question .b-preview-popup{z-index:5001}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-kms-systems{background-color:#fff;border-radius:10px;margin-top:30px;padding:32px}.b-kms-systems__wrap.loading{background-color:#fff;position:relative;height:350px}.b-kms-systems__title{font-size:24px;font-weight:700;line-height:29px;margin-bottom:30px}.b-kms-systems__title--save{margin-bottom:16px;color:#fff}@media screen and (max-width: 560px){.b-kms-systems__title{font-size:20px}.b-kms-systems__title--save{margin-bottom:20px}}.b-kms-systems__system{padding:50px 0;border-bottom:1px solid #e1e5ee}.b-kms-systems__system:first-child{padding-top:0}.b-kms-systems__system:last-child{border-bottom:0;padding-bottom:0}@media(max-width: 768px){.b-kms-systems__system{padding:40px 0}}.b-kms-systems__system-block{display:grid;grid-template-columns:repeat(2, 1fr);gap:30px;margin-bottom:40px}@media(max-width: 768px){.b-kms-systems__system-block{grid-template-columns:repeat(1, 1fr)}}.b-kms-systems__image-wrap{border-radius:10px;background-color:#e8eff6;padding:52px;display:flex;justify-content:center;align-items:center}.b-kms-systems__image-wrap img{max-height:250px;height:100%;width:auto}@media(max-width: 860px){.b-kms-systems__image-wrap img{height:auto;width:100%;max-width:200px}}@media(max-width: 768px){.b-kms-systems__image-wrap{padding:20px}}.b-kms-systems__short-desc{color:#676b77;font-size:16px;font-weight:400;line-height:130%;margin-bottom:16px}.b-kms-systems__system-info{display:flex;flex-direction:column;flex:1;margin-right:15px;justify-content:space-between}.b-kms-systems__type-title{color:#676b77;font-size:18px;font-weight:400;margin-bottom:20px}@media screen and (max-width: 560px){.b-kms-systems__type-title{font-size:16px}}.b-kms-systems__system-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.b-kms-systems__system-text{margin-bottom:16px}.b-kms-systems__tech-list{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px}.b-kms-systems__tech-doc{display:flex;align-items:center;padding:13px 16px;border:1px solid #e1e5ee;border-radius:10px;width:209px}@media(max-width: 768px){.b-kms-systems__tech-doc{width:auto}}@media(max-width: 560px){.b-kms-systems__tech-doc{width:100%}}.b-kms-systems__tech-doc-img{margin-right:4px}.b-kms-systems__tech-doc-info{color:#156ce1;font-size:14px;font-weight:400;line-height:130%}.b-kms-systems__system-name{font-size:18px;font-weight:600;line-height:120%}@media screen and (max-width: 768px){.b-kms-systems__system-name{font-size:16px}}.b-kms-systems__edit{color:#e72430;font-weight:600;font-size:16px;cursor:pointer;min-width:fit-content;display:flex}@media screen and (max-width: 1024px){.b-kms-systems__edit span{display:none}}@media screen and (max-width: 768px){.b-kms-systems__edit span{display:flex}}@media screen and (max-width: 560px){.b-kms-systems__edit span{display:none}}.b-kms-systems__btns{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;padding-top:16px;border-top:1px solid #e1e5ee}.b-kms-systems__btn{padding:19px 20px}.b-kms-systems__btn--red::after{content:"";width:10px;height:10px;position:absolute;top:10px;right:10px;border-top:2px solid #fff;border-right:2px solid #fff}@media(max-width: 660px){.b-kms-systems__btn{width:100%}}.b-kms-systems__desc-wrap{display:flex;gap:30px;justify-content:space-between}.b-kms-systems__desc-wrap .desc-block{width:50%}.b-kms-systems__desc-wrap .desc-block h2{margin-bottom:16px;font-weight:600}.b-kms-systems__desc-wrap .desc-block ul{padding-left:0}.b-kms-systems__desc-wrap .desc-block li{list-style:none;padding-left:16px;position:relative}.b-kms-systems__desc-wrap .desc-block li::before{position:absolute;content:"";width:8px;height:8px;background-color:#e72430;border-radius:100px;left:0;top:8px}@media(max-width: 768px){.b-kms-systems__desc-wrap{flex-direction:column}.b-kms-systems__desc-wrap .desc-block{width:100%;gap:20px}}.b-kms-systems__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.b-kms-systems .b-preview-popup{z-index:5001}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-result-step{display:flex;flex-direction:column;height:100%}.b-result-step__common{border-radius:10px;background-color:#fff;padding:32px;flex:1}.b-result-step__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.b-result-step__title{font-size:24px;font-weight:700;line-height:29px;margin-bottom:0}.b-result-step__title--save{margin-bottom:16px;color:#fff}@media screen and (max-width: 560px){.b-result-step__title{font-size:20px}.b-result-step__title--save{margin-bottom:20px}}.b-result-step__edit{color:#e72430;font-weight:600;font-size:16px;cursor:pointer;width:max-content}@media screen and (max-width: 860px){.b-result-step__edit span{display:none}}.b-result-step__param{display:flex;align-items:flex-end;margin-bottom:16px}@media screen and (max-width: 560px){.b-result-step__param{margin-bottom:10px}}.b-result-step__param:last-child{margin-bottom:0}.b-result-step__param-title{font-size:16px;color:#9497a3}.b-result-step__param-value{font-size:16px;font-weight:400;line-height:21px;text-align:right}.b-result-step__dashed-wrap{flex:1;overflow:hidden;margin-left:14px;margin-right:14px;margin-bottom:5px}.b-result-step__dashed{height:1px;background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23E1E5EEFF' stroke-width='4' stroke-dasharray='6%2c 15' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");width:443px}.b-result-step__save-lk{font-size:16px;font-weight:600;color:#e72430;cursor:pointer}.b-result-step__download-block{background-color:#414e60;display:flex;align-items:flex-end;justify-content:space-between;border-radius:10px;margin-bottom:19px;overflow:hidden;padding-top:24px;padding-left:32px}.b-result-step__download-content{padding-bottom:32px;color:#fff;width:338px;min-width:338px;font-size:18px}@media screen and (max-width: 768px){.b-result-step__download-content{width:100%;min-width:unset;font-size:16px}}.b-result-step__download-text{margin-bottom:16px}.b-result-step__download-img{height:fit-content;margin-left:-25px;max-height:215px}@media screen and (max-width: 560px){.b-result-step__download-img{display:none}}.b-result-step__save-item-btn{margin-right:32px;font-weight:600;font-size:16px;cursor:pointer;line-height:120%}.b-result-step__save-item-btn:last-child{margin-right:0}@media screen and (max-width: 560px){.b-result-step__save-item-btn{margin-right:0;margin-bottom:5px}.b-result-step__save-item-btn:last-child{margin-bottom:0}}
