/*
 * 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-estimated-service-area-material-form{margin:0 0 40px;width:100%}.b-estimated-service-area-material-form form{margin:0 0 40px}.b-estimated-service-area-material-form header{padding-bottom:10px;padding-top:34px;margin-top:40px;border-top:1px solid #e1e5ee}@media screen and (max-width: 1279px){.b-estimated-service-area-material-form header{margin:20px -15px 0;padding:30px 15px 0}}.b-estimated-service-area-material-form__title{width:100%;margin-left:10px;font-size:24px;line-height:120%;margin-top:0}.b-estimated-service-area-material-form__area{background:#fff;box-shadow:0 0 25px rgba(0,0,0,.06);border-radius:10px;padding:10px 30px 24px;margin-bottom:20px}@media screen and (max-width: 1279px){.b-estimated-service-area-material-form__area{padding:0;box-shadow:none;background:transparent}}.b-estimated-service-area-material-form__v-checkbox{font-style:normal;font-weight:normal;font-size:16px;line-height:130%;color:#1f1f1f;padding:5px 0 5px 38px;position:relative;cursor:pointer}.b-estimated-service-area-material-form__v-checkbox::before{content:"";position:absolute;left:0;top:1px;width:24px;height:24px;background:#f5f6fa;border:1px solid #e1e5ee;border-radius:6px;bottom:0;margin:auto;transition:all .2s}.b-estimated-service-area-material-form__v-checkbox.v-checked::before{background-color:#e20713;border:1px solid transparent}.b-estimated-service-area-material-form__v-checkbox.v-checked::after{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";position:absolute;top:8px;left:4px;color:#fff;transition:all .2s;opacity:0;bottom:0;margin:auto;width:24px;height:24px}.b-estimated-service-area-material-form__v-checkbox.v-checked::after{opacity:1}.b-estimated-service-area-material-form__area-name,.b-estimated-service-area-material-form__area-type{position:relative;width:100%}.b-estimated-service-area-material-form__area-name input,.b-estimated-service-area-material-form__area-name select,.b-estimated-service-area-material-form__area-type input,.b-estimated-service-area-material-form__area-type select{width:100%;max-width:555px;margin:20px 0 10px;background:#fff}@media screen and (max-width: 969px){.b-estimated-service-area-material-form__area-name input,.b-estimated-service-area-material-form__area-name select,.b-estimated-service-area-material-form__area-type input,.b-estimated-service-area-material-form__area-type select{max-width:initial}}@media screen and (max-width: 1279px){.b-estimated-service-area-material-form__area-name input,.b-estimated-service-area-material-form__area-name select,.b-estimated-service-area-material-form__area-type input,.b-estimated-service-area-material-form__area-type select{margin:20px 0}}.b-estimated-service-area-material-form__area-type{margin:15px 0 10px}@media screen and (max-width: 969px){.b-estimated-service-area-material-form__area-type input{font-size:14px;padding:10px !important}}.b-estimated-service-area-material-form__empty-val{display:none}@media screen and (max-width: 1279px){.b-estimated-service-area-material-form__empty-val{display:block}}.b-estimated-service-area-material-form__area-name-title{font-weight:bold;font-size:16px;line-height:150%;margin-bottom:4px}.b-estimated-service-area-material-form__area-name-input,.b-estimated-service-area-material-form__area-material-row-item-input{display:flex;justify-content:center;align-items:center;width:100%;height:52px;border:1px solid #e1e5ee;border-radius:10px;padding:0 5px 0 20px !important;font-size:16px;line-height:130%}.b-estimated-service-area-material-form__area-material-row-item-label{position:absolute;left:22px;z-index:1;color:#676b77}.b-estimated-service-area-material-form__area-name-input{max-width:549px}@media screen and (max-width: 767px){.b-estimated-service-area-material-form__area-name-input{width:calc(100% - 40px)}}.b-estimated-service-area-material-form__area-name-label{display:block;top:14px;left:16px;background-color:#fff;transition:top .1s ease-in-out;pointer-events:none;position:absolute;font-size:16px;line-height:130%;color:#676b77;padding:2px 6px}.b-estimated-service-area-material-form__area-name-label span{color:#e72430}.b-estimated-service-area-material-form__area-name .fieldnotempty~label,.b-estimated-service-area-material-form__area-name input:focus~label,.b-estimated-service-area-material-form__area-name textarea:focus~label,.b-estimated-service-area-material-form__area-name select:focus~label{top:-9px;display:block;font-size:12px;line-height:130%}.b-estimated-service-area-material-form__area-material{position:relative}.b-estimated-service-area-material-form__area-material-head{display:flex;flex-flow:nowrap;background:#f5f6fa;border:1px solid #e1e5ee;box-sizing:border-box;border-radius:10px 10px 0 0;margin:20px 31px 0 0}.b-estimated-service-area-material-form__area-material-head.calc{margin:20px 0 0 0;min-width:917px}@media screen and (max-width: 1279px){.b-estimated-service-area-material-form__area-material-head{display:none}}.b-estimated-service-area-material-form__area-material-wrap{min-width:917px;position:relative}@media screen and (max-width: 1279px){.b-estimated-service-area-material-form__area-material-item{border-top:1px solid #e1e5ee;margin:0 -15px;padding:10px 15px;position:relative}.b-estimated-service-area-material-form__area-material-item:last-child{border-bottom:1px solid #e1e5ee}}@media screen and (max-width: 1279px){.b-estimated-service-area-material-form__area-material-item.open{background-color:#f5f6fa}}.b-estimated-service-area-material-form__area-material-row{display:flex;flex-wrap:wrap;border-bottom:1px solid #e1e5ee;box-sizing:border-box;position:relative}.b-estimated-service-area-material-form__area-material-row.errorRow{background:#ff000017}@media screen and (min-width: 969px){.b-estimated-service-area-material-form__area-material-row.errorRow{padding:5px}}@media screen and (min-width: 1279px){.b-estimated-service-area-material-form__area-material-row.calc{border-right:1px solid #e1e5ee}}.b-estimated-service-area-material-form__area-material-row-head{display:none}.b-estimated-service-area-material-form__area-material-row-head span{width:calc(100% - 40px);display:flex}@media screen and (max-width: 1279px){.b-estimated-service-area-material-form__area-material-row-head{display:block;position:relative;transition:margin .3s}.b-estimated-service-area-material-form__area-material-row-head::before{content:"";position:absolute;right:50px;border:solid #e72430;border-width:0 2px 2px 0;transform:rotate(45deg);padding:4px;top:3px;transition:transform .3s}}@media screen and (max-width: 1279px){.b-estimated-service-area-material-form__area-material-row{max-height:0;overflow:hidden;border:none;transition:all .3s}}.open .b-estimated-service-area-material-form__area-material-row{max-height:500px}.open .b-estimated-service-area-material-form__area-material-row-head{margin-bottom:20px}.open .b-estimated-service-area-material-form__area-material-row-head::before{border-color:#1f1f1f;transform:rotate(-135deg);top:8px}.b-estimated-service-area-material-form__area-material-head-item{padding:18px 8px 15px;font-size:14px;line-height:130%;justify-content:center;align-items:center;display:flex;color:#676b77;text-align:center}.b-estimated-service-area-material-form__area-material-head-item.name,.b-estimated-service-area-material-form__area-material-head-item.val{justify-content:flex-start}.b-estimated-service-area-material-form__area-material-row-item{padding:10px 5px;display:flex;align-items:center}.b-estimated-service-area-material-form__area-material-row-item-price,.b-estimated-service-area-material-form__area-material-row-item .grey,.b-estimated-service-area-material-form__area-material-row-item-price{padding:15px 0 !important;text-align:center;width:100%}.b-estimated-service-area-material-form__area-material-head-item:not(:first-child),.b-estimated-service-area-material-form__area-material-row-item:not(:first-child){border-left:1px solid #e1e5ee}.b-estimated-service-area-material-form__area-material-head-item.ekn,.b-estimated-service-area-material-form__area-material-row-item.ekn{min-width:170px;width:170px}@media screen and (max-width: 1279px){.b-estimated-service-area-material-form__area-material-head-item.ekn input,.b-estimated-service-area-material-form__area-material-row-item.ekn input{padding:0 5px !important;text-align:center}.b-estimated-service-area-material-form__area-material-head-item.ekn input::placeholder,.b-estimated-service-area-material-form__area-material-row-item.ekn input::placeholder{color:#9497a3}}.b-estimated-service-area-material-form__area-material-head-item.name,.b-estimated-service-area-material-form__area-material-row-item.name{flex:1 1 auto;max-width:461px;width:100%;flex-wrap:wrap}@media screen and (max-width: 1279px){.b-estimated-service-area-material-form__area-material-head-item.name,.b-estimated-service-area-material-form__area-material-row-item.name{order:2;max-width:initial}}.b-estimated-service-area-material-form__area-material-head-item.ksr,.b-estimated-service-area-material-form__area-material-row-item.ksr{min-width:55px;width:55px}@media screen and (max-width: 1279px){.b-estimated-service-area-material-form__area-material-head-item.ksr,.b-estimated-service-area-material-form__area-material-row-item.ksr{order:6;border:1px solid #e1e5ee;width:100%;border-radius:10px}}.b-estimated-service-area-material-form__area-material-head-item.mera,.b-estimated-service-area-material-form__area-material-row-item.mera{min-width:55px;width:55px;align-items:center;justify-content:center}@media screen and (max-width: 1279px){.b-estimated-service-area-material-form__area-material-head-item.mera,.b-estimated-service-area-material-form__area-material-row-item.mera{order:4;border:1px solid #e1e5ee;width:100%;border-radius:10px}}.b-estimated-service-area-material-form__area-material-head-item.multiplicity,.b-estimated-service-area-material-form__area-material-row-item.multiplicity{min-width:108px;width:108px}.b-estimated-service-area-material-form__area-material-head-item.minimum,.b-estimated-service-area-material-form__area-material-head-item.val,.b-estimated-service-area-material-form__area-material-head-item.price,.b-estimated-service-area-material-form__area-material-head-item.summ,.b-estimated-service-area-material-form__area-material-row-item.minimum,.b-estimated-service-area-material-form__area-material-row-item.val,.b-estimated-service-area-material-form__area-material-row-item.price,.b-estimated-service-area-material-form__area-material-row-item.summ{min-width:95px;width:95px}.b-estimated-service-area-material-form__area-material-head-item.pp,.b-estimated-service-area-material-form__area-material-row-item.pp{min-width:125px;width:125px}.b-estimated-service-area-material-form__area-material-head-item.summ,.b-estimated-service-area-material-form__area-material-head-item.price,.b-estimated-service-area-material-form__area-material-row-item.summ,.b-estimated-service-area-material-form__area-material-row-item.price{flex:1}@media screen and (max-width: 1279px){.b-estimated-service-area-material-form__area-material-head-item.summ,.b-estimated-service-area-material-form__area-material-head-item.price,.b-estimated-service-area-material-form__area-material-row-item.summ,.b-estimated-service-area-material-form__area-material-row-item.price{order:5;width:100%;flex:0 0 100%;margin-bottom:10px;border:none}}@media screen and (max-width: 1279px){.b-estimated-service-area-material-form__area-material-head-item.multiplicity,.b-estimated-service-area-material-form__area-material-head-item.minimum,.b-estimated-service-area-material-form__area-material-row-item.multiplicity,.b-estimated-service-area-material-form__area-material-row-item.minimum{order:4;width:100%;flex:0 0 100%;margin-bottom:10px;border:none}}@media screen and (max-width: 1279px){.b-estimated-service-area-material-form__area-material-head-item.val,.b-estimated-service-area-material-form__area-material-row-item.val{order:3;width:70%;border:none;margin-right:10px}}@media screen and (max-width: 1279px){.b-estimated-service-area-material-form__area-material-head-item-price,.b-estimated-service-area-material-form__area-material-row-item-price{display:flex;justify-content:space-between;width:100%}}.b-estimated-service-area-material-form__area-material-head-item-price-name,.b-estimated-service-area-material-form__area-material-row-item-price-name{display:none}@media screen and (max-width: 1279px){.b-estimated-service-area-material-form__area-material-head-item-price-name,.b-estimated-service-area-material-form__area-material-row-item-price-name{display:block;color:#676b77;font-size:14px}}.b-estimated-service-area-material-form__area-material-head-item-empty-val,.b-estimated-service-area-material-form__area-material-row-item-empty-val{display:none}@media screen and (max-width: 1279px){.b-estimated-service-area-material-form__area-material-head-item-empty-val,.b-estimated-service-area-material-form__area-material-row-item-empty-val{display:block}}@media screen and (max-width: 1279px){.b-estimated-service-area-material-form__area-material-head-item,.b-estimated-service-area-material-form__area-material-row-item{padding:0;margin-bottom:20px}}.b-estimated-service-area-material-form__area-material-head-item.ekn{min-width:169px;width:169px}.b-estimated-service-area-material-form .ps{position:unset;padding-bottom:13px}.b-estimated-service-area-material-form .ps--active-x>.ps__rail-x{left:0 !important}.b-estimated-service-area-material-form__area-name-del,.b-estimated-service-area-material-form__area-material-head-item.del,.b-estimated-service-area-material-form__area-material-row-item.del{width:32px;position:relative;justify-content:center;align-items:center;display:flex;cursor:pointer}.b-estimated-service-area-material-form__area-name-del::before,.b-estimated-service-area-material-form__area-material-head-item.del::before,.b-estimated-service-area-material-form__area-material-row-item.del::before{content:"";color:#fff;transition:all .2s;margin:auto;width:22px;height:22px;background:#e72430;opacity:.1;border-radius:11px;position:absolute}.b-estimated-service-area-material-form__area-name-del::after,.b-estimated-service-area-material-form__area-material-head-item.del::after,.b-estimated-service-area-material-form__area-material-row-item.del::after{content:url("/upload/estimated-service/close.svg");transition:all .2s;margin:auto;position:absolute;padding-top:2px;text-align:center;width:24px}@media screen and (max-width: 1279px){.b-estimated-service-area-material-form__area-name-del,.b-estimated-service-area-material-form__area-material-head-item.del,.b-estimated-service-area-material-form__area-material-row-item.del{display:none}}.b-estimated-service-area-material-form__area-name-del--mob,.b-estimated-service-area-material-form__area-material-head-item.del--mob,.b-estimated-service-area-material-form__area-material-row-item.del--mob{display:none}@media screen and (max-width: 1279px){.b-estimated-service-area-material-form__area-name-del--mob,.b-estimated-service-area-material-form__area-material-head-item.del--mob,.b-estimated-service-area-material-form__area-material-row-item.del--mob{display:flex;position:absolute;right:-5px;top:11px;border:none}}.b-estimated-service-area-material-form__area-name-del{position:absolute;right:0;bottom:26px}.b-estimated-service-area-material-form__area-material-row-item:first-child{border-left:0 solid #e1e5ee;padding-left:0}.b-estimated-service-area-material-form__area-material-row-item.ekn{min-width:170px;width:170px;align-items:baseline}@media screen and (max-width: 1279px){.b-estimated-service-area-material-form__area-material-row-item.ekn{order:1;align-items:flex-start}}.b-estimated-service-area-material-form__area-material-row-item.name{position:relative;flex-flow:column;border-left:0 solid #e1e5ee}@media screen and (max-width: 1279px){.b-estimated-service-area-material-form__area-material-row-item.mera,.b-estimated-service-area-material-form__area-material-row-item.ekn{max-width:calc(30% - 10px);min-width:auto;width:100%}.b-estimated-service-area-material-form__area-material-row-item.mera input:disabled,.b-estimated-service-area-material-form__area-material-row-item.ekn input:disabled{background:transparent !important;opacity:1 !important}}@media screen and (max-width: 1279px){.b-estimated-service-area-material-form__area-material-row-item.ekn{max-width:100%}}@media screen and (max-width: 1279px){.b-estimated-service-area-material-form__area-material-row-item.val input:disabled{opacity:1 !important}.b-estimated-service-area-material-form__area-material-row-item.val input:disabled::placeholder{color:#676b77}}.b-estimated-service-area-material-form__area-material-row-item-price-ksr{width:100%;padding:10px 20px;font-weight:bold}.b-estimated-service-area-material-form__add-area{width:100%;border:1px solid #e1e5ee;box-sizing:border-box;border-radius:10px;text-align:center;padding:18px 0;color:#e72430;font-weight:600;font-size:16px;line-height:130%;cursor:pointer}.b-estimated-service-area-material-form__add-area.disabled{opacity:.5}.b-estimated-service-area-material-form__add-area-material-row{color:#e72430;font-weight:600;font-size:16px;cursor:pointer;padding-top:15px}.b-estimated-service-area-material-form__add-area-material-row.disabled{opacity:.5}@media screen and (max-width: 1279px){.b-estimated-service-area-material-form__add-area-material-row{text-align:center}}.b-estimated-service-area-material-form__submit-wrapper{margin:30px 0;display:flex;align-items:center;flex-wrap:wrap}@media screen and (max-width: 969px){.b-estimated-service-area-material-form__submit-wrapper{justify-content:center}}.b-estimated-service-area-material-form__submit-calc{display:flex;flex-flow:wrap;justify-content:start;align-items:center;width:100%}.b-estimated-service-area-material-form__submit-calc-obj{display:flex;align-items:center;width:247px;color:#676b77;font-size:12px;line-height:1.3;font-weight:400;margin-left:20px}@media screen and (max-width: 969px){.b-estimated-service-area-material-form__submit-calc-obj{width:100%;margin-top:10px;margin-left:0}}.b-estimated-service-area-material-form__area-material-row-search{position:absolute;background-color:#fff;z-index:200;border-radius:0 0 10px 10px;border:1px solid #e1e5ee;box-sizing:border-box;box-shadow:0 15px 45px -27px rgba(0,0,0,.2);width:calc(100% - 31px);margin-top:-12px}.b-estimated-service-area-material-form__area-material-row-search-block{max-height:200px;position:relative}.b-estimated-service-area-material-form__area-material-row-search-block .ps{max-height:200px;position:relative}@media screen and (max-width: 969px){.b-estimated-service-area-material-form__area-material-row-search{width:100%}}.b-estimated-service-area-material-form__area-material-row-search-item{padding:13px 20px}.b-estimated-service-area-material-form__area-material-row-search-item:hover{background:#f5f6fa;cursor:pointer}.b-estimated-service-area-material-form__select{width:100%;padding:0 !important}.b-estimated-service-area-material-form__select select{display:flex;justify-content:center;align-items:center;width:100%;height:52px;border:1px solid #e1e5ee;border-radius:10px;padding:0 20px !important;font-size:16px;line-height:130%;background-color:#fff}.b-estimated-service-area-material-form .select2{max-width:100% !important}.b-estimated-service-area-material-form .select2 .select2-selection--single{height:52px;border:1px solid #e1e5ee;overflow:hidden;position:relative}.b-estimated-service-area-material-form .select2 .select2-selection--single .select2-selection__rendered{position:absolute;white-space:nowrap;overflow:auto;-ms-overflow-style:none;scrollbar-width:none;width:calc(100% - 80px)}@media screen and (max-width: 969px){.b-estimated-service-area-material-form .select2 .select2-selection--single{padding:10px}}.b-estimated-service-area-material-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:55px;padding:0 30px;cursor:pointer;max-width:300px;width:100%}.b-estimated-service-area-material-form__submit:disabled{opacity:.5}@media screen and (max-width: 560px){.b-estimated-service-area-material-form__submit{max-width:100%}}.b-estimated-service-area-material-form__submit-item{margin-right:20px;max-width:300px;width:100%}@media screen and (max-width: 969px){.b-estimated-service-area-material-form__submit-item{order:2;width:calc(50% - 15px)}.b-estimated-service-area-material-form__submit-item:not(:first-child){margin-right:0}}.b-estimated-service-area-material-form__submit--white{color:#e72430;border:1px solid #e72430;background:#fff}.b-estimated-service-area-material-form__area-material-row-item-input:disabled{background:#fff}@media screen and (max-width: 767px){.ekn .b-estimated-service-area-material-form__area-material-row-item-input{background:transparent;text-align:center;padding:0 !important}}.b-estimated-service-area-material-form .select2-container--default.select2-container--disabled .select2-selection--single{background:#f5f6fa}.b-estimated-service-area-material-form__result-summ{display:flex;flex:1 1 0;justify-content:flex-end}.b-estimated-service-area-material-form__result-summ-block{border-radius:30px;padding:13px 20px 12px;font-weight:600;font-size:20px;line-height:120%;background:#f5f6fa;display:flex;align-items:center}@media screen and (max-width: 969px){.b-estimated-service-area-material-form__result-summ-block{font-size:16px}}.b-estimated-service-area-material-form__result-summ-block span{color:#e72430;font-size:24px;line-height:120%;display:inline-block;padding-left:10px;white-space:nowrap}@media screen and (max-width: 969px){.b-estimated-service-area-material-form__result-summ{justify-content:center;order:1;width:100%;flex:auto;margin-bottom:30px}}.b-estimated-service-area-material-form__block-save{display:flex;flex-flow:wrap}.b-estimated-service-area-material-form__block-save-zip,.b-estimated-service-area-material-form__block-save-pdf,.b-estimated-service-area-material-form__block-save-xls,.b-estimated-service-area-material-form__block-save-print,.b-estimated-service-area-material-form__block-save-link{padding:0 10px 10px 0;width:calc(100% * 246 / 1200)}.b-estimated-service-area-material-form__block-save-zip>div,.b-estimated-service-area-material-form__block-save-pdf>div,.b-estimated-service-area-material-form__block-save-xls>div,.b-estimated-service-area-material-form__block-save-print>div,.b-estimated-service-area-material-form__block-save-link>div{height:100%;display:flex;flex-flow:column;align-items:center;width:100%;border:1px solid #e1e5ee;box-sizing:border-box;border-radius:6px;font-size:20px;line-height:120%;padding:15px 20px;cursor:pointer}@media screen and (max-width: 579px){.b-estimated-service-area-material-form__block-save-zip>div,.b-estimated-service-area-material-form__block-save-pdf>div,.b-estimated-service-area-material-form__block-save-xls>div,.b-estimated-service-area-material-form__block-save-print>div,.b-estimated-service-area-material-form__block-save-link>div{font-size:14px;position:relative;padding:15px 10px}}@media screen and (max-width: 767px){.b-estimated-service-area-material-form__block-save-zip,.b-estimated-service-area-material-form__block-save-pdf,.b-estimated-service-area-material-form__block-save-xls,.b-estimated-service-area-material-form__block-save-print,.b-estimated-service-area-material-form__block-save-link{width:calc(50% - 10px)}}@media screen and (max-width: 579px){.b-estimated-service-area-material-form__block-save-zip,.b-estimated-service-area-material-form__block-save-pdf,.b-estimated-service-area-material-form__block-save-xls,.b-estimated-service-area-material-form__block-save-print,.b-estimated-service-area-material-form__block-save-link{width:calc(50% - 5px)}}.b-estimated-service-area-material-form__block-save-zip>div,.b-estimated-service-area-material-form__block-save-pdf>div,.b-estimated-service-area-material-form__block-save-xls>div,.b-estimated-service-area-material-form__block-save-print>div{text-align:center}.b-estimated-service-area-material-form__block-save-zip>div::before,.b-estimated-service-area-material-form__block-save-pdf>div::before,.b-estimated-service-area-material-form__block-save-xls>div::before,.b-estimated-service-area-material-form__block-save-print>div::before{content:"";left:0;top:1px;width:42px;height:63px;background-repeat:no-repeat;background-position:center}@media screen and (max-width: 579px){.b-estimated-service-area-material-form__block-save-zip>div::before,.b-estimated-service-area-material-form__block-save-pdf>div::before,.b-estimated-service-area-material-form__block-save-xls>div::before,.b-estimated-service-area-material-form__block-save-print>div::before{width:35px;height:35px;position:relative;left:auto;top:auto;background-size:contain;display:block;margin-bottom:5px}}.b-estimated-service-area-material-form__block-save-pdf>div::before{background-image:url("/upload/estimated-service/icon_save_pdf.png")}.b-estimated-service-area-material-form__block-save-xls>div::before{background-image:url("/upload/estimated-service/icon_save_xls.png")}.b-estimated-service-area-material-form__block-save-zip>div::before{background-image:url("/upload/estimated-service/icon_save_zip.png")}.b-estimated-service-area-material-form__block-save-print>div::before{background-image:url("/upload/estimated-service/icon_save_print.png")}.b-estimated-service-area-material-form__block-save-link{width:calc(100% * 431 / 1200)}.b-estimated-service-area-material-form__block-save-link>div{align-items:flex-start;justify-content:center;background-size:cover;background-position-x:right;background-image:url("/upload/estimated-service/icon_save_link.png");border:0 solid #e1e5ee}@media screen and (max-width: 579px){.b-estimated-service-area-material-form__block-save-link>div{width:100%;padding:15px 20px}}.b-estimated-service-area-material-form__block-save-link-title{font-weight:600;font-size:20px;line-height:120%;color:#fff}@media screen and (max-width: 579px){.b-estimated-service-area-material-form__block-save-link-title{font-size:16px}}.b-estimated-service-area-material-form__block-save-link-text{font-size:16px;line-height:150%;color:#fff}@media screen and (max-width: 579px){.b-estimated-service-area-material-form__block-save-link-text{font-size:14px}}@media screen and (max-width: 767px){.b-estimated-service-area-material-form__block-save-link{width:calc(50% - 10px)}}@media screen and (max-width: 579px){.b-estimated-service-area-material-form__block-save-link{width:100%}}@media screen and (max-width: 579px){.b-estimated-service-area-material-form__block-save{justify-content:space-between}}.b-estimated-service-area-material-form__block-save>.kms>div{font-size:16px}.b-estimated-service-area-material-form__button--ok{margin:15px auto 0;display:flex;width:fit-content;height:auto;color:#fff !important;padding:5px 40px}.b-estimated-service-area-material-form__popup{display:flex;width:100%;justify-content:center}.b-estimated-service-area-material-form__popup-block{background:#fff;border-radius:10px;max-width:640px;width:100%;padding:40px;margin:auto;position:relative}.b-estimated-service-area-material-form__popup-block-save-title{font-weight:bold;font-size:24px;line-height:120%;display:flex;align-items:center}.b-estimated-service-area-material-form__popup-block-save-title svg{margin-right:17px}.b-estimated-service-area-material-form__popup-block-save-text{background:#f5f6fa;border-radius:10px;padding:14px 0;margin-top:23px}.b-estimated-service-area-material-form__popup-block-save-text div{padding:0 30px;border-left:2px solid #e72430}.b-estimated-service-area-material-form__popup-block-save-link{height:60px;position:relative;margin-top:20px}.b-estimated-service-area-material-form__popup-block-save-link-text{border:1px solid #e1e5ee;box-sizing:border-box;border-radius:10px;font-size:16px;line-height:130%;width:calc(100% - 180px);white-space:nowrap;height:60px;overflow:auto;-ms-overflow-style:none;scrollbar-width:none}.b-estimated-service-area-material-form__popup-block-save-link-text::-webkit-scrollbar{width:0;height:0}.b-estimated-service-area-material-form__popup-block-save-link-text div{padding:19px 20px;display:inline-block;max-width:100%;text-overflow:ellipsis;overflow:hidden}.b-estimated-service-area-material-form__popup-block-save-link-btn{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;max-width:200px;width:100%;position:absolute;top:0;right:0}@media screen and (max-width: 579px){.b-estimated-service-area-material-form__popup-block{padding:20px 15px;margin:auto auto 0}}@media screen and (max-width: 579px){.b-estimated-service-area-material-form__popup{height:100vh}}.b-estimated-service-area-material-form .bggrey{background:#f5f6fa}.b-estimated-service-area-material-form .grey{color:#9497a3}.b-estimated-service-area-material-form .error{border:1px solid #e72430}.b-estimated-service-area-material-form .noinput{border:1px solid #e1e5ee}.b-estimated-service-area-material-form__notes-title{margin:25px 0 10px;font-weight:600;font-size:20px}.b-estimated-service-area-material-form__notes ul{margin:0;padding:0;list-style:none}.b-estimated-service-area-material-form__notes li{font-size:16px;line-height:150%;padding-left:20px;position:relative;margin-bottom:7px}.b-estimated-service-area-material-form__notes li::after{content:"";position:absolute;left:0;top:7px;width:8px;height:8px;background:#e72430;border-radius:100%}.b-estimated-service-area-material-form__personal-area{width:100%;margin:0 0 50px;display:flex;align-items:center}.b-estimated-service-area-material-form__personal-area-title{font-weight:700;font-size:24px;line-height:120%}.b-estimated-service-area-material-form__personal-area-desc{color:#676b77;font-size:18px;line-height:150%}.b-estimated-service-area-material-form__personal-area-list{margin:20px 0}.b-estimated-service-area-material-form__personal-area-item{padding:20px 25px;margin-bottom:10px;background:#fff;border-radius:10px;font-size:18px;border:1px solid #f5f6fa;position:relative;display:flex}.b-estimated-service-area-material-form__personal-area-item span{font-weight:700;margin-right:15px}@media screen and (max-width: 1279px){.b-estimated-service-area-material-form__personal-area-item span{margin-right:10px}}.b-estimated-service-area-material-form__personal-area-item:nth-child(2)::before{content:"";display:block;width:1px;height:calc(100% - 20px);background:#e72430;position:absolute;top:10px;left:0}.b-estimated-service-area-material-form__personal-area-item:nth-child(2) span{color:#e72430}@media screen and (max-width: 1279px){.b-estimated-service-area-material-form__personal-area-item{padding:15px 25px;font-size:16px}}.b-estimated-service-area-material-form__personal-area-info{max-width:540px;width:100%;margin-right:40px}@media screen and (max-width: 969px){.b-estimated-service-area-material-form__personal-area-info{margin-right:0}}.b-estimated-service-area-material-form__personal-area-bottom{display:flex;align-items:center}.b-estimated-service-area-material-form__personal-area-bottom span{flex:1;font-weight:400;font-size:16px;max-width:236px}@media screen and (max-width: 1279px){.b-estimated-service-area-material-form__personal-area-bottom span{font-size:14px}}@media screen and (max-width: 579px){.b-estimated-service-area-material-form__personal-area-bottom span{margin-top:10px;max-width:inherit;text-align:center}}@media screen and (max-width: 579px){.b-estimated-service-area-material-form__personal-area-bottom{flex-direction:column-reverse}}.b-estimated-service-area-material-form__personal-area-popup{width:100%;display:flex;justify-content:center;background:#f5f6fa;padding:16px 0;margin-left:46px;border-radius:10px}@media screen and (max-width: 969px){.b-estimated-service-area-material-form__personal-area-popup{display:none}}.b-estimated-service-area-material-form__personal-area-save{padding:18px 40px}@media screen and (max-width: 969px){.b-estimated-service-area-material-form__personal-area-save{padding:18px 25px}}.b-estimated-service-area-material-form__pdf-popup-block{display:flex;flex-flow:wrap;justify-content:center}.b-estimated-service-area-material-form__pdf-popup-block-wrapper{display:flex;padding:0}.b-estimated-service-area-material-form__pdf-popup-block-img{position:relative;max-width:calc(90vh * 650 / 920);max-height:calc(90vw * 920 / 650)}.b-estimated-service-area-material-form__area-material-tools{position:relative;width:100%;display:flex;align-items:center}.b-estimated-service-area-material-form__area-material-tools-icon{cursor:pointer;padding-left:5px}.b-estimated-service-area-material-form__area-material-tools-title{font-weight:800}.b-estimated-service-area-material-form__area-material-text{display:none;position:absolute;left:90px;border-radius:10px;background:#fff;min-width:345px;z-index:2;padding:17px;text-align:left;color:#1f1f1f;top:12px}.b-estimated-service-area-material-form__area-material-tools.show .b-estimated-service-area-material-form__area-material-text{display:block}@media screen and (max-width: 767px){.b-estimated-service-area-material-form .select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-radius:4px}}@media screen and (max-width: 767px){.b-estimated-service-area-material-form .select2-dropdown .select2-results .select2-results__option{padding:10px}}@media screen and (max-width: 767px){.b-estimated-service-area-material-form__select-container .select2-container--open{left:0 !important;width:100%;margin:0}.b-estimated-service-area-material-form__select-container .select2-dropdown{max-width:calc(70% - 21px);margin:0 15px}}.b-estimated-service-area-material-form .select2-selection.select2-selection--multiple{min-height:52px;border:1px solid #e1e5ee;overflow:hidden;position:relative;background:#fff;border-radius:10px;padding:10px 15px;font:normal 400 15px/18px ProximaNova;display:flex;align-items:center}.b-estimated-service-area-material-form .select2-container--default .select2-selection--multiple .select2-selection__choice{border:none;background:transparent;margin:0;padding:0 0 2px 20px;white-space:initial}.b-estimated-service-area-material-form .select2-selection.select2-selection--multiple{padding:0 10px;overflow-x:auto}.b-estimated-service-area-material-form .select2-search.select2-search--inline{padding-top:0;vertical-align:middle;height:100%;opacity:.5;line-height:1;margin-top:-3px}.b-estimated-service-area-material-form .select2-search.select2-search--inline .select2-search__field{max-height:100%;min-height:initial;height:auto;margin-top:0 !important;line-height:1;padding:15px 0 0}.b-estimated-service-area-material-form .select2-container--open .select2-selection__rendered{display:none}.b-estimated-service-area-material-form .select2-container--open,.b-estimated-service-area-material-form .select2-container--focus,.b-estimated-service-area-material-form .select2-container--below,.b-estimated-service-area-material-form .select2-container--above{z-index:10 !important}#save-popup .b-estimated-service-area-material-form__submit-item,#save-popup-final .b-estimated-service-area-material-form__submit-item{margin-right:20px;max-width:300px;width:100%}@media screen and (max-width: 969px){#save-popup .b-estimated-service-area-material-form__submit-item,#save-popup-final .b-estimated-service-area-material-form__submit-item{margin-right:0;width:100%}}@media screen and (max-width: 579px){#save-popup .b-estimated-service-area-material-form__submit-item,#save-popup-final .b-estimated-service-area-material-form__submit-item{max-width:345px}}#save-popup .b-estimated-service-area-material-form__submit--white,#save-popup-final .b-estimated-service-area-material-form__submit--white{color:#e72430;border:1px solid #e72430;background:#fff}.select2-container--default .select2-search--dropdown .select2-search__field{display:flex;justify-content:center;align-items:center;width:100%;height:52px;border:1px solid #e1e5ee;border-radius:10px;padding:0 5px 0 20px !important;font-size:16px;line-height:130%}.select2-container.select2-container--default .select2-dropdown{display:flex;flex-direction:column}.select2-container--default .select2-results>.select2-results__options{max-height:375px}@media screen and (max-width: 767px){.select2-container--default .select2-results>.select2-results__options{max-height:330px;padding-bottom:10px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-estimated-service-file-form{padding-bottom:10px;padding-top:34px;margin-top:40px;border-top:1px solid #e1e5ee;position:relative}.b-estimated-service-file-form.disabled::before{content:"";position:absolute;width:100%;height:100%;left:0;top:0;z-index:1}@media screen and (max-width: 1279px){.b-estimated-service-file-form{margin:20px -15px 0;padding:30px 15px 0}}.b-estimated-service-file-form__title{font-size:18px;font-weight:bold;line-height:120%}.b-estimated-service-file-form__error{font-weight:bold;color:#e72430;margin:10px 0}.b-estimated-service-file-form__wrap{display:grid;grid-template-columns:1fr 1fr;grid-gap:30px}@media screen and (max-width: 970px){.b-estimated-service-file-form__wrap{grid-template-columns:1fr}}.b-estimated-service-file-form__subtitle{max-width:564px;margin:15px 0 30px;color:#676b77;font-size:18px}@media screen and (max-width: 970px){.b-estimated-service-file-form__subtitle{margin:15px 0 20px}}.b-estimated-service-file-form__add input{opacity:0;width:0}.b-estimated-service-file-form__add input:disabled+label{cursor:not-allowed;opacity:.6}.b-estimated-service-file-form__add label{cursor:pointer;max-width:100%;display:flex;align-items:center}.b-estimated-service-file-form__buttons{display:flex;justify-content:space-between;margin-top:20px}@media screen and (max-width: 480px){.b-estimated-service-file-form__buttons{flex-direction:column}}.b-estimated-service-file-form__submit:last-child{min-width:300px;margin-left:10px}@media screen and (max-width: 480px){.b-estimated-service-file-form__submit:last-child{margin:10px 0}}.b-estimated-service-file-form__attach{font-size:14px;padding-left:5px;color:#676b77;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;max-width:calc(100% - 40px)}.b-estimated-service-file-form__spinner{position:absolute;bottom:0;z-index:2;height:100%;width:100%;display:flex;align-items:center;justify-content:center}.b-estimated-service-file-form__warning{font-weight:400;position:relative;margin:24px 0}.b-estimated-service-file-form__warning ul{font-size:25px;color:#e72430;line-height:1}.b-estimated-service-file-form__warning span{font-size:16px;line-height:150%;color:#1f1f1f}.b-estimated-service-file-form__warning b{font-weight:600}.b-estimated-service-file-form__warning-title{font-size:20px;font-weight:600}.b-estimated-service-file-form__info{border-radius:10px;background:#f5f6fa;padding:20px 30px 20px 40px;display:flex;font-size:18px;line-height:150%}.b-estimated-service-file-form__info span{flex:1;margin-left:11px}@media screen and (max-width: 1279px){.b-estimated-service-file-form__info{padding:20px;font-size:16px}}@media screen and (max-width: 580px){.b-estimated-service-file-form__info{font-size:14px}}.b-estimated-service-file-form .dz-default.dz-message{font-size:16px;color:#676b77;font-weight:600;max-width:275px;margin:0 auto;line-height:150%}.b-estimated-service-file-form .vue-dropzone.dropzone{display:flex;align-items:center;justify-content:center;font-family:ProximaNova,sans-serif;border-radius:10px;border:.5px dashed #babeca;background:#f5f6fa;min-height:230px}.b-estimated-service-file-form .dz-default.dz-message .red{color:#e72430;position:relative}.b-estimated-service-file-form .dz-default.dz-message img{margin-bottom:10px}.b-estimated-service-file-form .dz-default.dz-message .red::before{content:"";background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjA0IiBoZWlnaHQ9IjIiIHZpZXdCb3g9IjAgMCAyMDQgMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggb3BhY2l0eT0iMC41IiBkPSJNMjA0IDFMMCAxIiBzdHJva2U9IiNFNzI0MzAiIHN0cm9rZS1kYXNoYXJyYXk9IjUgNSIvPgo8L3N2Zz4K);position:absolute;bottom:0;right:0;height:1px;min-width:202px}.b-estimated-service-file-form .dz-details{display:flex;flex-direction:column-reverse;margin:0 15px 0 10px}.b-estimated-service-file-form .dz-preview{border-radius:10px;background:var(--bg-gray, #f5f6fa);margin:12px 0 0;padding:12px;display:flex;justify-content:space-between;max-width:100%;width:fit-content;align-items:center}.b-estimated-service-file-form .dz-preview .file-icon{min-width:34px}.b-estimated-service-file-form a.dz-remove{font-size:0}.b-estimated-service-file-form .dz-filename{font-size:16px;flex:1;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.b-estimated-service-file-form .dz-size{font-size:14px;color:#676b77;font-weight:400}.b-estimated-service-file-form .dz-size strong{font-weight:400}.b-estimated-service-file-form .dz-error-message{color:#e72430;margin:0 5px}@media screen and (max-width: 767px){.b-estimated-service-file-form{padding-top:30px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-estimated-service-object-form{width:100%}.b-estimated-service-object-form__container-wrapper{display:flex;flex-flow:wrap;position:relative;margin:0 -10px;width:calc(100% + 20px)}.b-estimated-service-object-form__form{display:flex;flex-flow:wrap;width:100%;align-content:flex-start}.b-estimated-service-object-form__popup{width:calc(100% * 467 / 1200);margin-left:20px}.b-estimated-service-object-form__popup a{display:flex;flex-flow:nowrap;background:#f5f6fa;border-radius:10px;padding:16px 0;justify-content:center}@media screen and (max-width: 767px){.b-estimated-service-object-form__popup{display:none}}.b-estimated-service-object-form__warning{background:#fff4f5;padding:11px 45px;margin:0 10px 0 0;border-radius:10px;font-weight:400;font-size:14px;position:relative;line-height:120%;max-width:695px}.b-estimated-service-object-form__warning::before{content:url(/upload/estimated-service/alert-circle.svg);position:absolute;left:11px;top:55%;transform:translate(0, -50%)}@media screen and (max-width: 767px){.b-estimated-service-object-form__warning{padding:12px 10px 12px 45px}}.b-estimated-service-object-form__pdf-popup-block{display:flex;flex-flow:wrap;justify-content:center}.b-estimated-service-object-form__pdf-popup-block-wrapper{display:flex;padding:0}.b-estimated-service-object-form__pdf-popup-block-img{position:relative;max-width:calc(90vh * 650 / 920);max-height:calc(90vw * 920 / 650)}.b-estimated-service-object-form__title{width:100%;margin:0 0 14px 10px;font-size:18px;font-weight:bold;line-height:120%}.b-estimated-service-object-form__title--bottom{margin-top:20px}.b-estimated-service-object-form__group{display:flex;flex-flow:column nowrap;color:#676b77;position:relative;width:calc(50% - 20px);margin:10px}.b-estimated-service-object-form__group--long{width:100%}@media screen and (max-width: 767px){.b-estimated-service-object-form__group{width:100%}}.b-estimated-service-object-form__confirm{position:relative;display:flex;align-items:center;width:100%;color:#676b77;font-size:12px;line-height:1.3;font-weight:400;margin:10px 10px 0 10px}@media screen and (max-width: 969px){.b-estimated-service-object-form__confirm{width:100%}}.b-estimated-service-object-form__confirm a{color:#156ce1;font:normal 300 12px/18px ProximaNova;text-decoration:none;box-sizing:border-box}.b-estimated-service-object-form__confirm label{display:block;flex:0 0 100%;max-width:100%;color:rgba(0,0,0,.6);font:400 14px/18px ProximaNova}.b-estimated-service-object-form__confirm-policy-block{position:relative;display:flex}.b-estimated-service-object-form__confirm-checkbox{display:none}.b-estimated-service-object-form__confirm-checkbox+label{padding-left:34px;font-size:12px;color:#1f1f1f;cursor:pointer}@media screen and (min-width: 768px){.b-estimated-service-object-form__confirm-checkbox+label{max-width:430px}}.b-estimated-service-object-form__confirm-checkbox+label::before{content:"";position:absolute;left:0;width:24px;height:24px;border:1px solid #babeca;border-radius:6px}.b-estimated-service-object-form__confirm-checkbox:checked+label::after{opacity:0}.b-estimated-service-object-form__confirm-checkbox.l-input--error+label::before{background-color:#fff4f4}.b-estimated-service-object-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-estimated-service-object-form__confirm-checkbox.l-input--error+label{color:#e72430}.b-estimated-service-object-form__input{display:flex;justify-content:center;align-items:center;width:100%;height:60px;border:1px solid #e1e5ee;border-radius:10px;padding:0 20px !important;font-size:16px;line-height:130%;box-shadow:none}.b-estimated-service-object-form__input::placeholder{color:#676b77}.b-estimated-service-object-form__input--phone{transition:padding .2s;padding-left:40px !important}.b-phone-mask__wrapper-focused .b-estimated-service-object-form__input--phone{padding-left:40px !important}.b-estimated-service-object-form__select select{display:flex;justify-content:center;align-items:center;width:100%;height:60px;border:1px solid #e1e5ee;border-radius:10px;padding:0 20px !important;font-size:16px;line-height:130%;background-color:#fff}.b-estimated-service-object-form .select2{width:100% !important}.b-estimated-service-object-form .select2 .select2-selection--single{height:60px;border:1px solid #e1e5ee}@media screen and (max-width: 969px){.b-estimated-service-object-form .select2 .select2-selection--single{padding:10px}}.b-estimated-service-object-form__label{display:block;top:17px;left:16px;background-color:#fff;transition:top .1s ease-in-out;pointer-events:none;position:absolute;font-size:16px;line-height:130%;color:#676b77;padding:2px 6px;float:none;z-index:9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:-0.4px}.b-estimated-service-object-form__label span{color:#e72430}.b-estimated-service-object-form__label[for=phone]{display:none}.b-estimated-service-object-form__group .fieldnotempty~label,.b-estimated-service-object-form__group input:focus~label,.b-estimated-service-object-form__group textarea:focus~label,.b-estimated-service-object-form__group select:focus~label{top:-9px;display:block;font-size:12px;line-height:130%}.b-estimated-service-object-form__submit-wrapper{display:flex;flex-flow:wrap;justify-content:space-between;align-items:center;width:100%;padding:0 10px;margin-top:20px}@media screen and (max-width: 1279px){.b-estimated-service-object-form__submit-wrapper{flex-flow:row wrap}}@media screen and (max-width: 767px){.b-estimated-service-object-form__submit-wrapper{flex-flow:column nowrap;align-items:flex-start}}.b-estimated-service-object-form__required-info{display:block;color:#676b77;font-size:14px;line-height:130%;margin:0 auto 0 0}.b-estimated-service-object-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:55px;padding:0 30px;cursor:pointer;max-width:335px;width:100%;order:2}.b-estimated-service-object-form__submit:disabled{opacity:.5}@media screen and (max-width: 1279px){.b-estimated-service-object-form__submit{margin-top:15px;order:initial}}@media screen and (max-width: 560px){.b-estimated-service-object-form__submit{max-width:100%}}.b-estimated-service-object-form__input:disabled,.b-estimated-service-object-form__input:disabled~label,.b-estimated-service-object-form__group.disabled label,.b-estimated-service-object-form__group select:disabled{background:#f5f6fa;border-radius:5px 5px 0 0}.b-estimated-service-object-form__input:disabled,.b-estimated-service-object-form__group select:disabled{border-radius:5px}.b-estimated-service-object-form .select2-container--default.select2-container--disabled .select2-selection--single{background:#f5f6fa}.b-estimated-service-object-form .suggestions-suggestions{padding:20px 20px 15px;box-shadow:0 8px 12px rgba(0,0,0,.08);border-radius:0 0 20px 20px;position:absolute;z-index:200;background:#fff;width:100%;border-color:#e1e5ee}@media screen and (max-width: 767px){.b-estimated-service-object-form .suggestions-suggestions{padding:20px 0 15px}}.b-estimated-service-object-form .suggestions-suggestion{padding:13px 20px;cursor:pointer}.b-estimated-service-object-form .suggestions-suggestion:hover{background:#f5f6fa;cursor:pointer}.b-estimated-service-object-form .suggestions-hint{font-size:14px;padding:13px 20px}.b-estimated-service-object-form .suggestions-constraints{display:none}.b-estimated-service-object-form .flag .flag-main{top:22px}.b-estimated-service-object-form .error{border:1px solid #e72430}.b-estimated-service-object-form__flag-main{height:30px;width:30px;position:absolute;z-index:100;left:12px;top:13px;cursor:pointer;display:flex;align-items:center}.b-estimated-service-object-form__flag-main::before{content:"";display:block;height:15px;width:20px;position:absolute;z-index:100;box-shadow:0 0 1px 0 transparent;background:transparent url(/local/templates/nav-tn/builds/prod/img/flags.png) no-repeat;background-position:-4295px 50%}.b-estimated-service-object-form__flag-list{background:#fff;position:absolute;z-index:100;width:100%;left:0;padding:2px;top:56px;border:1px solid #e7e7e7;border-radius:0 0 10px 10px}.b-estimated-service-object-form__flag-list span{padding:5px 5px 5px 35px;cursor:pointer;display:block}.b-estimated-service-object-form__flag-list span::before{content:"";display:block;position:absolute;margin-top:1px;margin-left:-25px;height:15px;width:20px;padding-top:3px;box-shadow:0 0 1px 0 transparent;background:transparent url(/local/templates/nav-tn/builds/prod/img/flags.png) no-repeat;background-position:-4295px 1px}.b-estimated-service-object-form__flag .country6::before{padding-top:5px;background-position:-2853px 5px !important}.b-estimated-service-object-form__flag .country4::before{padding-top:5px;background-position:-790px 5px !important}.b-estimated-service-object-form__flag .country10::before{padding-top:5px;background-position:-3160px 5px !important}.b-estimated-service-object-form__flag .country2::before{padding-top:5px;background-position:-352px 5px !important}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-estimated-service{display:block;padding-top:20px}.b-estimated-service__title{margin-top:60px}@media screen and (max-width: 767px){.b-estimated-service__title{margin-top:20px;font-size:28px;line-height:130%}}@media screen and (max-width: 767px){.b-estimated-service{padding-top:0}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-estimated-service-evaluation-form{width:100%;margin-top:90px}.b-estimated-service-evaluation-form__title{font-weight:800;font-size:34px;line-height:120%;margin:0 0 20px}@media screen and (max-width: 767px){.b-estimated-service-evaluation-form__title{font-size:28px;max-width:84%}}.b-estimated-service-evaluation-form__evalutions{display:flex;flex-flow:wrap;position:relative;margin:0 -10px 25px;width:calc(100% + 20px)}.b-estimated-service-evaluation-form__evalution{width:100%;margin-bottom:5px}@media screen and (min-width: 969px){.b-estimated-service-evaluation-form__evalution{width:25%}}@media screen and (max-width: 660px){.b-estimated-service-evaluation-form__evalution-img img{max-height:50px}}.b-estimated-service-evaluation-form__evalution-wrap{background-size:contain;background-position:center;background-repeat:no-repeat;position:relative;margin:0 10px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;align-items:center;border:1px solid #e1e5ee;border-radius:10px;background-color:#fff;padding:18px 0;font-weight:400;transition:background .2s}.b-estimated-service-evaluation-form__evalution-wrap.active{font-weight:600}.b-estimated-service-evaluation-form__evalution #r1.active{background-image:url("/services/estimated-service/img/evaluation-bg_2.png")}.b-estimated-service-evaluation-form__evalution #r2.active{background-color:#f4fcf6;background-image:url("/services/estimated-service/img/evaluation-bg_1.png")}.b-estimated-service-evaluation-form__evalution-title{text-align:center;font-size:24px;line-height:120%;margin-top:10px}@media screen and (max-width: 660px){.b-estimated-service-evaluation-form__evalution-title{font-size:18px}}.b-estimated-service-evaluation-form__evalution-textarea{width:100%;margin:10px}.b-estimated-service-evaluation-form__evalution-textarea textarea{width:100%;height:100px;border:1px solid #e1e5ee;border-radius:10px;padding:10px 20px !important;font-size:16px;line-height:130%}.b-estimated-service-evaluation-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:55px;padding:0 30px;cursor:pointer;max-width:300px;width:100%}.b-estimated-service-evaluation-form__submit:disabled{opacity:.5}@media screen and (max-width: 560px){.b-estimated-service-evaluation-form__submit{max-width:100%}}@media screen and (max-width: 767px){.b-estimated-service-evaluation-form{margin-top:50px}}
