/*
 * 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-calc-funnel__wrap{background-color:#fff;border-radius:10px;padding:50px;min-height:350px;position:relative}@media(max-width: 1024px){.b-calc-funnel__wrap{padding:30px}}@media(max-width: 768px){.b-calc-funnel__wrap{padding:20px}}.b-calc-funnel__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.b-calc-funnel .select2-container--default .select2-selection--single{border-radius:10px;display:flex}.b-calc-funnel .select2-container--default .select2-selection--single .select2-selection__arrow{height:10px;right:23px;width:14px;top:unset}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-form-fields__part-block{padding-bottom:50px;margin-bottom:50px;border-bottom:1px solid #e1e5ee;display:flex;gap:30px}@media(min-width: 769px)and (max-width: 1024px){.b-form-fields__part-block:nth-child(2){align-items:flex-start}.b-form-fields__part-block:nth-child(2) .b-form-fields__right{margin-top:50px}.b-form-fields__part-block:nth-child(2) .b-form-fields__row{flex-direction:column}}@media screen and (max-width: 768px){.b-form-fields__part-block{padding-bottom:40px;margin-bottom:40px}}.b-form-fields__left{flex:2;max-width:664px}@media screen and (max-width: 768px){.b-form-fields__left{max-width:unset}}.b-form-fields__right{flex:1;display:flex;align-items:center;justify-content:center;min-width:230px;padding:20px}.b-form-fields__right.img{border:1px solid #e1e5ee;border-radius:10px}@media screen and (max-width: 768px){.b-form-fields__right{display:none}}.b-form-fields__img-wrap{display:none;padding:20px;margin-bottom:20px}.b-form-fields__img-wrap img{width:100%}.b-form-fields__img-wrap.img{border:1px solid #e1e5ee;border-radius:10px}@media screen and (max-width: 768px){.b-form-fields__img-wrap{display:flex;justify-content:center}.b-form-fields__img-wrap img{max-height:180px;width:auto}}.b-form-fields__title{font-size:24px;font-weight:700;margin-bottom:30px}@media screen and (max-width: 768px){.b-form-fields__title{margin-bottom:20px}}.b-form-fields__row{margin-bottom:30px;display:flex;gap:20px}.b-form-fields__row:last-child{margin-bottom:0}@media screen and (max-width: 560px){.b-form-fields__row{flex-direction:column;gap:15px}}.b-form-fields__select{width:100%;padding:0 !important}.b-form-fields__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-form-fields__select.error .select2 .select2-selection--single{border:1px solid #e72430 !important}.b-form-fields__input-wrap{position:relative;flex:2;display:flex;flex-direction:column;justify-content:space-between}.b-form-fields__input-wrap--short{max-width:196px}@media(min-width: 561px)and (max-width: 768px){.b-form-fields__input-wrap:last-child .b-form-fields__field-info-pop{left:-305px}.b-form-fields__input-wrap:last-child .b-form-fields__field-info-pop::before{left:unset;right:-10px}}@media screen and (max-width: 560px){.b-form-fields__input-wrap--short{max-width:unset}}.b-form-fields__field-label{font-size:16px;font-weight:400;color:#676b77;margin-bottom:9px;display:flex;align-items:center}.b-form-fields__field-label a{font-weight:400;color:#676b77;border-bottom:1px dashed #676b77}@media screen and (max-width: 560px){.b-form-fields__field-label{position:relative}}.b-form-fields__input-unit{position:absolute;top:50%;right:19px;transform:translate(0, -50%);font-size:16px;font-weight:400;color:#9497a3;margin-top:15px}.b-form-fields__select-wrap{flex:3;display:flex;flex-direction:column;justify-content:space-between}.b-form-fields .select2{max-width:100% !important;width:100% !important}.b-form-fields .select2 .select2-selection--single{height:60px;border:1px solid #e1e5ee;overflow:hidden;position:relative}.b-form-fields .select2 .select2-selection--single .select2-selection__rendered{position:absolute;white-space:nowrap;overflow:hidden auto;-ms-overflow-style:none;scrollbar-width:none;width:calc(100% - 80px)}@media screen and (max-width: 969px){.b-form-fields .select2 .select2-selection--single{padding:10px}}.b-form-fields .select2-container--default.select2-container--disabled .select2-selection--single{background-color:#fff}.b-form-fields .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{display:none}.b-form-fields .select2-selection.select2-selection--multiple{min-height:60px;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-form-fields .select2-container--default .select2-selection--multiple .select2-selection__choice{border:none;background:transparent;margin:0;padding:0 0 2px 20px;white-space:initial}.b-form-fields .select2-selection.select2-selection--multiple{padding:0 10px;overflow-x:auto}.b-form-fields .select2-search.select2-search--inline{padding-top:0;vertical-align:middle;height:100%;opacity:.5;line-height:1;margin-top:-3px}.b-form-fields .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-form-fields .select2-container--open .select2-selection__rendered{display:none}.b-form-fields .select2-container .select2-selection--multiple .select2-selection__rendered{margin-bottom:0}.b-form-fields__input{display:flex;justify-content:center;align-items:center;width:100%;height:60px;border:1px solid #e1e5ee;border-radius:10px;padding:0 50px 0 20px;font-size:16px;line-height:130%;background-color:#fff;-moz-appearance:textfield}.b-form-fields__input::-webkit-outer-spin-button,.b-form-fields__input::-webkit-inner-spin-button{-webkit-appearance:none;-moz-appearance:textfield;background:#0a377e;margin:0}.b-form-fields__input.error{border:1px solid #e72430}.b-form-fields__field-info{position:relative;margin-left:7px;cursor:pointer;display:flex}.b-form-fields__field-info:hover .b-form-fields__field-info-pop{display:flex}@media screen and (max-width: 560px){.b-form-fields__field-info{position:unset}}.b-form-fields__field-info-pop{display:none;box-shadow:0 -3px 50px rgba(0,0,0,.1);border:1px solid #e1e5ee;background-color:#fff;padding:20px;border-radius:10px;position:absolute;top:0;left:30px;width:100vw;max-width:300px;font-size:16px;line-height:120%;z-index:3}.b-form-fields__field-info-pop::before{content:"";position:absolute;width:10px;top:0;left:-10px;height:100%}.b-form-fields__field-info-pop--img{justify-content:center}.b-form-fields__field-info-pop--img img{max-height:80px}@media screen and (max-width: 560px){.b-form-fields__field-info-pop{top:30px;left:0}.b-form-fields__field-info-pop::before{height:10px;width:100%;top:-10px;left:0}}.b-form-fields__calc{margin-bottom:20px}.b-form-fields__error-size{color:#e72430}.b-form-fields__lk-link-wrap{margin-bottom:40px;margin-top:20px}@media(max-width: 768px){.b-form-fields__lk-link-wrap{margin-top:30px}}.b-form-fields__lk-link{display:flex;margin-bottom:20px;position:relative}.b-form-fields__lk-link-img{flex:1;display:flex;justify-content:center;align-items:center;border:1px solid #e1e5ee;border-right:0;border-top-left-radius:10px;border-bottom-left-radius:10px}@media(max-width: 768px){.b-form-fields__lk-link-img{display:none}}.b-form-fields__lk-link-text{flex:8;border:1px solid #e1e5ee;border-left:0;display:flex;align-items:center;font-weight:600;margin-right:-10px;overflow:hidden;padding-right:20px;position:relative}.b-form-fields__lk-link-text::after{position:absolute;content:"";right:0;top:0;height:100%;width:20px;background-color:#fff}@media(max-width: 768px){.b-form-fields__lk-link-text{border-top-left-radius:10px;border-bottom-left-radius:10px;padding-left:10px;border-left:1px solid #e1e5ee}}.b-form-fields__lk-link-btn{width:max-content;padding:20px;background-color:#e72430;border:1px solid #e72430;color:#fff;text-align:center;cursor:pointer;border-radius:10px;z-index:2}.b-form-fields__lk-link-close{position:absolute;top:-30px;right:0;cursor:pointer}.b-form-fields__copied{padding:7px;border:1px solid #e1e5ee;border-top:0;background-color:#fff;color:#9497a3;position:absolute;top:-40px;right:90px;width:max-content;transition:all .5s ease-in-out;z-index:1;border-bottom-left-radius:6px;border-bottom-right-radius:6px;opacity:0;pointer-events:none}.b-form-fields__copied.active{transform:translateY(40px);opacity:1}@media(max-width: 1024px){.b-form-fields__copied{right:70px}}@media(max-width: 768px){.b-form-fields__copied{right:50%;transform:translateX(50%);font-size:14px}.b-form-fields__copied.active{transform:translate(50%, 40px)}}.b-form-fields__lk-link-info{display:flex;align-items:center;gap:20px}.b-form-fields__lk-link-info-img{width:20px;min-width:20px}.select2-container--default .select2-dropdown{flex-direction:column}.select2-dropdown .select2-results .select2-results__option a{text-decoration:none}.select2-container--default .select2-dropdown .select2-search--dropdown .select2-search__field{width:100%;border:1px solid #e1e5ee;height:40px;min-height:inherit;position:relative;display:block;padding:6px;color:#676b77;border-radius:5px;font-size:16px}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-result-calc__table{display:flex;padding-bottom:50px;border-bottom:1px solid #e1e5ee;margin-bottom:50px}@media screen and (max-width: 768px){.b-result-calc__table{padding-bottom:40px;margin-bottom:40px}}.b-result-calc__left{flex:2;max-width:664px;overflow:hidden}@media screen and (max-width: 768px){.b-result-calc__left{max-width:unset}}.b-result-calc__right{flex:1;display:flex;align-items:center;min-width:230px;padding:20px}@media screen and (max-width: 768px){.b-result-calc__right{display:none}}.b-result-calc__count-line{display:flex;align-items:center;justify-content:space-between;padding:20px;border-radius:10px;background-color:#f5f6fa;font-size:16px;margin-bottom:20px;gap:20px;flex-wrap:wrap}@media screen and (max-width: 768px){.b-result-calc__count-line{gap:10px}}.b-result-calc__value{font-weight:600;font-size:18px}.b-result-calc__title{font-size:24px;font-weight:700;margin-bottom:30px}.b-result-calc__param-list{max-height:110px;position:relative;overflow:hidden;transition:max-height .2s ease-out}.b-result-calc__param-list.open{overflow:visible}.b-result-calc__param-list.open .b-result-calc__shadow-block{opacity:0}.b-result-calc__param{display:flex;align-items:flex-end;margin-bottom:16px}@media screen and (max-width: 560px){.b-result-calc__param{margin-bottom:10px}}.b-result-calc__param:last-child{margin-bottom:0}.b-result-calc__param-title{font-size:16px;color:#9497a3}.b-result-calc__param-value{font-size:16px;font-weight:400;line-height:21px;text-align:right}.b-result-calc__dashed-wrap{flex:1;overflow:hidden;margin-left:14px;margin-right:14px;margin-bottom:5px}.b-result-calc__dashed{height:2px;border-bottom:2px dashed #e1e5ee;width:100%}.b-result-calc__shadow-block{width:100%;height:100%;position:absolute;top:0;left:0;background-image:linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 100%);transition:opacity .5s}.b-result-calc__show-more{color:#e72430;font-size:16px;font-weight:600;cursor:pointer;border-bottom:1px dashed #e72430;width:max-content;position:relative}.b-result-calc__show-more::after{position:absolute;content:"";width:20px;height:20px;background:url("/img/icons/arrow-down-red.svg");top:2px;transition:transform 200ms ease-in-out;right:-25px}.b-result-calc__show-more.open::after{transform:rotate(180deg)}.b-result-calc__buttons .b-result-calc__left{display:grid;grid-template-columns:repeat(3, 1fr);gap:14px}@media screen and (max-width: 768px){.b-result-calc__buttons .b-result-calc__left{grid-template-columns:repeat(1, 1fr)}}.b-result-calc__btn-block{border:1px solid #e1e5ee;border-radius:6px;padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer}@media screen and (max-width: 768px){.b-result-calc__btn-block{flex-direction:row;justify-content:flex-start;padding:12px 16px}.b-result-calc__btn-block svg{margin-right:12px}.b-result-calc__btn-block:last-child{grid-template-columns:repeat(1, 1fr)}}.b-result-calc__btn-title{font-size:17px;font-weight:600;margin-top:12px}@media screen and (max-width: 768px){.b-result-calc__btn-title{margin-top:0}}.b-result-calc__btn-text{color:#676b77;font-size:16px;text-align:center}@media screen and (max-width: 768px){.b-result-calc__btn-text{text-align:left}}
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

