/*
 * 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-sound-proofing-progress__steps-container{display:flex;padding:0 40px}@media(max-width: 550px){.b-sound-proofing-progress__steps-container{padding-left:16px;padding-right:16px}}.b-sound-proofing-progress__step{width:125px;height:4px;border-radius:2000px;background-color:#e1e5ee;margin-right:10px}.b-sound-proofing-progress__step--passed{background-color:#e72430}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-sound-proofing-question{max-width:1050px;width:100%;display:flex;flex-flow:column nowrap;align-items:center}.b-sound-proofing-question__warning{background-color:rgba(231,36,48,.08);border-radius:10px;font-size:16px;line-height:21px;position:relative;padding:19px 20px;margin-bottom:34px}.b-sound-proofing-question__warning::before{content:"";position:absolute;display:block;width:32px;height:32px;background-image:url("/img/solutions/alert.png");background-repeat:no-repeat;background-position:center;left:-16px;top:25px}.b-sound-proofing-question__warning .warning__count{color:#156ce1;border-bottom:1px dashed #cbe1ff;cursor:pointer}.b-sound-proofing-question__title{width:100%;color:#1d1d1b;font-size:24px;line-height:120%;font-weight:700;margin:0;margin-bottom:24px;padding-left:40px}@media(max-width: 550px){.b-sound-proofing-question__title{font-size:18px;padding-left:16px}}.b-sound-proofing-question__items{list-style-type:none;display:flex;margin-bottom:10px;width:100%;margin-top:0;flex-wrap:wrap;padding:0 45px}@media(max-width: 550px){.b-sound-proofing-question__items{padding-left:16px;padding-right:16px}}@media(max-width: 475px){.b-sound-proofing-question__items{justify-content:center}}.b-sound-proofing-question__img--mobile{display:none}@media(max-width: 768px){.b-sound-proofing-question__img--mobile{display:block;min-height:90px}.b-sound-proofing-question__img--desc{display:none}}.b-sound-proofing-question__item{cursor:pointer;position:relative;margin-right:20px;margin-bottom:20px}@media(max-width: 900px){.b-sound-proofing-question__item{margin-right:10px}}@media(max-width: 560px){.b-sound-proofing-question__item{width:auto}}.b-sound-proofing-question__item--image{margin-right:20px}.b-sound-proofing-question__item--image.col_3{width:31%}.b-sound-proofing-question__item--image.col_3:nth-child(3n){margin-right:0}@media(max-width: 768px){.b-sound-proofing-question__item--image.col_3{width:48%}}@media(max-width: 550px){.b-sound-proofing-question__item--image.col_3{margin-bottom:10px}}@media(max-width: 475px){.b-sound-proofing-question__item--image.col_3{width:auto}}.b-sound-proofing-question__item--image.col_2{width:48%}.b-sound-proofing-question__item--image.col_2:nth-child(2n){margin-right:0}.b-sound-proofing-question__item--image.col_2 img{width:100%;max-height:230px}@media(max-width: 475px){.b-sound-proofing-question__item--image.col_2{width:auto}}@media(max-width: 768px){.b-sound-proofing-question__item--image{margin-right:10px}.b-sound-proofing-question__item--image:nth-child(3n){margin-right:10px !important}.b-sound-proofing-question__item--image:nth-child(2n){margin-right:0 !important}}@media(max-width: 475px){.b-sound-proofing-question__item--image{margin-right:0 !important}.b-sound-proofing-question__item--image:nth-child(3n){margin-right:0 !important}}.b-sound-proofing-question__item--stars{height:140px;background-color:#f5f6fa;border-radius:10px;display:flex;align-items:flex-start;padding:30px 20px;margin-right:20px;width:48%}.b-sound-proofing-question__item--stars.col_2{width:48%}.b-sound-proofing-question__item--stars.col_2:nth-child(2n){margin-right:0}@media(max-width: 560px){.b-sound-proofing-question__item--stars.col_2{width:100%;margin-right:0}}.b-sound-proofing-question__item--stars.col_3{width:31%}.b-sound-proofing-question__item--stars.col_3:nth-child(3n){margin-right:0}@media(max-width: 768px){.b-sound-proofing-question__item--stars.col_3{width:48%}}@media(max-width: 560px){.b-sound-proofing-question__item--stars.col_3{margin-bottom:10px;width:100%;margin-right:0}}@media(max-width: 768px){.b-sound-proofing-question__item--stars{margin-right:10px}.b-sound-proofing-question__item--stars:nth-child(3n){margin-right:10px}.b-sound-proofing-question__item--stars:nth-child(2n){margin-right:0 !important}}@media(max-width: 560px){.b-sound-proofing-question__item--stars{height:100px;padding:20px 20px;width:100%;margin-right:0}.b-sound-proofing-question__item--stars:nth-child(3n){margin-right:0}}@media(max-width: 475px){.b-sound-proofing-question__item--stars{margin-right:0 !important}.b-sound-proofing-question__item--stars:nth-child(3n){margin-right:0 !important}}.b-sound-proofing-question__item:last-child{margin-right:0}.b-sound-proofing-question__item-title{color:#fff;position:absolute;bottom:14px;left:20px;font-weight:600;font-size:18px}.b-sound-proofing-question__item-title--stars{color:#000}@media(max-width: 900px){.b-sound-proofing-question__item-title{font-size:15px}}@media(max-width: 768px){.b-sound-proofing-question__item-title{font-size:14px;line-height:16px}}.b-sound-proofing-question__item-choosen{position:absolute;top:10px;right:10px;display:none}.b-sound-proofing-question__item img{border-radius:10px}.b-sound-proofing-question__item-image-wrapper{position:relative}.b-sound-proofing-question__item-image-wrapper::before{position:absolute;content:"";width:100%;height:100%;top:0;left:0;border-radius:10px;background:linear-gradient(0deg, rgba(34, 39, 46, 0.74) 0%, rgba(65, 78, 96, 0) 100%)}.b-sound-proofing-question__item-image-wrapper--stars::before{background:unset;width:unset;height:unset}.b-sound-proofing-question__item--block-text{border-radius:10px;background-color:#f5f6fa;border:1px solid #f5f6fa;padding:20px 20px;padding-right:34px !important;font-weight:600;display:flex;align-items:center;width:100%;min-height:85px}.b-sound-proofing-question__item--block-text.col_3{width:31%;min-height:170px}@media(max-width: 768px){.b-sound-proofing-question__item--block-text.col_3{width:100%;margin-right:0;min-height:auto}}.b-sound-proofing-question__item--block-text.col_2{width:48%;min-height:170px}.b-sound-proofing-question__item--block-text.col_2:nth-child(2n){margin-right:0}@media(max-width: 768px){.b-sound-proofing-question__item--block-text.col_2{width:100%;margin-right:0;min-height:auto}}.b-sound-proofing-question__item--block-text.row{width:100%;margin-right:0;min-height:85px;margin-bottom:15px}@media(max-width: 768px){.b-sound-proofing-question__item--block-text.row{min-height:auto}}.b-sound-proofing-question__item--block-text.cart_active{border:1px solid #e72430;background-color:#fff}@media(max-width: 768px){.b-sound-proofing-question__item--block-text{line-height:20px}}@media(max-width: 550px){.b-sound-proofing-question__item--block-text{font-size:14px;margin-bottom:10px}}.b-sound-proofing-question__item-text{color:#000}.b-sound-proofing-question__btn{border:none;display:flex;justify-content:center;align-items:center;height:55px;color:#fff;font-size:16px;font-weight:600;white-space:nowrap;background:linear-gradient(0deg, #e72430, #e72430),#1f1f1f;cursor:pointer;border-radius:10px;padding:0 40px;text-decoration:none;margin-top:13px;width:max-content}.block_text_box_2{padding:16px 20px;width:48%}.block_text_box_3{padding:16px 20px;width:32%}.block_text_row{padding:20px 30px}.cart_active .b-sound-proofing-question__item-choosen{display:block}.cart_blur{filter:blur(2px)}.vs__actions{display:none}.vs__search{height:52px;color:#676b77}.vs__dropdown-toggle{border-radius:10px;border:1px solid #e1e5ee}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-sound-proofing-systems{width:100%}@media(max-width: 550px){.b-sound-proofing-systems__constructions{overflow:hidden;overflow-y:scroll}}.b-sound-proofing-systems__construction{border-bottom:1px solid #e1e5ee;margin-bottom:10px}.b-sound-proofing-systems__cards{padding:0 40px}.b-sound-proofing-systems__cards .b-sound-proofing-systems__card-item:last-child::after{height:0}@media(max-width: 550px){.b-sound-proofing-systems__cards{padding:0}}.b-sound-proofing-systems__card-item{border:1px solid #dee2ef;background-color:#f5f6fa;border-radius:10px;margin-bottom:20px;position:relative}.b-sound-proofing-systems__card-item:nth-child(2n){background-color:#fff}@media(max-width: 550px){.b-sound-proofing-systems__card-item{background-color:#fff;border:none;border-radius:unset;padding:0 40px 20px 40px}.b-sound-proofing-systems__card-item::after{position:absolute;content:"";bottom:0;height:1px;background-color:#e1e5ee;width:90%;left:50%;transform:translate(-50%, 0)}}.b-sound-proofing-systems__card-container{display:flex;position:relative;padding:41px 25px;border-radius:10px}@media(max-width: 550px){.b-sound-proofing-systems__card-container{padding:0}}.b-sound-proofing-systems__card-image{margin-right:10px;max-width:136px;width:100%}.b-sound-proofing-systems__card-image img{width:100%}@media(max-width: 1024px){.b-sound-proofing-systems__card-image{margin-right:10px}}@media(max-width: 660px){.b-sound-proofing-systems__card-image{display:none}}.b-sound-proofing-systems__card-top{display:flex;justify-content:space-between;margin-bottom:16px;margin-left:15px;align-items:center}@media(max-width: 550px){.b-sound-proofing-systems__card-top{margin-left:0}}.b-sound-proofing-systems__card-title{font-size:20px;font-weight:600}@media(max-width: 660px){.b-sound-proofing-systems__card-title{font-size:16px}}.b-sound-proofing-systems__card-level{position:absolute;top:15px;right:75px;padding:10px 22px;border-radius:30px}.b-sound-proofing-systems__card-level--middle{border:1px solid #e1e5ee;background-color:#fff;color:#676b77}.b-sound-proofing-systems__card-level--middle .b-sound-proofing-systems__card-level-value{font-weight:700}.b-sound-proofing-systems__card-level--standart{border:1px solid #f78a0a;background-color:#fffaf1;color:#676b77}.b-sound-proofing-systems__card-level--standart .b-sound-proofing-systems__card-level-value{font-weight:700;color:#f78a0a}.b-sound-proofing-systems__card-level--premium{border:1px solid #16c861;background-color:#f5fff9;color:#676b77}.b-sound-proofing-systems__card-level--premium .b-sound-proofing-systems__card-level-value{font-weight:700;color:#16c861}@media(max-width: 1024px){.b-sound-proofing-systems__card-level{font-size:14px}}@media(max-width: 660px){.b-sound-proofing-systems__card-level{position:relative;padding:4px 22px;top:0;right:0}}@media(max-width: 375px){.b-sound-proofing-systems__card-level{padding:4px 16px}}@media(max-width: 820px){.b-sound-proofing-systems__card-level-text{display:none}}.b-sound-proofing-systems__card-desc{margin-bottom:30px;margin-left:15px}@media(max-width: 660px){.b-sound-proofing-systems__card-desc{display:flex}}@media(max-width: 550px){.b-sound-proofing-systems__card-desc{margin-left:0}}.b-sound-proofing-systems__card-desc-text{color:#676b77;font-size:14px}@media(max-width: 660px){.b-sound-proofing-systems__card-desc-text{font-size:14px}}.b-sound-proofing-systems__card-desc-img{display:none}@media(max-width: 660px){.b-sound-proofing-systems__card-desc-img{display:block;max-height:45px;margin-right:14px;max-width:35px}}.b-sound-proofing-systems__card-params-list{display:flex;flex-wrap:wrap;margin-left:15px;border-bottom:1px solid #e1e5ee;margin-bottom:20px}@media(max-width: 550px){.b-sound-proofing-systems__card-params-list{margin-left:0}}.b-sound-proofing-systems__card-params-construction{display:grid;grid-template-columns:2fr 2fr;grid-gap:15px;margin-left:15px;margin-bottom:40px}@media(max-width: 900px){.b-sound-proofing-systems__card-params-construction{grid-template-columns:1fr;margin-bottom:30px}}@media(max-width: 550px){.b-sound-proofing-systems__card-params-construction{margin-left:0;margin-bottom:20px;grid-gap:0}}.b-sound-proofing-systems__card-params-item{display:flex;margin-bottom:30px;width:calc(32% - 5px);margin-right:15px}.b-sound-proofing-systems__card-params-item:last-child{margin-right:0}@media(max-width: 860px){.b-sound-proofing-systems__card-params-item{width:calc(50% - 15px)}}.b-sound-proofing-systems__card-params-item--construction{background:linear-gradient(97.07deg, #53647a 0.98%, #414e60 42.46%);margin-bottom:0;padding:13px 15px;border-radius:10px;width:100%}@media(max-width: 860px){.b-sound-proofing-systems__card-params-item--construction{width:100%;flex:unset;margin-right:0}}@media(max-width: 550px){.b-sound-proofing-systems__card-params-item--construction{background:unset;color:#000;padding:0}}.b-sound-proofing-systems__card-params-item.hovering{cursor:pointer}@media(min-width: 551px){.b-sound-proofing-systems__card-params-item.hovering:hover .b-sound-proofing-systems__card-params-desc{opacity:1;transform:translateY(40px)}}@media(max-width: 550px){.b-sound-proofing-systems__card-params-item{width:100%;margin-bottom:9px;margin-right:0}}.b-sound-proofing-systems__card-params-img{margin-right:10px;min-width:50px;width:50px;height:50px;display:flex;justify-content:center;align-items:center;border-radius:50px;background-color:#fff}.b-sound-proofing-systems__card-params-img--construction{background-color:inherit;margin-right:15px}.b-sound-proofing-systems__card-params-img img{max-width:unset}@media(max-width: 550px){.b-sound-proofing-systems__card-params-img{display:none}}.b-sound-proofing-systems__card-params-info--construction{display:flex;color:#fff;align-items:center;flex:1;justify-content:space-between;position:relative}@media(max-width: 550px){.b-sound-proofing-systems__card-params-info{display:flex;justify-content:space-between;width:100%;color:#000}}.b-sound-proofing-systems__card-params-desc{opacity:0;position:absolute;width:100%;max-width:max-content;left:0;background-color:#fff;color:#676b77;top:100%;margin-top:-40px;border-radius:10px;box-shadow:0 -3px 50px rgba(0,0,0,.1);font-size:14px;transition:all .2s ease-in-out;padding:10px 15px}.b-sound-proofing-systems__card-params-name{margin-bottom:2px;font-size:16px;font-weight:600;display:flex;align-items:center}.b-sound-proofing-systems__card-params-name img{width:18px;margin-left:10px}.b-sound-proofing-systems__card-params-name--construction{margin-right:15px}.b-sound-proofing-systems__card-params-value{font-size:14px}.b-sound-proofing-systems__card-params-value--construction{font-size:24px;font-weight:400;min-width:max-content}@media(max-width: 550px){.b-sound-proofing-systems__card-params-value--construction{font-size:14px}}.b-sound-proofing-systems__card-params-links{display:flex;align-items:center;justify-content:flex-end}@media screen and (max-width: 600px){.b-sound-proofing-systems__card-params-links{flex-direction:column}}.b-sound-proofing-systems__card-params-link{position:relative;padding:11px 15px;font-weight:600;font-size:14px;line-height:130%;color:#e72430;text-decoration:none}.b-sound-proofing-systems__card-params-link::after{content:"";position:absolute;top:7px;right:7px;width:10px;height:10px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABqSURBVHgB3cuxEUBAEIXh9wwjFMvOkLsO6EgJlKAUJeiADhAQXybB2Qa4kfpnNtrvEdKktMJ7JplHwy3VLYnqTVLwfiDxLdDLmSfoAYX8y5CMCEdrphsZ1Pak8vCh32PfBQKiuyzyeBqWG3ClGX5mrqTPAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:top right}.b-sound-proofing-systems__card-params-link--more{border:1px solid #e72430;border-radius:10px}.b-sound-proofing-systems__card-params-link--more:hover{color:#fff;background-color:#e72430}.b-sound-proofing-systems__card-params-link--buy{margin-right:30px}.b-sound-proofing-systems__card-params-link--buy:hover{text-decoration:underline}@media screen and (max-width: 600px){.b-sound-proofing-systems__card-params-link{width:100%;text-align:center}.b-sound-proofing-systems__card-params-link::after{background-image:none}.b-sound-proofing-systems__card-params-link--buy{margin-right:0;margin-bottom:15px}}.b-sound-proofing-systems__line{height:1px;background-color:#e1e5ee;margin-bottom:14px}.b-sound-proofing-systems__others-container{display:none;padding:20px 36px}@media(max-width: 550px){.b-sound-proofing-systems__others-container{padding:20px 0}}.b-sound-proofing-systems__others-show-more{border:4px solid #e1e5ee;border-radius:10px;cursor:pointer;margin-bottom:20px}.b-sound-proofing-systems__others-show-more-title{font-size:18px;padding:20px 40px;position:relative}.b-sound-proofing-systems__others-show-more-title::after{content:"";position:absolute;right:26px;width:32px;height:32px;background:url(/img/mastery-certificate/plus.svg) center no-repeat;transition:.2s;top:50%;transform:translateY(-50%)}@media(max-width: 550px){.b-sound-proofing-systems__others-show-more-title::after{width:26px;height:26px}}@media(max-width: 550px){.b-sound-proofing-systems__others-show-more-title{font-size:16px;padding:15px 20px}}.b-sound-proofing-systems__others-show-more-header{background-color:#e1e5ee}.b-sound-proofing-systems__others-show-more.open .b-sound-proofing-systems__others-container{display:block}.b-sound-proofing-systems__others-show-more.open .b-sound-proofing-systems__others-show-more-header{margin-bottom:30px}@media(max-width: 550px){.b-sound-proofing-systems__others-show-more.open .b-sound-proofing-systems__others-show-more-header{margin-bottom:0}}.b-sound-proofing-systems__others-show-more.open .b-sound-proofing-systems__others-show-more-title::after{transform:translateY(-50%) rotate(90deg);background:url(/img/mastery-certificate/minus.svg) center no-repeat}.b-sound-proofing-systems__card-item-check{display:none;border:1px solid #e1e5ee;border-radius:100px;background-color:#fff;width:40px;height:40px;position:absolute;top:-20px;left:-20px;cursor:pointer}@media(max-width: 768px){.b-sound-proofing-systems__card-item-check{width:35px;height:35px;top:-17px;left:-17px}}@media(max-width: 550px){.b-sound-proofing-systems__card-item-check{width:24px;height:24px;left:10px;top:3px}}.b-sound-proofing-systems__buttons-add-container{position:absolute;top:21px;right:30px}@media(max-width: 660px){.b-sound-proofing-systems__buttons-add-container{display:none}}.b-sound-proofing-systems__button-add{border:1px solid #e1e5ee;cursor:pointer;border-radius:360px;width:34px;height:34px;display:flex;justify-content:center;align-items:center;padding:7px}.b-sound-proofing-systems__button-add--compare{margin-bottom:18px}.b-sound-proofing-systems__button-add--compare.js-compare-added{border:1px solid #e72430}.b-sound-proofing-systems__button-add--compare.js-compare-added line{stroke:#e72430}.b-sound-proofing-systems__button-add:hover{border:1px solid #e72430}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}#sound-proofing{max-width:1050px;margin:auto;position:relative}#sound-proofing .mfp-close{display:none}.b-sound-proofing{display:flex;justify-content:center;width:100%}.b-sound-proofing__wrap{display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;background-color:#fff;border-radius:10px;overflow:hidden;padding:35px 0;position:relative;width:100%}.b-sound-proofing__wrap *{box-sizing:border-box}.b-sound-proofing__wrap-top{width:100%}.b-sound-proofing__wrap-bottom{width:100%}.b-sound-proofing__wrap--posted{max-width:570px;padding:35px 65px}@media(max-width: 550px){.b-sound-proofing__wrap{border-radius:unset;height:100%;justify-content:space-between}}.b-sound-proofing__steps{display:inline}.b-sound-proofing__header{display:flex;width:100%;color:#1f1f1f;flex-flow:wrap;padding-left:40px}.b-sound-proofing__header-title{font-weight:600;font-size:18px;line-height:1.2;margin-bottom:14px}.b-sound-proofing__header-info{color:#676b77;font-size:14px;padding-left:10px;padding-top:2px}@media(max-width: 900px){.b-sound-proofing__header-info{display:block;width:100%;padding-left:0;padding-bottom:10px;padding-top:0}}.b-sound-proofing__header-exit{position:absolute;top:20px;right:20px;cursor:pointer}@media(max-width: 400px){.b-sound-proofing__header-exit{width:13px;top:12px;right:12px}}@media(max-width: 550px){.b-sound-proofing__header{padding-left:16px}}.b-sound-proofing__content-wrap{width:100%}.b-sound-proofing__progress{display:flex;justify-content:center;align-items:center;width:100%;max-width:1140px;font-size:13px;line-height:1.2;padding:0;margin-bottom:34px;position:relative;color:#1f1f1f}.b-sound-proofing__progress-bar{width:100%;position:relative}.b-sound-proofing__progress-step{flex-flow:column nowrap;justify-content:flex-end;position:absolute;top:50%;transform:translateY(-50%);display:flex;height:100px;padding-bottom:8px}.b-sound-proofing__progress-step-top-text{margin-bottom:15px;font-weight:600}.b-sound-proofing__progress-step-bottom-text{min-height:15px;font-weight:400;margin-top:9px}.b-sound-proofing__progress-step--start{left:0;align-items:flex-start}.b-sound-proofing__progress-step--check1{left:calc(33.34% - 67px);align-items:center;width:134px}.b-sound-proofing__progress-step--check2{left:calc(66.67% - 60px);align-items:center;width:120px}.b-sound-proofing__progress-step--end{right:0;align-items:flex-end}.b-sound-proofing__progress-step.check0 .b-sound-proofing__progress-step-marker{background-color:#e72430;border:2px solid #fff}.b-sound-proofing__progress .vue-simple-progress{border:1px solid #e1e5ee;background:unset !important}.b-sound-proofing__progress .vue-simple-progress-text{position:absolute;margin-top:13px}@media(max-width: 550px){.b-sound-proofing__progress{margin-bottom:13px}}.b-sound-proofing__form{width:100%}.b-sound-proofing__content{max-width:660px}.b-sound-proofing__content-title{width:100%;color:#1f1f1f;font-size:24px;line-height:1.2;font-weight:600}.b-sound-proofing__content-item-wrap{display:flex;flex-flow:column nowrap;grid-gap:20px;margin:20px 0 30px}.b-sound-proofing__content-btn-item{display:flex;justify-content:flex-start}.b-sound-proofing__content-btn-item:nth-child(2){margin-left:20px;justify-content:flex-end}.b-sound-proofing__content-btn-wrap{display:flex;justify-content:space-between;align-items:center;width:100%;padding:20px 40px 0 40px}@media(max-width: 550px){.b-sound-proofing__content-btn-wrap{padding-left:16px;padding-right:16px}}.b-sound-proofing__content-btn{outline:none;border:none;display:flex;justify-content:center;align-items:center;height:55px;color:#fff;font-size:16px;font-weight:600;white-space:nowrap;background:linear-gradient(0deg, #e72430, #e72430),#1f1f1f;cursor:pointer;border-radius:10px;padding:0 40px;width:max-content}.b-sound-proofing__content-btn span{display:flex;justify-content:space-between;align-items:center}.b-sound-proofing__content-btn span::before,.b-sound-proofing__content-btn span::after{display:none;content:"";width:16px;height:14px}.b-sound-proofing__content-btn span::before{background-image:url(/img/directions/arrow-left.svg);margin-right:13px}.b-sound-proofing__content-btn span::after{background-image:url(/img/directions/arrow-right.svg);margin-left:13px}.b-sound-proofing__content-btn--back{color:#e00f20;background:none;padding:0}.b-sound-proofing__content-btn--back span::before{display:block;margin-top:-2px}.b-sound-proofing__content-btn--forward span::after{display:block;margin-top:-2px}@media(max-width: 400px){.b-sound-proofing__content-btn--forward{padding:0 30px}}.b-sound-proofing__content-btn--to-start{width:320px}@media(max-width: 560px){.b-sound-proofing__content-btn--to-start{width:max-content;padding:0 30px}}@media(max-width: 400px){.b-sound-proofing__content-btn{font-size:14px}}.b-sound-proofing__hr{width:100%;height:1px;background-color:#e8eff7;margin:0 -60px}.b-sound-proofing__start-screen{margin-top:25px;display:flex;flex-flow:column nowrap;align-items:center;padding:0 20px}.b-sound-proofing__start-screen>img{width:100%;height:auto}.b-sound-proofing__goto{display:none}.b-sound-proofing__goto-start{padding-left:26px;position:relative;font-weight:600;font-size:16px;line-height:1.3;color:#e72430;width:240px;cursor:pointer}.b-sound-proofing__goto-start::before{content:"";position:absolute;width:18px;height:18px;margin-left:-26px;margin-top:1px;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGQ9Ik0xNy4yNSAzLjVWOEgxMi43NSIgc3Ryb2tlPSIjRTcyNDMwIiBzdHJva2Utd2lkdGg9IjEuNiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xNS4zNjc0IDExLjc1MDVDMTQuODc5OSAxMy4xMzA0IDEzLjk1NzEgMTQuMzE0NSAxMi43MzggMTUuMTI0NEMxMS41MTkgMTUuOTM0MiAxMC4wNjk4IDE2LjMyNTkgOC42MDg3MyAxNi4yNDA0QzcuMTQ3NyAxNi4xNTUgNS43NTQwMyAxNS41OTcgNC42Mzc3MyAxNC42NTA1QzMuNTIxNDMgMTMuNzA0IDIuNzQyOTggMTIuNDIwNCAyLjQxOTY4IDEwLjk5M0MyLjA5NjM5IDkuNTY1NjcgMi4yNDU3NyA4LjA3MTg5IDIuODQ1MzEgNi43MzY4QzMuNDQ0ODUgNS40MDE3MSA0LjQ2MjA2IDQuMjk3NjUgNS43NDM2OCAzLjU5MDk4QzcuMDI1MjkgMi44ODQzMSA4LjUwMTg2IDIuNjEzMzIgOS45NTA4OCAyLjgxODg2QzExLjM5OTkgMy4wMjQzOSAxMi43NDI5IDMuNjk1MyAxMy43Nzc0IDQuNzMwNUwxNy4yNDk5IDguMDAwNSIgc3Ryb2tlPSIjRTcyNDMwIiBzdHJva2Utd2lkdGg9IjEuNiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDAiPgo8cmVjdCB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDAuNSkiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4=");background-position:50%;background-repeat:no-repeat}.b-sound-proofing__posted{display:flex;flex-direction:column;align-items:center}.b-sound-proofing__posted-img{margin-bottom:22px}.b-sound-proofing__posted-title{font-size:24px;font-weight:700;margin-bottom:7px}.b-sound-proofing__posted-text{font-size:16px;font-weight:400;text-align:center;margin-bottom:23px}.b-sound-proofing__posted-close-btn{outline:none;border:none;display:flex;justify-content:center;align-items:center;height:55px;color:#fff;font-size:16px;font-weight:600;white-space:nowrap;background:linear-gradient(0deg, #e72430, #e72430),#1f1f1f;cursor:pointer;border-radius:10px;padding:0 40px;width:100%;margin-bottom:26px}.b-sound-proofing__posted-start{color:#e72430;font-size:16px;font-weight:600;cursor:pointer}@media(max-width: 550px){.mfp-container{overflow:scroll;padding:0}}.mfp-wrap{overflow:scroll;top:0 !important}@media(max-width: 550px){.mfp-wrap{top:0 !important}}@media(max-width: 550px){#sound-proofing{min-height:100vh;display:flex;align-items:stretch}}@media(min-width: 551px){.b-bottom-compare-line.visible{z-index:100000}#sound-proofing{padding-bottom:75px;margin-top:30px}}
