/*
 * 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}
.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, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 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, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 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, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 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, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 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: white;
  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: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.select2{width:100%}.select2 .select2-selection--single{background:#fff;box-sizing:border-box;width:100%;color:#000;font:normal 400 15px/18px ProximaNova;outline:none;transition:all .3s;vertical-align:middle;border:1px solid #e1e5ee;border-radius:10px;padding:10px 20px;height:61px;display:flex;flex-flow:wrap;align-items:center}.select2 .select2-selection--single .select2-selection__rendered{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:unset;padding:0}.select2 .select2-selection--single .select2-selection__arrow{top:unset;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTMgMUw3LjAwMyA3IDEgMSIgc3Ryb2tlPSIjOTQ5N0EzIiBzdHJva2Utd2lkdGg9IjEuNiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:center;height:10px;right:23px;width:14px}.select2 .select2-selection--single .select2-selection__arrow b{display:none}.select2 .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2.select2-container--open .select2-selection__arrow{transform:rotate(180deg)}.form__field-select .select2.select2-container--below~.form__field-label{top:10px;transition:top .1s ease-in-out .1s}.select2-dropdown{border-radius:10px;border:1px solid #e1e5ee}.select2-dropdown .select2-results .select2-results__options{border-radius:10px}.select2-dropdown .select2-results .select2-results__option{position:relative;font-size:14px;line-height:130%;color:#1f1f1f;padding:10px 20px;background-color:#fff}.select2-dropdown .select2-results .select2-results__option--selected{background-color:#fff}.select2-dropdown .select2-results .select2-results__option--selected::after{content:"";position:absolute;right:23px;width:12px;height:12px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzIDFMNC43NSA5LjI1IDEgNS41IiBzdHJva2U9IiNFNzI0MzAiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=);transition:all .2s;background-repeat:no-repeat;background-position:center}.select2-dropdown .select2-results .select2-results__option:hover{background:#f5f6fa;color:#1f1f1f}
/*!
 * Viewer.js v1.11.6
 * https://fengyuanchen.github.io/viewerjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2023-09-17T03:16:35.830Z
 */

.viewer-zoom-in::before, .viewer-zoom-out::before, .viewer-one-to-one::before, .viewer-reset::before, .viewer-prev::before, .viewer-play::before, .viewer-next::before, .viewer-rotate-left::before, .viewer-rotate-right::before, .viewer-flip-horizontal::before, .viewer-flip-vertical::before, .viewer-fullscreen::before, .viewer-fullscreen-exit::before, .viewer-close::before {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-size: 280px;
    color: transparent;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    width: 20px;
  }

.viewer-zoom-in::before {
  background-position: 0 0;
  content: 'Zoom In';
}

.viewer-zoom-out::before {
  background-position: -20px 0;
  content: 'Zoom Out';
}

.viewer-one-to-one::before {
  background-position: -40px 0;
  content: 'One to One';
}

.viewer-reset::before {
  background-position: -60px 0;
  content: 'Reset';
}

.viewer-prev::before {
  background-position: -80px 0;
  content: 'Previous';
}

.viewer-play::before {
  background-position: -100px 0;
  content: 'Play';
}

.viewer-next::before {
  background-position: -120px 0;
  content: 'Next';
}

.viewer-rotate-left::before {
  background-position: -140px 0;
  content: 'Rotate Left';
}

.viewer-rotate-right::before {
  background-position: -160px 0;
  content: 'Rotate Right';
}

.viewer-flip-horizontal::before {
  background-position: -180px 0;
  content: 'Flip Horizontal';
}

.viewer-flip-vertical::before {
  background-position: -200px 0;
  content: 'Flip Vertical';
}

.viewer-fullscreen::before {
  background-position: -220px 0;
  content: 'Enter Full Screen';
}

.viewer-fullscreen-exit::before {
  background-position: -240px 0;
  content: 'Exit Full Screen';
}

.viewer-close::before {
  background-position: -260px 0;
  content: 'Close';
}

.viewer-container {
  bottom: 0;
  direction: ltr;
  font-size: 0;
  left: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.viewer-container::-moz-selection, .viewer-container *::-moz-selection {
    background-color: transparent;
  }

.viewer-container::selection,
  .viewer-container *::selection {
    background-color: transparent;
  }

.viewer-container:focus {
    outline: 0;
  }

.viewer-container img {
    display: block;
    height: auto;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    width: 100%;
  }

.viewer-canvas {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.viewer-canvas > img {
    height: auto;
    margin: 15px auto;
    max-width: 90% !important;
    width: auto;
  }

.viewer-footer {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
}

.viewer-navbar {
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.viewer-list {
  box-sizing: content-box;
  height: 50px;
  margin: 0;
  overflow: hidden;
  padding: 1px 0;
}

.viewer-list > li {
    color: transparent;
    cursor: pointer;
    float: left;
    font-size: 0;
    height: 50px;
    line-height: 0;
    opacity: 0.5;
    overflow: hidden;
    transition: opacity 0.15s;
    width: 30px;
  }

.viewer-list > li:focus,
    .viewer-list > li:hover {
      opacity: 0.75;
    }

.viewer-list > li:focus {
      outline: 0;
    }

.viewer-list > li + li {
      margin-left: 1px;
    }

.viewer-list > .viewer-loading {
    position: relative;
  }

.viewer-list > .viewer-loading::after {
      border-width: 2px;
      height: 20px;
      margin-left: -10px;
      margin-top: -10px;
      width: 20px;
    }

.viewer-list > .viewer-active,
  .viewer-list > .viewer-active:focus,
  .viewer-list > .viewer-active:hover {
    opacity: 1;
  }

.viewer-player {
  background-color: #000;
  bottom: 0;
  cursor: none;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.viewer-player > img {
    left: 0;
    position: absolute;
    top: 0;
  }

.viewer-toolbar > ul {
    display: inline-block;
    margin: 0 auto 5px;
    overflow: hidden;
    padding: 6px 3px;
  }

.viewer-toolbar > ul > li {
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 50%;
      cursor: pointer;
      float: left;
      height: 24px;
      overflow: hidden;
      transition: background-color 0.15s;
      width: 24px;
    }

.viewer-toolbar > ul > li:focus,
      .viewer-toolbar > ul > li:hover {
        background-color: rgba(0, 0, 0, 0.8);
      }

.viewer-toolbar > ul > li:focus {
        box-shadow: 0 0 3px #fff;
        outline: 0;
        position: relative;
        z-index: 1;
      }

.viewer-toolbar > ul > li::before {
        margin: 2px;
      }

.viewer-toolbar > ul > li + li {
        margin-left: 1px;
      }

.viewer-toolbar > ul > .viewer-small {
      height: 18px;
      margin-bottom: 3px;
      margin-top: 3px;
      width: 18px;
    }

.viewer-toolbar > ul > .viewer-small::before {
        margin: -1px;
      }

.viewer-toolbar > ul > .viewer-large {
      height: 30px;
      margin-bottom: -3px;
      margin-top: -3px;
      width: 30px;
    }

.viewer-toolbar > ul > .viewer-large::before {
        margin: 5px;
      }

.viewer-tooltip {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  color: #fff;
  display: none;
  font-size: 12px;
  height: 20px;
  left: 50%;
  line-height: 20px;
  margin-left: -25px;
  margin-top: -10px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
}

.viewer-title {
  color: #ccc;
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  margin: 5px 5%;
  max-width: 90%;
  min-height: 14px;
  opacity: 0.8;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: opacity 0.15s;
  white-space: nowrap;
}

.viewer-title:hover {
    opacity: 1;
  }

.viewer-button {
  -webkit-app-region: no-drag;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  height: 80px;
  overflow: hidden;
  position: absolute;
  right: -40px;
  top: -40px;
  transition: background-color 0.15s;
  width: 80px;
}

.viewer-button:focus,
  .viewer-button:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }

.viewer-button:focus {
    box-shadow: 0 0 3px #fff;
    outline: 0;
  }

.viewer-button::before {
    bottom: 15px;
    left: 15px;
    position: absolute;
  }

.viewer-fixed {
  position: fixed;
}

.viewer-open {
  overflow: hidden;
}

.viewer-show {
  display: block;
}

.viewer-hide {
  display: none;
}

.viewer-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

.viewer-invisible {
  visibility: hidden;
}

.viewer-move {
  cursor: move;
  cursor: grab;
}

.viewer-fade {
  opacity: 0;
}

.viewer-in {
  opacity: 1;
}

.viewer-transition {
  transition: all 0.3s;
}

@keyframes viewer-spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.viewer-loading::after {
    animation: viewer-spinner 1s linear infinite;
    border: 4px solid rgba(255, 255, 255, 0.1);
    border-left-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 1;
  }

@media (max-width: 767px) {
  .viewer-hide-xs-down {
    display: none;
  }
}

@media (max-width: 991px) {
  .viewer-hide-sm-down {
    display: none;
  }
}

@media (max-width: 1199px) {
  .viewer-hide-md-down {
    display: none;
  }
}

.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-bottom-compare-line{opacity:0;z-index:-10;transition:opacity 1s,z-index 1s;position:fixed}.b-bottom-compare-line--show{opacity:1;bottom:0;left:0;width:100%;background-color:#414e60;box-shadow:0 -5px 20px 0 rgba(0,0,0,.15);z-index:1001}.b-bottom-compare-line__wrap{box-sizing:border-box;padding:9px 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}@media screen and (max-width: 970px){.b-bottom-compare-line__wrap{padding:15px 15px 9px}}.b-bottom-compare-line__text{font-weight:600;color:#fff;font-size:18px;line-height:130%}@media screen and (max-width: 560px){.b-bottom-compare-line__text{width:100%}}.b-bottom-compare-line__link{padding:18px 40px;display:inline-block;color:#fff;background-color:#e72430;border-radius:10px;width:160px;text-align:center;box-sizing:border-box;text-decoration:none;min-width:190px}.b-bottom-compare-line__link:hover{color:#fff}@media screen and (max-width: 560px){.b-bottom-compare-line__btns-box{width:100%;flex-direction:row;display:flex;justify-content:space-between;align-items:center;margin-top:10px}}.b-bottom-compare-line__close-btn{border:none;outline:none;background:none;color:#fff;cursor:pointer;margin-right:30px;transition:.2s;font-weight:600}@media screen and (max-width: 512px){.b-bottom-compare-line__close-btn{margin-bottom:10px;margin-right:0}}.b-bottom-compare-line__close-btn:hover{border-bottom-color:transparent}@media(min-width: 768px){.b-bottom-compare-line__wrap{max-width:768px;margin:0 auto}}@media(min-width: 970px){.b-bottom-compare-line__wrap{max-width:970px}}@media(min-width: 1280px){.b-bottom-compare-line__wrap{max-width:1200px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-compare-info-with-button{overflow:hidden;background:linear-gradient(-1.59deg, rgba(47, 70, 165, 0.15) 14.936%, rgba(47, 70, 165, 0) 148.084%);border-radius:10px}.b-compare-info-with-button__link{position:relative;display:block}.b-compare-info-with-button__wrap{display:flex;border-radius:10px;padding:39px 0 39px 80px;min-height:160px;align-items:center;position:relative;z-index:2;background-repeat:no-repeat;background-position:calc(100% - 20px) calc(100% - 5px);overflow:hidden}.b-compare-info-with-button__wrap::before{content:"";display:block;height:800px;position:absolute;right:246px;top:-186px;width:98%;z-index:1;background:#414e60;transform:rotate(14deg)}@media all and (max-width: 570px){.b-compare-info-with-button__wrap::before{display:none}}@media all and (max-width: 1023px){.b-compare-info-with-button__wrap{padding:39px 0 39px 50px}}@media all and (max-width: 760px){.b-compare-info-with-button__wrap{padding:25px 25px 30px}}@media all and (max-width: 570px){.b-compare-info-with-button__wrap{flex-direction:column;align-items:flex-start;padding:146px 0 0;background-size:inherit;background-position:top;overflow:visible}}.b-compare-info-with-button.aos-animate .b-compare-info-with-button__wrap::before{animation-name:fadeInBackground;animation-iteration-count:1;animation-duration:.5s;animation-timing-function:ease-in-out}.b-compare-info-with-button__link-wrap{margin-left:63px;z-index:2}.b-compare-info-with-button__link-wrap-btn{min-width:255px}@media all and (max-width: 760px){.b-compare-info-with-button__link-wrap.aos-init{transform:none;transition:none}}@media all and (max-width: 1023px){.b-compare-info-with-button__link-wrap{margin-left:0}.b-compare-info-with-button__link-wrap-btn{min-width:200px;padding:19px 20px !important}}@media all and (max-width: 570px){.b-compare-info-with-button__link-wrap{position:absolute;bottom:-31px;width:305px;left:0;right:0;margin:0 auto}.b-compare-info-with-button__link-wrap-btn{width:100%}}@media all and (max-width: 360px){.b-compare-info-with-button__link-wrap{width:90%}}.b-compare-info-with-button__title{font-size:34px;font-weight:800;line-height:120%;color:#fff}@media all and (max-width: 1280px){.b-compare-info-with-button__title{font-size:24px}}.b-compare-info-with-button__title--text-left{text-align:left}.b-compare-info-with-button__subtitle{margin-top:5px;font-size:20px;line-height:120%;color:#e1e5ee}.b-compare-info-with-button__subtitle--small{max-width:460px;font-size:18px;font-weight:600}.b-compare-info-with-button__subtitle--directions{max-width:460px}.b-compare-info-with-button__subtitle--mastery-certificate{font-weight:bold;color:#fff;max-width:450px;font-size:24px}@media all and (max-width: 880px){.b-compare-info-with-button__subtitle{font-size:16px}}.b-compare-info-with-button__subtitle--system-filter{text-align:center;font-size:14px}.b-compare-info-with-button__subtitle--text-left{text-align:left}.b-compare-info-with-button__text{width:52%;z-index:2}@media all and (max-width: 760px){.b-compare-info-with-button__text.aos-init{transform:none;transition:none;opacity:1}}@media all and (max-width: 570px){.b-compare-info-with-button__text{padding:20px 20px 45px;background:#414e60;width:100%;z-index:-1;border-radius:0 0 10px 10px}}@media all and (max-width: 360px){.b-compare-info-with-button__text{margin-top:-20px}}@media all and (max-width: 570px){.b-compare-info-with-button{padding:20px 0 0;overflow:inherit;margin:0 10px 50px}}@keyframes fadeInBackground{from{width:127%}to{width:92%}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{position:relative;left:0;top:0;display:block}.slick-track::before,.slick-track::after{content:"";display:table}.slick-track::after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.b-compare-list{margin:20px -10px 0;padding:5px 0 25px;position:relative}.b-compare-list .slick-slide:focus{outline:none}.b-compare-list .snoska{display:inline-block;font-weight:600;color:#e72430}.b-compare-list__switcher{display:flex;align-items:center;margin:10px 0 35px;font-size:20px;border:1px solid #e1e5ee;border-radius:10px;padding:3px;width:max-content}@media(max-width: 970px){.b-compare-list__switcher{margin-left:10px}}.b-compare-list__switcher-item{cursor:pointer;padding:18px 26px;font-weight:400;font-size:14px;color:#676b77}.b-compare-list__switcher-item--active{border:1px solid #414e60;background-color:#414e60;border-radius:10px;color:#fff;font-weight:600}.b-compare-list__switcher-icon{position:relative;margin:5px 15px;width:45px;height:12px;border-radius:6px;background-color:#ececec;cursor:pointer}.b-compare-list__switcher-icon::before{content:"";display:block;position:absolute;top:-7px;width:25px;height:25px;border-radius:50%;background-color:#e72430}.b-compare-list__switcher-icon--type_system::before{left:0}.b-compare-list__switcher-icon--type_product::before{right:0}.b-compare-list__no-items-text{padding:0 15px}.b-compare-list__no-items-text-info{margin:50px 0 0}.b-compare-list__field-title{width:100%;position:absolute;z-index:0;left:0;box-sizing:border-box;padding-top:21px;margin-left:20px;padding-bottom:6px;color:#1f1f1f;font-weight:700;font-size:14px;border-bottom:1px solid #e1e5ee}.b-compare-list__field-title--hover{background-color:#f5f6fa}.b-compare-list__field-title:hover{background-color:#f5f6fa}.b-compare-list__group-wrapper{border-bottom:1px solid #e1e5ee}.b-compare-list__group-list,.b-compare-list__group-parent-list{display:none;margin-top:15px}.b-compare-list__group-list--visible,.b-compare-list__group-parent-list--visible{display:flex !important}.b-compare-list__group-list .slick-arrow,.b-compare-list__group-parent-list .slick-arrow{position:absolute;top:7px;height:50px;width:50px;background:linear-gradient(90deg, rgba(255, 255, 255, 0.4), white 50%);font-size:0;cursor:pointer}.b-compare-list__group-list .slick-arrow::before,.b-compare-list__group-parent-list .slick-arrow::before{font:25px/1 FontAwesome;color:#fff}.b-compare-list__group-list .slick-arrow:focus,.b-compare-list__group-parent-list .slick-arrow:focus{outline:none}.b-compare-list__group-list .slick-arrow.slick-disabled,.b-compare-list__group-parent-list .slick-arrow.slick-disabled{display:none !important;background-color:#cacaca;cursor:default}.b-compare-list__group-list .slick-arrow.slick-disabled::before,.b-compare-list__group-parent-list .slick-arrow.slick-disabled::before{color:rgba(0,0,0,.4)}.b-compare-list__group-list .slick-arrow.slick-prev,.b-compare-list__group-parent-list .slick-arrow.slick-prev{border-left:none;height:50px;width:50px;background:linear-gradient(90deg, white, rgba(255, 255, 255, 0.4) 50%);position:absolute;z-index:10}.b-compare-list__group-list .slick-arrow.slick-prev::before,.b-compare-list__group-parent-list .slick-arrow.slick-prev::before{content:"";background-image:url("/img/icons/pagination-prev.svg");position:absolute;left:0;width:20px;height:20px;bottom:12px;color:#e72430}.b-compare-list__group-list .slick-arrow.slick-next,.b-compare-list__group-parent-list .slick-arrow.slick-next{right:0;border-right:none}.b-compare-list__group-list .slick-arrow.slick-next::before,.b-compare-list__group-parent-list .slick-arrow.slick-next::before{position:absolute;right:10px;width:20px;height:20px;content:"";background-image:url("/img/icons/pagination-next.svg");bottom:14px;color:#e72430}@media(max-width: 479px){.b-compare-list__group-list .slick-slide,.b-compare-list__group-parent-list .slick-slide{height:auto}.b-compare-list__group-list .slick-track,.b-compare-list__group-parent-list .slick-track{display:flex;flex-wrap:nowrap;align-items:stretch}}.b-compare-list__group-parent-list{margin-top:0;display:flex;border-bottom:0 solid #e1e5ee}.b-compare-list__group-parent-title{font-size:18px}.b-compare-list__group,.b-compare-list__group-parent{box-sizing:border-box;display:none !important;flex-direction:column;justify-content:space-between;color:#9497a3;cursor:pointer;font-weight:400;font-size:16px;margin-right:25px}.b-compare-list__group--visible,.b-compare-list__group-parent--visible{display:flex !important}.b-compare-list__group--active,.b-compare-list__group-parent--active{color:#e72430;cursor:default;font-weight:600}.b-compare-list__group--active>.b-compare-list__group--border-bottom,.b-compare-list__group--active>.b-compare-list__group-parent--border-bottom,.b-compare-list__group-parent--active>.b-compare-list__group--border-bottom,.b-compare-list__group-parent--active>.b-compare-list__group-parent--border-bottom{width:100%;height:3px;background-color:#e72430;border-radius:90px;border:1px solid #e72430;display:flex !important}.b-compare-list__group-count--active{color:rgba(0,0,0,.4)}.b-compare-list__group-count{opacity:.5;color:rgba(0,0,0,.4);margin-left:5px}.b-compare-list__filter-and-clear{margin:20px 0 44px;padding:0 15px;padding-left:30px;box-sizing:border-box;display:flex;align-items:center}@media(max-width: 800px){.b-compare-list__filter-and-clear{margin-left:15px}}.b-compare-list__select-wrap{position:relative;margin-right:30px;display:flex}@media(max-width: 560px){.b-compare-list__select-wrap{margin-right:10px;font-size:13px}}.b-compare-list__parameters-select{width:100%;position:relative;background-color:transparent;border:1px solid #ececec;border-radius:2px;padding:4px 40px 4px 8px;flex-shrink:0;font-size:14px;appearance:none;z-index:1}.b-compare-list__parameters-select:focus{outline:none}.b-compare-list__parameters-select::-ms-expand{display:none}.b-compare-list__parameter-checkbox{appearance:none;display:none}.b-compare-list__parameter-label{position:relative}.b-compare-list__parameter-label::before{content:"";position:absolute;top:0;left:-30px;width:24px;height:24px;border:1px solid #e1e5ee;border-radius:6px;background:#fff}.b-compare-list__parameter-label::after{content:"";position:absolute;top:0;left:-30px;width:24px;height:24px;border:1px solid #e1e5ee;border-radius:6px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAALCAYAAABPhbxiAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABRSURBVHgBpdLRCQAgCATQRmiERmmTVmmzRmkUMygIMTxLuA/BBwqG4CgiKpzGiV60K7+g+oe46SsJRgckic315rDE8E0KttEFY0jBODow9BUDjXLIl2CBWlIAAAAASUVORK5CYII=) no-repeat center}.b-compare-list__parameter-checkbox:checked+.b-compare-list__parameter-label::before{background-color:red}.b-compare-list__clear-list{cursor:pointer;display:flex;align-items:center;color:#e72430;font-weight:600}.b-compare-list__clear-list span{margin-left:10px}.b-compare-list__item-name{margin-top:auto;margin-right:auto;font-weight:700}.b-compare-list__list{visibility:hidden;position:absolute;top:-600%;width:100%;z-index:-1}.b-compare-list__list--active{visibility:visible;position:relative;z-index:1;display:flex;box-sizing:border-box;padding:0 5px}.b-compare-list__item-slider-general{width:50%;flex-shrink:0;white-space:nowrap;overflow:hidden;position:relative;z-index:1}@media screen and (max-width: 768px){.b-compare-list__item-slider-general{overflow:initial;min-width:210px}}.b-compare-list__item-slider-general .slick-dots{display:none !important}.b-compare-list__item-slider-general .slick-arrow{position:absolute;top:140px;font-size:0;cursor:pointer;z-index:10;width:60px;height:60px;border:1px solid #e72430;border-radius:10px;background-color:#e72430}.b-compare-list__item-slider-general .slick-arrow::before{font:18px/1 FontAwesome;font-weight:normal;color:#fff;padding:5px 10px;display:inline-block;background-position:center}.b-compare-list__item-slider-general .slick-arrow:focus{outline:none}.b-compare-list__item-slider-general .slick-arrow.slick-disabled{display:none !important;cursor:default}.b-compare-list__item-slider-general .slick-arrow.slick-disabled::before{color:#ececec}.b-compare-list__item-slider-general .slick-arrow.slick-prev{left:0}.b-compare-list__item-slider-general .slick-arrow.slick-prev::before{content:"";width:20px;height:20px;transform:rotate(180deg);background-image:url("/img/icons/arrow-white.png")}.b-compare-list__item-slider-general .slick-arrow.slick-next{right:0}.b-compare-list__item-slider-general .slick-arrow.slick-next::before{content:"";width:20px;height:20px;background-image:url("/img/icons/arrow-white.png")}@media(max-width: 510px){.b-compare-list__item-slider{overflow:visible}.b-compare-list__item-slider .slick-dots{position:absolute;top:-34px;left:50%;transform:translate(-50%, 0);display:flex !important}.b-compare-list__item-slider .slick-dots li{font-size:12px;color:#e1e5ee}.b-compare-list__item-slider .slick-dots li button{font-size:0;width:5px;height:5px;margin-right:5px}}.b-compare-list__item-slider--second-fixed{position:relative}@media screen and (min-width: 768px){.b-compare-list__item-slider--second-fixed .slick-arrow{font-size:13px;display:flex;flex-direction:column;justify-content:center;align-items:center;line-height:1.2;color:#fff}}.b-compare-list__item-slider--first-fixed{display:flex;align-items:flex-end;padding:15px 0;font-weight:600}.b-compare-list__item{width:100%;display:inline-block;vertical-align:top;box-sizing:border-box;white-space:normal;font-size:14px}.b-compare-list__slide-counter{display:block !important;position:absolute;top:-30px;font-size:12px;color:#676b77;margin-right:48%;width:max-content}@media(min-width: 510px){.b-compare-list__slide-counter{display:none}}.b-compare-list__slide-counter--fixed{position:absolute;right:20px;top:15px;font-size:12px;color:#676b77;font-weight:400}.b-compare-list__slide-counter--fixed-first-slider{left:0;margin-left:37%}@media(min-width: 510px){.b-compare-list__slide-counter--fixed{display:none}}.b-compare-list__slide-counter--first{left:26%;transform:translate(-47%, 0)}.b-compare-list__slide-counter--second{left:75%;transform:translate(-50%, 0)}.b-compare-list__item-img-wrap{text-align:center;padding:20px 0;margin-top:10px;height:130px}.b-compare-list__item-img-wrap img{max-width:100%;max-height:130px;display:inline-block}@media(max-width: 510px){.b-compare-list__item-img-wrap img{max-width:85%}}.b-compare-list__item-img-wrap--fixed{height:113px}.b-compare-list__item-img-wrap--fixed img{max-height:110px}@media(max-width: 768px){.b-compare-list__item-img-wrap--fixed{height:auto;margin-top:0;padding:0}.b-compare-list__item-img-wrap--fixed img{max-width:40px;width:100%}}.b-compare-list__list-fixed-wrap{position:fixed;padding-top:20px;padding-bottom:20px;height:220px;top:0;z-index:2;width:100%;left:0;background-color:#fff;box-shadow:rgba(100,100,111,.2) 0 7px 29px 0;opacity:0;pointer-events:none;overflow:hidden}@media screen and (max-width: 956px){.b-compare-list__list-fixed-wrap{top:85px}}@media screen and (max-width: 768px){.b-compare-list__list-fixed-wrap{height:auto;padding-top:0;padding-bottom:0}}@media screen and (max-width: 560px){.b-compare-list__list-fixed-wrap{top:70px}}.b-compare-list__list-fixed{display:flex;max-width:1200px;margin:0 auto}@media screen and (max-width: 768px){.b-compare-list__list-fixed{padding-left:35px;padding-right:35px}}@media screen and (max-width: 760px){.b-compare-list__list-fixed{padding-left:10px;padding-right:10px}}.b-compare-list__list-fixed .slick-arrow{top:50%;width:42px;height:42px}.b-compare-list__list-fixed .slick-arrow::before{width:24px;height:24px}.b-compare-list__item-wrap{height:370px}@media screen and (max-width: 768px){.b-compare-list__item-wrap{height:300px}}.b-compare-list .b-prodcard__icon--drawing{background:url(/img/icons/drawing.svg) no-repeat center}.b-compare-list__item-cart{top:0;display:flex;flex-direction:column;align-items:center;justify-content:space-around;position:relative;height:275px;border:1px solid #e1e5ee;border-radius:10px;padding:8px;margin-right:10px;margin-left:10px;margin-bottom:20px}.b-compare-list__item-cart--no-border{border-color:transparent;padding:0}@media screen and (max-width: 768px){.b-compare-list__item-cart{height:235px}}.b-compare-list__item-drawing{max-width:200px;position:relative}.b-compare-list .b-prodcard__tooltip-text{max-width:200px}.b-compare-list__item-cart-count-wrap{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 768px){.b-compare-list__item-cart-count-wrap{width:100%;padding-bottom:10px;padding-right:40px}}.b-compare-list__drawing-popup{width:330px;border-radius:10px;background-color:#fff;padding:24px;box-shadow:0 0 20px rgba(0,0,0,.08);position:relative;border:1px solid #f5f6fa;z-index:1;left:0;right:auto;max-width:98%}.b-compare-list__drawing-popup img{display:inline-block !important}.b-compare-list__drawing-popup-item a{color:#000;font-size:16px;margin-right:20px}.b-compare-list__count-label{display:none;font-size:12px;line-height:130%;color:#676b77}@media screen and (max-width: 768px){.b-compare-list__count-label{display:initial}}.b-compare-list__item-cart--fixed{height:170px;margin-left:0;margin-right:0;border:none;border-left:1px solid #e1e5ee;border-radius:0}@media screen and (max-width: 768px){.b-compare-list__item-cart--fixed{align-items:flex-start;height:auto;padding:10px;margin-bottom:0}}.b-compare-list__item:first-child .b-compare-list__item-cart--fixed{border:none}.b-compare-list__item-field{position:relative;padding:20px 10px;min-height:76px;cursor:pointer;border-bottom:1px solid #e1e5ee}.b-compare-list__item-field:nth-child(2n){background:#f5f6fa}.b-compare-list__item-field.disabled b{color:#676b77}.b-compare-list__item-remove{position:absolute;top:10px;right:10px;cursor:pointer;display:block;width:18px;height:25px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAVvSURBVHgB1VlLbxtVFD53Zvxs7IyTPpTiSnZpuwCpCYJFKyrVhi1VW6qy47WJ1FUQfyDhD1CyQ91UhWWFGokKNgW7UhFskBwkuiiIMUmIaZrE78fYnrmcM3Es20mcO7Zr0m+ReObO+H4+9zy+ey6DHqFpmgrKyJTEpMtMkkKcwxQAV3FIbTySAWBJxiBjGOZDADMePnEkDj2CgU1oy88iRA4Y+8jtVFSHUwaX0wFORQZJZiCxra80kXm9bkLdMKFWq0NFr4NerWcY8AWDG/Ph4NGEnXmFiRJBWVZmkUfEd8gNvhFXk5QoiDQRzuXLYJg8buiVj8PhiSQMArTES6vpm8upNM8VKnxQyBd1/s+/Gb60unFT09Lqfjy6mkRLpUKS6Yr5R1whv89j24L7gSycResWS9WkWdWj3ay758zayhoGihILjHpV3yEXPE/kCjpkcqWkyetX9/JdthdJWXLEjoyNqG6XAsNAtWbA0/V8xjBr0d3ISp03rOVmyr1jh31DI0lwOmQgw9Aqaloq1DneRpQCh3wSlztELw4bZBjV71UlpyvWGWBtRGWXOnvI6ww9b5/sBgxcwPlDssucbb3f9FFacifzaEcP+0CRJbCLlZUUlMrltntejweCwQmwC9PksLqWxYJRj25Xs6YTytx92+/39ETy8/lb8OSPv3Ydezv6Jly/dgnsQJIYWtaDqatEVo03iW5FOYuMeJ1gFz//8qtF8q3oBTjRYb3Fxd/hh9hPMHn2VThz+iTYAblArlCOUEUkq1pEJSbPUELvBU/+3LLke9fe2TF25tRJSPz22PohdokSqFSns6Ur+DHeWHp2RSQVlcoV+DH2qO3eMvom4f53D3Z5fstniWjruMfjRpe4APsTdVHl+hAzwJxCpiUVJOKbGxvpXQntRXQbRLTTh8+fewODzQ3dQL7qQm5lU59i2vLGXGDUMzsquPSlUgXuf//AsuynM9MwPhYQeo9c5M7Xd+HG9Ptw+tTL4PW6hd7DpUerVuYVWZYuOhziFYgm2LYEkRwfFyM6vrn1nAdTlihJArlktshCEiouVVHsp6RhgYyI7CaJYaiX3NkJcoW733zbvP7y1leYmh5Bv2hIS1Wy/gxAZ1IaSiw+brteaWSEfkABBQ2iLwSIaIY2YgcVVPcRGYkTUfPgEqXtCiJJFk2Quj6oMAwDcMHRoib/u1qtQb+wmx9FQUbEFPoQM725UK0aM9AnSJRsbKab1zemP4DgS/a1aCeoD0BdFgXqSqKCHQwMqL7SFFWo1io1efYV6Bfkn9RdIZknhcMBCqY7+UJF+Av2ExODgq7XcAvCFuhzo8ibC9i5mBEVJsHgces/Kfvz514XeocENkFUxBBQjIDBYZ4+N9d6aXUzpvo9Vl9JBCTrukm7TlCgXX/3kvAPK5Z0WE+X4qHgWLSNKOlSRVFix4+N2mrdkEYVgajKIpBvrq3noVrmYXTN5I4HUJt+sZkt8v8b6+kCJy6t3NprfV2ayxf0ZL4oHliDBsaK1TQjLq3324haGUBi0XS2nNGt/DVcUHJHRY+dPRYlLq1jO9RTeCJAXbXos81CZpilFfMl+SXmc3Z1N7/cr+14D/dTIdFM0CtoudGSRBI7eQHxtuM2tFQaG7k8Rv0oyrGD2Am0guRlNlcmotvLndzr2a4zW25QZa9hgM1TukAnh0GBrLj6NGvtMGmObiQJ4ocNaF1m8NsORYqQdV24O7RrYbIglWoiaRg8zrnxmeiRjv3jG/RdbKl9gkXhMjUuiDD1UhU8vsGtd9vxDQly6+gGA6VWNcASP6grqGTbPXPqa1dH1Qy9J8IYu4iXKnIMQcuBGLcOxSBBmpfIkVLrTDui+A+8f1iF0NOB5gAAAABJRU5ErkJggg==) no-repeat center;padding:20px;border:1px solid #e1e5ee;border-radius:50px}@media(max-width: 410px){.b-compare-list__item-remove{background-size:90%;padding:15px;border:none}}.b-compare-list__item-title{display:block;font-weight:600;text-decoration:none;color:#000;padding:20px 16px;margin-top:16px}.b-compare-list__item-title--fixed{margin-top:0}@media screen and (max-width: 768px){.b-compare-list__item-title--fixed{padding:0}}@media screen and (max-width: 480px){.b-compare-list__item-title--fixed{font-size:12px}}.b-compare-list__clear-all{margin-top:30px;display:flex;justify-content:flex-end}@media screen and (max-width: 768px){.b-compare-list__clear-all{justify-content:center}}.b-compare-list__clear-all-btn{padding:19px 40px;border:1px solid #e72430;border-radius:10px;background-color:#fff;color:#e72430;font-size:16px;font-weight:600;cursor:pointer}@media screen and (max-width: 480px){.b-compare-list__clear-all-btn{width:100%;text-align:center}}.b-compare-list__clear-all-btn:hover{background-color:#e72430;color:#fff}@media(max-width: 479px){.b-compare-list__group{white-space:normal}.b-compare-list__group-count{padding-left:5px}}@media(max-width: 800px){.b-compare-list__group-list,.b-compare-list__group-parent-list{margin-left:20px;margin-right:10px}}@media(min-width: 970px){.b-compare-list{margin:0;padding:20px 0 50px}.b-compare-list__field-title--show{padding:25px 20px}.b-compare-list__filter-and-clear{margin:25px 0 44px;padding-left:30px;display:flex;justify-content:space-between}.b-compare-list__no-items-text{padding:0 20px}.b-compare-list__item-slider--first{width:25%}.b-compare-list__item-slider--first-fixed{width:25%;height:auto;padding:20px}}@media screen and (min-width: 970px)and (max-width: 768px){.b-compare-list__item-slider--first-fixed{padding:0}}@media(min-width: 970px){.b-compare-list__item-slider--second{width:75%}.b-compare-list__item-slider--second .b-compare-list__item{width:33.3%}}@media(min-width: 970px){.b-compare-list__item-slider--second-fixed{width:75%}.b-compare-list__item-slider--second-fixed .b-compare-list__item{width:33.3%}}@media(min-width: 970px){.b-compare-list__item-slider.slick-dotted.slick-slider{margin-bottom:0}}@media(min-width: 970px){.b-compare-list__list{padding:0 10px}}@media(min-width: 1280px){.b-compare-list__item-slider--first,.b-compare-list__item-slider--first-fixed{width:20%}.b-compare-list__item-slider--second{width:80%}.b-compare-list__item-slider--second .b-compare-list__item{width:20%}.b-compare-list__item-slider--second-fixed{width:80%}.b-compare-list__item-slider--second-fixed .b-compare-list__item{width:20%}.b-compare-list--podbor .b-compare-list__item-slider--second .b-compare-list__item{width:calc(100% / 3)}}.b-compare-list__ps.ps-container>.ps-scrollbar-x-rail{opacity:1}.b-compare-list__ps.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{z-index:1;top:8px;background-color:#e72430}.b-compare-list__ps--fixed.ps-container>.ps-scrollbar-x-rail{opacity:0}.b-compare-list__snoska-container{box-sizing:border-box;display:none;padding:10px}.b-compare-list__snoska-container--active{display:block}.b-compare-list__chars{display:none;margin-top:40px}.b-compare-list__chars--active{display:block}.b-compare-list__chars-item{margin-top:30px}@media(max-width: 800px){.b-compare-list__chars-item{margin-top:20px}}.b-compare-list__chars-note h3{margin:20px 0 10px;font-size:14px;font-weight:bold}.b-compare-list__chars-note p{font-size:14px}.b-compare-list__snoska{margin-bottom:10px;font-size:14px}.b-compare-list__snoska:last-child{margin-bottom:0}.b-compare-list__snoska a{color:#156ce1}.b-compare-list__snoska-title{margin:20px 0 10px;font-size:14px;font-weight:bold}.b-compare-list__buttons{display:flex;gap:20px}@media(max-width: 560px){.b-compare-list__buttons{flex-direction:column;font-size:13px}}.b-compare-list__pdf{display:flex;gap:7px;padding:15px 30px;white-space:nowrap}.b-compare-list__pdf--disable{cursor:default;border-color:#e72430c2}.b-compare-list__pdf--disable span{opacity:.7}@media(max-width: 560px){.b-compare-list__pdf{padding:7px 10px;border-radius:5px;font-size:13px}}.b-compare-list__pdf .b-tooltip__text{font-size:12px;min-width:200px;text-align:left;z-index:11;padding:15px;white-space:normal;opacity:1}@media(max-width: 768px){.b-compare-list .b-prodcard__print-wrap{padding:5px 15px}}@media(max-width: 768px){.b-compare-list .b-prodcard__print-title{font-size:14px}}.b-compare-list .red{color:#e72430;font-size:16px;font-weight:bold}
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}
/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}
/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.ps {
    position: relative;
}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-add-remove-favourite{cursor:pointer;color:#676b77;border:1px solid #babeca;border-radius:50%;background:#fff;width:32px;height:32px}.b-add-remove-favourite .add-to-favourites{width:100%;height:100%;position:relative;opacity:1;display:flex;align-items:center;justify-content:center}.b-add-remove-favourite .add-to-favourites span{display:none;position:absolute;background-color:#ececec;border:1px solid #e72430;padding:5px;top:-40px;transform:translateX(-50%);left:0;width:245px;text-align:center;z-index:1}.b-add-remove-favourite .add-to-favourites span::after{content:"";position:absolute;border:20px solid transparent;border-bottom:30px solid #fff;top:-30px;right:0}.b-add-remove-favourite .add-to-favourites--remove:hover span{display:block}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-choose-location__countries{border-bottom:1px solid #e1e5ee;margin-top:25px;display:flex}.b-choose-location__countries .slick-list{width:100% !important}.b-choose-location__countries .slick-track{margin-left:0 !important}.b-choose-location__countries .slick-arrow{position:absolute;top:0;height:43px;width:62px;background:linear-gradient(90deg, rgba(255, 255, 255, 0.4), white 50%);font-size:0;cursor:pointer}.b-choose-location__countries .slick-arrow::before{font:25px/1 FontAwesome;color:#fff}.b-choose-location__countries .slick-arrow:focus{outline:none}.b-choose-location__countries .slick-arrow.slick-disabled{display:none !important;background-color:#cacaca;cursor:default}.b-choose-location__countries .slick-arrow.slick-disabled::before{color:rgba(0,0,0,.4)}.b-choose-location__countries .slick-arrow.slick-prev{border-left:none;background:linear-gradient(90deg, white, rgba(255, 255, 255, 0.4) 50%);position:absolute;z-index:2}.b-choose-location__countries .slick-arrow.slick-prev::before{content:"";background-image:url("/img/icons/pagination-prev.svg");position:absolute;left:0;width:20px;height:20px;bottom:23px;color:#e72430}.b-choose-location__countries .slick-arrow.slick-next{right:0;border-right:none}.b-choose-location__countries .slick-arrow.slick-next::before{position:absolute;right:10px;width:20px;height:20px;content:"";background-image:url("/img/icons/pagination-next.svg");bottom:23px;color:#e72430}.b-choose-location__country{width:auto !important;margin-right:65px}.b-choose-location__country-label{display:block;cursor:pointer;position:relative;letter-spacing:.05em;padding-bottom:14px;color:#676b77;border-bottom:3px solid transparent}.b-choose-location__country-label--current{color:#e72430;border-color:#e72430}.b-choose-location__country-input,.b-choose-location__city-input{position:absolute;top:0;left:0;width:0;height:0;opacity:0;overflow:hidden}.b-choose-location__country-input--suggestion,.b-choose-location__city-input--suggestion{width:100%;height:30px}.b-choose-location__cities{position:relative;margin-left:-15px}@media print,screen and (min-width: 48em){.b-choose-location__cities{height:400px}}.b-choose-location__cities-wrap{column-count:1;padding:15px 0}@media print,screen and (min-width: 48em){.b-choose-location__cities-wrap{column-count:2}}@media print,screen and (min-width: 64em){.b-choose-location__cities-wrap{column-count:3}}.b-choose-location__cities-main{padding-bottom:40px;font-weight:600;position:relative}.b-choose-location__cities-main::after{content:"";display:block;width:calc(100% - 30px);border-bottom:1px solid #e6e6e6;position:absolute;bottom:20px;left:50%;transform:translateX(-50%)}.b-choose-location__cities-alphabet-symbol{display:inline-block;padding:7px 15px;font-weight:600;font-size:16px;color:#e72430}.b-choose-location__no-break{break-inside:avoid-column}.b-choose-location__city-label{display:inline-block;align-items:center;cursor:pointer;letter-spacing:.05em;padding:7px 15px}.b-choose-location__city-label:hover{color:#e72430}.b-choose-location__city-label--current{border-radius:20px;background-color:rgba(231,36,48,.1);color:#e72430}.b-choose-location__city-label--current::after{content:"";margin-left:10px;vertical-align:middle;display:inline-block;width:15px;height:15px;background:url("/img/icons/check-red.svg") no-repeat center;background-size:contain}.b-choose-location__city-search{position:relative;width:100%;border-radius:10px}.b-choose-location__search-input-wrap{position:relative}.b-choose-location__search-input-wrap::before{content:"";background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFdSURBVHgBxZPJcYMwGIUFZnzGFYQS0kFIBSnBwLBc3QFQQo7AAeggJeAOXALpgDNr3u9IGbMMOJnM+M2IRRLf/yQ9GPsnSWuDaZqqdV2/SZKkDsNQ4V66rnu+G0SAtm19PJ6mYwCWsiwHtm3nt/3yAkQD5ILqBl4DRVEOjuNI1ND/ir4CsCyKomDVUZIkJSADHnVU/WQLwhxyGwCoi6WOHKHKEbenNQgJ7kJyhpYtLg1rN2jCGkQIbgI41+I4fpmBaIBX2tTPkmRZm4FQRWW/l7rkqOq67nDP13S63FG55Ohjt9sdKUdbIAT1ujd9319mIGTmnQ/6bMMNnISUJ3EwI5BpmpShAqDTNHBCdEoIZkFZo4SL/lEgRdDY98np/HegJJd8is4bgYzbmEhTCNyEnucFZL9pGh8fPPNYVATEHmaWZeVTp1cQJRqVMwFhf5BCl/1+f0Y1A9HP2aP1BV76spkMH0aMAAAAAElFTkSuQmCC) no-repeat center;background-size:contain;width:20px;height:20px;position:absolute;top:33%;left:25px;transform:scale(-1, 1)}.b-choose-location__search-str{box-sizing:border-box;width:100%;padding:13px 59px 10px;border:1px solid #bfbfbf;border-radius:10px;height:60px;background-color:#fefefe}.b-choose-location__city-suggestions{margin-top:10px;border:1px solid #bfbfbf;background:#fefefe;z-index:20;max-height:120px;min-width:100%;overflow-y:scroll;position:absolute;top:100%;left:0}.b-choose-location__city-suggestion{cursor:pointer;line-height:20px;padding:5px 10px}.b-choose-location__city-suggestion:hover{color:#e72430}.b-choose-location__cities-submit{display:flex;justify-content:center;margin-top:35px}.b-choose-location__cities-submit span{border:1px solid #e72430;background-color:#e72430;border-radius:10px;color:#fefefe;padding:19px 40px;font-size:16px;font-weight:600;cursor:pointer}@media screen and (max-width: 970px){.b-choose-location .b-modal__content{padding-bottom:50px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-contacts-app{font-family:ProximaNova,serif;padding:100px 0 30px}.b-contacts-app__title{font-weight:700;font-size:24px}@media screen and (max-width: 560px){.b-contacts-app__title{font-size:18px}}.b-contacts-app__section-title{display:none;margin-left:17px;margin-right:17px;font-size:24px;line-height:28px}@media(min-width: 970px){.b-contacts-app__section-title{display:block;margin-left:55px;margin-right:55px}}.b-contacts-app__city-and-search{position:relative}@media(min-width: 970px){.b-contacts-app__city-and-search{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center}}.b-contacts-app__geo{position:relative;text-align:left;color:#414e60;font-weight:600;border-bottom:1px dashed #414e6052}.b-contacts-app__geo-title{font-size:16px;font-weight:600;position:relative}.b-contacts-app__current-location{font-size:16px;display:inline-block;cursor:pointer;vertical-align:top}.b-contacts-app__working-info{border:1px solid #e1e5ee;border-radius:10px;padding:20px;display:flex;align-items:center;flex-wrap:wrap;margin:40px 0 10px;width:fit-content}@media(max-width: 560px){.b-contacts-app__working-info{margin-top:30px}}.b-contacts-app__working-text{font-size:14px;color:#676b77;margin-left:65px}@media(max-width: 560px){.b-contacts-app__working-text{width:100%;max-width:initial;margin:15px 0 0}}.b-contacts-app__working-text span{display:inline-block;max-width:253px}.b-contacts-app__popup{border-radius:10px;box-sizing:border-box;position:absolute;bottom:100%;left:50%;transform:translateX(-50%);margin-bottom:15px;box-shadow:3px 3px 10px 0 #bfbfbf;z-index:10;width:250px;color:#000;font-size:14px;line-height:18px;letter-spacing:.02em}.b-contacts-app__popup::before{content:"";display:block;width:15px;height:15px;background-color:#fff;transform-origin:center;transform:rotate(45deg) translateY(50%);position:absolute;bottom:0;left:calc(50% - 5px);box-shadow:3px 3px 10px 0 #bfbfbf;z-index:5}.b-contacts-app__popup-wrap{border-radius:10px;padding:14px 18px;background-color:#fff;position:relative;z-index:10;text-align:left}.b-contacts-app__popup-wrap b{display:inline-block;margin-bottom:8px}@media(max-width: 969px){.b-contacts-app__popup-wrap{font-size:16px}}.b-contacts-app__popup-close{padding:7px;position:absolute;top:0;right:0;cursor:pointer;font-size:25px;line-height:15px}.b-contacts-app__popup-link{display:inline-block;color:#e72430;text-decoration:none;padding-bottom:2px;border-bottom:1px dashed #e72430;cursor:pointer;margin:5px 0}@media(min-width: 401px){.b-contacts-app__search{display:flex;justify-content:center}}@media(min-width: 970px){.b-contacts-app__search{flex-grow:1;justify-content:flex-end;margin-left:65px}}.b-contacts-app__search-input-wrap{position:relative;width:100%;margin-right:5px;flex-grow:1}.b-contacts-app__search-input-wrap::before{content:"";width:25px;height:25px;background-image:url(/img/search.png);position:absolute;top:28%;left:25px}@media(max-width: 560px){.b-contacts-app__search-input-wrap::before{display:none}}@media(max-width: 400px){.b-contacts-app__search-input-wrap{margin-bottom:10px}}.b-contacts-app__search-input{border:1px solid #e1e5ee;box-sizing:border-box;border-radius:10px;padding-left:59px;padding-right:35px;width:100%;line-height:28px;height:60px;background-color:#fff;color:#9497a3;font-size:16px}.b-contacts-app__search-input::placeholder{color:#9497a3}@media(max-width: 560px){.b-contacts-app__search-input{padding-left:20px;height:50px}}.b-contacts-app__search-clear{padding:10px;position:absolute;top:0;right:0;cursor:pointer;font-size:25px;line-height:15px}.b-contacts-app__search-btn{background:#e72430;color:#fff;box-sizing:border-box;padding:0 15px;line-height:30px;border-radius:2px;border:none}@media(max-width: 400px){.b-contacts-app__search-btn{width:100%}}.b-contacts-app__specialists{margin:20px 0 30px}.b-contacts-app__specialists-list{display:flex;flex-flow:row wrap;margin-right:-0.625rem;margin-left:-0.625rem}@media print,screen and (min-width: 48em){.b-contacts-app__specialists-list{margin-right:-0.625rem;margin-left:-0.625rem}}@media print,screen and (min-width: 64em){.b-contacts-app__specialists-list{margin-right:-0.625rem;margin-left:-0.625rem}}@media screen and (min-width: 80em){.b-contacts-app__specialists-list{margin-right:-0.625rem;margin-left:-0.625rem}}.b-contacts-app__specialists-list-item{flex:0 0 auto;width:calc(100% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem;margin-bottom:20px}@media print,screen and (min-width: 48em){.b-contacts-app__specialists-list-item{flex:0 0 auto;width:calc(50% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem}}@media screen and (min-width: 80em){.b-contacts-app__specialists-list-item{flex:0 0 auto;width:calc(33.3333333333% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem}}.b-contacts-app__spinner{width:100%;box-sizing:border-box;padding:20px 40px}.b-contacts-app__specialists-more{margin:0 auto;width:max-content;padding:19px 40px;border:1px solid #e72430;border-radius:10px;color:#e72430;font-weight:600;font-size:16px;cursor:pointer}.b-contacts-app__specialists-more:hover{background-color:#fff}.b-contacts-app__specialists-pagination{margin-top:20px;display:flex;justify-content:center;position:relative}.b-contacts-app__specialists-pagination-span{display:flex;justify-content:center;align-items:center;width:50px;height:50px;border-radius:10px;border:1px solid #e1e5ee;color:#000;font-size:16px;margin-right:10px;cursor:pointer;background-color:#fff}.b-contacts-app__specialists-pagination-span:not(.b-contacts-app__specialists-pagination-span--current):hover{color:#fff;border:1px solid #e72430;background-color:#e72430}.b-contacts-app__specialists-pagination-span--current{border:1px solid #e72430;background-color:#e72430;color:#fff}@media(max-width: 648px){.b-contacts-app__specialists-pagination-span{width:40px;height:40px}}@media(max-width: 768px){.b-contacts-app__specialists-pagination{margin-bottom:85px}}.b-contacts-app__specialists-pagination-prev{position:relative;cursor:pointer}.b-contacts-app__specialists-pagination-prev::before{position:absolute;content:"";background-image:url("/img/icons/pagination-prev.svg");background-size:cover;width:25px;height:20px;font:30px/1 FontAwesome;color:#e72430;top:11px;left:-36px}.b-contacts-app__specialists-pagination-prev--disabled{display:none}.b-contacts-app__specialists-pagination-next{position:relative;cursor:pointer}.b-contacts-app__specialists-pagination-next::after{position:absolute;content:"";background-image:url("/img/icons/pagination-next.svg");background-size:cover;width:25px;height:20px;font:30px/1 FontAwesome;color:#e72430;top:11px;left:2px}.b-contacts-app__specialists-pagination-next--disabled{display:none}.b-contacts-app__technical-services-block{margin-left:20px;margin-right:20px;margin-bottom:30px}.b-contacts-app__technical-services-block h3{width:100%;font-size:20px;line-height:23px;text-align:center}@media(max-width: 600px){.b-contacts-app__technical-services-block h3{text-align:left}}@media(min-width: 970px){.b-contacts-app__technical-services-block{margin-left:48px;margin-right:48px}}.b-contacts-app__technical-services{display:flex;flex-wrap:wrap;justify-content:center;margin-right:-10px;margin-left:-10px}.b-contacts-app__technical-service{box-sizing:border-box;font-size:14px;line-height:16px;margin-bottom:10px;text-align:center;width:100%;padding:0 10px}.b-contacts-app__technical-service div{font-size:14px;line-height:17px;color:#898989;font-weight:bold;margin-bottom:5px}@media(max-width: 600px){.b-contacts-app__technical-service div{font-weight:normal}}.b-contacts-app__technical-service a{color:#e72430;text-decoration:none;font-size:11px;line-height:13px;font-weight:bold}.b-contacts-app__technical-service a:hover{text-decoration:underline}@media(max-width: 600px){.b-contacts-app__technical-service a{font-size:14px}}@media(min-width: 600px){.b-contacts-app__technical-service{width:33.3333%}}@media(min-width: 970px){.b-contacts-app__technical-service{width:20%}}@media(max-width: 600px){.b-contacts-app__technical-service{text-align:left}}@media(max-width: 600px){.b-contacts-app{padding:50px 0 30px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-contacts-call-form{max-width:590px;margin:0 auto;padding:40px;background:#fff;border-radius:10px;position:relative}@media screen and (max-width: 768px){.b-contacts-call-form{padding:30px 15px}}@media screen and (max-width: 500px){.b-contacts-call-form{border-radius:10px 10px 0 0}}.b-contacts-call-form__title.h2{font-weight:700;font-size:24px;margin:0 0 15px 0}@media screen and (max-width: 560px){.b-contacts-call-form__title.h2{font-size:18px}}.b-contacts-call-form__step{display:none}.b-contacts-call-form__step.active{display:block}.b-contacts-call-form__bottom{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-top:5px;width:100%}@media screen and (max-width: 768px){.b-contacts-call-form__bottom--one{flex-direction:column-reverse}}.b-contacts-call-form__submit{margin-right:20px;display:flex;min-width:200px}@media screen and (max-width: 768px){.b-contacts-call-form__submit{width:100%;box-sizing:border-box;margin:10px 0 0 0}}.b-contacts-call-form__message{margin:10px 25px 30px 0}.b-contacts-call-form .l-button{padding:21px 0;width:100%}.b-contacts-call-form__change{margin-right:20px;width:100%}.b-contacts-call-form__vote-submit{width:100%}.b-contacts-call-form__button--prev.l-button{padding:18px 0}.b-contacts-call-form .b-phone-mask__wrapper input{padding-left:50px}.b-contacts-call-form .b-services-conclusion-form .b-confirm [type=checkbox]:not(:checked)+label::before{opacity:.6}.b-contacts-call-form .b-confirm__checkbox+label{max-width:435px;margin:20px 0;padding-top:3px}.b-contacts-call-form .b-contacts-question-form .b-confirm .b-confirm__checkbox+label::before{margin-top:-3px}.b-contacts-call-form .b-form-in-page .form__field--cell-3{padding:0}.b-contacts-call-form .form__field--empty:not(.form__field-error)~.form__field-label{font-size:16px;top:50%}.b-contacts-call-form .form__field-label{padding:2px;background:#fff;top:-5px;left:20px}.b-contacts-call-form .b-form-in-page .form__field--cell-3{margin-bottom:10px}.b-contacts-call-form .form__field-text.error{border:1px solid #e72430}@media screen and (max-width: 500px){.mfp-contacts-form{position:fixed !important}.mfp-contacts-form .mfp-container{overflow:scroll;padding:0}.mfp-contacts-form .mfp-content{vertical-align:bottom}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-contacts-conclusion-form__top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px}@media screen and (max-width: 970px){.b-contacts-conclusion-form__top{display:none}}.b-contacts-conclusion-form__top--mobile{display:none}@media screen and (max-width: 970px){.b-contacts-conclusion-form__top--mobile{display:flex;flex-direction:column}}.b-contacts-conclusion-form h5{flex:1}.b-contacts-conclusion-form__langswitcher{display:flex;border:1px solid #e1e5ee;border-radius:10px;padding:3px;margin-left:25px}@media screen and (max-width: 970px){.b-contacts-conclusion-form__langswitcher{margin:0 0 10px 0;width:100%;max-width:320px}}.b-contacts-conclusion-form__lang{font-size:14px;padding:10px 26px;border-radius:10px;color:#676b77;cursor:pointer}@media screen and (max-width: 970px){.b-contacts-conclusion-form__lang{width:50%;text-align:center}}.b-contacts-conclusion-form__lang.active{background:#414e60;color:#fff;font-weight:600}.b-contacts-conclusion-form .l-input--error{background-color:#e724301a}@media screen and (max-width: 970px){.b-contacts-conclusion-form .b-services-questions__header{text-align:left;font-size:24px;max-width:85%;font-weight:800;line-height:130%}}.b-contacts-conclusion-form .b-confirm__checkbox.l-input--error+label::before{background-color:#fff4f4}.b-contacts-conclusion-form .form-success-message.hidden{display:none}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-contacts-filter__category-input,.b-contacts-filter__support-type-input,.b-contacts-filter__support-question-input{display:none}.b-contacts-filter__category-label,.b-contacts-filter__support-type-lavel,.b-contacts-filter__support-question-label{cursor:pointer}.b-contacts-filter__categories{padding-bottom:15px;border-bottom:2px solid #e72430}@media(min-width: 768px){.b-contacts-filter__categories{display:flex;border-bottom:none;padding-bottom:0}}.b-contacts-filter__category{text-align:center}@media(max-width: 767px){.b-contacts-filter__category--current{font-weight:bold;color:#e72430}}@media(min-width: 768px){.b-contacts-filter__category{width:10px;flex-grow:1;display:flex;align-items:center;justify-content:center;border-bottom:2px solid #e72430}.b-contacts-filter__category--current{border:2px solid #e72430;border-bottom:none;font-weight:bold}}.b-contacts-filter__category-label{display:inline-block;box-sizing:border-box;padding:15px 25px;cursor:pointer;font-size:18px;line-height:16px}.b-contacts-filter__support-types{display:flex;margin:40px 0 20px}.b-contacts-filter__support-questions{margin:20px 0 5px}.b-contacts-filter__support-questions .slick-slide{margin-right:10px}.b-contacts-filter__support-questions .ps__rail-x{visibility:hidden}@media(min-width: 970px){.b-contacts-filter__support-questions{display:flex;flex-wrap:wrap}}.b-contacts-filter__support-questions-title{width:100%;flex-shrink:0;margin-bottom:20px}.b-contacts-filter__support-questions-wrap{display:flex}@media(min-width: 970px){.b-contacts-filter__support-questions-wrap{flex-wrap:wrap}}.b-contacts-filter__support-question{margin-right:20px;margin-bottom:20px}.b-contacts-filter__support-question--firstWithSlick{position:absolute}@media(max-width: 969px){.b-contacts-filter__support-question{text-align:center;display:block;margin-right:10px;margin-bottom:10px}}.b-contacts-filter__support-question-icon{vertical-align:middle;margin-right:10px;max-height:25px}.b-contacts-filter__support-question-icon--hover{display:none}.b-contacts-filter__support-question-label{font-size:14px;cursor:pointer;padding:11px 20px 12px;box-sizing:border-box;border:1px solid #e1e5ee;line-height:25px;border-radius:60px;display:flex;justify-content:center;background-color:#fff;width:max-content;min-width:95px;color:#1f1f1f}.b-contacts-filter__support-question-label:hover,.b-contacts-filter__support-question-label--current{border-color:#e72430;background-color:#e72430;color:#fff;font-weight:600}.b-contacts-filter__support-question-label:hover .b-contacts-filter__support-question-icon--hover,.b-contacts-filter__support-question-label--current .b-contacts-filter__support-question-icon--hover{display:block}.b-contacts-filter__support-question-label:hover .b-contacts-filter__support-question-icon--non-hover,.b-contacts-filter__support-question-label--current .b-contacts-filter__support-question-icon--non-hover{display:none}@media(max-width: 969px){.b-contacts-filter__support-question-label{padding:10px 15px;text-align:left}}@media(max-width: 768px){.b-contacts-filter{margin-right:-15px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-contacts-question-form{max-width:860px;margin:0 auto;border-radius:10px;padding:37px 40px 40px}@media screen and (max-width: 560px){.b-contacts-question-form{padding:30px 15px}}.b-contacts-question-form__confidential{margin-top:10px;font-size:12px;color:#9497a3;max-width:510px}.b-contacts-question-form__title.h2{font-weight:700;font-size:24px;margin:0 0 10px 0}@media screen and (max-width: 560px){.b-contacts-question-form__title.h2{font-size:18px}}.b-contacts-question-form .b-support-form__info{margin:0 auto 25px 0;padding:8px 14px}.b-contacts-question-form .b-support-form{padding:0}.b-contacts-question-form .form__row .form__field--cell-1:first-child{padding-left:0}.b-contacts-question-form .b-support-form__icon-note{display:flex}.b-contacts-question-form .form__comment-hint{margin-top:10px}.b-contacts-question-form .file-uploader.file.file--support path{stroke:#e72430}.b-contacts-question-form .b-confirm__checkbox+label{max-width:initial;margin-bottom:20px;padding-top:3px}.b-contacts-question-form .b-confirm .b-confirm__checkbox+label::before{margin-top:-3px}.b-contacts-question-form .files.files--support{margin-top:0;margin-bottom:20px}.b-contacts-question-form .files__file--support{background:#f5f6fa;border-radius:10px}.b-contacts-question-form .files__del--audit,.b-contacts-question-form .files__del--support{background-size:74%}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-form-geolocation-app{margin-right:50px}.b-form-geolocation-app__current-location{cursor:pointer;color:#156ce1}.b-form-geolocation-app__current-location::before{border-color:#156ce1}.b-form-geolocation-app__current-location:hover::before{border-color:#156ce1}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-geolocation-app{margin-right:0}.b-geolocation-app__current-location{cursor:pointer}.b-geolocation-app__current-city img{width:21px}#geolocation_app{display:flex;align-items:center}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-manager-and-hotline{display:flex;align-items:stretch;flex-wrap:wrap;margin-bottom:50px;padding-top:30px}@media(min-width: 970px){.b-manager-and-hotline{flex-wrap:nowrap;padding-top:40px;justify-content:space-between}}.b-manager-and-hotline__manager{box-sizing:border-box;width:49%;padding:27px 30px 30px;border-radius:10px;border:1px solid #fefefe;background-color:#fefefe;min-height:196px}@media screen and (max-width: 969px){.b-manager-and-hotline__manager{width:100%;margin-bottom:10px}}@media screen and (max-width: 459px){.b-manager-and-hotline__manager{padding:25px 20px}}.b-manager-and-hotline__manager-wrap{display:flex;align-items:center;padding-top:30px;border-top:1px solid #e1e5ee}@media(max-width: 459px){.b-manager-and-hotline__manager-wrap{padding-top:15px;justify-content:center;flex-wrap:wrap}}.b-manager-and-hotline__img-wrap{display:flex;justify-content:center;align-items:center;width:60px;height:60px;border-radius:50%;margin-right:20px;background-color:#fefefe;overflow:hidden;min-width:60px}.b-manager-and-hotline__img-wrap img{max-width:100%;max-height:100%}@media(max-width: 510px){.b-manager-and-hotline__img-wrap{display:none}}.b-manager-and-hotline__manager-title{font-weight:600;font-size:20px;padding-bottom:25px}@media screen and (max-width: 969px){.b-manager-and-hotline__manager-title{padding-bottom:15px}}@media(max-width: 510px){.b-manager-and-hotline__manager-title{font-size:16px}}.b-manager-and-hotline__manager-info{flex-grow:2}.b-manager-and-hotline__manager-hint{margin-top:8px}.b-manager-and-hotline__manager-schedule{margin-top:8px}.b-manager-and-hotline__manager-name-and-position{flex-grow:2;width:100%;display:flex;align-items:center}.b-manager-and-hotline__adaptive-img-wrap{justify-content:center;align-items:center;width:60px;height:60px;border-radius:50%;margin-right:20px;background-color:#fefefe;display:none;overflow:hidden;min-width:60px}.b-manager-and-hotline__adaptive-img-wrap img{max-width:100%;max-height:100%}@media(max-width: 510px){.b-manager-and-hotline__adaptive-img-wrap{display:flex}}.b-manager-and-hotline__manager-name{font-size:16px;line-height:21px;font-weight:600}.b-manager-and-hotline__manager-position{font-size:16px;line-height:21px;color:#898989}.b-manager-and-hotline__manager-contacts{box-sizing:border-box;display:flex;flex-wrap:wrap;flex-grow:2;gap:10px 20px;width:100%;min-width:145px;margin-top:10px}.b-manager-and-hotline__phone,.b-manager-and-hotline__email,.b-manager-and-hotline__clock{white-space:nowrap;font-size:14px}.b-manager-and-hotline__phone::before,.b-manager-and-hotline__email::before,.b-manager-and-hotline__clock::before{content:"";display:inline-block;width:18px;height:18px;background-size:contain;background-position:center left;background-repeat:no-repeat;margin-right:10px;vertical-align:text-top}.b-manager-and-hotline__phone a,.b-manager-and-hotline__email a,.b-manager-and-hotline__clock a{text-decoration:none;color:inherit;font-weight:400}.b-manager-and-hotline__phone::before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE2LjQxNyAxMi4zOTV2Mi4zNzVhMS41ODIgMS41ODIgMCAwMS0xLjcyNiAxLjU4MyAxNS42NjggMTUuNjY4IDAgMDEtNi44MzItMi40MyAxNS40MzcgMTUuNDM3IDAgMDEtNC43NS00Ljc1IDE1LjY2NyAxNS42NjcgMCAwMS0yLjQzLTYuODY0QTEuNTgzIDEuNTgzIDAgMDEyLjI1My41ODNoMi4zNzVhMS41ODMgMS41ODMgMCAwMTEuNTgzIDEuMzYyYy4xLjc2LjI4NiAxLjUwNi41NTQgMi4yMjRhMS41ODMgMS41ODMgMCAwMS0uMzU2IDEuNjdMNS40MDUgNi44NDZhMTIuNjY3IDEyLjY2NyAwIDAwNC43NSA0Ljc1bDEuMDA1LTEuMDA1YTEuNTgzIDEuNTgzIDAgMDExLjY3LS4zNTdjLjcxOS4yNjggMS40NjUuNDU0IDIuMjI1LjU1NWExLjU4MyAxLjU4MyAwIDAxMS4zNjIgMS42MDd6IiBzdHJva2U9IiM5NDk3QTMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==);background-size:16px auto}.b-manager-and-hotline__email::before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuMTY3IDMuMTY3aDEyLjY2NmMuODcxIDAgMS41ODQuNzEyIDEuNTg0IDEuNTgzdjkuNWMwIC44Ny0uNzEzIDEuNTgzLTEuNTg0IDEuNTgzSDMuMTY4YTEuNTg3IDEuNTg3IDAgMDEtMS41ODMtMS41ODN2LTkuNWMwLS44NzEuNzEyLTEuNTgzIDEuNTgzLTEuNTgzeiIgc3Ryb2tlPSIjOTQ5N0EzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48cGF0aCBkPSJNMTcuNDE3IDQuNzVMOS41IDEwLjI5MiAxLjU4MyA0Ljc1IiBzdHJva2U9IiM5NDk3QTMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==);background-size:17px auto}.b-manager-and-hotline__clock::before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkuNSAxOGE4LjUgOC41IDAgMTAwLTE3IDguNSA4LjUgMCAwMDAgMTd6IiBzdHJva2U9IiM5NDk3QTMiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggZD0iTTEwIDN2Ni45bDMgMi4xIiBzdHJva2U9IiM5NDk3QTMiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+)}.b-manager-and-hotline__hotline{width:48%;min-height:200px;padding:27px 30px 30px;border:1px solid #fefefe;border-radius:10px;background-color:#fefefe}@media screen and (max-width: 969px){.b-manager-and-hotline__hotline{width:100%}}@media screen and (max-width: 459px){.b-manager-and-hotline__hotline{padding:25px 20px}}.b-manager-and-hotline__hotline-title{font-size:20px;padding-bottom:25px;font-weight:600}@media screen and (max-width: 969px){.b-manager-and-hotline__hotline-title{padding-bottom:15px}}@media(max-width: 510px){.b-manager-and-hotline__hotline-title{font-size:16px}}.b-manager-and-hotline__hotline-contact{padding-top:35px;border-top:1px solid #e1e5ee;display:flex;align-items:center}@media(max-width: 459px){.b-manager-and-hotline__hotline-contact{padding-top:15px;flex-wrap:wrap}}.b-manager-and-hotline__hotline-label{font-weight:600;margin-right:31px}.b-manager-and-hotline__hotline-description{font-size:14px;line-height:21px;color:#898989;margin-top:15px}.b-manager-and-hotline__hotline-phone{margin-left:40px}.b-manager-and-hotline__hotline-phone a{text-decoration:none;color:#000;font-size:20px;line-height:24px;font-weight:600}.b-manager-and-hotline__hotline-phone a::before{content:"";display:inline-block;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE2LjQxNyAxMi4zOTV2Mi4zNzVhMS41ODIgMS41ODIgMCAwMS0xLjcyNiAxLjU4MyAxNS42NjggMTUuNjY4IDAgMDEtNi44MzItMi40MyAxNS40MzcgMTUuNDM3IDAgMDEtNC43NS00Ljc1IDE1LjY2NyAxNS42NjcgMCAwMS0yLjQzLTYuODY0QTEuNTgzIDEuNTgzIDAgMDEyLjI1My41ODNoMi4zNzVhMS41ODMgMS41ODMgMCAwMTEuNTgzIDEuMzYyYy4xLjc2LjI4NiAxLjUwNi41NTQgMi4yMjRhMS41ODMgMS41ODMgMCAwMS0uMzU2IDEuNjdMNS40MDUgNi44NDZhMTIuNjY3IDEyLjY2NyAwIDAwNC43NSA0Ljc1bDEuMDA1LTEuMDA1YTEuNTgzIDEuNTgzIDAgMDExLjY3LS4zNTdjLjcxOS4yNjggMS40NjUuNDU0IDIuMjI1LjU1NWExLjU4MyAxLjU4MyAwIDAxMS4zNjIgMS42MDd6IiBzdHJva2U9IiM5NDk3QTMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;background-size:contain;width:20px;height:20px;margin-right:10px;vertical-align:middle}.b-manager-and-hotline__hotline-phone a:hover{text-decoration:underline}@media(min-width: 970px){.b-manager-and-hotline__hotline-phone a{font-size:20px}}@media(max-width: 440px){.b-manager-and-hotline__hotline-phone{margin-left:0;margin-top:10px;width:100%}}.b-manager-and-hotline__hotline-tip{font-size:14px;line-height:18px;box-sizing:border-box;color:#676b77;margin-top:10px}@media print,screen and (min-width: 48em){.b-manager-and-hotline__hotline-tip{margin-top:0;margin-left:30px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:1000}.b-modal.js-shadow{z-index:1}.b-modal.js-shadow .b-modal__background{background:transparent}.b-modal__background{position:fixed;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,.7)}.b-modal__content-wrap{position:absolute;z-index:1;top:50%;left:50%;transform:translate(-50%, -50%);max-width:100%;width:750px;background-color:#fefefe;border-radius:10px}@media print,screen and (min-width: 48em){.b-modal__content-wrap{max-width:80%}}.b-modal__header{padding:25px 60px 15px 15px}@media print,screen and (min-width: 48em){.b-modal__header{padding:35px 70px 25px 40px}}.b-modal__title{font-weight:bold;font-size:24px}.b-modal__close-btn{position:absolute;cursor:pointer;top:10px;right:10px}@media print,screen and (min-width: 48em){.b-modal__close-btn{top:20px;right:20px}}.b-modal__content{padding:0 15px 30px;position:relative}@media print,screen and (min-width: 48em){.b-modal__content{padding:0 40px 40px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-private-clients__title{font-weight:700;font-size:24px}@media screen and (max-width: 560px){.b-private-clients__title{font-size:18px}}.b-private-clients__wrapper{padding:20px 0 100px;display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:30px}@media screen and (max-width: 970px){.b-private-clients__wrapper{grid-template-columns:1fr 1fr}}@media screen and (max-width: 768px){.b-private-clients__wrapper{grid-template-columns:1fr;grid-gap:10px;padding:25px 0 50px}}.b-private-clients__item{display:flex}.b-private-clients__item-wrap{width:100%;height:100%;background:#fff;border-radius:10px;padding:20px;transition:transform .2s}.b-private-clients__item:hover .b-private-clients__item-wrap{transform:translateY(-5px)}.b-private-clients__top{display:flex;align-items:center}.b-private-clients__name{font-weight:600;font-size:20px}@media screen and (max-width: 560px){.b-private-clients__name{font-size:16px}}.b-private-clients__desc{padding:10px 0 15px;font-size:14px;color:#676b77}@media screen and (max-width: 560px){.b-private-clients__desc{padding:6px 0 15px}}.b-private-clients__bottom{display:flex;justify-content:space-between;align-items:flex-end}.b-private-clients__bottom a{font-weight:600;font-size:18px;display:flex;align-items:center}@media screen and (max-width: 560px){.b-private-clients__bottom a{font-size:16px}}.b-private-clients__bottom svg{margin-left:5px}.b-private-clients__icon{margin-right:10px}.b-private-clients__icon--mob{display:none}@media screen and (max-width: 560px){.b-private-clients__icon{display:none}.b-private-clients__icon--mob{display:block}}.b-private-clients__addition{font-size:14px;color:#9497a3}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-specialist{box-sizing:border-box;border-radius:10px;padding:20px 20px 25px;position:relative;background-color:#f5f6fa;transition:transform .4s;height:100%}.b-specialist--cabinet{box-shadow:0 4px 44px rgba(10,10,10,.04)}.b-specialist--removing{opacity:.4}.b-specialist--type_distant{display:flex;flex-direction:column}.b-specialist--type_personal{background:#414e60;color:#fff;display:flex;flex-direction:column}.b-specialist:hover{transform:translateY(-10px)}.b-specialist__work{margin:10px 0 15px}.b-specialist__position,.b-specialist__department{font-weight:400;font-size:14px;line-height:18px}.b-specialist__competences{display:flex;flex-wrap:wrap;gap:10px}.b-specialist__competence{padding:8px 15px 7px;border-radius:20px;font-weight:400;font-size:14px;line-height:130%;color:#1f1f1f;background-color:#fff}.b-specialist--type_personal .b-specialist__competence{background-color:#4e5d71;color:#fff}.b-specialist__favourite{position:absolute;top:10px;right:10px}.b-specialist__favourite .add-to-favourites span{font-weight:normal;font-size:14px;line-height:130%;color:#1f1f1f;background:#fff;border-radius:10px;border:none;box-shadow:0 2px 40px rgba(0,0,0,.15);padding:16px 0;width:245px;left:auto;right:-130px;top:-65px}.b-specialist__favourite .add-to-favourites span::before{content:"";display:block;width:15px;height:15px;background-color:#fff;transform-origin:center;transform:rotate(45deg) translateY(50%);position:absolute;bottom:0;right:14px;box-shadow:0 2px 40px rgba(0,0,0,.15);z-index:5}.b-specialist__header--contacts{display:flex;align-items:center;justify-content:flex-start;margin-right:35px}.b-specialist__header--all{align-items:flex-start}.b-specialist__img{display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#f5f6fa;flex-shrink:0;overflow:hidden}.b-specialist__img--contacts{background-position:center;background-size:cover;background-repeat:no-repeat;margin-right:15px;width:50px;height:50px}.b-specialist__img--cabinet{width:70px;height:70px;margin-bottom:20px}.b-specialist__img img{max-width:100%;max-height:100%}.b-specialist--type_personal .b-specialist__img{background-color:#4e5d71}.b-specialist__fio{font-size:16px;font-weight:600;line-height:130%}.b-specialist__fio .b-specialist__position{margin-top:4px;color:#9497a3}.b-specialist__link{width:100%;margin-top:auto}@media screen and (max-width: 768px){.b-specialist__link{margin-top:54px}}.b-specialist__buttons{display:flex;margin-top:auto;justify-content:space-between;align-items:center;color:#e72430;font-weight:600;padding-top:15px}.b-specialist__button{cursor:pointer}.b-specialist__button--question{background:transparent}.b-specialist__location{color:#676b77;font-size:14px;line-height:18px}.b-specialist__contacts{font-size:14px;line-height:18px;border-bottom:1px solid #e1e5ee}.b-specialist__phone{display:flex;align-items:center}.b-specialist__phone,.b-specialist__email,.b-specialist__clock,.b-specialist__mentor-popup-email,.b-specialist__mentor-popup-phone{margin:15px 0}.b-specialist__phone::before,.b-specialist__email::before,.b-specialist__clock::before,.b-specialist__mentor-popup-email::before,.b-specialist__mentor-popup-phone::before{content:"";display:inline-block;width:20px;height:20px;background-size:contain;background-position:center left;background-repeat:no-repeat;margin-right:10px;vertical-align:bottom}.b-specialist__phone a,.b-specialist__email a,.b-specialist__clock a,.b-specialist__mentor-popup-email a,.b-specialist__mentor-popup-phone a{text-decoration:none;color:inherit;font-weight:400}.b-specialist__messengers{margin-left:15px}.b-specialist__messengers a{margin-right:5px}.b-specialist__mentor-popup-phone::before,.b-specialist__phone::before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE2LjQxNyAxMi4zOTV2Mi4zNzVhMS41ODIgMS41ODIgMCAwMS0xLjcyNiAxLjU4MyAxNS42NjggMTUuNjY4IDAgMDEtNi44MzItMi40MyAxNS40MzcgMTUuNDM3IDAgMDEtNC43NS00Ljc1IDE1LjY2NyAxNS42NjcgMCAwMS0yLjQzLTYuODY0QTEuNTgzIDEuNTgzIDAgMDEyLjI1My41ODNoMi4zNzVhMS41ODMgMS41ODMgMCAwMTEuNTgzIDEuMzYyYy4xLjc2LjI4NiAxLjUwNi41NTQgMi4yMjRhMS41ODMgMS41ODMgMCAwMS0uMzU2IDEuNjdMNS40MDUgNi44NDZhMTIuNjY3IDEyLjY2NyAwIDAwNC43NSA0Ljc1bDEuMDA1LTEuMDA1YTEuNTgzIDEuNTgzIDAgMDExLjY3LS4zNTdjLjcxOS4yNjggMS40NjUuNDU0IDIuMjI1LjU1NWExLjU4MyAxLjU4MyAwIDAxMS4zNjIgMS42MDd6IiBzdHJva2U9IiM5NDk3QTMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==);background-size:15px auto}.b-specialist__email::before,.b-specialist__mentor-popup-email::before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuMTY3IDMuMTY3aDEyLjY2NmMuODcxIDAgMS41ODQuNzEyIDEuNTg0IDEuNTgzdjkuNWMwIC44Ny0uNzEzIDEuNTgzLTEuNTg0IDEuNTgzSDMuMTY4YTEuNTg3IDEuNTg3IDAgMDEtMS41ODMtMS41ODN2LTkuNWMwLS44NzEuNzEyLTEuNTgzIDEuNTgzLTEuNTgzeiIgc3Ryb2tlPSIjOTQ5N0EzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48cGF0aCBkPSJNMTcuNDE3IDQuNzVMOS41IDEwLjI5MiAxLjU4MyA0Ljc1IiBzdHJva2U9IiM5NDk3QTMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==);background-size:16px auto}.b-specialist__mentor-popup-email{margin-bottom:0}.b-specialist__clock{position:relative;display:flex;align-items:center}.b-specialist__clock::before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkuNSAxOGE4LjUgOC41IDAgMTAwLTE3IDguNSA4LjUgMCAwMDAgMTd6IiBzdHJva2U9IiM5NDk3QTMiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggZD0iTTEwIDN2Ni45bDMgMi4xIiBzdHJva2U9IiM5NDk3QTMiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+)}.b-specialist__mentor{color:#1f1f1f;font-size:14px;line-height:18px;padding-top:17px;position:relative}.b-specialist__mentor:hover .b-specialist__mentor-popup{display:block}.b-specialist__mentor-position{margin-bottom:5px}.b-specialist__mentor-fio{display:inline;color:#156ce1;border-bottom:1px dashed #156ce1;cursor:pointer}.b-specialist__mentor-fio--cabinet{color:#e72430;border-color:#e72430}.b-specialist__mentor-popup{box-sizing:border-box;position:absolute;bottom:100%;margin-bottom:-30px;box-shadow:0 2px 40px rgba(0,0,0,.15);z-index:10;width:100%;color:#0a0a0a;font-size:14px;line-height:18px;letter-spacing:.02em;border-radius:10px;max-width:330px;display:none}.b-specialist__mentor-popup::before{content:"";display:block;width:15px;height:15px;background-color:#fff;transform-origin:center;transform:rotate(45deg) translateY(50%);position:absolute;bottom:0;left:30px;box-shadow:0 2px 40px rgba(0,0,0,.15);z-index:5}.b-specialist__mentor-popup::after{content:"";display:block;width:15px;height:15px;background-color:#fff;position:absolute;bottom:0;left:15px;z-index:6}.b-specialist__mentor-popup-wrap{padding:16px 20px;background-color:#fff;position:relative;z-index:10;border-radius:10px}.b-specialist__mentor-popup-fio{margin-bottom:10px;font-size:16px;line-height:130%}.b-specialist__mentor-popup-close{padding:14px;position:absolute;top:0;right:0;cursor:pointer;font-size:25px;line-height:15px}.b-specialist__mentor-popup-form{cursor:pointer;font-weight:600;font-size:16px;color:#e72430;margin:20px 0 10px}.b-specialist__tooltip{display:inline-block;width:19px;height:19px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE0MzM0XzE0NDcpIiBzdHJva2U9IiM0MTRFNjAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZD0iTTkuNSAxMi42Njd2LjAwOG0wLTIuMzgzYTEuNTg0IDEuNTg0IDAgMTAtLjI5OS0zLjEzNmMtLjM0Ny4wNy0uNjYuMjU0LS44ODkuNTI0Ii8+PHBhdGggZD0iTTIuMzc1IDkuNWE3LjEyNSA3LjEyNSAwIDEwMTQuMjQ5IDAgNy4xMjUgNy4xMjUgMCAwMC0xNC4yNDkgMHoiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMF8xNDMzNF8xNDQ3Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDE5djE5SDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+);background-position:center;background-repeat:no-repeat;cursor:pointer;margin-left:5px}.b-specialist__tooltip::after{content:"";position:absolute;bottom:-24px;z-index:1;width:0;height:0;border-top:18px solid transparent;border-bottom:15px solid transparent;border-right:20px solid #fefefe;transform:rotate(90deg);border-radius:2px;display:none}.b-specialist__tooltip:hover::after{display:block}.b-specialist__tooltip:hover{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE0MzM0XzEyNTMpIiBzdHJva2U9IiNCQUJFQ0EiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZD0iTTkuNSAxMi42Njd2LjAwOG0wLTIuMzgzYTEuNTg0IDEuNTg0IDAgMTAtLjI5OS0zLjEzNmMtLjM0Ny4wNy0uNjYuMjU0LS44ODkuNTI0Ii8+PHBhdGggZD0iTTIuMzc1IDkuNWE3LjEyNSA3LjEyNSAwIDEwMTQuMjQ5IDAgNy4xMjUgNy4xMjUgMCAwMC0xNC4yNDkgMHoiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMF8xNDMzNF8xMjUzIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDE5djE5SDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+)}.b-specialist__tooltip:hover .b-specialist__tooltip-text{visibility:visible}.b-specialist__tooltip-text{visibility:hidden;position:absolute;top:30px;left:-30px;z-index:1;width:336px;padding:15px 62px 15px 15px;border-radius:10px;font-weight:400;font-size:14px;line-height:130%;color:#1f1f1f;background-color:#fefefe;box-shadow:0 0 15px rgba(0,0,0,.12)}.b-specialist__tooltip-text span{margin-top:2px;color:#1f1f1f}.b-specialist__tooltip-text object{display:block}.b-specialist__tooltip-text a{font-weight:400;color:#156ce1}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-support-choose-specialist{margin:95px 0 100px}.b-support-choose-specialist__middle{padding-right:1.25rem;padding-left:1.25rem;max-width:1200px;margin-left:auto;margin-right:auto}@media print,screen and (min-width: 48em){.b-support-choose-specialist__middle{padding-right:1.25rem;padding-left:1.25rem}}@media print,screen and (min-width: 64em){.b-support-choose-specialist__middle{padding-right:0.625rem;padding-left:0.625rem}}@media screen and (min-width: 80em){.b-support-choose-specialist__middle{padding-right:0.625rem;padding-left:0.625rem}}.b-support-choose-specialist__row{display:flex;flex-flow:row wrap;margin-right:-0.625rem;margin-left:-0.625rem}@media print,screen and (min-width: 48em){.b-support-choose-specialist__row{margin-right:-0.625rem;margin-left:-0.625rem}}@media print,screen and (min-width: 64em){.b-support-choose-specialist__row{margin-right:-0.625rem;margin-left:-0.625rem}}@media screen and (min-width: 80em){.b-support-choose-specialist__row{margin-right:-0.625rem;margin-left:-0.625rem}}@media print,screen and (max-width: 63.99875em){.b-support-choose-specialist{margin:60px 0 80px}}.b-support-choose-specialist__middle{max-width:1220px}.b-support-choose-specialist__common-info{flex:0 0 auto;width:calc(100% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem;margin-bottom:40px}@media print,screen and (min-width: 64em){.b-support-choose-specialist__common-info{flex:0 0 auto;width:calc(41.6666666667% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem}}.b-support-choose-specialist__current-specialist{flex:0 0 auto;width:calc(100% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem;margin-bottom:20px}@media print,screen and (min-width: 64em){.b-support-choose-specialist__current-specialist{flex:0 0 auto;width:calc(50% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem;margin-left:calc(8.3333333333% + 0.625rem)}}.b-support-choose-specialist__common-info-title{font-weight:800;font-size:24px;line-height:1.3;margin-bottom:15px}.b-support-choose-specialist__common-info-btn{margin-top:35px}.b-support-choose-specialist__item{flex:0 0 auto;width:calc(100% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem;margin-bottom:20px;cursor:pointer}.b-support-choose-specialist__item:hover>div{border-color:#e72430}@media print,screen and (min-width: 64em){.b-support-choose-specialist__item{flex:0 0 auto;width:calc(50% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem}}.b-support-choose-specialist__more-btn-wrap{text-align:center}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-support-specialist{padding:30px 0;border-radius:10px;border:1px solid #e1e5ee;height:100%;transition:border-color .3s}@media(min-width: 768px){.b-support-specialist__content{display:flex;height:100%}}.b-support-specialist__photo-block{margin:0 20px;padding-bottom:20px;display:flex;flex-direction:column;align-items:center;border-bottom:1px solid #e1e5ee}@media(min-width: 768px){.b-support-specialist__photo-block{border-bottom:none;padding:0 30px;margin:0;border-right:1px solid #e1e5ee;width:215px;flex-shrink:0}}.b-support-specialist__photo{width:120px;height:120px;border-radius:50%;overflow:hidden;position:relative}.b-support-specialist__photo img{width:auto;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.b-support-specialist__fio{text-align:center;font-weight:bold;font-size:18px;margin-top:25px}.b-support-specialist__info{padding:0 30px;font-size:14px}@media(max-width: 767px){.b-support-specialist__info{margin-top:20px}}.b-support-specialist__description{margin-bottom:30px}.b-support-specialist__contacts-title{font-weight:bold;margin-bottom:10px}.b-support-specialist__email{color:#156ce1}.b-support-specialist a{color:inherit;font-weight:normal;display:inline-block;border-bottom:1px solid transparent}.b-support-specialist a:hover{color:inherit;border-bottom:1px solid currentColor}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-timezone{color:#9497a3;font-weight:600;font-size:16px;margin-right:20px;display:flex;align-items:center}.b-timezone span{margin-left:5px}.b-timezone svg{width:23px}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-ok-message{display:flex;flex-flow:column;align-items:center;width:100%}@media(min-width: 561px){.b-ok-message{max-width:420px}}.b-ok-message__success{width:60px;height:60px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZD0iTTUzLjIxMyA1My4yMTNjMTEuNzE2LTExLjcxNSAxMS43MTYtMzAuNzEgMC00Mi40MjYtMTEuNzE2LTExLjcxNi0zMC43MS0xMS43MTYtNDIuNDI2IDAtMTEuNzE2IDExLjcxNi0xMS43MTYgMzAuNzEgMCA0Mi40MjYgMTEuNzE1IDExLjcxNiAzMC43MSAxMS43MTYgNDIuNDI2IDB6IiBzdHJva2U9IiMxRjFGMUYiLz48cGF0aCBkPSJNMjAuOTk4IDMyLjAxNWw4Ljk5MiA4Ljk5MiAxNi4wMTEtMTYuMDExIiBzdHJva2U9IiNFNzI0MzAiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGg2NHY2NEgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==) center no-repeat;background-size:cover;margin-bottom:30px}.b-ok-message__text{font-weight:bold;font-size:24px;line-height:120%;margin-bottom:15px;text-align:center}@media(max-width: 560px){.b-ok-message__text{font-size:18px}}.b-ok-message__description{font-weight:normal;font-size:16px;line-height:130%;text-align:center;margin-bottom:15px}.b-ok-message__close{width:100%;max-width:340px;margin-top:15px}.b-ok-message--popup{border:1px solid transparent;border-radius:10px;background-color:#fff;padding:0 40px;position:relative;margin:40px auto}@media(max-width: 560px){.b-ok-message--popup{padding:20px 16px;height:85vh;display:flex;flex-direction:column;justify-content:space-between}}.b-ok-message__content{display:flex;flex-direction:column;align-items:center}@media(max-width: 560px){.b-ok-message__content{margin:auto 0}}.nomfp .b-ok-message__close{display:none !important}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-phone-mask__wrapper-filled .flag .flag-main,.b-phone-mask__wrapper-focused .flag .flag-main{display:block !important}.b-phone-mask__wrapper-filled .flag .flag-list.active,.b-phone-mask__wrapper-focused .flag .flag-list.active{display:flex;flex-flow:column}.b-phone-mask__wrapper .flag .flag-main{display:none;height:30px;width:30px;position:absolute;z-index:100;left:12px;top:28px;cursor:pointer}.b-phone-mask__wrapper .flag .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-phone-mask__wrapper .flag .flag-list{display:none;background:#fff}.b-phone-mask__wrapper .flag .flag-list.active{position:absolute;z-index:100;width:100%;left:0;padding:2px;top:70px}.b-phone-mask__wrapper .flag .flag-list span{padding:5px 5px 5px 35px;cursor:pointer}.b-phone-mask__wrapper .flag .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 50%}.b-phone-mask__wrapper .flag .country6::before{padding-top:5px;background-position:-2853px 50% !important}.b-phone-mask__wrapper .flag .country4::before{padding-top:5px;background-position:-790px 50% !important}.b-phone-mask__wrapper .flag .country10::before{padding-top:5px;background-position:-3160px 50% !important}.b-phone-mask__wrapper .flag .country2::before{padding-top:5px;background-position:-352px 50% !important}.b-phone-mask__wrapper .flag .country13::before{padding-top:5px;background-position:-5307px 50% !important}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-knowledgebase-actualization-button__wrap{display:grid;grid-gap:10px;margin-top:10px}@media screen and (max-width: 1165px){.b-knowledgebase-actualization-button__wrap{grid-template-columns:1fr 1fr}}.b-knowledgebase-actualization-button--section .b-knowledgebase-actualization-button__wrap{display:flex;flex-wrap:wrap;gap:10px}.b-knowledgebase-actualization-button__item{border-radius:10px;padding:16px 20px;text-align:center;border:1px solid #e1e5ee;font-weight:600;cursor:pointer;transition:all .2s}.b-knowledgebase-actualization-button__item:hover,.b-knowledgebase-actualization-button__item.js-active{border-color:#e72430}@media screen and (max-width: 768px){.b-knowledgebase-actualization-button__item{padding:10px 15px;font-size:14px}}.b-knowledgebase-actualization-button--section .b-knowledgebase-actualization-button__item{padding:12px 20px;border-radius:60px;border-color:#e72430;color:#e72430;font-size:0;line-height:1}.b-knowledgebase-actualization-button--section .b-knowledgebase-actualization-button__item:hover,.b-knowledgebase-actualization-button--section .b-knowledgebase-actualization-button__item.js-active{background-color:#e72430;color:#fff}@media screen and (max-width: 560px){.b-knowledgebase-actualization-button--section .b-knowledgebase-actualization-button__item{padding:7px 10px}}.b-knowledgebase-actualization-button--section .b-knowledgebase-actualization-button__item span{font-size:14px}@media screen and (max-width: 560px){.b-knowledgebase-actualization-button--section .b-knowledgebase-actualization-button__item span{font-size:13px}}.b-knowledgebase-actualization-button .only-section{display:none}.b-knowledgebase-actualization-button--section .only-section{display:block}.b-knowledgebase-actualization-button__title{font-size:14px;color:#676b77;line-height:1}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-knowledgebase-author{max-width:800px}.b-knowledgebase-author__wrap{display:flex;align-items:flex-start;margin-top:30px}@media screen and (max-width: 560px){.b-knowledgebase-author__wrap{flex-direction:column}}@media screen and (max-width: 560px){.b-knowledgebase-author__top{display:flex;width:100%;align-items:center}}.b-knowledgebase-author__title{margin-bottom:10px}.b-knowledgebase-author__title h1{padding:0;display:inline}@media screen and (max-width: 560px){.b-knowledgebase-author__title h1{display:none}}.b-knowledgebase-author__title-mob{padding:0;font-size:30px}@media screen and (min-width: 561px){.b-knowledgebase-author__title-mob{display:none}}@media screen and (max-width: 560px){.b-knowledgebase-author__count span.text{font-weight:normal;font-size:18px}}@media screen and (max-width: 560px){.b-knowledgebase-author__count span.number{font-weight:normal;font-size:22px}}.b-knowledgebase-author__img{margin-right:20px;border-radius:100%;overflow:hidden;width:86px;min-width:86px;height:86px;display:flex;justify-content:center}.b-knowledgebase-author__img img{width:auto;object-fit:cover;max-width:initial;min-width:100%;min-height:100%}@media screen and (max-width: 560px){.b-knowledgebase-author__img{width:66px;min-width:66px;height:66px;margin-bottom:10px}}.b-knowledgebase-author__prop{margin-bottom:10px}@media screen and (min-width: 560px){.b-knowledgebase-author__prop:last-child{margin-bottom:0}}@media screen and (max-width: 560px){.b-knowledgebase-author__prop{margin-bottom:7px}}.b-knowledgebase-author__about-title{font-weight:700;font-size:22px;margin:20px 0 15px}@media screen and (max-width: 560px){.b-knowledgebase-author__about-title{margin:13px 0 10px}}.b-knowledgebase-author__about-text{overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-weight:400;font-size:18px}.b-knowledgebase-author__about-text--open{-webkit-line-clamp:inherit}.full-text .b-knowledgebase-author__about-text{-webkit-line-clamp:inherit}.b-knowledgebase-author__about-button{font-size:16px;color:#e72430;font-weight:600;margin-top:5px;position:relative;cursor:pointer}.b-knowledgebase-author__about-button span{border-bottom:1px dashed #fac8cb}.b-knowledgebase-author__about-button::after{content:"";width:9px;height:9px;border-left:2px solid #e72430;border-bottom:2px solid #e72430;margin-left:10px;display:inline-block;transform:rotate(-45deg);border-radius:1px;margin-top:0;position:absolute;top:4px;transition:transform .2s}.b-knowledgebase-author__about-button--open::after{top:7px;transform:rotate(136deg)}.full-text .b-knowledgebase-author__about-button{display:none}.b-knowledgebase-author__evaluation{display:flex}.b-knowledgebase-author__evaluation svg{margin:0 5px 0 7px}@media screen and (max-width: 560px){.b-knowledgebase-author .b-knowledgebase-author__count{display:block;padding-left:0}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-knowledgebase-authors-teaser{color:#1f1f1f;font-weight:normal}.b-knowledgebase-authors-teaser:hover{color:#1f1f1f}.b-knowledgebase-authors-teaser__wrap{position:relative;border:1px solid #e1e5ee;background:#fff;border-radius:10px;padding:20px;display:flex;flex-direction:column;height:100%;transition:transform .4s}.b-knowledgebase-authors-teaser:hover .b-knowledgebase-authors-teaser__wrap{box-shadow:0 20px 85px rgba(141,148,177,.15);transform:translateY(-5px)}.b-knowledgebase-authors-teaser__top{display:flex}.b-knowledgebase-authors-teaser__info{flex:1}.b-knowledgebase-authors-teaser__img{width:70px;height:70px;border-radius:100%;overflow:hidden;margin-right:20px;display:flex;align-items:center;justify-content:center}.b-knowledgebase-authors-teaser__img img{min-width:60px}.b-knowledgebase-authors-teaser__title{font-weight:600;font-size:18px;margin-bottom:8px;color:#1f1f1f}.b-knowledgebase-authors-teaser__position{margin:8px 0}@media(max-width: 560px){.b-knowledgebase-authors-teaser__position,.b-knowledgebase-authors-teaser__experience{font-size:14px}}.b-knowledgebase-authors-teaser__about-title{font-weight:700;font-size:16px;margin:20px 0 10px}.b-knowledgebase-authors-teaser__about-text{overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:14px}.b-knowledgebase-authors-teaser__bottom{display:flex;align-items:flex-end;margin-top:auto}.b-knowledgebase-authors-teaser__link{display:block;margin-left:auto;border-bottom:1px dashed #e724303d;color:#e72430;font-size:14px;font-weight:600}.b-knowledgebase-authors-teaser__params{display:flex;color:#676b77;margin-top:20px}.b-knowledgebase-authors-teaser__param{display:flex;align-items:center;margin-right:20px;font-size:14px}.b-knowledgebase-authors-teaser__param span{margin-left:5px}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-knowledgebase-authors__wrapper{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;margin-bottom:20px}.b-knowledgebase-authors__wrapper--img-list{grid-template-columns:1fr}@media(max-width: 560px){.b-knowledgebase-authors__wrapper{grid-template-columns:1fr;grid-gap:10px}}@media screen and (max-width: 970px){.b-knowledgebase-authors{margin-top:20px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-knowledgebase-banner{border:1px solid #e1e5ee;border-radius:10px;width:100%;margin:30px 0;background-repeat:no-repeat !important;background-size:cover !important;overflow:hidden;display:flex;min-height:207px}.b-knowledgebase-banner--with-text{min-height:initial}.b-knowledgebase-banner__wrapper{display:flex;height:auto;max-width:100%;width:100%;position:relative}@media screen and (max-width: 767px){.b-knowledgebase-banner__wrapper{flex-direction:column;align-items:center;min-height:auto;margin:0 auto}}.b-knowledgebase-banner--right .b-knowledgebase-banner__wrapper{flex-direction:row-reverse;justify-content:space-between}@media screen and (max-width: 767px){.b-knowledgebase-banner--right .b-knowledgebase-banner__wrapper{flex-direction:column}}.b-knowledgebase-banner__img{padding:20px;max-height:207px}.b-knowledgebase-banner__img img{margin:0 !important;max-height:100%;height:100% !important;width:auto;max-width:initial !important}@media screen and (max-width: 767px){.b-knowledgebase-banner__img img{width:100%;height:auto !important}}@media screen and (max-width: 767px){.b-knowledgebase-banner__img{padding:0;width:100%;max-height:inherit}}.b-knowledgebase-banner--img-no-margin .b-knowledgebase-banner__img{max-width:calc(100% - 315px);width:auto;display:flex;margin:0 !important;padding:0}@media screen and (max-width: 767px){.b-knowledgebase-banner--img-no-margin .b-knowledgebase-banner__img{width:calc(100% + 20px);max-width:initial;max-height:initial;margin:0 -10px !important}}.b-knowledgebase-banner--right .b-knowledgebase-banner__img{margin:0 auto;justify-content:flex-end}@media screen and (max-width: 767px){.b-knowledgebase-banner--right .b-knowledgebase-banner__img{justify-content:center}}.b-knowledgebase-banner--bg .b-knowledgebase-banner__img{display:flex;margin-bottom:0;align-items:flex-end;padding:0}@media screen and (min-width: 769px){.b-knowledgebase-banner--bg .b-knowledgebase-banner__img{max-height:207px}}@media screen and (min-width: 769px){.b-knowledgebase-banner--wide-img .b-knowledgebase-banner__img{max-width:calc(100% - 350px);min-height:207px;height:auto;max-height:235px}}@media screen and (min-width: 769px){.b-knowledgebase-banner--img-no-margin .b-knowledgebase-banner__img{min-height:207px;height:100%}}.b-knowledgebase-banner--with-text .b-knowledgebase-banner__img{position:absolute;right:0;top:0}@media screen and (max-width: 768px){.b-knowledgebase-banner--with-text .b-knowledgebase-banner__img{display:none}}.b-knowledgebase-banner--education .b-knowledgebase-banner__img{min-height:100%}.b-knowledgebase-banner__title{font-weight:700;font-size:22px;line-height:150%;margin-bottom:20px;color:#1f1f1f;z-index:1;width:100%;text-align:center}@media screen and (max-width: 767px){.b-knowledgebase-banner__title{margin:10px 0 15px}}.b-knowledgebase-banner--bg .b-knowledgebase-banner__title{color:#fff;margin-top:auto}.b-knowledgebase-banner--right .b-knowledgebase-banner__title{text-align:left}@media screen and (min-width: 769px){.b-knowledgebase-banner--bg .b-knowledgebase-banner__title{padding-top:15px}}.b-knowledgebase-banner--with-text .b-knowledgebase-banner__title{text-align:left}.b-knowledgebase-banner--education .b-knowledgebase-banner__title{color:#1f1f1f;line-height:120%;margin-bottom:8px}.b-knowledgebase-banner__info{display:flex;flex-direction:column;justify-content:space-between;align-items:center;flex:1;margin:auto;max-width:334px;padding-right:20px}@media screen and (max-width: 767px){.b-knowledgebase-banner__info{padding:10px 7px;width:100%}}.b-knowledgebase-banner--img-no-margin .b-knowledgebase-banner__info{flex:auto;min-width:315px}@media screen and (max-width: 767px){.b-knowledgebase-banner--img-no-margin .b-knowledgebase-banner__info{padding:10px 0 20px;min-width:initial}}@media screen and (min-width: 769px){.b-knowledgebase-banner--wide-img .b-knowledgebase-banner__info{min-width:350px}}.b-knowledgebase-banner--right .b-knowledgebase-banner__info{padding:0 0 0 20px;align-items:flex-start;margin:auto 0}@media screen and (max-width: 767px){.b-knowledgebase-banner--right .b-knowledgebase-banner__info{padding:10px 7px}}.b-knowledgebase-banner--with-text .b-knowledgebase-banner__info{align-items:flex-end;margin:0;width:100%;max-width:initial;padding:10px 15px 20px 15px}@media screen and (min-width: 769px){.b-knowledgebase-banner--with-text .b-knowledgebase-banner__info{flex-direction:row;padding:10px 23px 23px 23px}}.b-knowledgebase-banner--education .b-knowledgebase-banner__info{padding:20px 15px}@media screen and (min-width: 769px){.b-knowledgebase-banner--education .b-knowledgebase-banner__info{flex-direction:column;padding:33px 0 27px 35px;align-items:flex-start;max-width:490px;margin-right:auto}}.b-knowledgebase-banner__text{font-size:18px;font-weight:400;color:#fff;margin:0 23px 0 0}@media screen and (max-width: 768px){.b-knowledgebase-banner__text{margin:0 0 23px 0}}.b-knowledgebase-banner--education .b-knowledgebase-banner__text{color:#1f1f1f;line-height:120%;margin-bottom:16px;font-size:16px}.b-knowledgebase-banner__button{min-width:283px}.b-knowledgebase-banner__button--white,.b-knowledgebase-banner__button--white:hover{background:#fff;border-color:#fff;color:#e72430}@media screen and (max-width: 800px){.b-knowledgebase-banner__button{width:100%;min-width:initial;max-width:360px;margin:0 auto}}@media screen and (min-width: 768px){.b-knowledgebase-banner--right .b-knowledgebase-banner__button{margin-bottom:20px}}.b-knowledgebase-banner--with-text .b-knowledgebase-banner__button{min-width:212px}.b-knowledgebase-banner .hidden{display:none}@media screen and (max-width: 767px){.b-knowledgebase-banner{min-height:236px;padding:10px}.b-knowledgebase-banner--img-no-margin{padding:0 10px 5px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-knowledgebase-button{color:#e72430;border:1px solid #e72430;min-width:260px;display:flex;justify-content:center;align-items:center;align-content:center;font-size:16px;font-weight:600;padding:20px 40px;box-sizing:border-box;border-radius:10px;margin:10px auto auto;cursor:pointer}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-knowledgebase-check-result{padding-bottom:20px}.b-knowledgebase-check-result__container{padding:30px 10px 30px 30px;background-color:#fff;border-radius:10px}@media all and (max-width: 560px){.b-knowledgebase-check-result__container{padding:30px 10px 30px 15px;margin:0 -15px}}.b-knowledgebase-check-result__section{margin-bottom:10px}.b-knowledgebase-check-result__wait-block{display:flex;font-size:18px}@media all and (max-width: 560px){.b-knowledgebase-check-result__wait-block{font-size:16px}}.b-knowledgebase-check-result__status-block{display:flex;font-size:26px;font-weight:700}.b-knowledgebase-check-result__status-block span{color:#e72430;padding-left:10px}.b-knowledgebase-check-result__desc{font-size:16px;line-height:120%;font-weight:400;margin-bottom:10px;color:#676b77;max-width:720px}.b-knowledgebase-check-result__list-wrapper{overflow-y:scroll;position:relative;max-height:350px}.b-knowledgebase-check-result__list{padding-right:15px}.b-knowledgebase-check-result__item{padding:20px 0;border-bottom:1px solid #e1e5ee}.b-knowledgebase-check-result__item.open .b-knowledgebase-check-result__arrow{transform:rotate(180deg) translate(0, 50%)}.b-knowledgebase-check-result__item.open .b-knowledgebase-check-result__arrow svg path{stroke:#e72430}.b-knowledgebase-check-result__top-line{display:flex;justify-content:space-between;align-items:center;position:relative;cursor:pointer}.b-knowledgebase-check-result__top-line::before{content:"";position:absolute;height:20px;width:100%;top:-20px;left:0}.b-knowledgebase-check-result__top-line::after{content:"";position:absolute;height:20px;width:100%;bottom:-20px;left:0}.b-knowledgebase-check-result__content{margin-top:17px;display:none}.b-knowledgebase-check-result__url{color:#156ce1;font-size:14px;font-weight:400;margin-right:20px;display:block;max-width:70%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.b-knowledgebase-check-result__arrow{position:absolute;right:0;top:50%;transform:translate(0, -50%);transition:transform .4s ease-in-out;width:24px;height:24px}.b-knowledgebase-check-result__link-percent{font-size:14px;margin-right:32px}.b-knowledgebase-check-result__content{font-size:14px;line-height:120%}.b-knowledgebase-check-result__loader{margin-right:10px;animation:rotation 2s infinite linear}@keyframes rotation{from{transform:rotate(0deg)}to{transform:rotate(359deg)}}.b-knowledgebase-check-result .ps-container.ps-theme-default.ps-active-y .ps-scrollbar-y-rail{background-color:#fff;opacity:1;width:4px;border-radius:4px;right:-20px;transition:opacity .5s}.b-knowledgebase-check-result .ps-container.ps-theme-default.ps-active-y .ps-scrollbar-y-rail .ps-scrollbar-y{background-color:#e1e5ee;border-radius:4px;right:0;width:100%}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-knowledgebase-contents-banner .b-systems-banner,.b-knowledgebase-contents-banner .b-info-with-button__wrap--m-t{margin:0}.b-knowledgebase-contents-banner__slide{box-sizing:border-box}.b-knowledgebase-contents-banner__nav{margin-top:50px;display:flex;align-items:center;justify-content:center}.b-knowledgebase-contents-banner__pagination{margin:0 85px;display:flex;gap:10px}.b-knowledgebase-contents-banner__pagination .swiper-pagination-bullet{width:10px;height:10px;border:1px solid #e72430;background-color:#fff;border-radius:100%;opacity:1}.b-knowledgebase-contents-banner__pagination .swiper-pagination-bullet-active{background-color:#e72430}.b-knowledgebase-contents-banner__arrow{width:19px;height:19px;background-image:url("/img/icons/arrow-down-red.svg");background-repeat:no-repeat;background-size:cover;cursor:pointer}.b-knowledgebase-contents-banner__arrow--next{transform:rotate(-90deg)}.b-knowledgebase-contents-banner__arrow--prev{transform:rotate(90deg)}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-knowledgebase-contents{background:#fff;padding:20px;margin-bottom:20px;border-radius:10px}.b-knowledgebase-contents__top{display:none;opacity:0}.b-knowledgebase-contents__top span{max-width:calc(100% - 50px);overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.b-knowledgebase-contents__top::after{content:"";border:1.5px solid #000;width:12px;height:12px;border-top:none;border-right:none;transform:rotate(-45deg);transition:transform .2s}@media screen and (max-width: 1165px){.b-knowledgebase-contents__top{background:#fff;display:flex;align-items:center;justify-content:space-between;padding:20px 32px 14px 68px;font-weight:700;font-size:26px;box-shadow:0 10px 20px rgba(111,111,111,.13);margin-bottom:20px;max-height:0;cursor:pointer}}@media screen and (max-width: 768px){.b-knowledgebase-contents__top{padding:20px 22px 14px 16px}}.b-knowledgebase-contents.js-show .b-knowledgebase-contents__top{opacity:1;max-height:100vh;transition:all .3s}.b-knowledgebase-contents.js-open .b-knowledgebase-contents__top{box-shadow:none;margin-bottom:0;transition:none}.b-knowledgebase-contents.js-open .b-knowledgebase-contents__top::after{transform:rotate(-225deg)}@media screen and (max-width: 1165px){.b-knowledgebase-contents__wrap{height:0;max-height:0;overflow:hidden}}@media screen and (max-width: 1165px){.b-knowledgebase-contents.js-open .b-knowledgebase-contents__wrap{height:auto;max-height:calc(100vh - 200px);overflow-y:scroll;padding:20px 68px 30px;background:#fff;border-top:1px solid #e1e5ee;border-radius:0 0 10px 10px;transition:all .3s}}@media screen and (max-width: 768px){.b-knowledgebase-contents.js-open .b-knowledgebase-contents__wrap{padding:15px 15px 10px}}.b-knowledgebase-contents__title{font-weight:600;font-size:18px;line-height:130%;margin-bottom:10px}.b-knowledgebase-contents ul{list-style:none;margin:0;padding:0;line-height:1}.b-knowledgebase-contents a{color:#156ce1;font-weight:400;font-size:14px;line-height:130%}.b-knowledgebase-contents__list li{position:relative;padding-left:10px;margin:10px 0 0}.b-knowledgebase-contents__list li::before{content:"";width:3px;height:3px;border-radius:100%;background:#156ce1;position:absolute;left:0;top:7px;z-index:2}.b-knowledgebase-contents__sublist li{margin:4px 0 0;line-height:1}.b-knowledgebase-contents__sublist li::before{content:"";width:11px;opacity:0;height:0;border:1px solid #e1e5ee;border-top:none;border-right:none;background:transparent;border-radius:0 0 0 9px;left:-9px;top:0;z-index:1;transition:opacity .2s ease .1s,height .3s ease .1s}.b-knowledgebase-contents__sublist.js-load li::before{height:10px;opacity:1}.b-knowledgebase-contents__line{width:1px;position:absolute;left:1px;top:7px;background:#e1e5ee;transition:height .3s}@media screen and (max-width: 1165px){.b-knowledgebase-contents.js-show{position:fixed;top:0;left:0;opacity:1;z-index:999;width:100%;height:auto;background:transparent;border-radius:0}}.b-knowledgebase-contents.js-open{background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);height:100vh}@media screen and (max-width: 1165px){.b-knowledgebase-contents{height:0;padding:0;margin:0;overflow:hidden;opacity:0;position:relative;top:auto;transition:opacity .5s}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-knowledgebase-filter-tags{position:relative}.b-knowledgebase-filter-tags__input{position:relative;margin-bottom:10px}.b-knowledgebase-filter-tags__input input{border:1px solid #e1e5ee;border-radius:6px;padding:16px 0 16px 54px;width:100%;margin-right:10px;display:block}.b-knowledgebase-filter-tags__input::before{content:"";width:25px;height:25px;background-image:url("/img/search.png");position:absolute;top:29%;left:22px;z-index:2}.b-knowledgebase-filter-tags.js-open .b-knowledgebase-filter-tags__input input{border-radius:6px 6px 0 0}.b-knowledgebase-filter-tags__result{position:absolute;z-index:-1;width:100%;border:1px solid #e1e5ee;box-shadow:0 10px 10px rgba(0,0,0,.03);border-radius:0 0 10px 10px;background:#fff;border-top:0;opacity:0;transition:all .2s;margin-top:-10px}.b-knowledgebase-filter-tags__result-item{padding:5px 10px;border-radius:25px;border:1px solid #e1e5ee;margin-bottom:10px;font-size:14px;line-height:160%;display:flex;margin-right:auto;transition:all .1s;cursor:pointer;color:rgba(31,31,31,.8)}.b-knowledgebase-filter-tags__result-item span{margin-left:5px;color:#1f1f1f}.b-knowledgebase-filter-tags__result-item:hover,.b-knowledgebase-filter-tags__result-item.js-change{background:#e72430;color:rgba(255,255,255,.8);border-color:#e72430}.b-knowledgebase-filter-tags__result-item:hover span,.b-knowledgebase-filter-tags__result-item.js-change span{color:#fff}.b-knowledgebase-filter-tags__result-wrap{display:flex;flex-direction:column;max-height:228px;position:relative}.b-knowledgebase-filter-tags__result-empty{display:none;font-size:14px;opacity:.8}.b-knowledgebase-filter-tags__result-empty.js-active{display:block}.b-knowledgebase-filter-tags.js-open .b-knowledgebase-filter-tags__result{opacity:1;padding:12px;z-index:99}.b-knowledgebase-filter-tags .b-knowledgebase-filter-tags__result .ps-container.ps-theme-default.ps-active-y .ps-scrollbar-y-rail .ps-scrollbar-y{background-color:#676b77}.b-knowledgebase-filter-tags .b-knowledgebase-filter-tags__result .ps-container.ps-theme-default.ps-active-y{margin-right:-5px}.b-knowledgebase-filter-tags__tag{border:1px solid #e72430;margin:10px 10px 0 0;border-radius:25px;padding:5px 10px;font-size:14px;position:relative;display:flex;cursor:pointer;align-items:center}.b-knowledgebase-filter-tags__tag span{display:none}.b-knowledgebase-filter-tags__tag.template{display:none}.b-knowledgebase-filter-tags__tag-close{width:21px;min-width:21px;height:21px;margin-left:5px;background:#e1e5ee;border-radius:100%;display:flex;align-items:center;justify-content:center}.b-knowledgebase-filter-tags__tag-close::before{content:"";width:11px;height:12px;display:block;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMSAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguMjUgMy40NzkxM0wyLjc1IDguOTc5MTMiIHN0cm9rZT0iIzY3NkI3NyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMi43NSAzLjQ3OTEzTDguMjUgOC45NzkxMyIgc3Ryb2tlPSIjNjc2Qjc3IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=")}.b-knowledgebase-filter-tags__list{display:flex;flex-wrap:wrap;margin-top:8px;max-height:139px}@media screen and (max-width: 970px){.b-knowledgebase-filter-tags__list{max-height:calc(100vh - 250px)}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-knowledgebase-filter__search{position:relative;margin-bottom:10px}.b-knowledgebase-filter__search input{border:1px solid #e1e5ee;border-radius:6px;padding:16px 0 16px 54px;width:100%;margin-right:10px;display:block}.b-knowledgebase-filter__search::before{content:"";width:25px;height:25px;background-image:url("/img/search.png");position:absolute;top:29%;left:22px;z-index:2}.b-knowledgebase-filter__section{padding-left:30px;position:relative;margin-bottom:14px}.b-knowledgebase-filter__section-arrow{border:solid #1f1f1f;border-width:0 2px 2px 0;transform:rotate(45deg);padding:5px;margin-right:3px;display:block;width:0;height:0;position:absolute;left:4px;top:4px;transition:transform .3s;cursor:pointer}.b-knowledgebase-filter__section.js-open .b-knowledgebase-filter__section-arrow{transform:rotate(-135deg);top:10px;transition:transform .3s}.b-knowledgebase-filter__section-name{margin-bottom:14px}.b-knowledgebase-filter__section-name label{font-size:14px;line-height:130%;color:#1f1f1f;align-items:flex-start}.b-knowledgebase-filter .js-hide{display:none}.b-knowledgebase-filter__section.js-open .b-knowledgebase-filter__subsection{display:block}.b-knowledgebase-filter__subsection{padding-left:20px;display:none}.b-knowledgebase-filter__empty{display:none;font-size:14px;opacity:.8}.b-knowledgebase-filter__empty.js-active{display:block}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-knowledgebase-form{background-color:#fff;border:1px solid #f7f7f7;padding:28px 25px 30px 30px;box-sizing:border-box;border-radius:10px;background-repeat:no-repeat;background-position:right 18px top 25px;background-size:102px 151px;display:flex;flex-flow:column}@media(max-width: 1280px){.b-knowledgebase-form{flex-flow:row;align-items:center;justify-content:space-between;padding:34px 30px 34px 126px;background-position:left 31px top 12px;background-size:76px 112px}}@media(max-width: 767px){.b-knowledgebase-form{padding:28px 25px 30px 30px;background-position:right 18px top 25px;background-size:102px 151px;flex-flow:column;align-items:flex-start}}@media(max-width: 374px){.b-knowledgebase-form{padding:28px 67px 30px 20px;background-position:right 10px top 20px;background-size:66px 119px}}.b-knowledgebase-form__text{font-size:16px;line-height:21px;margin-bottom:24px;max-width:228px}@media(max-width: 1280px){.b-knowledgebase-form__text{align-items:center;max-width:375px;margin-right:30px;margin-bottom:0}}@media(max-width: 767px){.b-knowledgebase-form__text{margin-bottom:24px;max-width:221px}}@media(max-width: 374px){.b-knowledgebase-form__text{max-width:201px;margin-bottom:14px}}.b-knowledgebase-form__popup{background-color:#fff;padding:42px 46px 50px 40px;border-radius:10px;max-width:auto;min-width:auto;position:relative}@media(max-width: 767px){.b-knowledgebase-form__popup{left:calc(50% - 16px);margin:0 16px;padding:33px 30px 40px}}.b-knowledgebase-form__close{position:absolute;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADhSURBVHgB7ZbbDYIwFIZ/qu/IAsAobqROQN2AkWQTYAI6QT01NfFBK6cXwkO/hOQ80P5fejkpkMlk9kzbtpe6rjt4YsdfXf8IuCkI6SNB4Z3WuqfyhBBoItk0jeZImHA7RiIGHIno4RyJZOFrJJKHuyRCwg9gsizLo6qqgkpZliWoPtNpl/Td53mW2Ir3SoQu+78+4EL/qFmwt8Bgm8xr2YUQA+x2KKUGpObbgfNpVtHCN5NYc9WSSXDueXQJnyYTTSKkw31ION8DR7hR9B64TdPUg8k4jpIkzIMCmUxm1zwBRAF3Wgs91RUAAAAASUVORK5CYII=") no-repeat center;width:32px;height:32px;top:20px;right:20px;transition:.2s;cursor:pointer}.b-knowledgebase-form__close:hover{opacity:.6}.b-knowledgebase-form__close::before,.b-knowledgebase-form__close::after{content:""}@media(max-width: 767px){.b-knowledgebase-form__close{top:16px;right:16px}}@media(max-width: 374px){.b-knowledgebase-form__close{top:10px;right:10px}}.b-knowledgebase-form__popup-title{font-weight:bold;font-size:28px;line-height:36px;color:#1f1f1f;margin-bottom:28px}@media(max-width: 767px){.b-knowledgebase-form__popup-title{font-size:24px;line-height:31px;margin-bottom:19px}}@media(max-width: 374px){.b-knowledgebase-form__popup-title{font-size:20px;line-height:26px}}.b-knowledgebase-form__popup-row{display:flex;margin:0 -10px 26px}.b-knowledgebase-form__popup-row:last-of-type{margin-top:4px;margin-bottom:0}@media(max-width: 767px){.b-knowledgebase-form__popup-row{flex-flow:column;margin:0 0 29px}}.b-knowledgebase-form__popup-cell{display:flex;flex-flow:column-reverse;margin:0 10px;width:100%}@media(max-width: 767px){.b-knowledgebase-form__popup-cell{margin:0 0 29px}.b-knowledgebase-form__popup-cell:last-of-type{margin-bottom:0}}.b-knowledgebase-form__popup-label{font-size:16px;line-height:21px;color:#1f1f1f;margin-bottom:9px}.b-knowledgebase-form__popup-field{height:51px;display:block;background:#fff;border:1px solid #cfcfcf;box-sizing:border-box;box-shadow:0 20px 100px rgba(0,0,0,.05);border-radius:10px;color:#1f1f1f;font-size:16px;line-height:21px;padding:15px 20px;width:100%;max-width:248px}.b-knowledgebase-form__popup-field--message{width:100%;max-width:516px;height:120px;resize:none}@media(max-width: 767px){.b-knowledgebase-form__popup-field{width:100%;max-width:none}}.b-knowledgebase-form__popup-button,.b-knowledgebase-form__show-popup{text-align:center;color:#fff;font-weight:bold;background:#e30713;border:1px solid #e30713;border-radius:10px;transition:.2s;cursor:pointer}.b-knowledgebase-form__popup-button:hover,.b-knowledgebase-form__show-popup:hover{opacity:.8;color:#fff}.b-knowledgebase-form__show-popup{width:228px;height:45px;font-size:14px;line-height:17px;display:flex;align-items:center;justify-content:center}@media(max-width: 767px){.b-knowledgebase-form__show-popup{width:200px}}.b-knowledgebase-form__popup-button{margin:0 10px;width:257px;height:59px;font-size:16px;line-height:19px}@media(max-width: 767px){.b-knowledgebase-form__popup-button{margin:0;width:100%}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-knowledgebase-grade-popup{max-width:383px;margin:0 auto;position:relative}.b-knowledgebase-grade-popup__content{padding:20px;background:#fff;border-radius:10px;position:relative}@media screen and (max-width: 620px){.b-knowledgebase-grade-popup__content{display:flex;flex-direction:column;width:100%;margin-top:auto;border-radius:10px 10px 0 0;padding:15px 15px 70px}}.b-knowledgebase-grade-popup__title{font-weight:bold;font-size:18px}.b-knowledgebase-grade-popup__text{display:flex;flex-direction:column;align-items:center;color:#676b77;font-size:14px;margin:39px 0 35px}.b-knowledgebase-grade-popup__stars{display:flex;margin-top:10px}.b-knowledgebase-grade-popup__stars-item{margin-right:12px;cursor:pointer}.b-knowledgebase-grade-popup__stars-item svg,.b-knowledgebase-grade-popup__stars-item path{transition:all .2s}.b-knowledgebase-grade-popup__stars-item.js-active svg,.b-knowledgebase-grade-popup__stars-item.js-hover svg{fill:#e72430}.b-knowledgebase-grade-popup__stars-item.js-active path,.b-knowledgebase-grade-popup__stars-item.js-hover path{stroke:#e72430}@media(max-width: 560px){.b-knowledgebase-grade-popup__stars-item{margin-right:5px}}.b-knowledgebase-grade-popup__bottom{display:flex;justify-content:space-between}.b-knowledgebase-grade-popup__bottom.js-center{justify-content:center}@media screen and (max-width: 620px){.b-knowledgebase-grade-popup__bottom{margin-top:auto;flex-wrap:wrap;flex-direction:column-reverse}}.b-knowledgebase-grade-popup__button{width:100%}@media screen and (max-width: 620px){.b-knowledgebase-grade-popup__button{padding:20px 0;margin-bottom:10px}}.b-knowledgebase-grade-popup__error{display:none;font-size:14px;font-weight:600;margin-top:10px;color:#e72430}.b-knowledgebase-grade-popup__error.js-active{display:block}.b-knowledgebase-grade-popup__auth-link{color:#e72430;text-decoration:none}.b-knowledgebase-grade-popup .mfp-close{display:none}.b-knowledgebase-grade-popup__close{position:absolute;top:16px;right:15px;width:16px;height:16px;cursor:pointer;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE3IDFMMSAxN00xIDFsMTYgMTYiIHN0cm9rZT0iIzY3NkI3NyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==);background-repeat:no-repeat;background-position:center;background-size:cover}@media screen and (max-width: 620px){.b-knowledgebase-grade-popup{display:flex;height:100vh;position:fixed;top:0;max-width:initial;width:100%}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-knowledgebase-grade__title{display:flex;justify-content:center;margin:0 auto;font-weight:600;font-size:18px;padding-bottom:10px;text-align:center;color:#1f1f1f}.b-knowledgebase-grade__title span{display:none}.b-knowledgebase-grade__stars{display:flex;align-items:center;justify-content:center}.b-knowledgebase-grade__stars-item{margin-right:8px;display:flex;align-items:center}.b-knowledgebase-grade__stars-item svg{max-width:17px}.b-knowledgebase-grade__stars-item.js-active svg{fill:#e72430}.b-knowledgebase-grade__stars-item.js-active path{stroke:#e72430}@media(max-width: 560px){.b-knowledgebase-grade__stars-item{margin-right:5px}}.b-knowledgebase-grade.disabled .b-knowledgebase-grade__stars-item{cursor:default}.b-knowledgebase-grade__text{color:#676b77;font-weight:400;font-size:14px;line-height:130%}.b-knowledgebase-grade__text .active{color:#36c929}@media(max-width: 560px){.b-knowledgebase-grade--small .b-knowledgebase-grade__title{display:none}}@media(max-width: 560px){.b-knowledgebase-grade{display:flex;margin-bottom:10px}.b-knowledgebase-grade--small{margin-bottom:20px}.b-knowledgebase-grade--small svg path{stroke:#babeca}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-knowledgebase-item__wrap{position:relative;border:1px solid #e1e5ee;background:#fff;border-radius:10px;padding:20px;display:flex;flex-direction:column;justify-content:flex-end;height:100%;transition:transform .4s}.b-knowledgebase-item--main-page .b-knowledgebase-item__wrap{background:#f5f6fa;border-color:#f5f6fa}.b-knowledgebase-item--main-page .b-knowledgebase-item__wrap .add-to-favourites__icon{background:#f5f6fa}.b-knowledgebase-item--main-page:hover .b-knowledgebase-item__wrap{border-color:#fff}.b-knowledgebase-item:hover .b-knowledgebase-item__wrap{box-shadow:0 20px 85px rgba(141,148,177,.15);transform:translateY(-5px)}.b-knowledgebase-item__title{max-width:calc(100% - 45px);color:#1f1f1f;font-weight:600;font-size:18px;line-height:140%;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.b-knowledgebase-item__tags{margin:10px 0 auto;padding-bottom:5px}.b-knowledgebase-item__tag{font-size:14px;color:#676b77;padding-right:3px;font-weight:400}.b-knowledgebase-item__params{display:flex;flex-wrap:wrap}.b-knowledgebase-item__grade{margin-left:auto}.b-knowledgebase-item__favourite{position:absolute;top:20px;right:20px}.b-knowledgebase-item__favourite .add-to-favourites{margin:0;opacity:1;display:flex;position:relative}.b-knowledgebase-item__favourite .add-to-favourites__icon{width:32px;height:32px;border:1px solid #e1e5ee;box-sizing:border-box;border-radius:360px;align-items:center;justify-content:center;background:#fff;display:flex}.b-knowledgebase-item__favourite .add-to-favourites span{display:none;position:absolute;background-color:#fff;border-radius:10px;padding:17px 18px;font-size:14px;line-height:18.2px;width:213px;box-shadow:0 0 15px rgba(0,0,0,.12);top:44px;right:-4px;color:#000;z-index:2}.b-knowledgebase-item__favourite .add-to-favourites span::after{content:"";position:absolute;border:20px solid transparent;border-bottom:30px solid #fff;top:-30px;right:0}.b-knowledgebase-item__favourite .add-to-favourites--remove:hover span{display:block}.b-knowledgebase-item__favourite .add-to-favourites--remove .add-to-favourites__icon path{stroke:#e72430;fill:#e72430}@media screen and (max-width: 760px){.b-knowledgebase-item{min-height:initial}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-knowledgebase-list-material-system__list{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:20px;margin:15px 0 30px}@media screen and (max-width: 900px){.b-knowledgebase-list-material-system__list{grid-template-columns:1fr 1fr}}@media screen and (max-width: 560px){.b-knowledgebase-list-material-system__list{grid-template-columns:1fr;grid-gap:10px}}.b-knowledgebase-list-material-system__pagination{display:flex;justify-content:center}.b-knowledgebase-list-material-system .js-hide{display:none}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-knowledgebase-list-system__list{box-sizing:border-box;position:relative;margin-left:-0.625rem;margin-right:-0.625rem;display:flex;flex-flow:wrap}.b-knowledgebase-list-system__item{flex:0 0 auto;width:calc(100% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem;background:#fff;border-radius:10px;text-decoration:none;display:flex;flex-wrap:wrap;align-content:flex-start;align-items:flex-start;border:1px solid #e1e5ee;transition:box-shadow 150ms;padding:20px 10px 50px 20px !important;flex-grow:1;z-index:1;position:relative;margin-bottom:20px}.b-knowledgebase-list-system__item:hover{box-shadow:0 7px 25px rgba(0,0,0,.05)}@media print,screen and (min-width: 48em){.b-knowledgebase-list-system__item{flex:0 0 auto;width:calc(50% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem;padding-right:20px}}@media print,screen and (min-width: 64em){.b-knowledgebase-list-system__item{flex:0 0 auto;width:calc(33.3333333333% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem;padding-right:20px}}.b-knowledgebase-list-system__info{width:100%}.b-knowledgebase-list-system__title{display:inline-block;font-weight:600;font-size:20px;line-height:120%;color:#1f1f1f;width:calc(100% - 30px)}.b-knowledgebase-list-system__sort{margin-bottom:15px}.b-knowledgebase-list-system__sort-active.b-present__sort-option::after{content:"";background-image:url(/img/system/check.svg);position:absolute;display:block;width:16px;height:11px;right:0;top:20px;background-size:cover}.b-knowledgebase-list-system__icon{padding-right:50px}.b-knowledgebase-list-system__icon img{max-width:80px}@media all and (max-width: 560px){.b-knowledgebase-list-system__icon{width:100%;padding-right:0;padding-bottom:20px}.b-knowledgebase-list-system__icon img{max-width:60px}}.b-knowledgebase-list-system__favourite{position:absolute;right:20px;top:25px;opacity:0;transition:opacity .2s;display:block}.b-knowledgebase-list-system__favourite.add-to-favourites--remove{opacity:1;transition:opacity .2s}.b-knowledgebase-list-system__favourite.add-to-favourites--remove path{fill:#e72430}@media screen and (max-width: 560px){.b-knowledgebase-list-system__favourite{opacity:0}}.b-knowledgebase-list-system:hover .b-knowledgebase-list-system__favourite{opacity:1;transition:opacity .2s}.b-knowledgebase-list-system__tags{width:100%;margin:9px 0}.b-knowledgebase-list-system__tag{font-size:14px;color:#697582;padding-right:15px;padding-top:0;display:inline-block;text-decoration:none}.b-knowledgebase-list-system__pagination{display:flex;flex-direction:column;align-items:center;width:100%}.b-knowledgebase-list-system__favourite{position:absolute;right:20px;top:25px;opacity:0;transition:opacity .2s;display:block}.b-knowledgebase-list-system__favourite.add-to-favourites--remove{opacity:1;transition:opacity .2s}.b-knowledgebase-list-system__favourite.add-to-favourites--remove path{fill:#e72430}@media screen and (max-width: 560px){.b-knowledgebase-list-system__favourite{opacity:0}}.b-knowledgebase-list-system:hover .b-knowledgebase-list-system__favourite{opacity:1;transition:opacity .2s}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-knowledgebase-main-description{margin:0 0 30px;display:flex;justify-content:space-between;align-items:center;width:100%}.b-knowledgebase-main-description__desc{max-width:618px}@media screen and (max-width: 1280px)and (min-width: 1025px){.b-knowledgebase-main-description__desc{max-width:400px}}@media screen and (max-width: 560px){.b-knowledgebase-main-description__desc{font-size:14px}}.b-knowledgebase-main-description__count{display:flex}.b-knowledgebase-main-description__count-item{font-weight:600;font-size:20px;line-height:130%}.b-knowledgebase-main-description__count-item:not(:last-child){margin-right:50px}.b-knowledgebase-main-description__count-item .plus{opacity:0;width:0;display:inline-block}.b-knowledgebase-main-description__count-item .plus.js-show{opacity:1;width:auto}@media screen and (max-width: 480px){.b-knowledgebase-main-description__count-item{font-size:16px}}.b-knowledgebase-main-description__count span{color:#e72430;font-weight:400;font-size:46px}@media screen and (max-width: 480px){.b-knowledgebase-main-description__count span{font-size:24px}}@media screen and (max-width: 1024px){.b-knowledgebase-main-description__count{margin-top:25px}}@media screen and (max-width: 480px){.b-knowledgebase-main-description__count{margin-top:10px}}.b-knowledgebase-main-description__button{background:transparent;padding:18px 40px}@media screen and (max-width: 1024px){.b-knowledgebase-main-description__button{margin-top:20px;width:100%;max-width:350px;padding:13px}}@media screen and (max-width: 1024px){.b-knowledgebase-main-description{flex-direction:column;align-items:flex-start}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-knowledgebase-main-directions{overflow:hidden;width:100%}.b-knowledgebase-main-directions__slider{padding:10px 0 53px;width:100%}@media screen and (max-width: 970px){.b-knowledgebase-main-directions__slider{margin-left:0}}@media screen and (max-width: 560px){.b-knowledgebase-main-directions__slider{padding-bottom:20px}}.b-knowledgebase-main-directions__wrap{display:flex}.b-knowledgebase-main-directions__item{cursor:pointer;width:calc(100% / 6 - 15px);margin-right:15px;min-height:196px}.b-knowledgebase-main-directions__item.swiper-slide{height:100%}@media screen and (max-width: 970px){.b-knowledgebase-main-directions__item{width:calc(100% / 4 - 15px)}}@media screen and (max-width: 560px){.b-knowledgebase-main-directions__item{width:calc(100% / 3 - 8px);min-width:calc(100% / 3 - 8px);margin-right:8px;min-height:initial;max-height:116px}}.b-knowledgebase-main-directions__item-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;background:#fff;border-radius:10px;border:1px solid #fff;padding:13px 20px 20px;transition:transform .4s,border-color .5s;box-sizing:border-box}@media screen and (max-width: 560px){.b-knowledgebase-main-directions__item-wrap{padding:20px 10px}}.b-knowledgebase-main-directions__item:hover .b-knowledgebase-main-directions__item-wrap{transform:translateY(-10px);border-color:#e72430}.b-knowledgebase-main-directions__item.active .b-knowledgebase-main-directions__item-wrap{border-color:#e72430}.b-knowledgebase-main-directions__img{display:flex;flex:1;justify-content:center;align-items:center;min-height:116px}@media screen and (max-width: 760px){.b-knowledgebase-main-directions__img{max-width:60px}}@media screen and (max-width: 460px){.b-knowledgebase-main-directions__img{max-width:45px;max-height:55px;min-height:55px;padding-bottom:10px}}.b-knowledgebase-main-directions__name{margin-top:auto;font-weight:400;font-size:16px;line-height:130%;color:#1f1f1f;text-align:center;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:44px;max-width:100%}@media screen and (max-width: 560px){.b-knowledgebase-main-directions__name{font-size:14px;min-height:auto;-webkit-line-clamp:1}}.b-knowledgebase-main-directions__item.active .b-knowledgebase-main-directions__name{color:#e72430;font-weight:700}@media screen and (max-width: 560px){.b-knowledgebase-main-directions{margin-right:-15px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-knowledgebase-main-fact{padding:100px 0}.b-knowledgebase-main-fact__title{font-size:28px}.b-knowledgebase-main-fact__wrap{margin-top:40px;display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:20px}@media screen and (max-width: 970px){.b-knowledgebase-main-fact__wrap{grid-template-columns:1fr 1fr}}@media screen and (max-width: 560px){.b-knowledgebase-main-fact__wrap{margin-top:30px;grid-template-columns:1fr;grid-gap:10px}}.b-knowledgebase-main-fact__item-wrap{background:#fff;border-radius:10px;padding:30px;transition:transform .4s}@media screen and (max-width: 560px){.b-knowledgebase-main-fact__item-wrap{padding:20px}}@media screen and (min-width: 560px){.b-knowledgebase-main-fact__item:hover .b-knowledgebase-main-fact__item-wrap{transform:translateY(-10px);border-color:#e72430}}.b-knowledgebase-main-fact__text{margin-top:20px}@media screen and (max-width: 560px){.b-knowledgebase-main-fact{padding:50px 0}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-knowledgebase-main-sections{padding-bottom:100px;width:100%}.b-knowledgebase-main-sections__wrap{display:none;justify-content:space-between;flex-wrap:wrap;width:100%}.b-knowledgebase-main-sections__wrap.active{display:flex}.b-knowledgebase-main-sections__wrap.js-show{opacity:0;display:flex}@media screen and (max-width: 970px){.b-knowledgebase-main-sections__wrap{grid-template-columns:1fr 1fr}}@media screen and (max-width: 560px){.b-knowledgebase-main-sections__wrap{grid-template-columns:1fr;grid-gap:10px}}.b-knowledgebase-main-sections__item{width:calc(100% / 3);padding-right:30px;margin-bottom:30px}.b-knowledgebase-main-sections__item:nth-child(3n){padding-right:0}@media screen and (max-width: 970px){.b-knowledgebase-main-sections__item:nth-child(3n){padding-right:30px}}@media screen and (max-width: 560px){.b-knowledgebase-main-sections__item:nth-child(3n){padding-right:0}}@media screen and (max-width: 970px){.b-knowledgebase-main-sections__item{width:calc(100% / 2)}.b-knowledgebase-main-sections__item:nth-child(2n){padding-right:0}}@media screen and (max-width: 560px){.b-knowledgebase-main-sections__item{width:100%;padding-right:0;margin-bottom:10px;position:relative !important;left:auto !important;top:0 !important}}.b-knowledgebase-main-sections .grid-sizer{width:calc(100% / 3)}@media screen and (max-width: 970px){.b-knowledgebase-main-sections .grid-sizer{width:calc(100% / 2)}}@media screen and (max-width: 560px){.b-knowledgebase-main-sections .grid-sizer{width:100%}}.b-knowledgebase-main-sections__item-wrap{background:#fff;border-radius:10px;padding:30px;transition:transform .4s;height:100%}.b-knowledgebase-main-sections__item-wrap:hover{box-shadow:0 20px 85px rgba(141,148,177,.15)}@media screen and (max-width: 560px){.b-knowledgebase-main-sections__item-wrap{padding:20px;min-height:initial !important}}.b-knowledgebase-main-sections--main .b-knowledgebase-main-sections__item-wrap{min-height:310px}@media screen and (max-width: 560px){.b-knowledgebase-main-sections--main .b-knowledgebase-main-sections__item-wrap{min-height:initial}}.b-knowledgebase-main-sections__top{display:flex;align-items:center}.b-knowledgebase-main-sections__img{margin-right:10px;max-width:50px}.b-knowledgebase-main-sections__name{color:#1f1f1f}.b-knowledgebase-main-sections__link{display:block;color:#1f1f1f;font-weight:400;font-size:16px;line-height:120%;margin-bottom:10px}.b-knowledgebase-main-sections__link.js-hide{display:none}.b-knowledgebase-main-sections__item-wrap.js-show .b-knowledgebase-main-sections__link{display:-webkit-box}.b-knowledgebase-main-sections__list{padding:15px 0 7px}.b-knowledgebase-main-sections__more{position:relative;cursor:pointer;display:inline-block;padding-right:35px;opacity:0}.b-knowledgebase-main-sections__more span{cursor:pointer;color:#e72430;border-bottom:1px dashed #e72430}.b-knowledgebase-main-sections__more::after{content:"";border:1.5px solid #e72430;border-left:none;border-bottom:none;width:10px;height:10px;position:absolute;right:10px;top:3px;transform:rotate(135deg);transition:transform .3s}.b-knowledgebase-main-sections__more.js-active{opacity:1;margin-top:3px}.b-knowledgebase-main-sections__more.js-show::after{top:8px;transform:rotate(-45deg)}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-knowledgebase-mentioned-list{width:calc(100% + 10px);margin:20px -5px 0;display:flex;flex-flow:wrap}@media screen and (max-width: 970px){.b-knowledgebase-mentioned-list{flex-flow:column;margin:20px 0 0;width:calc(100%)}}.b-knowledgebase-mentioned-list__item{display:none;justify-content:space-between;flex-wrap:wrap;width:calc(50% - 10px);background:#fff;border-radius:10px;padding:20px 0 20px 20px;margin:5px}.b-knowledgebase-mentioned-list__item.active{display:flex}@media screen and (max-width: 970px){.b-knowledgebase-mentioned-list__item{width:100%;margin:5px 0}}.b-knowledgebase-mentioned-list__left{max-width:80px;width:100%}.b-knowledgebase-mentioned-list__left-gray{background:#e1e5ee;border-radius:6px;padding:10px 8px;width:100%;min-height:60px;height:100%;display:flex;align-items:center;justify-content:center}.b-knowledgebase-mentioned-list__left-img{margin:0 !important;max-height:50px}.b-knowledgebase-mentioned-list__item--doc .b-knowledgebase-mentioned-list__left{display:none}.b-knowledgebase-mentioned-list__right{width:100%;position:relative;padding-bottom:40px}.b-knowledgebase-mentioned-list__right-doctype{font-weight:400;font-size:12px;line-height:140%;color:#676b77;padding-bottom:10px}.b-knowledgebase-mentioned-list__right-title{padding-right:20px;font-weight:400;font-size:14px;line-height:160%;text-overflow:ellipsis;overflow:hidden}.b-knowledgebase-mentioned-list__right-btn{display:flex;position:absolute;bottom:-5px;flex-flow:wrap}.b-knowledgebase-mentioned-list__right-btn-link,.b-knowledgebase-mentioned-list__right-btn-download{font-weight:400;font-size:16px;line-height:130%;color:#e72430;margin-bottom:5px}.b-knowledgebase-mentioned-list__right-btn-link span,.b-knowledgebase-mentioned-list__right-btn-download span{border-bottom:1px dashed #e72430}@media screen and (max-width: 970px){.b-knowledgebase-mentioned-list__right-btn-link,.b-knowledgebase-mentioned-list__right-btn-download{font-weight:400;font-size:14px;line-height:130%}}.b-knowledgebase-mentioned-list__right-btn-download{padding-left:30px;padding-right:13px}.b-knowledgebase-mentioned-list__right-btn-download::before{content:"";position:absolute;background:url(/img/icons/download-lic-btn.svg) no-repeat center;background-size:cover;left:0;top:-1px;width:24px;height:24px}@media screen and (max-width: 970px){.b-knowledgebase-mentioned-list__right-btn-download{margin-top:2px}.b-knowledgebase-mentioned-list__right-btn-download::before{width:18px;height:18px;top:4px}}.b-knowledgebase-mentioned-list__right-btn-file-params{font-weight:400;font-size:14px;line-height:160%;color:#676b77;white-space:nowrap;padding-top:1px;box-sizing:content-box}.b-knowledgebase-mentioned-list__showall{display:none;width:100%;justify-content:center;padding:25px 0 0}.b-knowledgebase-mentioned-list__showall.active{display:flex}.b-knowledgebase-mentioned-list__showall-link{font-weight:600;font-size:16px;line-height:160%;color:#e72430;border-bottom:1px dashed #e72430;cursor:pointer}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-knowledgebase-mentioned{position:relative;width:100%;margin-bottom:0}.b-knowledgebase-mentioned__header{display:flex;justify-content:space-between;flex-wrap:wrap}@media screen and (max-width: 760px){.b-knowledgebase-mentioned__header{flex-flow:column}}.b-knowledgebase-mentioned__tabs-container{width:calc(100% - 162px)}@media screen and (max-width: 760px){.b-knowledgebase-mentioned__tabs-container{width:100%;margin-bottom:0}}.b-knowledgebase-mentioned__text-container{width:calc(100% - 162px);display:flex;align-items:center;height:60px}@media screen and (max-width: 760px){.b-knowledgebase-mentioned__text-container{width:100%;font-weight:600;font-size:18px;line-height:130%}}.b-knowledgebase-mentioned__button-download{display:flex;flex-direction:row;justify-content:center;align-items:center;width:143px;height:54px;border:1px solid #e72430;border-radius:10px;color:#e72430;font-weight:600;font-size:16px;line-height:22px;cursor:pointer}@media screen and (max-width: 760px){.b-knowledgebase-mentioned__button-download{width:100%;max-width:400px;margin-top:15px}}.b-knowledgebase-mentioned h2.b-knowledgebase-mentioned__title{font-weight:700;font-size:18px;line-height:140%;margin:0}@media screen and (max-width: 760px){.b-knowledgebase-mentioned h2.b-knowledgebase-mentioned__title{font-weight:600;line-height:130%}}.b-knowledgebase-mentioned__list{display:flex;padding:20px 0}.b-knowledgebase-mentioned__list .b-document-card-for-slider{height:auto}.b-knowledgebase-mentioned__tabs-block{padding:0}.b-knowledgebase-mentioned__tab{position:relative;display:none}.b-knowledgebase-mentioned__tab--active{display:block}.b-knowledgebase-mentioned__tabs-selector{display:flex !important;padding:2px;border:1px solid #e1e5ee;border-radius:10px;background-color:#fff}@media screen and (max-width: 760px){.b-knowledgebase-mentioned__tabs-selector.slick-slider{margin-right:-16px;overflow:hidden;padding:0;border:none;background-color:transparent;border-radius:0}}@media screen and (max-width: 760px){.b-knowledgebase-mentioned__tabs-selector .slick-list{padding:2px;box-sizing:border-box;margin-right:2px}}@media screen and (max-width: 760px){.b-knowledgebase-mentioned__tabs-selector .slick-track{padding:2px;border:1px solid #e1e5ee;border-radius:10px;background-color:#fff}}.b-knowledgebase-mentioned__tabs-title{padding:17px 21px;text-align:center;font-size:14px;white-space:nowrap;color:#676b77;cursor:pointer}.b-knowledgebase-mentioned__tabs-title:not(.b-knowledgebase-mentioned__tabs-title--active):hover{color:#e72430}.b-knowledgebase-mentioned__tabs-title--active{border-radius:10px;color:#fff;background:#e72430}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-knowledgebase-page-author{display:flex;align-items:center}.b-knowledgebase-page-author__img{width:48px;height:48px;min-width:48px;margin-right:20px;border-radius:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}.b-knowledgebase-page-author__img img{width:auto;object-fit:cover;max-width:initial;min-width:100%;min-height:100%}.b-knowledgebase-page-author__name{font-weight:600;line-height:1;margin:0 0 5px;font-size:18px;display:block}@media all and (max-width: 560px){.b-knowledgebase-page-author__name{font-size:16px}}.b-knowledgebase-page-author__info{font-weight:400;line-height:130%;font-size:14px}.b-knowledgebase-page-author--small{margin-bottom:18px;max-width:initial}.b-knowledgebase-page-author--small .b-knowledgebase-page-author__img{width:54px;height:54px;min-width:54px;margin-right:10px}.b-knowledgebase-page-author--small .b-knowledgebase-page-author__name{margin:4px 0;color:#e72430;font-size:14px}.b-knowledgebase-page-author--small .b-knowledgebase-page-author__info{color:#676b77;font-size:12px}.b-knowledgebase-page-author__position{color:#1f1f1f}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-knowledgebase-page-buttons{width:100%;display:flex;margin-bottom:44px}.b-knowledgebase-page-buttons__wrap{display:flex;max-width:calc(100% - 414px);flex:1;align-items:center}@media all and (max-width: 1165px){.b-knowledgebase-page-buttons__wrap{max-width:100%;flex-wrap:wrap}}.b-knowledgebase-page-buttons__reading-time{margin-left:auto;font-size:14px;color:#9497a3;font-weight:600}@media all and (max-width: 1165px){.b-knowledgebase-page-buttons__reading-time{width:100%;margin:20px 0 0;order:2}}.b-knowledgebase-page-buttons__button{font-weight:600;font-size:14px;line-height:1.4;position:relative;cursor:pointer;display:flex;align-items:center;color:#0a0a0a;transition:color .3s}.b-knowledgebase-page-buttons__button--comment::before,.b-knowledgebase-page-buttons__button--share::before{content:"";display:block;width:32px;height:32px;margin-right:10px;background-size:contain;background-position:center;background-repeat:no-repeat;transition:background .3s}@media(max-width: 700px){.b-knowledgebase-page-buttons__button--comment::before,.b-knowledgebase-page-buttons__button--share::before{margin-right:0}}@media(max-width: 560px){.b-knowledgebase-page-buttons__button--comment::before,.b-knowledgebase-page-buttons__button--share::before{width:28px;height:28px}}.b-knowledgebase-page-buttons__button--favourite{display:none}.b-knowledgebase-page-buttons__button--favourite.add-to-favourites--visible{display:flex;justify-content:flex-start}.b-knowledgebase-page-buttons__button--favourite.add-to-favourites--remove{color:#e72430}.b-knowledgebase-page-buttons__button--favourite.add-to-favourites--remove path{stroke:#e72430;transition:stroke .3s}.b-knowledgebase-page-buttons__button--favourite:hover path{stroke:#e72430;transition:stroke .3s}.b-knowledgebase-page-buttons__button--favourite.add-to-favourites--remove:hover span{display:block}.b-knowledgebase-page-buttons__button--favourite .l-button{display:none}.b-knowledgebase-page-buttons__button--share::before,.b-knowledgebase-page-buttons__button--comment::before{display:none}.b-knowledgebase-page-buttons__button--form a{display:flex;align-items:center}.b-knowledgebase-page-buttons__button--form a:hover path{stroke:#e72430;transition:stroke .3s}@media(max-width: 700px){.b-knowledgebase-page-buttons__button--form a{font-size:0}}@media(min-width: 700px){.b-knowledgebase-page-buttons__button--form{margin-left:auto}}.b-knowledgebase-page-buttons__button a{color:#0a0a0a;transition:color .3s}.b-knowledgebase-page-buttons__button a:hover{color:#e72430}.b-knowledgebase-page-buttons__button:hover{color:#e72430}.b-knowledgebase-page-buttons__button:not(:last-child){margin-right:23px}@media(max-width: 700px){.b-knowledgebase-page-buttons__button:not(:last-child){margin-right:15px}}@media(max-width: 560px){.b-knowledgebase-page-buttons__button:not(:last-child){margin-right:10px}}@media(max-width: 360px){.b-knowledgebase-page-buttons__button:not(:last-child){margin-right:5px}}@media(max-width: 700px){.b-knowledgebase-page-buttons__button-text{display:none}}@media all and (min-width: 561px){.b-knowledgebase-page-buttons__button--mobile{display:none}}@media all and (max-width: 560px){.b-knowledgebase-page-buttons__button--form:not(.b-knowledgebase-page-buttons__button--mobile){display:none}}@media(max-width: 700px){.b-knowledgebase-page-buttons__button{width:auto}}.b-knowledgebase-page-buttons__icon{display:flex;margin-right:10px}@media(max-width: 560px){.b-knowledgebase-page-buttons__icon svg{width:28px;height:28px}}@media(max-width: 560px){.b-knowledgebase-page-buttons__icon--favourite{margin-right:0}}.b-knowledgebase-page-buttons__button:hover .b-knowledgebase-page-buttons__icon path{stroke:#e72430;transition:stroke .3s}.b-knowledgebase-page-buttons__share{position:relative;display:flex;align-items:center}.b-knowledgebase-page-buttons__share-container{display:none;position:absolute;left:25px;top:30px;z-index:2;color:#1f1f1f}.b-knowledgebase-page-buttons__share-container--active{display:block}.b-knowledgebase-page-buttons__share-container .b-share::before{left:20px}@media(max-width: 700px){.b-knowledgebase-page-buttons__share-container .b-share::before{top:-5px;left:30px;right:auto}}@media(max-width: 700px){.b-knowledgebase-page-buttons__share-container{top:40px;left:-40px;right:auto}}@media(max-width: 700px){.b-knowledgebase-page-buttons__share-container--right .b-share::before{left:30px;right:auto}}@media(max-width: 700px){.b-knowledgebase-page-buttons__share-container--right{top:40px;left:-10px;right:auto}}.b-knowledgebase-page-buttons__message{display:none;position:absolute;background-color:#fff;border-radius:10px;padding:17px 18px;font-size:14px;line-height:18.2px;width:213px;box-shadow:0 0 15px rgba(0,0,0,.12);top:40px;left:0;font-weight:400;color:#000;z-index:2}@media all and (max-width: 1165px){.b-knowledgebase-page-buttons{align-items:flex-start}}@media(max-width: 700px){.b-knowledgebase-page-buttons{flex-wrap:wrap;justify-content:flex-start;margin-bottom:20px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-knowledgebase-page-documentation__title{font-size:24px;color:#202020;font-weight:bold;margin-top:40px;margin-bottom:40px}@media all and (max-width: 1280px){.b-knowledgebase-page-documentation__title{margin-top:30px;margin-bottom:20px}}.b-knowledgebase-page-documentation__wrapper{display:flex;flex-wrap:wrap;align-items:flex-start;align-content:flex-start;justify-content:space-between}.b-knowledgebase-page-documentation__doc{position:relative;display:flex;align-items:center;align-content:center;max-width:40%;width:100%;margin-bottom:30px;text-decoration:none;color:#1f1f1f}@media all and (max-width: 1280px){.b-knowledgebase-page-documentation__doc{max-width:100%;margin-bottom:20px}}.b-knowledgebase-page-documentation__icon{position:relative;width:27px;max-width:27px;min-width:27px}.b-knowledgebase-page-documentation__icon svg:last-child{position:absolute;top:0;right:0}.b-knowledgebase-page-documentation__doc-type{font-size:12px;color:#676767;margin-bottom:4px}.b-knowledgebase-page-documentation__doc-name{font-size:16px;color:#1f1f1f;margin-left:12px;max-width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.b-knowledgebase-page-documentation__doc-extension{font-size:10px;position:absolute;top:4px;left:4px;bottom:0;margin:auto;height:1em}
.b-knowledgebase-page-group__articles{position:relative}.b-knowledgebase-page-group__loading{display:none;position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:20}.b-knowledgebase-page-group__loading::before{content:" ";display:block;position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(250,250,250,.8)}.b-knowledgebase-page-group__loading::after{content:" ";display:block;width:64px;min-width:64px;height:64px;border-radius:50%;border:6px solid #e30713;border-color:#e30713 transparent;animation:lds-dual-ring 1.2s linear infinite;position:absolute;top:0;bottom:0;right:0;left:0;margin:auto}.b-knowledgebase-page-group--loading .b-knowledgebase-page-group__loading{display:flex}.b-knowledgebase-page-group__show-more{max-width:270px;margin-bottom:35px}.b-knowledgebase-page-group__show-more--hidden{display:none}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-knowledgebase-page-item__content-footer{margin-top:35px;margin-bottom:25px}.b-knowledgebase-page-item__tag{font-size:14px;font-weight:400;color:#e72430;padding-right:25px;padding-bottom:10px;text-decoration:none}.b-knowledgebase-page-item__tag:hover{font-weight:600}.b-knowledgebase-page-item__rating-wrapper{margin-top:25px;display:flex;justify-content:center;align-content:center;align-items:center}.b-knowledgebase-page-item__rating-title{font-size:24px;color:#202020;font-weight:bold;text-align:center}.b-knowledgebase-page-item__answer-wrapper{margin-top:41px;padding:0 9px;position:relative}@media(max-width: 768px){.b-knowledgebase-page-item__answer-wrapper{margin-top:30px}}.b-knowledgebase-page-item__answer-wrapper::before{content:"";position:absolute;left:9px;top:0;background-color:#beebd1;height:100%;width:6px;border-radius:3px}@media(max-width: 768px){.b-knowledgebase-page-item__answer-wrapper::before{left:0}}.b-knowledgebase-page-item__answer{padding:0 31px;font-size:20px;line-height:30px}@media(max-width: 768px){.b-knowledgebase-page-item__answer{padding:0 20px}}@media(max-width: 560px){.b-knowledgebase-page-item__answer{font-size:16px;padding:0 10px}}.b-knowledgebase-page-item__answer span{font-weight:bold;display:block;margin-bottom:28px}@media(max-width: 560px){.b-knowledgebase-page-item__answer span{font-size:20px;margin-bottom:15px}}@media screen and (min-width: 560px){.b-knowledgebase-page-item__bottom{display:none}}.b-knowledgebase-page-item__popular{margin-bottom:60px}.b-knowledgebase-page-item__popular .b-knowledgebase-section--popular{padding:0}@media(max-width: 768px){.b-knowledgebase-page-item__popular{margin-bottom:40px}}.b-knowledgebase-page-item__authors{margin-bottom:60px}.b-knowledgebase-page-item__authors .b-knowledgebase-section--authors{padding:0}.b-knowledgebase-page-item__authors .b-knowledgebase-section__list{margin-top:0}.b-knowledgebase-page-item__authors .l-button--secondary{background:transparent}@media(max-width: 768px){.b-knowledgebase-page-item__authors{margin-bottom:40px}}@media screen and (min-width: 560px){.b-knowledgebase-page-item__authors{padding:40px;background:#fff;border-radius:10px}}.b-knowledgebase-page-item__estimate .b-knowledgebase-grade__title{font-size:30px;font-weight:700;padding:10px 0 30px}.b-knowledgebase-page-item__estimate .b-knowledgebase-grade__title span{display:inline;padding:0 6px}@media(max-width: 560px){.b-knowledgebase-page-item__estimate .b-knowledgebase-grade__title span{display:none}}@media(max-width: 560px){.b-knowledgebase-page-item__estimate .b-knowledgebase-grade__title{display:block;padding:0;justify-content:flex-start;text-align:left;font-size:22px;margin:0 auto 0 0}}@media(max-width: 360px){.b-knowledgebase-page-item__estimate .b-knowledgebase-grade__title{font-size:18px}}.b-knowledgebase-page-item__estimate .b-knowledgebase-grade__stars-item svg{max-width:initial}@media(max-width: 560px){.b-knowledgebase-page-item__estimate .b-knowledgebase-grade__stars-item svg{max-width:18px}}.b-knowledgebase-page-item__similar{margin-bottom:100px}.b-knowledgebase-page-item__similar .b-knowledgebase-page-similar{padding:0}@media screen and (max-width: 560px){.b-knowledgebase-page-item__similar.b-knowledgebase-page-layout__content{margin-bottom:30px}}.b-knowledgebase-page-item__similar-more{display:flex;align-items:center;justify-content:center;margin:30px 0 0}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-knowledgebase-page-layout{background:#f5f6fa}.b-knowledgebase-page-layout__subheader{font-size:28px;font-weight:700;color:#1f1f1f;margin:0 0 30px;line-height:130%;width:100%}@media all and (max-width: 1280px){.b-knowledgebase-page-layout__subheader{max-width:970px;order:2;margin-left:0}}.b-knowledgebase-page-layout__header{width:100%}@media(max-width: 560px){.b-knowledgebase-page-layout__header{font-size:30px}}.b-knowledgebase-page-layout__wrapper{display:flex;flex-wrap:wrap}.b-knowledgebase-page-layout__wrapper+.b-knowledgebase-page-layout__colored-wrapper{padding:40px 0 100px}@media all and (max-width: 1280px){.b-knowledgebase-page-layout__wrapper+.b-knowledgebase-page-layout__colored-wrapper{padding:30px 0 80px}}@media all and (max-width: 560px){.b-knowledgebase-page-layout__wrapper+.b-knowledgebase-page-layout__colored-wrapper{padding:10px 0 50px}}.b-knowledgebase-page-layout__list{max-width:790px;width:100%;flex-grow:1;order:2}@media all and (max-width: 1280px){.b-knowledgebase-page-layout__list{order:1}}.b-knowledgebase-page-layout__content{background:#fff;padding:40px;box-sizing:border-box;border-radius:10px}@media all and (max-width: 560px){.b-knowledgebase-page-layout__content{padding:30px 15px;margin:0 -15px}}.b-knowledgebase-page-layout__content a{overflow-wrap:break-word}.b-knowledgebase-page-layout__content .image{position:relative;display:flex;margin:30px auto;width:fit-content;justify-content:center}.b-knowledgebase-page-layout__content .image::before{content:url("/img/icons/loupe.svg");position:absolute;width:44px;height:44px;left:30px;bottom:30px;border-radius:6px;border:1px solid #fff;background:rgba(255,255,255,.31);backdrop-filter:blur(2.9333333969px);padding:10px;cursor:pointer}@media all and (max-width: 560px){.b-knowledgebase-page-layout__content .image::before{width:32px;height:32px;left:10px;bottom:10px;padding:4px}}.b-knowledgebase-page-layout__content img{max-width:100%;height:auto;transition:filter .3s ease-in-out}.b-knowledgebase-page-layout__content table{font-size:14px;line-height:1.2;border:1px solid #e1e5ee;max-width:100%;overflow:auto;margin:20px 0 30px;height:auto !important;border-collapse:collapse;display:block;width:fit-content}.b-knowledgebase-page-layout__content table thead{background:#f5f6fa;font-weight:600}.b-knowledgebase-page-layout__content table td{padding:9px 13px}.b-knowledgebase-page-layout__content iframe{max-width:100% !important}.b-knowledgebase-page-layout__content p,.b-knowledgebase-page-layout__content li{font-size:18px;line-height:150%;margin:0 0 15px}@media all and (max-width: 560px){.b-knowledgebase-page-layout__content p,.b-knowledgebase-page-layout__content li{font-size:16px;margin:0 0 10px}}.b-knowledgebase-page-layout__content h2,.b-knowledgebase-page-layout__content h3,.b-knowledgebase-page-layout__content h4,.b-knowledgebase-page-layout__content h5{font-weight:800;line-height:120%;margin:0}.b-knowledgebase-page-layout__content h2{font-size:30px;margin:0 0 20px}.b-knowledgebase-page-layout__content h3{font-size:26px;margin:0 0 10px}.b-knowledgebase-page-layout__content h4{font-size:20px}.b-knowledgebase-page-layout__content h5{font-size:18px}.b-knowledgebase-page-layout__content h6{font-size:16px}.b-knowledgebase-page-layout__content h4,.b-knowledgebase-page-layout__content h5,.b-knowledgebase-page-layout__content h6{margin:0 0 5px}.b-knowledgebase-page-layout__content .gray-paragraph{background:#f5f6fa;border-radius:10px;padding:30px 25px;margin:30px 0;font-size:20px;line-height:150%}.b-knowledgebase-page-layout__content .gray-paragraph p{margin:0;font-size:20px;line-height:150%}@media all and (max-width: 560px){.b-knowledgebase-page-layout__content .gray-paragraph p{font-size:18px}}@media all and (max-width: 560px){.b-knowledgebase-page-layout__content .gray-paragraph{padding:10px !important;font-size:18px}}.b-knowledgebase-page-layout--group .b-knowledgebase-page-layout__list,.b-knowledgebase-page-layout--section .b-knowledgebase-page-layout__list,.b-knowledgebase-page-layout--index .b-knowledgebase-page-layout__list{max-width:750px}@media all and (max-width: 1280px){.b-knowledgebase-page-layout--group .b-knowledgebase-page-layout__list,.b-knowledgebase-page-layout--section .b-knowledgebase-page-layout__list,.b-knowledgebase-page-layout--index .b-knowledgebase-page-layout__list{max-width:750px}}@media all and (max-width: 1280px){.b-knowledgebase-page-layout--group .b-knowledgebase-page-layout__sidebar,.b-knowledgebase-page-layout--section .b-knowledgebase-page-layout__sidebar,.b-knowledgebase-page-layout--index .b-knowledgebase-page-layout__sidebar{max-width:750px;margin-bottom:20px;justify-content:center;margin-left:0}}.b-knowledgebase-page-layout--section .b-knowledgebase-page-layout__sidebar{padding-top:38px}@media all and (max-width: 1280px){.b-knowledgebase-page-layout--section .b-knowledgebase-page-layout__sidebar{padding-top:0}}.b-knowledgebase-page-layout--item .b-knowledgebase-page-layout__list{max-width:calc(100% - 414px)}@media all and (max-width: 1165px){.b-knowledgebase-page-layout--item .b-knowledgebase-page-layout__list{max-width:initial}}@media all and (max-width: 1280px){.b-knowledgebase-page-layout--item .b-knowledgebase-page-layout__form{margin-top:20px}}.b-knowledgebase-page-layout__sidebar{margin-left:39px;max-width:375px;order:3;box-sizing:border-box;flex-grow:1;position:relative}@media all and (max-width: 1165px){.b-knowledgebase-page-layout__sidebar{width:100%;max-width:initial;order:0;margin-left:0}}.b-knowledgebase-page-layout__sidebar--mobile-bottom{order:3}.b-knowledgebase-page-layout__sidebar-container{background:#fff;padding:20px;margin-bottom:20px;border-radius:10px}@media all and (max-width: 1165px){.b-knowledgebase-page-layout__sidebar-container{margin-bottom:30px}}.b-knowledgebase-page-layout__sidebar-container>.b-knowledgebase-teaser-params .b-knowledgebase-teaser-params__parameter:nth-child(1){order:2}.b-knowledgebase-page-layout__sidebar-container>.b-knowledgebase-teaser-params .b-knowledgebase-teaser-params__parameter:nth-child(2){order:3;padding-right:0}.b-knowledgebase-page-layout__sidebar-container>.b-knowledgebase-teaser-params .b-knowledgebase-teaser-params__parameter:nth-child(3){order:1;padding-right:14px}@media all and (max-width: 1280px){.b-knowledgebase-page-layout__sidebar-container>.b-knowledgebase-teaser-params .b-knowledgebase-teaser-params__parameter:nth-child(3){display:none}}@media all and (max-width: 560px){.b-knowledgebase-page-layout__sidebar-container--top{display:none}}@media all and (max-width: 560px){.b-knowledgebase-page-layout__sidebar-container--estimate{position:absolute;top:-85px;right:0}}@media(max-width: 560px){.b-knowledgebase-page-layout__sidebar-container{background:transparent;padding:0;margin-bottom:0}}@media all and (max-width: 560px){.b-knowledgebase-page-layout__sidebar-container--cabinet{margin-bottom:20px}}.b-knowledgebase-page-layout__search-desc{font-size:18px;color:#676767}.b-knowledgebase-page-layout__search-desc span{color:#1f1f1f}@media all and (max-width: 560px){.b-knowledgebase-page-layout__search-desc{font-size:16px}}.b-knowledgebase-page-layout__mentioned{background:#f5f6fa;border-radius:10px;padding:10px 30px 30px}@media screen and (max-width: 760px){.b-knowledgebase-page-layout__mentioned{padding:5px 16px 16px}}.b-knowledgebase-page-layout__detail-text{border-bottom:1px solid #e1e5ee;padding-bottom:30px;margin-bottom:30px}.b-knowledgebase-page-layout__detail-text video{max-width:100%;height:auto}.b-knowledgebase-page-layout__detail-text img{cursor:pointer}.b-knowledgebase-page-layout__detail-text a{color:#156ce1}.b-knowledgebase-page-layout .b-breadcrumbs{margin-left:0;padding-left:0}.b-knowledgebase-page-layout .b-breadcrumbs__item{background:#f4f4f4;margin:3px 3px 0 0}.b-knowledgebase-page-layout__form{padding:100px 0}@media(max-width: 1284px){.b-knowledgebase-page-layout__form{padding:50px 0}}.b-knowledgebase-page-layout__contents{position:sticky;top:10px}@media screen and (max-width: 1165px){.b-knowledgebase-page-layout__contents{position:relative;top:auto}}.b-knowledgebase-page-layout__banner{padding-bottom:50px}@media screen and (max-width: 1165px){.b-knowledgebase-page-layout__banner{display:none}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-knowledgebase-page-navigation{display:flex;justify-content:center;margin:30px 0}.b-knowledgebase-page-navigation__link{width:47px;height:47px;display:flex;justify-content:center;align-items:center;align-content:center;color:#1f1f1f;box-sizing:border-box;border-radius:8px;text-decoration:none}.b-knowledgebase-page-navigation__link--current{color:#fff;background:#ed1c24;box-shadow:0 20px 50px rgba(0,0,0,.05)}.b-knowledgebase-page-navigation__button-prev,.b-knowledgebase-page-navigation__button-next{background:#fff;border:1px solid #efefef;box-sizing:border-box;box-shadow:0 20px 50px rgba(0,0,0,.05);border-radius:8px;width:47px;height:47px;display:flex;justify-content:center;align-items:center;align-content:center;text-decoration:none}.b-knowledgebase-page-navigation__button-prev--current,.b-knowledgebase-page-navigation__button-next--current{display:none}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-knowledgebase-page-route{padding-top:16px;width:100%}.b-knowledgebase-page-route__link{max-width:100%;color:#676b77;font:normal 400 14px/130% ProximaNova;text-decoration:none;padding-right:26px;position:relative}.b-knowledgebase-page-route__link--first:hover path{fill:#e72430}.b-knowledgebase-page-route__link:last-child{padding-right:0}.b-knowledgebase-page-route__link:last-child::after{display:none}.b-knowledgebase-page-route__link::after{content:"";border:solid #babeca;border-width:0 1px 1px 0;transform:rotate(-45deg);padding:3px;display:block;width:0;height:0;position:absolute;right:11px;top:5px}.b-knowledgebase-page-route__link--disable{color:rgba(0,0,0,.65)}.b-knowledgebase-page-route__link--disable::after{display:none}.b-knowledgebase-page-route__path{display:flex;flex-wrap:wrap}@media(max-width: 560px){.b-knowledgebase-page-route{border-bottom:1px solid #e1e5ee;padding:12px 15px 10px;margin:0 -10px;width:calc(100% + 20px)}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-knowledgebase-page-sidebar-cabinet__buttons{display:grid;grid-gap:10px}.b-knowledgebase-page-sidebar-cabinet__btn{border:1px solid #e72430;border-radius:10px;padding:16px 20px;text-align:center}.b-knowledgebase-page-sidebar-cabinet__btn--edit{background-color:#e72430;color:#fff}.b-knowledgebase-page-sidebar-cabinet__btn--edit:hover{color:#fff}@media screen and (max-width: 768px){.b-knowledgebase-page-sidebar-cabinet__btn{padding:10px 15px;font-size:14px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-knowledgebase-page-sidebar__author{flex:1;margin-right:5px}.b-knowledgebase-page-sidebar__date{display:flex;flex-direction:column;padding-top:12px;border-top:1px solid #e1e5ee}.b-knowledgebase-page-sidebar__date-item{font-weight:400;font-size:14px;line-height:130%;color:#676b77}.b-knowledgebase-page-sidebar__date-item.flex{display:flex}.b-knowledgebase-page-sidebar__date-item div{margin-right:5px;display:inline}.b-knowledgebase-page-sidebar__date-item:not(:last-child){margin-bottom:10px}.b-knowledgebase-page-sidebar__top{display:flex;justify-content:space-between}.b-knowledgebase-page-sidebar__views span{color:#676b77;font-weight:400;font-size:12px;margin-left:3px}.b-knowledgebase-page-sidebar__views img{max-width:17px}.b-knowledgebase-page-sidebar__status{display:inline-block;padding:5px 10px;margin:0 0 20px 0;font-weight:600;font-size:14px;line-height:130%;border-radius:5px}.b-knowledgebase-page-sidebar__status--published{color:#16c861;background:rgba(22,200,97,.08)}.b-knowledgebase-page-sidebar__status--check{background-color:#eee;color:#676b77}.b-knowledgebase-page-sidebar__status--draft{background-color:rgba(246,138,10,.08);color:#f68a0a}.b-knowledgebase-page-sidebar__status--disconnected{background-color:#ec291333;color:#e72430}.b-knowledgebase-page-sidebar__buttons-wrap{padding-top:10px;border-top:1px solid #e1e5ee;margin-top:20px;display:flex;justify-content:center}.b-knowledgebase-page-sidebar__buttons{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%;max-width:450px}.b-knowledgebase-page-sidebar__btn-link{margin:10px 0 15px;background-color:#fff}.b-knowledgebase-page-sidebar__btn-link-viewpdf{position:relative;display:flex;justify-content:center;color:#e72430;padding:15px 10px 13px;height:53px;border:1px solid #e72430;border-radius:10px}.b-knowledgebase-page-sidebar__btn-link-viewpdf div{color:#e72430;display:inline-block;display:flex}.b-knowledgebase-page-sidebar__btn-link-viewpdf div::before{content:"";display:inline-block;background:url(/img/icons/download-lic-btn.svg) no-repeat center;left:0;top:-5px;width:24px;height:24px;background-size:cover;margin-right:10px}.b-knowledgebase-page-sidebar__btn-link-viewpdf span{display:inline-block;border-bottom:1px dashed #e72430}.b-knowledgebase-page-sidebar__btn{display:flex;justify-content:center;padding-top:0;margin-top:6px}.b-knowledgebase-page-sidebar__btn.hide{display:none}.b-knowledgebase-page-sidebar__btn svg{min-width:18px}.b-knowledgebase-page-sidebar__btn--checking,.b-knowledgebase-page-sidebar__btn--edit,.b-knowledgebase-page-sidebar__btn--approve,.b-knowledgebase-page-sidebar__btn--reject,.b-knowledgebase-page-sidebar__btn--delete{color:#1f1f1f;font-size:14px;display:flex;align-items:center;max-width:45%}.b-knowledgebase-page-sidebar__btn--checking span,.b-knowledgebase-page-sidebar__btn--edit span,.b-knowledgebase-page-sidebar__btn--approve span,.b-knowledgebase-page-sidebar__btn--reject span,.b-knowledgebase-page-sidebar__btn--delete span{margin-left:10px}.b-knowledgebase-page-sidebar__btn--check-plagiat{font-size:14px;padding-top:15px;margin-top:15px;border-top:1px solid #e1e5ee;width:100%;justify-content:flex-start}.b-knowledgebase-page-sidebar__btn--reject span{max-width:100px}.b-knowledgebase-page-sidebar__btn--checking{color:#676b77}.b-knowledgebase-page-sidebar img{margin:0 !important}@media screen and (max-width: 560px){.b-knowledgebase-page-sidebar{background:#f5f6fa;border-radius:10px;padding:20px 17px;margin:8px 0}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-knowledgebase-page-similar{width:100%;position:relative;padding-top:100px}@media(max-width: 560px){.b-knowledgebase-page-similar{margin-top:25px}}.b-knowledgebase-page-similar__loading{display:none;position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:20}.b-knowledgebase-page-similar__loading::before{content:" ";display:block;position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(250,250,250,.8)}.b-knowledgebase-page-similar__loading::after{content:" ";display:block;width:64px;min-width:64px;height:64px;border-radius:50%;border:6px solid #e30713;border-color:#e30713 transparent;animation:lds-dual-ring 1.2s linear infinite;position:absolute;top:0;bottom:0;right:0;left:0;margin:auto}.b-knowledgebase-page-similar--loading .b-knowledgebase-page-similar__loading{display:flex}.b-knowledgebase-page-similar__items{display:flex;flex-wrap:wrap;justify-content:space-between}.b-knowledgebase-page-similar--grid .b-knowledgebase-page-similar__items{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px}@media all and (max-width: 768px){.b-knowledgebase-page-similar--grid .b-knowledgebase-page-similar__items{grid-template-columns:1fr}}@media all and (max-width: 1284px){.b-knowledgebase-page-similar{padding-top:50px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-knowledgebase-page-sorting{font-size:16px;color:#1f1f1f;margin-bottom:10px}.b-knowledgebase-page-sorting__button{text-decoration:none;color:#676767;padding-left:30px;white-space:nowrap;margin-bottom:10px;display:inline-block}.b-knowledgebase-page-sorting__button--active{color:#ed1c24}@media all and (max-width: 560px){.b-knowledgebase-page-sorting__button:nth-child(2){padding-left:0}}@media all and (max-width: 560px){.b-knowledgebase-page-sorting span{display:block;margin-bottom:10px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-knowledgebase-rating-like{display:flex;align-content:center;align-items:center;justify-content:space-between}.b-knowledgebase-rating-like__rating{cursor:pointer}.b-knowledgebase-rating-like__rating svg{display:block}.b-knowledgebase-rating-like__rating--down{padding:5px}.b-knowledgebase-rating-like__rating--up{padding:5px}.b-knowledgebase-rating-like__rating-value{color:#1f1f1f;padding:5px 2px 5px 5px}
.b-knowledgebase-rating{display:flex;align-content:center;align-items:center;justify-content:space-between}.b-knowledgebase-rating__rating{cursor:pointer}.b-knowledgebase-rating__rating svg{display:block}.b-knowledgebase-rating__rating--down{transform:rotate(180deg) translateY(-1px)}.b-knowledgebase-rating__rating--down svg path{stroke:#cecece}.b-knowledgebase-rating__rating--up{transform:rotate(0deg) translateY(-1px)}.b-knowledgebase-rating__rating--up svg path{stroke:#27ae60}.b-knowledgebase-rating__rating:last-child{padding-left:8px}.b-knowledgebase-rating__rating-value{color:#27ae60;padding-left:8px;font-weight:bold}.b-knowledgebase-rating--big .b-knowledgebase-rating__rating:last-child{padding-left:20px}.b-knowledgebase-rating--big .b-knowledgebase-rating__rating svg{transform:scale(1.8)}.b-knowledgebase-rating--big .b-knowledgebase-rating__rating-value{font-weight:bold;font-size:24px;color:#27ae60;padding-left:20px}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-knowledgebase-search-scope{padding-top:40px;width:100%;position:relative;display:flex;flex-wrap:wrap}.b-knowledgebase-search-scope .b-knowledgebase-teaser-item{width:100%;position:relative;z-index:10}.b-knowledgebase-search-scope .b-knowledgebase-teaser-item .b-knowledgebase-teaser__title b{position:relative;display:inline-block}.b-knowledgebase-search-scope .b-knowledgebase-teaser-item .b-knowledgebase-teaser__title b::before{content:"";position:absolute;z-index:-1;background:#fff5f5;top:-3px;left:-5px;right:-5px;bottom:-5px}.b-knowledgebase-search-scope .b-knowledgebase-teaser-item .b-knowledgebase-teaser__description b{display:inline-block;font-weight:normal;position:relative}.b-knowledgebase-search-scope .b-knowledgebase-teaser-item .b-knowledgebase-teaser__description b::before{content:"";position:absolute;z-index:-1;background:#fff5f5;top:-2px;left:-4px;right:-4px;bottom:-2px}@keyframes lds-dual-ring{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.b-knowledgebase-search-scope__loading{display:none;position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:20}.b-knowledgebase-search-scope__loading::before{content:" ";display:block;position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(250,250,250,.8)}.b-knowledgebase-search-scope__loading::after{content:" ";display:block;width:64px;min-width:64px;height:64px;border-radius:50%;border:6px solid #e30713;border-color:#e30713 transparent;animation:lds-dual-ring 1.2s linear infinite;position:absolute;top:0;bottom:0;right:0;left:0;margin:auto}.b-knowledgebase-search-scope__list{display:flex;flex-wrap:wrap;width:100%;margin-bottom:5px;justify-content:flex-start}.b-knowledgebase-search-scope__list--knowledge_base,.b-knowledgebase-search-scope__list--documents{justify-content:flex-start}.b-knowledgebase-search-scope__list--knowledge_base .b-knowledgebase-teaser,.b-knowledgebase-search-scope__list--documents .b-knowledgebase-teaser{max-width:calc(50% - 5px);width:auto;border:1px solid #e1e5ee;border-radius:10px;padding:16px 20px;margin-right:10px}.b-knowledgebase-search-scope__list--knowledge_base .b-knowledgebase-teaser__title,.b-knowledgebase-search-scope__list--documents .b-knowledgebase-teaser__title{font-weight:600;font-size:16px;line-height:130%}@media all and (max-width: 970px){.b-knowledgebase-search-scope__list--knowledge_base .b-knowledgebase-teaser,.b-knowledgebase-search-scope__list--documents .b-knowledgebase-teaser{max-width:100%}}.b-knowledgebase-search-scope__title{font-size:28px;font-weight:bold;color:#1f1f1f;margin-bottom:30px;text-decoration:none;display:block;width:100%}.b-knowledgebase-search-scope__title span{font-size:20px;font-weight:normal;color:#676767;opacity:.4;padding-left:10px}@media all and (max-width: 560px){.b-knowledgebase-search-scope__title{font-size:24px}}.b-knowledgebase-search-scope--loading .b-knowledgebase-search-scope__loading{display:flex}.b-knowledgebase-search-scope--autocomplete{padding:0}.b-knowledgebase-search-scope--autocomplete .b-knowledgebase-search-scope__list{margin-bottom:20px}.b-knowledgebase-search-scope--autocomplete .b-knowledgebase-search-scope__title{margin-bottom:11px;font-weight:600;font-size:18px;line-height:130%;color:#676b77;display:flex;align-items:center}.b-knowledgebase-search-scope--autocomplete .b-knowledgebase-search-scope__title:hover{color:#e72430}.b-knowledgebase-search-scope--autocomplete .b-knowledgebase-search-scope__title:hover svg{margin-left:23px}.b-knowledgebase-search-scope--autocomplete .b-knowledgebase-search-scope__title:hover svg path{stroke:#e72430}.b-knowledgebase-search-scope--autocomplete .b-knowledgebase-search-scope__title svg{margin-left:18px;transition:.3s margin}.b-knowledgebase-search-scope--autocomplete .b-knowledgebase-search-scope__title span{font-size:14px;color:#676767;font-weight:normal;opacity:1;padding-left:2px}.b-knowledgebase-search-scope--autocomplete .b-knowledgebase-search-scope__show-more{display:none}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-knowledgebase-section{display:flex;flex-wrap:wrap;padding-bottom:85px}@media screen and (max-width: 560px){.b-knowledgebase-section{padding-bottom:35px}}.b-knowledgebase-section--popular{padding:100px 0 90px}@media screen and (max-width: 560px){.b-knowledgebase-section--popular{padding:50px 0 40px}}.b-knowledgebase-section--authors{padding:10px 0 90px}@media screen and (max-width: 560px){.b-knowledgebase-section--authors{padding:10px 0 40px}}.b-knowledgebase-section--directions h2{margin:0 0 15px;font-weight:800;font-size:34px;line-height:120%}@media(max-width: 1024px){.b-knowledgebase-section--directions{padding-bottom:50px}.b-knowledgebase-section--directions h2{font-size:24px}}.b-knowledgebase-section--directions .b-knowledgebase-section__list{margin-bottom:0}.b-knowledgebase-section__top{width:100%;padding:32px 0 17px;max-width:870px}.b-knowledgebase-section__top h1{display:inline}.b-knowledgebase-section__top .l-h2{font-size:30px;margin-bottom:15px}@media screen and (max-width: 560px){.b-knowledgebase-section__top .l-h2{font-size:22px}}@media screen and (max-width: 560px){.b-knowledgebase-section__top{padding:32px 0 10px}}.b-knowledgebase-section__count{display:inline;color:#676b77;font-weight:400;font-size:24px;padding-left:10px}.b-knowledgebase-section__count .text{font-weight:600;font-size:20px}@media screen and (max-width: 560px){.b-knowledgebase-section__count{padding-left:5px}}.b-knowledgebase-section__wrap{max-width:870px;flex:0 0 870px}@media screen and (max-width: 1280px){.b-knowledgebase-section__wrap{max-width:calc(100% - 350px);flex:0 0 calc(100% - 350px)}}@media screen and (max-width: 970px){.b-knowledgebase-section__wrap{max-width:initial;flex:0 0 100%}}.b-knowledgebase-section__list{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;margin:0 0 30px;width:100%}.b-knowledgebase-section__list--img-list{grid-template-columns:1fr}@media screen and (max-width: 970px){.b-knowledgebase-section__list{margin-top:20px}}@media screen and (max-width: 768px){.b-knowledgebase-section__list{grid-template-columns:1fr}}.b-knowledgebase-section__list--three-columns{grid-template-columns:repeat(3, 1fr);margin-top:30px}@media screen and (max-width: 1200px){.b-knowledgebase-section__list--three-columns{grid-template-columns:1fr 1fr;margin-top:10px}}@media screen and (max-width: 768px){.b-knowledgebase-section__list--three-columns{grid-gap:10px;grid-template-columns:1fr}}.b-knowledgebase-section__bottom{margin:0 auto}@media screen and (max-width: 480px){.b-knowledgebase-section__bottom{width:100%}}.b-knowledgebase-section__button a{min-width:252px}@media screen and (max-width: 480px){.b-knowledgebase-section__button a{width:100%}}@media screen and (max-width: 480px){.b-knowledgebase-section__button{width:100%}}.b-knowledgebase-section__title{font-size:28px;margin-bottom:20px}.b-knowledgebase-section__empty{color:#676b77;font-size:18px;margin:20px 0;width:100%}.b-knowledgebase-section__desc{width:100%;font-size:16px;font-weight:400;margin-bottom:29px;max-width:870px}.b-knowledgebase-section__desc--v2{font-size:16px;font-weight:400;line-height:150%;max-width:none;color:#676b77}@media screen and (max-width: 560px){.b-knowledgebase-section__desc{margin-bottom:20px}}.b-knowledgebase-section__text{font-size:18px;font-weight:600;line-height:130%}@media screen and (max-width: 768px){.b-knowledgebase-section__text{margin-bottom:10px}}.b-knowledgebase-section__sort{align-items:flex-start;margin-top:10px}.b-knowledgebase-section__data{width:100%}.b-knowledgebase-section__container.empty{width:100%;height:auto}.b-knowledgebase-section__content{display:flex;flex-wrap:wrap}.b-knowledgebase-section__container .b-knowledgebase-section__empty{display:none}.b-knowledgebase-section__container.empty .b-knowledgebase-section__content{display:none}.b-knowledgebase-section__container.empty .b-knowledgebase-section__empty{display:block}.b-knowledgebase-section .js-hide{display:none}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-knowledgebase-sort{display:flex;margin:7px 0 15px}@media screen and (min-width: 970px){.b-knowledgebase-sort__title{display:none}}.b-knowledgebase-sort__popup-list{display:none}@media screen and (max-width: 970px){.b-knowledgebase-sort__select{display:none}}.b-knowledgebase-sort__select:hover .b-knowledgebase-sort__popup-list{display:block;background:#fff;border:1px solid #e1e5ee;border-radius:10px;padding:20px;margin-top:-10px;position:absolute;z-index:1;filter:drop-shadow(0 10px 20px rgba(111, 111, 111, 0.13))}.b-knowledgebase-sort__list{display:flex;flex-wrap:wrap}@media(max-width: 970px){.b-knowledgebase-sort__list{position:relative;margin-top:auto;width:100%;flex-direction:column;background:#fff;box-shadow:0 0 45px rgba(0,0,0,.2);border-radius:10px 10px 0 0;padding:20px 16px}}.b-knowledgebase-sort__option{margin-bottom:13px}.b-knowledgebase-sort__option .l-checkbox:checked+label{font-weight:600}.b-knowledgebase-sort__item{margin-bottom:10px;font-size:14px}.b-knowledgebase-sort__item span{position:relative;cursor:pointer;padding-right:25px}.b-knowledgebase-sort__item span::after,.b-knowledgebase-sort__item span::before{content:"";display:block;border:5px solid transparent;position:absolute;right:10px;border-radius:1.5px}@media(max-width: 970px){.b-knowledgebase-sort__item span::after,.b-knowledgebase-sort__item span::before{border:2px solid #babeca;width:8px;height:8px;right:3px}}.b-knowledgebase-sort__item span::after{top:12px}@media(min-width: 971px){.b-knowledgebase-sort__item span::after{border-top:5px solid #babeca}}@media(max-width: 970px){.b-knowledgebase-sort__item span::after{top:13px;transform:rotate(135deg);border-bottom:none;border-left:none}}.b-knowledgebase-sort__item span::before{top:0}@media(min-width: 971px){.b-knowledgebase-sort__item span::before{border-bottom:5px solid #babeca}}@media(max-width: 970px){.b-knowledgebase-sort__item span::before{top:2px;transform:rotate(-45deg);border-bottom:none;border-left:none}}@media(max-width: 970px){.b-knowledgebase-sort__item span{display:block}}@media(min-width: 971px){.b-knowledgebase-sort__item.js-asc span::before{border-bottom:5px solid #e72430}}@media(max-width: 970px){.b-knowledgebase-sort__item.js-asc span::before{border-color:#e72430}}@media(min-width: 971px){.b-knowledgebase-sort__item.js-desc span::after{border-top:5px solid #e72430}}@media(max-width: 970px){.b-knowledgebase-sort__item.js-desc span::after{border-color:#e72430}}@media screen and (min-width: 971px){.b-knowledgebase-sort__item{display:flex;margin:0 10px 10px 0}.b-knowledgebase-sort__item.js-active{font-weight:600}}@media screen and (max-width: 970px){.b-knowledgebase-sort__item{margin-bottom:15px;padding-bottom:15px}.b-knowledgebase-sort__item:not(:last-child){border-bottom:1px solid #e1e5ee}}.b-knowledgebase-sort__del{margin-left:25px;cursor:pointer}@media(max-width: 970px){.b-knowledgebase-sort__del{display:none}}.b-knowledgebase-sort__reset{cursor:pointer}.b-knowledgebase-sort__buttons{display:flex;justify-content:space-between;align-items:center}.b-knowledgebase-sort__buttons--mob{display:none}@media screen and (max-width: 970px){.b-knowledgebase-sort__buttons--mob{display:flex}}.b-knowledgebase-sort__apply.l-button{margin-left:20px}@media screen and (min-width: 971px){.b-knowledgebase-sort__apply.l-button{padding:17px 0;flex:1}}.b-knowledgebase-sort__mob{display:none}@media screen and (max-width: 970px){.b-knowledgebase-sort__mob{display:block;margin-bottom:20px}}.b-knowledgebase-sort__close::before,.b-knowledgebase-sort__close::after{width:16px}@media screen and (max-width: 970px){.b-knowledgebase-sort{display:none}.b-knowledgebase-sort .b-present__sort-title--top{display:none}}
.b-knowledgebase-tabs{width:100%;margin-bottom:20px}.b-knowledgebase-tabs__list{display:flex;overflow:auto}.b-knowledgebase-tabs__button{order:2;font-size:14px;padding:10px 23px;border-radius:6px}.b-knowledgebase-tabs__button--total{order:1}.b-knowledgebase-tabs__button a{color:#1f1f1f;text-decoration:none;white-space:nowrap}.b-knowledgebase-tabs__button.active{background:#fff5f5}.b-knowledgebase-tabs__button.active a{color:#ed1c24}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-knowledgebase-tags-autocomplete{background:#fff;border-radius:10px;box-shadow:0 0 1px 0 rgba(0,0,0,.2);padding:30px}@media all and (max-width: 1280px){.b-knowledgebase-tags-autocomplete{padding:30px}}@media all and (max-width: 768px){.b-knowledgebase-tags-autocomplete{padding:30px 25px}}@media all and (max-width: 375px){.b-knowledgebase-tags-autocomplete{padding:30px 20px}}.b-knowledgebase-tags-autocomplete__tag{color:#878787;padding:12px 0;cursor:pointer}.b-knowledgebase-tags-autocomplete__tag:hover{color:#1f1f1f}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-knowledgebase-tags-search{box-shadow:0 0 1px 0 rgba(0,0,0,.2);padding:30px;background:#fff;border-radius:10px;max-height:2000px;transition:max-height 450ms;flex-grow:1}@media all and (max-width: 1280px){.b-knowledgebase-tags-search{padding:30px}}@media all and (max-width: 768px){.b-knowledgebase-tags-search{padding:30px 25px}}@media all and (max-width: 375px){.b-knowledgebase-tags-search{padding:30px 20px}}.b-knowledgebase-tags-search__header{font-size:25px;font-weight:bold;color:#1f1f1f;margin-bottom:20px;position:relative;transition:margin-bottom 450ms}.b-knowledgebase-tags-search__visibility-button{position:absolute;top:-9px;right:-20px;display:flex;cursor:pointer;padding:20px;transform:rotate(0);transition:transform 225ms}.b-knowledgebase-tags-search__input{position:relative}.b-knowledgebase-tags-search__input input{border:1px solid #cfcfcf;background:#fff;font-size:14px;color:#878787;height:50px;width:100%;border-radius:10px;padding-left:20px;box-sizing:border-box}.b-knowledgebase-tags-search__autocomplete{display:none;position:absolute;top:100%;left:0;right:0}.b-knowledgebase-tags-search__autocomplete--visible{display:block}.b-knowledgebase-tags-search__tags{display:flex;flex-wrap:wrap}.b-knowledgebase-tags-search__tag{background:#fff5f5;padding:8px 10px;border-radius:6px;color:#ed1c24;font-size:14px;margin-top:16px;margin-right:16px;display:flex;align-content:center;align-items:center;justify-content:space-between;min-width:113px;box-sizing:border-box;cursor:pointer}.b-knowledgebase-tags-search__tag--hidden{display:none}.b-knowledgebase-tags-search__tag svg{margin-left:10px;display:block;pointer-events:none}.b-knowledgebase-tags-search--hidden{max-height:30px;overflow:hidden}.b-knowledgebase-tags-search--hidden .b-knowledgebase-tags-search__header{margin-bottom:50px}.b-knowledgebase-tags-search--hidden .b-knowledgebase-tags-search__visibility-button{transform:rotate(180deg)}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-knowledgebase-teaser-article{position:relative;border:1px solid #e1e5ee;border-radius:10px;width:calc((100% - 40px) / 3);padding:20px;display:flex;flex-direction:column;justify-content:flex-end;transition:transform .4s}.b-knowledgebase-teaser-article--grid{width:100%;margin-bottom:0}.b-knowledgebase-teaser-article:hover{box-shadow:0 20px 85px rgba(141,148,177,.15);border:1px solid transparent;transform:translateY(-10px)}.b-knowledgebase-teaser-article__title{max-width:calc(100% - 45px);display:block;color:#1f1f1f;font-weight:600;font-size:18px;line-height:140%}.b-knowledgebase-teaser-article__tags{margin:10px 0 auto;padding-bottom:5px}.b-knowledgebase-teaser-article__tag{font-size:14px;color:#676b77;padding-right:3px;font-weight:400}.b-knowledgebase-teaser-article__params{display:flex}.b-knowledgebase-teaser-article__grade{margin-left:auto}.b-knowledgebase-teaser-article__favourite{position:absolute;top:20px;right:20px;border:1px solid #e1e5ee;border-radius:360px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer}.b-knowledgebase-teaser-article__favourite.add-to-favourites--remove{border-color:#e72430}.b-knowledgebase-teaser-article__favourite.add-to-favourites--remove path{stroke:#e72430}@media screen and (max-width: 1160px){.b-knowledgebase-teaser-article:not(.b-knowledgebase-teaser-article--grid){width:calc((100% - 20px) / 2)}.b-knowledgebase-teaser-article:not(.b-knowledgebase-teaser-article--grid):not(:last-child){margin-bottom:20px}}@media screen and (max-width: 768px){.b-knowledgebase-teaser-article{width:100%}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-knowledgebase-teaser-catalog{box-sizing:border-box}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-knowledgebase-teaser-document{box-sizing:border-box;position:relative}.b-knowledgebase-teaser-document__download-link{background-color:#fff5f5;padding:14px 20px;box-sizing:border-box;border-radius:10px;width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;text-decoration:none;margin-top:auto}.b-knowledgebase-teaser-document__download-link span{font-size:14px;color:#ed1c24}.b-knowledgebase-teaser-document__download-link span:last-child{color:#ff9b9f}@media all and (max-width: 375px){.b-knowledgebase-teaser-document__download-link{display:none}}.b-knowledgebase-teaser-document__download-link--mobile{display:none;position:absolute;left:20px;right:20px;bottom:20px;width:auto}@media all and (max-width: 375px){.b-knowledgebase-teaser-document__download-link--mobile{display:flex;flex-wrap:wrap}}.b-knowledgebase-teaser-document__date-info{color:#54535b;font-weight:400;font-size:12px;line-height:1.2;margin-bottom:20px}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-knowledgebase-teaser-item{box-sizing:border-box;position:relative}.b-knowledgebase-teaser-item__tags{width:100%;margin:9px 0}.b-knowledgebase-teaser-item__tag{font-size:14px;color:#697582;padding-right:15px;padding-top:0;display:inline-block;text-decoration:none}.b-knowledgebase-teaser-item__favourite{position:absolute;right:20px;top:25px;opacity:0;transition:opacity .2s;display:block}.b-knowledgebase-teaser-item__favourite.add-to-favourites--remove{opacity:1;transition:opacity .2s}.b-knowledgebase-teaser-item__favourite.add-to-favourites--remove path{fill:#e72430}@media screen and (max-width: 560px){.b-knowledgebase-teaser-item__favourite{opacity:0}}.b-knowledgebase-teaser-item:hover .b-knowledgebase-teaser-item__favourite{opacity:1;transition:opacity .2s}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-knowledgebase-teaser-params{display:flex;flex-wrap:wrap;align-content:center;align-items:center}@media(max-width: 760px){.b-knowledgebase-teaser-params:not(.b-knowledgebase-teaser-params--similar){justify-content:space-between;max-width:320px;padding:15px 0 10px;border-top:1px solid #e1e5ee;margin-top:15px}}@media all and (max-width: 376px){.b-knowledgebase-teaser-params{flex-wrap:nowrap}}.b-knowledgebase-teaser-params__parameter{color:#676b77;padding-right:20px;display:flex;font-size:14px}.b-knowledgebase-teaser-params__parameter div{height:2em;display:flex;align-content:center;align-items:center}.b-knowledgebase-teaser-params__parameter div+div{padding-left:8px;white-space:nowrap}@media all and (max-width: 376px){.b-knowledgebase-teaser-params__parameter div+div{padding-left:6px}.b-knowledgebase-teaser-params__parameter:last-child{padding-right:0}}.b-knowledgebase-teaser-params__parameter:last-child{padding-right:0}.b-knowledgebase-teaser-params--short .b-knowledgebase-teaser-params{flex-wrap:nowrap}.b-knowledgebase-teaser-params--short .b-knowledgebase-teaser-params__parameter{font-size:14px;white-space:nowrap}.b-knowledgebase-teaser-params--short .b-knowledgebase-teaser-params__parameter:last-child{padding-right:0}.b-knowledgebase-teaser-params--system{flex-wrap:wrap;margin:20px 0 15px;position:absolute;bottom:0;width:calc(100% - 30px)}.b-knowledgebase-teaser-params--system .b-knowledgebase-teaser-params__parameter{color:#1f1f1f;font-size:14px;white-space:nowrap}.b-knowledgebase-teaser-params--system .b-knowledgebase-teaser-params__parameter:last-child{padding-right:0}.b-knowledgebase-teaser-params--system .b-knowledgebase-teaser-params__parameter--rating{min-width:calc(100% - 234px);justify-content:end;width:100%;flex:1 1}@media(max-width: 760px){.b-knowledgebase-teaser-params--system{justify-content:space-between;max-width:100%;border-top:0 solid #e1e5ee}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-knowledgebase-teaser-section{position:relative}@media all and (max-width: 376px){.b-knowledgebase-teaser-section{margin:0 -16px;border-radius:0 !important}}.b-knowledgebase-teaser-section__loading{display:none;position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:20}.b-knowledgebase-teaser-section__loading::before{content:" ";display:block;position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(250,250,250,.8)}.b-knowledgebase-teaser-section__loading::after{content:" ";display:block;width:64px;min-width:64px;height:64px;border-radius:50%;border:6px solid #e30713;border-color:#e30713 transparent;animation:lds-dual-ring 1.2s linear infinite;position:absolute;top:0;bottom:0;right:0;left:0;margin:auto}.b-knowledgebase-teaser-section--loading .b-knowledgebase-teaser-section__loading{display:flex}.b-knowledgebase-teaser-section__icon{margin-bottom:40px}.b-knowledgebase-teaser-section__info{border-left:2px solid #ed1c24;padding-left:20px;margin-bottom:40px}.b-knowledgebase-teaser-section__show-more--hidden{display:none}.b-knowledgebase-teaser-section__items{width:100%}.b-knowledgebase-teaser-section .b-knowledgebase-teaser-item{width:100%;box-sizing:border-box;background:#fafafa}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-knowledgebase-teaser-video{box-sizing:border-box}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-knowledgebase-teaser:hover{box-shadow:0 7px 25px rgba(141,148,177,.06)}.b-knowledgebase-teaser__archive{color:#e72430;font-size:14px}.b-knowledgebase-teaser__section-name{color:#1f1f1f;padding:6px 13px;background:#f5f6fa;box-sizing:border-box;border-radius:5px;font-size:12px;margin-bottom:15px;line-height:130%;display:inline-block}a.b-knowledgebase-teaser__title{display:inline}a.b-knowledgebase-teaser__title:hover{border-bottom-color:#1f1f1f}.b-knowledgebase-teaser{margin-bottom:20px;background:#fff;border-radius:10px;text-decoration:none;display:flex;flex-wrap:wrap;align-content:flex-start;align-items:flex-start;border:1px solid #e1e5ee;transition:box-shadow 150ms;padding:22px 31px;flex-grow:1;z-index:1;position:relative}.b-knowledgebase-teaser__favourite{position:absolute;right:20px;top:25px;opacity:0;transition:opacity .2s;display:block}.b-knowledgebase-teaser__favourite.add-to-favourites--remove{opacity:1;transition:opacity .2s}.b-knowledgebase-teaser__favourite.add-to-favourites--remove path{fill:#e72430}@media screen and (max-width: 560px){.b-knowledgebase-teaser__favourite{opacity:0}}.b-knowledgebase-teaser:hover .b-knowledgebase-teaser__favourite{opacity:1;transition:opacity .2s}@media all and (max-width: 1280px){.b-knowledgebase-teaser{padding:30px}}@media all and (max-width: 768px){.b-knowledgebase-teaser{padding:30px 25px}}@media all and (max-width: 375px){.b-knowledgebase-teaser{padding:30px 20px}}.b-knowledgebase-teaser__info{max-width:calc(100% - 20px)}.b-knowledgebase-teaser__icon{padding-right:50px}.b-knowledgebase-teaser__icon img{max-width:80px}@media all and (max-width: 560px){.b-knowledgebase-teaser__icon{width:100%;padding-right:0;padding-bottom:20px}.b-knowledgebase-teaser__icon img{max-width:60px}}.b-knowledgebase-teaser__title{display:inline-block;color:#1f1f1f;font-size:20px;font-weight:600;margin-bottom:10px;text-decoration:none;border-bottom:1px solid transparent;transition:border 150ms}.b-knowledgebase-teaser__title b{position:relative;display:inline-block}.b-knowledgebase-teaser__title b::before{content:"";position:absolute;z-index:-1;background:#fff5f5;top:-3px;left:-5px;right:-5px;bottom:-3px}.b-knowledgebase-teaser__description{font-size:16px;color:#676767;margin-bottom:10px}.b-knowledgebase-teaser__parameters{display:flex;flex-wrap:wrap;align-content:center;align-items:center}.b-knowledgebase-teaser__parameter{color:#1f1f1f;padding-right:20px;display:flex;font-size:14px}.b-knowledgebase-teaser__parameter div{height:2em;display:flex;align-content:center;align-items:center}.b-knowledgebase-teaser__parameter div+div{padding-left:8px}.b-knowledgebase-teaser__counter{font-size:16px}.b-knowledgebase-teaser--group{align-items:center;align-content:center;flex-wrap:nowrap}@media all and (max-width: 560px){.b-knowledgebase-teaser--group{flex-wrap:wrap}}.b-knowledgebase-teaser--group .b-knowledgebase-teaser__icon img{width:80px;max-width:80px}@media all and (max-width: 768px){.b-knowledgebase-teaser--group .b-knowledgebase-teaser__icon img{width:60px;max-width:60px}}.b-knowledgebase-teaser--section{align-content:center;align-items:center}.b-knowledgebase-teaser--section .b-knowledgebase-teaser__title{font-size:24px}.b-knowledgebase-teaser--section .b-knowledgebase-teaser .b-knowledgebase-teaser__title{font-size:20px}.b-knowledgebase-teaser--item-similar{border-radius:10px;max-width:calc(33.33% - 20px);width:100%;margin-right:20px;padding:20px;min-height:177px;border:none;z-index:2}.b-knowledgebase-teaser--item-similar:nth-child(3n+3){margin-right:0}@media all and (max-width: 860px){.b-knowledgebase-teaser--item-similar{max-width:calc(50% - 20px);min-height:157px}.b-knowledgebase-teaser--item-similar:nth-child(3n+3){margin-right:20px}.b-knowledgebase-teaser--item-similar:nth-child(2n){margin-right:0}}@media all and (max-width: 560px){.b-knowledgebase-teaser--item-similar{max-width:none;margin-right:0;padding:16px}.b-knowledgebase-teaser--item-similar:nth-child(3n+3){margin-right:0}.b-knowledgebase-teaser--item-similar:nth-child(2n){margin-right:0}}.b-knowledgebase-teaser--item-similar .b-knowledgebase-teaser-params{padding-top:20px;position:relative;justify-content:space-between;width:100%;border:none}.b-knowledgebase-teaser--item-similar .b-knowledgebase-teaser-params::after{content:"";position:absolute;top:0;left:-20px;right:-20px;border-top:1px solid #ededed}@media all and (max-width: 1280px){.b-knowledgebase-teaser--item-similar .b-knowledgebase-teaser-params__parameter:nth-child(2){margin-right:auto}}@media all and (max-width: 560px){.b-knowledgebase-teaser--item-similar .b-knowledgebase-teaser-params{padding:15px 0 0}}.b-knowledgebase-teaser--item-similar .b-knowledgebase-teaser__title{font-size:16px}.b-knowledgebase-teaser--item-similar .b-knowledgebase-teaser__info{height:100%;width:100%;display:flex;flex-wrap:wrap;align-content:space-between}.b-knowledgebase-teaser--item-similar .b-knowledgebase-teaser__description{display:none}.b-knowledgebase-teaser--item-mini{border:none;border-bottom:1px solid #ededed;box-shadow:none;border-radius:0;padding:0 0 5px;background:transparent}.b-knowledgebase-teaser--item-mini.b-knowledgebase-teaser{max-width:calc(50% - 5px)}.b-knowledgebase-teaser--item-mini.b-knowledgebase-teaser:nth-child(2n+2){margin-right:0}@media all and (max-width: 768px){.b-knowledgebase-teaser--item-mini.b-knowledgebase-teaser{width:100%;max-width:100%;margin-right:0 !important}}.b-knowledgebase-teaser--item-mini .b-knowledgebase-teaser__title{font-size:18px}.b-knowledgebase-teaser--item-mini .b-knowledgebase-teaser__description{font-size:14px}.b-knowledgebase-teaser--item-mini .b-knowledgebase-teaser__description b{display:inline-block;font-weight:normal;position:relative}.b-knowledgebase-teaser--item-mini .b-knowledgebase-teaser__description b::before{content:"";position:absolute;z-index:-1;background:#fff5f5;top:-2px;left:-4px;right:-4px;bottom:-2px}.b-knowledgebase-teaser--item-mini .b-knowledgebase-teaser-params{display:none}.b-knowledgebase-teaser--catalog{justify-content:center;padding:10px 10px 20px;width:calc(34.33% - 20px);margin-right:10px;max-width:calc(34.33% - 20px)}@media all and (max-width: 768px){.b-knowledgebase-teaser--catalog{width:100%;max-width:100%;margin-right:0}}.b-knowledgebase-teaser--catalog .b-knowledgebase-teaser__title{border:none;font-weight:600;font-size:16px;line-height:130%}.b-knowledgebase-teaser--catalog .b-knowledgebase-teaser__title:hover{text-decoration:none}@media all and (max-width: 560px){.b-knowledgebase-teaser--catalog .b-knowledgebase-teaser__title{font-size:14px}}.b-knowledgebase-teaser--catalog .b-knowledgebase-teaser__info{font-size:14px;width:70%}.b-knowledgebase-teaser--catalog .b-knowledgebase-teaser__icon{padding-right:0;max-width:100%;overflow:hidden;border-radius:10px;margin-bottom:23px;padding-bottom:0;display:flex;height:78px}.b-knowledgebase-teaser--catalog .b-knowledgebase-teaser__icon img{max-width:none;display:block;border-radius:10px;overflow:hidden;max-height:100%;margin:auto}@media all and (max-width: 560px){.b-knowledgebase-teaser--catalog .b-knowledgebase-teaser__icon{height:70px;padding:8px 0}}.b-knowledgebase-teaser--catalog--mini{justify-content:left;padding:10px 20px;margin-right:10px;margin-bottom:15px;border:1px solid #e1e5ee;flex-wrap:nowrap;align-items:center;width:calc(50% - 5px);max-width:calc(50% - 5px)}.b-knowledgebase-teaser--catalog--mini:nth-child(2n+2){margin-right:0}@media all and (max-width: 768px){.b-knowledgebase-teaser--catalog--mini{width:100% !important;max-width:100% !important;margin-right:0 !important;margin-bottom:10px;padding:9px 20px 9px 9px}}.b-knowledgebase-teaser--catalog--mini .b-knowledgebase-teaser__title{margin-bottom:0}.b-knowledgebase-teaser--catalog--mini .b-knowledgebase-teaser__icon{width:95px;margin-bottom:0;margin-right:25px}.b-knowledgebase-teaser--catalog--mini .b-knowledgebase-teaser__icon img{max-width:100%}.b-knowledgebase-teaser--document{padding:33px 20px;width:calc((100% - 10px) / 2);max-width:calc((100% - 10px) / 2);flex-wrap:nowrap;flex-grow:inherit;margin-right:10px}.b-knowledgebase-teaser--document:nth-child(2n){margin-right:0}@media all and (max-width: 1200px){.b-knowledgebase-teaser--document{width:100%;max-width:100%;min-width:inherit;margin-right:0 !important}}@media all and (max-width: 375px){.b-knowledgebase-teaser--document{padding-bottom:60px}}.b-knowledgebase-teaser--document .b-knowledgebase-teaser__title{color:#171725;font-size:14px;border:none;overflow:hidden;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical}.b-knowledgebase-teaser--document .b-knowledgebase-teaser__title:hover{text-decoration:underline}.b-knowledgebase-teaser--document .b-knowledgebase-teaser__desc{color:#54535b;font-size:12px;margin-bottom:10px}.b-knowledgebase-teaser--document .b-knowledgebase-teaser__info{display:flex;flex-direction:column;height:100%;width:100%}.b-knowledgebase-teaser--document .b-knowledgebase-teaser__icon{padding-right:18px;width:auto !important;max-width:none !important}.b-knowledgebase-teaser--document .b-knowledgebase-teaser__icon img{max-width:117px;display:block;border:1px solid #e2e2e2;border-radius:6px}@media all and (max-width: 560px){.b-knowledgebase-teaser--document .b-knowledgebase-teaser__icon img{max-width:50px}}.b-knowledgebase-teaser--video{padding:0;width:100%;margin-right:30px;max-width:calc(50% - 15px);position:relative}.b-knowledgebase-teaser--video:nth-child(2n+2){margin-right:0}@media all and (max-width: 768px){.b-knowledgebase-teaser--video{width:100%;max-width:100%;margin-right:0}}.b-knowledgebase-teaser--video .b-knowledgebase-teaser__title{font-size:16px;color:#fff;position:absolute;z-index:10;bottom:30px;left:25px;border:none;margin-bottom:0}.b-knowledgebase-teaser--video .b-knowledgebase-teaser__title:hover{text-decoration:underline}.b-knowledgebase-teaser--video .b-knowledgebase-teaser__info{width:100%}.b-knowledgebase-teaser--video .b-knowledgebase-teaser__icon{padding-right:0;padding-bottom:0;width:100%;height:100%;min-height:245px;overflow:hidden;position:relative;z-index:1;border-radius:10px}.b-knowledgebase-teaser--video .b-knowledgebase-teaser__icon img{position:absolute;z-index:1;top:0;bottom:0;left:0;right:0;max-width:none;display:block}.b-knowledgebase-teaser--video .b-knowledgebase-teaser__icon svg{position:absolute;z-index:2;top:0;bottom:0;left:0;right:0;margin:auto}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-standart-page-item__content-footer{margin-top:35px;margin-bottom:25px}.b-standart-page-item__tag{font-size:14px;color:#697582;padding-right:35px;padding-bottom:10px;text-decoration:none}.b-standart-page-item__rating-wrapper{margin-top:25px;display:flex;justify-content:center;align-content:center;align-items:center}.b-standart-page-item__rating-title{font-size:24px;color:#202020;font-weight:bold;text-align:center}.b-standart-page-item__answer-wrapper{margin-top:41px;padding:0 9px;position:relative}@media(max-width: 768px){.b-standart-page-item__answer-wrapper{margin-top:30px}}.b-standart-page-item__answer-wrapper::before{content:"";position:absolute;left:9px;top:0;background-color:#beebd1;height:100%;width:6px;border-radius:3px}@media(max-width: 768px){.b-standart-page-item__answer-wrapper::before{left:0}}.b-standart-page-item__answer{padding:0 31px;font-size:20px;line-height:30px}@media(max-width: 768px){.b-standart-page-item__answer{padding:0 20px}}@media(max-width: 560px){.b-standart-page-item__answer{font-size:16px;padding:0 10px}}.b-standart-page-item__answer span{font-weight:bold;display:block;margin-bottom:28px}@media(max-width: 560px){.b-standart-page-item__answer span{font-size:20px;margin-bottom:15px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-standart-page-layout{font-family:ProximaNova,sans-serif}@media all and (max-width: 969px){.b-standart-page-layout{margin-top:-25px}}@media all and (max-width: 768px){.b-standart-page-layout{margin-top:-10px}}.b-standart-page-layout__header{font-size:36px;font-weight:bold;color:#1f1f1f;max-width:1170px;margin:0 auto 30px;width:100%}@media all and (max-width: 1280px){.b-standart-page-layout__header{max-width:970px}}@media all and (max-width: 768px){.b-standart-page-layout__header{font-size:28px}}.b-standart-page-layout__subheader{font-size:24px;font-weight:bold;color:#1f1f1f;max-width:1170px;margin:0 auto 30px;width:100%;order:1}@media all and (max-width: 1280px){.b-standart-page-layout__subheader{max-width:970px;order:2}}.b-standart-page-layout__colored-wrapper{background:#fafafa;padding:40px 0 100px}@media all and (max-width: 1280px){.b-standart-page-layout__colored-wrapper{padding:40px 0 80px}}.b-standart-page-layout__wrapper{max-width:1170px;margin:auto;padding:0 20px;display:flex;flex-wrap:wrap}@media all and (max-width: 1280px){.b-standart-page-layout__wrapper{max-width:970px;padding:0 16px}}.b-standart-page-layout__wrapper+.b-standart-page-layout__colored-wrapper{padding:40px 0 100px}@media all and (max-width: 1280px){.b-standart-page-layout__wrapper+.b-standart-page-layout__colored-wrapper{padding:30px 0 80px}}.b-standart-page-layout__list{max-width:790px;width:100%;flex-grow:1;order:2}@media all and (max-width: 1280px){.b-standart-page-layout__list{order:1}}.b-standart-page-layout__content{background:#fff;padding:50px 40px;box-sizing:border-box}@media all and (max-width: 560px){.b-standart-page-layout__content{padding:20px 16px;margin:0 -16px}}.b-standart-page-layout__content img{max-width:100%;height:auto}.b-standart-page-layout__content table{max-width:100%;overflow:auto}.b-standart-page-layout--section .b-standart-page-layout__list{max-width:unset}@media all and (max-width: 1280px){.b-standart-page-layout--section .b-standart-page-layout__list{max-width:750px}}@media all and (max-width: 1280px){.b-standart-page-layout--section .b-standart-page-layout__sidebar{max-width:750px;justify-content:center}}.b-standart-page-layout--section .b-standart-page-layout__sidebar{padding-top:38px}@media all and (max-width: 1280px){.b-standart-page-layout--section .b-standart-page-layout__sidebar{padding-top:0}}.b-standart-page-layout--item .b-standart-page-layout__list{max-width:unset}@media all and (max-width: 1280px){.b-standart-page-layout--item .b-standart-page-layout__sidebar{flex-wrap:wrap}}@media all and (max-width: 1280px){.b-standart-page-layout--item .b-standart-page-layout__form{margin-top:20px}}.b-standart-page-layout--item .b-standart-page-layout__gost_head{padding:10px 0;font-size:18px;font-weight:bold}.b-standart-page-layout--item .b-standart-page-layout__gost_val{padding:5px 0;font-size:18px}.b-standart-page-layout__sidebar{padding-left:30px;max-width:376px;width:100%;order:3;box-sizing:border-box}@media all and (max-width: 1280px){.b-standart-page-layout__sidebar{max-width:860px;order:3;padding-left:0;margin-bottom:30px;display:flex;flex-flow:column}}@media all and (max-width: 768px){.b-standart-page-layout__sidebar{flex-wrap:wrap}}.b-standart-page-layout__sidebar .b-standart-teaser-params{justify-content:space-between;flex-wrap:nowrap}.b-standart-page-layout__sidebar--mobile-bottom{flex-grow:1;order:3}@media all and (max-width: 1280px){.b-standart-page-layout__sidebar--mobile-bottom{order:3}}.b-standart-page-layout__sidebar-container{background:#fff;padding:13px 22px;margin-bottom:10px}@media all and (max-width: 1280px){.b-standart-page-layout__sidebar-container{margin-bottom:0;margin-top:20px;display:flex;margin-right:10px}.b-standart-page-layout__sidebar-container:last-child{margin-right:0}}@media all and (max-width: 560px){.b-standart-page-layout__sidebar-container{margin-right:0;width:100%}}.b-standart-page-layout__sidebar-container>.b-standart-teaser-params .b-standart-teaser-params__parameter:nth-child(1){order:2}.b-standart-page-layout__sidebar-container>.b-standart-teaser-params .b-standart-teaser-params__parameter:nth-child(2){order:3;padding-right:0}.b-standart-page-layout__sidebar-container>.b-standart-teaser-params .b-standart-teaser-params__parameter:nth-child(3){order:1;padding-right:14px}@media all and (max-width: 1280px){.b-standart-page-layout__sidebar-container>.b-standart-teaser-params .b-standart-teaser-params__parameter:nth-child(3){display:none}}.b-standart-page-layout__search-desc{font-size:18px;color:#676767}.b-standart-page-layout__search-desc span{color:#1f1f1f}@media all and (max-width: 560px){.b-standart-page-layout__search-desc{font-size:16px}}.b-standart-page-layout .b-breadcrumbs{margin-left:0;margin-bottom:45px}.b-standart-page-layout .b-breadcrumbs__item{background:#f4f4f4;margin:3px 3px 0 0}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-standart-page-navigation{display:flex;justify-content:center;margin:30px 0}.b-standart-page-navigation__link{width:47px;height:47px;display:flex;justify-content:center;align-items:center;align-content:center;color:#1f1f1f;box-sizing:border-box;border-radius:8px;text-decoration:none}.b-standart-page-navigation__link--current{color:#fff;background:#ed1c24;box-shadow:0 20px 50px rgba(0,0,0,.05)}.b-standart-page-navigation__button-prev,.b-standart-page-navigation__button-next{background:#fff;border:1px solid #efefef;box-sizing:border-box;box-shadow:0 20px 50px rgba(0,0,0,.05);border-radius:8px;width:47px;height:47px;display:flex;justify-content:center;align-items:center;align-content:center;text-decoration:none}.b-standart-page-navigation__button-prev--current,.b-standart-page-navigation__button-next--current{display:none}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-standart-page-route{display:flex;flex-wrap:wrap;width:100%;margin-top:20px;margin-bottom:45px}@media all and (max-width: 969px){.b-standart-page-route{margin-top:20px;margin-bottom:20px}}.b-standart-page-route__link{font-size:12px;color:#1f1f1f;background:#f4f4f4;display:flex;align-items:center;align-content:center;justify-content:center;margin-bottom:8px;margin-right:8px;padding:4px 5px;text-decoration:none}.b-standart-page-route__link svg{margin-left:10px;display:block}.b-standart-page-route__link--current{color:#545454}.b-standart-page-route__link--current svg{display:none}@media all and (max-width: 969px){.b-standart-page-route__link:nth-child(n+3){display:none}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-standart-page-sorting{font-size:16px;color:#1f1f1f;margin-bottom:10px}.b-standart-page-sorting__button{text-decoration:none;color:#676767;padding-left:30px;white-space:nowrap;margin-bottom:10px;display:inline-block}.b-standart-page-sorting__button--active{color:#ed1c24}@media all and (max-width: 560px){.b-standart-page-sorting__button:nth-child(2){padding-left:0}}@media all and (max-width: 560px){.b-standart-page-sorting span{display:block;margin-bottom:10px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-standart-send-form{background-color:#fff;border:1px solid #f7f7f7;padding:28px 25px 30px 30px;box-sizing:border-box;border-radius:10px;background-repeat:no-repeat;background-position:right 18px top 25px;background-size:102px 151px;display:flex;flex-flow:column}@media(max-width: 1280px){.b-standart-send-form{flex-flow:row;align-items:center;justify-content:space-between;padding:34px 30px 34px 126px;background-position:left 31px top 12px;background-size:76px 112px}}@media(max-width: 767px){.b-standart-send-form{padding:28px 25px 30px 30px;background-position:right 18px top 25px;background-size:102px 151px;flex-flow:column;align-items:flex-start}}@media(max-width: 374px){.b-standart-send-form{padding:28px 67px 30px 20px;background-position:right 10px top 20px;background-size:66px 119px}}.b-standart-send-form__text{font-size:16px;line-height:21px;margin-bottom:24px;max-width:228px}@media(max-width: 1280px){.b-standart-send-form__text{align-items:center;max-width:375px;margin-right:30px;margin-bottom:0}}@media(max-width: 767px){.b-standart-send-form__text{margin-bottom:24px;max-width:221px}}@media(max-width: 374px){.b-standart-send-form__text{max-width:201px;margin-bottom:14px}}.b-standart-send-form__status{padding:5px 0;font-weight:bold}.b-standart-send-form__btn-send{border:1px solid #e30713;border-radius:10px;max-width:auto;min-width:auto;position:relative;width:228px;height:45px;font-size:14px;line-height:17px;text-align:center;color:#fff;font-weight:bold;background:#e30713;transition:.2s;cursor:pointer}.b-standart-send-form__btn-send:hover{opacity:.6}@media(max-width: 767px){.b-standart-send-form__btn-send{left:calc(50% - 16px);margin:0 16px;width:200px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-standart-teaser-item{box-sizing:border-box}.b-standart-teaser-item--archive{opacity:.6}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-standart-teaser-section__counter{margin-right:5px;padding:0 8px}.b-standart-teaser-section__counter:first-of-type{padding-left:0}.b-standart-teaser-section__counter:last-of-type{margin-right:0}.b-standart-teaser-section__counter--add{background-color:green}.b-standart-teaser-section__counter--update{background-color:#ff0}.b-standart-teaser-section__counter--archive{background-color:red}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}a.b-standart-teaser:hover{box-shadow:0 0 6px 0 rgba(0,0,0,.2)}a.b-standart-teaser__title{display:inline}a.b-standart-teaser__title:hover{border-bottom-color:#1f1f1f}.b-standart-teaser{margin-bottom:20px;background:#fff;border-radius:10px;text-decoration:none;display:flex;flex-wrap:wrap;align-content:flex-start;align-items:flex-start;box-shadow:0 0 1px 0 rgba(0,0,0,.2);transition:box-shadow 150ms;padding:22px 31px;flex-grow:1;z-index:10}@media all and (max-width: 1280px){.b-standart-teaser{padding:30px}}@media all and (max-width: 768px){.b-standart-teaser{padding:30px 25px}}@media all and (max-width: 375px){.b-standart-teaser{padding:30px 20px}}.b-standart-teaser__icon{padding-right:50px}.b-standart-teaser__icon img{max-width:80px}@media all and (max-width: 560px){.b-standart-teaser__icon{width:100%;padding-right:0;padding-bottom:20px}.b-standart-teaser__icon img{max-width:60px}}.b-standart-teaser__title{display:inline-block;color:#1f1f1f;font-size:20px;font-weight:bold;margin-bottom:10px;text-decoration:none;border-bottom:1px solid transparent;transition:border 150ms}.b-standart-teaser__title b{position:relative;display:inline-block}.b-standart-teaser__title b::before{content:"";position:absolute;z-index:-1;background:#fff5f5;top:-3px;left:-5px;right:-5px;bottom:-3px}.b-standart-teaser__description{font-size:16px;color:#676767;margin-bottom:10px}.b-standart-teaser__parameters{display:flex;flex-wrap:wrap;align-content:center;align-items:center}.b-standart-teaser__parameter{color:#1f1f1f;padding-right:20px;display:flex;font-size:14px}.b-standart-teaser__parameter div{height:2em;display:flex;align-content:center;align-items:center}.b-standart-teaser__parameter div+div{padding-left:8px}.b-standart-teaser__counter{font-size:16px}.b-standart-teaser--group{align-items:center;align-content:center;flex-wrap:nowrap}@media all and (max-width: 560px){.b-standart-teaser--group{flex-wrap:wrap}}.b-standart-teaser--group .b-standart-teaser__icon img{width:80px;max-width:80px}@media all and (max-width: 768px){.b-standart-teaser--group .b-standart-teaser__icon img{width:60px;max-width:60px}}.b-standart-teaser--section{align-content:center;align-items:center}.b-standart-teaser--section .b-standart-teaser__title{font-size:24px}.b-standart-teaser--section .b-standart-teaser .b-standart-teaser__title{font-size:20px}.b-standart-teaser--item-similar{border-radius:0;max-width:calc(33.33% - 20px);width:100%;margin-right:20px;padding:20px;min-height:177px}.b-standart-teaser--item-similar:nth-child(3n+3){margin-right:0}@media all and (max-width: 860px){.b-standart-teaser--item-similar{max-width:calc(50% - 20px);min-height:157px}.b-standart-teaser--item-similar:nth-child(3n+3){margin-right:20px}.b-standart-teaser--item-similar:nth-child(2n){margin-right:0}}@media all and (max-width: 560px){.b-standart-teaser--item-similar{max-width:none;margin-right:0}.b-standart-teaser--item-similar:nth-child(3n+3){margin-right:0}.b-standart-teaser--item-similar:nth-child(2n){margin-right:0}}.b-standart-teaser--item-similar .b-standart-teaser-params{padding-top:20px;position:relative;justify-content:space-between;width:100%}.b-standart-teaser--item-similar .b-standart-teaser-params::after{content:"";position:absolute;top:0;left:-20px;right:-20px;border-top:1px solid #ededed}@media all and (max-width: 1280px){.b-standart-teaser--item-similar .b-standart-teaser-params__parameter:nth-child(2){margin-right:auto}}.b-standart-teaser--item-similar .b-standart-teaser__title{font-size:16px}.b-standart-teaser--item-similar .b-standart-teaser__info{height:100%;width:100%;display:flex;flex-wrap:wrap;align-content:space-between}.b-standart-teaser--item-similar .b-standart-teaser__description{display:none}.b-standart-teaser--item-mini{border:none;border-bottom:1px solid #ededed;box-shadow:none;border-radius:0;padding:0 0 5px;background:transparent}.b-standart-teaser--item-mini .b-standart-teaser__title{font-size:18px}.b-standart-teaser--item-mini .b-standart-teaser__description{font-size:14px}.b-standart-teaser--item-mini .b-standart-teaser__description b{display:inline-block;font-weight:normal;position:relative}.b-standart-teaser--item-mini .b-standart-teaser__description b::before{content:"";position:absolute;z-index:-1;background:#fff5f5;top:-2px;left:-4px;right:-4px;bottom:-2px}.b-standart-teaser--item-mini .b-standart-teaser-params{display:none}.b-standart-teaser--catalog{justify-content:center;padding:10px 10px 20px;width:calc(34.33% - 20px);margin-right:10px;max-width:calc(34.33% - 20px)}.b-standart-teaser--catalog:nth-child(3n+3){margin-right:0}@media all and (max-width: 768px){.b-standart-teaser--catalog{width:100%;max-width:100%;margin-right:0}}.b-standart-teaser--catalog .b-standart-teaser__title{font-size:14px;font-weight:normal;border:none}.b-standart-teaser--catalog .b-standart-teaser__title:hover{text-decoration:underline}.b-standart-teaser--catalog .b-standart-teaser__info{width:100%}.b-standart-teaser--catalog .b-standart-teaser__icon{padding-right:0;max-width:100%;overflow:hidden;border-radius:10px;margin-bottom:23px;padding-bottom:0}.b-standart-teaser--catalog .b-standart-teaser__icon img{max-width:none;display:block;border-radius:10px;overflow:hidden;height:100%;max-height:160px;min-height:160px;margin:auto}.b-standart-teaser--catalog--mini{justify-content:left;padding:17px 13px;width:calc(33.33% - 10px);margin-right:15px;max-width:calc(33.33% - 10px);background-color:#fafafb;flex-wrap:nowrap}.b-standart-teaser--catalog--mini:nth-child(3n+3){margin-right:0}@media all and (max-width: 768px){.b-standart-teaser--catalog--mini{width:calc(50% - 20px);max-width:calc(52% - 20px)}.b-standart-teaser--catalog--mini:nth-child(3n+3){margin-right:15px}.b-standart-teaser--catalog--mini:nth-child(2n+2){margin-right:0}}@media all and (max-width: 560px){.b-standart-teaser--catalog--mini{width:100%;max-width:100%;margin-right:0}.b-standart-teaser--catalog--mini:nth-child(3n+3){margin-right:0}.b-standart-teaser--catalog--mini:nth-child(2n+2){margin-right:0}}.b-standart-teaser--catalog--mini .b-standart-teaser__title{margin-bottom:0}.b-standart-teaser--catalog--mini .b-standart-teaser__icon{width:auto;margin-bottom:0;margin-right:10px}.b-standart-teaser--catalog--mini .b-standart-teaser__icon img{max-height:57px;min-height:57px;max-width:78px;width:100%}.b-standart-teaser--document{padding:33px 20px;width:calc(50% - 20px);margin-right:15px;max-width:370px;flex-wrap:nowrap}.b-standart-teaser--document:nth-child(2n+2){margin-right:0}@media all and (max-width: 768px){.b-standart-teaser--document{width:100%;max-width:100%;margin-right:0}}@media all and (max-width: 375px){.b-standart-teaser--document{padding-bottom:60px}}.b-standart-teaser--document .b-standart-teaser__title{color:#171725;font-size:14px;border:none}.b-standart-teaser--document .b-standart-teaser__title:hover{text-decoration:underline}.b-standart-teaser--document .b-standart-teaser__desc{color:#54535b;font-size:12px;margin-bottom:20px}.b-standart-teaser--document .b-standart-teaser__info{display:flex;flex-direction:column;height:100%;width:100%}.b-standart-teaser--document .b-standart-teaser__icon{padding-right:18px;width:auto !important;max-width:none !important}.b-standart-teaser--document .b-standart-teaser__icon img{max-width:117px;display:block;border:1px solid #e2e2e2;border-radius:6px}.b-standart-teaser--video{padding:0;width:100%;margin-right:30px;max-width:calc(50% - 15px);position:relative}.b-standart-teaser--video:nth-child(2n+2){margin-right:0}@media all and (max-width: 768px){.b-standart-teaser--video{width:100%;max-width:100%;margin-right:0}}.b-standart-teaser--video .b-standart-teaser__title{font-size:16px;color:#fff;position:absolute;z-index:10;bottom:30px;left:25px;border:none;margin-bottom:0}.b-standart-teaser--video .b-standart-teaser__title:hover{text-decoration:underline}.b-standart-teaser--video .b-standart-teaser__info{width:100%}.b-standart-teaser--video .b-standart-teaser__icon{padding-right:0;padding-bottom:0;width:100%;height:100%;min-height:245px;overflow:hidden;position:relative;z-index:1;border-radius:10px}.b-standart-teaser--video .b-standart-teaser__icon img{position:absolute;z-index:1;top:0;bottom:0;left:0;right:0;max-width:none;display:block}.b-standart-teaser--video .b-standart-teaser__icon svg{position:absolute;z-index:2;top:0;bottom:0;left:0;right:0;margin:auto}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-banner-lk__container{display:flex;justify-content:space-between}.b-banner-lk__content{min-width:450px;width:450px}@media screen and (max-width: 768px){.b-banner-lk__content{width:100%;min-width:unset}}.b-banner-lk__title{font-size:34px;font-weight:800;line-height:41px;margin-bottom:55px;margin-top:0}.b-banner-lk__list{margin-bottom:65px}@media screen and (max-width: 768px){.b-banner-lk__list{margin-bottom:40px}}.b-banner-lk__item-wrap{display:flex;position:relative}.b-banner-lk__item-wrap svg{z-index:2;min-width:23px;min-height:23px}.b-banner-lk__item-wrap::before{position:absolute;content:"";left:11px;background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23DFE3ECFF' stroke-width='4' stroke-dasharray='10%2c 10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");height:100%;width:1px}.b-banner-lk__item-wrap.last::before{width:0;height:0}.b-banner-lk__item-wrap:last-child{border:1px solid red}.b-banner-lk__item{margin-bottom:36px;margin-left:16px}.b-banner-lk__item-title{margin-bottom:8px;font-size:18px;font-weight:600}.b-banner-lk__item-text{font-weight:400;font-size:16px;color:#9497a3}.b-banner-lk__title-main{margin-bottom:55px;font-size:34px;font-weight:800;line-height:41px;margin-top:0}.b-banner-lk__link{margin-bottom:70px}@media screen and (max-width: 768px){.b-banner-lk__link{margin-bottom:0}}.b-banner-lk__image{margin-top:-130px;height:fit-content}@media screen and (max-width: 768px){.b-banner-lk__image{display:none}}.b-banner-lk--albom .b-banner-lk__container{justify-content:unset;margin-bottom:40px}.b-banner-lk--albom .b-banner-lk__content{min-width:550px;width:550px;margin-top:100px}@media screen and (max-width: 768px){.b-banner-lk--albom .b-banner-lk__content{margin-top:40px;width:100%;min-width:unset}}@media(max-width: 768px){.b-banner-lk--albom .b-banner-lk__title{margin-bottom:30px;font-size:24px;line-height:120%}}.b-banner-lk--albom .b-banner-lk__list{margin-bottom:0}.b-banner-lk--albom .b-banner-lk__image{margin-top:20px;margin-left:80px}.b-banner-lk--albom .b-banner-lk__item-text{color:#1f1f1f}.b-banner-lk--albom .b-banner-lk__item-wrap::before{display:none}.b-banner-lk--albom .b-banner-lk__item-wrap svg circle:first-child{fill:#fff}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-faq__top{display:flex;justify-content:space-between;align-items:flex-start;margin:40px 0 40px}@media screen and (max-width: 1024px){.b-faq__top{flex-direction:column;gap:15px}}.b-faq__info{max-width:675px}.b-faq__title{padding:0}.b-faq__top-text{margin:15px 0 0}.b-faq__content{display:flex;justify-content:space-between}@media screen and (max-width: 1024px){.b-faq__content{flex-direction:column}}.b-faq__sections{width:350px;margin-right:40px}@media screen and (max-width: 1024px){.b-faq__sections{width:100%;margin-right:0}}.b-faq__section{display:flex;align-items:center;width:100%;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #e1e5ee;font-size:16px;line-height:130%;cursor:pointer}.b-faq__section:last-child{border-bottom:none}.b-faq__section--active{font-weight:600;color:#e72430;cursor:default}.b-faq__section--active .b-faq__icon{padding-left:20px;border-left:3px solid #e72430}.b-faq__section--active .b-faq__icon svg>path,.b-faq__section--active .b-faq__icon svg g{stroke:#e72430}.b-faq__label{margin:0 0 0 20px}.b-faq__items{width:calc(100% - 390px);padding:40px 40px 20px;border-radius:10px;background-color:#fff}@media screen and (max-width: 1024px){.b-faq__items{width:100%}}@media screen and (max-width: 580px){.b-faq__items{padding:20px 20px 0}}.b-faq__item{display:none;width:100%;margin-bottom:20px;border:1px solid #e1e5ee;border-radius:10px}.b-faq__item--active{display:block}.b-faq__name{margin:0;padding:20px 30px;font-weight:600;font-size:18px;line-height:130%;background-color:#f5f6fa;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSAxbDYgNiA2LTYiIHN0cm9rZT0iIzY3NkI3NyIgc3Ryb2tlLXdpZHRoPSIxLjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==);background-repeat:no-repeat;background-position:calc(100% - 15px) center;cursor:pointer}.b-faq__name--active{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTMgN0w3IDEgMSA3IiBzdHJva2U9IiM2NzZCNzciIHN0cm9rZS13aWR0aD0iMS42IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=)}.b-faq__text{display:none;padding:30px;font-size:16px;line-height:150%}.b-faq__text--active{display:block}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-image-block{width:100%}.b-image-block__title{margin:0 0 20px}.b-image-block__middle{display:grid;grid-template-columns:calc(50% - 10px) calc(50% - 10px);grid-template-rows:auto;gap:20px}@media screen and (max-width: 1024px){.b-image-block__middle{grid-template-columns:100%}}.b-image-block__text{margin:0 0 30px}.b-image-block__content{margin-bottom:30px}.b-image-block__image{margin:0 auto}.b-image-block__file{display:block;margin-bottom:20px;font-weight:600;font-size:18px}@media screen and (max-width: 768px){.b-image-block__file{font-size:16px}}
.b-landing-anchor{visibility:hidden}
.b-landing-attensions{font-family:ProximaNova,sans-serif;margin-bottom:92px}@media all and (max-width: 1000px){.b-landing-attensions{margin-bottom:60px}}.b-landing-attensions__header{font-size:18px;line-height:1.5em;color:#e30713;margin-bottom:10px;font-weight:bold}.b-landing-attensions__desc{font-size:16px;line-height:1.5em;color:#1f1f1f}@media all and (max-width: 1000px){.b-landing-attensions__desc{font-size:14px}}.b-landing-attensions__left{max-width:684px;width:100%;background:#fff;border:4px solid #f6f6f6;border-left:none;padding:30px;box-sizing:border-box;position:relative;border-top-right-radius:10px;border-bottom-right-radius:10px}.b-landing-attensions__left::before{content:"";position:absolute;background:#e30713;width:2px;top:-4px;bottom:-4px;left:0}@media all and (max-width: 1000px){.b-landing-attensions__left{margin-bottom:20px;max-width:100%}}.b-landing-attensions__right{background:#fff;border:4px solid #f6f6f6;border-left:none;margin-left:30px;position:relative;padding:30px;box-sizing:border-box;border-top-right-radius:10px;border-bottom-right-radius:10px}.b-landing-attensions__right::before{content:"";position:absolute;background:#e30713;width:2px;top:-4px;bottom:-4px;left:0}@media all and (max-width: 1000px){.b-landing-attensions__right{margin-left:0;width:100%}}.b-landing-attensions__wrapper{max-width:1200px;margin:auto;margin-top:-70px;display:flex}@media all and (max-width: 1000px){.b-landing-attensions__wrapper{flex-wrap:wrap}}@media all and (max-width: 1280px){.b-landing-attensions__wrapper{max-width:970px;padding:0 16px}}.b-landing-attensions__attach{position:relative;min-height:51px;display:flex;flex-wrap:wrap;align-content:center;align-items:center;cursor:pointer;margin-top:20px;text-decoration:none}.b-landing-attensions__attach-type{position:absolute;top:0;left:0;bottom:0;margin:auto}.b-landing-attensions__attach-type div{color:#ea2027;position:absolute;top:0;bottom:0;left:0;right:0;font-size:16px;height:1em;margin:auto;text-transform:uppercase;text-align:center}@media all and (max-width: 1000px){.b-landing-attensions__attach-type div{font-size:14px}}.b-landing-attensions__attach-header{color:#ea2027;font-size:16px;font-weight:bold;padding-left:55px;width:100%;padding-bottom:6px}@media all and (max-width: 1000px){.b-landing-attensions__attach-header{font-size:14px}}.b-landing-attensions__attach-size{font-size:14px;color:#1f1f1f;padding-left:55px}@media all and (max-width: 1000px){.b-landing-attensions__attach-size{font-size:13px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-landing-banner-with-button-grey{position:relative;display:flex;justify-content:flex-end;align-items:center;width:100%;border-radius:10px;background-color:#fff;flex-wrap:wrap;margin:0 0 50px}@media screen and (max-width: 1024px){.b-landing-banner-with-button-grey{background-color:transparent;justify-content:center;margin:30px auto 0}}.b-landing-banner-with-button-grey__fgray{display:flex;justify-content:flex-end;align-items:center;width:70%;margin-left:30%;border-radius:30px;min-height:370px;background-color:#f5f6fa}@media screen and (max-width: 1024px){.b-landing-banner-with-button-grey__fgray{background-color:transparent;justify-content:center;width:100%;margin:0 auto;min-height:unset;padding:50px 0}}.b-landing-banner-with-button-grey__info{width:calc(72% - 90px);border-radius:10px;background-color:#fff;padding:20px;margin-right:10%;z-index:3}.b-landing-banner-with-button-grey__info .b-landing-banner-with-button-grey__btn{margin-left:0;width:240px}@media screen and (max-width: 768px){.b-landing-banner-with-button-grey__info .b-landing-banner-with-button-grey__btn{width:100%}}@media screen and (max-width: 1024px){.b-landing-banner-with-button-grey__info{display:flex;align-items:center;flex-direction:column;width:100%;padding:0;margin-right:0}}.b-landing-banner-with-button-grey__title{margin:.67em 0;color:#1f1f1f;font-weight:bold;line-height:2.5625rem;font-size:2.125rem}@media screen and (max-width: 1024px){.b-landing-banner-with-button-grey__title{text-align:center;font-size:24px;line-height:120%}}@media screen and (max-width: 768px){.b-landing-banner-with-button-grey__title{font-size:18px}}.b-landing-banner-with-button-grey__text{margin:0 0 25px}@media screen and (max-width: 1024px){.b-landing-banner-with-button-grey__text{text-align:center}}.b-landing-banner-with-button-grey__image{position:absolute;bottom:0;left:0;height:392px;z-index:1}@media screen and (max-width: 1024px){.b-landing-banner-with-button-grey__image{position:relative;height:auto}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-landing-banner-with-button{position:relative;display:flex;justify-content:flex-end;align-items:center;width:100%;min-height:310px;padding:30px;border-radius:10px;background-color:#fff}@media screen and (max-width: 1024px){.b-landing-banner-with-button{min-height:initial}}@media screen and (max-width: 560px){.b-landing-banner-with-button{padding:20px}}.b-landing-banner-with-button__info{width:calc(100% - 487px)}@media screen and (max-width: 1024px){.b-landing-banner-with-button__info{width:100%}}.b-landing-banner-with-button__title{margin:0 0 15px;font-size:20px;font-weight:600;line-height:120%}@media screen and (max-width: 768px){.b-landing-banner-with-button__title{font-size:18px}}.b-landing-banner-with-button__text{margin:0 0 25px}.b-landing-banner-with-button__image{position:absolute;bottom:30px;left:30px}@media screen and (max-width: 1024px){.b-landing-banner-with-button__image{display:none}}
.b-landing-banner{position:relative;overflow:hidden;padding:50px 0}.b-landing-banner__back{width:100%;position:absolute;z-index:1;pointer-events:none}.b-landing-banner__back--white{height:60%}.b-landing-banner__back--grey{height:40%;top:60%;background-color:#f5f6fa}.b-landing-banner__wrapper{z-index:2;position:relative;display:flex;align-items:center}.b-landing-banner__content{min-width:50%;width:50%}@media(max-width: 768px){.b-landing-banner__content{width:100%;min-width:unset}}.b-landing-banner__title{font-size:34px;font-weight:800;line-height:41px;margin-bottom:15px}.b-landing-banner__title span{white-space:nowrap}@media screen and (max-width: 768px){.b-landing-banner__title span{white-space:normal}}.b-landing-banner__text{font-size:18px;font-weight:400;line-height:27px;margin-bottom:40px}.b-landing-banner__list{padding:32px;background-color:#fff;box-shadow:0 24px 70px 0 rgba(49,53,67,.12);border-radius:10px;max-width:431px}@media(max-width: 768px){.b-landing-banner__list{max-width:unset}}@media(max-width: 475px){.b-landing-banner__list{padding:24px}}.b-landing-banner__item-list,.b-landing-banner a{font-size:18px;font-weight:400;line-height:150%}.b-landing-banner__item-list{position:relative;padding-left:40px;margin-bottom:28px}.b-landing-banner__item-list:last-child{margin-bottom:0}.b-landing-banner__item-list a{font-weight:400;color:#1f1f1f}.b-landing-banner__item-list a:hover{color:#156ce1}.b-landing-banner__item-list::before{position:absolute;content:"";width:24px;height:24px;left:0;background:url("/img/icons/circle-check-red.svg") no-repeat}@media(max-width: 768px){.b-landing-banner__image{display:none}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-landing-big-block-link{height:100%;min-height:245px;border-radius:10px;border:1px solid #f5f6fa;background-color:#fefefe;display:flex;overflow:hidden}.b-landing-big-block-link__info-wrap{padding:25px 20px;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.b-landing-big-block-link__title{font-weight:600;font-size:20px;line-height:1.2;margin-bottom:10px}.b-landing-big-block-link__links-wrap{margin-top:20px;margin-bottom:-10px}.b-landing-big-block-link__link{display:inline-block;margin-bottom:10px;margin-right:10px}.b-landing-big-block-link__link--external::before{content:"";display:inline-block;width:18px;height:18px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzLjQ5NSAxMC4wNTJ2NC41YTEuNSAxLjUgMCAwMS0xLjUgMS41SDMuNzVhMS41IDEuNSAwIDAxLTEuNDk5LTEuNXYtOC4yNWExLjUgMS41IDAgMDExLjUtMS41aDQuNDk3bTIuOTk3LTIuMjVoNC40OTh2NC41bS04LjI0NiAzLjc1bDguMjQ2LTguMjUiIHN0cm9rZT0iI0U3MjQzMCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;background-size:contain;margin-right:10px;vertical-align:text-top}.b-landing-big-block-link__image-wrap{flex-shrink:0;border-radius:10px;overflow:hidden;height:100%}.b-landing-big-block-link__image-wrap--with-paddings{padding:25px}@media(max-width: 767px){.b-landing-big-block-link__image-wrap{display:none}}.b-landing-big-block-link__image{height:100%;width:auto}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-landing-big-block-links{padding-top:75px;padding-bottom:90px}.b-landing-big-block-links__middle{padding-right:1.25rem;padding-left:1.25rem;max-width:1200px;margin-left:auto;margin-right:auto}@media print,screen and (min-width: 48em){.b-landing-big-block-links__middle{padding-right:1.25rem;padding-left:1.25rem}}@media print,screen and (min-width: 64em){.b-landing-big-block-links__middle{padding-right:0.625rem;padding-left:0.625rem}}@media screen and (min-width: 80em){.b-landing-big-block-links__middle{padding-right:0.625rem;padding-left:0.625rem}}.b-landing-big-block-links__row{display:flex;flex-flow:row wrap;margin-right:-0.625rem;margin-left:-0.625rem}@media print,screen and (min-width: 48em){.b-landing-big-block-links__row{margin-right:-0.625rem;margin-left:-0.625rem}}@media print,screen and (min-width: 64em){.b-landing-big-block-links__row{margin-right:-0.625rem;margin-left:-0.625rem}}@media screen and (min-width: 80em){.b-landing-big-block-links__row{margin-right:-0.625rem;margin-left:-0.625rem}}.b-landing-big-block-links:not(:last-of-type){padding-bottom:0 !important}.b-landing-big-block-links:not(:first-of-type){padding-top:50px !important}@media(max-width: 1023px){.b-landing-big-block-links{padding-bottom:100px;padding-top:95px}}@media(max-width: 767px){.b-landing-big-block-links{padding-top:50px;padding-bottom:50px}}@media(min-width: 768px){.b-landing-big-block-links__middle{max-width:768px;margin:0 auto}}@media(min-width: 970px){.b-landing-big-block-links__middle{max-width:970px}}@media(min-width: 1280px){.b-landing-big-block-links__middle{max-width:1220px}}.b-landing-big-block-links .l-h2{margin-bottom:25px}@media(min-width: 768px){.b-landing-big-block-links .l-h2{font-size:28px}}@media(min-width: 1024px){.b-landing-big-block-links .l-h2{font-size:24px;font-weight:700}}.b-landing-big-block-links__item{flex:0 0 auto;width:calc(100% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem;margin-bottom:20px}.b-landing-big-block-links__item--additional{display:none}@media(min-width: 768px){.b-landing-big-block-links__item--additional{display:block !important}}@media(min-width: 1390px){.b-landing-big-block-links__item{flex:0 0 auto;width:calc(50% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem}}.b-landing-big-block-links__more{flex:0 0 auto;width:calc(100% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem;text-align:center;color:#e72430;font-size:16px;font-weight:600}@media(min-width: 768px){.b-landing-big-block-links__more{display:none}}.b-landing-big-block-links__more::before{content:attr(data-show-text)}.b-landing-big-block-links__more::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:"";font-size:18px;vertical-align:text-bottom;margin-left:10px}.b-landing-big-block-links__more--open::before{content:attr(data-hide-text)}.b-landing-big-block-links__more--open::after{content:""}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-landing-block-link{display:flex;align-items:center;border-radius:10px;border:1px solid #e1e5ee;color:#0a0a0a;transition:color .3s;overflow:hidden;background-color:#fefefe;text-decoration:none}.b-landing-block-link--support,.b-landing-block-link--support-link{background-color:#fff;height:100%}.b-landing-block-link:hover{color:#e72430}@media all and (max-width: 450px){.b-landing-block-link{display:block}.b-landing-block-link--support,.b-landing-block-link--support-link{display:flex}}.b-landing-block-link__img-wrap{flex-shrink:0;width:80px;height:80px;border-radius:10px;overflow:hidden;background-color:#f5f6fa;display:flex;justify-content:center;align-items:center;margin:20px 0 20px 20px;padding:3px 7px}.b-landing-block-link__img-wrap--big{margin:25px 0 25px 25px}.b-landing-block-link__img-wrap--full-img{margin:0;border-radius:0;height:auto;align-self:stretch;background-color:#e1e5ee}@media all and (max-width: 450px){.b-landing-block-link__img-wrap--full-img{width:100%;height:100px}}.b-landing-block-link__img-wrap--support,.b-landing-block-link__img-wrap--support-link{background-color:inherit;width:auto;height:auto;padding:0;margin:20px 0 0 20px}@media(max-width: 768px){.b-landing-block-link__img-wrap--support,.b-landing-block-link__img-wrap--support-link{height:60px;width:60px;margin:15px 20px}}.b-landing-block-link__img-wrap--support-link{margin-bottom:20px}.b-landing-block-link__title{font-weight:600;font-size:16px;flex-grow:1;margin:20px;display:flex;align-items:center;justify-content:space-between}.b-landing-block-link__title::after{content:"";display:block;width:24px;height:24px;background:url("/img/layout/arrow-right.svg") no-repeat center;background-size:contain;margin-left:10px;flex-shrink:0}.b-landing-block-link__title--support::after{background:url("/img/icons/download-lic-btn.svg") no-repeat center}@media(max-width: 768px){.b-landing-block-link__title--support{margin-left:0}}.b-landing-block-link__title--big{margin:25px}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-landing-block-links{margin:30px 0 20px}.b-landing-block-links__top{margin-bottom:15px}@media print,screen and (min-width: 48em){.b-landing-block-links__top{display:flex;justify-content:space-between}}.b-landing-block-links__title{margin-right:30px}.b-landing-block-links__items{display:flex;flex-flow:row wrap;margin-right:-0.625rem;margin-left:-0.625rem;margin-bottom:-20px}@media print,screen and (min-width: 48em){.b-landing-block-links__items{margin-right:-0.625rem;margin-left:-0.625rem}}@media print,screen and (min-width: 64em){.b-landing-block-links__items{margin-right:-0.625rem;margin-left:-0.625rem}}@media screen and (min-width: 80em){.b-landing-block-links__items{margin-right:-0.625rem;margin-left:-0.625rem}}.b-landing-block-links__item{flex:0 0 auto;width:calc(100% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem;margin-bottom:20px}@media print,screen and (min-width: 48em)and (max-width: 63.99875em){.b-landing-block-links__item{flex:0 0 auto;width:calc(50% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem}}@media screen and (min-width: 80em){.b-landing-block-links__item{flex:0 0 auto;width:calc(50% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem}}.b-landing-block-links__item--support{width:unset;flex:1;min-width:calc(50% - 1.25rem)}@media(max-width: 768px){.b-landing-block-links__item--support{flex:auto;width:100%}}@media(max-width: 480px){.b-landing-block-links__item--support{margin-bottom:10px}}.b-landing-block-links__item--estimated,.b-landing-block-links__item--audit{max-width:calc(50% - 1.25rem)}@media(max-width: 768px){.b-landing-block-links__item--estimated,.b-landing-block-links__item--audit{max-width:initial}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-landing-block-sections__title{font-size:34px;font-weight:800;line-height:41px;margin-bottom:40px;margin-top:0}.b-landing-block-sections__subtitle{font-size:24px;font-weight:700;margin-bottom:20px}.b-landing-block-sections__list{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:20px}.b-landing-block-sections__item{display:flex;flex-direction:column;box-sizing:border-box;position:relative;flex:1;color:#1f1f1f;padding:20px;transition:transform .2s,box-shadow .2s;background-color:#f5f6fa;border-radius:10px}.b-landing-block-sections__item:hover .b-landing-block-sections__desc{color:#1f1f1f}@media screen and (max-width: 1024px){.b-landing-block-sections__item--small{flex:unset;width:calc(50% - 10px)}}.b-landing-block-sections__item--sections:hover .b-landing-block-sections__item-title--with-arrow{position:relative}.b-landing-block-sections__item--sections:hover .b-landing-block-sections__item-title--with-arrow::after{content:"";position:absolute;right:-24px;top:50%;transform:translate(0, -50%);width:18px;height:18px;background:url("/img/icons/arrow-right.svg") no-repeat}@media screen and (max-width: 768px){.b-landing-block-sections__item{flex:unset;width:100%}}.b-landing-block-sections__item.js-mouseenter[data-aos].aos-animate{box-shadow:0 20px 45px 0 rgba(141,148,177,.12);transform:translateY(-15px);transition:transform .4s;transition-delay:0}.b-landing-block-sections__item.js-mouseenter[data-aos].aos-animate::before{content:"";position:absolute;pointer-events:none;height:100%;width:100%;border:2px solid #fff;left:0;top:0;border-radius:10px}.b-landing-block-sections__item.js-mouseleave[data-aos].aos-animate{transform:translateY(0);transition:transform .4s;transition-delay:0}.b-landing-block-sections__main{flex:1;display:flex;flex-direction:column;justify-content:space-between}.b-landing-block-sections__image-container{position:relative;display:flex;justify-content:center;align-items:center;margin-bottom:15px;border-radius:10px;background-color:#fff;cursor:pointer;height:226px}@media screen and (max-width: 768px){.b-landing-block-sections__image-container{height:160px}.b-landing-block-sections__image-container img{height:100%}}.b-landing-block-sections__item-title{font-size:18px;margin:0 0 15px;font-weight:600;line-height:130%;width:max-content}.b-landing-block-sections__item-title--no-margin{margin-bottom:0}@media screen and (max-width: 420px){.b-landing-block-sections__item-title{margin-bottom:8px;font-size:16px}}.b-landing-block-sections__item-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.b-landing-block-sections__item-image{margin-bottom:24px;width:80px}@media screen and (max-width: 768px){.b-landing-block-sections__item-image{width:60px;margin-bottom:15px}}.b-landing-block-sections__desc{margin:0;font-size:14px;line-height:130%}.b-landing-block-sections__link{margin-top:16px;display:flex;align-items:center}.b-landing-block-sections__link span{color:#e72430;margin-right:5px;font-size:16px;font-weight:600}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-landing-block-with-image-and-file{display:flex;border-radius:10px;overflow:hidden;background-color:#f5f6fa}@media all and (max-width: 450px){.b-landing-block-with-image-and-file{display:block}}.b-landing-block-with-image-and-file__image-wrap{flex-shrink:0;width:140px;border-radius:10px;overflow:hidden;background-color:#bfc6d8;display:flex;justify-content:center;align-items:flex-end;margin:10px 0 10px 10px;padding-top:7px}@media all and (max-width: 450px){.b-landing-block-with-image-and-file__image-wrap img{margin-top:-25px}}@media all and (max-width: 450px){.b-landing-block-with-image-and-file__image-wrap{width:100%;height:85px;margin:0;align-items:flex-start;border-radius:0}}.b-landing-block-with-image-and-file__content-wrap{margin:20px;display:flex;align-items:center}.b-landing-block-with-image-and-file__title{font-weight:600;margin-bottom:5px}@media print,screen and (min-width: 64em){.b-landing-block-with-image-and-file__title{font-size:18px}}.b-landing-block-with-image-and-file__text{font-size:14px}.b-landing-block-with-image-and-file__file-link{display:inline-flex;align-items:center;margin-top:10px;font-size:14px}.b-landing-block-with-image-and-file__file-link::before{content:"";display:block;width:24px;height:24px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzIDJINmEyIDIgMCAwMC0yIDJ2MTZhMiAyIDAgMDAyIDJoMTJhMiAyIDAgMDAyLTJWOWwtNy03eiIgc3Ryb2tlPSIjRTcyNDMwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjxwYXRoIGQ9Ik0xMyAydjdoNyIgc3Ryb2tlPSIjRTcyNDMwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;background-size:contain;margin-right:5px}.b-landing-block-with-image-and-file__file-link span{border-bottom:1px solid #e72430}.b-landing-block-with-image-and-file__file-link:hover span{border-bottom-color:transparent}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-landing-builder{border-radius:10px;background:#fff;display:flex;justify-content:space-between;align-items:center;border:1px solid #e1e5ee}@media(max-width: 970px){.b-landing-builder{flex-direction:column}}.b-landing-builder__img{margin:25px 0 0}@media(min-width: 970px){.b-landing-builder__img{margin:0 0 0 50px;max-width:50%}}.b-landing-builder__content{flex:1;padding:50px 0 50px 50px}@media(max-width: 1200px){.b-landing-builder__content{padding:30px 0 30px 30px}}@media(max-width: 970px){.b-landing-builder__content{padding:30px 20px 0}}.b-landing-builder__subtitle{margin:25px 0 15px}@media(min-width: 769px){.b-landing-builder__subtitle{max-width:80%}}.b-landing-builder__desc{color:#1f1f1f;font-size:18px;margin:15px 0 30px}@media(max-width: 560px){.b-landing-builder__desc{font-size:16px;margin:15px 0 25px}}.b-landing-builder a span{position:relative;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABmSURBVHgB7ZHNCYAwDIUT8a4b6AhuoKM5gpu4ghvZDdJX6CmHhELppf3gHfL3EgjRwIN1QkR2ZyYwczA7YPKIzw+tenZW8Zc2GrtO6IIWp88Gl9z5qk3XJqrEMGpoVATefkAv9UUEKJxEFOmBSt4AAAAASUVORK5CYII=");background-repeat:no-repeat;padding-right:20px;background-position:right;padding-top:10px}@media(max-width: 560px){.b-landing-builder a{width:100%}}.b-landing-builder--kms{flex-direction:row;overflow:hidden}@media screen and (max-width: 768px){.b-landing-builder--kms{overflow:visible}}.b-landing-builder--kms a span{background-image:unset;padding:0}.b-landing-builder--kms .b-landing-builder__title{font-size:24px}.b-landing-builder--kms .b-landing-builder__content{padding:40px 0 40px 40px;min-width:max-content;margin-right:30px}@media screen and (max-width: 768px){.b-landing-builder--kms .b-landing-builder__content{padding:30px;min-width:unset;width:100%;flex:unset;margin:0}}.b-landing-builder--kms .b-landing-builder__img{max-width:unset;min-width:max-content}@media screen and (max-width: 768px){.b-landing-builder--kms .b-landing-builder__img{display:none}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-landing-button{display:inline-block;background:#e72430;color:#fff;padding-top:20px;padding-bottom:20px;cursor:pointer;white-space:nowrap;border:none;box-sizing:border-box;border-radius:10px;font-weight:600;width:250px;text-align:center}@media all and (max-width: 375px){.b-landing-button{width:100%;padding-left:0;padding-right:0;text-align:center}}.b-landing-button--scroll{position:absolute;left:15px;z-index:20;width:250px}.b-landing-button:disabled{cursor:default;opacity:.6}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-landing-cards-with-image{padding:100px 0 50px}@media screen and (max-width: 768px){.b-landing-cards-with-image{padding:50px 0}}.b-landing-cards-with-image__title{margin-bottom:40px;line-height:130%;padding-right:20px}@media screen and (max-width: 768px){.b-landing-cards-with-image__title{margin-bottom:24px}}.b-landing-cards-with-image__cards{border-radius:10px;overflow:hidden;background:#fff}.b-landing-cards-with-image__list{display:grid;grid-gap:30px;grid-template-columns:repeat(3, 1fr)}@media screen and (max-width: 1024px){.b-landing-cards-with-image__list{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 768px){.b-landing-cards-with-image__list{grid-gap:15px}}@media screen and (max-width: 560px){.b-landing-cards-with-image__list{grid-template-columns:1fr}}.b-landing-cards-with-image__img img{width:100%}.b-landing-cards-with-image__content{padding:20px 20px 30px}.b-landing-cards-with-image__name{font-size:24px;font-weight:700;margin-bottom:15px;line-height:120%}.b-landing-cards-with-image__desc{font-size:16px;color:#676b77}
.b-landing-content-bordered{font-family:ProximaNova,sans-serif;margin-bottom:73px;padding-bottom:50px}@media all and (max-width: 1280px){.b-landing-content-bordered{margin-bottom:40px}}.b-landing-content-bordered__wrapper{padding:40px 80px;background-color:#fff;max-width:1170px;margin:auto;box-sizing:border-box;border-radius:10px;position:relative}.b-landing-content-bordered__wrapper::after{position:absolute;content:"";height:10px;top:-10px;left:50%;width:98%;border-top-left-radius:10px;border-top-right-radius:10px;transform:translate(-50%, 0);background-color:#fcfcfc}@media all and (max-width: 1280px){.b-landing-content-bordered__wrapper{max-width:970px;padding:30px 16px}}.b-landing-content-bordered__header{font-size:30px;color:#1f1f1f;font-weight:bold;margin-bottom:17px}@media all and (max-width: 1000px){.b-landing-content-bordered__header{font-size:20px}}.b-landing-content-bordered__bordered{border:9px solid #f6f6f6;padding:40px}@media all and (max-width: 1000px){.b-landing-content-bordered__bordered{border:none;padding:0}}.b-landing-content-bordered__images{display:flex;flex-wrap:wrap}.b-landing-content-bordered__image-block{max-width:50%;padding-right:10px;box-sizing:border-box}.b-landing-content-bordered__image-block:nth-child(2){padding-left:10px;padding-right:0}@media all and (max-width: 1000px){.b-landing-content-bordered__image-block{max-width:550px;margin:auto;width:100%;padding:0 0 15px;text-align:center}.b-landing-content-bordered__image-block:nth-child(2){padding:0}}.b-landing-content-bordered__images-title{color:#7c7c7c;font-size:14px;line-height:1.5em;text-align:center;margin:20px 0 30px;width:100%}.b-landing-content-bordered__content{max-width:760px;margin:auto;font-size:16px;line-height:1.5em;color:#1f1f1f}@media all and (max-width: 1000px){.b-landing-content-bordered__content{font-size:14px}}.b-landing-content-bordered__content p{margin-top:0}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-landing-content-with-image{font-family:ProximaNova,sans-serif;margin-bottom:100px;padding-top:50px}@media(max-width: 1000px){.b-landing-content-with-image{padding-top:0;margin-bottom:50px}}.b-landing-content-with-image__header{font-size:34px;line-height:1.3em;color:#1f1f1f;margin-bottom:30px;font-weight:800;margin-top:50px}@media all and (max-width: 1000px){.b-landing-content-with-image__header{font-size:24px;margin-bottom:15px;margin-top:0}}.b-landing-content-with-image__header--stages{font-size:34px;line-height:1.3em;color:#1f1f1f;margin-bottom:30px;font-weight:800;margin-top:17px}@media all and (max-width: 1000px){.b-landing-content-with-image__header--stages{font-size:24px;margin-bottom:15px}}.b-landing-content-with-image__header--stages__content{height:252px}.b-landing-content-with-image__desc{font-size:18px;line-height:1.5em;color:#1f1f1f}@media all and (max-width: 1000px){.b-landing-content-with-image__desc{font-size:14px}}@media all and (max-width: 1000px){.b-landing-content-with-image--top .b-landing-content-with-image__desc{padding-right:0}}@media(max-width: 1280px){.b-landing-content-with-image--top{padding-top:0}}@media all and (max-width: 1000px){.b-landing-content-with-image__left{max-width:100%}}.b-landing-content-with-image__left ul{list-style:none;font-size:16px;padding-left:30px}@media all and (max-width: 1000px){.b-landing-content-with-image__left ul{font-size:14px}}.b-landing-content-with-image__left ul li{position:relative;margin-bottom:15px}.b-landing-content-with-image__left ul li::before{content:"";position:absolute;top:8px;bottom:0;left:-30px;background:#e30713;width:10px;height:10px;border-radius:100%}.b-landing-content-with-image__left ol{list-style:none;font-size:16px;padding-left:30px;counter-reset:list}@media all and (max-width: 1000px){.b-landing-content-with-image__left ol{font-size:14px}}.b-landing-content-with-image__left ol li{position:relative;margin-bottom:30px}.b-landing-content-with-image__left ol li::before{counter-increment:list;content:counter(list) ".";color:#e30713;font-size:24px;font-weight:bold;position:absolute;top:0;bottom:0;left:-30px}.b-landing-content-with-image__left--who{max-width:569px}.b-landing-content-with-image--wide{padding-top:0}.b-landing-content-with-image--wide .b-landing-content-with-image__header{margin-top:0}@media all and (max-width: 1000px){.b-landing-content-with-image--wide .b-landing-content-with-image__left{max-width:100%}}.b-landing-content-with-image--wide .b-landing-content-with-image__desc{max-width:800px}.b-landing-content-with-image--wide .b-landing-content-with-image__right{margin-left:20px}@media all and (max-width: 1000px){.b-landing-content-with-image--wide .b-landing-content-with-image__right{margin:auto;max-width:100%;width:100%}.b-landing-content-with-image--wide .b-landing-content-with-image__right::after{display:none}}@media(max-width: 1000px){.b-landing-content-with-image--wide{margin-bottom:80px}}.b-landing-content-with-image__right{margin-left:50px;position:relative;margin-top:-10px}@media(max-width: 1000px){.b-landing-content-with-image__right{margin-bottom:50px}}.b-landing-content-with-image__right--who{margin-top:0}.b-landing-content-with-image__right--who::after{border:9px solid #fff !important}.b-landing-content-with-image__right .c-header{text-align:left;font-size:18px;font-weight:bold;color:#1f1f1f;margin-bottom:10px;padding-right:70px}.b-landing-content-with-image__right .c-header+div{font-size:16px;text-align:left;margin-bottom:10px}@media all and (max-width: 1000px){.b-landing-content-with-image__right .c-header+div{padding-right:70px}}.b-landing-content-with-image__right::after{content:"";position:absolute;z-index:1;top:-25px;right:-25px;bottom:25px;left:25px;border:9px solid #f5f5f5;border-radius:10px}@media all and (max-width: 1000px){.b-landing-content-with-image__right::after{right:0}}.b-landing-content-with-image__right img{position:relative;z-index:10;display:block;max-width:inherit;border-radius:10px}.b-landing-content-with-image__right img+img{margin-top:10px}@media all and (max-width: 1000px){.b-landing-content-with-image__right img{width:calc(100% - 25px)}}.b-landing-content-with-image__right .b-landing-content-with-image__content{text-align:center;background:#fff;position:relative;z-index:10;padding:36px 30px;border-radius:10px;height:243px;width:280px}.b-landing-content-with-image__right .b-landing-content-with-image__content::after{content:"";position:absolute;top:0;right:0;height:85px;width:82px;background:url("/img/icons/phone-request.png");z-index:2}.b-landing-content-with-image__right .b-landing-content-with-image__content::before{content:"";position:absolute;z-index:1;top:25px;right:-25px;bottom:-25px;left:21px;border:9px solid #fff;border-radius:10px}@media all and (max-width: 1000px){.b-landing-content-with-image__right .b-landing-content-with-image__content::before{left:12px;top:21px}}@media(max-width: 340px){.b-landing-content-with-image__right .b-landing-content-with-image__content::before{right:-16px;bottom:-16px}}@media all and (max-width: 1000px){.b-landing-content-with-image__right .b-landing-content-with-image__content{padding:25px 20px}}.b-landing-content-with-image__right .b-landing-content-with-image__content a{display:block;font-size:24px;color:#1f1f1f;line-height:1.5em;margin-bottom:20px;font-weight:bold;text-decoration:none}@media(max-width: 1000px){.b-landing-content-with-image__right .b-landing-content-with-image__content::before{left:11px}}@media all and (max-width: 1000px){.b-landing-content-with-image__right{margin-left:0;margin-top:45px;margin-right:26px}}.b-landing-content-with-image--phone{margin-bottom:70px}.b-landing-content-with-image--phone .b-landing-content-with-image__right::after{top:25px;bottom:-25px}.b-landing-content-with-image__wrapper{max-width:1200px;margin:auto;padding-right:20px;box-sizing:border-box;display:flex;align-content:center;align-items:center;justify-content:space-between}@media all and (max-width: 1000px){.b-landing-content-with-image__wrapper{flex-wrap:wrap}}@media all and (max-width: 1280px){.b-landing-content-with-image__wrapper{max-width:970px;padding:0 16px}}.b-landing-content-with-image__footer{padding:0 16px;box-sizing:border-box;width:100%;margin-top:30px;display:flex;justify-content:center}@media(max-width: 1000px){.b-landing-content-with-image__footer{margin-top:0;margin-bottom:50px}}.b-landing-content-with-image--leaks{padding-top:0;padding-bottom:100px}.b-landing-content-with-image--leaks .b-landing-content-with-image__right{margin-left:auto;margin-right:auto}.b-landing-content-with-image--leaks .b-landing-content-with-image__right::after{left:95px}@media(max-width: 1000px){.b-landing-content-with-image--leaks{padding-bottom:10px}}.b-landing-content-with-image--equals-width{padding-top:0}.b-landing-content-with-image--equals-width .b-landing-content-with-image__left{max-width:580px}@media all and (max-width: 1000px){.b-landing-content-with-image--equals-width .b-landing-content-with-image__left{max-width:100%}}.b-landing-content-with-image--equals-width .b-landing-content-with-image__right{margin-left:60px;margin-top:-120px}@media all and (max-width: 1000px){.b-landing-content-with-image--equals-width .b-landing-content-with-image__right{margin-left:auto;margin-right:auto;margin-top:30px}}.b-landing-content-with-image--equals-width .b-landing-content-with-image__header{margin-top:0}@media(max-width: 1000px){.fix-margin{margin-top:-100px}}.landing-leak .b-landing-content-with-image__right{margin-left:20px}@media(max-width: 400px){.landing-leak .b-landing-content-with-image__right{margin-left:0}}.landing-leak-why .b-landing-content-with-image__right{margin-top:30px}.landing-leak-why .b-landing-content-with-image__right::after{border:9px solid #fff}@media(max-width: 1000px){.landing-leak-why .b-landing-content-with-image{margin-bottom:10px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-landing-divider__middle{padding-right:1.25rem;padding-left:1.25rem;max-width:1200px;margin-left:auto;margin-right:auto}@media print,screen and (min-width: 48em){.b-landing-divider__middle{padding-right:1.25rem;padding-left:1.25rem}}@media print,screen and (min-width: 64em){.b-landing-divider__middle{padding-right:0.625rem;padding-left:0.625rem}}@media screen and (min-width: 80em){.b-landing-divider__middle{padding-right:0.625rem;padding-left:0.625rem}}.b-landing-divider__row{display:flex;flex-flow:row wrap;margin-right:-0.625rem;margin-left:-0.625rem}@media print,screen and (min-width: 48em){.b-landing-divider__row{margin-right:-0.625rem;margin-left:-0.625rem}}@media print,screen and (min-width: 64em){.b-landing-divider__row{margin-right:-0.625rem;margin-left:-0.625rem}}@media screen and (min-width: 80em){.b-landing-divider__row{margin-right:-0.625rem;margin-left:-0.625rem}}@media print,screen and (max-width: 63.99875em){.b-landing-divider--desktop-only{display:none}}@media(min-width: 768px){.b-landing-divider__middle:not(.b-landing-divider__middle--full-width){max-width:768px;margin:0 auto}}@media(min-width: 970px){.b-landing-divider__middle:not(.b-landing-divider__middle--full-width){max-width:970px}}@media(min-width: 1280px){.b-landing-divider__middle:not(.b-landing-divider__middle--full-width){max-width:1220px}}.b-landing-divider__divider{margin:40px 0;border-top:1px solid #e1e5ee}@media print,screen and (max-width: 47.99875em){.b-landing-divider__divider{margin:20px 0}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-landing-double-content{padding-top:50px;font-family:ProximaNova,sans-serif;margin-bottom:100px}@media all and (max-width: 1000px){.b-landing-double-content{overflow:hidden;padding-top:8px;margin-bottom:50px}}.b-landing-double-content__header{font-size:34px;line-height:1.3em;color:#1f1f1f;margin-top:0;margin-bottom:30px;font-weight:800;max-width:450px}@media all and (max-width: 1000px){.b-landing-double-content__header{font-size:24px;text-align:left;margin-bottom:0}}.b-landing-double-content__header span{color:#e72430}@media all and (max-width: 1000px){.b-landing-double-content__content{text-align:left}}.b-landing-double-content h3{margin-top:0}.b-landing-double-content__left{font-size:16px;line-height:1.5em;color:#1f1f1f;max-width:460px;width:100%}@media all and (max-width: 1000px){.b-landing-double-content__left{font-size:14px;text-align:center;max-width:100%}.b-landing-double-content__left>.b-landing-button{display:none}}.b-landing-double-content__left strong{display:block;border-left:2px solid #e30713;padding-left:15px;font-weight:bold}.b-landing-double-content__right{margin-left:80px;margin-bottom:60px;margin-top:60px;position:relative;font-size:16px;line-height:1.5em}.b-landing-double-content__right::after{content:"";position:absolute;z-index:1;top:-60px;bottom:-60px;right:-40px;left:-40px;border:9px solid #fff;border-radius:10px}.b-landing-double-content__right img{position:relative;z-index:10;display:block}.b-landing-double-content__right img+img{margin-top:10px}.b-landing-double-content__right strong{background:#ffeded;font-weight:600}.b-landing-double-content__right .b-landing-double-content__content svg{display:block;position:absolute;top:0;bottom:0;left:0;margin:auto}.b-landing-double-content__right .b-landing-double-content__content div{position:relative;padding-bottom:25px;padding-left:60px;padding-top:25px}@media all and (max-width: 1000px){.b-landing-double-content__right{margin-top:60px;margin-bottom:0;margin-left:0;font-size:14px;padding:0 28px}.b-landing-double-content__right::after{top:-40px;bottom:-40px;left:-15px;right:-15px}.b-landing-double-content__right .b-landing-double-content__content div{padding-bottom:12px;padding-top:12px}}.b-landing-double-content__wrapper{padding-right:1.25rem;padding-left:1.25rem;max-width:1200px;margin-left:auto;margin-right:auto;box-sizing:border-box;display:flex;align-content:flex-start;align-items:flex-start;justify-content:center}@media print,screen and (min-width: 48em){.b-landing-double-content__wrapper{padding-right:1.25rem;padding-left:1.25rem}}@media print,screen and (min-width: 64em){.b-landing-double-content__wrapper{padding-right:0.625rem;padding-left:0.625rem}}@media screen and (min-width: 80em){.b-landing-double-content__wrapper{padding-right:0.625rem;padding-left:0.625rem}}@media(min-width: 768px){.b-landing-double-content__wrapper{max-width:768px;margin:0 auto}}@media(min-width: 970px){.b-landing-double-content__wrapper{max-width:970px}}@media(min-width: 1280px){.b-landing-double-content__wrapper{max-width:1220px}}.b-landing-double-content__wrapper>.b-landing-button{display:none}@media all and (max-width: 1000px){.b-landing-double-content__wrapper{flex-wrap:wrap}.b-landing-double-content__wrapper>.b-landing-button{display:inline-block;margin-top:100px}}.b-landing-double-content--equals-width .b-landing-double-content__left,.b-landing-double-content--equals-width-white .b-landing-double-content__left{max-width:520px}@media all and (max-width: 1000px){.b-landing-double-content--equals-width .b-landing-double-content__left,.b-landing-double-content--equals-width-white .b-landing-double-content__left{max-width:100%}}.b-landing-double-content--equals-width .b-landing-double-content__left .b-landing-button,.b-landing-double-content--equals-width-white .b-landing-double-content__left .b-landing-button{margin-top:0}.b-landing-double-content--equals-width .b-landing-double-content__right,.b-landing-double-content--equals-width-white .b-landing-double-content__right{margin-left:40px;margin-bottom:0;margin-top:0;padding:100px 20px 60px 30px;border:9px solid #f6f6f6;border-radius:10px}@media all and (max-width: 1000px){.b-landing-double-content--equals-width .b-landing-double-content__right,.b-landing-double-content--equals-width-white .b-landing-double-content__right{margin-left:auto;margin-right:auto}}.b-landing-double-content--equals-width .b-landing-double-content__right::after,.b-landing-double-content--equals-width-white .b-landing-double-content__right::after{display:none}.b-landing-double-content--equals-width-white .b-landing-double-content__right{padding:30px 20px 60px 30px;border:9px solid #fff}.b-landing-double-content--full-width .b-landing-double-content__wrapper{justify-content:space-between}.b-landing-double-content--full-width .b-landing-double-content__left{max-width:550px}@media all and (max-width: 1000px){.b-landing-double-content--full-width .b-landing-double-content__left{max-width:100%}}.b-landing-double-content--full-width .b-landing-double-content__content p{margin-bottom:30px}@media all and (max-width: 1000px){.b-landing-double-content--full-width .b-landing-double-content__content p{margin-bottom:initial}}.b-landing-double-content--full-width .b-landing-double-content__right{margin-top:40px;margin-bottom:60px;margin-right:40px}@media all and (max-width: 1000px){.b-landing-double-content--full-width .b-landing-double-content__right{margin:60px auto}}.b-landing-double-content--full-width .b-landing-double-content__right::after{top:-40px;bottom:-40px}.b-landing-double-content .b-landing-button{margin-top:30px}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-landing-faq-in-block{display:flex;align-items:center;flex-flow:column;margin:0 auto;padding:100px 150px;border-radius:10px;color:#1f1f1f;background-color:#fff}@media(min-width: 768px){.b-landing-faq-in-block{max-width:768px;margin:0 auto}}@media(min-width: 970px){.b-landing-faq-in-block{max-width:970px}}@media(min-width: 1280px){.b-landing-faq-in-block{max-width:1220px}}.b-landing-faq-in-block--no-bg{background:transparent}@media(max-width: 1200px){.b-landing-faq-in-block{padding:60px auto}}@media(max-width: 969px){.b-landing-faq-in-block{padding:30px auto}}@media screen and (max-width: 768px){.b-landing-faq-in-block{padding:50px 15px;border-radius:0}}.b-landing-faq-in-block--full{padding:0}.b-landing-faq-in-block--vacancies{padding:32px;background:#f5f6fa}@media screen and (max-width: 768px){.b-landing-faq-in-block--vacancies{padding:15px}}.b-landing-faq-in-block--list-bg{max-width:100%;padding:0}.b-landing-faq-in-block__title{margin:0 0 30px;width:100%;font-weight:800;font-size:36px;line-height:44px;text-align:center}@media(max-width: 1200px){.b-landing-faq-in-block__title{font-size:32px;line-height:38px}}@media(max-width: 789px){.b-landing-faq-in-block__title{font-size:24px;line-height:36px;margin-bottom:15px}}.b-landing-faq-in-block__title--left{text-align:left}.b-landing-faq-in-block__items{display:flex;flex-flow:column;width:100%}.b-landing-faq-in-block--list-bg .b-landing-faq-in-block__items{padding:50px;background:#f5f6fa;border-radius:10px}@media(max-width: 560px){.b-landing-faq-in-block--list-bg .b-landing-faq-in-block__items{padding:20px}}.b-landing-faq-in-block__item{margin-bottom:20px;padding:25px 50px 25px 30px;border:1px solid #e1e5ee;border-radius:10px;background:#fff}.b-landing-faq-in-block__item:last-of-type{margin-bottom:0}.b-landing-faq-in-block__item.open .b-landing-faq-in-block__question::after{background-image:url("/img/landing_leaks/minus.svg")}@media(max-width: 768px){.b-landing-faq-in-block__item{background:no-repeat;border-left:none;border-right:0;border-radius:0;padding:15px 30px 15px 0;margin-bottom:0}.b-landing-faq-in-block__item:not(:last-child){border-bottom:none}}.b-landing-faq-in-block--vacancies .b-landing-faq-in-block__item{padding:20px 50px 20px 20px;margin-bottom:16px;border:none}@media(max-width: 768px){.b-landing-faq-in-block--vacancies .b-landing-faq-in-block__item{padding:15px 30px 15px 15px;margin-bottom:0}}.b-landing-faq-in-block__question{position:relative;font-weight:600;font-size:18px;line-height:130%;color:#1f1f1f;cursor:pointer}.b-landing-faq-in-block__question::after{position:absolute;top:-5px;right:-32px;content:"";background-image:url("/img/mastery-certificate/plus.svg");background-position:center;background-repeat:no-repeat;width:32px;height:32px;transition:.2s}@media(max-width: 690px){.b-landing-faq-in-block__question{font-size:16px;line-height:22px}}.b-landing-faq-in-block--vacancies .b-landing-faq-in-block__question,.b-landing-faq-in-block--list-bg .b-landing-faq-in-block__question{font-size:20px;font-weight:600;line-height:130%}@media(max-width: 690px){.b-landing-faq-in-block--vacancies .b-landing-faq-in-block__question,.b-landing-faq-in-block--list-bg .b-landing-faq-in-block__question{font-size:16px}}.b-landing-faq-in-block--vacancies .b-landing-faq-in-block__question::after{top:3px;width:18px;height:18px}.b-landing-faq-in-block__answer{display:none;margin-top:25px;padding-top:15px;border-top:1px solid #e1e5ee;font-size:16px;line-height:150%;color:#1f1f1f}.b-landing-faq-in-block__answer>*:first-child{margin-top:0}.b-landing-faq-in-block__answer>*:last-child{margin-bottom:0}@media screen and (max-width: 768px){.b-landing-faq-in-block__answer{margin-top:10px;padding-top:0;border-top:none}}@media(max-width: 690px){.b-landing-faq-in-block__answer{font-size:14px;line-height:18px}}.b-landing-faq-in-block--vacancies .b-landing-faq-in-block__answer{font-size:18px;padding-top:24px;max-width:870px}@media screen and (max-width: 768px){.b-landing-faq-in-block--vacancies .b-landing-faq-in-block__answer{padding-top:0;font-size:14px}}.b-landing-faq-in-block__outer-container{padding-bottom:100px}.b-landing-faq-in-block__outer-container.p-b-0{padding-bottom:0}@media screen and (max-width: 768px){.b-landing-faq-in-block__outer-container{padding-bottom:0}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-landing-faq{padding:80px 0 100px;display:flex;align-items:center;flex-flow:column;color:#1d1d1b;margin:0 auto}@media(min-width: 768px){.b-landing-faq{max-width:768px;margin:0 auto}}@media(min-width: 970px){.b-landing-faq{max-width:970px}}@media(min-width: 1280px){.b-landing-faq{max-width:1220px}}@media(max-width: 1200px){.b-landing-faq{padding:60px auto}}@media(max-width: 969px){.b-landing-faq{padding:30px auto}}@media(max-width: 769px){.b-landing-faq{padding:50px 15px}}.b-landing-faq__title{margin:0 0 39px;width:100%;font-weight:800;font-size:36px;line-height:44px;text-align:center}@media(max-width: 1200px){.b-landing-faq__title{font-size:32px;line-height:38px}}@media(max-width: 789px){.b-landing-faq__title{font-size:24px;line-height:36px;margin-bottom:15px}}.b-landing-faq__items{display:flex;flex-flow:column;width:100%}.b-landing-faq__item{margin-bottom:20px;padding:25px 50px 25px 30px;border:1px solid #e1e5ee;border-radius:10px;background:#fff}.b-landing-faq__item:last-of-type{margin-bottom:0}.b-landing-faq__item.open .b-mastery-certificate-faq__question::after{transform:rotate(45deg)}@media(max-width: 768px){.b-landing-faq__item{background:no-repeat;border-left:none;border-right:0;border-radius:0;padding:15px 30px 15px 0;margin-bottom:0}.b-landing-faq__item:not(:last-child){border-bottom:none}}.b-landing-faq__question{font-size:18px;line-height:22px;cursor:pointer;position:relative;font-weight:600;color:#1f1f1f}.b-landing-faq__question::after{position:absolute;top:-5px;right:-32px;content:"";background:url(/img/mastery-certificate/plus.svg) center no-repeat;width:32px;height:32px;transition:.2s}@media(max-width: 690px){.b-landing-faq__question{font-size:16px;line-height:22px}}.b-landing-faq__answer{margin-top:16px;font-size:16px;line-height:150%;color:#1f1f1f;display:none}.b-landing-faq__answer>*:first-child{margin-top:0}.b-landing-faq__answer>*:last-child{margin-bottom:0}@media(max-width: 690px){.b-landing-faq__answer{font-size:14px;line-height:18px}}.b-landing-faq--consultation{padding-top:0}@media screen and (max-width: 768px){.b-landing-faq--consultation{padding:0 0 50px}}.b-landing-faq--consultation .b-landing-faq__answer{border-top:1px solid #e1e5ee;padding-top:24px;margin-top:32px}@media screen and (max-width: 768px){.b-landing-faq--consultation .b-landing-faq__answer{padding-top:16px;margin-top:16px}}.b-landing-faq--consultation .b-landing-faq__question{font-size:20px}.b-landing-faq--consultation .b-landing-faq__question::after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2IDYuNjY2OTlWMjUuMzMzNyIgc3Ryb2tlPSIjQkFCRUNBIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTYuNjY2MDIgMTZIMjUuMzMyNyIgc3Ryb2tlPSIjQkFCRUNBIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);top:50%;transform:translate(0, -50%)}@media screen and (max-width: 768px){.b-landing-faq--consultation .b-landing-faq__question{font-size:16px}}.b-landing-faq--consultation .b-landing-faq__item{padding:37px 50px 37px 24px}.b-landing-faq--consultation .b-landing-faq__item.open .b-landing-faq__question::after{background-image:url("/img/landing_leaks/minus.svg")}@media screen and (max-width: 1024px){.b-landing-faq--consultation .b-landing-faq__item{padding:30px 45px 30px 24px}}@media screen and (max-width: 768px){.b-landing-faq--consultation .b-landing-faq__item{padding:20px 45px 20px 16px;border:1px solid #e1e5ee;border-radius:10px;margin-bottom:10px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-landing-form{font-family:ProximaNova,sans-serif;padding-bottom:120px;padding-top:102px;border-bottom:1px solid #e1e5ee}@media all and (max-width: 1000px){.b-landing-form{margin:0 10px;padding-bottom:40px;padding-top:0}}.b-landing-form .tao-form-errors{border:none;padding:0 !important;margin-bottom:20px !important}.b-landing-form ul.tao-form-errors li{color:#e30713}.b-landing-form__header{font-size:30px;line-height:1.3em;color:#1f1f1f;margin-bottom:30px;font-weight:800;width:100%}.b-landing-form__header--title-center{text-align:center}@media all and (max-width: 1000px){.b-landing-form__header{font-size:20px}}.b-landing-form__annotate{background:#f8f8f8;border-left:2px solid #e30713;color:#1f1f1f;font-size:16px;line-height:1.5em;padding:25px 30px;width:100%;margin-bottom:30px}.b-landing-form__annotate span{font-size:18px;line-height:1.5em;text-decoration:line-through;margin-right:8px}.b-landing-form__annotate strong{font-size:18px;line-height:1.5em;color:#e30713}@media all and (max-width: 1000px){.b-landing-form__annotate{font-size:14px}.b-landing-form__annotate strong{font-size:16px}}.b-landing-form__fields{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}.b-landing-form__field{display:flex;flex-wrap:wrap;flex-basis:calc(30% - 20px);margin-bottom:20px}.b-landing-form__field:nth-child(1){flex-basis:calc(40% - 20px)}.b-landing-form__field--textarea{flex-grow:1}.b-landing-form__field textarea{max-width:100%;resize:none;height:125px}.b-landing-form__field textarea:focus{outline:none}.b-landing-form__field p{font-size:14px;color:#1f1f1f;margin-top:0}@media all and (max-width: 1000px){.b-landing-form__field{width:100%;flex-basis:100%}.b-landing-form__field:nth-child(1){flex-basis:100%}}.b-landing-form__input{border:1px solid #dedede;font-size:16px;line-height:1.3em;padding:21px 20px 20px;box-sizing:border-box;width:100%;color:#000;border-radius:10px}.b-landing-form__input::placeholder{color:#969696;opacity:1}.b-landing-form__input--hidden{display:none}@media all and (max-width: 1000px){.b-landing-form__input{font-size:14px}}.b-landing-form__label{color:#1f1f1f;font-weight:bold;font-size:18px;width:100%;margin-bottom:10px}.b-landing-form__label span{color:#e30713}@media all and (max-width: 1000px){.b-landing-form__label{font-size:14px}}.b-landing-form__footer{display:flex;flex-wrap:wrap;justify-content:center;margin-top:30px}.b-landing-form__confirm{width:100%;margin-bottom:15px}.b-landing-form__confirm .b-confirm__checkbox+label{max-width:initial;line-height:24px}.b-landing-form__wrapper{border-radius:10px;max-width:1170px;margin:auto;padding:50px 155px;display:flex;flex-wrap:wrap;align-content:center;align-items:center;background:#fff;box-sizing:border-box;border:4px solid #f5f6fa;border-top:none;position:relative}.b-landing-form__wrapper::after{position:absolute;content:"";top:0;left:50%;transform:translate(-50%, 0);height:2px;background-color:#e30713;width:98.5%}@media all and (max-width: 1280px){.b-landing-form__wrapper{max-width:970px;padding:45px 16px 35px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-landing-header{position:relative;font-family:ProximaNova,sans-serif;margin:30px 0 40px}.b-landing-header__middle{padding-right:1.25rem;padding-left:1.25rem;max-width:1200px;margin-left:auto;margin-right:auto}@media print,screen and (min-width: 48em){.b-landing-header__middle{padding-right:1.25rem;padding-left:1.25rem}}@media print,screen and (min-width: 64em){.b-landing-header__middle{padding-right:0.625rem;padding-left:0.625rem}}@media screen and (min-width: 80em){.b-landing-header__middle{padding-right:0.625rem;padding-left:0.625rem}}.b-landing-header__row{display:flex;flex-flow:row wrap;margin-right:-0.625rem;margin-left:-0.625rem}@media print,screen and (min-width: 48em){.b-landing-header__row{margin-right:-0.625rem;margin-left:-0.625rem}}@media print,screen and (min-width: 64em){.b-landing-header__row{margin-right:-0.625rem;margin-left:-0.625rem}}@media screen and (min-width: 80em){.b-landing-header__row{margin-right:-0.625rem;margin-left:-0.625rem}}.b-landing-header--services{margin:40px 0 40px}.b-landing-header--podbor-netipovogo-uzla{margin:0 !important;padding:50px 0;background-color:#f5f6fa}@media(max-width: 480px){.b-landing-header--podbor-netipovogo-uzla{padding:30px 0}}@media print,screen and (min-width: 64em){.b-landing-header{margin:30px 0 80px}.b-landing-header--support{margin:40px 0 40px}.b-landing-header--services{margin:80px 0 80px}}@media(max-width: 480px){.b-landing-header{margin:20px 0 30px}}@media(max-width: 375px){.b-landing-header{margin:30px 0 20px}}.b-landing-header--podderzhka-pri-ekspluatatsii{margin:30px 0 40px}@media(max-width: 768px){.b-landing-header--podderzhka-pri-ekspluatatsii{margin-bottom:30px}}.b-landing-header--albom-tekhnicheskikh-resheniy{margin:30px 0 51px}@media(max-width: 768px){.b-landing-header--albom-tekhnicheskikh-resheniy{margin-bottom:30px}}.b-landing-header--prc-examples{margin:0 0 100px;overflow:hidden}@media(max-width: 1020px){.b-landing-header--prc-examples{margin:0 0 60px;padding-top:20px}}@media(max-width: 560px){.b-landing-header--prc-examples{margin:0 0 50px;padding-top:10px}}.b-landing-header--bim .b-landing-header__title{font-weight:800;font-size:56px;line-height:120%;color:#1f1f1f}.b-landing-header--bim .b-landing-header__title span{border:1px solid #e1e5ee;box-sizing:border-box;border-radius:10px;color:#e72430;padding:0 3px}@media(max-width: 1280px){.b-landing-header--bim .b-landing-header__title{font-size:44px}}@media(max-width: 970px){.b-landing-header--bim .b-landing-header__title{font-size:34px}}@media(max-width: 760px){.b-landing-header--bim .b-landing-header__title{font-size:28px}}.b-landing-header--bim .b-landing-header__text{margin:13px 0 53px;font-weight:normal;font-size:26px;line-height:120%}@media(max-width: 1280px){.b-landing-header--bim .b-landing-header__text{font-size:22px}}@media(max-width: 970px){.b-landing-header--bim .b-landing-header__text{font-size:18px}}@media(min-width: 768px){.b-landing-header__middle{max-width:768px;margin:0 auto}}@media(min-width: 970px){.b-landing-header__middle{max-width:970px}}@media(min-width: 1280px){.b-landing-header__middle{max-width:1220px}}.b-landing-header__middle--support{max-width:none}@media print,screen and (min-width: 48em)and (max-width: 63.99875em){.b-landing-header__middle--estimated{max-width:initial}}@media print,screen and (max-width: 47.99875em){.b-landing-header__middle--estimated{padding-right:15px;padding-left:15px}}.b-landing-header__row{align-items:center}.b-landing-header__image{flex:0 0 auto;width:calc(50% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem}.b-landing-header__image--search-tech-documentation{flex:0 0 auto;width:calc(41.6666666667% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem}.b-landing-header__image--bim{flex:0 0 auto;width:calc(41.6666666667% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem;margin-left:0}.b-landing-header__image--img-position_right{margin-left:calc(8.3333333333% + 0.625rem);text-align:right;order:1}.b-landing-header__image--img-position_right.b-landing-header__image--bim{margin-left:.625rem}.b-landing-header__image--zhkh{margin:0 0 0 30px}.b-landing-header__image img{border-radius:10px}@media print,screen and (max-width: 63.99875em){.b-landing-header__image{flex:0 0 auto;width:calc(100% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem;text-align:center;order:0;margin-bottom:40px}.b-landing-header__image--support{margin-bottom:30px}}@media(max-width: 375px){.b-landing-header__image--support{margin-bottom:20px}}.b-landing-header__city{margin-bottom:30px}.b-landing-header__content{flex:0 0 auto;width:calc(41.6666666667% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem;background:rgba(254,254,254,.9);padding:0 0 45px}.b-landing-header__content--search-tech-documentation{flex:0 0 auto;width:calc(50% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem}.b-landing-header__content--bim{flex:0 0 auto;width:calc(58.3333333333% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem}.b-landing-header__content--img-position_left{margin-left:calc(8.3333333333% + 0.625rem)}.b-landing-header__content--podbor-netipovogo-uzla{background-color:#f5f6fa}.b-landing-header__content--soundproofing{margin-left:-50px;width:50%}@media print,screen and (max-width: 79.99875em){.b-landing-header__content--soundproofing{margin-left:0;width:45%}}.b-landing-header__content--support{padding:30px 0 30px}.b-landing-header__content--zhkh{flex:1}@media print,screen and (max-width: 63.99875em){.b-landing-header__content{flex:0 0 auto;width:calc(100% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem;padding:0}}.b-landing-header__title{font-weight:800;font-size:34px;line-height:1.3em;color:#1f1f1f}.b-landing-header__title--switcher h1{margin-bottom:10px}.b-landing-header__title--podderzhka-pri-ekspluatatsii h1,.b-landing-header__title--support h1{font-weight:800;line-height:1.3em;margin-top:0}@media(min-width: 480px)and (max-width: 1024px){.b-landing-header__title--podderzhka-pri-ekspluatatsii h1,.b-landing-header__title--support h1{text-align:center}}@media print,screen and (max-width: 63.99875em){.b-landing-header__title{font-size:24px}.b-landing-header__title h1{font-size:24px;line-height:120%}}.b-landing-header__title .one-line{white-space:nowrap}@media screen and (max-width: 1280px){.b-landing-header__title .one-line{white-space:normal}}@media(min-width: 480px)and (max-width: 1024px){.b-landing-header__title{text-align:center}}.b-landing-header--prc-examples .b-landing-header__title h1{font-weight:800}.b-landing-header--prc-examples .b-landing-header__content{background:transparent}.b-landing-header__switcher{display:flex;align-items:center;width:max-content;margin-bottom:25px;padding:3px;border:1px solid #e1e5ee;border-radius:10px}@media print,screen and (max-width: 47.99875em){.b-landing-header__switcher{width:100%}}.b-landing-header__switcher-link{padding:14px 26px;border-radius:10px;font-weight:400;font-size:20px;line-height:130%;color:#676b77;text-transform:lowercase}.b-landing-header__switcher-link--active{font-weight:600;color:#fff;background-color:#414e60}@media print,screen and (max-width: 47.99875em){.b-landing-header__switcher-link{width:50%;padding:14px 0;text-align:center}}.b-landing-header__text{margin:15px 0 25px;font-size:16px;line-height:1.5em;color:#1f1f1f}.b-landing-header__text ul{margin:0;padding:0}.b-landing-header__text li{list-style:none;position:relative;margin-left:20px;font-size:16px;line-height:120%;text-align:left}.b-landing-header__text li::before{content:"";position:absolute;width:5px;height:5px;left:-15px;top:50%;transform:translate(0, -50%);border-radius:50px;background-color:#e72430}.b-landing-header__text p{text-align:left}.b-landing-header__text .grey-block{background-color:#f5f6fa;border-radius:10px;padding:12px;font-size:14px;font-weight:400;max-width:max-content;margin-top:20px}@media(min-width: 480px)and (max-width: 1024px){.b-landing-header__text{text-align:center}}@media print,screen and (max-width: 63.99875em){.b-landing-header__text,.b-landing-header__text li{font-size:14px}}@media screen and (max-width: 768px){.b-landing-header__text .grey-block{max-width:100%;text-align:center}}.b-landing-header__text ul{margin:10px 0;padding-left:18px;text-align:left}.b-landing-header__text ul li{margin-bottom:5px}.b-landing-header__text ul li::marker{color:#e72430}.b-landing-header--zhkh .b-landing-header__text,.b-landing-header--prc-examples .b-landing-header__text,.b-landing-header--calc .b-landing-header__text{text-align:left}.b-landing-header__buttons{margin-top:25px;text-align:center}@media print,screen and (min-width: 48em){.b-landing-header__buttons{display:flex;flex-wrap:wrap;justify-content:center;margin-left:-15px}}@media print,screen and (min-width: 64em){.b-landing-header__buttons{justify-content:flex-start}}.b-landing-header__btn{width:100%;margin-bottom:15px;padding:15px 35px;text-decoration:none}.b-landing-header__btn--all{margin-left:auto !important;justify-content:end}.b-landing-header__btn--guarantee{padding:15px 30px}@media print,screen and (min-width: 48em){.b-landing-header__btn{width:auto;min-width:calc(50% - 45px);margin-left:15px}.b-landing-header__btn--calc{min-width:unset}}.b-landing-header__divider{border-bottom:1px solid #e1e5ee}.b-landing-header__call{font-size:16px;font-weight:600}.b-landing-header__costText{font-size:14px;padding:12px;background:#f5f6fa;border-radius:10px;display:inline-block}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-landing-image-icon-and-description-block{filter:drop-shadow(0 4px 4px rgba(10, 10, 10, 0.25));position:relative;height:277px;border-radius:10px;background-color:#fff;overflow:hidden}@media(max-width: 1023px){.b-landing-image-icon-and-description-block{height:min-content}}@media(max-width: 1024px)and (min-width: 768px){.b-landing-image-icon-and-description-block{display:flex}}@media(min-width: 1024px){.b-landing-image-icon-and-description-block:hover .b-landing-image-icon-and-description-block__content{height:calc(100% - 40px);width:100%;padding-right:15%}.b-landing-image-icon-and-description-block:hover .b-landing-image-icon-and-description-block__text{transition:opacity .3s .2s;opacity:1}}@media(min-width: 768px){.b-landing-image-icon-and-description-block__picture-wrap{flex-shrink:0;width:50%}}@media(min-width: 1024px){.b-landing-image-icon-and-description-block__picture-wrap{position:absolute;width:100%;height:100%;top:0;left:0}}.b-landing-image-icon-and-description-block__picture{border-radius:10px;overflow:hidden;background-size:cover;background-repeat:no-repeat;background-position:center}@media(max-width: 767px){.b-landing-image-icon-and-description-block__picture{height:40vw;width:100%}}@media(min-width: 768px){.b-landing-image-icon-and-description-block__picture{height:100%}}.b-landing-image-icon-and-description-block__content{background-color:rgba(255,255,255,.9)}@media(min-width: 1024px){.b-landing-image-icon-and-description-block__content{position:absolute;border-bottom-right-radius:10px;border-top-right-radius:10px;bottom:40px;left:0;width:85%;height:75px;transition:height .5s,width .5s,padding-right .5s;overflow:hidden}}@media(max-width: 1023px){.b-landing-image-icon-and-description-block__content{min-height:30vw;padding:20px}}@media(max-width: 375px){.b-landing-image-icon-and-description-block__content{min-height:auto;padding:0}}.b-landing-image-icon-and-description-block__title-block{display:flex;align-items:center;justify-content:space-between;padding:15px 20px;height:75px}.b-landing-image-icon-and-description-block__title{font-weight:600;font-size:20px;line-height:1.2;margin-right:20px}@media(max-width: 767px){.b-landing-image-icon-and-description-block__title{font-size:16px}}.b-landing-image-icon-and-description-block__text{padding:0 20px 30px}@media(min-width: 1024px){.b-landing-image-icon-and-description-block__text{width:115%;opacity:0;transition:opacity .3s 0s}}@media(max-width: 767px){.b-landing-image-icon-and-description-block__text{font-size:14px}}.b-landing-image-icon-and-description-block__ok-block{display:inline-block;padding:5px 10px;margin-bottom:10px;color:#e72430;font-weight:600;background-color:#f5f6fa;border-radius:5px}.b-landing-image-icon-and-description-block__ok-block::before{content:"";display:inline-block;width:18px;height:18px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgNy41TDYuMjUgMTMgMTYgMyIgc3Ryb2tlPSIjRTcyNDMwIiBzdHJva2Utd2lkdGg9IjEuNiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) no-repeat center;background-size:contain;vertical-align:middle;margin-right:10px}@media(max-width: 1023px){.b-landing-image-icon-and-description-block__ok-block{margin-bottom:15px}}@media(max-width: 767px){.b-landing-image-icon-and-description-block__ok-block{font-size:16px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-landing-image-icon-and-description-blocks{padding:75px 0 100px}.b-landing-image-icon-and-description-blocks__middle{padding-right:1.25rem;padding-left:1.25rem;max-width:1200px;margin-left:auto;margin-right:auto}@media print,screen and (min-width: 48em){.b-landing-image-icon-and-description-blocks__middle{padding-right:1.25rem;padding-left:1.25rem}}@media print,screen and (min-width: 64em){.b-landing-image-icon-and-description-blocks__middle{padding-right:0.625rem;padding-left:0.625rem}}@media screen and (min-width: 80em){.b-landing-image-icon-and-description-blocks__middle{padding-right:0.625rem;padding-left:0.625rem}}.b-landing-image-icon-and-description-blocks__row{display:flex;flex-flow:row wrap;margin-right:-0.625rem;margin-left:-0.625rem}@media print,screen and (min-width: 48em){.b-landing-image-icon-and-description-blocks__row{margin-right:-0.625rem;margin-left:-0.625rem}}@media print,screen and (min-width: 64em){.b-landing-image-icon-and-description-blocks__row{margin-right:-0.625rem;margin-left:-0.625rem}}@media screen and (min-width: 80em){.b-landing-image-icon-and-description-blocks__row{margin-right:-0.625rem;margin-left:-0.625rem}}@media(max-width: 767px){.b-landing-image-icon-and-description-blocks{padding:30px 0 50px}}@media(min-width: 768px){.b-landing-image-icon-and-description-blocks__middle{max-width:768px;margin:0 auto}}@media(min-width: 970px){.b-landing-image-icon-and-description-blocks__middle{max-width:970px}}@media(min-width: 1280px){.b-landing-image-icon-and-description-blocks__middle{max-width:1220px}}.b-landing-image-icon-and-description-blocks__top{margin-bottom:30px;display:flex;justify-content:space-between;align-items:flex-end}@media(max-width: 1023px){.b-landing-image-icon-and-description-blocks__top{margin-bottom:35px}}@media(max-width: 767px){.b-landing-image-icon-and-description-blocks__top{margin-bottom:25px;display:block}}.b-landing-image-icon-and-description-blocks__title{flex-grow:1;margin:0 !important}.b-landing-image-icon-and-description-blocks__top-link{flex-shrink:0;margin-left:20px}@media(max-width: 767px){.b-landing-image-icon-and-description-blocks__top-link{display:block;margin-top:20px;margin-left:0}}.b-landing-image-icon-and-description-blocks__item{flex:0 0 auto;width:calc(100% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem;margin-bottom:20px}@media print,screen and (min-width: 64em){.b-landing-image-icon-and-description-blocks__item{flex:0 0 auto;width:calc(50% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem}}@media screen and (min-width: 80em){.b-landing-image-icon-and-description-blocks__item{flex:0 0 auto;width:calc(33.3333333333% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-landing-images{font-family:ProximaNova,sans-serif;padding-bottom:100px}@media all and (max-width: 1000px){.b-landing-images{padding-bottom:0}}.b-landing-images__header{font-size:34px;line-height:1.3em;color:#1f1f1f;margin-bottom:30px;font-weight:800;width:100%}@media all and (max-width: 1000px){.b-landing-images__header{font-size:24px;margin-top:43px}}.b-landing-images__images{display:flex;flex-wrap:wrap;margin-left:-40px}@media all and (max-width: 1000px){.b-landing-images__images{margin-left:0}}.b-landing-images__image{margin-bottom:15px}@media all and (max-width: 1280px){.b-landing-images__image{max-width:calc(50% - 20px);padding-right:20px}.b-landing-images__image+.b-landing-images__image{max-width:50%;padding-right:0}}@media all and (max-width: 580px){.b-landing-images__image{max-width:100%;padding-right:0}.b-landing-images__image+.b-landing-images__image{max-width:100%}}.b-landing-images__column{display:flex;flex-wrap:wrap;max-width:calc(50% - 40px);padding-left:40px}@media all and (max-width: 768px){.b-landing-images__column{max-width:100%;padding-left:0}.b-landing-images__column+.b-landing-images__column{margin-top:30px}}.b-landing-images--one-row .b-landing-images__column{flex-flow:row wrap;max-width:100%}.b-landing-images--one-row .b-landing-images__title{width:100%;text-align:center}.b-landing-images--one-row .b-landing-images__image{max-width:calc(50% - 20px);padding-right:20px}.b-landing-images--one-row .b-landing-images__image+.b-landing-images__image{max-width:50%;padding-right:0}.b-landing-images__title{color:#7c7c7c;font-size:14px;line-height:1.5em;margin-top:5px;width:100%}.b-landing-images__wrapper{max-width:1200px;margin:auto;padding:40px 40px 50px 80px;display:flex;flex-wrap:wrap;align-content:center;align-items:center;background:#fff;border:4px solid #f5f6fa;box-sizing:border-box;border-radius:10px}@media(max-width: 1280px){.b-landing-images__wrapper{max-width:970px;padding:35px 16px 30px}}@media(max-width: 1000px){.b-landing-images__wrapper{box-shadow:none;border-radius:0;border:none;padding-top:0}}.b-landing-images--no-shadow{padding-bottom:0}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-landing-increment-cards{counter-reset:increment}.b-landing-increment-cards__title{margin-bottom:10px;font-weight:800;font-size:34px;line-height:120%}@media all and (max-width: 1000px){.b-landing-increment-cards__title{font-size:24px}}.b-landing-increment-cards__text{margin-top:0;margin-bottom:20px;line-height:150%}.b-landing-increment-cards__card{box-sizing:border-box;height:auto;padding:30px 20px;border-radius:10px;background-color:#fff}.b-landing-increment-cards__increment{position:absolute;top:30px;right:20px;font-weight:700;font-size:36px;line-height:120%;color:#e72430}.b-landing-increment-cards__increment::before{counter-increment:increment;content:counter(increment);color:#1f1f1f}@media screen and (max-width: 1280px){.b-landing-increment-cards__increment{font-size:28px}}@media screen and (max-width: 640px){.b-landing-increment-cards__increment{font-size:24px}}.b-landing-increment-cards__image{width:100%;border-radius:10px;margin-bottom:35px}@media screen and (max-width: 640px){.b-landing-increment-cards__image{margin-bottom:15px}}.b-landing-increment-cards__card-title{margin-top:0;margin-bottom:10px;font-weight:600;font-size:20px;line-height:120%}.b-landing-increment-cards__card-text{margin:0;line-height:150%;color:#676b77}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}@media(max-width: 768px){.b-landing-link-bg-image{padding-bottom:50px}}.b-landing-link-bg-image__container{background-repeat:no-repeat;background-size:cover;background-position-x:right;border-radius:10px}.b-landing-link-bg-image__container--mobile{display:none;position:relative}@media(max-width: 1024px){.b-landing-link-bg-image__container{display:none}.b-landing-link-bg-image__container--mobile{display:block}}.b-landing-link-bg-image__image{height:150px;width:100%;background-repeat:no-repeat;background-size:cover;background-position-x:right;border-top-left-radius:10px;border-top-right-radius:10px}.b-landing-link-bg-image__content-mob{padding:20px;background-color:#f7f6f4;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.b-landing-link-bg-image__content{width:56%;padding:70px}.b-landing-link-bg-image__title{font-size:34px;font-weight:800;line-height:41px;margin-top:0;margin-bottom:20px}@media(max-width: 768px){.b-landing-link-bg-image__title{font-size:24px;margin-bottom:15px}}.b-landing-link-bg-image__text{font-size:16px;line-height:150%;margin-bottom:30px}.b-landing-link-bg-image__btn{width:max-content}.b-landing-link-bg-image__btn--mobile{position:absolute;left:50%;transform:translate(-50%, 0);bottom:-30px}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-landing-list-with-details{padding:100px 0}.b-landing-list-with-details__middle{padding-right:1.25rem;padding-left:1.25rem;max-width:1200px;margin-left:auto;margin-right:auto}@media print,screen and (min-width: 48em){.b-landing-list-with-details__middle{padding-right:1.25rem;padding-left:1.25rem}}@media print,screen and (min-width: 64em){.b-landing-list-with-details__middle{padding-right:0.625rem;padding-left:0.625rem}}@media screen and (min-width: 80em){.b-landing-list-with-details__middle{padding-right:0.625rem;padding-left:0.625rem}}.b-landing-list-with-details__row{display:flex;flex-flow:row wrap;margin-right:-0.625rem;margin-left:-0.625rem}@media print,screen and (min-width: 48em){.b-landing-list-with-details__row{margin-right:-0.625rem;margin-left:-0.625rem}}@media print,screen and (min-width: 64em){.b-landing-list-with-details__row{margin-right:-0.625rem;margin-left:-0.625rem}}@media screen and (min-width: 80em){.b-landing-list-with-details__row{margin-right:-0.625rem;margin-left:-0.625rem}}@media(max-width: 789px){.b-landing-list-with-details{padding:75px 0}}@media(max-width: 660px){.b-landing-list-with-details{padding-top:25px;padding-bottom:25px}}.b-landing-list-with-details__item{background-color:#fff;margin-bottom:20px;color:#1d1d1b;border-radius:10px}.b-landing-list-with-details__item:last-of-type{margin-bottom:0}.b-landing-list-with-details__item.open .b-landing-list-with-details__item-header::after{transform:translateY(-50%) rotate(45deg)}.b-landing-list-with-details__item-header{padding:10px 60px 11px 30px;display:flex;align-items:center;cursor:pointer;position:relative}.b-landing-list-with-details__item-header h3{margin-left:38px;font-weight:600;font-size:24px;line-height:31px;width:100%}.b-landing-list-with-details__item-header::after{top:50%;transform:translateY(-50%);right:30px;position:absolute;content:"";background:url(/img/mastery-certificate/plus.svg) center no-repeat;width:32px;height:32px;transition:.2s}@media(max-width: 789px){.b-landing-list-with-details__item-header::after{right:7px}}@media(max-width: 789px){.b-landing-list-with-details__item-header{padding-left:35px;padding-right:35px}.b-landing-list-with-details__item-header h3{margin-left:20px;font-size:18px;line-height:24px}}@media(max-width: 489px){.b-landing-list-with-details__item-header{flex-flow:column;align-items:center}.b-landing-list-with-details__item-header h3{margin-left:0;text-align:center}}.b-landing-list-with-details__item-content{display:none;border-top:1px solid #e7eaef;padding:35px 30px 30px 100px}@media(max-width: 789px){.b-landing-list-with-details__item-content{padding-left:30px}}@media(max-width: 490px){.b-landing-list-with-details__item-content{padding:15px}}.b-landing-list-with-details__content-with-padding{margin-right:70px}@media(max-width: 789px){.b-landing-list-with-details__content-with-padding{margin-right:0}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-landing-manual{padding:45px 30px 45px 60px;border-radius:10px;background:#fff;display:flex;justify-content:space-between;align-items:center}@media(max-width: 868px){.b-landing-manual{padding:30px}}@media(max-width: 768px){.b-landing-manual{flex-direction:column}}@media(max-width: 560px){.b-landing-manual{padding:30px 20px 20px}}.b-landing-manual__img{margin:25px 0 0}@media(min-width: 769px){.b-landing-manual__img{max-width:35%;margin:0 0 0 45px}}.b-landing-manual__content{flex:1}.b-landing-manual__subtitle{margin:25px 0 15px}@media(min-width: 769px){.b-landing-manual__subtitle{max-width:80%}}.b-landing-manual__desc{color:#676b77;font-size:16px;margin-bottom:30px}@media(max-width: 560px){.b-landing-manual__desc{font-size:14px}}.b-landing-manual__file{display:flex;align-items:center}@media(max-width: 768px){.b-landing-manual__file a{width:100%}}.b-landing-manual__file span{position:relative;background-image:url("data:image/svg+xml,%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.25 11.25V14.25C16.25 14.6478 16.092 15.0294 15.8107 15.3107C15.5294 15.592 15.1478 15.75 14.75 15.75H4.25C3.85218 15.75 3.47064 15.592 3.18934 15.3107C2.90804 15.0294 2.75 14.6478 2.75 14.25V11.25' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.75 7.5L9.5 11.25L13.25 7.5' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.5 11.25V2.25' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E ");background-repeat:no-repeat;padding-left:1.875rem}.b-landing-manual__file-type{color:#676b77;font-size:18px;margin-left:20px}@media(max-width: 768px){.b-landing-manual__file-type{display:none}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-landing-mobile-navigation__middle{padding-right:1.25rem;padding-left:1.25rem;max-width:1200px;margin-left:auto;margin-right:auto}@media print,screen and (min-width: 48em){.b-landing-mobile-navigation__middle{padding-right:1.25rem;padding-left:1.25rem}}@media print,screen and (min-width: 64em){.b-landing-mobile-navigation__middle{padding-right:0.625rem;padding-left:0.625rem}}@media screen and (min-width: 80em){.b-landing-mobile-navigation__middle{padding-right:0.625rem;padding-left:0.625rem}}.b-landing-mobile-navigation__row{display:flex;flex-flow:row wrap;margin-right:-0.625rem;margin-left:-0.625rem}@media print,screen and (min-width: 48em){.b-landing-mobile-navigation__row{margin-right:-0.625rem;margin-left:-0.625rem}}@media print,screen and (min-width: 64em){.b-landing-mobile-navigation__row{margin-right:-0.625rem;margin-left:-0.625rem}}@media screen and (min-width: 80em){.b-landing-mobile-navigation__row{margin-right:-0.625rem;margin-left:-0.625rem}}@media(min-width: 768px){.b-landing-mobile-navigation__middle{max-width:768px;margin:0 auto}}@media(min-width: 970px){.b-landing-mobile-navigation__middle{max-width:970px}}@media(min-width: 1280px){.b-landing-mobile-navigation__middle{max-width:1220px}}.b-landing-mobile-navigation__items{display:none;padding:40px 0 30px}@media print,screen and (max-width: 63.99875em){.b-landing-mobile-navigation__items{display:block}}.b-landing-mobile-navigation__link{display:block;width:100%;border-radius:50px;padding:10px 20px;background-color:#f5f6fa;font-weight:400;font-size:14px;color:#1f1f1f;margin-bottom:10px;text-decoration:none}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-landing-photogallery{margin:20px 0}.b-landing-photogallery__top{margin-bottom:15px}@media print,screen and (min-width: 48em){.b-landing-photogallery__top{display:flex;justify-content:space-between}}.b-landing-photogallery__title{margin-right:30px}.b-landing-photogallery__items{display:flex;flex-flow:row wrap;margin-right:-0.625rem;margin-left:-0.625rem}@media print,screen and (min-width: 48em){.b-landing-photogallery__items{margin-right:-0.625rem;margin-left:-0.625rem}}@media print,screen and (min-width: 64em){.b-landing-photogallery__items{margin-right:-0.625rem;margin-left:-0.625rem}}@media screen and (min-width: 80em){.b-landing-photogallery__items{margin-right:-0.625rem;margin-left:-0.625rem}}.b-landing-photogallery__item{flex:0 0 auto;width:calc(50% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem;margin-bottom:20px;text-align:center}@media print,screen and (min-width: 48em){.b-landing-photogallery__item{flex:0 0 auto;width:calc(33.3333333333% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem}}@media screen and (min-width: 80em){.b-landing-photogallery__item{flex:0 0 auto;width:calc(25% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem}}.b-landing-photogallery__image{display:inline-block;border-radius:10px;overflow:hidden}
.b-landing-questions{font-family:ProximaNova,sans-serif;padding-bottom:100px}@media all and (max-width: 1000px){.b-landing-questions{padding-bottom:0}}.b-landing-questions__header{font-size:30px;line-height:1.3em;color:#1f1f1f;margin-bottom:30px;font-weight:800;width:100%}@media(max-width: 1000px){.b-landing-questions__header{font-size:24px}}.b-landing-questions__questions{counter-reset:list;padding-left:30px;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.b-landing-questions__arrow{position:absolute;top:18px;right:0;z-index:10}.b-landing-questions__answer{padding-left:20px;padding-right:40px;max-height:0;transition:350ms;overflow:hidden}.b-landing-questions__answer>div{padding-top:10px;display:inline-block}@media all and (max-width: 1000px){.b-landing-questions__answer{padding-right:0}}.b-landing-questions__question{font-size:16px;line-height:1.5em;color:#1f1f1f;position:relative;padding-top:18px;padding-bottom:16px;border-bottom:1px solid #eee;padding-right:20px}.b-landing-questions__question::before{counter-increment:list;content:counter(list) ".";color:#e30713;font-size:18px;font-weight:bold;position:absolute;top:18px;bottom:0;left:-30px}.b-landing-questions__question--opened{font-weight:bold}.b-landing-questions__question--opened .b-landing-questions__answer{font-weight:normal;max-height:1000px}.b-landing-questions__question--opened .b-landing-questions__arrow{transform:rotate(180deg)}.b-landing-questions__question--opened .b-landing-questions__arrow svg path{fill:#e30713}.b-landing-questions__desc{font-size:18px;line-height:1.5em;color:#1f1f1f;padding-right:100px}.b-landing-questions__left{max-width:650px}.b-landing-questions__right{margin-left:80px;position:relative}.b-landing-questions__right::after{content:"";position:absolute;z-index:1;top:-25px;right:-25px;bottom:25px;left:25px;border:9px solid #f5f5f5}.b-landing-questions__right img{position:relative;z-index:10;display:block}.b-landing-questions__right img+img{margin-top:10px}.b-landing-questions__wrapper{max-width:1200px;margin:auto;padding:55px 155px 60px;box-sizing:border-box;background:#fff;display:flex;flex-wrap:wrap;align-content:center;align-items:center;border-radius:10px;position:relative}.b-landing-questions__wrapper::after{position:absolute;content:"";height:10px;top:-10px;left:50%;width:98%;border-top-left-radius:10px;border-top-right-radius:10px;transform:translate(-50%, 0);background-color:#fcfcfc}@media all and (max-width: 1280px){.b-landing-questions__wrapper{max-width:970px;padding:35px 16px 60px}}@media(max-width: 1000px){.b-landing-questions__wrapper{border-radius:0}.b-landing-questions__wrapper::after{border-radius:0}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-landing-related-services{max-width:1200px;margin:100px auto}@media screen and (max-width: 1240px){.b-landing-related-services{max-width:1024px}}@media screen and (max-width: 1064px){.b-landing-related-services{margin:100px 20px}}@media print,screen and (max-width: 63.99875em){.b-landing-related-services{margin:50px 20px}}.b-landing-related-services--estimated{margin-top:0}.b-landing-related-services--nomargin{margin-top:0;margin-bottom:0}.b-landing-related-services--tech-documentation{width:100%;margin:0}.b-landing-related-services__title{margin-top:0;margin-bottom:20px;font-weight:800;font-size:34px;line-height:120%}@media print,screen and (max-width: 47.99875em){.b-landing-related-services__title{font-size:28px}}.b-landing-related-services__pre-text{margin-bottom:30px}.b-landing-related-services__middle{display:flex;flex-flow:row wrap;justify-content:space-between}.b-landing-related-services--tech-documentation .b-landing-related-services__middle{display:grid;grid-template-columns:repeat(4, 1fr);grid-gap:20px}@media print,screen and (max-width: 63.99875em){.b-landing-related-services--tech-documentation .b-landing-related-services__middle{grid-template-columns:repeat(2, 1fr)}}@media print,screen and (max-width: 47.99875em){.b-landing-related-services--tech-documentation .b-landing-related-services__middle{grid-template-columns:1fr}}.b-landing-related-services__block{box-sizing:border-box;width:calc(33.333333% - 20px);padding:30px;border:1px solid #e1e5ee;border-radius:10px;background-color:#fff}@media print,screen and (max-width: 63.99875em){.b-landing-related-services__block{width:100%}.b-landing-related-services__block:not(:last-child){margin-bottom:10px}}.b-landing-related-services--tech-documentation .b-landing-related-services__block{width:100%;border:none;margin:0}.b-landing-related-services__block.js-mouseenter{box-shadow:0 20px 85px rgba(141,148,177,.15);transform:translateY(-20px);transition:transform .4s;transition-delay:0}.b-landing-related-services__block.js-mouseleave{transform:translateY(0);transition:transform .4s;transition-delay:0}.b-landing-related-services__title-line{display:flex;flex-direction:row;align-items:center;margin-bottom:20px}.b-landing-related-services__title-line>.b-landing-related-services__icon,.b-landing-related-services__title-line .b-landing-related-services__service-title{margin-bottom:0}.b-landing-related-services__icon{margin-right:20px;margin-bottom:54px}@media print,screen and (max-width: 47.99875em){.b-landing-related-services__icon{margin-bottom:20px}}.b-landing-related-services--tech-documentation .b-landing-related-services__icon{margin-bottom:34px}@media print,screen and (max-width: 47.99875em){.b-landing-related-services--tech-documentation .b-landing-related-services__icon{margin-bottom:20px}}.b-landing-related-services__service-title{margin-top:0;margin-bottom:16px;font-weight:600;font-size:20px;line-height:120%;color:#1f1f1f}@media print,screen and (max-width: 47.99875em){.b-landing-related-services__service-title{font-size:16px}}.b-landing-related-services--tech-documentation .b-landing-related-services__service-title{font-size:16px;margin-bottom:8px}.b-landing-related-services__text{margin:0;font-weight:normal;line-height:150%;color:#1f1f1f}.b-landing-related-services--tech-documentation .b-landing-related-services__text{font-size:14px}
.b-landing-request__title{font-size:20px !important;font-weight:600;text-align:left;max-width:160px;line-height:24px;margin-bottom:8px}.b-landing-request__text{text-align:left;margin-bottom:24px}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-landing-review-v2{display:flex;justify-content:space-between;padding:40px;background-color:#fff;border-radius:10px;border:1px solid #e1e5ee}@media(max-width: 768px){.b-landing-review-v2{padding:20px 15px}}.b-landing-review-v2__wrapper{margin-right:10%;display:flex;flex-direction:column;justify-content:space-between}@media(max-width: 768px){.b-landing-review-v2__wrapper{margin-right:0}}.b-landing-review-v2__wrapper__text{font-size:18px}@media(max-width: 768px){.b-landing-review-v2__wrapper__text{font-size:16px}}@media(max-width: 375px){.b-landing-review-v2__wrapper__text{font-size:14px}}.b-landing-review-v2__wrapper__text::before,.b-landing-review-v2__wrapper__text::after{content:none}.b-landing-review-v2__original{margin-top:20px}.b-landing-review-v2__link-original{font-weight:600;font-size:18px;line-height:23.4px;color:#e72430;border-bottom:dotted pink}.b-landing-review-v2__author{display:flex;align-items:center;margin-top:30px;font-size:16px}.b-landing-review-v2__person{display:flex;flex-direction:column}.b-landing-review-v2__logo{display:flex;width:70px;height:70px;border-radius:10px;margin-right:20px;background-color:#f5f6fa;padding:10px}.b-landing-review-v2__logo img{object-fit:contain;max-height:100%;margin:auto}@media(max-width: 768px){.b-landing-review-v2__logo{width:50px;height:50px}}.b-landing-review-v2__fio{font-weight:600}@media(max-width: 768px){.b-landing-review-v2__fio{font-size:14px}}.b-landing-review-v2__position{margin-top:4px;font-weight:400}@media(max-width: 768px){.b-landing-review-v2__position{font-size:14px;line-height:18px}}.b-landing-review-v2__position span{font-weight:bold;color:#e72430}.b-landing-review-v2__picture{width:437px;height:100%;flex-shrink:0;border-radius:10px;overflow:hidden;padding:34px 20px;display:flex;justify-content:center;background-color:#f5f6fa}@media(max-width: 1000px){.b-landing-review-v2__picture{width:35vw}}@media(max-width: 767px){.b-landing-review-v2__picture{display:none}}.b-landing-review-v2__picture img{height:310px;width:auto;object-fit:cover;border-radius:10px}@media(max-width: 1000px){.b-landing-review-v2__picture img{height:250px}}.mfp-figure--image{position:relative}.mfp-figure--image .mfp-close{top:30px !important;right:0 !important;left:auto !important;cursor:pointer !important;width:20px !important}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-landing-review-v3{display:flex;justify-content:space-between;padding:40px;border:1px solid #e1e5ee;border-radius:10px}@media(max-width: 768px){.b-landing-review-v3{flex-direction:column;padding:20px 15px;width:100%}}.b-landing-review-v3__wrapper{display:flex;flex-direction:column;justify-content:space-between}.b-landing-review-v3__wrapper__text{font-size:18px}@media(max-width: 768px){.b-landing-review-v3__wrapper__text{font-size:16px}}@media(max-width: 375px){.b-landing-review-v3__wrapper__text{font-size:14px}}.b-landing-review-v3__wrapper__text::before,.b-landing-review-v3__wrapper__text::after{content:none}.b-landing-review-v3__original{margin-top:20px}.b-landing-review-v3__link-original{font-weight:600;font-size:18px;line-height:23.4px;color:#e72430;border-bottom:dotted pink}.b-landing-review-v3__author{display:flex;align-items:center;margin-bottom:30px;font-size:16px}.b-landing-review-v3__person{display:flex;flex-direction:column}.b-landing-review-v3__info{padding:10px 32px;background:#f5f6fa;border-radius:8px;margin-right:40px;display:flex;align-items:center;min-width:37%;justify-content:center}@media(max-width: 768px){.b-landing-review-v3__info{margin-right:0;margin-bottom:5px}}.b-landing-review-v3__logo{display:flex;width:70px;height:70px;border-radius:10px;margin-right:15px;background-color:#f5f6fa;padding:10px}.b-landing-review-v3__logo img{object-fit:contain;max-height:100%;margin:auto}@media(max-width: 768px){.b-landing-review-v3__logo{width:50px;height:50px}}.b-landing-review-v3__date{color:#676b77;margin-top:10px}.b-landing-review-v3__fio{font-weight:600}@media(max-width: 768px){.b-landing-review-v3__fio{font-size:14px}}.b-landing-review-v3__position{margin-top:4px;font-weight:400}@media(max-width: 768px){.b-landing-review-v3__position{font-size:14px;line-height:18px}}.b-landing-review-v3__position span{font-weight:bold;color:#e72430}.b-landing-review-v3__picture{width:437px;height:100%;flex-shrink:0;border-radius:10px;overflow:hidden;padding:34px 20px;display:flex;justify-content:center;background-color:#fff}@media(max-width: 1000px){.b-landing-review-v3__picture{width:35vw}}@media(max-width: 767px){.b-landing-review-v3__picture{display:none}}.b-landing-review-v3__picture img{height:310px;width:auto;object-fit:cover;border-radius:10px}@media(max-width: 1000px){.b-landing-review-v3__picture img{height:250px}}.mfp-figure--image{position:relative}.mfp-figure--image .mfp-close{top:30px !important;right:0 !important;left:auto !important;cursor:pointer !important;width:20px !important}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-landing-review{display:flex;justify-content:space-between;padding:40px;background-color:#fff;border-radius:10px;border:1px solid #e1e5ee}@media(max-width: 1023px){.b-landing-review{flex-direction:column;width:70.05vw;padding:1.95vw;background:none}}@media(max-width: 767px){.b-landing-review{width:84vw;padding:2.66vw}}.b-landing-review__wrapper{margin-right:10%}@media(max-width: 1023px){.b-landing-review__wrapper{display:flex;flex-wrap:wrap;justify-content:space-between;padding:24px 5.6%;margin:0;background-color:#fff;border-radius:0 0 10px 10px}}@media(max-width: 767px){.b-landing-review__wrapper{padding:16px 4.6%;font-size:14px;line-height:18px}}.b-landing-review__wrapper cite{display:flex;flex-direction:column;margin-top:30px;font-style:normal;font-weight:600;font-size:20px}@media(max-width: 1023px){.b-landing-review__wrapper cite{flex-basis:70%;margin-top:22px}}@media(max-width: 767px){.b-landing-review__wrapper cite{margin-top:12px;font-size:16px;line-height:21px}}.b-landing-review__wrapper span{margin-top:4px;font-weight:400;font-size:16px}@media(max-width: 767px){.b-landing-review__wrapper span{font-size:14px;line-height:18px}}.b-landing-review__wrapper q::before,.b-landing-review__wrapper q::after{content:none}.b-landing-review__logo{display:flex;width:80px;height:80px;margin-bottom:23px;border:1px solid #e1e5ee;border-radius:10px}@media(max-width: 1023px){.b-landing-review__logo{order:2;width:50px;height:50px;margin-bottom:0;margin-top:18px}}@media(max-width: 767px){.b-landing-review__logo{margin-top:13px}}.b-landing-review__logo img{object-fit:contain;max-height:100%;margin:auto}.b-landing-review__picture{width:437px;height:285px;flex-shrink:0;border-radius:10px;overflow:hidden}@media(max-width: 1919px){.b-landing-review__picture{width:22.76vw;height:14.84vw}}@media(max-width: 1023px){.b-landing-review__picture{order:-1;height:38.54vw;width:100%;border-radius:10px 10px 0 0}}@media(max-width: 767px){.b-landing-review__picture{height:52vw}}.b-landing-review__picture img{width:100%;height:100%;max-width:none;object-fit:cover}
/**
 * Swiper 6.5.9
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 30, 2021
 */

@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-landing-reviews-with-popup{padding-bottom:160px}@media screen and (max-width: 768px){.b-landing-reviews-with-popup{padding-bottom:100px}}.b-landing-reviews-with-popup__title{font-size:34px;font-weight:800;line-height:41px;margin:0}@media screen and (max-width: 768px){.b-landing-reviews-with-popup__title{margin-bottom:20px}}.b-landing-reviews-with-popup__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:60px}@media screen and (max-width: 768px){.b-landing-reviews-with-popup__top{flex-direction:column;align-items:flex-start;margin-bottom:40px}}.b-landing-reviews-with-popup__btn{display:flex;align-items:center;padding-left:58px;padding-right:58px}.b-landing-reviews-with-popup__btn span{display:inline-block;margin-right:5px}.b-landing-reviews-with-popup__slider{position:relative;max-width:100%;margin-top:21px}.b-landing-reviews-with-popup__slider-container .swiper-wrapper{box-sizing:border-box}.b-landing-reviews-with-popup__item{background-color:#fff;padding:20px;border-radius:10px;position:relative;height:auto;display:flex;flex-direction:column;justify-content:space-between}@media screen and (max-width: 768px){.b-landing-reviews-with-popup__item{width:100%}}.b-landing-reviews-with-popup__item-top{display:flex;margin-bottom:16px;align-items:center}.b-landing-reviews-with-popup__image{margin-right:10px;width:80px;height:80px}@media(max-width: 768px){.b-landing-reviews-with-popup__image{width:60px;height:60px}}.b-landing-reviews-with-popup__org-name{font-size:14px;font-weight:400;color:#676b77}.b-landing-reviews-with-popup__author-name{font-size:18px;font-weight:600;margin-bottom:4px}.b-landing-reviews-with-popup__text{font-size:16px;font-weight:400}.b-landing-reviews-with-popup__show{color:#e72430;cursor:pointer;font-size:16px;margin-top:6px;font-weight:600}.b-landing-reviews-with-popup__date{color:#676b77;margin-top:20px}.b-landing-reviews-with-popup__slider-button{display:none}.b-landing-reviews-with-popup__slider-button:hover,.b-landing-reviews-with-popup__slider-button:focus{background-color:#fcfcfe}.b-landing-reviews-with-popup__slider-button:active{background-color:#f5f6fa}.b-landing-reviews-with-popup__slider-button--next{right:-7.5% !important}.b-landing-reviews-with-popup__slider-button--prev{left:-7.5% !important}@media(max-width: 1380px){.b-landing-reviews-with-popup__slider-button{display:none !important}}.b-landing-reviews-with-popup__slider-pagination{position:absolute;bottom:-65px;display:flex;width:100%;align-items:center;justify-content:center}.b-landing-reviews-with-popup__slider-pagination .swiper-pagination-bullet{display:inline-block;width:10px;height:10px;margin:5.5px;background:#babeca}.b-landing-reviews-with-popup__slider-pagination .swiper-pagination-bullet:hover,.b-landing-reviews-with-popup__slider-pagination .swiper-pagination-bullet:focus{background-color:#d21e29}.b-landing-reviews-with-popup__slider-pagination .swiper-pagination-bullet:active{background-color:#c21924}.b-landing-reviews-with-popup__slider-pagination .swiper-pagination-bullet{opacity:1}.b-landing-reviews-with-popup__slider-pagination .swiper-pagination-bullet-active{opacity:1;background:#e72430;width:20px;height:20px;border:5px solid #f5f6fa;box-shadow:0 0 0 1px rgba(231,36,48,.5)}.b-landing-reviews-with-popup__popup{padding:40px;border-radius:10px;background-color:#fff;display:none;max-width:860px;margin:0 auto;position:relative}@media screen and (max-width: 768px){.b-landing-reviews-with-popup__popup{padding:20px}}@media screen and (max-width: 550px){.b-landing-reviews-with-popup__popup{min-height:100vh;border-radius:unset}}.b-landing-reviews-with-popup__popup-top{margin-bottom:30px;display:flex;align-items:center}.b-landing-reviews-with-popup__popup-img{margin-right:30px;width:95px;height:95px}@media screen and (max-width: 768px){.b-landing-reviews-with-popup__popup-img{width:70px;height:70px}}.b-landing-reviews-with-popup__popup-name{font-size:24px;font-weight:700}.b-landing-reviews-with-popup__popup-org-name{font-size:18px;font-weight:400;color:#676b77}.b-landing-reviews-with-popup__text-wrap{overflow-y:scroll;position:relative;margin-bottom:20px;height:100%;max-height:320px}@media screen and (max-width: 550px){.b-landing-reviews-with-popup__text-wrap{height:auto;max-height:none;overflow-y:visible}}.b-landing-reviews-with-popup .ps-container.ps-theme-default.ps-active-y .ps-scrollbar-y-rail{background-color:#e1e5ee;opacity:1;width:4px;border-radius:4px;right:-20px;transition:opacity .5s}.b-landing-reviews-with-popup .ps-container.ps-theme-default.ps-active-y .ps-scrollbar-y-rail .ps-scrollbar-y{background-color:#babeca;border-radius:4px;right:0;width:100%}.b-landing-reviews-with-popup__form-wrap{display:none;max-width:860px;margin:0 auto;position:relative;border-radius:10px;overflow:hidden}.mfp-figure--image{position:relative}.mfp-figure--image .mfp-close{top:30px !important;right:0 !important;left:auto !important;cursor:pointer !important;width:20px !important}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-landing-reviews{padding-top:77px;padding-bottom:90px}@media(max-width: 1023px){.b-landing-reviews{padding-bottom:101px;padding-top:97px;overflow:hidden}}@media(max-width: 767px){.b-landing-reviews{padding-top:48px;padding-bottom:50px}.b-landing-reviews--v2{padding-bottom:90px}}.b-landing-reviews__title{margin:0 !important}@media(min-width: 1024px){.b-landing-reviews__title{display:flex;align-items:center}}.b-landing-reviews__wrapper{display:flex;flex-wrap:wrap}@media(max-width: 1023px){.b-landing-reviews__wrapper{flex-direction:column}}.b-landing-reviews__write-btn{height:min-content;align-self:center;margin-left:auto}@media(max-width: 1023px){.b-landing-reviews__write-btn{order:2;margin-top:15px;margin-right:auto}}@media(max-width: 767px){.b-landing-reviews__write-btn{margin-top:10px;width:100%}}.b-landing-reviews__write-btn button{min-width:200px;width:auto;background:none;display:none}@media(max-width: 1023px){.b-landing-reviews__write-btn button{min-width:313px;margin:0 auto}}@media(max-width: 767px){.b-landing-reviews__write-btn button{min-width:100%}}.b-landing-reviews__slider{position:relative;max-width:100%;margin-top:21px}@media(max-width: 1023px){.b-landing-reviews__slider:not(.b-landing-reviews__slider--v2):not(.b-landing-reviews__slider--v3){margin-left:-1.95vw}}@media(max-width: 767px){.b-landing-reviews__slider:not(.b-landing-reviews__slider--v2):not(.b-landing-reviews__slider--v3){margin-left:-2.66vw;margin-top:15px}}@media(max-width: 1023px){.b-landing-reviews__slider-container:not(.b-landing-reviews__slider-container--v2):not(.b-landing-reviews__slider-container--v3){width:88%;margin-right:auto;margin-left:0;overflow:visible}}.b-landing-reviews__slider-container .swiper-wrapper{box-sizing:border-box}@media(max-width: 767px){.b-landing-reviews__slider-container:not(.b-landing-reviews__slider-container--v2):not(.b-landing-reviews__slider-container--v3){width:97%}}@media(max-width: 1919px){.b-landing-reviews__slider-button{display:none}}.b-landing-reviews__slider-button:hover,.b-landing-reviews__slider-button:focus{background-color:#fcfcfe}.b-landing-reviews__slider-button:active{background-color:#f5f6fa}.b-landing-reviews__slider-button--next{right:-7.5% !important}.b-landing-reviews__slider-button--prev{left:-7.5% !important}@media(max-width: 1380px){.b-landing-reviews__slider-button{display:none !important}}.b-landing-reviews__slider-pagination{position:absolute;bottom:-45px;display:flex;width:100%;align-items:center;justify-content:center}@media(max-width: 1023px){.b-landing-reviews__slider-pagination:not(.b-landing-reviews__slider-pagination--v2):not(.b-landing-reviews__slider-pagination--v3){display:none}}.b-landing-reviews__slider-pagination .swiper-pagination-bullet{display:inline-block;width:10px;height:10px;margin:5.5px;background:#babeca}.b-landing-reviews__slider-pagination .swiper-pagination-bullet:hover,.b-landing-reviews__slider-pagination .swiper-pagination-bullet:focus{background-color:#d21e29}.b-landing-reviews__slider-pagination .swiper-pagination-bullet:active{background-color:#c21924}.b-landing-reviews__slider-pagination--v2 .swiper-pagination-bullet,.b-landing-reviews__slider-pagination--v3 .swiper-pagination-bullet{opacity:1}.b-landing-reviews__slider-pagination .swiper-pagination-bullet-active{opacity:1;background:#e72430;width:20px;height:20px;border:5px solid #f5f6fa;box-shadow:0 0 0 1px rgba(231,36,48,.5)}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-landing-slider-with-image{box-sizing:border-box;position:relative;max-width:1260px;margin:100px auto;padding:0 30px}.b-landing-slider-with-image--leaks{padding-bottom:100px}@media screen and (max-width: 1280px){.b-landing-slider-with-image{max-width:970px;padding:0 16px}.b-landing-slider-with-image--leaks{padding-bottom:50px}}@media screen and (max-width: 768px){.b-landing-slider-with-image{margin:50px auto}}.b-landing-slider-with-image__header{max-width:630px}.b-landing-slider-with-image__container{width:calc(100% + 60px);margin:0 -30px}@media screen and (max-width: 1280px){.b-landing-slider-with-image__container{width:calc(100% + 32px);margin:0 -16px}}.b-landing-slider-with-image__card-box{box-sizing:border-box;width:100%;height:auto;padding:40px 30px}@media screen and (max-width: 1280px){.b-landing-slider-with-image__card-box{padding:30px 16px 20px}}.b-landing-slider-with-image__card{box-sizing:border-box;display:flex;align-items:center;height:100%;padding:20px;border-radius:10px;background-color:#fff;box-shadow:0 7px 30px #eaecf1}.b-landing-slider-with-image__card--leaks{flex-direction:row-reverse}@media screen and (max-width: 1280px){.b-landing-slider-with-image__card{box-shadow:0 7px 18px #eaecf1}}@media screen and (max-width: 768px){.b-landing-slider-with-image__card{flex-direction:column-reverse;justify-content:flex-end}}.b-landing-slider-with-image__image{max-width:40%;width:100%;margin-right:40px;border-radius:10px;object-fit:cover}.b-landing-slider-with-image__image--leaks{margin-right:0;margin-left:40px}@media screen and (max-width: 768px){.b-landing-slider-with-image__image{max-width:100%;width:auto;margin:0}}.b-landing-slider-with-image__info--leaks{max-width:500px;margin:0 auto}@media screen and (max-width: 768px){.b-landing-slider-with-image__info{margin-bottom:20px}.b-landing-slider-with-image__info--leaks{max-width:initial}}.b-landing-slider-with-image__title{margin:0 0 20px;font-weight:700;font-size:24px;line-height:120%;color:#1f1f1f}.b-landing-slider-with-image__text p{margin:0}.b-landing-slider-with-image__button-wrap{position:absolute;top:50%;left:-50px;display:flex;justify-content:space-between;width:calc(100% + 100px)}.b-landing-slider-with-image__button-wrap--leaks .b-landing-slider-with-image__slide-button{background-color:#fff}@media screen and (max-width: 1400px){.b-landing-slider-with-image__button-wrap{display:none}}.b-landing-slider-with-image__slide-button{position:initial;width:50px;height:50px;border-radius:10px;background-color:#f5f6fa}.b-landing-slider-with-image__slide-button::after{font-size:16px;font-weight:700;color:#1f1f1f}.b-landing-slider-with-image__button{display:block;margin:0 auto}.b-landing-slider-with-image__pagination{display:none;gap:20px;align-items:center;justify-content:center;width:100%;margin-top:5px;margin-bottom:35px}@media screen and (max-width: 1400px){.b-landing-slider-with-image__pagination{display:flex}}.b-landing-slider-with-image__pagination .swiper-pagination-bullet{width:10px;height:10px;border-radius:20px;background-color:#babeca}.b-landing-slider-with-image__pagination .swiper-pagination-bullet-active{position:relative;width:10px;height:10px;border-radius:20px;background-color:#e72430}.b-landing-slider-with-image__pagination .swiper-pagination-bullet-active::after{content:"";position:absolute;top:-5px;left:-5px;width:20px;height:20px;border:1px solid #e72430;border-radius:20px}
.b-landing-steps{padding-top:48px}.b-landing-steps__title{font-size:24px;font-weight:700;line-height:120%;margin-bottom:20px}.b-landing-steps__list{display:grid;grid-template-columns:repeat(4, 1fr);grid-gap:30px}@media(max-width: 1024px){.b-landing-steps__list{grid-template-columns:repeat(1, 1fr);grid-gap:40px}}.b-landing-steps__img-wrap{background-color:#f5f6fa;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:20px;height:319px;margin-bottom:16px;position:relative}.b-landing-steps__img-wrap::after{content:"";background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMSAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuNzUgMTVMMjQuMjUgMTUiIHN0cm9rZT0iIzFGMUYxRiIgc3Ryb2tlLXdpZHRoPSIxLjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTUuNSA2LjI1TDI0LjI1IDE1TDE1LjUgMjMuNzUiIHN0cm9rZT0iIzFGMUYxRiIgc3Ryb2tlLXdpZHRoPSIxLjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);width:30px;height:30px;position:absolute;top:50%;transform:translate(0, -50%);right:-30px}@media screen and (max-width: 1024px){.b-landing-steps__img-wrap{height:250px}.b-landing-steps__img-wrap img{max-height:100%}.b-landing-steps__img-wrap::after{display:none}}.b-landing-steps__item:last-child .b-landing-steps__img-wrap::after{display:none}@media screen and (max-width: 1024px){.b-landing-steps__item{position:relative}.b-landing-steps__item::after{content:"";background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMSAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuNzUgMTVMMjQuMjUgMTUiIHN0cm9rZT0iIzFGMUYxRiIgc3Ryb2tlLXdpZHRoPSIxLjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTUuNSA2LjI1TDI0LjI1IDE1TDE1LjUgMjMuNzUiIHN0cm9rZT0iIzFGMUYxRiIgc3Ryb2tlLXdpZHRoPSIxLjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);width:30px;height:30px;position:absolute;bottom:-30px;left:50%;transform:translate(-50%, 0) rotate(90deg)}.b-landing-steps__item:last-child::after{display:none}}.b-landing-steps__text{font-size:18px;font-weight:400;line-height:150%}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-landing-subscribe-form__confirm{position:relative;margin-top:14px}.b-landing-subscribe-form__checkbox{display:none}.b-landing-subscribe-form__checkbox+label{display:block;margin-bottom:10px;padding-left:34px;font-size:12px;color:#1f1f1f;cursor:pointer}.b-landing-subscribe-form__checkbox+label::before{content:"";position:absolute;left:0;top:-3px;width:24px;height:24px;border:1px solid #babeca;border-radius:6px}.b-landing-subscribe-form__checkbox:checked+label::after{opacity:0}.b-landing-subscribe-form__checkbox.l-input--error+label::before{background-color:#fff4f4}.b-landing-subscribe-form__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-landing-subscribe-form__checkbox.l-input--error+label{color:#e72430}.b-landing-subscribe-form__title{color:#1f1f1f;font-weight:600;font-size:18px;margin-top:25px}@media(max-width: 768px){.b-landing-subscribe-form__title{max-width:343px}}.b-landing-subscribe-form__subtitle{font-weight:400;font-size:14px;margin:5px 0 15px}.b-landing-subscribe-form__top{display:flex}@media(max-width: 650px){.b-landing-subscribe-form__top{flex-direction:column}}.b-landing-subscribe-form__input{flex:1}.b-landing-subscribe-form__submit{min-width:235px;margin-left:20px}@media(max-width: 650px){.b-landing-subscribe-form__submit{margin:16px 0 5px;width:100%}}.b-landing-subscribe-form__succes{padding-top:5px;font-size:18px;font-weight:bold}@media(max-width: 760px){.b-landing-subscribe-form__succes{font-size:16px}}.b-landing-subscribe-form .b-confirm__checkbox+label{max-width:initial}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-landing-subscribe{padding-bottom:90px}.b-landing-subscribe .b-landing-subscribe__title{font-weight:800;margin-bottom:40px}@media(max-width: 768px){.b-landing-subscribe .b-landing-subscribe__title{margin:20px 0 40px}}@media(min-width: 460px){.b-landing-subscribe .b-landing-subscribe__title{font-size:34px}}.b-landing-subscribe__wrapper{display:flex;justify-content:space-between}@media(max-width: 1260px){.b-landing-subscribe__wrapper{flex-direction:column}}.b-landing-subscribe__item{padding:30px;background:#fff;border-radius:10px;position:relative}.b-landing-subscribe__item:last-child{margin:43px 0 0 0}@media(min-width: 1260px){.b-landing-subscribe__item:last-child{flex:1;margin:0 0 0 40px}}@media(max-width: 650px){.b-landing-subscribe__item{padding:20px}}.b-landing-subscribe__item-icon{position:absolute;top:-20px}@media(max-width: 650px){.b-landing-subscribe__item-icon{max-width:52px}}@media(max-width: 768px){.b-landing-subscribe{padding-bottom:75px}}@media(max-width: 650px){.b-landing-subscribe{padding-bottom:0}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-landing-telegram{max-width:360px}.b-landing-telegram__desc{font-weight:400;font-size:14px;margin-top:5px}.b-landing-telegram__title{color:#1f1f1f;font-weight:600;font-size:18px}.b-landing-telegram__top{display:flex}@media screen and (max-width: 810px){.b-landing-telegram__top{width:calc(100% - 290px)}}@media screen and (max-width: 760px){.b-landing-telegram__top{width:calc(100% - 250px)}}@media screen and (max-width: 650px){.b-landing-telegram__top{width:initial}}.b-landing-telegram__content{flex:1;margin:25px 15px 0 0}@media screen and (max-width: 650px){.b-landing-telegram__content{margin:15px 0 0 0}}.b-landing-telegram__bottom{display:flex;text-align:center;margin-top:31px;justify-content:center;min-width:235px}@media screen and (max-width: 1260px){.b-landing-telegram__bottom{margin-top:0}}@media screen and (max-width: 650px){.b-landing-telegram__bottom{margin-top:16px;width:100%}}@media screen and (max-width: 1260px){.b-landing-telegram__qr{display:none}}@media screen and (max-width: 1260px){.b-landing-telegram{max-width:initial;display:flex;justify-content:space-between;align-items:flex-end}}@media screen and (max-width: 650px){.b-landing-telegram{align-items:flex-start;flex-direction:column}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-landing-text-with-info{margin-top:100px}@media(max-width: 560px){.b-landing-text-with-info{margin-top:50px}}.b-landing-text-with-info__title{margin-top:0;margin-bottom:30px;font-weight:800;font-size:34px;line-height:120%}@media(max-width: 768px){.b-landing-text-with-info__title{font-size:28px}}.b-landing-text-with-info__wrap{display:flex;align-items:center;justify-content:space-between;font-size:18px}@media(max-width: 768px){.b-landing-text-with-info__wrap{flex-direction:column}}@media(max-width: 560px){.b-landing-text-with-info__wrap{font-size:16px}}.b-landing-text-with-info__text{padding-right:64px;flex:1}@media(max-width: 768px){.b-landing-text-with-info__text{padding:0 0 20px}}.b-landing-text-with-info__info{max-width:50%;padding:20px;display:flex;align-items:center;background:#fff;border-radius:10px}.b-landing-text-with-info__info-text{flex:1}.b-landing-text-with-info__info svg{margin-right:10px}@media(max-width: 768px){.b-landing-text-with-info__info{max-width:100%}}@media(max-width: 560px){.b-landing-text-with-info__info{padding:15px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-landing-tn-check{display:flex;justify-content:space-between;align-items:center}@media(max-width: 768px){.b-landing-tn-check{flex-direction:column}}.b-landing-tn-check__title{line-height:120%;margin-bottom:20px}.b-landing-tn-check__img{margin:25px 0 0}@media(min-width: 769px){.b-landing-tn-check__img{margin:0 0 0 30px}}.b-landing-tn-check__content{padding:170px 0;max-width:500px}@media(max-width: 1366px){.b-landing-tn-check__content{padding:120px 0}}@media(max-width: 989px){.b-landing-tn-check__content{padding:70px 0}}@media(max-width: 769px){.b-landing-tn-check__content{padding:30px 0 0}}.b-landing-tn-check__subtitle{margin:25px 0 15px}@media(min-width: 769px){.b-landing-tn-check__subtitle{max-width:80%}}.b-landing-tn-check__desc{color:#676b77;font-size:16px;margin-bottom:30px}@media(max-width: 560px){.b-landing-tn-check__desc{font-size:14px}}.b-landing-tn-check__apps{display:flex;flex-wrap:wrap;align-items:center;gap:20px}@media screen and (max-width: 768px){.b-landing-tn-check__apps{gap:15px}}.b-landing-tn-check__app{height:45px;background-size:contain;background-repeat:no-repeat}.b-landing-tn-check__app--play{width:152px;background-image:url("/img/services/zhkh/tn-check/googleplay.png")}.b-landing-tn-check__app--store{width:133px;background-image:url("/img/services/zhkh/tn-check/appstore.png")}.b-landing-tn-check__app--gallery{width:155px;background-image:url("/img/services/zhkh/tn-check/appgallery.png")}@media screen and (max-width: 768px){.b-landing-tn-check__app{width:125px;height:36px}.b-landing-tn-check__app--store{width:110px}}
/* perfect-scrollbar v0.6.16 */
.ps-container {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none; }
  @supports (-ms-overflow-style: none) {
    .ps-container {
      overflow: auto !important; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps-container {
      overflow: auto !important; } }
  .ps-container.ps-active-x > .ps-scrollbar-x-rail,
  .ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block;
    background-color: transparent; }
  .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      background-color: #999;
      height: 11px; }
  .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      background-color: #999;
      width: 11px; }
  .ps-container > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 0px;
    /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 15px; }
    .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
      -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
      bottom: 2px;
      /* there must be 'bottom' for ps-scrollbar-x */
      height: 6px; }
    .ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
      height: 11px; }
  .ps-container > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    /* there must be 'right' for ps-scrollbar-y-rail */
    width: 15px; }
    .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
      -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
      right: 2px;
      /* there must be 'right' for ps-scrollbar-y */
      width: 6px; }
    .ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
      width: 11px; }
  .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      background-color: #999;
      height: 11px; }
  .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      background-color: #999;
      width: 11px; }
  .ps-container:hover > .ps-scrollbar-x-rail,
  .ps-container:hover > .ps-scrollbar-y-rail {
    opacity: 0.6; }
  .ps-container:hover > .ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
      background-color: #999; }
  .ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
      background-color: #999; }

.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-landing-vertical-tabs{padding:100px 0}.b-landing-vertical-tabs__middle{padding-right:1.25rem;padding-left:1.25rem;max-width:1200px;margin-left:auto;margin-right:auto}@media print,screen and (min-width: 48em){.b-landing-vertical-tabs__middle{padding-right:1.25rem;padding-left:1.25rem}}@media print,screen and (min-width: 64em){.b-landing-vertical-tabs__middle{padding-right:0.625rem;padding-left:0.625rem}}@media screen and (min-width: 80em){.b-landing-vertical-tabs__middle{padding-right:0.625rem;padding-left:0.625rem}}.b-landing-vertical-tabs__row{display:flex;flex-flow:row wrap;margin-right:-0.625rem;margin-left:-0.625rem}@media print,screen and (min-width: 48em){.b-landing-vertical-tabs__row{margin-right:-0.625rem;margin-left:-0.625rem}}@media print,screen and (min-width: 64em){.b-landing-vertical-tabs__row{margin-right:-0.625rem;margin-left:-0.625rem}}@media screen and (min-width: 80em){.b-landing-vertical-tabs__row{margin-right:-0.625rem;margin-left:-0.625rem}}@media(max-width: 789px){.b-landing-vertical-tabs{padding:75px 0}}@media(max-width: 660px){.b-landing-vertical-tabs{padding-top:25px;padding-bottom:25px}}@media(min-width: 768px){.b-landing-vertical-tabs__middle{max-width:768px;margin:0 auto}}@media(min-width: 970px){.b-landing-vertical-tabs__middle{max-width:970px}}@media(min-width: 1280px){.b-landing-vertical-tabs__middle{max-width:1220px}}.b-landing-vertical-tabs__tabs-block{border:1px solid #e1e5ee;border-radius:10px;overflow:hidden;position:relative}@media print,screen and (min-width: 64em){.b-landing-vertical-tabs__tabs-block{min-height:600px}.b-landing-vertical-tabs__tabs-block::before{content:"";display:block;height:100%;position:absolute;top:0;left:385px;border-right:1px solid #e1e5ee}}.b-landing-vertical-tabs__tab:not(:last-of-type) .b-landing-vertical-tabs__tab-title{margin-bottom:1px}.b-landing-vertical-tabs__tab-title{transition:background-color .3s;padding:15px 30px;font-size:16px;width:385px;outline:1px solid #e1e5ee}.b-landing-vertical-tabs__tab-title:hover{background-color:#fefefe}.b-landing-vertical-tabs__tab-title:not(.b-landing-vertical-tabs__tab-title--active){background-color:#f5f6fa;cursor:pointer}.b-landing-vertical-tabs__tab-title--active{font-weight:600}@media print,screen and (max-width: 63.99875em){.b-landing-vertical-tabs__tab-title{width:100%;padding:15px}}.b-landing-vertical-tabs__tab-content{padding:20px 15px}@media print,screen and (max-width: 63.99875em){.b-landing-vertical-tabs__tab-content{display:none}.b-landing-vertical-tabs__tab-content--active{display:block}}@media print,screen and (min-width: 64em){.b-landing-vertical-tabs__tab-content{padding:25px 10px 25px 30px;position:absolute;right:0;top:0;width:calc(100% - 385px);opacity:0;transition:opacity .3s;height:100%}.b-landing-vertical-tabs__tab-content--active{opacity:1;z-index:1}}.b-landing-vertical-tabs__tab-content-inner{position:relative}.b-landing-vertical-tabs__tab-content-inner>*:first-child{margin-top:0}@media print,screen and (min-width: 64em){.b-landing-vertical-tabs__tab-content-inner{height:100%;padding-right:20px !important}.b-landing-vertical-tabs__tab-content-inner.ps-container.ps-theme-default.ps-active-y .ps-scrollbar-y-rail,.b-landing-vertical-tabs__tab-content-inner.ps-container.ps-theme-default.ps-active-x .ps-scrollbar-x-rail{background-color:transparent}.b-landing-vertical-tabs__tab-content-inner.ps-container.ps-theme-default.ps-active-y .ps-scrollbar-y-rail .ps-scrollbar-y,.b-landing-vertical-tabs__tab-content-inner.ps-container.ps-theme-default.ps-active-y .ps-scrollbar-y-rail .ps-scrollbar-x,.b-landing-vertical-tabs__tab-content-inner.ps-container.ps-theme-default.ps-active-x .ps-scrollbar-x-rail .ps-scrollbar-y,.b-landing-vertical-tabs__tab-content-inner.ps-container.ps-theme-default.ps-active-x .ps-scrollbar-x-rail .ps-scrollbar-x{background-color:#e1e5ee}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-landing-video-item__picture{position:relative;display:flex;cursor:pointer;border-radius:10px;overflow:hidden}.b-landing-video-item__button{position:absolute;background:#fff;border-radius:100%;top:calc(50% - 29px);left:calc(50% - 29px);width:58px;height:58px;display:flex;align-items:center;justify-content:center}.b-landing-video-item__button svg{padding-left:3px}.b-landing-video-item__name{margin-top:11px;font-weight:600;font-size:16px;line-height:130%;color:#1f1f1f}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-landing-video{padding:65px 0}.b-landing-video .b-landing-video__title{font-weight:800}@media(max-width: 768px){.b-landing-video .b-landing-video__title{margin:20px 0}}@media(min-width: 460px){.b-landing-video .b-landing-video__title{font-size:34px}}.b-landing-video__slider{position:relative}@media(max-width: 1280px){.b-landing-video__slider{margin-right:-30px}}@media(max-width: 760px){.b-landing-video__slider{margin-right:-15px}}.b-landing-video__item{max-width:278px}.b-landing-video__item:first-child{max-width:383px}@media(max-width: 485px){.b-landing-video__item:first-child{max-width:274px}}.b-landing-video__item--consultation:first-child{max-width:278px}@media(max-width: 485px){.b-landing-video__item--consultation:first-child{max-width:274px}}@media(max-width: 485px){.b-landing-video__item{width:calc(100% - 30px);max-width:274px}}.b-landing-video__slider-button:hover,.b-landing-video__slider-button:focus{background-color:#fcfcfe}.b-landing-video__slider-button:active{background-color:#f5f6fa}.b-landing-video__slider-button--next{right:-7.5% !important}.b-landing-video__slider-button--prev{left:-7.5% !important}@media(max-width: 1380px){.b-landing-video__slider-button{display:none !important}}@media(max-width: 768px){.b-landing-video{padding:35px 0}}@media(max-width: 460px){.b-landing-video{padding:30px 0}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-landing-who-need{width:100%}.b-landing-who-need__header{padding-bottom:30px}.b-landing-who-need__title{margin-bottom:20px}.b-landing-who-need__text{max-width:660px}.b-landing-who-need__items{display:flex;flex-wrap:wrap;gap:30px;column-gap:30px;row-gap:30px}.b-landing-who-need__item{width:calc((100% - 60px) / 3)}.b-landing-who-need__item-wrapper{background-color:#fff;border-radius:10px;position:relative}@media screen and (max-width: 768px){.b-landing-who-need__item{width:100%}}.b-landing-who-need__image{width:100%;border-radius:10px}.b-landing-who-need__content{padding:20px;height:350px;overflow:hidden}.b-landing-who-need__content-title{margin-top:0;margin-bottom:20px;font-size:24px;line-height:120%;font-weight:700}@media screen and (max-width: 768px){.b-landing-who-need__content-title{margin-bottom:15px;font-size:20px}}.b-landing-who-need__content-desc{margin:0}.b-landing-who-need__content-desc p:last-child,.b-landing-who-need__content-desc ul:last-child,.b-landing-who-need__content-desc li:last-child{margin-bottom:0}.b-landing-who-need__content-desc-all{display:none;position:absolute;color:#e72430;bottom:-1px;left:0;width:100%;height:25%;padding:10px;background:linear-gradient(0deg, white 43.333%, rgba(255, 255, 255, 0.5) 67.421%);cursor:pointer;border-radius:10px}.b-landing-who-need__content-desc-all span{position:relative;display:flex;flex-flow:nowrap;align-items:center}.b-landing-who-need__content-desc-all span::after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTMgMUw3LjAwMyA3IDEgMSIgc3Ryb2tlPSIjOTQ5N0EzIiBzdHJva2Utd2lkdGg9IjEuNiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:center;height:7px;right:24px;width:12px;content:"";transition:transform .2s;background-size:contain;margin-left:10px}.b-landing-who-need__content-desc-all.show{display:flex;align-items:flex-end;justify-content:center}.b-landing-who-need__content.up{height:unset}.b-landing-who-need__content.up .b-landing-who-need__content-desc{padding-bottom:30px}.b-landing-who-need__content.up .b-landing-who-need__content-desc-all{height:40px}.b-landing-who-need__content.up .b-landing-who-need__content-desc-all span::after{transform:rotate(-180deg);transition:transform .2s}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-landing-why-need-item{display:flex;flex-flow:row nowrap;align-items:center}.b-landing-why-need-item__icon{display:flex;align-items:center;justify-content:center;max-width:78px;max-height:78px;min-width:78px;min-height:78px;margin-right:20px;border-radius:10px;background-color:#f5f6fa}.b-landing-why-need-item__title{margin:0 0 5px;font-weight:600;font-size:18px;line-height:130%;color:#1f1f1f}.b-landing-why-need-item__text{margin:0}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-landing-why-need{display:grid;grid-template-columns:calc(50% - 20px) calc(50% - 20px);grid-template-rows:auto;gap:40px;width:100%}@media screen and (max-width: 768px){.b-landing-why-need{grid-template-columns:100%}}.b-landing-why-need--column{grid-template-columns:100%;gap:20px}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-landing__form{padding-right:1.25rem;padding-left:1.25rem;max-width:1200px;margin-left:auto;margin-right:auto;padding:80px 0 100px}@media print,screen and (min-width: 48em){.b-landing__form{padding-right:1.25rem;padding-left:1.25rem}}@media print,screen and (min-width: 64em){.b-landing__form{padding-right:0.625rem;padding-left:0.625rem}}@media screen and (min-width: 80em){.b-landing__form{padding-right:0.625rem;padding-left:0.625rem}}@media(min-width: 768px){.b-landing__form{max-width:768px;margin:0 auto}}@media(min-width: 970px){.b-landing__form{max-width:970px}}@media(min-width: 1280px){.b-landing__form{max-width:1220px}}@media print,screen and (max-width: 63.99875em){.b-landing__form{padding:40px 0 50px}}.b-landing__form--support-specialist .b-support-choose-specialist{margin:0}.b-landing__form--support-specialist .b-support-specialist{background-color:#fff;margin-top:0;margin-bottom:0}.b-landing__form--support-specialist .b-support-choose-specialist__common-info-btn,.b-landing__form--support-specialist .b-support-choose-specialist__more-btn{background:transparent}.b-landing__title{font-size:24px;line-height:1.2;margin-bottom:35px}@media print,screen and (min-width: 64em){.b-landing__title{font-size:34px}}.b-landing--p-t-100{padding-top:50px}@media print,screen and (min-width: 48em){.b-landing--p-t-100{padding-top:100px}}.b-landing--p-t-50{padding-top:25px}@media print,screen and (min-width: 48em){.b-landing--p-t-50{padding-top:50px}}.b-landing--p-b-100{padding-bottom:50px}@media print,screen and (min-width: 48em){.b-landing--p-b-100{padding-bottom:100px}}.b-landing--p-b-50{padding-bottom:25px}@media print,screen and (min-width: 48em){.b-landing--p-b-50{padding-bottom:50px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-one-youtubevideo__title{margin:0 0 30px}.b-one-youtubevideo__text{max-width:755px;margin:0 0 30px}.b-one-youtubevideo__video-wrap{position:relative;height:0;padding-bottom:56.25%;border-radius:10px}.b-one-youtubevideo__video-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:10px}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-top-block-with-form{position:relative;overflow:hidden;padding:50px 0}.b-top-block-with-form__wrapper{z-index:2;position:relative;display:flex}@media(max-width: 1024px){.b-top-block-with-form__wrapper{flex-direction:column}}.b-top-block-with-form__content{min-width:50%;width:50%}@media(max-width: 1024px){.b-top-block-with-form__content{width:100%;min-width:unset;margin-bottom:50px}}.b-top-block-with-form__title{margin-bottom:15px;max-width:300px;padding:0}.b-top-block-with-form__title span{white-space:nowrap}@media screen and (max-width: 768px){.b-top-block-with-form__title span{white-space:normal}}.b-top-block-with-form--tehnicheskoe-obsledovanie .b-top-block-with-form__title{max-width:90%}.b-top-block-with-form__text{font-size:18px;font-weight:400;line-height:150%;margin-bottom:23px;max-width:85%}@media screen and (max-width: 768px){.b-top-block-with-form__text{max-width:100%;font-size:14px}}.b-top-block-with-form__list{padding:32px;background-color:#fff;box-shadow:0 24px 70px 0 rgba(49,53,67,.12);border-radius:10px;max-width:431px}@media(max-width: 768px){.b-top-block-with-form__list{max-width:unset}}@media(max-width: 475px){.b-top-block-with-form__list{padding:24px}}.b-top-block-with-form__form{flex:1}.b-top-block-with-form__item-list,.b-top-block-with-form a{font-size:18px;font-weight:400;line-height:150%}.b-top-block-with-form__item-list{position:relative;padding-left:40px;margin-bottom:28px}.b-top-block-with-form__item-list:last-child{margin-bottom:0}.b-top-block-with-form__item-list a{font-weight:400;color:#1f1f1f}.b-top-block-with-form__item-list a:hover{color:#156ce1}.b-top-block-with-form__item-list::before{position:absolute;content:"";width:24px;height:24px;left:0;background:url("/img/icons/circle-check-red.svg") no-repeat}.b-top-block-with-form__switcher{display:flex;align-items:center;width:max-content;margin-bottom:25px;padding:3px;border:1px solid #e1e5ee;border-radius:10px}@media print,screen and (max-width: 47.99875em){.b-top-block-with-form__switcher{width:100%}}.b-top-block-with-form__switcher-link{padding:14px 26px;border-radius:10px;font-weight:400;font-size:20px;line-height:130%;color:#676b77;text-transform:lowercase}.b-top-block-with-form__switcher-link--active{font-weight:600;color:#fff;background-color:#414e60}@media print,screen and (max-width: 47.99875em){.b-top-block-with-form__switcher-link{width:50%;padding:14px 0;text-align:center}}.b-top-block-with-form .b-landing-header__btn{max-width:229px;margin-left:0;min-width:initial;font-weight:600;font-size:16px}@media(max-width: 768px){.b-top-block-with-form__image{display:none}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-what-cases__title{margin-top:0;margin-bottom:20px;font-weight:800;font-size:34px;line-height:120%}.b-what-cases__sub-text{margin-top:0;margin-bottom:30px}.b-what-cases__middle{display:flex;gap:20px}@media screen and (max-width: 1024px){.b-what-cases__middle{flex-direction:column}}.b-what-cases__blocks{width:calc(50% - 10px)}@media screen and (max-width: 1024px){.b-what-cases__blocks{width:100%}}.b-what-cases__item{display:flex;padding:30px;border-radius:10px;background-color:#f5f6fa}@media screen and (max-width: 560px){.b-what-cases__item{padding:20px}}.b-what-cases__item--one{margin-bottom:20px}.b-what-cases__item--manager{display:block;width:calc(50% - 10px)}@media screen and (max-width: 1024px){.b-what-cases__item--manager{width:100%}}.b-what-cases__image-container{position:relative;min-width:60px;margin-right:20px}.b-what-cases__image-container::after{content:"1";position:absolute;top:-17px;left:-17px;display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid #e1e5ee;border-radius:50%;font-size:20px;line-height:1;font-weight:600;color:#e72430;background-color:#fff}@media screen and (max-width: 560px){.b-what-cases__image-container::after{top:-12px;left:-12px;width:24px;height:24px;font-size:16px}}.b-what-cases__image-container--two::after{content:"2"}.b-what-cases__image--manager{margin-bottom:30px}.b-what-cases__name{margin:0 0 15px;font-size:20px;line-height:120%;font-weight:700}@media screen and (max-width: 768px){.b-what-cases__name{font-size:18px}}.b-what-cases__text{margin:0 0 30px}.b-what-cases__text:last-child{margin:0}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-mastery-certificate-banner{position:relative;display:flex;flex-wrap:wrap;align-items:center;padding:90px 0}@media(max-width: 1200px){.b-mastery-certificate-banner__img{max-width:30%}}@media(max-width: 560px){.b-mastery-certificate-banner__img{max-width:70%;margin:0 auto}}.b-mastery-certificate-banner__front{width:50%;padding-left:64px;color:#1f1f1f}@media(max-width: 1200px){.b-mastery-certificate-banner__front{width:70%}}@media(max-width: 789px){.b-mastery-certificate-banner__front{padding-left:64px}}@media(max-width: 560px){.b-mastery-certificate-banner__front{padding-left:0;margin-top:15px;width:100%}}.b-mastery-certificate-banner__title{font-size:34px;line-height:120%;font-weight:800;margin:0 0 25px;color:#1f1f1f;max-width:490px}@media(max-width: 789px){.b-mastery-certificate-banner__title{font-size:24px;line-height:36px;margin-bottom:10px}}@media(max-width: 489px){.b-mastery-certificate-banner__title{font-size:18px;line-height:24px}}.b-mastery-certificate-banner__subtitle{font-size:18px;line-height:130%;margin-top:0;margin-bottom:34px}@media(max-width: 789px){.b-mastery-certificate-banner__subtitle{margin-bottom:16px}}@media(max-width: 489px){.b-mastery-certificate-banner__subtitle{font-size:14px;line-height:18px}}.b-mastery-certificate-banner__button{background-color:#e30713;font-size:16px;line-height:21px;letter-spacing:.1px;border:1px solid #e30713;color:#fff;transition:.2s;cursor:pointer;margin-bottom:18px;border-radius:10px;padding-top:20px;padding-bottom:20px;width:100%;max-width:340px;font-weight:600}.b-mastery-certificate-banner__button:hover{background:#d21e29 !important;color:#ffffffc4 !important}@media(max-width: 789px){.b-mastery-certificate-banner__button{font-size:14px;line-height:18px;width:180px;margin-bottom:10px}}@media(max-width: 560px){.b-mastery-certificate-banner__button{height:40px;padding:0}}.b-mastery-certificate-banner__conditions{display:inline-block;color:#1f1f1f;font-size:14px;font-weight:400;line-height:130%;text-decoration:none;padding-bottom:1px;border-bottom:1px dashed #dfdfdf}.b-mastery-certificate-banner__conditions:hover{opacity:.6}@media(max-width: 789px){.b-mastery-certificate-banner{padding:45px 0}}@media(max-width: 480px){.b-mastery-certificate-banner{padding:30px 0}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-mastery-certificate-check{position:relative}.b-mastery-certificate-check__back{width:100%;height:600px;background-position:center;background-size:cover;background-repeat:no-repeat;box-sizing:border-box}@media(max-width: 860px){.b-mastery-certificate-check__back{height:400px}}.b-mastery-certificate-check__front-wrapper{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:100%;max-width:1200px}@media(max-width: 1300px){.b-mastery-certificate-check__front-wrapper{max-width:969px}}@media(max-width: 1100px){.b-mastery-certificate-check__front-wrapper{max-width:768px}}@media(max-width: 860px){.b-mastery-certificate-check__front-wrapper{max-width:469px}}@media(max-width: 560px){.b-mastery-certificate-check__front-wrapper{max-width:300px}}.b-mastery-certificate-check__front{display:flex;flex-flow:column;position:relative;padding:90px 100px;background-color:#fff;color:#1d1d1b}.b-mastery-certificate-check__front::before,.b-mastery-certificate-check__front::after{position:absolute;content:"";top:50%;left:50%;transform:translateX(-50%) translateY(-50%);z-index:0}.b-mastery-certificate-check__front::before{width:100%;height:calc(100% + 60px);border-left:1px solid #828282;border-right:1px solid #828282}.b-mastery-certificate-check__front::after{width:calc(100% + 60px);height:100%;border-top:1px solid #828282;border-bottom:1px solid #828282}@media(max-width: 1300px){.b-mastery-certificate-check__front{padding:60px}}@media(max-width: 860px){.b-mastery-certificate-check__front{padding:30px}}@media(max-width: 560px){.b-mastery-certificate-check__front::before{height:calc(100% + 20px)}.b-mastery-certificate-check__front::after{width:calc(100% + 20px)}}.b-mastery-certificate-check__content-wrapper{display:flex;z-index:1;justify-content:space-between}@media(max-width: 860px){.b-mastery-certificate-check__content-wrapper{flex-flow:column}}.b-mastery-certificate-check__content{max-width:485px}@media(max-width: 1300px){.b-mastery-certificate-check__content{margin-right:50px}}@media(max-width: 860px){.b-mastery-certificate-check__content{margin-right:0}}.b-mastery-certificate-check__title{font-size:36px;line-height:44px;margin:0 0 17px;font-weight:800}@media(max-width: 860px){.b-mastery-certificate-check__title{font-size:24px;line-height:32px}}.b-mastery-certificate-check__subtitle{font-size:18px;line-height:23px}@media(max-width: 860px){.b-mastery-certificate-check__subtitle{font-size:14px;line-height:18px}}.b-mastery-certificate-check__button{z-index:2;cursor:pointer}.b-mastery-certificate-check .__form{z-index:2;height:auto;display:flex}.b-mastery-certificate-check .b-form-in-page{width:100%}.b-mastery-certificate-check .b-form-in-page .form__field--cell-2,.b-mastery-certificate-check .b-form-in-page .form__field--cell-1{width:auto;padding:0}@media(max-width: 560px){.b-mastery-certificate-check .b-form-in-page .form__field--cell-1{margin-top:10px}}.b-mastery-certificate-check .form__row{justify-content:flex-start}@media(max-width: 770px){.b-mastery-certificate-check .form__row{display:flex;justify-content:center}}.b-mastery-certificate-check .form__field-text{padding-top:6px !important}.b-mastery-certificate-check .form__field-label{display:none}.b-mastery-certificate-check .form__field-label-required{display:none}.b-mastery-certificate-check .form__field--empty:not(.form__field-error)~.form__field-label{display:block}.b-mastery-certificate-check .b-form-in-page{justify-content:center}@media(max-width: 560px){.b-mastery-certificate-check .b-form-in-page{min-width:0}}.b-mastery-certificate-check .form__field-text{width:220px;background-color:#ededed;font-size:14px;line-height:17px;color:#85878c;border:none;height:60px;margin:0;border-top-left-radius:10px;border-bottom-left-radius:10px}@media(max-width: 860px){.b-mastery-certificate-check .form__field-text{height:50px;margin-top:10px}}@media(max-width: 560px){.b-mastery-certificate-check .form__field-text{padding:15px 10px 6px;border-top-right-radius:10px;border-bottom-right-radius:10px}}@media(max-width: 560px){.b-mastery-certificate-check .form__field-label{top:2px;left:10px}}.b-mastery-certificate-check .b-services-button{height:60px !important;min-width:150px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-top-left-radius:0;border-bottom-left-radius:0;margin:0;border:none}.b-mastery-certificate-check .b-services-button:hover{background:#d21e29 !important;color:#ffffffc4 !important}@media(max-width: 860px){.b-mastery-certificate-check .b-services-button{height:50px !important;padding:0;margin-top:10px}}@media(max-width: 560px){.b-mastery-certificate-check .b-services-button{margin-top:0;border-bottom-left-radius:10px;border-top-left-radius:10px}}.b-mastery-certificate-check p{margin:0}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-mastery-certificate-direction-info__title{text-align:center;font-size:18px;line-height:23px;margin-bottom:28px}@media(max-width: 490px){.b-mastery-certificate-direction-info__title{margin-bottom:35px}}.b-mastery-certificate-direction-info__list-item{border:1px solid #e1e5ee;padding:26px 0 30px 50px;position:relative;display:flex;flex-flow:column;margin-bottom:30px}.b-mastery-certificate-direction-info__list-item::before{position:absolute;content:"";top:35px;left:-43px;border-bottom:1px dashed #c3ccde;width:18px;height:1px}@media(max-width: 789px){.b-mastery-certificate-direction-info__list-item::before{display:none}}.b-mastery-certificate-direction-info__list-item::after{position:absolute;content:"";top:36px;left:-43px;border-left:1px dashed #c3ccde;width:1px;height:calc(100% + 30px)}@media(max-width: 789px){.b-mastery-certificate-direction-info__list-item::after{display:none}}.b-mastery-certificate-direction-info__list-item:last-of-type::after{display:none}.b-mastery-certificate-direction-info__list-item.open .b-mastery-certificate-direction-info__sublist-button img{transform:rotate(180deg)}@media(max-width: 789px){.b-mastery-certificate-direction-info__list-item{padding-left:35px}}@media(max-width: 490px){.b-mastery-certificate-direction-info__list-item{padding:35px 15px}}.b-mastery-certificate-direction-info__list-item-counter{position:absolute;display:flex;align-items:center;justify-content:center;top:10px;left:0;background-color:#f6f8fc;width:50px;height:50px;font-weight:600;font-size:24px;line-height:31px;color:#4f4f4f;border-radius:25px;transform:translateX(-50%)}@media(max-width: 490px){.b-mastery-certificate-direction-info__list-item-counter{top:-25px;left:50%}}@media(max-width: 789px){.b-mastery-certificate-direction-info__list-item-content{padding-right:30px}}@media(max-width: 490px){.b-mastery-certificate-direction-info__list-item-content{padding:0}}.b-mastery-certificate-direction-info__list-item-content-wrapper{display:flex;align-items:center}.b-mastery-certificate-direction-info__list-item-content-wrapper img{flex-shrink:0}@media(max-width: 789px){.b-mastery-certificate-direction-info__list-item-content-wrapper img{display:none}}.b-mastery-certificate-direction-info__list-item-title{font-size:18px;line-height:23px;margin-bottom:10px;font-weight:bold}.b-mastery-certificate-direction-info__list-item-text{font-size:16px;line-height:22px;color:#4f4f4f;margin-bottom:24px}@media(max-width: 789px){.b-mastery-certificate-direction-info__list-item-text{font-size:14px;line-height:18px}}.b-mastery-certificate-direction-info__list-item-btns{font-size:16px;line-height:21px;color:#e72430;display:flex;align-items:center}@media(max-width: 789px){.b-mastery-certificate-direction-info__list-item-btns{flex-flow:column;align-items:flex-start}}.b-mastery-certificate-direction-info__sublist-wrapper{display:none}.b-mastery-certificate-direction-info__sublist{width:100%;margin-top:41px;display:flex}@media(max-width: 1200px){.b-mastery-certificate-direction-info__sublist{flex-wrap:wrap}}.b-mastery-certificate-direction-info__button{border:1px solid #e72430;width:230px;height:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s;margin-right:31px;background-color:transparent;color:#e72430;text-decoration:none;font-weight:600;border-radius:10px}.b-mastery-certificate-direction-info__button:hover{opacity:.6}@media(max-width: 789px){.b-mastery-certificate-direction-info__button{margin-right:0}}.b-mastery-certificate-direction-info__sublist-button{cursor:pointer;transition:.2s;padding-bottom:1px;border-bottom:1px dashed #e4979c;display:flex;align-items:center;font-size:14px;font-weight:600}.b-mastery-certificate-direction-info__sublist-button:hover{opacity:.6}.b-mastery-certificate-direction-info__sublist-button img{display:block;transition:.2s;width:14px;height:8px;margin-left:8px}@media(max-width: 789px){.b-mastery-certificate-direction-info__sublist-button{margin-top:10px}}.b-mastery-certificate-direction-info__sublist-item{margin-right:75px;max-width:417px}.b-mastery-certificate-direction-info__sublist-item ul{padding:0;font-size:16px;line-height:22px;color:#4f4f4f;list-style-type:none}.b-mastery-certificate-direction-info__sublist-item li{margin-bottom:10px;padding-left:16px;position:relative}.b-mastery-certificate-direction-info__sublist-item li:last-of-type{margin-bottom:10px}.b-mastery-certificate-direction-info__sublist-item li::before{position:absolute;content:"";width:8px;height:8px;background-color:#e72430;border-radius:4px;top:50%;left:0;transform:translateY(-50%)}@media(max-width: 1200px){.b-mastery-certificate-direction-info__sublist-item{margin-bottom:20px}.b-mastery-certificate-direction-info__sublist-item:last-of-type{margin-bottom:0}}@media(max-width: 910px){.b-mastery-certificate-direction-info__sublist-item{margin-right:0;max-width:none}}.b-mastery-certificate-direction-info__sublist-item-header{display:flex;margin-bottom:10px}.b-mastery-certificate-direction-info__sublist-item-title{font-size:18px;font-weight:600;line-height:23px;color:#1d1d1b;margin-right:12px}.b-mastery-certificate-direction-info__sublist-item-time{display:flex;align-items:center;font-size:16px;line-height:22px;color:#4f4f4f;opacity:.7;position:relative}.b-mastery-certificate-direction-info__sublist-item-time img{margin-right:6px}.b-mastery-certificate-direction-info__sublist-item-time span{min-width:47px;width:100%;max-width:70px}
.b-mastery-certificate-header{position:relative;font-family:ProximaNova,sans-serif}@media all and (max-width: 1000px){.b-mastery-certificate-header{margin-top:0;margin-bottom:25px}}.b-mastery-certificate-header__back{max-width:1200px;margin:60px auto;height:0;padding-top:calc(40% - 30vw + 400px);background-position:center;background-size:cover;background-repeat:no-repeat;box-sizing:border-box;border-radius:10px}@media(max-width: 1200px){.b-mastery-certificate-header__back{border-radius:0}}@media all and (max-width: 1000px){.b-mastery-certificate-header__back{padding-top:calc(60% - 60vw + 400px);background-position:90% center}}@media(max-width: 970px){.b-mastery-certificate-header__back{margin-top:0}}@media(max-width: 660px){.b-mastery-certificate-header__back{margin-bottom:25px}}.b-mastery-certificate-header__block-wrapper{position:absolute;top:0;left:0;bottom:0;right:0;display:flex;align-content:center;align-items:center;box-sizing:border-box}.b-mastery-certificate-header__block-container{max-width:1170px;width:100%;margin:auto}@media all and (max-width: 1280px){.b-mastery-certificate-header__block-container{max-width:970px}}.b-mastery-certificate-header__block{background:#fff;padding:50px 49px;box-sizing:border-box;max-width:585px;border-radius:10px}@media all and (max-width: 1000px){.b-mastery-certificate-header__block{padding:30px;text-align:center}}@media(max-width: 789px){.b-mastery-certificate-header__block{background:rgba(255,255,255,.8)}}.b-mastery-certificate-header__title{font-weight:bold;font-size:36px;line-height:47px;text-transform:uppercase;color:#1f1f1f}@media all and (max-width: 1000px){.b-mastery-certificate-header__title{font-size:24px;line-height:36px;text-align:left}}.b-mastery-certificate-header__desc{font-size:18px;line-height:1.5em;margin:12px 0 22px;color:#1f1f1f}@media(max-width: 1000px){.b-mastery-certificate-header__desc{font-size:14px;text-align:left}}.b-mastery-certificate-header__btns{display:flex;align-items:center}@media(max-width: 480px){.b-mastery-certificate-header__btns{align-items:flex-start;flex-flow:column}}.b-mastery-certificate-header__more-button{display:inline-block;background:#e41f25;color:#fff;padding:20px 64px 19px;border:1px solid #e41f25;cursor:pointer;white-space:nowrap;box-sizing:border-box;transition:.2s;text-decoration:none;border-radius:10px}.b-mastery-certificate-header__more-button:hover{background:#d21e29 !important;color:#ffffffc4 !important}.b-mastery-certificate-header__check{margin-left:30px;font-size:16px;line-height:24px;font-weight:600;color:#e41f25;transition:.2s;cursor:pointer}.b-mastery-certificate-header__check:hover{color:#1d1d1b}@media(max-width: 480px){.b-mastery-certificate-header__check{margin-left:0;margin-top:20px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-mastery-certificate-page{font-family:"ProximaNova"}.b-mastery-certificate-page__header{margin-bottom:139px}@media(max-width: 789px){.b-mastery-certificate-page__header{margin-bottom:0}}.b-mastery-certificate-page__section-title{margin:0 0 30px;font-size:34px;line-height:120%;font-weight:800;color:#1f1f1f;text-align:center}@media(max-width: 789px){.b-mastery-certificate-page__section-title{font-size:24px;line-height:36px;padding:0 10px}}.b-mastery-certificate-page__pros{margin-bottom:100px}@media(max-width: 789px){.b-mastery-certificate-page__pros{margin-bottom:75px}}@media(max-width: 480px){.b-mastery-certificate-page__pros{margin-bottom:30px}}.b-mastery-certificate-page__roof{padding:100px 0}@media(max-width: 789px){.b-mastery-certificate-page__roof{padding:75px 0}}@media(max-width: 480px){.b-mastery-certificate-page__roof{padding:30px 0}}.b-mastery-certificate-page__directions-faq{background-color:#f6f8fc}.b-mastery-certificate-page__certificate-check{overflow:hidden}.b-mastery-certificate-page__faq{margin:50px auto 50px;max-width:900px}@media(max-width: 660px){.b-mastery-certificate-page__faq{margin:0 auto}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-mastery-certificate-pros{border-radius:10px}@media(max-width: 789px){.b-mastery-certificate-pros{margin-bottom:75px}}@media(max-width: 480px){.b-mastery-certificate-pros{margin-bottom:30px}}.b-mastery-certificate-pros__title{font-size:34px;line-height:120%;color:#1f1f1f;margin-top:0;margin-bottom:50px;font-weight:800}@media(max-width: 1200px){.b-mastery-certificate-pros__title{text-align:center}}@media(max-width: 789px){.b-mastery-certificate-pros__title{font-size:24px;line-height:36px;margin-bottom:30px}}.b-mastery-certificate-pros__content{display:flex;color:#1d1d1b;align-items:flex-start}.b-mastery-certificate-pros__content h3{margin-top:0;margin-bottom:5px;font-size:20px;line-height:120%}.b-mastery-certificate-pros__content p{margin:0;font-weight:400;font-size:16px;line-height:130%}@media(max-width: 1200px){.b-mastery-certificate-pros__content{flex-flow:column;align-items:center}.b-mastery-certificate-pros__content h3{font-size:18px;line-height:27px}.b-mastery-certificate-pros__content p{font-size:16px;line-height:22px}}@media(max-width: 789px){.b-mastery-certificate-pros__content p{font-size:14px;line-height:18px}}.b-mastery-certificate-pros__items-left{max-width:700px;width:100%}.b-mastery-certificate-pros__items-left h3{margin-top:0;margin-bottom:14px;font-size:24px;line-height:130%;font-weight:600}@media(max-width: 789px){.b-mastery-certificate-pros__items-left h3{margin-bottom:7px;font-size:18px}}@media(max-width: 789px){.b-mastery-certificate-pros__items-left img{max-width:70px}}@media(max-width: 480px){.b-mastery-certificate-pros__items-left img{max-width:50px}}.b-mastery-certificate-pros__items-left p{color:#676b77}@media(min-width: 1200px){.b-mastery-certificate-pros__items-left p{max-width:360px}}.b-mastery-certificate-pros__item-left{margin-bottom:40px;display:flex;align-items:flex-start}.b-mastery-certificate-pros__item-left:last-of-type{margin-bottom:0}@media(max-width: 480px){.b-mastery-certificate-pros__item-left{margin-bottom:25px}}.b-mastery-certificate-pros__item-left-content{margin-left:20px}.b-mastery-certificate-pros__items-right{margin-left:40px;max-width:600px;width:100%;display:flex;flex-flow:column;padding:55px;background:#f5f6fa;border-radius:10px}@media(max-width: 1200px){.b-mastery-certificate-pros__items-right{margin-left:0;margin-top:20px;max-width:700px}}@media(max-width: 789px){.b-mastery-certificate-pros__items-right{padding:20px}}.b-mastery-certificate-pros__item-right{display:flex;align-items:center;margin-bottom:30px}.b-mastery-certificate-pros__item-right img{width:70px;margin-right:29px;flex-shrink:0;border-radius:10px}@media(max-width: 480px){.b-mastery-certificate-pros__item-right img{width:50px}}@media(max-width: 480px){.b-mastery-certificate-pros__item-right{margin-bottom:25px}}.b-mastery-certificate-pros__item-right:last-of-type{margin-bottom:0}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-mastery-certificate-upload{padding:22px 65px;border-radius:0;border:1px dashed #d5dce9;background:linear-gradient(0deg, #f6f8fc, #f6f8fc),#fcfcfc}.b-mastery-certificate-upload .file-extended{margin:0;width:100%;padding:0}.b-mastery-certificate-upload .file-extended .file-selector{width:100%;margin:0;padding:0;margin-top:10px;font-size:16px;line-height:24px;text-align:center;color:#85878c}.b-mastery-certificate-upload .file-extended .file-selector:hover{border:0;padding:0}.b-mastery-certificate-upload .file-extended .file-selector .file-uploader{color:#2f80ed}.b-mastery-certificate-upload .file-extended .file-selector b{font-weight:bold}.b-mastery-certificate-upload .file-extended .file-selector p{font-size:14px;line-height:21px;margin:7px 0}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-cabinet-popup{max-width:680px;margin:0 auto;position:relative}.b-cabinet-popup--appeal,.b-cabinet-popup--cabinet-exit{max-width:475px}.b-cabinet-popup--id-tn{max-width:580px}.b-cabinet-popup__content{padding:37px 40px;background:#fff;border-radius:10px;position:relative}@media screen and (max-width: 620px){.b-cabinet-popup__content{height:100%;border-radius:0;padding:15px 15px 70px;display:flex;flex-direction:column}}.b-cabinet-popup--id-tn .b-cabinet-popup__content{padding:24px}@media screen and (max-width: 620px){.b-cabinet-popup--id-tn .b-cabinet-popup__content{padding:15px 15px 70px}}.b-cabinet-popup__title{font-weight:bold;font-size:24px;margin-bottom:15px}@media screen and (max-width: 620px){.b-cabinet-popup__title{margin:10px 0 20px;font-size:18px}}.b-cabinet-popup__text{font-size:16px;margin-bottom:30px}@media screen and (max-width: 620px){.b-cabinet-popup__text{font-size:16px}}.b-cabinet-popup__bottom{display:flex;justify-content:space-between}.b-cabinet-popup__bottom.js-center{justify-content:center}@media screen and (max-width: 620px){.b-cabinet-popup__bottom{margin-top:auto;flex-wrap:wrap;flex-direction:column-reverse}}.b-cabinet-popup__button{font-weight:600;font-size:16px;padding:20px 40px;border:1px solid #e72430;border-radius:10px;cursor:pointer;text-align:center;text-decoration:none}.b-cabinet-popup__button--cabinet-exit{flex:1;margin-left:20px}@media screen and (max-width: 620px){.b-cabinet-popup__button--cabinet-exit{margin-left:0}}.b-cabinet-popup__button--event{color:#fff;background:#e72430}@media screen and (max-width: 620px){.b-cabinet-popup__button--event{width:100%}}.b-cabinet-popup__button--cancel,.b-cabinet-popup__button--back{color:#e72430;display:block}@media screen and (max-width: 620px){.b-cabinet-popup__button--cancel,.b-cabinet-popup__button--back{min-width:115px;margin-right:0}}.b-cabinet-popup__button--attention-wedge,.b-cabinet-popup__button--id-tn{margin:0 auto;min-width:68%}.b-cabinet-popup__button--attention-wedge:hover,.b-cabinet-popup__button--id-tn:hover{color:#fff}@media screen and (max-width: 620px){.b-cabinet-popup__button--attention-wedge,.b-cabinet-popup__button--id-tn{width:100%}}.b-cabinet-popup__button.js-hide{display:none}@media screen and (max-width: 620px){.b-cabinet-popup__button{padding:20px 0;margin-bottom:10px}}.b-cabinet-popup textarea{background:#fff;border:1px solid #e1e5ee;border-radius:10px;box-sizing:border-box;min-height:180px;width:100%;margin-top:25px;resize:none;color:#676b77;padding:20px}.b-cabinet-popup textarea:focus-visible{outline:none}.b-cabinet-popup textarea.js-error{background:#fff4f4;box-shadow:0 15px 45px -27px rgba(0,0,0,.2);border-color:#e72430}.b-cabinet-popup .mfp-close{position:absolute;top:10px;right:10px}@media screen and (max-width: 620px){.b-cabinet-popup{height:100vh;position:fixed;top:0;width:100%}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-cabinet-appeals-file{margin:0}.b-cabinet-appeals-file__file-input{display:none !important}.b-cabinet-appeals-file__add label{color:#e72430;font-weight:600;display:flex;align-items:center;cursor:pointer}.b-cabinet-appeals-file__add svg{margin-right:15px}.b-cabinet-appeals-file__warning{font-size:14px;color:#9497a3;margin-right:10px;font-weight:400}.b-cabinet-appeals-file__input{margin-bottom:20px}.b-cabinet-appeals-file__input label{font-weight:600;font-size:14px;color:#e72430;display:flex;align-items:center;cursor:pointer}.b-cabinet-appeals-file__input span{margin-left:10px}.b-cabinet-appeals-file__input input{display:none}.b-cabinet-appeals-file__list{flex-wrap:wrap;display:flex;margin:0}.b-cabinet-appeals-file__list.js-hide{display:none}.b-cabinet-appeals-file__item{display:flex;padding:8px 18px;background:#f5f6fa;border-radius:10px;margin-right:15px;margin-top:15px;align-items:center;max-width:100%;position:relative}.b-cabinet-appeals-file__item-name{font-size:12px;padding:0 3px 0 10px;max-width:300px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#1f1f1f;flex:1}.b-cabinet-appeals-file__item-parameters{font-size:12px;margin-left:10px;color:#676b77}.b-cabinet-appeals-file__item svg{min-width:22px;max-width:22px;margin-bottom:3px}.b-cabinet-appeals-file__item-del{width:15px;height:15px;margin-left:8px;cursor:pointer;position:absolute;top:-5px;right:-7px;border:1px solid #e0e3e5;display:flex;align-items:center;justify-content:center;border-radius:100%;padding:10px;background:#fff}.b-cabinet-appeals-file__item-del svg{margin:0;min-width:9px;max-width:9px}.b-cabinet-appeals-file__item.template{display:none}@media screen and (max-width: 560px){.b-cabinet-appeals-file__item{width:100%;margin-right:0}}.b-cabinet-appeals-file--articles .b-cabinet-appeals-file__item{background:#f5f6fa}.b-cabinet-appeals-file__error{display:none;font-weight:600;font-size:14px;color:#e72430;margin:20px 0}.b-cabinet-appeals-file__error.js-active{display:block}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-about-documentation__desc{color:#676b77;line-height:160%;margin:13px 0 32px}@media(max-width: 768px){.b-about-documentation__desc{margin:10px 0 20px}}.b-about-documentation__content{display:flex;gap:20px}@media(max-width: 1024px){.b-about-documentation__content{flex-direction:column;gap:15px}}.b-about-documentation__items{padding:30px 24px 16px;border-radius:10px;background:#fff;display:flex;flex-direction:column}@media(max-width: 1240px){.b-about-documentation__items{padding:25px 20px}}@media(max-width: 768px){.b-about-documentation__items{padding:20px 15px}}.b-about-documentation__subtitle{font-size:20px;font-weight:600;margin-bottom:20px}@media(max-width: 768px){.b-about-documentation__subtitle{font-size:18px}}.b-about-documentation__list{display:flex;flex-wrap:wrap;gap:10px;margin-top:auto}.b-about-documentation__tag{padding:11px;border-radius:5px;background:#f5f6fa;transition:all .2s;cursor:pointer}.b-about-documentation__tag:hover{background:#414e60;color:#fff}@media(max-width: 1240px){.b-about-documentation__tag{font-size:14px}}@media(max-width: 768px){.b-about-documentation__tag{padding:7px;font-size:13px}}.b-about-documentation__wrap{display:flex;flex-wrap:wrap;gap:30px 20px}@media(max-width: 1024px){.b-about-documentation__wrap{gap:15px}}.b-about-documentation__card{border-radius:10px;background:#fff;padding:20px}@media(min-width: 1025px){.b-about-documentation__card--archive{max-width:419px}}@media(min-width: 1025px){.b-about-documentation__card--docs{max-width:calc(100% - 439px)}}@media(max-width: 768px){.b-about-documentation__card{padding:15px}}.b-about-documentation__top{display:flex;align-items:center;margin-bottom:16px}.b-about-documentation__docs{display:flex;grid-gap:12px}@media(max-width: 768px){.b-about-documentation__docs{flex-direction:column}}.b-about-documentation__doc{border-radius:10px;border:1px solid #eceef4;padding:12px 15px;display:flex;flex-direction:column}.b-about-documentation__doc a{margin-top:auto;padding-top:12px}.b-about-documentation__text{font-size:18px}@media(max-width: 768px){.b-about-documentation__text{font-size:16px}}.b-about-documentation__name{flex:1;margin-left:18px;font-weight:600;font-size:18px}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-about-service-v2__h2{margin-top:0;margin-bottom:30px}@media screen and (max-width: 970px){.b-about-service-v2__h2{margin-bottom:30px}}.b-about-service-v2__container{display:flex;margin-bottom:40px;align-items:stretch}.b-about-service-v2__container:last-child{margin-bottom:0}@media screen and (max-width: 768px){.b-about-service-v2__container{flex-direction:column}}.b-about-service-v2__left{width:calc(50% - 10px);margin-right:20px;height:100%}.b-about-service-v2__left-img{width:100%}@media screen and (max-width: 768px){.b-about-service-v2__left{width:100%;margin-right:0;margin-bottom:30px}}.b-about-service-v2__right{width:calc(50% - 10px);display:flex;flex-direction:column;justify-content:center}@media screen and (max-width: 768px){.b-about-service-v2__right{width:100%}}.b-about-service-v2__desc p{font-size:16px;font-style:normal;font-weight:400;line-height:140%;max-width:630px}.b-about-service-v2__desc p:last-child{margin-bottom:0}@media screen and (max-width: 768px){.b-about-service-v2__desc p{font-size:16px;line-height:24px}}.b-about-service-v2__conditions-title{font-size:20px;line-height:120%;font-weight:600;margin-bottom:18px}@media screen and (max-width: 768px){.b-about-service-v2__conditions-title{font-size:18px}}.b-about-service-v2__conditions-list{margin:0;padding:0}.b-about-service-v2__services{height:100%}.b-about-service-v2__services-title{font-size:20px;line-height:120%;font-weight:600;margin-bottom:18px}@media screen and (max-width: 768px){.b-about-service-v2__services-title{font-size:18px}}.b-about-service-v2__services-list{counter-reset:cservice;margin:0;background-color:#fff;border-radius:10px;padding:34px 30px 28px;height:calc(100% - 42px)}.b-about-service-v2__services-item{position:relative;margin-bottom:15px;padding-left:44px;list-style:none;font-size:16px;font-style:normal;font-weight:400;line-height:130%;min-height:52px;display:flex;align-items:center;max-width:460px}.b-about-service-v2__services-item::before{position:absolute;display:flex;justify-content:center;align-items:center;counter-increment:cservice;content:counter(cservice);width:32px;height:32px;border-radius:100px;left:0;top:9px;text-align:center;border:1px solid #e1e5ee;background:#f5f6fa;color:#e72430;font-size:18px;font-style:normal;font-weight:600;line-height:130%;z-index:2}.b-about-service-v2__services-item::after{position:absolute;left:15px;top:33px;content:"";width:2px;height:calc(100%);background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMiIgaGVpZ2h0PSIxMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMTE3VjAiIHN0cm9rZT0iI0UxRTVFRSIgc3Ryb2tlLWRhc2hhcnJheT0iNiA2Ii8+PC9zdmc+) repeat-y center}.b-about-service-v2__services-item:last-child{margin-bottom:0}.b-about-service-v2__services-item:last-child::after{width:0;height:0;background:unset}@media screen and (max-width: 768px){.b-about-service-v2__services-item{font-size:16px;line-height:24px}}.b-about-service-v2__services-text{font-size:16px;line-height:120%;font-weight:400;margin-top:18px}.b-about-service-v2__h3{font-size:24px;font-weight:700;line-height:120%;margin-bottom:20px}@media screen and (max-width: 768px){.b-about-service-v2__h3{font-size:18px;margin-bottom:16px}}.b-about-service-v2__row{display:flex;margin-bottom:10px;gap:10px;flex-wrap:wrap}.b-about-service-v2__row:last-child{margin-bottom:0}.b-about-service-v2__cond-block{flex:1;padding:22px 20px;border-radius:10px;background-color:#fff}@media screen and (max-width: 1024px){.b-about-service-v2__cond-block{width:100%;flex:unset}}.b-about-service-v2__note,.b-about-service-v2__cond-title{font-weight:400;font-size:14px;line-height:120%;margin-bottom:20px;color:#676b77}.b-about-service-v2__cond-title{margin-bottom:10px}.b-about-service-v2__cond-value{font-size:16px;font-weight:600;line-height:20px}.b-about-service-v2__docs{margin-bottom:30px}.b-about-service-v2__doc{display:flex;padding:20px;background-color:#fff;border-radius:10px;margin-bottom:10px;color:#000}.b-about-service-v2__doc:last-child{margin-bottom:0}.b-about-service-v2__image-doc{margin-right:16px;border:1px solid #e1e5ee;border-radius:3px}.b-about-service-v2__doc-title{font-size:16px;font-weight:600;line-height:120%;margin-bottom:4px}.b-about-service-v2__system{font-weight:400;font-size:14px;line-height:120%;margin-bottom:10px}.b-about-service-v2__doc-size{font-weight:400;font-size:14px;line-height:120%;color:#9497a3}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-about-service{margin-bottom:70px}@media screen and (max-width: 768px){.b-about-service{margin-bottom:50px}}.b-about-service__h2{margin-top:0;margin-bottom:30px}@media screen and (max-width: 970px){.b-about-service__h2{margin-bottom:30px}}.b-about-service__container{display:flex}@media screen and (max-width: 768px){.b-about-service__container{flex-direction:column}}.b-about-service__left{width:calc(57% - 24px);margin-right:48px}@media screen and (max-width: 768px){.b-about-service__left{width:100%;margin-right:0;margin-bottom:30px}}.b-about-service__right{width:calc(43% - 24px);display:flex;flex-direction:column;justify-content:space-between}@media screen and (max-width: 768px){.b-about-service__right{width:100%}}.b-about-service__desc{margin-bottom:28px}.b-about-service__desc p{margin-top:0;margin-bottom:16px;font-size:18px;line-height:27px;font-weight:400}.b-about-service__desc p:last-child{margin-bottom:0}@media screen and (max-width: 768px){.b-about-service__desc p{font-size:16px;line-height:24px}}.b-about-service__services{background-color:#fff;border-radius:10px;padding:30px}.b-about-service__services-title{font-size:20px;line-height:120%;font-weight:600;margin-bottom:18px}@media screen and (max-width: 768px){.b-about-service__services-title{font-size:18px}}.b-about-service__services-list{margin:0;padding:0}.b-about-service__services-item{position:relative;margin-top:0;margin-bottom:7px;padding-left:18px;list-style:none;font-size:18px;font-weight:400;line-height:27px}.b-about-service__services-item::before{position:absolute;content:"";width:8px;height:8px;border-radius:100px;left:0;top:9px;background-color:#e72430}@media screen and (max-width: 768px){.b-about-service__services-item{font-size:16px;line-height:24px}.b-about-service__services-item::before{top:4px}}.b-about-service__services-text{font-size:16px;line-height:120%;font-weight:400;margin-top:18px}.b-about-service__h3{font-size:24px;font-weight:700;line-height:120%;margin-bottom:20px}@media screen and (max-width: 768px){.b-about-service__h3{font-size:18px;margin-bottom:16px}}.b-about-service__row{display:flex;margin-bottom:10px;gap:10px;flex-wrap:wrap}.b-about-service__row:last-child{margin-bottom:0;margin-top:20px}.b-about-service__cond-block{flex:1;padding:20px;border-radius:10px;background-color:#fff}@media screen and (max-width: 1024px){.b-about-service__cond-block{width:100%;flex:unset}}.b-about-service__note,.b-about-service__cond-title{font-weight:400;font-size:14px;line-height:120%;margin-bottom:10px;color:#676b77}.b-about-service__cond-value{font-size:16px;font-weight:600;line-height:20px}.b-about-service__docs{margin-bottom:30px}.b-about-service__doc{display:flex;padding:20px;background-color:#fff;border-radius:10px;margin-bottom:10px;color:#000}.b-about-service__doc:last-child{margin-bottom:0}.b-about-service__image-doc{margin-right:16px;border:1px solid #e1e5ee;border-radius:3px}.b-about-service__doc-title{font-size:16px;font-weight:600;line-height:120%;margin-bottom:4px}.b-about-service__system{font-weight:400;font-size:14px;line-height:120%;margin-bottom:10px}.b-about-service__doc-size{font-weight:400;font-size:14px;line-height:120%;color:#9497a3}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-advantage-points{margin-bottom:50px}@media screen and (max-width: 768px){.b-advantage-points{margin-bottom:0}}.b-advantage-points__h2{margin-bottom:30px}.b-advantage-points__list{display:flex}@media screen and (max-width: 1024px){.b-advantage-points__list{flex-wrap:wrap}}.b-advantage-points__item{display:flex;width:calc((100% / 3) - 16px);margin-right:24px}.b-advantage-points__item:last-child{margin-right:0}@media screen and (max-width: 1024px){.b-advantage-points__item{width:calc(50% - 12px);margin-bottom:24px}.b-advantage-points__item:nth-child(2n){margin-right:0}}@media screen and (max-width: 768px){.b-advantage-points__item{width:100%;margin-right:0}}.b-advantage-points__num{border-radius:2000px;background-color:#f5f6fa;margin-right:20px;width:50px;min-width:50px;height:50px;font-size:20px;font-weight:600;line-height:24px;text-align:center;display:flex;justify-content:center;align-items:center;color:#676b77}@media screen and (max-width: 768px){.b-advantage-points__num{margin-right:16px}}.b-advantage-points__title{font-size:18px;font-weight:600;line-height:23px;margin-bottom:12px}.b-advantage-points__text{font-size:16px;font-weight:400;line-height:21px}.b-advantage-points--check .b-advantage-points__num{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iMzQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE5NDkwXzM0ODc5NikiPjxwYXRoIGQ9Ik03LjA4MyAxN2w3LjA4NCA3LjA4M0wyOC4zMzMgOS45MTciIHN0cm9rZT0iI0U3MjQzMCIgc3Ryb2tlLXdpZHRoPSIxLjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwXzE5NDkwXzM0ODc5NiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgzNHYzNEgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==) no-repeat center;background-color:#fff}@media screen and (max-width: 768px){.b-advantage-points--check .b-advantage-points__num{margin-right:16px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-banner-mastery-certificate{position:relative;padding:50px 70px;border-radius:10px;background:linear-gradient(15.94deg, #e7eaf0 41.77%, #dce1ea 107.84%)}.b-banner-mastery-certificate--knowledge-base{padding:45px 50px;background:#fff}@media screen and (max-width: 860px){.b-banner-mastery-certificate{padding:30px 20px 270px}}.b-banner-mastery-certificate__title{margin-top:0;margin-bottom:15px}.b-banner-mastery-certificate__title--h3{max-width:410px;font-weight:600;font-size:26px;line-height:130%}.b-banner-mastery-certificate__text{max-width:calc(100% - 400px);margin-top:0;margin-bottom:20px;font-size:18px;line-height:150%;color:#676b77}.b-banner-mastery-certificate__text--knowledge-base{max-width:485px;width:calc(100% - 560px);margin-bottom:30px;color:#1f1f1f}@media screen and (max-width: 1024px){.b-banner-mastery-certificate__text{max-width:calc(100% - 400px)}.b-banner-mastery-certificate__text--knowledge-base{max-width:initial;width:100%;margin-bottom:30px}}@media screen and (max-width: 860px){.b-banner-mastery-certificate__text{max-width:initial}}@media screen and (max-width: 480px){.b-banner-mastery-certificate__button{width:100%}}.b-banner-mastery-certificate__image{position:absolute;bottom:0;right:100px;max-width:calc(100% - 30px)}.b-banner-mastery-certificate__image--knowledge-base{width:560px;right:30px;bottom:40px}@media screen and (max-width: 1024px){.b-banner-mastery-certificate__image{right:50px}.b-banner-mastery-certificate__image--knowledge-base{display:none}}@media screen and (max-width: 860px){.b-banner-mastery-certificate__image{right:50%;max-height:250px;transform:translateX(50%)}.b-banner-mastery-certificate__image--knowledge-base{bottom:0;display:inline-block;width:initial}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-banner-outline-image{position:relative;margin-top:70px;padding:50px 40px;border-radius:10px;color:#1f1f1f;background-color:#fff}@media screen and (max-width: 1279px){.b-banner-outline-image{display:flex;align-items:center;margin-top:0}}@media screen and (max-width: 768px){.b-banner-outline-image{flex-direction:column;padding:20px 15px}}.b-banner-outline-image__main{max-width:calc(100% - 640px)}@media screen and (max-width: 1279px){.b-banner-outline-image__main{max-width:calc(50% - 20px)}}@media screen and (max-width: 768px){.b-banner-outline-image__main{max-width:100%;margin-bottom:30px}}.b-banner-outline-image__title{margin-top:0;margin-bottom:20px;font-weight:600;font-size:20px;line-height:120%}@media screen and (max-width: 768px){.b-banner-outline-image__title{font-size:16px;line-height:130%}}.b-banner-outline-image__text{margin:0;line-height:130%}@media screen and (max-width: 768px){.b-banner-outline-image__text{font-size:14px}}.b-banner-outline-image__image{position:absolute;bottom:20px;right:20px}@media screen and (max-width: 1279px){.b-banner-outline-image__image{position:initial;max-width:50%}}@media screen and (max-width: 768px){.b-banner-outline-image__image{max-width:100%}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-big-numbers{color:#1f1f1f}.b-big-numbers__title{margin-top:0;margin-bottom:30px;font-weight:700;font-size:24px;line-height:120%}.b-big-numbers__main{display:flex;flex-wrap:wrap;gap:30px 20px;width:100%;margin:0;padding:0}.b-big-numbers__li{width:calc((100% - 60px) / 3);margin:0;padding:0;list-style-type:none}@media screen and (max-width: 1024px){.b-big-numbers__li{width:calc(50% - 15px)}}@media screen and (max-width: 600px){.b-big-numbers__li{width:100%}}.b-big-numbers__number{font-weight:700;font-size:70px;line-height:150%;color:#e1e5ee}.b-big-numbers__text{margin:0;line-height:130%}.b-big-numbers__pdf{overflow:hidden;position:relative;width:calc((100% - 60px) / 3);padding:20px;border-radius:10px;background-color:#fff}.b-big-numbers__pdf::after{content:"";position:absolute;top:0;left:0;width:2px;height:100%;background-color:#e72430}@media screen and (max-width: 1024px){.b-big-numbers__pdf{width:calc(50% - 15px)}}@media screen and (max-width: 600px){.b-big-numbers__pdf{width:100%}}.b-big-numbers__pdf-link{display:grid;width:max-content;margin-top:20px;padding:7px 0 4px 55px;line-height:150%;background-image:url("/img/pdf.png");background-position:left center;background-repeat:no-repeat}.b-big-numbers__pdf-size{font-weight:400;font-size:14px;line-height:130%;color:#1f1f1f}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-card-with-icon{color:#1f1f1f}.b-card-with-icon--tech-documentation{margin-bottom:80px}@media screen and (max-width: 768px){.b-card-with-icon--tech-documentation{margin-bottom:40px}}.b-card-with-icon__h2{max-width:510px;margin-top:0;margin-bottom:50px}@media screen and (max-width: 970px){.b-card-with-icon__h2{margin-bottom:30px}}.b-card-with-icon__preview{margin:0 0 20px;font-weight:600;font-size:20px;line-height:120%}.b-card-with-icon__list{display:flex;flex-wrap:wrap;gap:30px 20px;width:100%;margin:0 0 30px;padding:0}.b-card-with-icon__li{width:calc((100% - 40px) / 3);margin:0;padding:20px 20px 30px;border-radius:10px;list-style-type:none;background-color:#fff}@media screen and (min-width: 1025px){.b-card-with-icon__li--span-2{width:calc(2 * ((100% - 15px) / 3))}}@media screen and (max-width: 1024px){.b-card-with-icon__li{width:calc(50% - 15px)}}@media screen and (max-width: 600px){.b-card-with-icon__li{width:100%}}.b-card-with-icon__li.js-mouseenter[data-aos].aos-animate{transform:translateY(-15px);transition:transform .4s;transition-delay:0}.b-card-with-icon__li.js-mouseleave[data-aos].aos-animate{transform:translateY(0);transition:transform .4s;transition-delay:0}.b-card-with-icon__icon{display:block;width:70px;height:70px;margin-bottom:15px}.b-card-with-icon__card-title{margin:0 0 5px;font-weight:600;font-size:18px;line-height:130%}.b-card-with-icon__text{margin:0;line-height:130%}.b-card-with-icon__attention{overflow:hidden;position:relative;max-width:577px;width:100%;padding:20px;border-radius:10px;font-size:18px;line-height:150%;background-color:#fff}.b-card-with-icon__attention::after{content:"";position:absolute;top:0;left:0;width:2px;height:100%;background-color:#e72430}.b-card-with-icon--cons-card-text .b-card-with-icon__h2{margin-bottom:24px}.b-card-with-icon--cons-card-text .b-card-with-icon__list{gap:20px;margin-bottom:0}.b-card-with-icon--cons-card-text .b-card-with-icon__li{background-color:#f5f6fa;padding:30px}.b-card-with-icon--cons-card-text .b-card-with-icon__card-title{margin-bottom:16px}.b-card-with-icon--cons-card-text .b-card-with-icon__text,.b-card-with-icon--cons-card-text .b-card-with-icon__top ul{font-size:14px}.b-card-with-icon--cons-card-text .b-card-with-icon__top ul li{margin-bottom:5px}@media screen and (max-width: 1024px){.b-card-with-icon--cons-card-text .b-card-with-icon{padding:20px}.b-card-with-icon--cons-card-text .b-card-with-icon__card-title{font-size:16px}.b-card-with-icon--cons-card-text .b-card-with-icon__li{width:calc(50% - 10px)}}@media screen and (max-width: 768px){.b-card-with-icon--cons-card-text .b-card-with-icon__list{gap:10px;padding:0}.b-card-with-icon--cons-card-text .b-card-with-icon__li{padding:20px;width:calc(50% - 5px)}}@media screen and (max-width: 600px){.b-card-with-icon--cons-card-text .b-card-with-icon__li{width:100%}}.b-card-with-icon--cons-card-icon .b-card-with-icon__h2{margin-bottom:24px;max-width:unset}.b-card-with-icon--cons-card-icon .b-card-with-icon__list{gap:20px;margin-bottom:0}.b-card-with-icon--cons-card-icon .b-card-with-icon__card-title{margin-bottom:16px}.b-card-with-icon--cons-card-icon .b-card-with-icon__li{display:flex;flex-direction:column;justify-content:space-between;padding:30px}.b-card-with-icon--cons-card-icon .b-card-with-icon__icon{width:auto;margin-bottom:20px}.b-card-with-icon--cons-card-icon .b-card-with-icon__bottom{margin-top:16px;font-size:14px;font-weight:400;color:#676b77}@media screen and (max-width: 1024px){.b-card-with-icon--cons-card-icon .b-card-with-icon__li{width:calc(50% - 10px)}}@media screen and (max-width: 768px){.b-card-with-icon--cons-card-icon .b-card-with-icon__card-title{font-size:16px;margin-bottom:12px}.b-card-with-icon--cons-card-icon .b-card-with-icon__image{margin-bottom:12px;height:56px}.b-card-with-icon--cons-card-icon .b-card-with-icon__list{gap:10px}.b-card-with-icon--cons-card-icon .b-card-with-icon__li{padding:20px;width:calc(50% - 5px)}.b-card-with-icon--cons-card-icon .b-card-with-icon__bottom{font-size:12px}.b-card-with-icon--cons-card-icon .b-card-with-icon__text{font-size:14px}}@media screen and (max-width: 600px){.b-card-with-icon--cons-card-icon .b-card-with-icon__li{width:100%}}.b-card-with-icon--without-title .b-card-with-icon__text{font-size:16px}.b-card-with-icon--h2-allwidth .b-card-with-icon__h2{max-width:unset}.b-card-with-icon--recomendation_2 .b-card-with-icon__h2{margin-bottom:24px;max-width:unset}.b-card-with-icon--recomendation_2 .b-card-with-icon__list{gap:20px;margin-bottom:0}.b-card-with-icon--recomendation_2 .b-card-with-icon__card-title{margin-bottom:16px}.b-card-with-icon--recomendation_2 .b-card-with-icon__list{display:flex;flex-wrap:wrap;gap:30px 20px;width:100%;margin:0 0 30px;padding:0}.b-card-with-icon--recomendation_2 .b-card-with-icon__li{width:calc(50% - 15px);margin:0;display:flex;flex-direction:column;justify-content:space-between;padding:30px;border-radius:10px;list-style-type:none;background-color:#fff;background-repeat:no-repeat;background-position:right center;background-position:right 20px;padding-right:15%;background-size:32%;position:relative;overflow:hidden}.b-card-with-icon--recomendation_2 .b-card-with-icon__li.show-gradient::before{content:"";position:absolute;width:351px;height:351px;margin:18px 0;transform:rotate(19deg);border-radius:186px;background:linear-gradient(194.78deg, #384352 17.303%, rgba(65, 78, 96, 0) 66.501%);opacity:.08;right:-195px;top:-100px}@media screen and (max-width: 768px){.b-card-with-icon--recomendation_2 .b-card-with-icon__li{width:100%}}.b-card-with-icon--recomendation_2 .b-card-with-icon__icon{width:auto;margin-bottom:20px}@media screen and (max-width: 768px){.b-card-with-icon--recomendation_2 .b-card-with-icon__card-title{font-size:16px;margin-bottom:12px}.b-card-with-icon--recomendation_2 .b-card-with-icon__list{gap:10px}.b-card-with-icon--recomendation_2 .b-card-with-icon__li{padding:20px 32% 20px 20px}.b-card-with-icon--recomendation_2 .b-card-with-icon__text{font-size:14px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-docs-with-article{padding-top:40px}.b-docs-with-article__title{font-size:24px;font-weight:700;line-height:120%;margin-bottom:20px}.b-docs-with-article__container{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:30px}@media(max-width: 768px){.b-docs-with-article__container{grid-template-columns:repeat(1, 1fr);grid-gap:20px}}.b-docs-with-article__docs-list-wrap{display:flex;flex-direction:column}.b-docs-with-article__docs-list{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:15px;flex:1}@media(max-width: 1024px){.b-docs-with-article__docs-list{grid-template-columns:repeat(1, 1fr);grid-gap:20px}}.b-docs-with-article__doc-img{margin-right:10px;width:48px;min-width:48px}.b-docs-with-article__doc-img img{width:100%}.b-docs-with-article__doc-card{padding:15px;border:1px solid #e1e5ee;border-radius:10px;display:flex;align-items:center}.b-docs-with-article__doc-card.js-mouseenter[data-aos].aos-animate{transform:translateY(-15px);transition:transform .4s;transition-delay:0;box-shadow:0 20px 85px rgba(141,148,177,.15)}.b-docs-with-article__doc-card.js-mouseleave[data-aos].aos-animate{transform:translateY(0);transition:transform .4s;transition-delay:0}.b-docs-with-article__doc-content{display:flex;align-items:center}.b-docs-with-article__doc-content svg{min-width:24px}.b-docs-with-article__doc-title{font-size:16px;font-weight:600;line-height:120%;margin-right:13px;color:#000}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-example-acts{padding-top:100px}@media(max-width: 768px){.b-example-acts{padding-top:50px}}.b-example-acts__list{margin:30px 0 0;display:flex;flex-wrap:wrap}@media(max-width: 760px){.b-example-acts__list{margin:15px 0 0}}.b-example-acts__title{margin-bottom:20px}.b-example-acts__description{margin-bottom:40px;max-width:680px}@media(max-width: 768px){.b-example-acts__description{margin-bottom:30px}}.b-example-acts__item{display:flex;width:calc(100% / 4 - 15px);margin-right:20px;margin-bottom:20px}.b-example-acts__item:nth-child(4n){margin-right:0}@media(max-width: 1024px){.b-example-acts__item{width:calc(100% / 2 - 20px)}.b-example-acts__item:nth-child(2n){margin-right:0}}@media(max-width: 768px){.b-example-acts__item{width:100%;margin-right:0}}.b-example-acts__item-wrap{width:100%;font-weight:600;border:1px solid #e1e5ee;box-sizing:border-box;border-radius:10px;padding:20px;display:flex;flex-direction:column;background:#fff;height:100%}@media(max-width: 768px){.b-example-acts__item-wrap{flex-direction:row;align-items:center;padding:15px}}@media(max-width: 560px){.b-example-acts__item-wrap{padding:10px}}.b-example-acts__item-title{font-weight:600;font-size:18px;line-height:120%;color:#1f1f1f;padding:12px 0}@media(max-width: 560px){.b-example-acts__item-title{font-size:16px;padding:14px 0 20px}}.b-example-acts__img{text-align:center;background-color:#bfc6d8;padding-top:13px;padding-bottom:13px;border-radius:10px}.b-example-acts__img img{max-width:100%}@media(max-width: 768px){.b-example-acts__img{margin-right:12px;padding:10px;width:82px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-fifty-fifty{display:flex;border-radius:10px;background-color:#fff;color:#1f1f1f}.b-fifty-fifty--with-border{border:1px solid #e1e5ee}@media screen and (max-width: 768px){.b-fifty-fifty{flex-direction:column}}.b-fifty-fifty__fifty{width:50%}.b-fifty-fifty__fifty--main{padding:70px 50px}@media screen and (max-width: 1024px){.b-fifty-fifty__fifty--main{padding:30px}}@media screen and (max-width: 768px){.b-fifty-fifty__fifty{width:100%}}@media screen and (max-width: 520px){.b-fifty-fifty__fifty--main{padding:20px}}.b-fifty-fifty__title{margin-top:0;margin-bottom:15px}.b-fifty-fifty__text{margin-top:0;margin-bottom:30px;font-size:18px;line-height:150%}@media screen and (max-width: 1024px){.b-fifty-fifty__button{width:100%}}.b-fifty-fifty__image{width:100%;height:100%;border-radius:0 10px 10px 0}@media screen and (max-width: 768px){.b-fifty-fifty__image{border-radius:0 0 10px 10px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-how-to-use-calc{padding:70px 0}@media(max-width: 560px){.b-how-to-use-calc{padding:50px 0}}.b-how-to-use-calc__title.c-h1{font-weight:800;line-height:120%}@media(max-width: 560px){.b-how-to-use-calc__title.c-h1{font-size:26px}}.b-how-to-use-calc__desc{max-width:730px}.b-how-to-use-calc__wrap{margin-top:40px;display:grid;grid-gap:60px}@media(max-width: 560px){.b-how-to-use-calc__wrap{grid-gap:30px}}.b-how-to-use-calc__item{display:flex;align-items:center}@media screen and (max-width: 560px){.b-how-to-use-calc__item{flex-direction:column-reverse}}.b-how-to-use-calc__img{max-width:50%}@media screen and (max-width: 970px){.b-how-to-use-calc__img{max-width:30%}}@media screen and (max-width: 560px){.b-how-to-use-calc__img{margin-top:20px;max-width:100%}}.b-how-to-use-calc__content{margin-left:30px;flex:1;display:flex;align-items:flex-start}.b-how-to-use-calc__content ul{margin-top:12px;padding-left:20px}.b-how-to-use-calc__content ul li{margin-bottom:0}.b-how-to-use-calc__content ul li::marker{color:#e72430;font-size:24px}@media screen and (max-width: 560px){.b-how-to-use-calc__content{margin-left:0}}.b-how-to-use-calc__count{font-size:70px;font-weight:800;margin-right:30px;color:#e1e5ee;padding:0 15px;line-height:1;border-bottom:1px solid #e1e5ee;margin-top:5px;overflow:hidden;display:flex;justify-content:center}.b-how-to-use-calc__count span{margin-bottom:-19px;display:block}@media screen and (max-width: 560px){.b-how-to-use-calc__count span{margin-bottom:-15px}}@media screen and (max-width: 560px){.b-how-to-use-calc__count{font-size:60px;margin-right:20px}}.b-how-to-use-calc__title{font-size:24px;font-weight:700;line-height:120%;margin-bottom:15px}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-manuals{padding:50px 0 70px}.b-manuals__title{font-weight:bold;font-size:24px;line-height:120%;margin:0}@media(max-width: 560px){.b-manuals__title{font-size:18px}}.b-manuals__wrapper{display:grid;grid-template-columns:repeat(4, 1fr);grid-gap:30px;margin-top:30px}@media(max-width: 970px){.b-manuals__wrapper{grid-template-columns:repeat(3, 1fr)}}@media(max-width: 560px){.b-manuals__wrapper{margin-top:30px;grid-template-columns:repeat(2, 1fr);grid-gap:15px}}@media(max-width: 480px){.b-manuals__wrapper{grid-template-columns:1fr;grid-gap:15px}}.b-manuals__wrapper.js-show-all .b-manuals__item--hide{display:block}.b-manuals__wrapper.js-show-all .b-manuals__item--more{display:none}.b-manuals__item{display:flex}.b-manuals__item-wrap{width:100%;font-weight:600;border:1px solid #e1e5ee;box-sizing:border-box;border-radius:10px;overflow:hidden;display:flex;flex-direction:column;background:#fff;height:100%}.b-manuals__item-title{font-weight:600;font-size:20px;line-height:120%;color:#1f1f1f;padding:0 0 24px}@media(max-width: 560px){.b-manuals__item-title{font-size:16px;padding:0 0 15px}}.b-manuals__item-text{color:#1f1f1f;font-weight:normal;font-size:14px;line-height:130%;margin-bottom:20px}.b-manuals__item-link{margin-top:auto;padding-left:0;padding-right:0}@media(max-width: 560px){.b-manuals__item-link{padding:11px 0}}.b-manuals__info{padding:20px;display:flex;flex-direction:column;flex:1}@media(max-width: 560px){.b-manuals__info{padding:15px}}.b-manuals__item.js-mouseenter .b-manuals__item-wrap{box-shadow:0 20px 85px rgba(141,148,177,.15);transform:translateY(-20px);transition:transform .4s;transition-delay:0}.b-manuals__item.js-mouseleave .b-manuals__item-wrap{transform:translateY(0);transition:transform .4s;transition-delay:0}.b-manuals__img{text-align:center;padding:20px 0;background:#e1e5ee}.b-manuals__img img{max-width:70%}@media(max-width: 560px){.b-manuals{padding:25px 0 20px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-measurements-when-need{color:#1f1f1f}.b-measurements-when-need__title{margin-top:0;margin-bottom:30px}@media screen and (max-width: 970px){.b-measurements-when-need__title{margin-bottom:30px}}.b-measurements-when-need__main{display:flex;flex-wrap:wrap;align-items:center}.b-measurements-when-need__fifty{width:50%;border-radius:10px}.b-measurements-when-need__fifty--quote{background-color:#f5f6fa}@media screen and (max-width: 970px){.b-measurements-when-need__fifty{width:100%}.b-measurements-when-need__fifty--quote{margin-bottom:20px}}.b-measurements-when-need__quote{margin:30px;padding:20px;border-left:2px solid #e72430;font-weight:600;font-size:18px;line-height:130%}@media screen and (max-width: 970px){.b-measurements-when-need__quote{margin:30px 20px;padding:0 0 0 10px}}.b-measurements-when-need__text{margin:0 0 0 60px;font-size:18px;line-height:150%}@media screen and (max-width: 970px){.b-measurements-when-need__text{margin:0}}.b-measurements-when-need__button{padding:15px 35px;margin:20px auto 0;display:flex;width:fit-content}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-norms-requirements{display:flex;align-items:center;padding-bottom:72px;flex-wrap:wrap}@media screen and (max-width: 560px){.b-norms-requirements{flex-direction:column;padding-bottom:50px}}.b-norms-requirements__content{margin-left:35px;flex:1}@media screen and (max-width: 560px){.b-norms-requirements__content{margin-left:0}}.b-norms-requirements__img{max-width:50%}@media screen and (max-width: 970px){.b-norms-requirements__img{max-width:30%}}@media screen and (max-width: 560px){.b-norms-requirements__img{margin-bottom:20px;max-width:100%}}.b-norms-requirements__title.c-h1{font-weight:800}@media(max-width: 560px){.b-norms-requirements__title.c-h1{font-size:26px}}.b-norms-requirements__desc{font-size:16px;color:#676b77;margin:10px 0 30px;max-width:550px}@media screen and (max-width: 560px){.b-norms-requirements__desc{margin:10px 0 15px}}.b-norms-requirements__example-list{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:30px;margin-top:20px}@media screen and (max-width: 1024px){.b-norms-requirements__example-list{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 560px){.b-norms-requirements__example-list{grid-template-columns:1fr;grid-gap:15px}}.b-norms-requirements__example{margin-top:70px}.b-norms-requirements__example h3{font-size:24px;font-weight:700}.b-norms-requirements__docs{display:grid;grid-gap:12px}.b-norms-requirements__doc{border-radius:10px;background:#fff;padding:20px 30px;display:flex;justify-content:space-between}@media screen and (max-width: 560px){.b-norms-requirements__doc{padding:15px 20px}}.b-norms-requirements__docs-title{font-size:18px;font-weight:600;color:#1f1f1f}@media screen and (max-width: 560px){.b-norms-requirements__docs-title{font-size:16px}}.b-norms-requirements__docs-desc{font-size:14px;color:#676b77}@media screen and (max-width: 560px){.b-norms-requirements__docs-desc{font-size:13px}}.b-norms-requirements__docs-size{font-size:12px;color:#676b77}.b-norms-requirements__docs-info{text-align:right;display:flex;flex-direction:column;justify-content:space-between;margin-left:55px}.b-norms-requirements__docs-info a{display:flex;align-items:center}.b-norms-requirements__docs-info a svg{margin-left:5px}@media screen and (max-width: 560px){.b-norms-requirements__docs-info{margin-left:15px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-performed-calculations{padding:50px 0 70px}.b-performed-calculations__title{font-weight:bold;font-size:24px;line-height:120%;margin:0}@media(max-width: 560px){.b-performed-calculations__title{font-size:18px}}.b-performed-calculations__wrapper{margin:30px 0 0;display:flex;flex-wrap:wrap}@media(max-width: 970px){.b-performed-calculations__wrapper{flex-wrap:nowrap}}@media(max-width: 760px){.b-performed-calculations__wrapper{margin:15px 0 0}}.b-performed-calculations__wrapper.js-show-all .b-performed-calculations__item--hide{display:block}.b-performed-calculations__wrapper.js-show-all .b-performed-calculations__item--more{display:none}.b-performed-calculations__item{width:calc(100% / 4 - 22px);display:flex;height:auto;margin:0 29px 30px 0}.b-performed-calculations__item:nth-child(4n){margin-right:0}.b-performed-calculations__item--hide{display:none}@media(max-width: 970px){.b-performed-calculations__item--hide{display:block}}.b-performed-calculations__item-wrap{width:100%;font-weight:600;border:1px solid #e1e5ee;box-sizing:border-box;border-radius:10px;padding:20px;display:flex;flex-direction:column;background:#fff;height:100%}@media(max-width: 560px){.b-performed-calculations__item-wrap{padding:15px}}.b-performed-calculations__item-title{font-weight:600;font-size:20px;line-height:120%;color:#1f1f1f;padding:24px 0}@media(max-width: 560px){.b-performed-calculations__item-title{font-size:16px;padding:14px 0 20px}}.b-performed-calculations__item-text{color:#1f1f1f;font-weight:normal;font-size:14px;line-height:130%;margin-bottom:20px}.b-performed-calculations__item-link{margin-top:auto;padding-left:0;padding-right:0}@media(max-width: 560px){.b-performed-calculations__item-link{padding:11px 0}}.b-performed-calculations__item--more .b-performed-calculations__item-title{padding:25px 30px}.b-performed-calculations__item--more .b-performed-calculations__item-wrap{position:relative;padding:0}.b-performed-calculations__item--more .b-performed-calculations__item-wrap::after{content:"";display:flex;width:70px;height:70px;border:1.4px solid #e72430;border-radius:100%;align-items:center;justify-content:center;flex-wrap:wrap;position:absolute;left:29px;top:114px;padding-top:5px;background:url("/img/main/arrow-right-long.svg");background-repeat:no-repeat;background-position:center}@media(max-width: 970px){.b-performed-calculations__item--more .b-performed-calculations__item-wrap::after{left:10px;top:40px}}@media(max-width: 760px){.b-performed-calculations__item--more .b-performed-calculations__item-wrap::after{width:40px;height:40px;left:auto;right:30px;bottom:20px;top:auto;background-size:23px}}@media(max-width: 360px){.b-performed-calculations__item--more .b-performed-calculations__item-wrap::after{right:7px}}.b-performed-calculations__item--more{cursor:pointer;margin-right:0}@media(max-width: 970px){.b-performed-calculations__item--more{display:none}}@media(max-width: 970px){.b-performed-calculations__item{margin-right:0;width:calc(100% / 3 - 44px);min-width:286px}}@media(max-width: 560px){.b-performed-calculations__item{width:183px;min-width:inherit}}.b-performed-calculations__item.js-mouseenter .b-performed-calculations__item-wrap{box-shadow:0 20px 85px rgba(141,148,177,.15);transform:translateY(-20px);transition:transform .4s;transition-delay:0}.b-performed-calculations__item.js-mouseleave .b-performed-calculations__item-wrap{transform:translateY(0);transition:transform .4s;transition-delay:0}.b-performed-calculations__img{text-align:center}.b-performed-calculations__img img{max-width:100%}@media(max-width: 560px){.b-performed-calculations__img{max-width:79px}}@media(max-width: 970px){.b-performed-calculations{margin-right:-30px}}@media(max-width: 760px){.b-performed-calculations{margin-right:-15px}}@media(max-width: 560px){.b-performed-calculations{padding:25px 0 20px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-regional-tech-support{padding-top:94px;padding-bottom:100px}@media(max-width: 768px){.b-regional-tech-support{padding-top:70px;padding-bottom:70px}}@media(max-width: 480px){.b-regional-tech-support{padding-top:50px;padding-bottom:50px}}.b-regional-tech-support__main-title{font-size:34px;margin-bottom:35px;margin-top:0;line-height:40.8px}@media(max-width: 768px){.b-regional-tech-support__main-title{font-size:24px;line-height:28.8px}}.b-regional-tech-support__title{font-size:24px;line-height:31.2px;font-weight:700;margin-bottom:20px}@media(max-width: 375px){.b-regional-tech-support__title{font-size:18px}}.b-regional-tech-support__facts-and-statistic{display:flex}@media(max-width: 1200px){.b-regional-tech-support__facts-and-statistic{flex-direction:column}}.b-regional-tech-support__facts{margin-right:40px}@media(max-width: 1200px){.b-regional-tech-support__facts{margin-right:0}}.b-regional-tech-support__facts-list{display:flex;flex-wrap:wrap;max-width:468px}@media(max-width: 1200px){.b-regional-tech-support__facts-list{max-width:none;margin-bottom:30px}}.b-regional-tech-support__fact{border:1px solid #e1e5ee;border-radius:10px;margin-right:20px;margin-bottom:20px;padding:24px 20px;width:calc(50% - 10px)}.b-regional-tech-support__fact:nth-child(2n){margin-right:0}@media(max-width: 480px){.b-regional-tech-support__fact{width:100%;margin-right:0;padding:20px;margin-bottom:10px}}.b-regional-tech-support__fact-top{display:flex;justify-content:space-between;margin-bottom:27px;align-items:center}@media(max-width: 1200px){.b-regional-tech-support__fact-top{margin-bottom:21px}}@media(max-width: 480px){.b-regional-tech-support__fact-top{margin-bottom:15px}}.b-regional-tech-support__fact-num{color:#e72430;font-size:40px;line-height:52px;margin-right:20px}@media(max-width: 375px){.b-regional-tech-support__fact-num{font-size:30px}}.b-regional-tech-support__fact-num-word{font-size:16px;line-height:20.8px;padding-left:5px}.b-regional-tech-support__fact-img{height:50px;width:auto}.b-regional-tech-support__fact-text{font-size:18px;line-height:23.4px;font-weight:600}@media(max-width: 375px){.b-regional-tech-support__fact-text{font-size:16px}}.b-regional-tech-support__statistic-list{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px 22px}@media(max-width: 768px){.b-regional-tech-support__statistic-list{grid-template-columns:1fr}}.b-regional-tech-support__statistic-item{padding:48px 20px 26px;background-color:#f5f6fa;border-radius:10px;min-height:198px}@media(max-width: 1200px){.b-regional-tech-support__statistic-item{padding:20px;min-height:initial}}@media(max-width: 480px){.b-regional-tech-support__statistic-item{width:100%;margin-right:0}}.b-regional-tech-support__statistic-item-top{display:flex;justify-content:space-between;padding-bottom:23px;border-bottom:1px solid #e1e5ee;align-items:flex-end}@media(max-width: 1200px){.b-regional-tech-support__statistic-item-top{flex-wrap:wrap;padding-bottom:15px}}.b-regional-tech-support__statistic-title{margin-right:15px;font-weight:600;font-size:18px}@media(max-width: 375px){.b-regional-tech-support__statistic-title{font-size:16px}}.b-regional-tech-support__statistic-text{margin-top:16px}@media(max-width: 1200px){.b-regional-tech-support__statistic-text{margin-top:10px}}.b-regional-tech-support__statistic-num{color:#e72430;font-weight:600;font-size:40px;line-height:1}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-search-node-banner__wrap{background-color:#414e60;border-radius:10px;box-shadow:0 20px 85px 0 rgba(141,148,177,.15);overflow:hidden;height:100%;padding:32px;display:flex;flex-direction:column;transform:translateY(0);transition:all .3s;position:relative;color:#fff}@media(max-width: 560px){.b-search-node-banner__wrap{padding:20px}}.b-search-node-banner:hover .b-search-node-banner__wrap{transform:translateY(-10px);transition:transform .4s}.b-search-node-banner__title{font-size:24px;font-weight:700;margin-bottom:12px;line-height:120%}@media(max-width: 560px){.b-search-node-banner__title{font-size:20px}}.b-search-node-banner__desc{font-size:18px;margin-bottom:100px;position:relative}@media(max-width: 560px){.b-search-node-banner__desc{font-size:14px}}.b-search-node-banner__img{position:absolute;right:0;bottom:0;max-width:400px}.b-search-node-banner__button{margin-top:auto;width:100%;display:block}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-search-node-filter{margin-bottom:30px;display:flex;flex-wrap:wrap;gap:15px}@media(max-width: 560px){.b-search-node-filter{flex-direction:column}}.b-search-node-filter__item{position:relative}.b-search-node-filter__item--search{flex:1;max-width:50%}.b-search-node-filter__item--search input{height:61px;width:100%;min-width:200px}@media(max-width: 768px){.b-search-node-filter__item--search{width:100%;max-width:initial}}.b-search-node-filter__label{position:absolute;z-index:1;background:#fff;left:16px;top:-11px;padding:5px;color:#8a8a8a;font-size:12px}.b-search-node-filter .select2 .select2-selection--single{padding-right:40px}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-search-node-item__wrap{border:1px solid #e1e5ee;border-radius:10px;box-shadow:0 20px 85px 0 rgba(141,148,177,.15);overflow:hidden;height:100%;padding:20px;display:flex;flex-direction:column;transform:translateY(0);transition:all .3s}.b-search-node-item:hover .b-search-node-item__wrap{transform:translateY(-10px);transition:transform .4s}.b-search-node-item__name{font-weight:600;line-height:130%}.b-search-node-item__tags{font-size:12px;font-weight:400;line-height:130%;color:#676b77;margin-top:8px}.b-search-node-item__img{border-radius:10px;flex:1;margin-top:20px;display:flex;align-items:center;justify-content:center;padding:10px 0}.b-search-node-item__img img{max-height:180px}.b-search-node-item__author{color:#9497a3;font-size:12px;line-height:1;margin-top:15px}.b-search-node-item__file{display:flex;justify-content:space-between;margin-top:5px;min-height:22px}.b-search-node-item__show{color:#156ce1;font-weight:600}.b-search-node-item__download a{font-weight:600;line-height:1}.b-search-node-item__download a:not(:last-child){border-right:1px solid #e1e5ee;padding-right:5px;margin-right:3px}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-search-node__title.l-h2{margin-bottom:30px}.b-search-node__list{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:22px 30px}@media(max-width: 1100px){.b-search-node__list{grid-template-columns:repeat(2, 1fr);grid-gap:20px}}@media(max-width: 680px){.b-search-node__list{grid-template-columns:1fr}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-service-advantage-v2{display:flex;flex-flow:wrap;margin-top:40px}.b-service-advantage-v2 h2{margin-bottom:20px;font-size:24px}.b-service-advantage-v2__left{width:calc(50% - 15px);margin-right:30px}.b-service-advantage-v2__left-row{padding:17px 57px 16px 88px;background-color:#fff;max-width:472px;border-radius:10px;height:calc(100% - 44px)}.b-service-advantage-v2__left-item{position:relative;margin:15px 0}.b-service-advantage-v2__left-item::before{content:"";width:42px;height:42px;display:block;position:absolute;left:-58px;top:0}.b-service-advantage-v2__left-item.search::before{background:url("/img/services/search.svg") no-repeat center}.b-service-advantage-v2__left-item.clock::before{background:url("/img/services/clock.svg") no-repeat center}.b-service-advantage-v2__left-item.choice::before{background:url("/img/services/choice.svg") no-repeat center}.b-service-advantage-v2__left-title{font-size:18px;font-style:normal;font-weight:600;line-height:130%;margin-bottom:4px}.b-service-advantage-v2__right{width:calc(50% - 15px)}.b-service-advantage-v2__right-row{display:grid;grid-template-columns:repeat(2, calc(100% / 2 - 25px * 1 / 2));gap:25px;height:calc(100% - 44px)}@media all and (max-width: 940px){.b-service-advantage-v2__right-row{grid-template-columns:repeat(2, calc(100% / 2 - 12.5px))}}@media all and (max-width: 480px){.b-service-advantage-v2__right-row{grid-template-columns:repeat(1, 100%)}}.b-service-advantage-v2__right-item{background-color:#fff;border-radius:10px}.b-service-advantage-v2__right-title{font-size:18px;font-style:normal;font-weight:600;margin:16px 10px 8px 20px}.b-service-advantage-v2__right-text{margin:0 10px 20px 20px}.b-service-advantage-v2__right-img{padding-top:calc(100% * 155 / 283);border-radius:10px 10px 0 0;background-repeat:no-repeat;background-position:center;background-size:contain}@media all and (max-width: 940px){.b-service-advantage-v2{flex-flow:column}.b-service-advantage-v2__left,.b-service-advantage-v2__right{width:100%}.b-service-advantage-v2__left{margin-right:0}.b-service-advantage-v2__left-row{max-width:unset}.b-service-advantage-v2__right{margin-top:30px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-service-advantage{border-radius:10px;padding:30px 30px 25px;height:100%;display:flex;flex-direction:column;justify-content:space-between}.b-service-advantage--design{background-color:#fff}.b-service-advantage--measurements{background-color:#fefefe}.b-service-advantage--measurements .b-service-advantage__title{min-height:56px}@media screen and (max-width: 1024px){.b-service-advantage--measurements .b-service-advantage__title{min-height:unset}}@media(max-width: 767px){.b-service-advantage__top{display:flex;align-items:center;margin-bottom:20px}}.b-service-advantage__text{font-size:16px;flex:1}@media(max-width: 767px){.b-service-advantage__text{font-size:16px}}.b-service-advantage__icon{margin-bottom:20px;flex-shrink:0}@media(max-width: 767px){.b-service-advantage__icon{margin-right:20px;margin-bottom:0}.b-service-advantage__icon svg{width:50px;height:50px}}.b-service-advantage__title{font-size:20px;font-weight:600;max-width:248px;min-height:unset;margin-bottom:18px}@media screen and (max-width: 1024px){.b-service-advantage__title{min-height:84px}}@media screen and (max-width: 768px){.b-service-advantage__title{min-height:unset}}@media screen and (max-width: 375px){.b-service-advantage__title{font-size:16px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-service-advantages__middle{padding-right:1.25rem;padding-left:1.25rem;max-width:1200px;margin-left:auto;margin-right:auto}@media print,screen and (min-width: 48em){.b-service-advantages__middle{padding-right:1.25rem;padding-left:1.25rem}}@media print,screen and (min-width: 64em){.b-service-advantages__middle{padding-right:0.625rem;padding-left:0.625rem}}@media screen and (min-width: 80em){.b-service-advantages__middle{padding-right:0.625rem;padding-left:0.625rem}}.b-service-advantages__row{display:flex;flex-flow:row wrap;margin-right:-0.625rem;margin-left:-0.625rem}@media print,screen and (min-width: 48em){.b-service-advantages__row{margin-right:-0.625rem;margin-left:-0.625rem}}@media print,screen and (min-width: 64em){.b-service-advantages__row{margin-right:-0.625rem;margin-left:-0.625rem}}@media screen and (min-width: 80em){.b-service-advantages__row{margin-right:-0.625rem;margin-left:-0.625rem}}.b-service-advantages--measurements{padding:25px 0 30px}@media(min-width: 768px){.b-service-advantages--measurements{padding:50px 0 70px}}.b-service-advantages:not(.b-service-advantages--measurements){margin:25px 0 0;padding-bottom:50px}@media(min-width: 768px){.b-service-advantages:not(.b-service-advantages--measurements){margin:50px 0 0;padding-bottom:100px}}.b-service-advantages h2{margin-bottom:25px;font-size:24px;font-weight:800;line-height:130%}@media(min-width: 768px){.b-service-advantages h2{font-size:34px}}@media(min-width: 768px){.b-service-advantages__middle{max-width:768px;margin:0 auto}}@media(min-width: 970px){.b-service-advantages__middle{max-width:970px}}@media(min-width: 1280px){.b-service-advantages__middle{max-width:1220px}}.b-service-advantages__item{flex:0 0 auto;width:calc(100% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem;margin-bottom:10px}@media(min-width: 768px){.b-service-advantages__item--design{flex:0 0 auto;width:calc(33.3333333333% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem}}@media(min-width: 768px){.b-service-advantages__item--measurements{flex:0 0 auto;width:calc(50% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem}}@media(min-width: 1024px){.b-service-advantages__item--measurements{flex:0 0 auto;width:calc(25% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-service-picture-with-list{padding-bottom:100px}@media(max-width: 1024px){.b-service-picture-with-list{padding-bottom:50px}}@media(max-width: 475px){.b-service-picture-with-list{padding-bottom:0}}.b-service-picture-with-list__title{margin:0 0 50px;max-width:730px}.b-service-picture-with-list__wrap{padding:72px;border-radius:10px;background-color:#f5f6fa}@media(max-width: 768px){.b-service-picture-with-list__wrap{padding:30px 20px}}.b-service-picture-with-list__block{position:relative;display:flex;justify-content:space-between}@media screen and (max-width: 1024px){.b-service-picture-with-list__block{flex-direction:column}}@media screen and (max-width: 768px){.b-service-picture-with-list__block{padding:0}}.b-service-picture-with-list__block:last-child{margin-bottom:0}.b-service-picture-with-list__block--image-left .b-service-picture-with-list__img{margin-right:56px}@media(max-width: 1024px){.b-service-picture-with-list__block--image-left .b-service-picture-with-list__img{margin-right:0;margin-bottom:40px}}.b-service-picture-with-list__block--image-right .b-service-picture-with-list__img{margin-left:56px}@media(max-width: 1024px){.b-service-picture-with-list__block--image-right .b-service-picture-with-list__img{margin-left:0;margin-bottom:40px}}@media(max-width: 768px){.b-service-picture-with-list__block{flex-direction:column;align-items:center}.b-service-picture-with-list__block--image-right{flex-direction:column-reverse}}@media(max-width: 768px){.b-service-picture-with-list__img{max-width:450px}}.b-service-picture-with-list__imageDesc{margin-top:5px;font-size:14px;font-style:italic}@media(max-width: 768px){.b-service-picture-with-list__imageDesc{font-size:12px}}.b-service-picture-with-list__content{max-width:50%;width:100%}.b-service-picture-with-list__content h3{font-size:24px;font-weight:700;line-height:120%;margin:0 0 24px}.b-service-picture-with-list__content li,.b-service-picture-with-list__content p{font-size:14px;font-weight:400;line-height:150%}@media(max-width: 1023px){.b-service-picture-with-list__content{max-width:unset}}.b-service-picture-with-list__list-title{font-size:16px;font-weight:600;margin:16px 0 10px}.b-service-picture-with-list__list-desc--white_bg{padding:20px;border-radius:10px;background:#fff}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-services-about{display:flex}@media screen and (max-width: 1024px){.b-services-about{flex-direction:column}}.b-services-about h2{line-height:120%}.b-services-about__desc{margin-top:32px;font-size:18px}.b-services-about__desc ul{margin:24px 0;padding-left:24px}.b-services-about__desc li::marker{color:red;font-size:25px;line-height:1}@media screen and (max-width: 1024px){.b-services-about__desc{margin-top:20px;font-size:16px}}@media screen and (min-width: 1024px){.b-services-about__content{margin-right:29px}}.b-services-about__img img{border-radius:10px}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-services-conditions h2{line-height:120%}.b-services-conditions__list{margin-top:32px;display:flex;flex-wrap:wrap;gap:16px}@media screen and (max-width: 768px){.b-services-conditions__list{margin-top:20px}}.b-services-conditions__item{padding:22px 21px;border-radius:10px;background:#f5f6fa;display:flex;flex-direction:column;justify-content:center;flex:1}@media screen and (max-width: 1024px){.b-services-conditions__item{padding:15px}}@media screen and (max-width: 768px){.b-services-conditions__item{width:100%;flex:auto}}.b-services-conditions__name{line-height:120%}.b-services-conditions__desc{font-size:18px;font-weight:600;line-height:130%;margin-top:5px}@media screen and (max-width: 1024px){.b-services-conditions__desc{font-size:16px}}.b-services-conditions__notes{margin-top:24px;color:#676b77}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-services-content-with-image{margin:50px 0}.b-services-content-with-image__middle{padding-right:1.25rem;padding-left:1.25rem;max-width:1200px;margin-left:auto;margin-right:auto}@media print,screen and (min-width: 48em){.b-services-content-with-image__middle{padding-right:1.25rem;padding-left:1.25rem}}@media print,screen and (min-width: 64em){.b-services-content-with-image__middle{padding-right:0.625rem;padding-left:0.625rem}}@media screen and (min-width: 80em){.b-services-content-with-image__middle{padding-right:0.625rem;padding-left:0.625rem}}.b-services-content-with-image__row{display:flex;flex-flow:row wrap;margin-right:-0.625rem;margin-left:-0.625rem}@media print,screen and (min-width: 48em){.b-services-content-with-image__row{margin-right:-0.625rem;margin-left:-0.625rem}}@media print,screen and (min-width: 64em){.b-services-content-with-image__row{margin-right:-0.625rem;margin-left:-0.625rem}}@media screen and (min-width: 80em){.b-services-content-with-image__row{margin-right:-0.625rem;margin-left:-0.625rem}}.b-services-content-with-image:first-child{padding-top:50px;margin-bottom:42px;margin-top:0}.b-services-content-with-image:last-child{padding-bottom:50px;margin-bottom:0}@media print,screen and (min-width: 64em){.b-services-content-with-image{margin:100px 0 100px}.b-services-content-with-image:first-child{padding-top:100px;margin-bottom:125px;margin-top:0}.b-services-content-with-image:last-child{padding-bottom:100px;margin-bottom:0}}@media(min-width: 768px){.b-services-content-with-image__middle{max-width:768px;margin:0 auto}}@media(min-width: 970px){.b-services-content-with-image__middle{max-width:970px}}@media(min-width: 1280px){.b-services-content-with-image__middle{max-width:1220px}}.b-services-content-with-image__row{align-items:center}.b-services-content-with-image__image{flex:0 0 auto;width:calc(48% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem;align-self:stretch}.b-services-content-with-image__image--img-position_right{text-align:right;order:1}.b-services-content-with-image__image img{border-radius:10px}@media print,screen and (max-width: 63.99875em){.b-services-content-with-image__image{flex:0 0 auto;width:calc(100% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem;text-align:center;order:0;margin-bottom:40px}}.b-services-content-with-image__content{flex:0 0 auto;width:calc(52% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem}@media print,screen and (max-width: 63.99875em){.b-services-content-with-image__content{flex:0 0 auto;width:calc(100% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem}}.b-services-content-with-image__title{font-weight:800;font-size:34px;line-height:1.3em;color:#1f1f1f;margin-bottom:15px}@media print,screen and (max-width: 63.99875em){.b-services-content-with-image__title{font-size:24px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-services-design-support-content__buttons{margin-top:25px;display:flex;margin-left:-10px;flex-wrap:wrap}.b-services-design-support-content__buttons .l-button{margin-left:10px;margin-bottom:10px;flex-grow:1;white-space:nowrap;background:#f5f6fa;transition:all .3s}.b-services-design-support-content__buttons .l-button:hover{background:#fff;transition:all .3s}@media(min-width: 1390px){.b-services-design-support-content__buttons .l-button{width:20%;padding:19px 10px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-services-design__description{margin-bottom:20px}.b-services-design__examples{margin:20px 0 25px}.b-services-design__example{margin-bottom:15px}.b-services-design__example--additional{display:none}.b-services-design__more{display:inline-block;color:#e72430;font-size:16px;font-weight:600;border-bottom:1px dashed #e72430}.b-services-design__more::before{content:attr(data-show-text)}.b-services-design__more--open::before{content:attr(data-hide-text)}.b-services-design__button{width:320px;max-width:100%;background-color:transparent}@media(max-width: 767px){.b-services-design__button{width:100%}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-services-events{display:flex;flex-direction:column;gap:80px}@media screen and (max-width: 1024px){.b-services-events{gap:50px}}@media screen and (max-width: 560px){.b-services-events{gap:30px}}.b-services-events__desc{padding:20px 0 30px;max-width:850px}@media screen and (max-width: 560px){.b-services-events__desc{padding:15px 0 20px}}.b-services-events__buttons{margin:0 -90px;position:absolute;width:calc(100% + 180px);top:0;bottom:0;max-width:1380px;margin-bottom:66px;overflow:hidden}@media(max-width: 1390px){.b-services-events__buttons{display:none}}.b-services-events__slide-button{width:50px;height:50px;display:flex;background:#fff;border:1px solid #e1e5ee;box-sizing:border-box;border-radius:10px;justify-content:center;align-items:center;cursor:pointer;outline:none}.b-services-events__slide-button::before{content:"";border:solid #1f1f1f;border-width:0 2px 2px 0;transform:rotate(-45deg);padding:5px;margin-right:3px}.b-services-events__slide-button::after{display:none}.b-services-events__slide-button--next{right:0}.b-services-events__slide-button--prev{left:0}.b-services-events__slide-button--prev::before{transform:rotate(135deg);margin-right:-3px}.b-services-events__slide-button--next,.b-services-events__slide-button--prev{top:75%}.b-services-events__slide-button--next.swiper-button-disabled,.b-services-events__slide-button--prev.swiper-button-disabled{opacity:1}.b-services-events__slide-button--next.swiper-button-disabled::before,.b-services-events__slide-button--prev.swiper-button-disabled::before{border-color:#babeca}.b-services-events__item{position:relative}@media screen and (max-width: 1024px){.b-services-events__slider{margin-right:-20px;margin-left:-20px}}@media screen and (max-width: 760px){.b-services-events__slider{margin-right:-10px;margin-left:-10px}}.b-services-events__slide{display:flex;box-sizing:border-box}.b-services-events__slide img{object-fit:cover;width:100%;min-height:100%}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-services-horizontal-tabs{margin:40px 0 50px}.b-services-horizontal-tabs__middle{padding-right:1.25rem;padding-left:1.25rem;max-width:1200px;margin-left:auto;margin-right:auto}@media print,screen and (min-width: 48em){.b-services-horizontal-tabs__middle{padding-right:1.25rem;padding-left:1.25rem}}@media print,screen and (min-width: 64em){.b-services-horizontal-tabs__middle{padding-right:0.625rem;padding-left:0.625rem}}@media screen and (min-width: 80em){.b-services-horizontal-tabs__middle{padding-right:0.625rem;padding-left:0.625rem}}.b-services-horizontal-tabs__row{display:flex;flex-flow:row wrap;margin-right:-0.625rem;margin-left:-0.625rem}@media print,screen and (min-width: 48em){.b-services-horizontal-tabs__row{margin-right:-0.625rem;margin-left:-0.625rem}}@media print,screen and (min-width: 64em){.b-services-horizontal-tabs__row{margin-right:-0.625rem;margin-left:-0.625rem}}@media screen and (min-width: 80em){.b-services-horizontal-tabs__row{margin-right:-0.625rem;margin-left:-0.625rem}}@media print,screen and (min-width: 64em){.b-services-horizontal-tabs{margin:80px 0}}@media(min-width: 768px){.b-services-horizontal-tabs__middle{max-width:768px;margin:0 auto}}@media(min-width: 970px){.b-services-horizontal-tabs__middle{max-width:970px}}@media(min-width: 1280px){.b-services-horizontal-tabs__middle{max-width:1220px}}.b-services-horizontal-tabs__middle--soundproofing{max-width:none}@media(max-width: 560px){.b-services-horizontal-tabs__middle--soundproofing{padding:0}}.b-services-horizontal-tabs h2{margin-bottom:25px;font-size:24px;font-weight:800}@media(min-width: 768px){.b-services-horizontal-tabs h2{font-size:34px}}.b-services-horizontal-tabs__title--soundproofing{font-size:24px}.b-services-horizontal-tabs__tabs{border-bottom:1px solid #e1e5ee;display:flex;overflow:hidden;margin-bottom:25px}@media print,screen and (min-width: 64em){.b-services-horizontal-tabs__tabs{margin-bottom:35px}}.b-services-horizontal-tabs__tab{margin-right:25px;padding:15px 0;border-bottom:3px solid transparent;transition:color .3s,border-color .3s;white-space:nowrap;cursor:pointer}.b-services-horizontal-tabs__tab--soundproofing{color:#676b77}.b-services-horizontal-tabs__tab--active{color:#e72430;border-color:#e72430}@media print,screen and (min-width: 64em){.b-services-horizontal-tabs__tab{margin-right:40px;font-size:18px}.b-services-horizontal-tabs__tab--active{font-weight:600}}.b-services-horizontal-tabs__tabs-content{position:relative;transition:height .3s;min-height:200px}.b-services-horizontal-tabs__tab-content{opacity:0;position:absolute;top:0;left:0;width:100%;transition:opacity .3s}.b-services-horizontal-tabs__tab-content--active{opacity:1;z-index:1}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-services-list__list{display:flex;justify-content:flex-start;flex-wrap:wrap}.b-services-list__card{display:flex;flex-direction:column;justify-content:space-between;width:calc(33% - 12px);margin-right:20px;margin-bottom:20px;padding:25px 20px;border:1px solid #e1e5ee;border-radius:10px}.b-services-list__card:nth-child(3n+3){margin-right:0}.b-services-list__card-title{font-size:18px;font-weight:600;line-height:23.4px}@media(max-width: 475px){.b-services-list__card-title{font-size:16px}}.b-services-list__card-text{margin-bottom:13px;font-size:14px;font-weight:400;line-height:18.2px}.b-services-list__card-top{display:flex;margin-bottom:20px}.b-services-list__card-bottom{position:relative;display:flex;justify-content:space-between}.b-services-list__card-icon{width:32px;height:32px;margin-right:15px}.b-services-list__card-eye-count{position:relative;padding-left:10px;font-weight:400;font-size:14px;color:#676b77;cursor:pointer}.b-services-list__card-eye{display:flex;align-items:center;cursor:pointer}.b-services-list__card-eye img{width:16px}.b-services-list__card-btn{position:relative;padding-right:24px;font-weight:600;color:#e72430;cursor:pointer}.b-services-list__card-btn::after{position:absolute;content:"";right:0;width:18px;height:18px;background:url("/img/layout/arrow-right.svg") no-repeat}@media(max-width: 960px){.b-services-list__card{width:calc(50% - 10px)}.b-services-list__card:nth-child(3n+3){margin-right:20px}.b-services-list__card:nth-child(2n){margin-right:0}}@media(max-width: 560px){.b-services-list__card{flex-direction:row;width:100%;margin-right:0;margin-bottom:10px;padding:15px 20px}.b-services-list__card:nth-child(3n+3){margin-right:0}.b-services-list__card-text{display:none}.b-services-list__card-eye{display:none}.b-services-list__card-top{margin-bottom:0}.b-services-list__card-btn{font-size:0}.b-services-list__card-btn::after{top:50%;transform:translate(0, -50%);height:24px;background:url("/img/support/arrow-right-simple.svg") no-repeat}}.b-services-list__card.js-mouseenter{box-shadow:0 20px 85px rgba(141,148,177,.15);transform:translateY(-10px);transition:transform .4s;transition-delay:0}.b-services-list__card.js-mouseleave{transform:translateY(0);transition:transform .4s;transition-delay:0}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-services-measurement-method-order-block{height:100%}.b-services-measurement-method-order-block__middle{padding-right:1.25rem;padding-left:1.25rem;max-width:1200px;margin-left:auto;margin-right:auto}@media print,screen and (min-width: 48em){.b-services-measurement-method-order-block__middle{padding-right:1.25rem;padding-left:1.25rem}}@media print,screen and (min-width: 64em){.b-services-measurement-method-order-block__middle{padding-right:0.625rem;padding-left:0.625rem}}@media screen and (min-width: 80em){.b-services-measurement-method-order-block__middle{padding-right:0.625rem;padding-left:0.625rem}}.b-services-measurement-method-order-block__row{display:flex;flex-flow:row wrap;margin-right:-0.625rem;margin-left:-0.625rem}@media print,screen and (min-width: 48em){.b-services-measurement-method-order-block__row{margin-right:-0.625rem;margin-left:-0.625rem}}@media print,screen and (min-width: 64em){.b-services-measurement-method-order-block__row{margin-right:-0.625rem;margin-left:-0.625rem}}@media screen and (min-width: 80em){.b-services-measurement-method-order-block__row{margin-right:-0.625rem;margin-left:-0.625rem}}@media print,screen and (min-width: 64em){.b-services-measurement-method-order-block:not(.b-services-measurement-method-order-block--full-width){border-left:1px solid #e72430;border-radius:0 10px 10px 0;background-color:#f5f6fa;padding:20px}}.b-services-measurement-method-order-block__row{align-items:flex-end}.b-services-measurement-method-order-block__price-block{flex:0 0 auto;width:calc(100% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem}@media print,screen and (max-width: 47.99875em){.b-services-measurement-method-order-block__price-block{margin-bottom:20px}}@media print,screen and (max-width: 63.99875em){.b-services-measurement-method-order-block__price-block{border-left:1px solid #e72430;border-radius:0 10px 10px 0;background-color:#f5f6fa;padding:20px}}@media print,screen and (min-width: 48em){.b-services-measurement-method-order-block__price-block{flex:0 0 auto;width:calc(50% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem}}@media print,screen and (min-width: 64em){.b-services-measurement-method-order-block__price-block--in-full-width{flex:0 0 auto;width:calc(50% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem;border-left:1px solid #e72430;border-radius:0 10px 10px 0;background-color:#f5f6fa;padding:20px}.b-services-measurement-method-order-block__price-block:not(.b-services-measurement-method-order-block__price-block--in-full-width){flex:0 0 auto;width:calc(100% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem;margin-bottom:20px}}.b-services-measurement-method-order-block__price-title{font-size:16px}@media print,screen and (min-width: 64em){.b-services-measurement-method-order-block__price-title{font-size:18px}}.b-services-measurement-method-order-block__price{font-weight:bold;font-size:18px}@media print,screen and (min-width: 64em){.b-services-measurement-method-order-block__price{font-size:24px}}.b-services-measurement-method-order-block__price-hint{font-size:14px;color:#676b77}.b-services-measurement-method-order-block__order-btn-wrap{flex:0 0 auto;width:calc(100% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem}@media print,screen and (min-width: 48em){.b-services-measurement-method-order-block__order-btn-wrap{text-align:right}}@media print,screen and (min-width: 48em){.b-services-measurement-method-order-block__order-btn-wrap{flex:0 0 auto;width:calc(50% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem}}@media print,screen and (min-width: 64em){.b-services-measurement-method-order-block__order-btn-wrap--in-full-width{flex:0 0 auto;width:calc(50% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem}.b-services-measurement-method-order-block__order-btn-wrap:not(.b-services-measurement-method-order-block__order-btn-wrap--in-full-width){flex:0 0 auto;width:calc(100% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem;text-align:left}}.b-services-measurement-method-order-block__order-btn{width:300px}@media all and (max-width: 450px){.b-services-measurement-method-order-block__order-btn{width:100%}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-services-measurement-method__middle{padding-right:1.25rem;padding-left:1.25rem;max-width:1200px;margin-left:auto;margin-right:auto}@media print,screen and (min-width: 48em){.b-services-measurement-method__middle{padding-right:1.25rem;padding-left:1.25rem}}@media print,screen and (min-width: 64em){.b-services-measurement-method__middle{padding-right:0.625rem;padding-left:0.625rem}}@media screen and (min-width: 80em){.b-services-measurement-method__middle{padding-right:0.625rem;padding-left:0.625rem}}.b-services-measurement-method__row{display:flex;flex-flow:row wrap;margin-right:-0.625rem;margin-left:-0.625rem}@media print,screen and (min-width: 48em){.b-services-measurement-method__row{margin-right:-0.625rem;margin-left:-0.625rem}}@media print,screen and (min-width: 64em){.b-services-measurement-method__row{margin-right:-0.625rem;margin-left:-0.625rem}}@media screen and (min-width: 80em){.b-services-measurement-method__row{margin-right:-0.625rem;margin-left:-0.625rem}}.b-services-measurement-method__title{font-weight:bold;margin-bottom:15px}@media print,screen and (min-width: 64em){.b-services-measurement-method__title{font-size:20px}}.b-services-measurement-method__stages{background-color:#414e60;color:#fefefe;border-radius:10px;padding:20px;margin-bottom:25px}@media print,screen and (min-width: 48em){.b-services-measurement-method__stages{display:flex;align-items:center}}@media print,screen and (min-width: 64em){.b-services-measurement-method__stages{padding:35px;margin-bottom:45px}}.b-services-measurement-method__stage{display:flex;align-items:center}@media print,screen and (min-width: 48em){.b-services-measurement-method__stage{max-width:250px}}@media screen and (min-width: 86.875em){.b-services-measurement-method__stage{max-width:350px}}.b-services-measurement-method__stage-num{color:#e72430;font-size:24px;position:relative;width:60px;height:60px;border-radius:50%;background-color:rgba(254,254,254,.15);margin-right:15px;flex-shrink:0}.b-services-measurement-method__stage-num::before{content:"";display:block;width:52px;height:52px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:#fefefe}.b-services-measurement-method__stage-num::after{content:attr(data-value);position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}@media screen and (min-width: 86.875em){.b-services-measurement-method__stage-num{font-size:32px;width:80px;height:80px}.b-services-measurement-method__stage-num::before{width:70px;height:70px}}.b-services-measurement-method__stage-main{line-height:130%}@media screen and (min-width: 86.875em){.b-services-measurement-method__stage-main{min-width:150px}}.b-services-measurement-method__stage-text{margin-top:10px;font-size:14px;color:#9497a3}.b-services-measurement-method__stage-divider{width:14px;height:14px;border-radius:50%;background-color:rgba(254,254,254,.15);margin:15px auto;flex-shrink:0}@media print,screen and (min-width: 48em){.b-services-measurement-method__stage-divider{margin:0 20px}}@media print,screen and (min-width: 64em){.b-services-measurement-method__stage-divider{margin:0 30px}}@media screen and (min-width: 86.875em){.b-services-measurement-method__stage-divider{margin:0 54px}}.b-services-measurement-method__result-item,.b-services-measurement-method__order-block{flex:0 0 auto;width:calc(100% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem;margin-bottom:20px}@media print,screen and (min-width: 64em){.b-services-measurement-method__result-item,.b-services-measurement-method__order-block{flex:0 0 auto;width:calc(50% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem}.b-services-measurement-method__result-item .b-landing-block-with-image-and-file,.b-services-measurement-method__order-block .b-landing-block-with-image-and-file{height:100%}.b-services-measurement-method__result-item--full-width,.b-services-measurement-method__order-block--full-width{flex:0 0 auto;width:calc(100% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem}}.b-services-measurement-method__notes{flex:0 0 auto;width:calc(100% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem;display:flex;flex-wrap:wrap;margin-bottom:30px;padding:0}.b-services-measurement-method__notes--after-price{margin-bottom:1em}@media print,screen and (min-width: 48em){.b-services-measurement-method__notes{margin-bottom:50px}.b-services-measurement-method__notes--after-price{margin-bottom:1em}}.b-services-measurement-method__note{flex:0 0 auto;width:calc(100% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem;position:relative;padding-left:20px;list-style:none}.b-services-measurement-method__note::before{content:"";position:absolute;top:6px;left:0;width:8px;height:8px;border-radius:50%;background-color:#e72430}@media print,screen and (min-width: 48em){.b-services-measurement-method__note{flex:0 0 auto;width:calc(50% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem}}@media print,screen and (min-width: 64em){.b-services-measurement-method__note{flex:0 0 auto;width:calc(33.3333333333% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-services-measurements-for-whom-block{padding-bottom:50px}.b-services-measurements-for-whom-block__middle{padding-right:1.25rem;padding-left:1.25rem;max-width:1200px;margin-left:auto;margin-right:auto}@media print,screen and (min-width: 48em){.b-services-measurements-for-whom-block__middle{padding-right:1.25rem;padding-left:1.25rem}}@media print,screen and (min-width: 64em){.b-services-measurements-for-whom-block__middle{padding-right:0.625rem;padding-left:0.625rem}}@media screen and (min-width: 80em){.b-services-measurements-for-whom-block__middle{padding-right:0.625rem;padding-left:0.625rem}}.b-services-measurements-for-whom-block__row{display:flex;flex-flow:row wrap;margin-right:-0.625rem;margin-left:-0.625rem}@media print,screen and (min-width: 48em){.b-services-measurements-for-whom-block__row{margin-right:-0.625rem;margin-left:-0.625rem}}@media print,screen and (min-width: 64em){.b-services-measurements-for-whom-block__row{margin-right:-0.625rem;margin-left:-0.625rem}}@media screen and (min-width: 80em){.b-services-measurements-for-whom-block__row{margin-right:-0.625rem;margin-left:-0.625rem}}@media(min-width: 768px){.b-services-measurements-for-whom-block{padding-bottom:100px}}.b-services-measurements-for-whom-block h2{margin-bottom:25px;font-size:24px;font-weight:800}@media(min-width: 768px){.b-services-measurements-for-whom-block h2{font-size:34px}}@media(min-width: 768px){.b-services-measurements-for-whom-block__middle{max-width:768px;margin:0 auto}}@media(min-width: 970px){.b-services-measurements-for-whom-block__middle{max-width:970px}}@media(min-width: 1280px){.b-services-measurements-for-whom-block__middle{max-width:1220px}}.b-services-measurements-for-whom-block__group{flex:0 0 auto;width:calc(100% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem}@media print,screen and (min-width: 64em){.b-services-measurements-for-whom-block__group{flex:0 0 auto;width:calc(50% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem}}@media screen and (min-width: 86.875em){.b-services-measurements-for-whom-block__group--index_0{flex:0 0 auto;width:calc(41.6666666667% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem}.b-services-measurements-for-whom-block__group--index_1{flex:0 0 auto;width:calc(58.3333333333% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem}}@media print,screen and (max-width: 47.99875em){.b-services-measurements-for-whom-block__group{margin:0;width:100%}}.b-services-measurements-for-whom-block__row{width:100%}@media print,screen and (max-width: 47.99875em){.b-services-measurements-for-whom-block__row{margin:0}}.b-services-measurements-for-whom-block__item{margin-bottom:20px}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-services-measurements-for-whom-item{background-color:#fefefe;border-radius:10px;padding:20px;display:flex;align-items:center}@media print,screen and (min-width: 64em){.b-services-measurements-for-whom-item--style_big{align-items:flex-end}}.b-services-measurements-for-whom-item__image{height:160px;width:52%;flex-shrink:0}@media print,screen and (max-width: 47.99875em){.b-services-measurements-for-whom-item__image{width:60%;margin-right:-5%}}@media print,screen and (min-width: 64em){.b-services-measurements-for-whom-item__image--style_big{height:270px;width:65%;margin-right:-7%}}.b-services-measurements-for-whom-item__text{position:relative;z-index:3;font-weight:600;font-size:20px}@media print,screen and (min-width: 64em){.b-services-measurements-for-whom-item__text--style_big{margin-bottom:15px}}@media print,screen and (max-width: 47.99875em){.b-services-measurements-for-whom-item__text{font-size:16px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-services-popular{padding:100px 0}@media(max-width: 768px){.b-services-popular{padding:50px 0}}.b-services-popular__list{margin:30px 0 0;display:flex;flex-wrap:wrap}@media(max-width: 760px){.b-services-popular__list{margin:15px 0 0}}.b-services-popular__title{margin-bottom:50px;max-width:500px}@media(max-width: 768px){.b-services-popular__title{margin-bottom:30px}}.b-services-popular__description{margin-bottom:40px;max-width:680px}.b-services-popular__item{display:flex;width:calc(100% / 3 - 20px);margin-right:30px;border-radius:10px;overflow:hidden}@media(max-width: 768px){.b-services-popular__item{width:calc(100% / 2 - 10px);margin-right:20px;margin-bottom:20px}.b-services-popular__item:nth-child(2n){margin-right:0}}@media(max-width: 475px){.b-services-popular__item{width:100%;margin-right:0}}.b-services-popular__item:last-child{margin-right:0}.b-services-popular__item-wrap{width:100%;box-sizing:border-box;display:flex;flex-direction:column;background:#fff;height:100%}.b-services-popular__item-title{font-weight:600;font-size:18px;line-height:120%;color:#1f1f1f;margin-bottom:16px}@media(max-width: 768px){.b-services-popular__item-title{font-size:16px;margin-bottom:14px}}.b-services-popular__item-text{font-size:16px;margin-bottom:18px}@media(max-width: 768px){.b-services-popular__item-text{margin-bottom:14px;font-size:14px}}.b-services-popular__item-link{position:relative;width:max-content}.b-services-popular__item-link::after{content:"";position:absolute;background:url(/img/layout/arrow-right.svg) no-repeat center;width:18px;height:18px;right:-23px;top:50%;transform:translate(0, -50%)}.b-services-popular__img{text-align:center}.b-services-popular__img img{width:100%}.b-services-popular__content{padding:20px;height:100%;display:flex;flex-direction:column;justify-content:space-between}@media(max-width: 768px){.b-services-popular__content{padding:15px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-services-promo-block-v1{margin-bottom:70px}@media screen and (max-width: 768px){.b-services-promo-block-v1{margin-bottom:50px}}.b-services-promo-block-v1__h2{margin-top:0;margin-bottom:30px;max-width:590px}@media screen and (max-width: 970px){.b-services-promo-block-v1__h2{margin-bottom:30px}}.b-services-promo-block-v1__container{display:grid;grid-template-columns:repeat(2, calc(50% - 10px));gap:20px}@media screen and (max-width: 768px){.b-services-promo-block-v1__container{grid-template-columns:repeat(1, calc(100%))}}.b-services-promo-block-v1__left{width:100%;height:100%;border-radius:10px;padding:30px;background:#f5f6fa}.b-services-promo-block-v1__right{width:100%;display:grid;grid-template-columns:100%;gap:20px}.b-services-promo-block-v1__right-item{border-radius:10px;background:#f5f6fa;padding:30px}.b-services-promo-block-v1__right-item--second{display:flex;align-items:center}.b-services-promo-block-v1__right-text-pdfdwg{font-size:18px;font-style:normal;font-weight:600;line-height:130%;position:relative;padding-right:158px}.b-services-promo-block-v1__right-text-pdfdwg::before{content:"";position:absolute;top:-25px;right:0;width:158px;height:94px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTU4IiBoZWlnaHQ9Ijk0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2RfMjAyMDFfMTM0MDcpIj48cmVjdCB4PSIyNyIgeT0iMTQiIHdpZHRoPSI2MiIgaGVpZ2h0PSI2NiIgcng9IjEyIiBmaWxsPSIjZmZmIi8+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzIwMjAxXzEzNDA3KSI+PHBhdGggZD0iTTU5Ljc0NyAyOC42NThINDcuMDAyYy0uOTY2IDAtMS44OTIuMzg3LTIuNTc1IDEuMDc2YTMuNjg4IDMuNjg4IDAgMDAtMS4wNjYgMi41OTZ2MjkuMzhjMCAuOTczLjM4NCAxLjkwNyAxLjA2NiAyLjU5NmEzLjYyNiAzLjYyNiAwIDAwMi41NzUgMS4wNzVoMjEuODQ5Yy45NjYgMCAxLjg5Mi0uMzg2IDIuNTc1LTEuMDc1YTMuNjg4IDMuNjg4IDAgMDAxLjA2Ni0yLjU5N1Y0MS41MTFMNTkuNzQ3IDI4LjY1OHoiIHN0cm9rZT0iIzFGMUYxRiIgc3Ryb2tlLXdpZHRoPSIxLjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjxwYXRoIGQ9Ik01OS43NDkgMjguNjU4djEyLjg1M2gxMi43NDUiIHN0cm9rZT0iIzFGMUYxRiIgc3Ryb2tlLXdpZHRoPSIxLjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjxwYXRoIGQ9Ik00OC4zOSA0OS4zNmgzLjM1N2MuNTIgMCAuOTY2LjEwNyAxLjM0LjMyLjM3NC4yMTQuNjYuNTA1Ljg2Ljg3MS4xOTguMzY3LjI5Ny43NjguMjk3IDEuMjAzIDAgLjQzNS0uMS44MzYtLjI5OCAxLjIwM2EyLjE3MSAyLjE3MSAwIDAxLS44Ny44N2MtLjM3NS4yMTQtLjgxOC4zMi0xLjMzLjMyaC0yLjAxNVY1N2gtMS4zNHYtNy42NHptNC40OCAyLjM5NGMwLS4zNjctLjEyMy0uNjYtLjM2Ny0uODgyLS4yNDUtLjIyMi0uNTU4LS4zMzItLjk0LS4zMzJoLTEuODMydjIuNDI4aDEuODMyYy4zODIgMCAuNjk1LS4xMS45NC0uMzMyLjI0NC0uMjIyLjM2Ni0uNTE2LjM2Ni0uODgyem0yLjE0Ni0yLjM5NGgyLjg0Yy43ODcgMCAxLjQ4Mi4xNjQgMi4wODUuNDkyYTMuNDkxIDMuNDkxIDAgMDExLjQxIDEuMzUyYy4zMzUuNTguNTAzIDEuMjQuNTAzIDEuOTgyIDAgLjc0LS4xNjggMS40LS41MDQgMS45ODFhMy41ODQgMy41ODQgMCAwMS0xLjQwOSAxLjM1MmMtLjYwMy4zMi0xLjI5OC40ODEtMi4wODQuNDgxaC0yLjg0MXYtNy42NHptMi44NCA2LjQ2Yy41MzUgMCAxLjAwMS0uMTE0IDEuMzk4LS4zNDMuMzk3LS4yMzcuNjk5LS41NTQuOTA1LS45NTEuMjE0LS40MDUuMzItLjg1Mi4zMi0xLjM0IDAtLjQ5Ny0uMTAyLS45NDMtLjMwOS0xLjM0YTIuMTkgMi4xOSAwIDAwLS44OTMtLjk1MWMtLjM5Ny0uMjM3LS44Ny0uMzU1LTEuNDItLjM1NWgtMS41djUuMjhoMS41em00Ljk0OC02LjQ2aDUuMjM1djEuMThoLTMuODk0djEuOTgxaDMuODE0djEuMThoLTMuODE0VjU3aC0xLjM0di03LjY0eiIgZmlsbD0iIzFGMUYxRiIvPjwvZz48L2c+PGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjFfZF8yMDIwMV8xMzQwNykiPjxyZWN0IHg9IjgzIiB5PSI5IiB3aWR0aD0iNzIiIGhlaWdodD0iNzYiIHJ4PSIxMiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xMDcuMDEyIDQ4LjM2aDIuODQxYy43ODYgMCAxLjQ4MS4xNjQgMi4wODUuNDkyYTMuNDg5IDMuNDg5IDAgMDExLjQwOSAxLjM1MmMuMzM2LjU4LjUwNCAxLjI0LjUwNCAxLjk4MiAwIC43NC0uMTY4IDEuNC0uNTA0IDEuOTgxYTMuNTg2IDMuNTg2IDAgMDEtMS40MDkgMS4zNTJjLS42MDQuMzItMS4yOTkuNDgxLTIuMDg1LjQ4MWgtMi44NDF2LTcuNjR6bTIuODQxIDYuNDZjLjUzNCAwIDEtLjExNCAxLjM5Ny0uMzQzLjM5Ny0uMjM3LjY5OS0uNTU0LjkwNS0uOTUxLjIxNC0uNDA1LjMyMS0uODUyLjMyMS0xLjM0IDAtLjQ5Ny0uMTAzLS45NDMtLjMwOS0xLjM0YTIuMTk1IDIuMTk1IDAgMDAtLjg5NC0uOTUxYy0uMzk3LS4yMzctLjg3LS4zNTUtMS40Mi0uMzU1aC0xLjUwMXY1LjI4aDEuNTAxem05LjA3Ny00LjQ1NkwxMTcuNDUyIDU2aC0xLjQzMmwtMi4xODctNy42NGgxLjVsMS40ODkgNS44ODggMS41ODEtNS44ODhoMS4wNjVsMS41ODEgNS44ODggMS40NzgtNS44ODhoMS41TDEyMS44NTEgNTZoLTEuNDMybC0xLjQ4OS01LjYzNnptNS4wODMgMS44MjJjMC0uNzguMTc2LTEuNDY3LjUyNy0yLjA2MmEzLjcwOSAzLjcwOSAwIDAxMS40NTUtMS4zOTggNC4yMTQgNC4yMTQgMCAwMTIuMDI3LS40OTJjLjY5NSAwIDEuMjk1LjE0NSAxLjc5OS40MzUuNTExLjI5LjkzOS42NzYgMS4yODMgMS4xNTdsLTEuMS42MTlhMi40NzcgMi40NzcgMCAwMC0uODQ4LS43MzMgMi4yOTIgMi4yOTIgMCAwMC0xLjEzNC0uMjg3Yy0uNDk2IDAtLjk0Ny4xMTktMS4zNTEuMzU1LS4zOTcuMjM3LS43MS41NjUtLjk0Ljk4NS0uMjI5LjQyLS4zNDMuODk0LS4zNDMgMS40MiAwIC41MjguMTE0IDEuMDAxLjM0MyAxLjQyMS4yMy40Mi41NDMuNzUyLjk0Ljk5Ni40MDQuMjM3Ljg1NS4zNTYgMS4zNTEuMzU2LjM1OSAwIC42OTktLjA3IDEuMDItLjIwNmEyLjY4IDIuNjggMCAwMC43OS0uNDgydi0xLjE5aC0yLjI3OVY1MS45aDMuNjE5djIuODYzYTQuMjg3IDQuMjg3IDAgMDEtMS4zOTcgMS4wMiA0LjExNyA0LjExNyAwIDAxLTEuNzUzLjM2NmMtLjc0IDAtMS40MTYtLjE2NC0yLjAyNy0uNDkzYTMuODE4IDMuODE4IDAgMDEtMS40NTUtMS4zOTdjLS4zNTEtLjYwMy0uNTI3LTEuMjk0LS41MjctMi4wNzN6IiBmaWxsPSIjMUYxRjFGIi8+PHBhdGggZD0iTTEyMS4wMjkgMjUuODc5aC0xNC44QTQuMjI3IDQuMjI3IDAgMDAxMDIgMzAuMTA4djMzLjgzYTQuMjMgNC4yMyAwIDAwNC4yMjkgNC4yMjhoMjUuMzcyYTQuMjMyIDQuMjMyIDAgMDA0LjIyOS00LjIyOFY0MC42OGwtMTQuODAxLTE0LjgwMXoiIHN0cm9rZT0iIzFGMUYxRiIgc3Ryb2tlLXdpZHRoPSIxLjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjxwYXRoIGQ9Ik0xMjEuMDMxIDI1Ljg3OXYxNC44aDE0LjgwMSIgc3Ryb2tlPSIjMUYxRjFGIiBzdHJva2Utd2lkdGg9IjEuNiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9nPjxkZWZzPjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF8yMDIwMV8xMzQwNyIgeD0iMCIgeT0iLTEiIHdpZHRoPSI5MiIgaGVpZ2h0PSI5NiIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+PGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPjxmZU1vcnBob2xvZ3kgcmFkaXVzPSI1IiBpbj0iU291cmNlQWxwaGEiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzIwMjAxXzEzNDA3Ii8+PGZlT2Zmc2V0IGR4PSItMTIiLz48ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIxMCIvPjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPjxmZUNvbG9yTWF0cml4IHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xMSAwIi8+PGZlQmxlbmQgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzIwMjAxXzEzNDA3Ii8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzIwMjAxXzEzNDA3IiByZXN1bHQ9InNoYXBlIi8+PC9maWx0ZXI+PGZpbHRlciBpZD0iZmlsdGVyMV9kXzIwMjAxXzEzNDA3IiB4PSI1NiIgeT0iLTYiIHdpZHRoPSIxMDIiIGhlaWdodD0iMTA2IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+PGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz48ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+PGZlTW9ycGhvbG9neSByYWRpdXM9IjUiIGluPSJTb3VyY2VBbHBoYSIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMjAyMDFfMTM0MDciLz48ZmVPZmZzZXQgZHg9Ii0xMiIvPjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjEwIi8+PGZlQ29tcG9zaXRlIGluMj0iaGFyZEFscGhhIiBvcGVyYXRvcj0ib3V0Ii8+PGZlQ29sb3JNYXRyaXggdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjExIDAiLz48ZmVCbGVuZCBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMjAyMDFfMTM0MDciLz48ZmVCbGVuZCBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMjAyMDFfMTM0MDciIHJlc3VsdD0ic2hhcGUiLz48L2ZpbHRlcj48Y2xpcFBhdGggaWQ9ImNsaXAwXzIwMjAxXzEzNDA3Ij48cGF0aCBmaWxsPSIjZmZmIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzOC4xOTQgMjcuMDI2KSIgZD0iTTAgMGgzOS42MTF2MzkuOTQ3SDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+);background-repeat:no-repeat;background-position:center;background-size:cover}@media screen and (max-width: 480px){.b-services-promo-block-v1__right-text-pdfdwg{font-size:16px}}@media screen and (max-width: 768px){.b-services-promo-block-v1__right{width:100%}}.b-services-promo-block-v1__left-head,.b-services-promo-block-v1__right-head{display:flex;flex-flow:nowrap;margin-bottom:24px}.b-services-promo-block-v1__left-title,.b-services-promo-block-v1__right-title{font-size:18px;font-style:normal;font-weight:600;line-height:130%;max-width:390px}@media screen and (max-width: 480px){.b-services-promo-block-v1__left-title,.b-services-promo-block-v1__right-title{font-size:16px}}.b-services-promo-block-v1__left-count,.b-services-promo-block-v1__right-count{color:#e72430;text-align:right;font-size:40px;font-style:normal;font-weight:600;line-height:130%;width:calc(100% - 390px);min-width:105px}.b-services-promo-block-v1__left-list,.b-services-promo-block-v1__right-list{display:grid;grid-template-columns:repeat(3, calc(100% / 3 - 10px));gap:15px}.b-services-promo-block-v1__left-list-block,.b-services-promo-block-v1__right-list-block{background-color:#fff;padding:16px 12px;border-radius:10px}.b-services-promo-block-v1__left-list-block.js-mouseenter[data-aos].aos-animate,.b-services-promo-block-v1__right-list-block.js-mouseenter[data-aos].aos-animate{transform:translateY(-15px);transition:transform .4s;transition-delay:0}.b-services-promo-block-v1__left-list-block.js-mouseleave[data-aos].aos-animate,.b-services-promo-block-v1__right-list-block.js-mouseleave[data-aos].aos-animate{transform:translateY(0);transition:transform .4s;transition-delay:0}.b-services-promo-block-v1__left-list-block-title,.b-services-promo-block-v1__right-list-block-title{font-size:16px;font-weight:600;line-height:130%;color:#000}.b-services-promo-block-v1__left-list-block:hover .b-services-promo-block-v1__right-list-block-title,.b-services-promo-block-v1__right-list-block:hover .b-services-promo-block-v1__right-list-block-title{color:#e72430}.b-services-promo-block-v1__left-list-block:hover .b-services-promo-block-v1__left-list-block-title,.b-services-promo-block-v1__right-list-block:hover .b-services-promo-block-v1__left-list-block-title{color:#e72430}.b-services-promo-block-v1__left-list-block-text,.b-services-promo-block-v1__right-list-block-text{font-size:14px;font-style:normal;font-weight:400;line-height:130%;color:#676b77}@media screen and (max-width: 1023px){.b-services-promo-block-v1__left-list,.b-services-promo-block-v1__right-list{grid-template-columns:repeat(2, calc(100% / 2 - 10px))}}@media screen and (max-width: 768px){.b-services-promo-block-v1__left-list,.b-services-promo-block-v1__right-list{grid-template-columns:repeat(3, calc(100% / 3 - 10px))}}@media screen and (max-width: 480px){.b-services-promo-block-v1__left-list,.b-services-promo-block-v1__right-list{grid-template-columns:repeat(2, calc(100% / 2 - 10px))}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-services-promo-image-list__text{margin:20px 0 40px;font-size:16px;line-height:1.5em;color:#1f1f1f}@media print,screen and (max-width: 63.99875em){.b-services-promo-image-list__text{font-size:14px}}.b-services-promo-image-list__list{display:grid;grid-template-columns:repeat(6, calc(100% / 6 - 20px * 5 / 6));gap:20px}@media all and (max-width: 860px){.b-services-promo-image-list__list{grid-template-columns:repeat(4, calc(100% / 4 - 20px * 3 / 4))}}@media all and (max-width: 620px){.b-services-promo-image-list__list{grid-template-columns:repeat(3, calc(100% / 3 - 20px * 2 / 3))}}@media all and (max-width: 480px){.b-services-promo-image-list__list{grid-template-columns:repeat(2, calc(100% / 2 - 20px * 1 / 2))}}.b-services-promo-image-list__item{display:flex;border-radius:10px;padding:0;border:1px solid #ececec;align-items:center;z-index:2;background-repeat:no-repeat;background-position:right;width:100%;flex-flow:column}.b-services-promo-image-list__item.js-mouseenter[data-aos].aos-animate{transform:translateY(-15px);transition:transform .4s;transition-delay:0}.b-services-promo-image-list__item.js-mouseleave[data-aos].aos-animate{transform:translateY(0);transition:transform .4s;transition-delay:0}.b-services-promo-image-list__img{padding-top:calc(100% * 248 / 175);width:100%;border-radius:10px;background-size:calc(100% - 6px);background-repeat:no-repeat;background-position:center}.b-services-promo-image-list__img.border{border-bottom:1px solid #ececec}.b-services-promo-image-list.aos-animate .b-services-promo-image-list__wrap::before{animation-name:fadeInBackground;animation-iteration-count:1;animation-duration:.5s;animation-timing-function:ease-in-out}.b-services-promo-image-list__link-wrap{margin-left:63px;z-index:2}.b-services-promo-image-list__link-wrap a{min-width:255px;display:block;text-align:center}@media all and (max-width: 760px){.b-services-promo-image-list__link-wrap.aos-init{transform:none;transition:none}}@media all and (max-width: 1110px){.b-services-promo-image-list__link-wrap{margin-left:30px}}@media all and (max-width: 570px){.b-services-promo-image-list__link-wrap{position:absolute;bottom:-31px;width:305px;left:0;right:0;margin:0 auto}}@media all and (max-width: 360px){.b-services-promo-image-list__link-wrap{width:90%}}@media all and (min-width: 970px){.b-services-promo-image-list--system-filter .b-services-promo-image-list__link-wrap{position:absolute;bottom:-31px;width:90%;max-width:261px;left:0;right:0;margin:0 auto}.b-services-promo-image-list--system-filter .b-services-promo-image-list__link-wrap a{min-width:inherit}}.b-services-promo-image-list__title{padding:10px;color:#0a0a0a}.b-services-promo-image-list__text{z-index:2}@media all and (max-width: 760px){.b-services-promo-image-list__text.aos-init{transform:none;transition:none;opacity:1}}@media all and (max-width: 760px){.b-services-promo-image-list{padding:30px 0 74px}.b-services-promo-image-list--albom{padding:0}.b-services-promo-image-list--mastery-certificate .l-button{padding:8px 20px}.b-services-promo-image-list--chaser{padding-bottom:0}}@keyframes fadeInBackground{from{width:127%}to{width:92%}}.services-promo-image-list .mfp-img{max-height:100vh}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-services-responsibilities h2{line-height:120%}.b-services-responsibilities__list{margin-top:32px;display:flex;flex-wrap:wrap;gap:24px 16px}@media screen and (max-width: 768px){.b-services-responsibilities__list{gap:15px;margin-top:20px}}.b-services-responsibilities__item{padding:20px 42px 20px 17px;border-radius:10px;background:#f5f6fa;min-width:323px;font-size:18px;display:flex;align-items:center}.b-services-responsibilities__item:first-child{flex:1}@media screen and (max-width: 768px){.b-services-responsibilities__item{font-size:14px;padding:15px}}@media screen and (max-width: 700px){.b-services-responsibilities__item{width:100%;min-width:initial}}.b-services-responsibilities__img{margin-right:16px;min-width:43px}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-services-tech-support-popup{background-color:#fff;max-width:810px;padding:40px 40px 35px;margin:0 auto;border-radius:10px;position:relative;display:none}@media(max-width: 475px){.b-services-tech-support-popup{padding:21px 21px 15px}}.b-services-tech-support-popup__content .text-with-image{display:flex}.b-services-tech-support-popup__content .image{margin-left:30px}.b-services-tech-support-popup__content .image img{width:320px;max-width:none}@media(max-width: 768px){.b-services-tech-support-popup__content .image{display:none}}.b-services-tech-support-popup__content .title{font-size:20px;line-height:26px;font-weight:600;margin-bottom:20px}.b-services-tech-support-popup__content p{margin-top:0;font-size:18px;line-height:25.2px;margin-bottom:10px}.b-services-tech-support-popup__content .text-title{font-size:18px;line-height:27px;font-weight:600;margin-bottom:10px}@media(max-width: 475px){.b-services-tech-support-popup__content .text-title{font-size:16px}.b-services-tech-support-popup__content p{font-size:16px}.b-services-tech-support-popup__content .title{font-size:18px}}.b-services-tech-support-popup__list{padding:0;margin-bottom:10px;margin-top:0}.b-services-tech-support-popup__list-item{list-style:none;position:relative;padding-left:16px;margin-bottom:4px;line-height:25.2px;font-size:18px}.b-services-tech-support-popup__list-item::before{position:absolute;content:"";left:0;top:9px;width:6px;height:6px;border-radius:50px;background-color:#e72430}.b-services-tech-support-popup__list-item strong{font-weight:600}@media(max-width: 480px){.b-services-tech-support-popup__list-item{font-size:16px}}.b-services-tech-support-popup__gallery{display:flex;margin-bottom:10px;flex-wrap:wrap}.b-services-tech-support-popup__gallery-img{margin-right:20px;border-radius:10px;margin-bottom:10px}.b-services-tech-support-popup__gallery-img:last-child{margin-right:0}@media(max-width: 768px){.b-services-tech-support-popup__gallery-img{width:calc(50% - 20px)}}.b-services-tech-support-popup__bottom{display:flex;justify-content:space-between;flex-direction:row-reverse}@media(max-width: 550px){.b-services-tech-support-popup__bottom{flex-direction:column}}.b-services-tech-support-popup__btn{text-decoration:none;text-align:center;max-width:200px;width:100%;padding:19px 20px}.b-services-tech-support-popup__btn--yourself{padding:5px 0}@media(max-width: 480px){.b-services-tech-support-popup__btn{max-width:unset;width:100%;margin-bottom:15px}.b-services-tech-support-popup__btn--yourself{padding:15px 0}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-services-tech-support{padding-top:94px;padding-bottom:100px}@media(max-width: 768px){.b-services-tech-support{padding-top:70px;padding-bottom:70px}}@media(max-width: 480px){.b-services-tech-support{padding-top:50px;padding-bottom:50px}}.b-services-tech-support__title{font-size:34px;line-height:40.8px;margin-bottom:35px;margin-top:0}@media(max-width: 768px){.b-services-tech-support__title{font-size:24px;line-height:28.8px}}.b-services-tech-support__list{display:flex;justify-content:flex-start;flex-wrap:wrap;gap:20px}.b-services-tech-support__card{background-color:#fff;border-radius:10px;margin-right:20px;width:calc(33% - 12px);margin-bottom:20px;display:flex;flex-direction:column;justify-content:space-between;padding:25px 20px;cursor:pointer}.b-services-tech-support__card:nth-child(3n+3){margin-right:0}.b-services-tech-support__card-title{font-size:18px;font-weight:600;line-height:23.4px}@media(max-width: 475px){.b-services-tech-support__card-title{font-size:16px}}.b-services-tech-support__card-text{font-size:14px;font-weight:400;line-height:18.2px;margin-bottom:13px}.b-services-tech-support__card-top{display:flex;margin-bottom:20px}.b-services-tech-support__card-bottom{display:flex;justify-content:space-between;position:relative}.b-services-tech-support__card-img-wrap{margin-right:14px}.b-services-tech-support__card-icon{width:44px;max-width:unset}.b-services-tech-support__card-eye-count{position:relative;font-size:14px;color:#676b77;padding-left:10px;font-weight:400;cursor:pointer}.b-services-tech-support__card-eye-text{background-color:#fff;display:none;font-size:14px;border-radius:10px;box-shadow:0 3px 40px rgba(0,0,0,.1);position:absolute;padding:10px 15px;left:0;bottom:-3px;transform:translate(-20px, 100%)}.b-services-tech-support__card-eye-text::before{content:"";position:absolute;border:12px solid transparent;border-bottom:12px solid #fff;top:-20px;left:15px}.b-services-tech-support__card-eye{display:flex;cursor:pointer;align-items:center}.b-services-tech-support__card-eye img{width:16px}.b-services-tech-support__card-eye:hover>.b-services-tech-support__card-eye-text{display:block}.b-services-tech-support__card-btn-mob{position:relative;display:none}.b-services-tech-support__card-btn{position:relative;color:#e72430;cursor:pointer;padding-right:24px;font-weight:600}.b-services-tech-support__card-btn::after{position:absolute;content:"";right:0;background:url("/img/layout/arrow-right.svg") no-repeat;width:18px;height:18px}@media(max-width: 960px){.b-services-tech-support__card{width:calc(50% - 10px)}.b-services-tech-support__card:nth-child(3n+3){margin-right:20px}.b-services-tech-support__card:nth-child(2n){margin-right:0}}@media(max-width: 560px){.b-services-tech-support__card{width:100%;margin-right:0;flex-direction:row;padding:15px 20px;margin-bottom:10px}.b-services-tech-support__card:nth-child(3n+3){margin-right:0}.b-services-tech-support__card-text{display:none}.b-services-tech-support__card-eye{display:none}.b-services-tech-support__card-top{margin-bottom:0}.b-services-tech-support__card-btn{display:none}.b-services-tech-support__card-btn-mob{display:block;padding-right:24px}.b-services-tech-support__card-btn-mob::after{content:"";position:absolute;background:url("/img/support/arrow-right-simple.svg") no-repeat;width:18px;height:24px;top:50%;right:0;transform:translate(0, -50%)}}.b-services-tech-support__card.js-mouseenter[data-aos].aos-animate{box-shadow:0 20px 85px rgba(141,148,177,.15);transform:translateY(-10px);transition:transform .4s;transition-delay:0}.b-services-tech-support__card.js-mouseleave[data-aos].aos-animate{transform:translateY(0);transition:transform .4s;transition-delay:0}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-services-users h2{line-height:120%}.b-services-users__list{margin-top:32px;display:flex;flex-wrap:wrap;gap:20px}@media screen and (max-width: 768px){.b-services-users__list{margin-top:20px;gap:15px}}.b-services-users--gray-border .b-services-users__item{border:1px solid #e1e5ee}.b-services-users__item{padding:28px;border-radius:10px;background:#fff;display:flex;flex:1;transform:translateY(0);transition:all .3s}.b-services-users__item:hover{transform:translateY(-10px);transition:transform .4s;box-shadow:0 8px 31.2px 0 rgba(0,0,0,.07)}@media screen and (min-width: 769px){.b-services-users__item:first-child,.b-services-users__item:nth-child(2){min-width:calc(50% - 10px);max-width:50%}}@media screen and (max-width: 1024px){.b-services-users__item{padding:15px}}@media screen and (max-width: 768px){.b-services-users__item{width:100%;flex:auto}}.b-services-users__img{margin-right:25px;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 560px){.b-services-users__img{margin-right:15px}}.b-services-users__desc{line-height:120%;max-width:420px}.b-services-users__name{font-size:18px;font-weight:600;line-height:120%;margin-bottom:12px}@media screen and (max-width: 1024px){.b-services-users__name{font-size:16px}}.b-services-users--big-text .b-services-users__name{font-size:22px}@media screen and (max-width: 1024px){.b-services-users--big-text .b-services-users__name{font-size:16px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-services-video-block{margin-bottom:70px}@media screen and (max-width: 768px){.b-services-video-block{margin-bottom:50px}}.b-services-video-block--albom{margin-bottom:0}.b-services-video-block__title{margin-bottom:24px}@media screen and (max-width: 970px){.b-services-video-block__title{margin-bottom:30px}}.b-services-video-block__list{display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 -10px}.b-services-video-block__list-item{width:calc(50% - 10px);padding:10px;display:block;position:relative}.b-services-video-block__list-item-image{filter:brightness(0.75);border-radius:10px;width:100%}.b-services-video-block__list-item-text{font-size:18px;font-style:normal;font-weight:600;line-height:130%;color:#1f1f1f;margin-top:16px}.b-services-video-block__list-item-play{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTgiIGhlaWdodD0iNTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjU4IiBoZWlnaHQ9IjU4IiByeD0iMjkiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjQgMjBsMTQgOS0xNCA5VjIweiIgc3Ryb2tlPSIjRTcyNDMwIiBzdHJva2Utd2lkdGg9IjEuNiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+) no-repeat center;width:calc(100% - 20px);position:absolute;top:calc(35%);padding-top:10%;background-size:contain}.b-services-video-block__list-item:hover .b-services-video-block__list-item-image{filter:brightness(1)}@media(max-width: 767px){.b-services-video-block__list-item{width:100%;max-width:100%}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-skewed-rounded-image{position:relative;background-position:left center;background-repeat:no-repeat;background-size:cover;overflow:hidden;width:100%;height:100%}@media print,screen and (max-width: 47.99875em){.b-skewed-rounded-image{background-position:center}}.b-skewed-rounded-image svg{display:block}.b-skewed-rounded-image__skew-block{position:absolute;top:0;right:0;width:75px;height:100%;background-color:#fefefe}.b-skewed-rounded-image__skew-block--style_crop-down{transform:skewX(-15deg) translateX(50%)}.b-skewed-rounded-image__skew-block--style_crop-up{transform:skewX(15deg) translateX(50%)}@media print,screen and (max-width: 47.99875em){.b-skewed-rounded-image__skew-block--style_crop-down{transform:skewX(5deg) translateX(50%)}.b-skewed-rounded-image__skew-block--style_crop-up{transform:skewX(5deg) translateX(50%)}}.b-skewed-rounded-image__left-top-corner,.b-skewed-rounded-image__left-bottom-corner,.b-skewed-rounded-image__right-top-corner,.b-skewed-rounded-image__right-bottom-corner{position:absolute;z-index:2}.b-skewed-rounded-image__left-top-corner,.b-skewed-rounded-image__left-bottom-corner{left:0}.b-skewed-rounded-image__right-top-corner,.b-skewed-rounded-image__left-top-corner{top:0}.b-skewed-rounded-image__right-bottom-corner,.b-skewed-rounded-image__left-bottom-corner{bottom:0}.b-skewed-rounded-image__right-top-corner{top:2px;left:-12px;transform-origin:center;transform:scale(1.5)}.b-skewed-rounded-image__right-bottom-corner{bottom:2px;left:-12px;transform-origin:center;transform:scale(1.5)}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-support-exploitation-icon-text{padding-bottom:100px}@media(max-width: 1024px){.b-support-exploitation-icon-text{padding-bottom:50px}}.b-support-exploitation-icon-text__h2{margin-bottom:50px;max-width:1025px}.b-support-exploitation-icon-text__h2--with-desc{margin-bottom:24px}@media(max-width: 768px){.b-support-exploitation-icon-text__h2{margin-bottom:35px}.b-support-exploitation-icon-text__h2--with-desc{margin-bottom:15px}}.b-support-exploitation-icon-text__subtitle{margin-bottom:40px;font-size:20px;font-weight:600}@media(max-width: 768px){.b-support-exploitation-icon-text__subtitle{font-size:16px;margin-bottom:20px}}.b-support-exploitation-icon-text__line{padding:20px;margin-bottom:100px;background-color:#f5f6fa;display:flex;justify-content:center;align-items:center;border-radius:10px}.b-support-exploitation-icon-text__line img{width:54px;height:54px;margin-right:10px}@media(max-width: 768px){.b-support-exploitation-icon-text__line{margin-bottom:50px}.b-support-exploitation-icon-text__line img{width:40px;height:40px}}.b-support-exploitation-icon-text__line-text{max-width:729px;width:100%;text-align:center;font-size:18px;line-height:120%}@media(max-width: 768px){.b-support-exploitation-icon-text__line-text{font-size:16px}}@media(max-width: 475px){.b-support-exploitation-icon-text__line-text{text-align:left}}.b-support-exploitation-icon-text__img img{max-width:none}@media(max-width: 768px){.b-support-exploitation-icon-text__img img{width:60px}}.b-support-exploitation-icon-text__list{display:flex}@media(max-width: 768px){.b-support-exploitation-icon-text__list{flex-direction:column}}.b-support-exploitation-icon-text__list--col-3{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:40px}@media(max-width: 1280px){.b-support-exploitation-icon-text__list--col-3{grid-template-columns:1fr 1fr;grid-gap:30px}}@media(max-width: 768px){.b-support-exploitation-icon-text__list--col-3{grid-template-columns:1fr;grid-gap:20px}}.b-support-exploitation-icon-text--gray .b-support-exploitation-icon-text__list-item{width:calc((100% - 40px) / 2);border-radius:10px;background-color:#f5f6fa;padding:20px 30px 20px}@media(max-width: 768px){.b-support-exploitation-icon-text--gray .b-support-exploitation-icon-text__list-item{width:100%}}.b-support-exploitation-icon-text--gray .b-support-exploitation-icon-text__img{margin-bottom:18px}@media(max-width: 768px){.b-support-exploitation-icon-text--gray .b-support-exploitation-icon-text__img{margin-bottom:15px}}.b-support-exploitation-icon-text--gray .b-support-exploitation-icon-text__text{font-size:18px;line-height:27px}.b-support-exploitation-icon-text--gray .b-support-exploitation-icon-text__text .bold{font-weight:700}.b-support-exploitation-icon-text--col-2 .b-support-exploitation-icon-text__list-item{display:flex;flex-direction:column;margin-right:40px}.b-support-exploitation-icon-text--col-2 .b-support-exploitation-icon-text__list-item:last-child{margin-right:0}@media(max-width: 768px){.b-support-exploitation-icon-text--col-2 .b-support-exploitation-icon-text__list-item{margin-right:0;margin-bottom:25px}.b-support-exploitation-icon-text--col-2 .b-support-exploitation-icon-text__list-item:last-child{margin-bottom:0}}.b-support-exploitation-icon-text--col-2 .b-support-exploitation-icon-text__img{margin-bottom:18px}@media(max-width: 768px){.b-support-exploitation-icon-text--col-2 .b-support-exploitation-icon-text__img{margin-bottom:15px}}.b-support-exploitation-icon-text--col-2 .b-support-exploitation-icon-text__text{font-size:18px;line-height:27px}.b-support-exploitation-icon-text--col-2 .b-support-exploitation-icon-text__text .bold{font-weight:700}.b-support-exploitation-icon-text--col-3 .b-support-exploitation-icon-text__list-item{display:flex;flex-direction:column;margin-right:40px}.b-support-exploitation-icon-text--col-3 .b-support-exploitation-icon-text__list-item:last-child{margin-right:0}@media(max-width: 768px){.b-support-exploitation-icon-text--col-3 .b-support-exploitation-icon-text__list-item{margin-right:0;margin-bottom:25px}.b-support-exploitation-icon-text--col-3 .b-support-exploitation-icon-text__list-item:last-child{margin-bottom:0}}.b-support-exploitation-icon-text--col-3 .b-support-exploitation-icon-text__img{margin-bottom:18px}@media(max-width: 768px){.b-support-exploitation-icon-text--col-3 .b-support-exploitation-icon-text__img{margin-bottom:15px}}.b-support-exploitation-icon-text--col-3 .b-support-exploitation-icon-text__text{font-size:18px;line-height:27px}.b-support-exploitation-icon-text--col-3 .b-support-exploitation-icon-text__text .bold{font-weight:700}.b-support-exploitation-icon-text--tn-check{padding-bottom:0}.b-support-exploitation-icon-text--tn-check .b-support-exploitation-icon-text__h2{font-size:44px;font-weight:700}@media(max-width: 1024px){.b-support-exploitation-icon-text--tn-check .b-support-exploitation-icon-text__h2{font-size:36px;margin-bottom:36px}.b-support-exploitation-icon-text--tn-check .b-support-exploitation-icon-text__list{flex-direction:column}.b-support-exploitation-icon-text--tn-check .b-support-exploitation-icon-text__list-item{flex-direction:row;align-items:center;gap:20px;margin-bottom:28px}.b-support-exploitation-icon-text--tn-check .b-support-exploitation-icon-text__img{margin-bottom:0;width:60px}.b-support-exploitation-icon-text--tn-check .b-support-exploitation-icon-text__img img{width:100%}}@media(max-width: 768px){.b-support-exploitation-icon-text--tn-check .b-support-exploitation-icon-text__h2{font-size:24px;margin-bottom:24px}.b-support-exploitation-icon-text--tn-check .b-support-exploitation-icon-text__list-item{margin-bottom:23px}}.b-support-exploitation-icon-text--stages{padding-top:100px;padding-bottom:50px}@media(max-width: 1024px){.b-support-exploitation-icon-text--stages{padding-top:50px}}.b-support-exploitation-icon-text--stages .b-support-exploitation-icon-text__list{flex-wrap:wrap}.b-support-exploitation-icon-text--stages .b-support-exploitation-icon-text__list-item{display:flex;margin-right:60px;width:calc(50% - 30px);margin-bottom:49px}.b-support-exploitation-icon-text--stages .b-support-exploitation-icon-text__list-item--1{order:1}.b-support-exploitation-icon-text--stages .b-support-exploitation-icon-text__list-item--2{order:3}.b-support-exploitation-icon-text--stages .b-support-exploitation-icon-text__list-item--3{order:2;margin-right:0}.b-support-exploitation-icon-text--stages .b-support-exploitation-icon-text__list-item--4{order:4;margin-right:0}@media(max-width: 768px){.b-support-exploitation-icon-text--stages .b-support-exploitation-icon-text__list-item{margin-right:0;margin-bottom:25px;width:100%}.b-support-exploitation-icon-text--stages .b-support-exploitation-icon-text__list-item:last-child{margin-bottom:0}.b-support-exploitation-icon-text--stages .b-support-exploitation-icon-text__list-item--2{order:2}.b-support-exploitation-icon-text--stages .b-support-exploitation-icon-text__list-item--3{order:3}}.b-support-exploitation-icon-text--stages .b-support-exploitation-icon-text__img{margin-right:30px}@media(max-width: 475px){.b-support-exploitation-icon-text--stages .b-support-exploitation-icon-text__img{margin-right:20px}}.b-support-exploitation-icon-text--stages .b-support-exploitation-icon-text__title{font-size:18px;line-height:23px;font-weight:600;margin-bottom:12px;max-width:240px}@media(max-width: 768px){.b-support-exploitation-icon-text--stages .b-support-exploitation-icon-text__title{max-width:none}}.b-support-exploitation-icon-text--stages .b-support-exploitation-icon-text__text{font-size:16px;line-height:20px}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-support-picture-with-list{padding-bottom:100px}@media(max-width: 1024px){.b-support-picture-with-list{padding-bottom:50px}}@media(max-width: 475px){.b-support-picture-with-list{padding-bottom:0}}.b-support-picture-with-list__title{margin:0 0 35px;max-width:730px}.b-support-picture-with-list__block{display:flex;margin-bottom:76px}.b-support-picture-with-list__block:last-child{margin-bottom:0}.b-support-picture-with-list__block--image-left .b-support-picture-with-list__img{margin-right:56px}@media(max-width: 768px){.b-support-picture-with-list__block--image-left .b-support-picture-with-list__img{margin-right:0}}.b-support-picture-with-list__block--image-right .b-support-picture-with-list__img{margin-left:56px}@media(max-width: 768px){.b-support-picture-with-list__block--image-right .b-support-picture-with-list__img{margin-left:0;margin-bottom:40px}}.b-support-picture-with-list__block--image-right .b-support-picture-with-list__note{margin-bottom:0}@media(max-width: 1024px){.b-support-picture-with-list__block{margin-bottom:40px}}@media(max-width: 768px){.b-support-picture-with-list__block{margin-bottom:40px;flex-direction:column;align-items:center}.b-support-picture-with-list__block--image-right{flex-direction:column-reverse}}.b-support-picture-with-list__img{display:flex;align-items:center}@media(max-width: 768px){.b-support-picture-with-list__img{max-width:450px}}.b-support-picture-with-list__content{max-width:50%;width:100%}@media(max-width: 768px){.b-support-picture-with-list__content{max-width:unset}}.b-support-picture-with-list__note{padding:5px 0;overflow:hidden;border-radius:10px;margin:40px 0;background-color:#f5f6fa;font-weight:700}.b-support-picture-with-list__note-wrap{border-left:2px solid #e72430;padding:15px 20px}.b-support-picture-with-list__list-title{font-size:20px;font-weight:600;margin-bottom:30px}.b-support-picture-with-list__list li{font-size:18px}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-text-with-image-and-attention{display:flex;justify-content:space-between;align-items:center;color:#1f1f1f}.b-text-with-image-and-attention--another-way{flex-direction:row-reverse}@media screen and (max-width: 970px){.b-text-with-image-and-attention{flex-direction:column}}.b-text-with-image-and-attention__main{width:calc(58% - 50px)}.b-text-with-image-and-attention__main--free-use{width:43%}@media screen and (max-width: 970px){.b-text-with-image-and-attention__main{width:100%}}.b-text-with-image-and-attention__title{margin:0 0 40px}@media screen and (max-width: 970px){.b-text-with-image-and-attention__title{margin-bottom:20px}}.b-text-with-image-and-attention__text{margin:0;font-size:18px;line-height:150%}.b-text-with-image-and-attention__list{margin:30px 0 40px;padding:0}.b-text-with-image-and-attention__li{display:flex;align-items:center;margin-bottom:20px;padding:0;list-style-type:none;font-size:16px;line-height:130%}.b-text-with-image-and-attention__li-i{margin-right:20px;font-weight:700;font-size:18px;line-height:150%}.b-text-with-image-and-attention__li-i--red{color:#e72430}.b-text-with-image-and-attention__attention{margin-top:20px;padding:30px 20px;border-left:2px solid #e72430;border-radius:0 10px 10px 0;font-size:18px;line-height:150%;background-color:#f5f6fa}.b-text-with-image-and-attention__attention--free-use{overflow:hidden;position:relative;border-left:none;border-radius:10px;font-size:16px;background-color:#fff}.b-text-with-image-and-attention__attention--free-use::after{content:"";position:absolute;top:0;left:0;width:2px;height:100%;background-color:#e72430}.b-text-with-image-and-attention__image-container{display:flex;width:42%}.b-text-with-image-and-attention__image-container--shadow{position:relative}.b-text-with-image-and-attention__image-container--shadow::after{content:"";position:absolute;bottom:20px;right:5%;max-width:368px;width:90%;height:12px;border-radius:50%;background:#e6e6e6;filter:blur(8.5px)}@media screen and (max-width: 970px){.b-text-with-image-and-attention__image-container--shadow::after{margin-left:auto;margin-right:auto;left:0;right:0;text-align:center;transform:translateX(30px)}}@media screen and (max-width: 480px){.b-text-with-image-and-attention__image-container--shadow::after{width:70%}}.b-text-with-image-and-attention__image-container--free-use{width:calc(57% - 50px)}@media screen and (max-width: 970px){.b-text-with-image-and-attention__image-container{width:100%;margin-top:30px}}.b-text-with-image-and-attention__image{max-width:100%}@media screen and (max-width: 970px){.b-text-with-image-and-attention__image{margin:0 auto}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-text-with-image-and-list{display:flex;justify-content:space-between;align-items:center;color:#1f1f1f}.b-text-with-image-and-list--row-reverse{flex-direction:row-reverse}@media screen and (max-width: 970px){.b-text-with-image-and-list{flex-direction:column}}.b-text-with-image-and-list__main{width:48%}@media screen and (max-width: 970px){.b-text-with-image-and-list__main{width:100%}}.b-text-with-image-and-list__title{margin-top:0;margin-bottom:50px}@media screen and (max-width: 970px){.b-text-with-image-and-list__title{margin-bottom:30px}}.b-text-with-image-and-list__list{margin:0;padding:0}.b-text-with-image-and-list__li{position:relative;margin:0 0 16px;padding-left:45px;font-size:18px;line-height:150%;list-style-type:none}@media screen and (max-width: 480px){.b-text-with-image-and-list__li{padding-left:35px}}.b-text-with-image-and-list__li::after{content:"";position:absolute;top:1px;left:0;width:22px;height:22px;border-radius:5px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAKCAYAAACE2W/HAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACISURBVHgBpdC7DYNAEATQ2TPmcLbiHFtuxRW4BJuOKIFOKIESEBwpARkBYhEBEkL8Tkz+VrNDcEwVmF/fo1GuSAQJPEdktZEyMP9rKGdmZzSm0GFs9TNbO7BbLwez9cNsiY9+ogl7vkpBCt2j+9zb23dcTwjRq62TTTjHRMQCvPfQem1t0jOTD//cQhYp0KIKAAAAAElFTkSuQmCC);background-position:center;background-repeat:no-repeat;background-color:#fff}.b-text-with-image-and-list__image-container{width:48%}@media screen and (max-width: 970px){.b-text-with-image-and-list__image-container{width:100%}}.b-text-with-image-and-list__image{display:block;max-width:100%}.b-text-with-image-and-list__image--pluses{margin-right:0;margin-left:auto}@media screen and (max-width: 970px){.b-text-with-image-and-list__image{margin:0 auto}}.b-text-with-image-and-list__attention{overflow:hidden;position:relative;width:100%;margin-top:20px;padding:15px 15px 15px 20px;border-radius:10px;background-color:#fff}.b-text-with-image-and-list__attention--pluses{max-width:532px;margin-right:0;margin-left:auto}.b-text-with-image-and-list__attention::after{content:"";position:absolute;top:0;left:0;width:2px;height:100%;background-color:#e72430}@media screen and (max-width: 970px){.b-text-with-image-and-list__attention{margin:0 auto}.b-text-with-image-and-list__attention--pluses{max-width:initial}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-system-approach-in-block{display:flex;flex-flow:nowrap}.b-system-approach-in-block__left{width:63.25%;padding-right:20%;border-radius:10px;position:relative;overflow:hidden}.b-system-approach-in-block__img{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;flex-direction:row-reverse}.b-system-approach-in-block__img img{width:auto;height:100%;object-fit:cover}.b-system-approach-in-block__desc{padding:40px 40px 30px;border-radius:10px;background:#f5f6fa;min-height:414px;position:relative}.b-system-approach-in-block__desc p{font-size:20px;font-weight:600;line-height:120%;margin-top:0;margin-bottom:18px}.b-system-approach-in-block__desc p:first-of-type{margin-bottom:32px}.b-system-approach-in-block__desc ul{list-style:none;padding:0;margin:0}.b-system-approach-in-block__desc ul li{font-size:18px;font-weight:400;line-height:130%;border-radius:10px;padding:8px 12px;background:#e1e5ee;display:inline-block}.b-system-approach-in-block__right{width:36.75%;padding-left:20px;display:flex;flex-flow:column}.b-system-approach-in-block__sect{background:#f5f6fa;border-radius:10px;padding:40px;height:calc(50% - 10px);margin-bottom:0;display:flex;flex-flow:column;justify-content:space-between}@media screen and (max-width: 768px){.b-system-approach-in-block__sect{padding:30px}}.b-system-approach-in-block__sect--black{background:#414e60;color:#f5f6fa}.b-system-approach-in-block__sect:first-of-type{margin-bottom:20px}.b-system-approach-in-block__sect-num{font-size:34px;font-weight:700;line-height:120%}@media screen and (max-width: 768px){.b-system-approach-in-block__sect-num{font-size:28px}}.b-system-approach-in-block__sect-text{font-size:20px;font-weight:400;line-height:120%}@media screen and (max-width: 768px){.b-system-approach-in-block__sect-text{font-size:18px}}@media(max-width: 960px){.b-system-approach-in-block{display:flex;flex-flow:column}.b-system-approach-in-block__left,.b-system-approach-in-block__right{width:100%}.b-system-approach-in-block__left{margin-bottom:20px}.b-system-approach-in-block__right{padding-left:0;flex-flow:nowrap}.b-system-approach-in-block__sect{width:calc(50% - 10px)}.b-system-approach-in-block__sect:first-of-type{margin-bottom:20px;margin-right:20px}.b-system-approach-in-block__desc{padding:30px 30px 20px;border-radius:10px;background:#f5f6fa;min-height:314px}.b-system-approach-in-block__desc p{font-size:18px;margin-bottom:16px}.b-system-approach-in-block__desc p:first-of-type{margin-bottom:28px}.b-system-approach-in-block__desc ul li{font-size:16px}}@media(max-width: 768px){.b-system-approach-in-block__left{padding-right:0;background-size:0}.b-system-approach-in-block__right{padding-left:0;flex-flow:column}.b-system-approach-in-block__sect{width:100%}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-system-banner__item{position:relative;display:flex}.b-system-banner__wrap{border-radius:10px;transform:translateY(0);transition:transform .3s;border:1px solid #e1e5ee;height:100%;color:#1f1f1f;display:flex;flex-direction:column}.b-system-banner__item:hover .b-system-banner__wrap{transform:translateY(-10px)}.b-system-banner__content{padding:20px}.b-system-banner__content--max-width{max-width:calc(100% - 56px)}.b-system-banner__title{font-size:24px;font-weight:700}.b-system-banner__link{margin-top:15px;display:flex;color:#e72430}.b-system-banner__link svg{margin-left:5px}.b-system-banner__link-button{position:absolute;top:20px;right:20px}.b-system-banner__desc{font-size:14px;font-weight:400;color:#676b77;margin-top:10px}.b-system-banner__img{text-align:center;margin-top:auto}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-system-docs{background:#fefefe;padding:24px 32px;border-radius:10px}.b-system-docs__head{display:block;padding-left:104px;background-position:left top;background-repeat:no-repeat;margin-bottom:24px}@media screen and (max-width: 640px){.b-system-docs__head{padding-left:0;padding-top:85px}}.b-system-docs__title{margin-top:0;font-size:24px;font-weight:700;line-height:130%;margin-bottom:12px}@media screen and (max-width: 768px){.b-system-docs__title{font-size:20px}}@media screen and (max-width: 640px){.b-system-docs__title{font-size:16px;font-weight:600}}.b-system-docs__container{display:flex}@media screen and (max-width: 768px){.b-system-docs__container{flex-direction:column}}.b-system-docs__desc p{margin-top:0;margin-bottom:16px;font-size:18px;font-weight:400;line-height:130%;letter-spacing:0%}.b-system-docs__desc p:last-child{margin-bottom:0}@media screen and (max-width: 768px){.b-system-docs__desc p{font-size:16px}}@media screen and (max-width: 640px){.b-system-docs__desc p{font-size:14px}}.b-system-docs__docs{margin-bottom:30px}.b-system-docs__doc{display:flex;padding:20px;background-color:#fff;border-radius:10px;color:#000;position:relative;border:1px solid #e1e5ee}.b-system-docs__doc:last-child{margin-bottom:0}.b-system-docs__doc.js-mouseenter[data-aos].aos-animate{box-shadow:0 20px 85px rgba(141,148,177,.15);transform:translateY(-10px);transition:transform .4s;transition-delay:0}@media(max-width: 760px){.b-system-docs__doc.js-mouseenter[data-aos].aos-animate{transform:translateY(0);box-shadow:unset}}.b-system-docs__doc.js-mouseleave[data-aos].aos-animate{transform:translateY(0);transition:transform .4s;transition-delay:0}.b-system-docs__doc-img{margin-right:16px;width:calc(100% * 101 / 370);max-width:101px}.b-system-docs__doc-list{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}@media screen and (max-width: 1023px){.b-system-docs__doc-list{grid-template-columns:1fr 1fr}}@media screen and (max-width: 640px){.b-system-docs__doc-list{grid-template-columns:1fr}}.b-system-docs__doc-content{display:flex;flex-direction:column;justify-content:space-between;width:calc(100% * 269 / 370)}.b-system-docs__doc-title{font-size:16px;font-weight:600;line-height:120%;margin-bottom:4px}.b-system-docs__doc-text{color:#9497a3;font-size:12px;font-weight:400;line-height:130%;margin-bottom:10px}.b-system-docs__doc-size{font-weight:400;font-size:14px;line-height:120%;color:#9497a3}.b-system-docs__doc-download{display:block;position:absolute;color:#1f1f1f;font-size:14px;font-weight:600;line-height:130%;bottom:20px;right:39px}.b-system-docs__doc-download::after{position:absolute;content:"";pointer-events:none;width:18px;height:18px;background:url(/img/layout/arrow-right-gray.svg) center no-repeat;top:0;right:-20px}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-system-faq-in-block__items{display:grid;grid-gap:20px}.b-system-faq-in-block__item{background:#f5f6fa;border-radius:10px;padding:24px 20px 0}.b-system-faq-in-block__question{font-size:20px;font-weight:600;line-height:120%;margin-bottom:20px;position:relative;cursor:pointer;padding-right:30px}.b-system-faq-in-block__question::after{position:absolute;top:-5px;right:0;content:"";background-image:url("/img/system/arrow-faq.svg");background-position:center;background-repeat:no-repeat;width:32px;height:32px;transform:rotate(180deg);transition:.25s}@media screen and (max-width: 560px){.b-system-faq-in-block__question{font-size:18px}}.open .b-system-faq-in-block__question::after{transform:rotate(0deg)}.b-system-faq-in-block__answer{display:none;padding-top:20px;padding-bottom:20px;border-top:1px solid #e1e5ee}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-system-functional-purpose__blocks{display:grid;gap:24px;grid-template-columns:repeat(12, 1fr);grid-template-areas:"A A A A A A B B B C C C" "D D D D E E E E F F F F" "J J J J J J J J J J J J"}@media screen and (max-width: 768px){.b-system-functional-purpose__blocks{gap:15px}}.b-system-functional-purpose__blocks-item{padding:32px;min-height:226px;background:#fefefe;border-radius:10px;display:flex;flex-flow:column;justify-content:space-between}@media screen and (max-width: 768px){.b-system-functional-purpose__blocks-item{padding:20px}}.b-system-functional-purpose__blocks-item--black{background:#414e60;color:#f5f6fa}.b-system-functional-purpose__blocks-item-name{font-size:24px;font-weight:700;line-height:120%}@media screen and (max-width: 768px){.b-system-functional-purpose__blocks-item-name{font-size:20px;margin-bottom:10px}}.b-system-functional-purpose__blocks-item-text{font-size:18px;font-weight:400;line-height:130%}@media screen and (max-width: 768px){.b-system-functional-purpose__blocks-item-text{font-size:16px}}.b-system-functional-purpose__blocks-item:nth-child(6n+1){grid-area:A}.b-system-functional-purpose__blocks-item:nth-child(6n+2){grid-area:B}.b-system-functional-purpose__blocks-item:nth-child(6n+3){grid-area:C}.b-system-functional-purpose__blocks-item:nth-child(6n+4){grid-area:D}.b-system-functional-purpose__blocks-item:nth-child(6n+5){grid-area:E}.b-system-functional-purpose__blocks-item:nth-child(6n){grid-area:F}.b-system-functional-purpose__blocks-item:nth-child(7n){grid-area:J}.b-system-functional-purpose__els{padding:64px 0 0}.b-system-functional-purpose__els-title{font-size:24px;font-weight:800;line-height:130%}.b-system-functional-purpose__els-list{display:grid;gap:24px;grid-template-columns:repeat(4, 1fr);margin:24px 0 18px}@media screen and (max-width: 768px){.b-system-functional-purpose__els-list{gap:15px}}.b-system-functional-purpose__els-item{padding:40px;background:#fefefe;border-radius:10px;position:relative;overflow:hidden;color:#1f1f1f}.b-system-functional-purpose__els-item-img{width:100%;margin-bottom:21px;display:flex;align-items:center;justify-content:center;height:202px}@media screen and (max-width: 768px){.b-system-functional-purpose__els-item-img{height:120px}}.b-system-functional-purpose__els-item-img img{max-height:100%}.b-system-functional-purpose__els-item-name{font-size:18px;font-weight:600;line-height:130%;word-break:break-word}.b-system-functional-purpose__els-item.js-mouseenter[data-aos].aos-animate{box-shadow:0 20px 85px rgba(141,148,177,.15);transform:translateY(-20px);transition:transform .4s;transition-delay:0}@media(max-width: 760px){.b-system-functional-purpose__els-item.js-mouseenter[data-aos].aos-animate{transform:translateY(0);box-shadow:unset}}.b-system-functional-purpose__els-item.js-mouseleave[data-aos].aos-animate{transform:translateY(0);transition:transform .4s;transition-delay:0}.b-system-functional-purpose__text{font-size:18px;font-weight:400;line-height:130%}@media screen and (max-width: 768px){.b-system-functional-purpose__text{font-size:16px}}@media screen and (max-width: 640px){.b-system-functional-purpose__text{font-size:14px}}@media(max-width: 1024px){.b-system-functional-purpose__blocks{grid-template-columns:repeat(2, 1fr);grid-template-areas:"A B" "C D" "E F"}.b-system-functional-purpose__els-list{grid-template-columns:repeat(3, 1fr)}}@media(max-width: 768px){.b-system-functional-purpose__blocks{grid-template-columns:repeat(1, 1fr);grid-template-areas:unset}.b-system-functional-purpose__blocks-item{min-height:126px;grid-area:unset !important}.b-system-functional-purpose__els-list{grid-template-columns:repeat(2, 1fr)}.b-system-functional-purpose__els-item{padding:32px}.b-system-functional-purpose__els-item-name{font-size:16px}}@media(max-width: 580px){.b-system-functional-purpose__els-item{padding:20px}.b-system-functional-purpose__els-item-name{font-size:14px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-system-integrate-slider-with-list__wrapper{padding-bottom:30px;display:flex;justify-content:space-between;align-items:flex-start}@media(max-width: 800px){.b-system-integrate-slider-with-list__wrapper{flex-direction:column}}.b-system-integrate-slider-with-list__left{width:calc(100% * 562 / 1200);margin-right:calc(100% * 39 / 1200);position:relative;overflow:hidden;background-color:#f5f6fa;padding:32px;border-radius:10px}@media(max-width: 800px){.b-system-integrate-slider-with-list__left{width:100%;margin-right:0;margin-bottom:30px}}.b-system-integrate-slider-with-list__right{width:calc(100% * 599 / 1200)}@media(max-width: 800px){.b-system-integrate-slider-with-list__right{width:100%}}.b-system-integrate-slider-with-list__title{font-weight:800;font-size:34px;margin-top:0}@media(max-width: 560px){.b-system-integrate-slider-with-list__title{font-size:24px}}.b-system-integrate-slider-with-list__top-arrows{display:block;position:absolute;top:35px;right:32px;width:100px;height:44px}.b-system-integrate-slider-with-list__slider-item-icon{height:50px;background-position:left center;background-repeat:no-repeat;margin-bottom:24px}.b-system-integrate-slider-with-list__button{width:44px;height:44px;display:flex;background:#fff;border:1px solid #e1e5ee;box-sizing:border-box;border-radius:10px;justify-content:center;align-items:center;cursor:pointer;outline:none}.b-system-integrate-slider-with-list__button::before{content:"";border:solid #1f1f1f;border-width:0 2px 2px 0;transform:rotate(-45deg);padding:5px;margin-right:3px}.b-system-integrate-slider-with-list__button::after{display:none}.b-system-integrate-slider-with-list__button--next{right:0}.b-system-integrate-slider-with-list__button--prev{left:0}.b-system-integrate-slider-with-list__button--prev::before{transform:rotate(135deg);margin-right:-3px}.b-system-integrate-slider-with-list__button--next.swiper-button-disabled,.b-system-integrate-slider-with-list__button--prev.swiper-button-disabled{opacity:1}.b-system-integrate-slider-with-list__button--next.swiper-button-disabled::before,.b-system-integrate-slider-with-list__button--prev.swiper-button-disabled::before{border-color:#babeca}.b-system-integrate-slider-with-list__item{background-color:#f5f6fa;margin-bottom:20px;color:#1d1d1b;border-radius:10px;padding:24px 24px 7px}.b-system-integrate-slider-with-list__item:last-of-type{margin-bottom:0}.b-system-integrate-slider-with-list__item.open .b-system-integrate-slider-with-list__item-header::after{background:url(/img/directions/minus.svg) center no-repeat}.b-system-integrate-slider-with-list__item-header{display:flex;align-items:center;cursor:pointer;position:relative;padding-bottom:17px}.b-system-integrate-slider-with-list__item-header::after{top:15px;transform:translateY(-50%);right:0;position:absolute;content:"";background:url(/img/directions/plus.svg) center no-repeat;width:32px;height:32px;transition:.2s}@media(max-width: 560px){.b-system-integrate-slider-with-list__item-header{padding-bottom:15px;padding-right:45px;line-height:24px}}@media(max-width: 489px){.b-system-integrate-slider-with-list__item-header{flex-flow:column;align-items:center}}.b-system-integrate-slider-with-list__item-title{width:100%;padding-right:30px;font-weight:600;font-size:20px;line-height:31px}@media(max-width: 560px){.b-system-integrate-slider-with-list__item-title{font-size:18px}}.b-system-integrate-slider-with-list__numeric{padding-right:20px;color:#e72430}.b-system-integrate-slider-with-list__item-content{display:none;padding-bottom:26px;border-top:1px solid #e1e5ee}.b-system-integrate-slider-with-list__item-content ul{padding-left:20px}.b-system-integrate-slider-with-list__item-content li{list-style-type:none;position:relative}.b-system-integrate-slider-with-list__item-content li::before{background-color:#e72430;content:"";width:8px;height:8px;border-radius:4px;left:-20px;position:absolute;top:8px}.b-system-integrate-slider-with-list__image{margin-top:200px}.b-system-integrate-slider-with-list__content{margin-top:25px}.b-system-integrate-slider-with-list--audit .b-system-integrate-slider-with-list__title{white-space:nowrap}@media(max-width: 1240px){.b-system-integrate-slider-with-list--audit .b-system-integrate-slider-with-list__title{white-space:initial}}.b-system-integrate-slider-with-list--audit .b-system-integrate-slider-with-list__image{margin-top:10px}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-system-page-bottom{display:flex;justify-content:space-between;flex-wrap:wrap;padding:100px 0 0}.b-system-page-bottom__head{width:100%}.b-system-page-bottom__faq{width:100%;margin:0 0 100px}@media screen and (max-width: 980px){.b-system-page-bottom__faq{margin:0 0 60px}}@media screen and (max-width: 560px){.b-system-page-bottom__faq{margin:0 0 30px}}.b-system-page-bottom__approach{width:100%;margin:24px 0 100px}@media screen and (max-width: 980px){.b-system-page-bottom__approach{margin:15px 0 60px}}@media screen and (max-width: 560px){.b-system-page-bottom__approach{margin:15px 0 30px}}.b-system-page-bottom__subtitle{max-width:373px;font-size:16px;font-weight:400;color:#676b77;margin:15px 0 30px}.b-system-page-bottom__banner{flex:1;display:grid;grid-gap:20px;grid-template-columns:repeat(4, 1fr);margin:0 0 100px}@media screen and (max-width: 1280px){.b-system-page-bottom__banner{grid-template-columns:repeat(3, 1fr)}}@media screen and (max-width: 980px){.b-system-page-bottom__banner{max-width:100%;grid-template-columns:1fr 1fr;margin:0 0 60px}}@media screen and (max-width: 560px){.b-system-page-bottom__banner{grid-template-columns:1fr;margin:0 0 30px}}@media screen and (max-width: 980px){.b-system-page-bottom{flex-direction:column;padding:60px 0 0}}@media screen and (max-width: 560px){.b-system-page-bottom{grid-template-columns:1fr;padding:30px 0 0}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-system-page{display:flex;flex-wrap:wrap}.b-system-page__item{display:flex;width:calc((100% - 90px) / 4);margin:0 30px 30px 0}.b-system-page__item-wrap{display:flex;padding:0 30px 33px;width:100%;position:relative;flex-direction:column;justify-content:flex-end;background:#fff;border-radius:10px}.b-system-page__item-wrap::after{content:"";display:block;width:23px;height:13px;background:url(/img/main/arrow-right-long.svg);margin-left:5px;position:absolute;bottom:36px;right:33px;background-size:cover}@media(max-width: 760px){.b-system-page__item-wrap::after{display:none}}@media(max-width: 760px){.b-system-page__item-wrap{flex-direction:row;justify-content:flex-start;align-items:center;padding:0 0 0 10px;min-height:80px}}@media(min-width: 970px){.b-system-page__item:nth-child(4n){margin-right:0}}@media(max-width: 970px)and (min-width: 760px){.b-system-page__item:nth-child(3n){margin-right:0}}@media(max-width: 970px){.b-system-page__item{width:calc((100% - 60px) / 3)}}@media(max-width: 760px){.b-system-page__item{width:100%;margin:0 0 10px}}@media(max-width: 760px){.b-system-page__content{padding:21px 0 21px 20px}}.b-system-page__img{padding-top:20px}@media(max-width: 760px){.b-system-page__img{width:95px;min-width:95px;text-align:center;padding-top:5px}}.b-system-page__item.js-mouseenter[data-aos].aos-animate .b-system-page__item-wrap{box-shadow:0 20px 85px rgba(141,148,177,.15);transform:translateY(-20px);transition:transform .4s;transition-delay:0}@media(max-width: 760px){.b-system-page__item.js-mouseenter[data-aos].aos-animate .b-system-page__item-wrap{transform:translateY(0);box-shadow:unset}}.b-system-page__item.js-mouseleave[data-aos].aos-animate .b-system-page__item-wrap{transform:translateY(0);transition:transform .4s;transition-delay:0}.b-system-page__title{margin:20px 0 35px;font-weight:600;font-size:20px;line-height:120%;color:#000}@media(max-width: 760px){.b-system-page__title{font-size:16px;margin:0}}.b-system-page__count{color:#676b77;font-size:16px;line-height:130%;font-weight:normal}.b-system-page__item.js-mouseenter .b-system-page__count{color:#e72430}@media(max-width: 760px){.b-system-page__item[data-aos][data-aos].aos-animate{transition-delay:.2s}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-system-popup{background-color:#fff;padding-top:30px;display:none;margin:0 auto;max-width:1190px;max-height:100vh;border-radius:10px;position:relative}.b-system-popup .mfp-close{top:25px;right:22px;margin:0}.b-system-popup__wrap-content{background-color:#fff;padding-bottom:50px;margin-top:25px;padding-left:40px;padding-right:40px;border-radius:10px}.b-system-popup__wrap-content.ps-container.ps-theme-default{padding-left:80px;padding-right:90px;margin-right:30px;overflow-y:scroll;position:relative;max-height:calc(100vh - 100px)}.b-system-popup__title{font-size:34px;font-weight:800;line-height:40.8px;margin-bottom:15px}.b-system-popup__description{font-size:18px;line-height:27px;margin-bottom:32px;max-width:800px}.b-system-popup__container{display:flex;justify-content:space-between}.b-system-popup__img-wrapper{display:flex;justify-content:center;outline:none;text-align:center;border-radius:10px;flex:1;border:1px solid #e1e5ee}.b-system-popup__img-wrapper::before{content:"";display:block;top:0}.b-system-popup__img-inner-wrapper{display:flex;justify-content:center;align-items:center;margin-top:10px;position:relative;width:100%;padding-bottom:30px}.b-system-popup__desc{position:relative;color:#000;font:400 14px/20px ProximaNova;flex:1;margin-left:30px;display:flex;flex-direction:column;justify-content:space-between}.b-system-popup__desc strong{font-weight:700}.b-system-popup__desc p{margin:0;padding:0}.b-system-popup__desc p.bmargin{margin-bottom:15px}.b-system-popup__alternate-products-title{font-weight:600;font-size:18px;line-height:130%;padding-bottom:15px}.b-system-popup__alternate-products-wrapper{overflow-y:scroll;position:relative;margin-bottom:20px;max-height:540px}.b-system-popup__alternate-products{padding:0;margin:0;list-style:none;font:normal 400 14px/18px ProximaNova;color:#0a0a0a;font-weight:bold}.b-system-popup .b-detail-awards-img{bottom:15px}.b-system-popup .b-detail-line-tags-img{left:8px}.b-system-popup .b-detail-line-tags-img__item{font-size:12px;margin-bottom:10px}.b-system-popup__btn-wrap{display:flex;justify-content:flex-end;margin-top:25px}.b-system-popup__btn{padding:14px 70px 14px 40px;position:relative;text-decoration:none}.b-system-popup__btn.l-button{padding:14px 65px 14px 40px}.b-system-popup__btn::after{position:absolute;content:"";width:18px;height:18px;background:url(/img/layout/arrow-right.svg) no-repeat center;background-size:contain;right:40px;top:50%;transform:translate(0, -50%)}.b-system-popup .ps-container.ps-theme-default.ps-active-y .ps-scrollbar-y-rail{background-color:#e1e5ee;opacity:1;width:4px;border-radius:4px;right:-20px;transition:opacity .5s}.b-system-popup .ps-container.ps-theme-default.ps-active-y .ps-scrollbar-y-rail .ps-scrollbar-y{background-color:#babeca;border-radius:4px;right:0;width:100%}.b-system-popup__table-container{margin-top:32px}.b-system-popup__table-title{margin-bottom:15px;font-size:18px;line-height:120%;font-weight:400}.mfp-content .b-system-popup{display:block}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-systems-banner-slider{max-width:298px}.b-systems-banner-slider .b-systems-banner,.b-systems-banner-slider .b-info-with-button__wrap--m-t{margin:0}.b-systems-banner-slider__slide{box-sizing:border-box}.b-systems-banner-slider__nav{margin-top:50px;display:flex;align-items:center;justify-content:center}.b-systems-banner-slider__pagination{margin:0 85px;display:flex;gap:10px}.b-systems-banner-slider__pagination .swiper-pagination-bullet{width:10px;height:10px;border:1px solid #e72430;background-color:#fff;border-radius:100%;opacity:1}.b-systems-banner-slider__pagination .swiper-pagination-bullet-active{background-color:#e72430}.b-systems-banner-slider__arrow{width:19px;height:19px;background-image:url("/img/icons/arrow-down-red.svg");background-repeat:no-repeat;background-size:cover;cursor:pointer}.b-systems-banner-slider__arrow--next{transform:rotate(-90deg)}.b-systems-banner-slider__arrow--prev{transform:rotate(90deg)}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-systems-banner{margin:50px 0 50px;position:relative}.b-systems-banner__wrap{padding:9px 16px 40px;background:#414e60;border-radius:15px;overflow:hidden}.b-systems-banner--services-card .b-systems-banner__wrap{background:#fff;border:1px solid #e1e5ee}.b-systems-banner__content{color:#fff}.b-systems-banner--services-card .b-systems-banner__content{color:#0a0a0a}.b-systems-banner__title{font-size:18px;font-weight:700;margin:10px 0 8px;line-height:normal}.b-systems-banner--text-center .b-systems-banner__title{text-align:center}.b-systems-banner--services-card .b-systems-banner__title{font-weight:600}.b-systems-banner__subtitle{font-size:14px}.b-systems-banner__text{margin-top:12px;font-size:12px;line-height:17px;font-weight:500;color:#babeca}.b-systems-banner__text ul{margin-top:5px}.b-systems-banner__text li{margin-bottom:0;line-height:1.1}.b-systems-banner--services-card .b-systems-banner__text{color:#676b77;font-size:14px;line-height:130%}.b-systems-banner--bim .b-systems-banner__text{color:#fff;margin-top:5px}.b-systems-banner__link{padding:0 16px;position:absolute;bottom:-25px;width:100%;display:flex;justify-content:center}.b-systems-banner__link a{width:100%;max-width:350px}.b-systems-banner__new{position:absolute;left:0;top:14px;border-radius:0 5px 5px 0;padding:4px 6px;font-size:14px;line-height:130%;color:#fff;background-color:#e72430}.b-systems-banner__img{display:flex;justify-content:center}.b-systems-banner--bim .b-systems-banner__img{margin:-9px -16px 0;background:#fff}.b-systems-banner--services-card .b-systems-banner__img{margin:30px 0}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-systems-cabinet-promo{display:flex;flex-wrap:wrap;padding-top:30px;padding-bottom:100px}.b-systems-cabinet-promo__item{display:none;width:100%}.b-systems-cabinet-promo__item--active{display:flex}.b-systems-cabinet-promo__item-left{width:calc(46%)}.b-systems-cabinet-promo__item-left-img{position:relative;padding-bottom:calc(70%);width:100%;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDM1IiBoZWlnaHQ9IjM5MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCAzNTFWNDBDMCAxNy45MDkgMTcuOTA5IDAgNDAgMGgxODguNzkyYTQwLjAwMiA0MC4wMDIgMCAwMTI0LjUzNSA4LjQwOEw0MTkuNTM1IDEzNy40OUE0MCA0MCAwIDAxNDM1IDE2OS4wODFWMzUxYzAgMjIuMDkxLTE3LjkwOSA0MC00MCA0MEg0MGMtMjIuMDkxIDAtNDAtMTcuOTA5LTQwLTQweiIgZmlsbD0iI0UxRTVFRSIvPjwvc3ZnPg==);background-size:contain;background-repeat:no-repeat;background-position:left top}.b-systems-cabinet-promo__item-left-img img{height:100%;position:absolute}.b-systems-cabinet-promo__item--description .b-systems-cabinet-promo__item-left-img img{height:100%;margin:-8% 8% 8%}.b-systems-cabinet-promo__item--description .b-systems-cabinet-promo__icon--user{left:2%;top:65%}.b-systems-cabinet-promo__item--description .b-systems-cabinet-promo__icon--message-text{left:60%;top:4%}.b-systems-cabinet-promo__item--characteristics .b-systems-cabinet-promo__item-left-img img{height:74%;margin-left:2%;margin-top:6%}.b-systems-cabinet-promo__item--characteristics .b-systems-cabinet-promo__icon--user{left:22%;top:70%}.b-systems-cabinet-promo__item--characteristics .b-systems-cabinet-promo__icon--message-text{left:50%;top:4%}.b-systems-cabinet-promo__item--documents .b-systems-cabinet-promo__item-left-img img{height:110%;margin-left:3%;margin-top:-15%}.b-systems-cabinet-promo__item--calculators .b-systems-cabinet-promo__item-left-img img{height:108%;margin-left:4%;margin-top:-12%}.b-systems-cabinet-promo__item--services .b-systems-cabinet-promo__item-left-img img{height:108%;margin-left:5%;margin-top:-12%}.b-systems-cabinet-promo__item--video .b-systems-cabinet-promo__item-left-img img{height:88%;margin-left:5%;margin-top:-2%}.b-systems-cabinet-promo__item--objects .b-systems-cabinet-promo__item-left-img img{height:72%;margin-left:6%;margin-top:7%}.b-systems-cabinet-promo__item--articles .b-systems-cabinet-promo__item-left-img img,.b-systems-cabinet-promo__item--reviews .b-systems-cabinet-promo__item-left-img img{height:74%;margin-left:2%;margin-top:5%}.b-systems-cabinet-promo__item--articles .b-systems-cabinet-promo__icon--user,.b-systems-cabinet-promo__item--reviews .b-systems-cabinet-promo__icon--user{left:22%;top:70%}.b-systems-cabinet-promo__item--articles .b-systems-cabinet-promo__icon--message-text,.b-systems-cabinet-promo__item--reviews .b-systems-cabinet-promo__icon--message-text{left:50%;top:4%}.b-systems-cabinet-promo__content{width:calc(54%)}.b-systems-cabinet-promo__title{font-weight:700;font-size:24px;line-height:120%;color:#1f1f1f;margin-bottom:23px}@media(max-width: 760px){.b-systems-cabinet-promo__title{font-weight:700;font-size:24px;line-height:120%}}.b-systems-cabinet-promo__li{display:flex;padding:23px 23px 23px 71px;background:#fff;border-radius:10px;margin:10px 0;position:relative}.b-systems-cabinet-promo__li-i{position:absolute;left:30px;top:20px;color:#1f1f1f;font-weight:700;font-size:18px;line-height:150%}.b-systems-cabinet-promo__li-i--red{color:#e72430}.b-systems-cabinet-promo__btn{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:19px 40px;background:#e72430;border-radius:10px;color:#fff;font-weight:600;font-size:16px;line-height:130%;max-width:284px;cursor:pointer;margin-top:30px}.b-systems-cabinet-promo__btn:hover{color:#fff}.b-systems-cabinet-promo__icon{background-color:#fff;box-shadow:0 26px 42px #ebedf5;border-radius:28.125%;width:calc(11.6%);height:calc(16.57%);display:flex;justify-content:center;align-items:center;position:absolute}.b-systems-cabinet-promo__icon::before{content:"";display:block;width:calc(100% * 30 / 64);height:calc(100% * 30 / 64);background-size:contain}.b-systems-cabinet-promo__icon--user::before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1IDE1YTYuMjUgNi4yNSAwIDEwMC0xMi41QTYuMjUgNi4yNSAwIDAwMTUgMTV6bTAgMy4xMjVjLTYuMjYzIDAtMTEuMzYzIDQuMi0xMS4zNjMgOS4zNzUgMCAuMzUuMjc1LjYyNS42MjUuNjI1aDIxLjQ3NWMuMzUgMCAuNjI1LS4yNzUuNjI1LS42MjUgMC01LjE3NS01LjEtOS4zNzUtMTEuMzYzLTkuMzc1eiIgZmlsbD0iI0E1QTlCOCIvPjwvc3ZnPg==)}.b-systems-cabinet-promo__icon--favorites{top:69%;left:33%}.b-systems-cabinet-promo__icon--favorites::before{background-image:url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjMwIiBoZWlnaHQ9IjMwIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNS45IDcuMnYxNy42YzAgMi4zLTEuNyAzLjItMy42IDIuMWwtNi4xLTMuM2MtLjctLjQtMS43LS40LTIuNCAwbC02LjEgMy4zYy0xLjkgMS4xLTMuNi4yLTMuNi0yLjFWNy4yYzAtMi42IDIuMi00LjggNC45LTQuOGgxMmMyLjcgMCA0LjggMi4yIDQuOSA0Ljh6TTE5LjUgMTBjLS4zLS40LS45LS40LTEuMyAwbC00LjMgNC4zLTEuMy0xLjJjLS4zLS40LS45LS40LTEuMyAwLS4zLjQtLjMgMSAwIDEuM2wxLjkgMS45cS4zLjMuNy4zLjMgMCAuNi0uM2w1LTVjLjQtLjQuNC0xIDAtMS4zeiIgZmlsbD0iI2E1YTliOCIvPjwvc3ZnPg==)}.b-systems-cabinet-promo__icon--book{top:74%;left:65%}.b-systems-cabinet-promo__icon--book::before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTI3LjUgNi4wNjJ2MTQuODYzYzAgMS4yMTItLjk4OCAyLjMyNS0yLjIgMi40NzVsLS4zODcuMDVjLTIuMDUuMjc1LTQuOTM4IDEuMTI1LTcuMjYzIDIuMS0uODEzLjMzNy0xLjcxMi0uMjc1LTEuNzEyLTEuMTYzVjdjMC0uNDYzLjI2Mi0uODg4LjY3NS0xLjExMyAyLjI4Ny0xLjIzNyA1Ljc1LTIuMzM3IDguMS0yLjUzN2guMDc1QTIuNzEgMi43MSAwIDAxMjcuNSA2LjA2MnptLTE0LjExMi0uMTc1Yy0yLjI4Ny0xLjIzNy01Ljc1LTIuMzM3LTguMS0yLjUzN2gtLjA4N2EyLjcxIDIuNzEgMCAwMC0yLjcxMyAyLjcxMnYxNC44NjNjMCAxLjIxMi45ODggMi4zMjUgMi4yIDIuNDc1bC4zODguMDVjMi4wNS4yNzUgNC45MzcgMS4xMjUgNy4yNjIgMi4xLjgxMy4zMzcgMS43MTMtLjI3NSAxLjcxMy0xLjE2M1Y3YzAtLjQ3NS0uMjUtLjg4OC0uNjYzLTEuMTEzek02LjI1MSA5LjY3NWgyLjgxMmMuNTEzIDAgLjkzOC40MjUuOTM4LjkzOGEuOTM2LjkzNiAwIDAxLS45MzguOTM3SDYuMjUxYS45MzYuOTM2IDAgMDEtLjkzOC0uOTM4YzAtLjUxMi40MjUtLjkzNy45MzgtLjkzN3pNMTAgMTUuM0g2LjI1YS45MzYuOTM2IDAgMDEtLjkzOC0uOTM4YzAtLjUxMi40MjUtLjkzNy45MzgtLjkzN0gxMGMuNTEyIDAgLjkzNy40MjUuOTM3LjkzOEEuOTM2LjkzNiAwIDAxMTAgMTUuM3oiIGZpbGw9IiNBNUE5QjgiLz48L3N2Zz4=)}.b-systems-cabinet-promo__icon--calculator{top:59%;left:72%}.b-systems-cabinet-promo__icon--calculator::before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIwIDIuNUgxMGMtMy40NSAwLTYuMjUgMi44LTYuMjUgNi4yNXYxMi41YzAgMy40NSAyLjggNi4yNSA2LjI1IDYuMjVoMTBjMy40NSAwIDYuMjUtMi44IDYuMjUtNi4yNVY4Ljc1YzAtMy40NS0yLjgtNi4yNS02LjI1LTYuMjV6bS04LjkyNSAyMC43ODhhMS4yMyAxLjIzIDAgMDEtLjg3NS4zNjJjLS4zMzcgMC0uNjUtLjEyNS0uODg3LS4zNjJhMS4yNSAxLjI1IDAgMDEtLjM3Ni0uODg4YzAtLjMyNS4xMzgtLjY1LjM3Ni0uODg3LjExMi0uMTEzLjI1LS4yLjQtLjI2M2ExLjI4IDEuMjggMCAwMS45NjIgMGMuMDc1LjAyNS4xNS4wNjMuMjEyLjExMy4wNzUuMDM3LjEzOC4xLjE4OC4xNS4yMzguMjM3LjM3NS41NjIuMzc1Ljg4NyAwIC4zMzgtLjEzNy42NS0uMzc1Ljg4OHpNOC45MzggMTcuNGMwLS4xNjIuMDM3LS4zMjUuMS0uNDc1YTEuMjQ4IDEuMjQ4IDAgMDExLjYzOC0uNjc1LjcxMS43MTEgMCAwMS4yMTIuMTEzYy4wNzUuMDM3LjEzNy4xLjE4Ny4xNWExLjMgMS4zIDAgMDEuMjc1LjQxMmMuMDYzLjE1LjA4OC4zMTMuMDg4LjQ3NWExLjIzNyAxLjIzNyAwIDAxLTEuNzI2IDEuMTUgMS4yNSAxLjI1IDAgMDEtLjc3NS0xLjE1em03LjEzNyA1Ljg4OGMtLjExMi4xMTItLjI1LjItLjQuMjYyYTEuMjMgMS4yMyAwIDAxLTEuMzYzLS4yNjIgMS4yNSAxLjI1IDAgMDEtLjM3NC0uODg4YzAtLjA4Ny4wMTItLjE2Mi4wMjQtLjI1bC4wNzUtLjIyNS4xMTMtLjIyNWMuMDUtLjA2My4xLS4xMjUuMTYyLS4xODhhMS4yNzIgMS4yNzIgMCAwMTEuNzYyIDBjLjIzOS4yMzguMzY0LjU2My4zNjQuODg4IDAgLjMzOC0uMTI1LjY1LS4zNjMuODg4em0wLTVjLS4yMzcuMjM3LS41NS4zNjItLjg4Ny4zNjJhMS4yMyAxLjIzIDAgMDEtLjg3Ni0uMzYyIDEuMjUgMS4yNSAwIDAxLS4zNzQtLjg4OGMwLS4zMjUuMTM3LS42NS4zNzQtLjg4Ny40NjMtLjQ2MyAxLjMtLjQ2MyAxLjc2MyAwYTEuMyAxLjMgMCAwMS4yNzUuNDEyYy4wNjMuMTUuMDg3LjMxMy4wODcuNDc1IDAgLjMzOC0uMTI1LjY1LS4zNjIuODg4em0tNC44MjUtNS4yMTNhMi4zNTUgMi4zNTUgMCAwMS0yLjM1LTIuMzV2LTEuMjVjMC0xLjI4NyAxLjA1LTIuMzUgMi4zNS0yLjM1aDcuNWMxLjI4OCAwIDIuMzUgMS4wNSAyLjM1IDIuMzV2MS4yNWMwIDEuMjg3LTEuMDUgMi4zNS0yLjM1IDIuMzVoLTcuNXptOS44MjUgMTAuMjEzYTEuMjM3IDEuMjM3IDAgMDEtMS4zNjMuMjYyIDEuMjM1IDEuMjM1IDAgMDEtLjQtLjI2MiAxLjIzNyAxLjIzNyAwIDAxLS4zNjItLjg4OGMwLS4zMjUuMTI1LS42NS4zNjMtLjg4Ny4zMzctLjM1LjktLjQ1IDEuMzYyLS4yNjMuMTUuMDYzLjI4Ny4xNS40LjI2Mi4yMzguMjM4LjM2My41NjMuMzYzLjg4OCAwIC4zMzgtLjEyNS42NS0uMzYzLjg4OHptLjI3NS01LjQxM2ExLjIzNyAxLjIzNyAwIDAxLTEuMTYzLjc3NSAxLjIzIDEuMjMgMCAwMS0uODc0LS4zNjIgMS4yNSAxLjI1IDAgMDEtLjM3NS0uODg4YzAtLjMyNS4xMzctLjY1LjM3NS0uODg3LjQ2Mi0uNDYzIDEuMy0uNDYzIDEuNzYyIDAgLjIzOC4yMzcuMzc1LjU2Mi4zNzUuODg3IDAgLjE2My0uMDM3LjMyNS0uMS40NzV6IiBmaWxsPSIjQTVBOUI4Ii8+PC9zdmc+)}.b-systems-cabinet-promo__icon--house{top:70%;left:60%}.b-systems-cabinet-promo__icon--house::before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTI3LjUgMjYuNTYzaC0xLjI1VjEyLjQ3NWMwLS43NzUtLjM1LTEuNS0uOTYyLTEuOTc1TDIzLjc1IDkuM2wtLjAyNS0zLjA2M2MwLS42ODctLjU2My0xLjIzNy0xLjI1LTEuMjM3aC00LjI2M2wtMS42NzQtMS4zYTIuNDc5IDIuNDc5IDAgMDAtMy4wNzUgMGwtOC43NSA2LjhhMi40OCAyLjQ4IDAgMDAtLjk2MyAxLjk2M2wtLjA2MyAxNC4xSDIuNWEuOTQ0Ljk0NCAwIDAwLS45MzguOTM3YzAgLjUxMi40MjUuOTM4LjkzOC45MzhoMjVhLjk0NC45NDQgMCAwMC45MzgtLjkzOC45NDQuOTQ0IDAgMDAtLjkzOC0uOTM4ek04LjEyNSAxNS45Mzh2LTEuODc2YzAtLjY4Ny41NjMtMS4yNSAxLjI1LTEuMjVoMi41Yy42ODggMCAxLjI1LjU2MyAxLjI1IDEuMjV2MS44NzZjMCAuNjg3LS41NjMgMS4yNS0xLjI1IDEuMjVoLTIuNWMtLjY4OCAwLTEuMjUtLjU2My0xLjI1LTEuMjV6bTEwIDEwLjYyNGgtNi4yNXYtMy40MzdjMC0xLjAzOC44MzgtMS44NzUgMS44NzUtMS44NzVoMi41YzEuMDM4IDAgMS44NzUuODM3IDEuODc1IDEuODc1djMuNDM4em0zLjc1LTEwLjYyNWMwIC42ODgtLjU2MyAxLjI1LTEuMjUgMS4yNWgtMi41Yy0uNjg4IDAtMS4yNS0uNTYyLTEuMjUtMS4yNXYtMS44NzRjMC0uNjg4LjU2My0xLjI1IDEuMjUtMS4yNWgyLjVjLjY4OCAwIDEuMjUuNTYyIDEuMjUgMS4yNXYxLjg3NHoiIGZpbGw9IiNBNUE5QjgiLz48L3N2Zz4=)}.b-systems-cabinet-promo__icon--message-text::before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIxLjI1IDIuNUg4Ljc1QzUuMyAyLjUgMi41IDUuMjg3IDIuNSA4LjcyNXY4LjcyNWMwIDMuNDM4IDIuOCA2LjIyNSA2LjI1IDYuMjI1aDEuODc1Yy4zMzggMCAuNzg3LjIyNSAxIC41bDEuODc1IDIuNDg4Yy44MjUgMS4xIDIuMTc1IDEuMSAzIDBsMS44NzUtMi40ODhjLjIzOC0uMzEzLjYxMy0uNSAxLS41aDEuODc1YzMuNDUgMCA2LjI1LTIuNzg4IDYuMjUtNi4yMjVWOC43MjVjMC0zLjQzOC0yLjgtNi4yMjUtNi4yNS02LjIyNXptLTUgMTQuNjg4aC03LjVhLjk0NC45NDQgMCAwMS0uOTM4LS45MzhjMC0uNTEyLjQyNi0uOTM4LjkzOC0uOTM4aDcuNWMuNTEyIDAgLjkzOC40MjYuOTM4LjkzOGEuOTQ0Ljk0NCAwIDAxLS45MzguOTM4em01LTYuMjVIOC43NUEuOTQ0Ljk0NCAwIDAxNy44MTIgMTBjMC0uNTEyLjQyNi0uOTM4LjkzOC0uOTM4aDEyLjVjLjUxMiAwIC45MzguNDI2LjkzOC45MzhhLjk0NC45NDQgMCAwMS0uOTM4LjkzOHoiIGZpbGw9IiNBNUE5QjgiLz48L3N2Zz4=)}.b-systems-cabinet-promo__icon--messages-3{top:-15%;left:60%}.b-systems-cabinet-promo__icon--messages-3::before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIwIDE1LjE4NXY1LjAxYzAgLjQ0Mi0uMDUuODYtLjE2MyAxLjI0Mi0uNDYyIDEuODEtMS45ODkgMi45NDItNC4wOSAyLjk0MmgtMy40MDNsLTMuNzc3IDIuNDc0YS44NC44NCAwIDAxLTEuMzE0LS42OVYyNC4zOGMtMS4yNzYgMC0yLjM0LS40MTktMy4wNzctMS4xNDVDMy40MjYgMjIuNDk2IDMgMjEuNDUgMyAyMC4xOTR2LTUuMDFjMC0yLjMzOCAxLjQ3Ni0zLjk1IDMuNzUzLTQuMTYuMTYyLS4wMTIuMzI1LS4wMjQuNS0uMDI0aDguNDk0QzE4LjI5OSAxMSAyMCAxMi42NzQgMjAgMTUuMTg1eiIgZmlsbD0iI0E1QTlCOCIvPjxwYXRoIGQ9Ik0yMy41IDE5YzEuNjQzIDAgMy4wMjgtLjUyNSAzLjk4Ni0xLjQ2Mi45Ny0uOTI1IDEuNTE0LTIuMjYzIDEuNTE0LTMuODVWNy4zMTFDMjkgNC4zNzYgMjYuNTQxIDIgMjMuNSAyaC0xMUM5LjQ1OSAyIDcgNC4zNzUgNyA3LjMxM3YuOTM3YzAgLjM1LjI4NS42MjUuNjQ3LjYyNWg4LjY1OGMzLjUwNyAwIDYuMzQgMi43MzggNi4zNCA2LjEyNXYzLjM3NWMwIC4zNS4yODYuNjI1LjY0OC42MjVoLjIwN3oiIGZpbGw9IiNBNUE5QjgiLz48L3N2Zz4=)}.b-systems-cabinet-promo__icon--note{top:-23%;left:44%}.b-systems-cabinet-promo__icon--note::before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE2Ljk0IDI1LjJjLS4zMjYuMTM3LS42NzYuMjYyLTEuMDUuMzg3bC0xLjk3Ni42NWMtNC45NjIgMS42LTcuNTc1LjI2My05LjE4Ny00LjdsLTEuNi00LjkzN2MtMS42LTQuOTYzLS4yNzUtNy41ODcgNC42ODctOS4xODdsMS45MjUtLjYzOGMtLjIzNy42LS40MzcgMS4yODgtLjYyNSAyLjA2M0w3Ljg5IDE0LjA3NWMtMS4zNzUgNS44ODcuNjM4IDkuMTM3IDYuNTI1IDEwLjUzOGwyLjEuNWMuMTM4LjAzNy4yODguMDYyLjQyNS4wODd6IiBmaWxsPSIjQTVBOUI4Ii8+PHBhdGggZD0iTTIxLjQ2MyA0LjAxM2wtMi4wODgtLjQ4OGMtNC4xNzUtLjk4Ny02LjY2Mi0uMTc1LTguMTI1IDIuODUtLjM3NS43NjMtLjY3NSAxLjY4OC0uOTI1IDIuNzVMOS4xIDE0LjM2M2MtMS4yMjUgNS4yMjQuMzg4IDcuOCA1LjYgOS4wMzdsMi4xLjVjLjcyNS4xNzUgMS40LjI4OCAyLjAyNS4zMzggMy45LjM3NSA1Ljk3NS0xLjQ1IDcuMDI1LTUuOTYzbDEuMjI1LTUuMjI1YzEuMjI1LTUuMjI1LS4zNzUtNy44MTItNS42MTItOS4wMzd6IiBmaWxsPSIjQTVBOUI4Ii8+PC9zdmc+)}.b-systems-cabinet-promo__icon--pen-tool{top:-19%;left:50%}.b-systems-cabinet-promo__icon--pen-tool::before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTI1LjY4NiAxMS44SDI0LjMxYTIuMDIgMi4wMiAwIDAwLS41NS4wODdMMTcuNTIzIDUuNjVhMS45NSAxLjk1IDAgMDAtLjE2Mi0yLjU4OGwtLjk3NS0uOTc1Yy0uNzM4LS43MzctMi4wMzgtLjczNy0yLjc4OCAwbC0uOTc1Ljk3NWMtLjcuNy0uNzUgMS44MTMtLjE1IDIuNTg4bC02LjIzNyA2LjIzN2EyLjAyMyAyLjAyMyAwIDAwLS41NS0uMDg3SDQuMzFhMS45OCAxLjk4IDAgMDAtMS45NzUgMS45NzV2MS4zNzVhMS45OCAxLjk4IDAgMDAxLjk3NSAxLjk3NWgxLjM3NUExLjk4IDEuOTggMCAwMDcuNjYgMTUuMTV2LTEuMzc1YTIuMDIgMi4wMiAwIDAwLS4wODgtLjU1bDYuMjM4LTYuMjM4Yy4zMzcuMjYzLjc2Mi40IDEuMTg3LjQuNDI1IDAgLjg1LS4xNSAxLjItLjQxMmw2LjIzOCA2LjIzOGEyLjAyIDIuMDIgMCAwMC0uMDg4LjU1djEuMzc0YTEuOTggMS45OCAwIDAwMS45NzUgMS45NzZoMS4zNzVhMS45OCAxLjk4IDAgMDAxLjk3NS0xLjk3NnYtMS4zNzVhMS45OTYgMS45OTYgMCAwMC0xLjk4Ny0xLjk2MnoiIGZpbGw9IiNBNUE5QjgiLz48cGF0aCBkPSJNMTkuNjg3IDIwLjY4OGwtMi4wNSAxLjgxMmgtNS4zMjVsLTIuMDUtMS44MTNjLTEuMTg3LS45NzUtMS4xODctMS43MjUtLjI4Ny0yLjg3NWwzLjYxMi00LjU3NWMuMjUtLjMxMi41MzgtLjUyNC44NjMtLjYzNy4zMzctLjExMi43LS4xMTIgMS4wNSAwIC4zMTIuMTEzLjYuMzI1Ljg2Mi42MzhsMy42MTMgNC41NzVjLjkgMS4xMzcuODYyIDEuODUtLjI4OCAyLjg3NXpNMTYuNjEyIDI3LjVoLTMuMjM4Yy0xLjE1IDAtMi4wMTItLjkzOC0xLjc4Ny0xLjkzOGwuMzg3LTEuNzM3YS43NS43NSAwIDAxLjczOC0uNTg3aDQuNTYyYy4zNSAwIC42NS4yMzcuNzM4LjU4N2wuMzg3IDEuNzM4Yy4yNSAxLjA2Mi0uNTYyIDEuOTM3LTEuNzg3IDEuOTM3eiIgZmlsbD0iI0E1QTlCOCIvPjwvc3ZnPg==)}.b-systems-cabinet-promo__icon--ruler-pen{left:76%;top:68%}.b-systems-cabinet-promo__icon--ruler-pen::before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIzLjA4NiAyLjVoLTVjLTEuOTA4IDAtMy40NzggMS42OC0zLjcxOCAzLjU2NC0uMDM1LjI3NC4xOTIuNDk4LjQ2OC40OThoNS43NWMuNTEyIDAgLjkzNy40MjUuOTM3LjkzOGEuOTQ0Ljk0NCAwIDAxLS45MzcuOTM4aC01Ljc1YS41LjUgMCAwMC0uNS41djIuMTI0YS41LjUgMCAwMC41LjVoMy4wMTJjLjUxMyAwIC45MzguNDI2LjkzOC45MzhhLjk0NC45NDQgMCAwMS0uOTM4LjkzOGgtMy4wMTJhLjUuNSAwIDAwLS41LjV2Mi4wNjdhLjUuNSAwIDAwLjQ5NS41bDUuNzU1LjA1OGMuNTI1IDAgLjkzNy40MjUuOTM3Ljk1YS45NDIuOTQyIDAgMDEtLjkzNy45MjRoLS4wMTNsLTUuNzMyLS4wNTdhLjUuNSAwIDAwLS41MDUuNXYyLjE4M2EuNS41IDAgMDAuNS41aDQuMzc1YS45MzYuOTM2IDAgMTEwIDEuODc1aC00LjM3NWMtLjI3NiAwLS41MDMuMjI0LS40NjguNDk4LjI0IDEuODg0IDEuODEgMy41NjQgMy43MTggMy41NjRoNWEzLjc1MyAzLjc1MyAwIDAwMy43NS0zLjc1VjYuMjVhMy43NTMgMy43NTMgMCAwMC0zLjc1LTMuNzV6TTEwLjU1MiA2LjE4OHYxLjEyNWEuNS41IDAgMDEtLjUuNUgzLjY2NGEuNS41IDAgMDEtLjUtLjVWNi4xODhjMC0yLjAyNiAxLjY2My0zLjY4OCAzLjctMy42ODhhMy43MDIgMy43MDIgMCAwMTMuNjg4IDMuNjg4ek0zLjE2NCAyMi4zODdjMCAuNTYzLjIzOCAxLjQyNS41MzggMS45bDEuMDEyIDEuN2MxLjE4OCAxLjk3NiAzLjExMyAxLjk3NiA0LjI4OCAwbDEuMDI1LTEuN2MuMjg3LS40NzQuNTI1LTEuMzM3LjUyNS0xLjl2LTEyLjJhLjUuNSAwIDAwLS41LS41SDMuNjY0YS41LjUgMCAwMC0uNS41djEyLjJ6IiBmaWxsPSIjQTVBOUI4Ii8+PC9zdmc+)}.b-systems-cabinet-promo__icon--shield-tick{top:80%;left:14%}.b-systems-cabinet-promo__icon--shield-tick::before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIzLjE3NSA1LjE1TDE2LjMgMi41NzVjLS43MTMtLjI2My0xLjg3NS0uMjYzLTIuNTg4IDBMNi44MzkgNS4xNWMtMS4zMjUuNS0yLjQgMi4wNS0yLjQgMy40NjJ2MTAuMTI2YzAgMS4wMTIuNjYyIDIuMzUgMS40NzQgMi45NWw2Ljg3NSA1LjEzN2MxLjIxMy45MTMgMy4yLjkxMyA0LjQxMyAwbDYuODc1LTUuMTM3Yy44MTMtLjYxMyAxLjQ3NS0xLjkzOCAxLjQ3NS0yLjk1VjguNjEyYy4wMTItMS40MTItMS4wNjMtMi45NjItMi4zNzUtMy40NjJ6bS0zLjgyNSA3bC01LjM3NSA1LjM3NWEuOTI3LjkyNyAwIDAxLS42NjIuMjc1LjkyNy45MjcgMCAwMS0uNjYzLS4yNzVsLTItMi4wMjVhLjk0My45NDMgMCAwMTAtMS4zMjUuOTQzLjk0MyAwIDAxMS4zMjUgMGwxLjM1IDEuMzUgNC43MTMtNC43MTNhLjk0My45NDMgMCAwMTEuMzI1IDAgLjk0Ny45NDcgMCAwMS0uMDEzIDEuMzM4eiIgZmlsbD0iI0E1QTlCOCIvPjwvc3ZnPg==)}.b-systems-cabinet-promo__icon--teacher{top:-11%;left:50%}.b-systems-cabinet-promo__icon--teacher::before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIxLjAzNiAxOS41NWExLjI1IDEuMjUgMCAwMTEuOTM3IDEuMDV2MS42MTJjMCAxLjU4OC0xLjIzNyAzLjI4OC0yLjcyNSAzLjc4OGwtMy45ODcgMS4zMjVjLS43LjIzNy0xLjgzOC4yMzctMi41MjUgMEw5Ljc0OCAyNmMtMS41LS41LTIuNzI1LTIuMi0yLjcyNS0zLjc4OHYtMS42MjVjMC0uOTg3IDEuMS0xLjU4NyAxLjkyNS0xLjA1bDIuNTc1IDEuNjc1Yy45ODguNjYzIDIuMjM4Ljk4OCAzLjQ4OC45ODhzMi41LS4zMjUgMy40ODctLjk4OGwyLjUzOC0xLjY2MnoiIGZpbGw9IiNBNUE5QjgiLz48cGF0aCBkPSJNMjQuOTczIDguMDc1bC03LjQ4Ny00LjkxM2MtMS4zNS0uODg3LTMuNTc1LS44ODctNC45MjUgMEw1LjAzNiA4LjA3NWMtMi40MTMgMS41NjItMi40MTMgNS4xIDAgNi42NzVsMiAxLjMgNS41MjUgMy42YzEuMzUuODg4IDMuNTc1Ljg4OCA0LjkyNSAwbDUuNDg3LTMuNiAxLjcxMy0xLjEyNXYzLjgyNWMwIC41MTIuNDI1LjkzOC45MzcuOTM4YS45NDQuOTQ0IDAgMDAuOTM4LS45MzhWMTIuNmMuNS0xLjYxMi0uMDEzLTMuNDg4LTEuNTg4LTQuNTI1eiIgZmlsbD0iI0E1QTlCOCIvPjwvc3ZnPg==)}@media(max-width: 640px){.b-systems-cabinet-promo{padding-top:0}.b-systems-cabinet-promo__icon{width:calc(15.4%);height:calc(20.71%)}.b-systems-cabinet-promo__item{flex-flow:column}.b-systems-cabinet-promo__item-left{width:100%;margin-top:56px;order:2}.b-systems-cabinet-promo__item-left-img{display:flex;justify-content:center;background-position:left center;padding-bottom:calc(75%)}.b-systems-cabinet-promo__item--description .b-systems-cabinet-promo__item-left-img{padding-bottom:calc(90%)}.b-systems-cabinet-promo__item--description .b-systems-cabinet-promo__item-left-img .b-systems-cabinet-promo__icon{width:calc(15.7%);height:calc(16.57%)}.b-systems-cabinet-promo__item--description .b-systems-cabinet-promo__item-left-img .b-systems-cabinet-promo__icon--message-text{left:83%;top:6%}.b-systems-cabinet-promo__item--characteristics .b-systems-cabinet-promo__icon--user{left:9%;top:73%}.b-systems-cabinet-promo__content{width:100%;order:1}.b-systems-cabinet-promo__btn{max-width:345px;margin:30px 0}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-systems-form__heading{margin-bottom:30px}.b-systems-form__title{font-size:24px;font-weight:bold;margin-bottom:15px}.b-systems-form__title span{color:#e72430}.b-systems-form__user-info-row{display:flex;margin-bottom:20px;flex-direction:column}@media print,screen and (min-width: 48em){.b-systems-form__user-info-row{flex-direction:row}}.b-systems-form__user-info-item{flex:0 0 auto;width:100%;margin-left:0;margin-right:0;margin-bottom:10px;position:relative}.b-systems-form__user-info-item.b-cabinet-phone-mask__wrapper .b-systems-form__user-info{padding:20px 20px 20px 40px}.b-systems-form__user-info-item.b-cabinet-phone-mask__wrapper .flag-main{top:15px}.b-systems-form__user-info-item:last-child{margin-right:0}@media print,screen and (min-width: 48em){.b-systems-form__user-info-item{flex:0 0 auto;width:50%;margin-left:0;margin-right:0;flex:unset;margin-bottom:0;margin-right:20px}}.b-systems-form__user-info{width:100%;padding:20px;flex:unset;border:1px solid #e1e5ee;border-radius:10px}.b-systems-form__user-info::placeholder{color:#9497a3}.b-systems-form__user-info:focus{outline:none}.b-systems-form__user-message-row{margin-bottom:30px}.b-systems-form__user-message{padding:20px;border:1px solid #e1e5ee !important;border-radius:10px;width:100%;resize:none;height:150px}.b-systems-form__user-message:focus{outline:none}.b-systems-form__user-message::placeholder{color:#9497a3}@media print,screen and (min-width: 48em){.b-systems-form__user-message{height:120px}}@media print,screen and (min-width: 48em){.b-systems-form__bottom{display:flex;justify-content:flex-end}}.b-systems-form__buttons-row{display:flex;align-items:center;flex-wrap:wrap}.b-systems-form__send-button{width:100%;max-width:340px;padding:20px;border:1px solid #e72430;background-color:#e72430;color:#fff;font-weight:600;border-radius:10px;display:inline-flex;justify-content:center;cursor:pointer}.b-systems-form__confirm{margin:20px 0}.mfp-hide{display:none !important}.mfp-content button.mfp-close{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE3IDFMMSAxN00xIDFsMTYgMTYiIHN0cm9rZT0iIzY3NkI3NyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;font-size:1px;color:rgba(0,0,0,0)}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-systems-tabs-filter{width:100%;display:flex;align-items:center;position:relative}.b-systems-tabs-filter__wrapper{display:block;position:relative;width:100%;margin-bottom:0}.b-systems-tabs-filter__header{display:flex;justify-content:space-between;flex-wrap:wrap}@media screen and (max-width: 760px){.b-systems-tabs-filter__header{flex-flow:column}}.b-systems-tabs-filter__tabs-container{width:100%}@media screen and (max-width: 760px){.b-systems-tabs-filter__tabs-container{margin-bottom:20px}}.b-systems-tabs-filter__text-container{width:calc(100% - 162px);display:flex;align-items:center;height:60px}@media screen and (max-width: 760px){.b-systems-tabs-filter__text-container{width:100%;font-weight:600;font-size:18px;line-height:130%}}.b-systems-tabs-filter h2.b-systems-tabs-filter__title{font-weight:700;font-size:18px;line-height:140%;margin:0}@media screen and (max-width: 760px){.b-systems-tabs-filter h2.b-systems-tabs-filter__title{font-weight:600;line-height:130%}}.b-systems-tabs-filter__list{display:flex;padding:20px 0}.b-systems-tabs-filter__list .b-document-card-for-slider{height:auto}.b-systems-tabs-filter__tabs-block{padding:0}.b-systems-tabs-filter__tab{position:relative;display:none}.b-systems-tabs-filter__tab--active{display:block}.b-systems-tabs-filter__tabs-selector{display:flex;background-color:#fff}.b-systems-tabs-filter__tabs-title{cursor:pointer;padding-top:3px;padding-bottom:3px;border-top:1px solid #e1e5ee;border-bottom:1px solid #e1e5ee}.b-systems-tabs-filter__tabs-title:first-of-type{padding-left:3px;border-top-left-radius:10px;border-bottom-left-radius:10px;border-left:1px solid #e1e5ee}.b-systems-tabs-filter__tabs-title:last-of-type{padding-right:3px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-right:1px solid #e1e5ee}.b-systems-tabs-filter__tabs-title:last-of-type div{padding:18px 25px}.b-systems-tabs-filter__tabs-title:not(.b-systems-tabs-filter__tabs-title--active):hover div{color:#e72430}.b-systems-tabs-filter__tabs-title div{padding:18px 25px;text-align:center;font-size:14px;white-space:nowrap;color:#676b77}.b-systems-tabs-filter__tabs-title--active div{font-weight:600;border-radius:10px;color:#fff;background:#e72430}.b-systems-tabs-filter--dark-blue .b-systems-tabs-filter__tabs-title--active div{font-weight:600;border-radius:10px;color:#fff;background:#414e60}.b-systems-tabs-filter__slider-arrows{position:absolute;margin:0 auto;width:100%;display:block;height:50px}@media screen and (max-width: 1440px){.b-systems-tabs-filter__slider-arrows{display:none}}.b-systems-tabs-filter__button{width:50px;height:50px;position:absolute;display:flex;background:#fff;border:1px solid #e1e5ee;box-sizing:border-box;border-radius:10px;justify-content:center;align-items:center;cursor:pointer;outline:none}.b-systems-tabs-filter__button::before{content:"";border:solid #1f1f1f;border-width:0 2px 2px 0;transform:rotate(-45deg);padding:5px;margin-right:3px}.b-systems-tabs-filter__button::after{display:none}.b-systems-tabs-filter__button-wrap{margin:0 -90px;position:absolute;width:calc(100% + 180px);top:40px;bottom:0;margin-bottom:66px}@media(max-width: 1390px){.b-systems-tabs-filter__button-wrap{display:none}}.b-systems-tabs-filter__button--next{right:0;margin-right:-90px}.b-systems-tabs-filter__button--prev{left:0;margin-left:-90px}.b-systems-tabs-filter__button--prev::before{transform:rotate(135deg);margin-right:-3px}.b-systems-tabs-filter__button--next.swiper-button-disabled,.b-systems-tabs-filter__button--prev.swiper-button-disabled{opacity:1}.b-systems-tabs-filter__button--next.swiper-button-disabled::before,.b-systems-tabs-filter__button--prev.swiper-button-disabled::before{border-color:#babeca}.b-systems-tabs-filter .slick-slide{cursor:pointer;border-top:1px solid #e1e5ee;border-bottom:1px solid #e1e5ee}.b-systems-tabs-filter .slick-slide:first-of-type{padding-left:3px;border-radius:10px 0 0 10px;border-left:1px solid #e1e5ee}.b-systems-tabs-filter .slick-slide:last-of-type{padding-right:3px;border-radius:0 10px 10px 0;border-right:1px solid #e1e5ee}.b-systems-tabs-filter .slick-slide .b-systems-tabs-filter__tabs-title{border:0 solid #e1e5ee}.b-systems-tabs-filter .slick-slide .b-systems-tabs-filter__tabs-title:first-of-type,.b-systems-tabs-filter .slick-slide .b-systems-tabs-filter__tabs-title:last-of-type{padding-right:0;padding-left:0;border-radius:0;border:0 solid #e1e5ee}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-documents-calc-list{background:#fff;position:relative;padding:20px 0 100px}.b-documents-calc-list__slider{max-width:75rem;margin:0 auto}.b-documents-calc-list__item{background-color:#f5f6fa;border-radius:10px;display:flex;align-items:center;box-sizing:border-box;padding:0;justify-content:space-between;height:auto}.b-documents-calc-list__item .b-calc-card{background-color:#f5f6fa;padding:8%}.b-documents-calc-list__item-wrap{display:flex;flex-direction:column;justify-content:flex-start;height:100%;width:100%}.b-documents-calc-list__item-wrap::after{content:"";display:block;width:23px;height:13px;background:url(/img/main/arrow-right-long.svg);margin-left:5px;position:absolute;bottom:20px;right:20px;background-size:cover}@media(max-width: 760px){.b-documents-calc-list__item-wrap::after{display:none}}@media(max-width: 760px){.b-documents-calc-list__item-wrap{width:100%;flex-direction:row;justify-content:flex-start;align-items:center;padding:0 0 0 10px}}@media(max-width: 960px){.b-documents-calc-list__item{flex-direction:column;justify-content:space-between}}.b-documents-calc-list__content-title{margin:10px 0;font-weight:600;font-size:20px;line-height:120%;color:#000;min-height:50px}@media(max-width: 760px){.b-documents-calc-list__content-title{font-size:16px;margin:0}}.b-documents-calc-list__content-count{color:#676b77;font-size:16px;line-height:130%;font-weight:normal}@media(max-width: 760px){.b-documents-calc-list__content{padding:19px 0 18px 20px}}@media(max-width: 760px){.b-documents-calc-list__img{width:100%;max-width:95px;text-align:center}}.b-documents-calc-list__title{max-height:4.3125rem;max-width:75rem;margin:0 auto 40px;display:flex}.b-documents-calc-list__title-h2{font-style:normal;font-weight:700;font-size:1.5rem;line-height:1.75rem;color:#1f1f1f;width:calc(100% - 200px)}@media(max-width: 960px){.b-documents-calc-list__title-h2{font-size:24px}}@media(max-width: 660px){.b-documents-calc-list__title-h2{font-size:20px;width:100%}}.b-documents-calc-list__title-link{width:200px;border:0 solid #e1e5ee;padding:7px 20px;justify-content:end;align-items:flex-start}@media screen and (max-width: 767px){.b-documents-calc-list__title-link{padding:4px 20px}}@media(max-width: 660px){.b-documents-calc-list__title-link{width:100%}}@media(max-width: 660px){.b-documents-calc-list__title{flex-direction:column}}.b-documents-calc-list__arrow{position:absolute;top:calc(50% - 50px);z-index:2;padding:.625rem;cursor:pointer;outline:0;background:#fff;border-radius:10px;width:50px;height:50px;border-width:1px !important;border-color:#ccc;border-style:solid}.b-documents-calc-list__arrow--prev{left:calc((100% - 1200px) / 2 - 80px)}.b-documents-calc-list__arrow--next{right:calc((100% - 1200px) / 2 - 80px)}.b-documents-calc-list__arrow--disabled{display:none}@media(max-width: 960px){.b-documents-calc-list__arrow{display:none}}@media(max-width: 1390px){.b-documents-calc-list__arrow--prev{left:5px}.b-documents-calc-list__arrow--next{right:5px}}.b-documents-calc-list *{box-sizing:border-box}.b-documents-calc-list__img-container{display:flex;align-items:center;justify-content:center;border-radius:10px;padding:12px}.b-documents-calc-list__img-container img{max-height:146px}@media screen and (max-width: 767px){.b-documents-calc-list{padding:0 0 50px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-documents-materials{background:#f5f6fa;position:relative;margin:100px auto 0}.b-documents-materials:first-child{margin-top:0}.b-documents-materials__slider{max-width:75rem;margin:0 auto}.b-documents-materials__item{background:#fff;border-radius:10px;display:flex;align-items:center;box-sizing:border-box;padding:16px;justify-content:space-between;height:auto}.b-documents-materials__item-wrap{display:flex;flex-direction:column;justify-content:flex-start;height:100%;width:100%}.b-documents-materials__item-wrap::after{content:"";display:block;width:23px;height:13px;background:url(/img/main/arrow-right-long.svg);margin-left:5px;position:absolute;bottom:20px;right:20px;background-size:cover}@media(max-width: 760px){.b-documents-materials__item-wrap::after{display:none}}@media(max-width: 760px){.b-documents-materials__item-wrap{width:100%;flex-direction:row;justify-content:flex-start;align-items:center;padding:0 0 0 10px}}@media(max-width: 960px){.b-documents-materials__item{flex-direction:column;justify-content:space-between}}.b-documents-materials__content-title{margin:10px 0;font-weight:600;font-size:20px;line-height:120%;color:#000;min-height:50px}@media(max-width: 760px){.b-documents-materials__content-title{font-size:16px;margin:0}}.b-documents-materials__content-count{color:#676b77;font-size:16px;line-height:130%;font-weight:normal}@media(max-width: 760px){.b-documents-materials__content{padding:19px 0 18px 20px}}@media(max-width: 760px){.b-documents-materials__img{width:100%;max-width:95px;text-align:center}}.b-documents-materials__title{max-height:4.3125rem;max-width:75rem;margin:0 auto 40px;display:flex}.b-documents-materials__title-h2{font-style:normal;font-weight:700;font-size:1.5rem;line-height:1.75rem;color:#1f1f1f;width:calc(100% - 200px)}@media(max-width: 960px){.b-documents-materials__title-h2{font-size:24px}}@media(max-width: 660px){.b-documents-materials__title-h2{font-size:20px;width:100%}}.b-documents-materials__title-link{width:200px;border:0 solid #e1e5ee;padding:7px 20px;justify-content:end;align-items:flex-start}@media screen and (max-width: 767px){.b-documents-materials__title-link{padding:4px 20px}}@media(max-width: 660px){.b-documents-materials__title-link{width:100%}}@media(max-width: 660px){.b-documents-materials__title{flex-direction:column}}.b-documents-materials__arrow{position:absolute;top:calc(50%);z-index:2;padding:.625rem;cursor:pointer;outline:0;background:#fff;border-radius:10px;width:50px;height:50px;border-width:1px !important;border-color:#ccc;border-style:solid}.b-documents-materials__arrow--prev{left:calc((100% - 1200px) / 2 - 80px)}.b-documents-materials__arrow--next{right:calc((100% - 1200px) / 2 - 80px)}.b-documents-materials__arrow--disabled{display:none}@media(max-width: 960px){.b-documents-materials__arrow{display:none}}@media(max-width: 1390px){.b-documents-materials__arrow--prev{left:5px}.b-documents-materials__arrow--next{right:5px}}.b-documents-materials__popup-content{display:block;box-sizing:border-box;background-color:#fff;width:100%;max-width:630px;padding:40px 30px;margin:10px auto;position:relative;border-radius:10px}@media screen and (max-width: 767px){.b-documents-materials__popup-content{padding:30px}}.b-documents-materials__popup-title{font-size:24px;line-height:120%;font-weight:700;margin-bottom:20px;color:#4f4f4f}@media screen and (max-width: 767px){.b-documents-materials__popup-title{font-size:20px}}.b-documents-materials__popup-elems{margin-bottom:20px;max-height:50vh;position:relative;margin-top:27px}.b-documents-materials__elem-name{padding:5px 0}.b-documents-materials *{box-sizing:border-box}.b-documents-materials__img-container{display:flex;align-items:center;justify-content:center;border-radius:10px;padding:12px}.b-documents-materials__img-container img{max-height:146px}.b-documents-materials--prod-card{background:#fff}.b-documents-materials--prod-card .b-documents-materials__title{margin:0 auto}.b-documents-materials--prod-card .b-documents-materials__title-h2{font-weight:600;font-size:18px;line-height:1.2;margin-bottom:1.5rem}.b-documents-materials--prod-card .swiper-container{overflow:inherit}.b-documents-materials--prod-card .swiper-wrapper{flex-wrap:wrap;gap:20px}.b-documents-materials--prod-card .b-documents-materials__item{box-shadow:0 0 8px #80808047;width:calc((100% - 60px) / 4)}@media screen and (max-width: 1024px){.b-documents-materials--prod-card .b-documents-materials__item{width:calc((100% - 40px) / 3)}}@media screen and (max-width: 768px){.b-documents-materials--prod-card .b-documents-materials__item{width:calc(50% - 10px)}}@media screen and (max-width: 640px){.b-documents-materials--prod-card .b-documents-materials__item{width:100%}}.b-documents-materials--prod-card .b-documents-materials__arrow{display:none}@media screen and (max-width: 767px){.b-documents-materials{padding:0 0 50px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-documents-tabs-filter{width:100%;display:flex;align-items:center;position:relative;padding:20px 0}.b-documents-tabs-filter__wrapper{display:block;position:relative;width:100%;margin-bottom:0}.b-documents-tabs-filter__header{display:flex;justify-content:space-between;flex-wrap:wrap}@media screen and (max-width: 760px){.b-documents-tabs-filter__header{flex-flow:column}}.b-documents-tabs-filter__tabs-container{width:100%}@media screen and (max-width: 760px){.b-documents-tabs-filter__tabs-container{margin-bottom:20px}}.b-documents-tabs-filter__text-container{width:calc(100% - 162px);display:flex;align-items:center;height:60px}@media screen and (max-width: 760px){.b-documents-tabs-filter__text-container{width:100%;font-weight:600;font-size:18px;line-height:130%}}.b-documents-tabs-filter h2.b-documents-tabs-filter__title{font-weight:700;font-size:18px;line-height:140%;margin:0}@media screen and (max-width: 760px){.b-documents-tabs-filter h2.b-documents-tabs-filter__title{font-weight:600;line-height:130%}}.b-documents-tabs-filter__list{display:flex;padding:20px 0}.b-documents-tabs-filter__list .b-document-card-for-slider{height:auto}.b-documents-tabs-filter__tabs-block{padding:0}.b-documents-tabs-filter__tab{position:relative;display:none}.b-documents-tabs-filter__tab--active{display:block}.b-documents-tabs-filter__tabs-selector{display:flex;max-width:250px !important;background-color:#fff}.b-documents-tabs-filter__tabs-title{cursor:pointer;padding-top:3px;padding-bottom:3px;border-top:1px solid #e1e5ee;border-bottom:1px solid #e1e5ee;width:50%}.b-documents-tabs-filter__tabs-title--all{order:0}.b-documents-tabs-filter__tabs-title:first-of-type{padding-left:3px;border-top-left-radius:10px;border-bottom-left-radius:10px;border-left:1px solid #e1e5ee}.b-documents-tabs-filter__tabs-title:last-of-type{padding-right:3px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-right:1px solid #e1e5ee}.b-documents-tabs-filter__tabs-title:last-of-type div{padding:16px}.b-documents-tabs-filter__tabs-title:not(.b-documents-tabs-filter__tabs-title--active):hover div{color:#e72430}.b-documents-tabs-filter__tabs-title div{padding:16px;text-align:center;font-size:14px;white-space:nowrap;color:#676b77}.b-documents-tabs-filter__tabs-title--active div{font-weight:600;border-radius:10px;color:#fff;background:#e72430}.b-documents-tabs-filter--dark-blue .b-documents-tabs-filter__tabs-title--active div{font-weight:600;border-radius:10px;color:#fff;background:#414e60}.b-documents-tabs-filter__slider-arrows{position:absolute;margin:0 auto;width:100%;display:block;height:50px}@media screen and (max-width: 1440px){.b-documents-tabs-filter__slider-arrows{display:none}}.b-documents-tabs-filter__button{width:50px;height:50px;position:absolute;display:flex;background:#fff;border:1px solid #e1e5ee;box-sizing:border-box;border-radius:10px;justify-content:center;align-items:center;cursor:pointer;outline:none}.b-documents-tabs-filter__button::before{content:"";border:solid #1f1f1f;border-width:0 2px 2px 0;transform:rotate(-45deg);padding:5px;margin-right:3px}.b-documents-tabs-filter__button::after{display:none}.b-documents-tabs-filter__button-wrap{margin:0 -90px;position:absolute;width:calc(100% + 180px);top:40px;bottom:0;margin-bottom:66px}@media(max-width: 1390px){.b-documents-tabs-filter__button-wrap{display:none}}.b-documents-tabs-filter__button--next{right:0;margin-right:-90px}.b-documents-tabs-filter__button--prev{left:0;margin-left:-90px}.b-documents-tabs-filter__button--prev::before{transform:rotate(135deg);margin-right:-3px}.b-documents-tabs-filter__button--next.swiper-button-disabled,.b-documents-tabs-filter__button--prev.swiper-button-disabled{opacity:1}.b-documents-tabs-filter__button--next.swiper-button-disabled::before,.b-documents-tabs-filter__button--prev.swiper-button-disabled::before{border-color:#babeca}.b-documents-tabs-filter .slick-slide{cursor:pointer;border-top:1px solid #e1e5ee;border-bottom:1px solid #e1e5ee}.b-documents-tabs-filter .slick-slide:first-of-type{padding-left:3px;border-radius:10px 0 0 10px;border-left:1px solid #e1e5ee}.b-documents-tabs-filter .slick-slide:last-of-type{padding-right:3px;border-radius:0 10px 10px 0;border-right:1px solid #e1e5ee}.b-documents-tabs-filter .slick-slide .b-documents-tabs-filter__tabs-title{border:0 solid #e1e5ee}.b-documents-tabs-filter .slick-slide .b-documents-tabs-filter__tabs-title:first-of-type,.b-documents-tabs-filter .slick-slide .b-documents-tabs-filter__tabs-title:last-of-type{padding-right:0;padding-left:0;border-radius:0;border:0 solid #e1e5ee}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-documents-teaser{position:relative;justify-content:center;max-width:75rem;margin:30px auto 0;min-height:320px;max-height:545px;background-position:right;background-repeat:no-repeat;display:flex;flex-direction:column;height:calc(100vw * 0.4);background-size:contain}.b-documents-teaser:first-child{margin-top:0}.b-documents-teaser--system{background-image:url("/img/documents/system.png");max-height:503px}.b-documents-teaser--catalog{margin:100px auto 0;background-image:url("/img/documents/catalog.png");background-position:left}.b-documents-teaser--catalog .b-documents-teaser__title{padding-left:50%;padding-right:0}.b-documents-teaser--catalog .b-documents-teaser__btn{margin-left:50%}.b-documents-teaser--system+.b-documents-teaser--catalog{margin:30px auto 0}.b-documents-teaser__title{display:flex;flex-direction:column;max-width:75rem;width:100%;padding-right:400px}.b-documents-teaser__title-h2{font-style:normal;font-weight:800;font-size:2.25rem;line-height:2.75rem;color:#1f1f1f;width:100%}.b-documents-teaser__title-h2 span{color:#e72430}@media(max-width: 960px){.b-documents-teaser__title-h2{font-size:1.875rem;line-height:2.25rem}}@media(max-width: 660px){.b-documents-teaser__title-h2{font-size:20px;line-height:1.75rem}}.b-documents-teaser__title-text{font-style:normal;font-weight:400;font-size:1.375rem;line-height:1.875rem;padding-top:14px;max-width:500px}@media(max-width: 960px){.b-documents-teaser__title-text{font-size:1.25rem;line-height:1.625rem}}@media(max-width: 660px){.b-documents-teaser__title-text{font-size:20px}}@media(max-width: 960px){.b-documents-teaser__title{padding-right:30%}}@media screen and (max-width: 480px){.b-documents-teaser__title{padding-right:0}}.b-documents-teaser__btn{width:100%;margin-bottom:15px;padding:15px 35px;text-decoration:none;margin-top:30px}@media print,screen and (min-width: 48em){.b-documents-teaser__btn{width:240px;margin-left:0}}@media(max-width: 960px){.b-documents-teaser{background-position:right top;background-repeat:no-repeat;background-size:30%;padding:0 0 50px;height:350px}.b-documents-teaser__title{flex:1 0 auto}.b-documents-teaser--catalog{background-position:left top}.b-documents-teaser--catalog .b-documents-teaser__title{padding-left:33%;padding-right:0}.b-documents-teaser--catalog .b-documents-teaser__btn{margin-left:33%}}@media screen and (max-width: 767px){.b-documents-teaser--catalog .b-documents-teaser__btn{margin-left:0}}@media screen and (max-width: 480px){.b-documents-teaser{height:unset;background-size:0}.b-documents-teaser--catalog .b-documents-teaser__title{padding-left:0;padding-right:0}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-direction-accordion-with-img__title,.b-direction-accordion-with-img__desc{max-width:620px}.b-direction-accordion-with-img__title{line-height:120%}.b-direction-accordion-with-img__desc{margin-top:16px}.b-direction-accordion-with-img__number{width:54px;height:54px;min-width:54px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:100%;margin-right:16px;font-size:28px;color:#e72430;font-weight:800}@media screen and (max-width: 768px){.b-direction-accordion-with-img__number{width:35px;height:35px;min-width:35px;margin-right:10px}}.b-direction-accordion-with-img__wrap{display:flex;align-items:flex-start;margin-top:30px}@media screen and (max-width: 768px){.b-direction-accordion-with-img__wrap{flex-direction:column}}.b-direction-accordion-with-img__img{border-radius:10px;overflow:hidden;display:flex;max-width:calc(50% - 25px);margin-right:25px}.b-direction-accordion-with-img__img img{object-fit:cover;min-width:100%}@media screen and (max-width: 768px){.b-direction-accordion-with-img__img{max-width:100%;margin-right:0;margin-bottom:30px}}.b-direction-accordion-with-img__items{font-size:18px;display:grid;grid-gap:12px;flex:1}@media screen and (max-width: 1024px){.b-direction-accordion-with-img__items{font-size:16px}}@media screen and (max-width: 768px){.b-direction-accordion-with-img__items{width:100%}}.b-direction-accordion-with-img__item{background-color:#f5f6fa;color:#1d1d1b;border-radius:10px;padding:0 20px}.b-direction-accordion-with-img__item:last-of-type{margin-bottom:0}.b-direction-accordion-with-img__item.open .b-direction-accordion-with-img__item-header::after{transform:rotate(180deg);top:24%}@media(max-width: 489px){.b-direction-accordion-with-img__item{padding:0 15px}}.b-direction-accordion-with-img__item-header{display:flex;align-items:center;cursor:pointer;position:relative;padding:20px 0}.b-direction-accordion-with-img__item-header::after{top:50%;transform:translateY(-50%);right:0;position:absolute;content:"";background:url(/img/directions/soundproofing/arrow_down.svg) center no-repeat;width:32px;height:32px;transition:.2s}@media(max-width: 560px){.b-direction-accordion-with-img__item-header{padding-top:15px;padding-bottom:15px;padding-right:45px;line-height:24px}}@media(max-width: 489px){.b-direction-accordion-with-img__item-header{flex-flow:column;align-items:center}}@media(max-width: 489px){.b-direction-accordion-with-img--numeric .b-direction-accordion-with-img__item-header{flex-flow:row}}.b-direction-accordion-with-img__item-title{width:100%;padding-right:30px;font-weight:600;font-size:20px;line-height:130%}@media(max-width: 560px){.b-direction-accordion-with-img__item-title{font-size:17px}}.b-direction-accordion-with-img__item-content{display:none;padding-bottom:13px;font-size:16px}.b-direction-accordion-with-img__item-content ul{padding-left:20px;margin:0}.b-direction-accordion-with-img__item-content li::marker{color:#e72430}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-direction-advantages__items{margin-top:40px;display:grid;grid-template-columns:repeat(6, 1fr);grid-gap:32px}@media screen and (max-width: 1240px){.b-direction-advantages__items{grid-template-columns:repeat(4, 1fr)}}@media screen and (max-width: 768px){.b-direction-advantages__items{grid-template-columns:repeat(2, 1fr);grid-gap:20px;margin-top:20px}}.b-direction-advantages__item{display:flex;flex-direction:column;grid-column:span 2;padding:18px 24px;border-radius:10px;background:#fefefe;cursor:pointer;position:relative;overflow:hidden;min-height:240px}@media screen and (min-width: 1241px){.b-direction-advantages__item:nth-child(4),.b-direction-advantages__item:nth-child(5){grid-column:span 3}}.b-direction-advantages__icon{margin:12px 0 48px;top:0}@media screen and (max-width: 768px){.b-direction-advantages__icon{margin:0 0 20px}}@media screen and (min-width: 767px){.b-direction-advantages__item:hover .b-direction-advantages__icon{position:absolute;top:-200px}}.b-direction-advantages__name{font-size:20px;font-weight:600}@media screen and (max-width: 800px){.b-direction-advantages__name{font-size:18px}}.b-direction-advantages__desc{line-height:150%;transition:.3s top;max-width:calc(100% - 40px)}@media screen and (min-width: 767px){.b-direction-advantages__desc{position:absolute;top:250px}}@media screen and (max-width: 800px){.b-direction-advantages__desc{font-size:14px}}@media screen and (min-width: 767px){.b-direction-advantages__item:hover .b-direction-advantages__desc{top:50px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-direction-algorithm__title{max-width:725px}.b-direction-algorithm__desc{max-width:758px;font-size:18px;line-height:150%}@media screen and (max-width: 1024px){.b-direction-algorithm__desc{font-size:16px}}.b-direction-algorithm__img{border-radius:10px;overflow:hidden;display:flex}.b-direction-algorithm__img img{object-fit:cover;min-width:100%}.b-direction-algorithm__wrap{display:flex;margin-top:30px}@media screen and (max-width: 768px){.b-direction-algorithm__wrap{flex-direction:column}}.b-direction-algorithm__list{flex:1}.b-direction-algorithm__content{max-width:43%;padding-right:52px;font-size:18px}@media screen and (max-width: 1024px){.b-direction-algorithm__content{font-size:16px}}@media screen and (max-width: 768px){.b-direction-algorithm__content{max-width:100%;padding-right:0;margin-bottom:30px}}.b-direction-algorithm--with-img .b-direction-algorithm__content{max-width:50%;padding-right:25px}@media screen and (max-width: 768px){.b-direction-algorithm--with-img .b-direction-algorithm__content{max-width:100%;padding-right:0}}.b-direction-algorithm__item{margin-top:20px;border-radius:10px;background:#f5f6fa;padding:20px 12px;display:flex;align-items:center;font-size:18px;line-height:120%}@media screen and (max-width: 1024px){.b-direction-algorithm__item{font-size:16px}}.b-direction-algorithm--with-img .b-direction-algorithm__item{margin-top:13px;padding:13px 12px}.b-direction-algorithm__item span{border-radius:100px;font-weight:800;color:#e72430;width:40px;min-width:40px;height:40px;display:flex;justify-content:center;align-items:center;background:#fefefe;margin:auto 16px auto 0}.b-direction-algorithm__subtitle{font-size:18px;font-weight:600}@media screen and (max-width: 1024px){.b-direction-algorithm__subtitle{font-size:16px}}.b-direction-algorithm__doc{margin:24px 0;display:flex;align-items:center}.b-direction-algorithm__doc-img{padding:12px 9px;background:#f5f6fa;border-radius:10px;max-width:106px;margin-right:12px}.b-direction-algorithm__doc-desc{display:flex;font-size:18px;font-weight:600;flex-direction:column}.b-direction-algorithm__doc-desc a{font-size:14px;margin-top:3px;border-bottom:1px dashed var(--ui-red, #e7243045);margin-right:auto}@media screen and (max-width: 1024px){.b-direction-algorithm__doc-desc{font-size:16px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-direction-article-card{background-color:#fff;width:31%;padding:15px 20px;border-radius:10px;margin-bottom:20px}.b-direction-article-card--grey{background-color:#f5f6fa}.b-direction-article-card--white{background-color:#fff}@media(max-width: 1000px){.b-direction-article-card{width:48%}}@media(max-width: 560px){.b-direction-article-card{width:100%}}.b-direction-article-card__container{height:100%;display:flex;flex-direction:column}.b-direction-article-card__title{font-size:18px;font-weight:600;line-height:23.4px;margin-bottom:5px}.b-direction-article-card__title a{color:#000}.b-direction-article-card__bottom{display:flex;justify-content:space-between;width:100%;margin-top:auto;margin-bottom:0;color:#676b77;font-size:14px}.b-direction-article-card__views{position:relative;padding-left:20px}.b-direction-article-card__views::before{position:absolute;content:"";background:url(/img/direction-article-eye.svg);width:16px;height:14px;background-size:cover;top:2px;left:0}.b-direction-article-card__tags{width:100%;margin-bottom:15px}.b-direction-article-card__tag{display:inline-block;padding-top:0;padding-right:15px;text-decoration:none;font-size:14px;color:#697582}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-direction-articles__title-container{display:flex;align-items:center;margin-bottom:20px}@media(max-width: 560px){.b-direction-articles__title-container{justify-content:space-between;align-items:flex-start;margin-bottom:12px}}@media(max-width: 970px){.b-direction-articles__top{display:flex}.b-direction-articles__top--no-mobile{flex-direction:column}}.b-direction-articles__title{margin-right:40px;font-size:34px;font-weight:700}@media(max-width: 560px){.b-direction-articles__title{font-size:24px;margin-right:0;line-height:30px}}@media(max-width: 360px){.b-direction-articles__title{font-size:20px}}.b-direction-articles__list{display:flex;justify-content:space-between;flex-wrap:wrap}.b-direction-articles__go-over-link{display:block;padding:10px 20px;color:red;font-size:16px;font-weight:600;border:1px solid #e1e5ee;border-radius:10px;position:relative;width:124px}.b-direction-articles__go-over-link::after{position:absolute;content:"";width:18px;height:18px;top:12px;right:18px;background:url(/img/icons/arrow-right.svg)}@media(max-width: 560px){.b-direction-articles__go-over-link{width:104px;padding:0;border:none;line-height:26px}.b-direction-articles__go-over-link::after{top:4px}}.b-direction-articles__search{max-width:734px}@media(max-width: 970px){.b-direction-articles__search{width:100%;margin-right:15px}}.b-direction-articles__sort{margin-bottom:33px;margin-top:33px}@media(max-width: 970px){.b-direction-articles__sort{margin-top:0}.b-direction-articles__sort .b-present__button{padding-right:20px;padding-left:20px;height:60px;margin-top:0}}@media(max-width: 560px){.b-direction-articles__sort .b-present__button{height:50px}}@media(max-width: 970px){.b-direction-articles__button-sort img{margin-right:0}}@media(max-width: 970px){.b-direction-articles__sort-button-text{display:none}}@media(max-width: 560px){.b-direction-articles .b-pagination__top{width:100%}}@media(max-width: 560px){.b-direction-articles .b-pagination__show-more{width:100%}}.b-direction-articles .b-pagination__wrap{display:none}@media(max-width: 970px){.b-direction-articles__present{position:relative !important;top:0 !important;border-radius:10px !important;padding:0 !important;margin:0 !important;box-shadow:none;width:50px !important;height:50px !important;z-index:1}.b-direction-articles__present img{max-width:none}}.b-direction-articles__present--no-mobile{box-shadow:none;width:auto !important}.b-direction-articles .b-present.js-sticky{background-color:transparent;box-shadow:none}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-direction-banner-bim{display:flex;border-radius:10px;overflow:hidden;justify-content:space-between;position:relative;flex-direction:row-reverse}@media(max-width: 768px){.b-direction-banner-bim{flex-direction:column}}.b-direction-banner-bim__content{color:#fff;display:flex;padding:70px 60px;align-items:flex-start;border-radius:10px;position:relative;background:#414e60;flex:1}@media(max-width: 1280px){.b-direction-banner-bim__content{flex-direction:column;padding:40px}}@media(max-width: 768px){.b-direction-banner-bim__content{padding:30px}}@media(max-width: 560px){.b-direction-banner-bim__content{padding:20px 15px}}.b-direction-banner-bim__image{max-width:35%;margin-left:-15px}.b-direction-banner-bim__image img{width:100%;height:100%;object-fit:cover}@media(max-width: 768px){.b-direction-banner-bim__image{max-width:initial;margin-left:0;margin-bottom:-15px;width:100%;max-height:400px;overflow:hidden}}@media(max-width: 480px){.b-direction-banner-bim__image{max-height:250px}}.b-direction-banner-bim__title{font-size:34px;color:#fff;margin-top:0}@media(max-width: 1024px){.b-direction-banner-bim__title{font-size:30px}}@media(max-width: 480px){.b-direction-banner-bim__title{font-size:26px}}.b-direction-banner-bim__text{flex:1}.b-direction-banner-bim__text span{font-size:25px;font-weight:700;line-height:1}@media(max-width: 1024px){.b-direction-banner-bim__text span{font-size:20px}}.b-direction-banner-bim__text ul{padding-left:25px}.b-direction-banner-bim__text li{line-height:1;font-size:20px;margin-bottom:5px}@media(max-width: 1024px){.b-direction-banner-bim__text li{font-size:16px}}@media(max-width: 1280px){.b-direction-banner-bim__text{margin-top:20px}}.b-direction-banner-bim__left{margin-right:50px}.b-direction-banner-bim__button{width:100%}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-direction-banner{display:flex;align-items:center;width:100%;padding:80px 0 80px 50px;border-radius:10px;background-color:#fefefe;overflow:hidden}@media screen and (max-width: 1280px){.b-direction-banner{padding:50px}}.b-direction-banner--tech-documentation{padding:0 0 0 80px;background:#424f60;color:#fff;overflow:hidden}@media screen and (max-width: 1280px){.b-direction-banner--tech-documentation{padding:0 0 0 50px}}.b-direction-banner--bim{background:#424f60;padding:0 0 0 80px;color:#fff}.b-direction-banner--tech-solutions{padding:0 0 0 80px}@media screen and (max-width: 1024px){.b-direction-banner{flex-direction:column-reverse;padding:0}}.b-direction-banner__container{display:flex;flex-direction:column}@media screen and (max-width: 1024px){.b-direction-banner__container{width:100%;padding:0 20px 30px}}.b-direction-banner--tech-documentation .b-direction-banner__container{margin-right:auto}.b-direction-banner--bim .b-direction-banner__container,.b-direction-banner--tech-solutions .b-direction-banner__container{padding:20px 0}@media screen and (max-width: 1024px){.b-direction-banner--bim .b-direction-banner__container,.b-direction-banner--tech-solutions .b-direction-banner__container{padding:20px 20px 30px}}.b-direction-banner__title{margin:0 0 15px;font-weight:800;font-size:34px;line-height:120%}@media screen and (max-width: 1024px){.b-direction-banner__title{font-size:24px;line-height:130%}}.b-direction-banner--tech-documentation .b-direction-banner__title,.b-direction-banner--bim .b-direction-banner__title{color:#fff}.b-direction-banner__subtitle{font-size:18px;font-weight:600;margin-bottom:18px}.b-direction-banner__text{margin:0;line-height:150%}@media screen and (max-width: 1024px){.b-direction-banner__text{font-size:14px}}.b-direction-banner--tech-documentation .b-direction-banner__text{max-width:510px}.b-direction-banner--bim .b-direction-banner__text{max-width:480px}.b-direction-banner__image{max-width:600px;margin-left:auto}@media screen and (max-width: 1280px){.b-direction-banner__image{width:40%;object-fit:cover}}@media screen and (max-width: 1024px){.b-direction-banner__image{width:auto;max-width:90%;margin:30px auto}}@media screen and (max-width: 1024px){.b-direction-banner--tech-documentation .b-direction-banner__image{width:100%;max-width:initial;margin:0 0 20px}}.b-direction-banner--bim .b-direction-banner__image,.b-direction-banner--tech-solutions .b-direction-banner__image{height:100%;width:auto;max-width:500px}@media screen and (max-width: 1024px){.b-direction-banner--bim .b-direction-banner__image,.b-direction-banner--tech-solutions .b-direction-banner__image{margin:0 0 0 auto}}.b-direction-banner--award{background-color:#f5f6fa;justify-content:space-between;padding:50px 70px}@media screen and (max-width: 1024px){.b-direction-banner--award{flex-direction:column;padding:40px}}@media screen and (max-width: 768px){.b-direction-banner--award{padding:20px}}.b-direction-banner--award .b-direction-banner__title{margin-bottom:30px}.b-direction-banner--award .b-direction-banner__title span{color:#e72430}@media screen and (max-width: 768px){.b-direction-banner--award .b-direction-banner__title{margin-bottom:20px}}.b-direction-banner--award .b-direction-banner__container{max-width:553px;margin-right:30px}@media screen and (max-width: 1024px){.b-direction-banner--award .b-direction-banner__container{max-width:unset;margin-right:0;padding:0;margin-bottom:30px}}.b-direction-banner--award .b-direction-banner__text{font-size:18px}@media screen and (max-width: 1024px){.b-direction-banner--award .b-direction-banner__text{font-size:16px}}.b-direction-banner--award .b-direction-banner__image{width:auto;margin-right:40px}@media(max-width: 1200px){.b-direction-banner--award .b-direction-banner__image{margin-right:0}}@media screen and (max-width: 1024px){.b-direction-banner--award .b-direction-banner__image{margin:0;max-width:300px}}@media screen and (max-width: 768px){.b-direction-banner--award .b-direction-banner__image{max-width:250px}}.b-direction-banner--consultation{background-color:#414e60;padding:19px 80px}.b-direction-banner--consultation .b-direction-banner__title{color:#fff}.b-direction-banner--consultation .b-direction-banner__text{color:#fff}.b-direction-banner--consultation .b-direction-banner__image{margin-bottom:-19px}@media screen and (max-width: 1024px){.b-direction-banner--consultation{flex-direction:column;padding:25px 20px}.b-direction-banner--consultation .b-direction-banner__text{margin-bottom:18px}.b-direction-banner--consultation .b-direction-banner__container{padding:0}.b-direction-banner--consultation .b-direction-banner__image{margin-bottom:-26px;max-width:100%}}.b-direction-banner__button{display:inline-block;max-width:326px;margin-top:20px}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-direction-baseline-energy-consumption{width:100%;position:relative}.b-direction-baseline-energy-consumption__title{margin:0 0 15px;font-weight:800;font-size:34px;line-height:120%}@media screen and (max-width: 1024px){.b-direction-baseline-energy-consumption__title{font-size:24px;line-height:130%}}.b-direction-baseline-energy-consumption__sub-title{margin-top:0;margin-bottom:15px;font-weight:600;font-size:20px;line-height:120%}@media screen and (max-width: 1024px){.b-direction-baseline-energy-consumption__sub-title{font-size:16px;line-height:120%}}.b-direction-baseline-energy-consumption__text{max-width:720px;margin-top:0;margin-bottom:30px;line-height:150%}@media screen and (max-width: 1024px){.b-direction-baseline-energy-consumption__text{font-size:14px;line-height:150%}}@media screen and (max-width: 768px){.b-direction-baseline-energy-consumption__button{display:none}}@media screen and (min-width: 769px){.b-direction-baseline-energy-consumption__button-mobile{display:none}}.b-direction-baseline-energy-consumption__line-perfect-scrollbar{position:relative;margin-bottom:50px}@media screen and (max-width: 1024px){.b-direction-baseline-energy-consumption__line-perfect-scrollbar{width:100%;height:90px}}.b-direction-baseline-energy-consumption__line{display:flex;align-items:center;padding:30px 35px;border-radius:10px;background-color:#414e60}@media screen and (max-width: 1024px){.b-direction-baseline-energy-consumption__line{max-width:initial;width:964px;height:90px;padding:20px}}.b-direction-baseline-energy-consumption__position{margin-right:15px}@media screen and (max-width: 1024px){.b-direction-baseline-energy-consumption__position{width:50px;margin-right:20px}}.b-direction-baseline-energy-consumption__text-position{line-height:130%;color:#fefefe}@media screen and (max-width: 1024px){.b-direction-baseline-energy-consumption__text-position{font-size:14px}}.b-direction-baseline-energy-consumption__ellipse{margin:0 25px}.b-direction-baseline-energy-consumption__container{display:flex;align-items:center}@media screen and (max-width: 1280px){.b-direction-baseline-energy-consumption__container{justify-content:space-between}}@media screen and (max-width: 768px){.b-direction-baseline-energy-consumption__container{flex-direction:column;align-items:flex-start}}.b-direction-baseline-energy-consumption__container-info{width:calc(100% - 750px);margin-right:30px}@media screen and (max-width: 1280px){.b-direction-baseline-energy-consumption__container-info{max-width:600px;width:calc(100% - 345px)}}@media screen and (max-width: 768px){.b-direction-baseline-energy-consumption__container-info{max-width:100%}}.b-direction-baseline-energy-consumption__perfect-scrollbar{position:relative;width:720px;height:435px;border-radius:10px}@media screen and (max-width: 1280px){.b-direction-baseline-energy-consumption__perfect-scrollbar{width:345px;height:435px}}.b-direction-baseline-energy-consumption__img{max-width:initial;width:720px;height:435px}@media screen and (max-width: 1280px){.b-direction-baseline-energy-consumption__img{display:none}}.b-direction-baseline-energy-consumption__mobile-img{height:435px;width:345px;margin-bottom:30px}@media screen and (min-width: 1281px){.b-direction-baseline-energy-consumption__mobile-img{display:none}}.b-direction-baseline-energy-consumption__tooltip{position:absolute;top:140px;left:622px}.b-direction-baseline-energy-consumption__tooltip:nth-child(3){top:30px;left:190px}.b-direction-baseline-energy-consumption__tooltip:nth-child(4){top:89px;left:385px}.b-direction-baseline-energy-consumption__tooltip .b-tooltip__text{right:-150%;left:auto;text-align:center;white-space:nowrap}@media screen and (max-width: 1280px){.b-direction-baseline-energy-consumption__tooltip{top:140px;left:298px}.b-direction-baseline-energy-consumption__tooltip:nth-child(3){top:30px;left:108px}.b-direction-baseline-energy-consumption__tooltip:nth-child(4){top:89px;left:185px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-direction-book{width:100%}.b-direction-book__title{flex-basis:100%;margin:0 0 20px;font-weight:bold;font-size:24px;line-height:120%}@media screen and (max-width: 1024px){.b-direction-book__title{margin-bottom:15px;font-size:16px}}.b-direction-book__main{display:flex;justify-content:space-between;padding:15px 30px 15px 40px;border-radius:10px;background-color:#f5f6fa}@media screen and (max-width: 660px){.b-direction-book__main{flex-direction:row-reverse;justify-content:flex-end;padding:20px 15px}}.b-direction-book__name{margin-top:15px;margin-bottom:30px;padding-left:25px;font-weight:600;font-size:20px;line-height:120%;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAuCAYAAABXuSs3AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAIBSURBVHgB7ZlBTsJAFIbftEWbsLBHqDegG4076sawgxvgCfQKnsAjiCdgZYgsqBtjZAOegN7Arky1lHFeLYYYptB2OnUxX0Km0Ff6pTPQ6fwACrmQfQuHw5llmqEFBQhDM+j1nAAEslN8NHqx9UP9jm22oTh+/Bm7nc6ZD4LIFEdp41CfUQC80kH6youdtkLlM8XHk+kCT0yB3n+Qg+uem6+7Rx7rLaovNj4SJq/xdjyMpy1IpMG/OD/t55X+Ax47x+9jw87DnoSScMUNjdrYUli9QXmCBmm4IFCeK07IKvkH0Yj2DgJwWY+JlNdAIiLlpYojouSliyMi5GsRR8rK1yaOlJGvVRwpKl+7OFJE3gA5WGz64GUVRDTafJvID72Zw7tjVypughlEEOGJ8WbWhnzYzVXUZe1g285KxXEIsImWA8vfGeJeGIZxRSntZtZAxXTcZCbo5znmcfLaJzseFf7Fj7MISlw2Slw2Slw2Slw2Slw2Slw2Slw2Slw2SlwkGtWOsGXPndw1ea54FOvzZINCly0TFAqtikIJxVABlvrS59XsilJwLaTN5AfxV3wjMnzaBiZ7TSu6Zefr/yQhJ8e82mzx8XMLjAbKr6+4DxXCZKx1UBaT2ElXCHi12aQBVNm4MA9PTPoySxrZP6Bl49wMw0rHemiyINcVG+QqRPEN9ALVvLMlhqMAAAAASUVORK5CYII=);background-position:left center;background-repeat:no-repeat;background-size:20px 20px}@media screen and (max-width: 660px){.b-direction-book__name{margin-top:0;margin-bottom:10px;padding-left:0;font-size:16px;background:none}}.b-direction-book__bottom{display:flex;align-items:center}@media screen and (max-width: 660px){.b-direction-book__bottom{flex-direction:column-reverse;align-items:flex-start;margin-right:15px}}.b-direction-book__bottom a{padding:15px 40px;background-color:transparent}@media screen and (max-width: 660px){.b-direction-book__bottom a{width:100%}}.b-direction-book__size{margin-left:20px;font-size:14px;line-height:130%;color:#9497a3}@media screen and (max-width: 660px){.b-direction-book__size{margin-left:0;margin-bottom:10px;font-size:12px}}@media screen and (max-width: 660px){.b-direction-book__image{margin-right:15px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-direction-design-algorithm{display:flex;flex-wrap:wrap;width:100%}@media screen and (max-width: 1024px){.b-direction-design-algorithm{flex-direction:column-reverse}}.b-direction-design-algorithm__block{width:50%}@media screen and (max-width: 1024px){.b-direction-design-algorithm__block{width:100%}}.b-direction-design-algorithm__title{flex-basis:100%;width:570px;margin:0 calc(100% - 570px) 50px 0;font-weight:800;font-size:34px;line-height:120%}@media screen and (max-width: 1280px){.b-direction-design-algorithm__title{width:100%;margin-right:0;font-size:24px;line-height:130%}}@media screen and (max-width: 1024px){.b-direction-design-algorithm__title{order:1;margin-bottom:15px}}.b-direction-design-algorithm__table{width:100%}@media screen and (max-width: 768px){.b-direction-design-algorithm__table{margin:0 auto}}.b-direction-design-algorithm__line{display:flex;align-items:center;margin-bottom:20px;padding-top:20px;border-top:1px solid #e1e5ee}.b-direction-design-algorithm__line:first-child{padding-top:0;border-top:none}.b-direction-design-algorithm__line--open{display:flex}.b-direction-design-algorithm__line--close{display:none}.b-direction-design-algorithm__number{display:flex;justify-content:center;align-items:center;width:50px;min-width:50px;height:50px;margin-right:20px;border-radius:50%;font-weight:600;font-size:20px;line-height:120%;background-color:#f5f6fa}@media screen and (max-width: 768px){.b-direction-design-algorithm__number{width:40px;min-width:40px;height:40px}}.b-direction-design-algorithm__text{margin:0;font-size:18px;line-height:130%}@media screen and (max-width: 1280px){.b-direction-design-algorithm__text{font-size:14px}}.b-direction-design-algorithm__all-algorithm{width:100%;padding-top:20px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background:#fefefe}.b-direction-design-algorithm__button{width:max-content;padding:0 25px 0 0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAYAAAA8sqwkAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABvSURBVHgBhZAxCoAwDEW/LYijk3NB3HMVT+oRPILdHboIhd6hYjMoElLN0t/8/wIJUCo46vFT0ZHj17DoLLZjIqqFE3sW6zOYG3GkoEG3l6SnQVq4kVA+sWSDuS1/1rboYfdeBd4QaxnG15KpcoQLThEyU3IOw24AAAAASUVORK5CYII=);background-position:right center;background-repeat:no-repeat;cursor:pointer}@media screen and (max-width: 1280px){.b-direction-design-algorithm__button{padding:15px 25px 15px 0}}.b-direction-design-algorithm__button--open{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAYAAAA8sqwkAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB5SURBVHgBhY4xDkBAEEX/LoVSpd4E/TiKG7iCkziKIzgCvUIjIRoXwNqNEInZmGSKmXkvfwCmlpRoNM3dJAfvB2pfo+EkycGeRK41Spf0wFNMw/ICzFzMCa0fiYNdkhgUhYGH1r4R9V3HpVtJCFR6Q3YtFCn81J1+An5PNJLKj+2TAAAAAElFTkSuQmCC);background-position:right center;background-repeat:no-repeat}.b-direction-design-algorithm__dashed{font-size:14px;line-height:130%;color:#e72430;border-bottom:1px dashed #e72430}.b-direction-design-algorithm__document{display:flex;justify-content:space-between;width:95%;margin-left:auto;padding:20px;border-radius:10px;background-color:#f5f6fa;position:relative}@media screen and (max-width: 1024px){.b-direction-design-algorithm__document{width:100%;margin-bottom:30px}}.b-direction-design-algorithm__document-info{z-index:2;width:70%}@media screen and (max-width: 680px){.b-direction-design-algorithm__document-info{width:100%}}.b-direction-design-algorithm__document-title{margin-bottom:15px;font-size:18px;font-style:normal;font-weight:700;line-height:120%}@media screen and (max-width: 1280px){.b-direction-design-algorithm__document-title{font-size:16px}}.b-direction-design-algorithm__document-text{margin:0 0 15px;font-size:16px;font-style:normal;font-weight:400;line-height:150%;max-width:255px}@media screen and (max-width: 1280px){.b-direction-design-algorithm__document-text{font-size:14px}}@media screen and (max-width: 680px){.b-direction-design-algorithm__document-text{max-width:100%}}.b-direction-design-algorithm__document-size{margin-bottom:15px;font-size:14px;line-height:130%;color:#9497a3}@media screen and (max-width: 1280px){.b-direction-design-algorithm__document-size{font-size:12px}}.b-direction-design-algorithm__document-button{font-size:14px;line-height:130%;background:transparent}@media screen and (max-width: 680px){.b-direction-design-algorithm__document-button{width:100%}}.b-direction-design-algorithm__document-image{position:absolute;bottom:0;right:10px;z-index:1;width:40%;max-width:227px}@media screen and (max-width: 680px){.b-direction-design-algorithm__document-image{display:none}}
.b-direction-documents-pop-up__wrap.b-popup-panel__wrap{border-radius:10px;max-width:870px}@media(max-width: 1340px){.b-direction-documents-pop-up__wrap.b-popup-panel__wrap{width:95%;max-width:870px}}.b-direction-documents-pop-up__content.b-popup-panel__content{padding:30px 40px 35px}@media(max-width: 780px){.b-direction-documents-pop-up__content.b-popup-panel__content{padding:34px 20px 40px}}.b-direction-documents-pop-up__title{font-weight:bold;font-size:24px;line-height:120%;color:#1f1f1f}.b-direction-documents-pop-up__description{color:#1f1f1f;font-size:16px;line-height:150%;margin:30px 0}.b-direction-documents-pop-up__li{font-size:16px;line-height:150%}.b-direction-documents-pop-up__img{margin-right:15px;width:45px}@media(max-width: 700px){.b-direction-documents-pop-up__img{max-width:40px}}.b-direction-documents-pop-up__img img{max-width:100%}.b-direction-documents-pop-up__left{width:calc(100% - 60px)}@media(max-width: 700px){.b-direction-documents-pop-up__left{width:calc(100% - 55px)}}.b-direction-documents-pop-up__subtitle{font-size:16px;line-height:130%;color:#1f1f1f;font-weight:600}.b-direction-documents-pop-up__content{color:#1f1f1f;font-size:14px;line-height:130%}@media screen and (max-width: 660px){.b-direction-documents-pop-up__content .l-button{width:100%}}.b-direction-documents-pop-up__close{position:absolute;right:15px;top:15px;cursor:pointer}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-direction-documents-with-filter{position:relative;width:100%;margin-bottom:80px}@media screen and (max-width: 1024px){.b-direction-documents-with-filter{margin-bottom:60px}}@media screen and (max-width: 1024px){.b-direction-documents-with-filter{margin-bottom:35px}}.b-direction-documents-with-filter__header{display:flex;justify-content:space-between}@media screen and (max-width: 1024px){.b-direction-documents-with-filter__header{flex-flow:column}}.b-direction-documents-with-filter__text-continer{margin-right:20px}@media screen and (max-width: 1024px){.b-direction-documents-with-filter__tab-continer{margin-bottom:20px}}@media screen and (max-width: 660px){.b-direction-documents-with-filter__tab-continer{display:none}}.b-direction-documents-with-filter__top{display:flex;align-items:center;margin-bottom:15px}.b-direction-documents-with-filter__title{margin:0 20px 0 0;font-weight:bold;font-size:34px;line-height:120%}@media screen and (max-width: 1024px){.b-direction-documents-with-filter__title{font-size:24px}}.b-direction-documents-with-filter__button{display:flex;justify-content:center;align-items:center;padding:13px 20px;border:1px solid #e1e5ee;border-radius:10px;font-weight:600;font-size:16px;line-height:130%;color:#e72430}@media screen and (max-width: 560px){.b-direction-documents-with-filter__button{margin-left:auto;padding:0;border:none}}.b-direction-documents-with-filter__button-image{padding-right:20px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNzUgOS41aDEwLjVNOSA0LjI1bDUuMjUgNS4yNUw5IDE0Ljc1IiBzdHJva2U9IiNFNzI0MzAiIHN0cm9rZS13aWR0aD0iMS42IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=);background-position:right center;background-repeat:no-repeat}.b-direction-documents-with-filter__text{margin:0 0 20px;line-height:150%}@media screen and (max-width: 1024px){.b-direction-documents-with-filter__wrapper{margin:-20px}}@media screen and (max-width: 760px){.b-direction-documents-with-filter__wrapper{margin:0 -10px}}.b-direction-documents-with-filter__list{display:flex;padding:20px 0}.b-direction-documents-with-filter__list .b-document-card-for-slider{height:auto}.b-direction-documents-with-filter__tab{position:relative;display:none}.b-direction-documents-with-filter__tab--active{display:block}.b-direction-documents-with-filter__button-wrap{position:absolute;top:30%;bottom:0;height:90px;max-width:1380px;width:calc(100% + 180px);margin:0 -90px;overflow:hidden}@media(max-width: 1390px){.b-direction-documents-with-filter__button-wrap{display:none}}.b-direction-documents-with-filter__slide-button{width:50px;height:50px;display:flex;background:#fff;border:1px solid #f5f6fa;box-sizing:border-box;border-radius:10px;justify-content:center;align-items:center;cursor:pointer;outline:none}.b-direction-documents-with-filter__slide-button::before{content:"";border:solid #1f1f1f;border-width:0 2px 2px 0;transform:rotate(-45deg);padding:5px;margin-right:3px}.b-direction-documents-with-filter__slide-button::after{display:none}.b-direction-documents-with-filter__slide-button--next{right:0}.b-direction-documents-with-filter__slide-button--prev{left:0}.b-direction-documents-with-filter__slide-button--prev::before{transform:rotate(135deg);margin-right:-3px}.b-direction-documents-with-filter__slide-button--next.swiper-button-disabled,.b-direction-documents-with-filter__slide-button--prev.swiper-button-disabled{opacity:1}.b-direction-documents-with-filter__slide-button--next.swiper-button-disabled::before,.b-direction-documents-with-filter__slide-button--prev.swiper-button-disabled::before{border-color:#babeca}.b-direction-documents-with-filter__tabs-selector{display:flex;width:max-content;padding:2px;border:1px solid #e1e5ee;border-radius:10px;background-color:#fff}@media(max-width: 970px){.b-direction-documents-with-filter__tabs-selector{width:min-content}}.b-direction-documents-with-filter__tabs-title{padding:18px 21px;text-align:center;font-size:14px;white-space:nowrap;color:#676b77;cursor:pointer}.b-direction-documents-with-filter__tabs-title:not(.b-direction-documents-with-filter__tabs-title--active):hover{color:#e72430}.b-direction-documents-with-filter__tabs-title--active{border-radius:10px;color:#fff;background:#e72430}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-direction-documents{position:relative;width:100%;margin-bottom:80px}@media screen and (max-width: 1024px){.b-direction-documents{margin-bottom:30px}}.b-direction-documents--no-margin{margin:0}.b-direction-documents__top{display:flex;align-items:center;margin-bottom:15px}.b-direction-documents__title{margin:0 20px 0 0;font-weight:bold;font-size:34px;line-height:120%}@media screen and (max-width: 1024px){.b-direction-documents__title{font-size:24px}}.b-direction-documents__button{display:flex;justify-content:center;align-items:center;padding:13px 20px;border:1px solid #e1e5ee;border-radius:10px;font-weight:600;font-size:16px;line-height:130%;color:#e72430}@media screen and (max-width: 560px){.b-direction-documents__button{margin-left:auto;padding:0;border:none}}.b-direction-documents__button-image{padding-right:20px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNzUgOS41aDEwLjVNOSA0LjI1bDUuMjUgNS4yNUw5IDE0Ljc1IiBzdHJva2U9IiNFNzI0MzAiIHN0cm9rZS13aWR0aD0iMS42IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=);background-position:right center;background-repeat:no-repeat}.b-direction-documents__text{margin:0 0 20px;line-height:150%}.b-direction-documents__main{display:flex;align-items:center;margin-bottom:30px;padding:20px;padding-right:30px;border-radius:10px;background-color:#fff}@media screen and (max-width: 660px){.b-direction-documents__main{flex-wrap:wrap;align-items:flex-start;padding-right:20px}}@media screen and (max-width: 660px){.b-direction-documents__info{width:calc(100% - 80px)}}.b-direction-documents__type{margin:0 0 5px;font-size:12px;line-height:130%;color:#676b77}.b-direction-documents__name{max-width:750px;margin-top:0;margin-bottom:10px;font-weight:600;font-size:18px;line-height:130%;color:#1f1f1f;display:block}@media screen and (max-width: 660px){.b-direction-documents__name{font-size:16px}}.b-direction-documents__image{margin-right:15px;border:1px solid #e1e5ee;border-radius:5px}@media screen and (max-width: 660px){.b-direction-documents__image{max-width:70px;margin-right:10px}}.b-direction-documents__download{margin-right:0;margin-left:auto}@media screen and (max-width: 660px){.b-direction-documents__download{width:100%;padding-top:16px;padding-bottom:16px;margin:35px 0 0}}.b-direction-documents__pop-up{border-bottom:1px dashed #414e60;font-weight:600;font-size:14px;line-height:130%;color:#156ce1;cursor:pointer}@media screen and (max-width: 1024px){.b-direction-documents__wrapper{margin:-20px}}@media screen and (max-width: 760px){.b-direction-documents__wrapper{margin:0 -10px}}.b-direction-documents__list{display:flex;justify-content:space-between;padding:20px 0}.b-direction-documents__list .b-document-card-for-slider{height:auto}.b-direction-documents__button-wrap{position:absolute;top:55%;bottom:0;height:200px;max-width:1380px;width:calc(100% + 180px);margin:0 -90px;overflow:hidden}@media(max-width: 1390px){.b-direction-documents__button-wrap{display:none}}.b-direction-documents__slide-button{width:50px;height:50px;display:flex;background:#fff;border:1px solid #f5f6fa;box-sizing:border-box;border-radius:10px;justify-content:center;align-items:center;cursor:pointer;outline:none}.b-direction-documents__slide-button::before{content:"";border:solid #1f1f1f;border-width:0 2px 2px 0;transform:rotate(-45deg);padding:5px;margin-right:3px}.b-direction-documents__slide-button::after{display:none}.b-direction-documents__slide-button--next{right:0}.b-direction-documents__slide-button--prev{left:0}.b-direction-documents__slide-button--prev::before{transform:rotate(135deg);margin-right:-3px}.b-direction-documents__slide-button--next.swiper-button-disabled,.b-direction-documents__slide-button--prev.swiper-button-disabled{opacity:1}.b-direction-documents__slide-button--next.swiper-button-disabled::before,.b-direction-documents__slide-button--prev.swiper-button-disabled::before{border-color:#babeca}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-direction-efficiency-regulation{position:relative;width:100%;margin-top:120px}@media screen and (max-width: 1280px){.b-direction-efficiency-regulation{margin-top:50px}}.b-direction-efficiency-regulation__container{max-width:660px}@media screen and (max-width: 1280px){.b-direction-efficiency-regulation__container{margin:0 auto}}.b-direction-efficiency-regulation__title{margin:0 0 15px;font-weight:800;font-size:34px;line-height:120%}@media screen and (max-width: 1024px){.b-direction-efficiency-regulation__title{font-size:24px;line-height:130%}}.b-direction-efficiency-regulation__text{margin:0 0 30px;line-height:150%}@media screen and (max-width: 1024px){.b-direction-efficiency-regulation__text{font-size:14px}}.b-direction-efficiency-regulation__item{background-color:#fff;margin-bottom:20px;color:#1d1d1b;border-radius:10px}.b-direction-efficiency-regulation__item:last-of-type{margin-bottom:0}.b-direction-efficiency-regulation__item.open .b-direction-efficiency-regulation__item-header::after{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAABCAYAAAA4u0VhAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAiSURBVHgBncAxEQAACAJApAYltH8I+zhwduBLUpNYhOybB11VBH0yXJMVAAAAAElFTkSuQmCC) center no-repeat}.b-direction-efficiency-regulation__item-header{padding:20px;display:flex;align-items:center;cursor:pointer;position:relative}.b-direction-efficiency-regulation__item-header::after{top:50%;transform:translateY(-50%);right:25px;position:absolute;content:"";background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABLSURBVHgB7ZKxCQAgDARjBDewetxB9x/CfSyiE8gLYiHk6uOafxECkCtzlAqa+nXkBI88igQAVVXojDvMRqNSKZjM8XW+jsQo9AcLr54HePXCxBkAAAAASUVORK5CYII=) center no-repeat;width:14px;height:14px;transition:.2s}.b-direction-efficiency-regulation__item-title{margin:0;margin-right:25px;font-weight:600;font-size:20px;line-height:120%}@media screen and (max-width: 1024px){.b-direction-efficiency-regulation__item-title{font-size:18px;line-height:130%}}.b-direction-efficiency-regulation__item-content{display:none;padding:25px 0;margin:0 20px;border-top:1px solid #e1e5ee}@media screen and (max-width: 1024px){.b-direction-efficiency-regulation__item-content{padding:15px 0 20px}}.b-direction-efficiency-regulation__item-content a{font-weight:normal}.b-direction-efficiency-regulation__image{position:absolute;top:-60px;right:-20%;width:700px}@media screen and (max-width: 1440px){.b-direction-efficiency-regulation__image{top:10%;right:0;width:500px}}@media screen and (max-width: 1280px){.b-direction-efficiency-regulation__image{display:none}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-direction-energy-efficiency-classes{width:100%;position:relative}.b-direction-energy-efficiency-classes__title{margin:0 0 15px;font-weight:800;font-size:34px;line-height:120%}@media screen and (max-width: 1280px){.b-direction-energy-efficiency-classes__title{font-size:24px;line-height:130%}}.b-direction-energy-efficiency-classes__subtitle{margin-bottom:30px;font-weight:bold;font-size:24px;line-height:120%}@media screen and (max-width: 1280px){.b-direction-energy-efficiency-classes__subtitle{font-size:16px}}.b-direction-energy-efficiency-classes__text{max-width:610px;line-height:150%}.b-direction-energy-efficiency-classes__text:not(:last-child){margin-bottom:15px}@media screen and (max-width: 1280px){.b-direction-energy-efficiency-classes__text{margin-bottom:0;font-size:14px;line-height:150%}}.b-direction-energy-efficiency-classes__paragraphs{margin-bottom:50px}.b-direction-energy-efficiency-classes__perfect-scrollbar{position:relative;margin-bottom:30px;border-radius:10px}@media screen and (max-width: 1024px){.b-direction-energy-efficiency-classes__perfect-scrollbar{width:100%}}.b-direction-energy-efficiency-classes__table{width:100%;border:1px solid #e1e5ee;border-radius:10px}@media screen and (max-width: 1024px){.b-direction-energy-efficiency-classes__table{max-width:initial;width:964px}}.b-direction-energy-efficiency-classes__line{display:flex;border-bottom:1px solid #e1e5ee;font-size:14px;line-height:130%;background:#fefefe}@media screen and (max-width: 1280px){.b-direction-energy-efficiency-classes__line{font-size:12px}}.b-direction-energy-efficiency-classes__line--cap{font-weight:bold;color:#fefefe;background:linear-gradient(0deg, #414e60, #414e60)}.b-direction-energy-efficiency-classes__line--open{display:flex}.b-direction-energy-efficiency-classes__line--close{display:none}.b-direction-energy-efficiency-classes__column-left{width:25%;margin-left:30px;padding:20px 0;border-right:1px solid #e1e5ee}.b-direction-energy-efficiency-classes__column-left--cap{border-right:none}@media screen and (max-width: 1280px){.b-direction-energy-efficiency-classes__column-left{margin-left:15px;padding:15px 0}.b-direction-energy-efficiency-classes__column-left--cap{padding:10px 0}}.b-direction-energy-efficiency-classes__column-center{width:30%;margin-left:35px;padding:20px 0;border-right:1px solid #e1e5ee}.b-direction-energy-efficiency-classes__column-center--cap{border-right:none}@media screen and (max-width: 1280px){.b-direction-energy-efficiency-classes__column-center{margin-left:10px;padding:15px 0}.b-direction-energy-efficiency-classes__column-center--cap{padding:10px 0}}.b-direction-energy-efficiency-classes__column-right{width:45%;margin-left:35px;margin-right:20px;padding:20px 0}@media screen and (max-width: 1280px){.b-direction-energy-efficiency-classes__column-right{margin-left:10px;padding:15px 0}.b-direction-energy-efficiency-classes__column-right--cap{padding:10px 0}}.b-direction-energy-efficiency-classes__all-classes{width:100%;background:#fefefe}.b-direction-energy-efficiency-classes__button{width:max-content;margin:0 auto;padding:20px 25px 20px 0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAYAAAA8sqwkAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABvSURBVHgBhZAxCoAwDEW/LYijk3NB3HMVT+oRPILdHboIhd6hYjMoElLN0t/8/wIJUCo46vFT0ZHj17DoLLZjIqqFE3sW6zOYG3GkoEG3l6SnQVq4kVA+sWSDuS1/1rboYfdeBd4QaxnG15KpcoQLThEyU3IOw24AAAAASUVORK5CYII=);background-position:right center;background-repeat:no-repeat;cursor:pointer}@media screen and (max-width: 1280px){.b-direction-energy-efficiency-classes__button{padding:15px 25px 15px 0}}.b-direction-energy-efficiency-classes__button--open{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAYAAAA8sqwkAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB5SURBVHgBhY4xDkBAEEX/LoVSpd4E/TiKG7iCkziKIzgCvUIjIRoXwNqNEInZmGSKmXkvfwCmlpRoNM3dJAfvB2pfo+EkycGeRK41Spf0wFNMw/ICzFzMCa0fiYNdkhgUhYGH1r4R9V3HpVtJCFR6Q3YtFCn81J1+An5PNJLKj+2TAAAAAElFTkSuQmCC);background-position:right center;background-repeat:no-repeat}.b-direction-energy-efficiency-classes__dashed{font-size:14px;line-height:130%;color:#e72430;border-bottom:1px dashed #e72430}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-direction-energy-requirements{width:100%;margin-top:50px}.b-direction-energy-requirements__title{margin:0 0 15px;font-weight:800;font-size:34px;line-height:120%}@media screen and (max-width: 1024px){.b-direction-energy-requirements__title{font-size:24px;line-height:130%}}.b-direction-energy-requirements__text{margin:0 0 30px;font-weight:normal;line-height:150%;color:#1f1f1f}@media screen and (max-width: 1024px){.b-direction-energy-requirements__text{font-size:14px}}.b-direction-energy-requirements__text--color-gray{color:#676b77}.b-direction-energy-requirements__text--small-font{font-size:14px}@media screen and (max-width: 1024px){.b-direction-energy-requirements__text--small-font{font-size:12px}}.b-direction-energy-requirements__text--margin-zero{margin:0}.b-direction-energy-requirements__text--width-limit{max-width:50%}@media screen and (max-width: 1024px){.b-direction-energy-requirements__text--width-limit{max-width:initial}}.b-direction-energy-requirements__image{margin-right:20px;border-radius:10px}@media screen and (max-width: 1024px){.b-direction-energy-requirements__image{width:80px;margin-right:15px}}.b-direction-energy-requirements__items{display:flex;flex-wrap:wrap;justify-content:space-between}.b-direction-energy-requirements__item{display:flex;align-items:center;width:calc(50% - 10px);margin-bottom:15px;padding:10px;padding-right:30px;border-radius:10px;background-color:#fefefe}@media screen and (max-width: 1024px){.b-direction-energy-requirements__item{align-items:flex-start;width:100%;padding:15px}.b-direction-energy-requirements__item .b-direction-energy-requirements__text{margin-bottom:0}}.b-direction-energy-requirements__item.js-mouseenter{transform:translateY(-20px);transition:transform .4s;transition-delay:0}.b-direction-energy-requirements__item.js-mouseleave{transform:translateY(0);transition:transform .4s;transition-delay:0}.b-direction-energy-requirements__item-title{margin:0 100px 5px 0;font-weight:600;font-size:18px;line-height:130%}@media screen and (max-width: 1024px){.b-direction-energy-requirements__item-title{margin-right:0;font-size:14px;line-height:130%}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-direction-experts{position:relative;width:100%}.b-direction-experts__title{flex-basis:100%;margin:0;font-weight:800;font-size:34px;line-height:120%}@media screen and (max-width: 1024px){.b-direction-experts__title{font-size:24px;line-height:130%}}.b-direction-experts__container{padding-top:30px}@media screen and (max-width: 1024px){.b-direction-experts__container{margin-right:-20px;margin-left:-20px}}@media screen and (max-width: 760px){.b-direction-experts__container{margin-right:-10px;margin-left:-10px}}.b-direction-experts__item{box-sizing:border-box;height:auto;padding:20px;border-radius:10px;background-color:#f5f6fa}.b-direction-experts__item--pointer-events{pointer-events:none;cursor:default}.b-direction-experts__item.js-mouseenter{transform:translateY(-20px);transition:transform .4s;transition-delay:0}.b-direction-experts__item.js-mouseleave{transform:translateY(0);transition:transform .4s;transition-delay:0}.b-direction-experts__image{display:block;max-height:130px;max-width:340px;width:100%;margin:0 auto 20px;border-radius:10px;object-fit:contain;background-color:#fff}.b-direction-experts__name{margin-top:0;margin-bottom:0;font-weight:600;font-size:18px;line-height:130%;color:#1f1f1f}.b-direction-experts__text{margin-top:15px;margin-bottom:0;font-weight:normal;font-size:14px;line-height:150%;color:#1f1f1f}.b-direction-experts__button-wrap{position:absolute;top:50%;bottom:0;height:90px;width:calc(100% + 180px);max-width:1380px;margin:0 -90px;overflow:hidden}@media(max-width: 1390px){.b-direction-experts__button-wrap{display:none}}.b-direction-experts__slide-button{width:50px;height:50px;display:flex;background:#fff;border:1px solid #f5f6fa;box-sizing:border-box;border-radius:10px;justify-content:center;align-items:center;cursor:pointer;outline:none}.b-direction-experts__slide-button::before{content:"";border:solid #1f1f1f;border-width:0 2px 2px 0;transform:rotate(-45deg);padding:5px;margin-right:3px}.b-direction-experts__slide-button::after{display:none}.b-direction-experts__slide-button--next{right:0}.b-direction-experts__slide-button--prev{left:0}.b-direction-experts__slide-button--prev::before{transform:rotate(135deg);margin-right:-3px}.b-direction-experts__slide-button--next,.b-direction-experts__slide-button--prev{top:60%}.b-direction-experts__slide-button--next.swiper-button-disabled,.b-direction-experts__slide-button--prev.swiper-button-disabled{opacity:1}.b-direction-experts__slide-button--next.swiper-button-disabled::before,.b-direction-experts__slide-button--prev.swiper-button-disabled::before{border-color:#babeca}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-direction-fire-safety-banner{position:relative;display:flex;align-items:center;width:100%;margin:120px 0 70px;padding:40px 20px 50px 60%;border-radius:10px;background-color:#fff}.b-direction-fire-safety-banner--soundproofing{margin:60px 0 50px;padding:95px 20px 95px 56%}@media screen and (max-width: 1240px){.b-direction-fire-safety-banner--soundproofing{margin-top:100px}}@media screen and (max-width: 1024px){.b-direction-fire-safety-banner--soundproofing{margin-top:20px}}@media screen and (max-width: 768px){.b-direction-fire-safety-banner--soundproofing{margin-top:50px}}@media screen and (max-width: 1240px){.b-direction-fire-safety-banner{padding:30px;padding-left:60%}}@media screen and (max-width: 768px){.b-direction-fire-safety-banner{padding:40% 20px 25px}}@media screen and (max-width: 480px){.b-direction-fire-safety-banner{padding-top:180px}}.b-direction-fire-safety-banner__info{max-width:430px}@media screen and (max-width: 768px){.b-direction-fire-safety-banner__info{max-width:100%}}.b-direction-fire-safety-banner--soundproofing .b-direction-fire-safety-banner__info{max-width:100%}.b-direction-fire-safety-banner__title{margin:0 0 5px;font-weight:800;font-size:34px;line-height:120%}@media screen and (max-width: 768px){.b-direction-fire-safety-banner__title{margin-bottom:10px;font-size:24px;line-height:130%}}.b-direction-fire-safety-banner__text{margin:0 0 20px;font-size:18px;line-height:150%}@media screen and (max-width: 768px){.b-direction-fire-safety-banner__text{margin-bottom:15px;font-size:18px}}.b-direction-fire-safety-banner--soundproofing .b-direction-fire-safety-banner__text{font-size:16px;margin:0}.b-direction-fire-safety-banner__name{font-size:16px;font-weight:600;margin-bottom:10px}.b-direction-fire-safety-banner__image{position:absolute;top:50%;transform:translate(0, -50%);left:0;max-width:55%;border-radius:10px}@media screen and (max-width: 1024px){.b-direction-fire-safety-banner__image{height:100%;clip-path:polygon(0 0, 80% 0%, 100% 100%, 0% 100%)}}@media screen and (max-width: 768px){.b-direction-fire-safety-banner__image{top:-5%;left:50%;transform:translate(-50%, -5%);min-height:200px;height:auto;max-width:90%;clip-path:none}}.b-direction-fire-safety-banner__link{padding:19px 86px}@media screen and (max-width: 768px){.b-direction-fire-safety-banner__link{width:100%}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-direction-heat-engineering-table{width:100%;position:relative}.b-direction-heat-engineering-table__title{margin:0 0 15px;font-weight:800;font-size:34px;line-height:120%}@media screen and (max-width: 1280px){.b-direction-heat-engineering-table__title{font-size:24px;line-height:130%}}.b-direction-heat-engineering-table__text{margin-bottom:30px;line-height:150%}@media screen and (max-width: 1280px){.b-direction-heat-engineering-table__text{font-size:14px;line-height:150%}}.b-direction-heat-engineering-table__perfect-scrollbar{position:relative;margin-bottom:30px;border-radius:10px}@media screen and (max-width: 1024px){.b-direction-heat-engineering-table__perfect-scrollbar{width:100%}}.b-direction-heat-engineering-table__table{width:100%;border:1px solid #e1e5ee;border-radius:10px;font-size:14px;line-height:130%}@media screen and (max-width: 1280px){.b-direction-heat-engineering-table__table{font-size:12px}}@media screen and (max-width: 1024px){.b-direction-heat-engineering-table__table{max-width:initial;width:964px}}@media screen and (max-width: 708px){.b-direction-heat-engineering-table__table{width:668px}}.b-direction-heat-engineering-table__top{display:flex;justify-content:space-between;align-items:center;font-weight:bold;color:#fefefe;background:linear-gradient(0deg, #414e60, #414e60)}.b-direction-heat-engineering-table__top-name{margin-left:30px}@media screen and (max-width: 1280px){.b-direction-heat-engineering-table__top-name{margin-left:15px;margin-right:15px}}.b-direction-heat-engineering-table__top-info{display:flex;flex-direction:column;width:456px}@media screen and (max-width: 708px){.b-direction-heat-engineering-table__top-info{width:330px}}.b-direction-heat-engineering-table__top-title{margin:15px 0;text-align:center}@media screen and (max-width: 1280px){.b-direction-heat-engineering-table__top-title{margin:10px 0}}.b-direction-heat-engineering-table__top-columns{display:flex}.b-direction-heat-engineering-table__column{display:flex;align-items:center;width:152px;height:100%;padding:15px 0 15px 20px}@media screen and (max-width: 708px){.b-direction-heat-engineering-table__column{width:133px;padding:10px 0 10px 10px}}.b-direction-heat-engineering-table__column--color-dark{background:#3c4859}.b-direction-heat-engineering-table__column--color-gray{background-color:#f5f6fa}.b-direction-heat-engineering-table__column--big{justify-content:center;width:228px}@media screen and (max-width: 708px){.b-direction-heat-engineering-table__column--big{width:165px}}.b-direction-heat-engineering-table__column--small{display:flex;justify-content:center;align-items:center;width:204px;padding:0}@media screen and (max-width: 708px){.b-direction-heat-engineering-table__column--small{width:138px}}@media screen and (max-width: 708px){.b-direction-heat-engineering-table__column--empty{display:none}}.b-direction-heat-engineering-table__column--download{padding:20px 10px 15px}@media screen and (max-width: 708px){.b-direction-heat-engineering-table__column--download{padding:10px}}.b-direction-heat-engineering-table__line{display:flex;justify-content:space-between;border-bottom:1px solid #e1e5ee}.b-direction-heat-engineering-table__line--text-bold{font-weight:bold}.b-direction-heat-engineering-table__line--border-top{border-top:2px solid #e1e5ee}.b-direction-heat-engineering-table__line--border-bottom-none{border-bottom:none}.b-direction-heat-engineering-table__columns{display:flex;width:660px}@media screen and (max-width: 708px){.b-direction-heat-engineering-table__columns{width:468px}}.b-direction-heat-engineering-table__columns--column-less{width:456px}@media screen and (max-width: 708px){.b-direction-heat-engineering-table__columns--column-less{width:330px}}.b-direction-heat-engineering-table__columns .b-direction-heat-engineering-table__column{border-right:1px solid #e1e5ee}.b-direction-heat-engineering-table__columns .b-direction-heat-engineering-table__column--last{border-right:none}.b-direction-heat-engineering-table__value{margin:auto 0}.b-direction-heat-engineering-table__column-left{display:flex;align-items:center;flex-grow:1;padding:20px 30px;border-right:1px solid #e1e5ee}@media screen and (max-width: 1280px){.b-direction-heat-engineering-table__column-left{padding:10px 15px}}.b-direction-heat-engineering-table__full-line{text-align:center;font-size:12px;line-height:130%;color:#525769;background-color:#e1e5ee}.b-direction-heat-engineering-table__link{border-bottom:1px dashed #e72430}.b-direction-heat-engineering-table__download-image{padding-top:25px;text-align:center;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAASCAYAAAC5DOVpAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAD/SURBVHgB1VK7DcIwFLwQF5S00GAE9G8E2MSbkGzABjACGzACGQAJJJDSUqMQYyd8jHj5SaTgmuTZd/dsvwN+CK+KEEuSqYC6JliOjtGljNup8EIiIA1p0RWgKm6lWRP8mdl5SmQfnts7SOqdJjTj9gS36Gvs4ONoDOeJs5418LE1vxJMEoquGRpqJhReJsRN5zXyOuREhTmLJxSYz8IQLhrouY36+yjgNK+TxVNS7js9BGGZkeWfx6S+zKCxskl3Oz0NOSMLy/c9rJ41OwDGMEANtJezjochGkDoT/7rmmZqG62hzBQVaiLNhWvH4w070VTnuaoDG5vBPlqiDdwBNVxLQR88xuYAAAAASUVORK5CYII=);background-position:top center;background-repeat:no-repeat}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-direction-house-izhs__title{font-size:24px;font-weight:800;margin-bottom:20px}@media(max-width: 1100px){.b-direction-house-izhs__title{font-size:20px;margin-bottom:10px}}.b-direction-house-izhs__list{display:flex;flex-wrap:wrap;gap:10px}@media(max-width: 768px){.b-direction-house-izhs__list{gap:7px}}.b-direction-house-izhs__item{display:flex;align-items:center;justify-content:center;min-width:max-content;padding:10px 25px;border:1px solid #e1e5ee;border-radius:60px;font-weight:400;font-size:14px;line-height:130%;color:#676b77;white-space:nowrap;background-color:#fff;cursor:pointer}@media(max-width: 768px){.b-direction-house-izhs__item{padding:9px 12px;font-size:13px}}.b-direction-house-izhs__item.active{border-color:#414e60;color:#fff;background-color:#414e60}.b-direction-house-izhs .hide{display:none}.b-direction-house-izhs .marker{cursor:pointer}.b-direction-house-izhs__img{position:relative;overflow:hidden}@media(max-width: 560px){.b-direction-house-izhs__img{margin:0 -15px;padding-top:40px}}.b-direction-house-izhs__point{position:absolute;font-weight:600;font-size:14px;display:flex;align-items:center}@media(max-width: 768px){.b-direction-house-izhs__point{font-size:12px}}@media(max-width: 560px){.b-direction-house-izhs__point{font-size:11px}}@media(max-width: 560px){.b-direction-house-izhs__point{margin:-15px 0 0 -8px;flex-direction:column-reverse;align-items:flex-start}}.b-direction-house-izhs__point-wrap{border-radius:10px;background-color:#f5f6fa;padding:6px 13px;color:#000;position:relative;display:flex;align-items:center;gap:7px;cursor:pointer;box-shadow:0 0 20px rgba(0,0,0,.08)}@media(max-width: 768px){.b-direction-house-izhs__point-wrap{padding:4px 10px;border-radius:7px}}@media(max-width: 560px){.b-direction-house-izhs__point-wrap{padding:4px 5px;border-radius:5px}}.b-direction-house-izhs__point-wrap::before{position:absolute;content:"";width:10px;height:10px;background-color:#f5f6fa;transform:rotate(45deg);left:10px;bottom:-2px}@media(max-width: 768px){.b-direction-house-izhs__point-wrap::before{width:8px;height:8px}}.b-direction-house-izhs__point-wrap svg{width:18px;flex:none}@media(max-width: 768px){.b-direction-house-izhs__point-wrap svg{width:12px}}@media(max-width: 560px){.b-direction-house-izhs__point.active .b-direction-house-izhs__point-wrap svg{transform:rotate(-90deg)}}.b-direction-house-izhs__point.left .b-direction-house-izhs__point-wrap::before{right:10px;left:unset}.b-direction-house-izhs__point-materials{display:none;flex-direction:column;border-radius:10px;background-color:#f5f6fa;padding:10px 13px;box-shadow:0 0 20px rgba(0,0,0,.08);margin-left:5px;line-height:1;grid-gap:5px}.b-direction-house-izhs__point-materials a{line-height:1.1}@media(max-width: 768px){.b-direction-house-izhs__point-materials{padding:4px 10px;border-radius:7px}}@media(max-width: 560px){.b-direction-house-izhs__point-materials{padding:4px 5px;border-radius:5px;margin:0 0 5px 0}}.b-direction-house-izhs__point-materials a{display:flex;align-items:center;width:100%;position:relative;padding-right:23px;line-height:20px}.b-direction-house-izhs__point-materials svg{width:18px;flex:none;position:absolute;right:0}@media(max-width: 768px){.b-direction-house-izhs__point-materials svg{width:12px}}.b-direction-house-izhs__point.active .b-direction-house-izhs__point-materials{display:flex}.b-direction-house-izhs__points{display:none}.b-direction-house-izhs .marker .st0{opacity:0;transition:all .2s}.b-direction-house-izhs .marker.active .st0{opacity:.5}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-direction-images-with-text__list--top{display:flex !important;justify-content:space-between}@media(max-width: 500px){.b-direction-images-with-text__list--top{flex-direction:column}}.b-direction-images-with-text__item--top{display:flex;flex-direction:column}@media(max-width: 500px){.b-direction-images-with-text__item--top{display:flex}}.b-direction-images-with-text__item--small{display:flex;margin-bottom:15px}.b-direction-images-with-text__item--big{display:flex;margin-bottom:25px;align-items:center}@media(max-width: 500px){.b-direction-images-with-text__item--big img{width:100px}}@media(max-width: 500px){.b-direction-images-with-text__item--big{flex-direction:column}}.b-direction-images-with-text__image{margin-right:22px}.b-direction-images-with-text__image img{max-width:none}.b-direction-images-with-text__text{margin-top:20px;margin-bottom:19px}.b-direction-images-with-text__text--top{max-width:287px;margin-right:20px}@media(max-width: 500px){.b-direction-images-with-text__text--top{margin-right:0}}.b-direction-images-with-text__attention{padding:16px 20px 16px 64px;margin-bottom:25px;background-color:#f5f6fa;border-radius:10px;position:relative}.b-direction-images-with-text__attention::before{content:"";position:absolute;top:26px;left:22px;background:url(/img/directions/attention.svg);background-size:cover;width:20px;height:20px}.b-direction-images-with-text__rule{padding:16px 20px;background-color:#f5f6fa;display:flex;justify-content:space-between;align-items:center}.b-direction-images-with-text__rule-image{margin-right:25px}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-direction-knowledgebase{width:100%}.b-direction-knowledgebase__title{flex-basis:100%;margin:0 0 20px;font-weight:bold;font-size:24px;line-height:120%}@media screen and (max-width: 1024px){.b-direction-knowledgebase__title{margin-bottom:15px;font-size:16px}}.b-direction-knowledgebase .b-knowledgebase-teaser--item{width:100%;background:#f5f6fa}@media screen and (max-width: 1024px){.b-direction-knowledgebase .b-knowledgebase-teaser__title{font-size:16px;line-height:130%}}.b-direction-knowledgebase .b-knowledgebase-button{width:max-content;margin:0 auto}@media screen and (max-width: 768px){.b-direction-knowledgebase .b-knowledgebase-button{width:100%}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-direction-landing .b-landing-header__middle{max-width:1200px;padding-left:0;padding-right:0}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-direction-list-card{position:relative;width:100%}.b-direction-list-card__title{margin-top:0;margin-bottom:10px;font-weight:800;font-size:34px;line-height:120%}@media screen and (max-width: 1024px){.b-direction-list-card__title{font-size:24px}}.b-direction-list-card__item{display:block;position:relative}.b-direction-list-card__item:hover .b-direction-list-card__wrap{transform:translateY(-10px)}.b-direction-list-card__wrap{padding:10px 20px 20px;background:#fff;border-radius:10px;border:1px solid #e1e5ee;position:relative;display:block;width:100%;height:100%;color:#000;text-align:center;transform:translateY(0);transition:transform .4s}.b-direction-list-card__list{display:grid;grid-template-columns:repeat(5, 1fr);grid-gap:20px;margin-top:30px}@media(max-width: 1024px){.b-direction-list-card__list{grid-template-columns:repeat(3, 1fr)}}@media(max-width: 630px){.b-direction-list-card__list{grid-template-columns:repeat(2, 1fr);grid-gap:10px}}@media(max-width: 480px){.b-direction-list-card__name{font-size:14px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-direction-main-banner{background:#fff;padding:0 50px;border-radius:10px}.b-direction-main-banner--gray{background-color:#f5f6fa}@media(max-width: 1024px){.b-direction-main-banner{padding:0 30px}}@media(max-width: 560px){.b-direction-main-banner{padding:0 15px}}.b-direction-main-banner__wrap{display:flex;padding-top:69px;position:relative;height:100%;box-sizing:border-box}@media(max-width: 1280px){.b-direction-main-banner__wrap{padding-top:30px}}@media(max-width: 760px){.b-direction-main-banner__wrap{flex-direction:column-reverse;padding-top:15px}}.b-direction-main-banner--kms .b-direction-main-banner__wrap{padding-top:30px}@media(max-width: 760px){.b-direction-main-banner--kms .b-direction-main-banner__wrap{padding-top:15px}}.b-direction-main-banner__title{font-weight:800;font-size:34px;line-height:120%;color:#1f1f1f}.b-direction-main-banner__title span{border:1px solid #e1e5ee;box-sizing:border-box;border-radius:10px;color:#e72430;padding:0 3px}@media(max-width: 970px){.b-direction-main-banner__title{font-size:30px}}@media(max-width: 760px){.b-direction-main-banner__title{font-size:20px}}.b-direction-main-banner--kms .b-direction-main-banner__title{max-width:520px}.b-direction-main-banner--kms .b-direction-main-banner__title span{border:none}.b-direction-main-banner__description{margin:13px 0 8px;font-weight:normal;font-size:18px;line-height:120%;max-width:580px}@media(max-width: 970px){.b-direction-main-banner__description{font-size:16px}}.b-direction-main-banner__additional-text{font-size:12px;font-weight:400;line-height:14px;text-align:left;color:#676b77;max-width:460px}@media(max-width: 760px){.b-direction-main-banner__additional-text{max-width:100%}}.b-direction-main-banner__content{max-width:65%;z-index:2;padding-bottom:75px}.b-direction-main-banner__content.no-button{padding-bottom:180px}@media(max-width: 1100px){.b-direction-main-banner__content{max-width:60%;padding-bottom:30px}.b-direction-main-banner__content.no-button{padding-bottom:100px}}@media(max-width: 760px){.b-direction-main-banner__content{max-width:initial;padding-bottom:60px}.b-direction-main-banner__content.no-button{padding-bottom:60px}}.b-direction-main-banner--kms .b-direction-main-banner__content{padding-bottom:30px}.b-direction-main-banner__img{position:absolute;right:0;z-index:1;bottom:50px;height:calc(100% - 70px);display:flex;align-items:center;justify-content:end;max-width:460px}@media(max-width: 1100px){.b-direction-main-banner__img{max-width:39%}}@media(max-width: 760px){.b-direction-main-banner__img{padding:15px 0;max-width:inherit;position:relative;margin:0;height:calc(56.25vw - 10px);bottom:auto;justify-content:center}}.b-direction-main-banner__img img{max-height:100%}.b-direction-main-banner__link-container{display:flex;flex-wrap:wrap;padding-top:30px}@media(max-width: 760px){.b-direction-main-banner__link-container{padding-top:20px}}.b-direction-main-banner__link{padding:19px 40px;margin-right:30px;margin-bottom:15px}@media(max-width: 760px){.b-direction-main-banner__link{padding:19px 0;width:100%;display:flex;text-align:center;justify-content:center;margin-right:0}}.b-direction-main-banner .l-button--secondary{background:transparent}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-direction-materials-block{position:relative;width:100%}.b-direction-materials-block__title{margin-top:0;margin-bottom:30px;font-weight:800;font-size:34px;line-height:120%;display:flex;align-items:center}@media screen and (max-width: 1024px){.b-direction-materials-block__title{font-size:24px}}.b-direction-materials-block__sliders{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}.b-direction-materials-block__box{width:calc(50% - 15px);padding:35px 30px 20px;border-radius:10px;background-color:#fff}@media screen and (max-width: 1180px){.b-direction-materials-block__box{width:100%}.b-direction-materials-block__box:nth-child(2n){margin-top:0}.b-direction-materials-block__box:not(:last-child){margin-bottom:20px}}.b-direction-materials-block__sub-title{margin-top:0;margin-bottom:25px;font-weight:bold;font-size:24px;line-height:120%;display:flex;align-items:center}.b-direction-materials-block__sub-title svg{margin-left:15px}@media screen and (max-width: 1024px){.b-direction-materials-block__sub-title{margin-bottom:15px;font-size:18px;line-height:130%}}.b-direction-materials-block__button-wrap{position:relative;display:flex;align-items:flex-end;height:50px}@media screen and (max-width: 720px){.b-direction-materials-block__button-wrap{height:40px}}.b-direction-materials-block__wrapper{height:508px;margin-bottom:30px}@media screen and (max-width: 720px){.b-direction-materials-block__wrapper{height:720px;margin-bottom:20px}}@media screen and (max-width: 375px){.b-direction-materials-block__wrapper{height:850px}}.b-direction-materials-block__slide-button{width:50px;height:50px;display:flex;box-sizing:border-box;border-radius:10px;justify-content:center;align-items:center;cursor:pointer;outline:none}.b-direction-materials-block__slide-button::before{content:"";border:solid #1f1f1f;border-width:0 2px 2px 0;transform:rotate(-45deg);padding:5px;margin-right:3px}.b-direction-materials-block__slide-button::after{display:none}@media screen and (max-width: 720px){.b-direction-materials-block__slide-button{width:40px;height:40px}}.b-direction-materials-block__slide-button--next::before{transform:rotate(45deg);position:absolute;top:10px}.b-direction-materials-block__slide-button--prev{margin-right:20px}.b-direction-materials-block__slide-button--prev::before{transform:rotate(-135deg);margin-right:-3px;position:absolute;top:17px}.b-direction-materials-block__slide-button--next,.b-direction-materials-block__slide-button--prev{position:initial}.b-direction-materials-block__slide-button--next.swiper-button-disabled,.b-direction-materials-block__slide-button--prev.swiper-button-disabled{opacity:1}.b-direction-materials-block__slide-button--next.swiper-button-disabled::before,.b-direction-materials-block__slide-button--prev.swiper-button-disabled::before{border-color:#babeca}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-direction-materials-slide{position:relative;display:flex;align-items:center;width:100%;border-radius:10px;background-color:#f5f6fa}@media screen and (max-width: 720px){.b-direction-materials-slide{flex-direction:column}}.b-direction-materials-slide__image-container{max-width:165px;flex:1}.b-direction-materials-slide__image{max-height:200px;width:100%;object-fit:none;object-position:right}@media screen and (max-width: 720px){.b-direction-materials-slide__image{margin-top:10px;max-height:115px;max-width:auto;object-fit:inherit;object-position:inherit}}.b-direction-materials-slide__info{padding:25px 30px 30px;flex:1}@media screen and (max-width: 720px){.b-direction-materials-slide__info{margin-top:auto;padding:0 20px 20px}}.b-direction-materials-slide__title{margin-top:0;margin-bottom:10px;font-weight:600;font-size:20px;line-height:120%}@media screen and (max-width: 720px){.b-direction-materials-slide__title{margin-bottom:5px;font-size:16px;line-height:130%}}.b-direction-materials-slide__text{margin-top:0;margin-bottom:20px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:14px;line-height:130%;color:#676b77}@media screen and (max-width: 720px){.b-direction-materials-slide__text{margin-bottom:10px;-webkit-line-clamp:4}}.b-direction-materials-slide__buttons{position:relative}@media screen and (max-width: 720px){.b-direction-materials-slide__buttons{display:flex;flex-direction:column-reverse;align-items:center;margin-top:20px}}.b-direction-materials-slide__buyButton{margin-right:20px;padding:13px 40px}@media screen and (max-width: 720px){.b-direction-materials-slide__buyButton{width:100%;margin-right:0}}@media screen and (max-width: 720px){.b-direction-materials-slide__moreButton{margin-bottom:10px}}.b-direction-materials-slide__flare{content:"";position:absolute;top:10px;left:110px;height:8px;width:8px;border:solid #fff;border-width:2px 2px 0 0}@media screen and (max-width: 720px){.b-direction-materials-slide__flare{top:auto;right:10px;left:auto;bottom:30px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-direction-menu{margin:40px 0 50px 0;display:flex;align-items:center;flex-wrap:wrap}.b-direction-menu__title{font-size:24px;font-weight:800;margin-bottom:20px}@media(max-width: 1100px){.b-direction-menu__title{font-size:20px;margin-bottom:10px}}.b-direction-menu__list{display:grid;gap:20px;flex-wrap:wrap;grid-template-columns:repeat(5, 1fr)}@media(max-width: 1200px){.b-direction-menu__list{grid-template-columns:repeat(3, 1fr)}}@media(max-width: 768px){.b-direction-menu__list{gap:10px;grid-template-columns:repeat(2, 1fr)}}@media(max-width: 480px){.b-direction-menu__list{grid-template-columns:1fr}}.b-direction-menu__item{padding:10px;border-radius:10px;background:#fff;font-weight:600;display:flex;flex-direction:column;background-color:#f5f6fa;transition:transform .4s;transform:translateY(0)}.b-direction-menu__item:hover{transform:translateY(-10px)}.b-direction-menu__img{background-color:#fff;border-radius:5px;display:flex;align-items:center;justify-content:center;height:154px}.b-direction-menu__img img{max-height:100%}.b-direction-menu__name{font-size:18px;font-weight:600;margin:10px 0 5px;line-height:normal}.b-direction-menu__desc{font-size:13px;font-weight:400;margin-bottom:5px}.b-direction-menu__link{display:flex;align-items:center;justify-content:center;min-width:max-content;padding:10px 25px;border:1px solid #e1e5ee;border-radius:60px;font-weight:600;font-size:14px;line-height:130%;color:#676b77;white-space:nowrap;background-color:#fff;cursor:pointer;margin-top:auto;transition:all .2s}.b-direction-menu__link svg{margin-left:8px}.b-direction-menu__link:hover{background-color:#e72430;color:#fff;border-color:#e72430}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-direction-online-calc{width:100%}.b-direction-online-calc__title{flex-basis:100%;margin:0 0 30px;font-weight:800;font-size:34px;line-height:120%}@media screen and (max-width: 1024px){.b-direction-online-calc__title{font-size:24px;line-height:130%}}.b-direction-online-calc__sub-title{flex-basis:100%;margin:0 0 20px;font-weight:bold;font-size:24px;line-height:120%}@media screen and (max-width: 1024px){.b-direction-online-calc__sub-title{margin-bottom:15px;font-size:16px}}.b-direction-online-calc__text{margin:0 0 15px;font-weight:normal;line-height:150%}@media screen and (max-width: 1024px){.b-direction-online-calc__text{font-size:14px;line-height:150%}}.b-direction-online-calc__text--margin-bottom{margin-bottom:30px}@media screen and (max-width: 1024px){.b-direction-online-calc__text--margin-bottom{margin-bottom:20px}}.b-direction-online-calc__main{display:flex;align-items:center;margin-bottom:70px;padding:20px;border-radius:10px;background-color:#fefefe}@media screen and (max-width: 1024px){.b-direction-online-calc__main{flex-direction:column;margin-bottom:50px;padding:20px 15px}.b-direction-online-calc__main a{width:100%}}.b-direction-online-calc__main-image{margin-right:30px}@media screen and (max-width: 1024px){.b-direction-online-calc__main-image{margin-right:0;margin-bottom:20px}}.b-direction-online-calc__calc-title{margin-top:0;margin-bottom:15px;font-weight:600;font-size:20px;line-height:120%}@media screen and (max-width: 768px){.b-direction-online-calc__calc-title{font-size:16px}}.b-direction-online-calc__items{display:flex}@media screen and (max-width: 1280px){.b-direction-online-calc__items{flex-wrap:wrap;justify-content:space-between}}.b-direction-online-calc__item{display:flex;align-items:center;width:calc(33.33333% - 20px);margin-bottom:15px;padding:25px 20px;border-radius:10px;color:#1f1f1f;background-color:#fefefe}.b-direction-online-calc__item:not(:nth-child(3n)){margin-right:30px}.b-direction-online-calc__item:hover{color:#1f1f1f}@media screen and (max-width: 1280px){.b-direction-online-calc__item{width:calc(50% - 15px)}.b-direction-online-calc__item:not(:nth-child(3n)){margin-right:0}}@media screen and (max-width: 768px){.b-direction-online-calc__item{width:100%}}.b-direction-online-calc__item-image{margin-right:20px;border:1px solid #f5f6fa;border-radius:5px}.b-direction-online-calc__item-title{margin-bottom:5px;color:#1d1d1b}.b-direction-online-calc__item-size{font-weight:normal;font-size:14px;line-height:130%;color:#9497a3}@media screen and (max-width: 1280px){.b-direction-online-calc__item-size{font-size:12px}}.b-direction-online-calc__btn-list{display:flex;gap:25px}.b-direction-online-calc__btn-list a.lk{max-width:260px;width:100%}@media screen and (max-width: 768px){.b-direction-online-calc__btn-list{flex-wrap:wrap;gap:10px}.b-direction-online-calc__btn-list a.lk{max-width:100%}}.b-direction-online-calc--lk .b-direction-online-calc__title{font-size:24px;margin-bottom:18px;font-weight:600}.b-direction-online-calc--lk .b-direction-online-calc__main{margin-bottom:0}@media screen and (max-width: 1024px){.b-direction-online-calc--lk .b-direction-online-calc__main{padding:20px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-direction-popup{max-width:570px;margin:0 auto;position:relative;border-radius:10px}@media screen and (max-width: 620px){.b-direction-popup{max-width:calc(100% - 30px)}}.b-direction-popup__content{padding:37px 40px;background:#fff;border-radius:10px;position:relative}@media screen and (max-width: 620px){.b-direction-popup__content{height:100%;padding:26px 19px 19px 19px;display:flex;flex-direction:column}}.b-direction-popup__title{font-weight:bold;font-size:24px;margin-bottom:15px}@media screen and (max-width: 620px){.b-direction-popup__title{font-size:18px}}.b-direction-popup__text{font-size:16px;margin-bottom:10px}.b-direction-popup__text a{color:#e72430;text-decoration:none}@media screen and (max-width: 620px){.b-direction-popup__text{font-size:14px}}.b-direction-popup__bottom{display:flex;justify-content:space-between}.b-direction-popup__bottom.js-center{justify-content:center}@media screen and (max-width: 620px){.b-direction-popup__bottom{flex-wrap:wrap;flex-direction:column-reverse}}.b-direction-popup__button{font-weight:600;font-size:16px;padding:20px 40px;border:1px solid #e72430;border-radius:10px;cursor:pointer;text-align:center;text-decoration:none}.b-direction-popup__button.js-hide{display:none}@media screen and (max-width: 620px){.b-direction-popup__button{padding:15px 0;margin-bottom:0;font-size:14px}}.b-direction-popup .mfp-close{position:absolute;top:0;right:0}
.b-direction-project-documentation-pop-up__wrap.b-popup-panel__wrap{border-radius:10px;max-width:870px}@media(max-width: 1340px){.b-direction-project-documentation-pop-up__wrap.b-popup-panel__wrap{width:95%;max-width:870px}}.b-direction-project-documentation-pop-up__content.b-popup-panel__content{padding:30px 40px 35px}@media(max-width: 780px){.b-direction-project-documentation-pop-up__content.b-popup-panel__content{padding:34px 20px 40px}}.b-direction-project-documentation-pop-up__title{font-weight:bold;font-size:24px;line-height:120%;color:#1f1f1f}.b-direction-project-documentation-pop-up__description{color:#1f1f1f;font-size:16px;line-height:150%;margin:30px 0}.b-direction-project-documentation-pop-up__li{font-size:16px;line-height:150%}.b-direction-project-documentation-pop-up__img{margin-right:15px;width:45px}@media(max-width: 700px){.b-direction-project-documentation-pop-up__img{max-width:40px}}.b-direction-project-documentation-pop-up__img img{max-width:100%}.b-direction-project-documentation-pop-up__left{width:calc(100% - 60px)}@media(max-width: 700px){.b-direction-project-documentation-pop-up__left{width:calc(100% - 55px)}}.b-direction-project-documentation-pop-up__subtitle{font-size:16px;line-height:130%;color:#1f1f1f;font-weight:600}.b-direction-project-documentation-pop-up__content{color:#1f1f1f;font-size:14px;line-height:130%}.b-direction-project-documentation-pop-up__close{position:absolute;right:15px;top:15px;cursor:pointer}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-direction-project-documentation{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}@media screen and (max-width: 768px){.b-direction-project-documentation{flex-direction:column}}.b-direction-project-documentation__title{flex-basis:100%;margin:0 0 15px;font-weight:800;font-size:34px;line-height:120%}@media screen and (max-width: 1024px){.b-direction-project-documentation__title{font-size:24px;line-height:130%}}.b-direction-project-documentation__info{width:calc(50% - 10px)}@media screen and (max-width: 768px){.b-direction-project-documentation__info{width:100%}}.b-direction-project-documentation__info-top{display:flex;align-items:center;flex-wrap:wrap}.b-direction-project-documentation__info-top p{margin:0;line-height:150%}@media screen and (max-width: 1024px){.b-direction-project-documentation__info-top p{font-size:14px;line-height:150%}}@media screen and (max-width: 768px){.b-direction-project-documentation__tooltip{display:none}}.b-direction-project-documentation__tooltip .b-tooltip__text{width:375px}.b-direction-project-documentation__text{line-height:150%}@media screen and (max-width: 1024px){.b-direction-project-documentation__text{font-size:14px;line-height:150%}}.b-direction-project-documentation__items{max-width:520px;margin-bottom:10px}.b-direction-project-documentation__item{display:flex;align-items:center;padding:25px 0 20px}.b-direction-project-documentation__item:not(:last-child){border-bottom:1px solid #e1e5ee}.b-direction-project-documentation__item-text{margin:0;font-weight:600;font-size:18px;line-height:130%}@media screen and (max-width: 1024px){.b-direction-project-documentation__item-text{font-size:16px}}.b-direction-project-documentation__svg{margin-right:30px}.b-direction-project-documentation__pop-up{border-bottom:1px dashed #e72430;color:#e72430;cursor:pointer}@media screen and (max-width: 768px){.b-direction-project-documentation__pop-up{display:inline-block;margin-bottom:30px}}.b-direction-project-documentation__materials{width:calc(50% - 10px)}@media screen and (max-width: 768px){.b-direction-project-documentation__materials{width:100%}}.b-direction-project-documentation__materials-name{margin:15px 0 10px;line-height:150%;color:#676b77}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-direction-protection__desc{margin:30px 0;max-width:1150px}.b-direction-protection__content{background-size:cover;height:530px;background-position:center;position:relative;background-repeat:no-repeat}@media(max-width: 768px){.b-direction-protection__content{height:400px;background-position-x:75%;margin:0 -20px;display:grid;padding:0 20px;grid-gap:25px}}@media(max-width: 768px){.b-direction-protection__content .js-popup-open{position:absolute;left:0;top:0;width:100%;height:100%;z-index:2}}.b-direction-protection__img{padding:20px;border-radius:100%;border:4px solid #f5f6fa;background:#fefefe;display:flex;align-items:center;justify-content:center;width:150px;min-width:150px;height:150px}@media(max-width: 1240px){.b-direction-protection__img{width:100px;min-width:100px;height:100px}}@media(max-width: 768px){.b-direction-protection__img{width:91px;min-width:91px;height:91px;padding:7px}}.b-direction-protection__item{display:flex;position:absolute;align-items:flex-start}@media(max-width: 768px){.b-direction-protection__item{position:relative}}@media(min-width: 769px){.b-direction-protection__item--partitions{top:20%;left:7%}}@media(min-width: 769px){.b-direction-protection__item--ceilings{left:45%;top:6%}}@media(min-width: 769px){.b-direction-protection__item--floors{top:57%;left:29%}}@media(max-width: 768px){.b-direction-protection__item--floors{flex-direction:row-reverse}}.b-direction-protection__item--walls{flex-direction:row-reverse}@media(min-width: 769px){.b-direction-protection__item--walls{right:10%;top:45%}}.b-direction-protection__info{padding:16px 19px;box-shadow:0 0 28.5px 0 rgba(0,0,0,.1);border-radius:10px;background:#fefefe;max-width:454px;margin:45px 0 0 24px}@media(max-width: 1240px){.b-direction-protection__info{margin:15px 0 0 12px}}.b-direction-protection__info:hover{z-index:1}.b-direction-protection__item--floors .b-direction-protection__info{max-width:670px}@media(max-width: 768px){.b-direction-protection__item--floors .b-direction-protection__info{margin:15px 15px 0 0}}.b-direction-protection__item--walls .b-direction-protection__info{margin:45px 24px 0 0}@media(max-width: 1240px){.b-direction-protection__item--walls .b-direction-protection__info{margin:15px 15px 0 0}}.b-direction-protection__name{font-size:20px;font-weight:600;cursor:pointer}@media(max-width: 1240px){.b-direction-protection__name{font-size:18px}}.b-direction-protection__item-desc{padding-top:12px;font-size:14px;display:none}.b-direction-protection__item-desc ul{margin-bottom:0}.b-direction-protection__item-desc ul li{margin-bottom:5px}@media(min-width: 769px){.b-direction-protection__info:hover .b-direction-protection__item-desc{display:block}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-direction-purpose-system-block{position:relative;width:100%}.b-direction-purpose-system-block__title{margin-top:0;margin-bottom:10px;font-weight:800;font-size:34px;line-height:120%}@media screen and (max-width: 1024px){.b-direction-purpose-system-block__title{font-size:24px}}.b-direction-purpose-system-block__tabs-names{width:100%;border-bottom:1px solid #e1e5ee}.b-direction-purpose-system-block__tab-name{display:inline-block;margin-right:40px;padding:15px 0;font-size:18px;line-height:150%;color:#676b77;cursor:pointer}.b-direction-purpose-system-block__tab-name--active{border-bottom:3px solid #e72430;color:#e72430}@media screen and (max-width: 600px){.b-direction-purpose-system-block__tab-name{margin-right:25px;font-size:16px;line-height:1;padding:15px 0 10px}.b-direction-purpose-system-block__tab-name:last-child{margin-right:0}}.b-direction-purpose-system-block__wrapper{padding-top:40px;padding-bottom:40px}.b-direction-purpose-system-block__tabs{padding-bottom:60px}@media screen and (max-width: 1024px){.b-direction-purpose-system-block__tabs{padding-bottom:10px}}.b-direction-purpose-system-block__tab{position:relative;display:none}.b-direction-purpose-system-block__tab--active{display:block}.b-direction-purpose-system-block__sliders{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}.b-direction-purpose-system-block__button-wrap{position:absolute;height:70px;max-width:1380px;width:calc(100% + 145px);margin:0 -120px;top:40%;bottom:0;overflow:hidden}@media(max-width: 1390px){.b-direction-purpose-system-block__button-wrap{display:none}}.b-direction-purpose-system-block__slide-button{width:50px;height:50px;display:flex;background:#fff;border:1px solid #f5f6fa;box-sizing:border-box;border-radius:10px;justify-content:center;align-items:center;cursor:pointer;outline:none}.b-direction-purpose-system-block__slide-button::before{content:"";border:solid #1f1f1f;border-width:0 2px 2px 0;transform:rotate(-45deg);padding:5px;margin-right:3px}.b-direction-purpose-system-block__slide-button::after{display:none}.b-direction-purpose-system-block__slide-button--next{right:0}.b-direction-purpose-system-block__slide-button--prev{left:0}.b-direction-purpose-system-block__slide-button--prev::before{transform:rotate(135deg);margin-right:-3px}.b-direction-purpose-system-block__slide-button--next,.b-direction-purpose-system-block__slide-button--prev{top:60%}.b-direction-purpose-system-block__slide-button--next.swiper-button-disabled,.b-direction-purpose-system-block__slide-button--prev.swiper-button-disabled{opacity:1}.b-direction-purpose-system-block__slide-button--next.swiper-button-disabled::before,.b-direction-purpose-system-block__slide-button--prev.swiper-button-disabled::before{border-color:#babeca}.b-direction-purpose-system-block--section .b-direction-purpose-system-block__desc .desc-title{font-size:24px;font-weight:800;line-height:130%;margin-top:32px}@media screen and (max-width: 768px){.b-direction-purpose-system-block--section .b-direction-purpose-system-block__desc .desc-title{font-size:20px}}@media screen and (max-width: 640px){.b-direction-purpose-system-block--section .b-direction-purpose-system-block__desc .desc-title{font-size:16px;font-weight:600}}.b-direction-purpose-system-block--section .b-direction-purpose-system-block__desc p{font-size:20px;font-weight:400;line-height:120%}@media screen and (max-width: 768px){.b-direction-purpose-system-block--section .b-direction-purpose-system-block__desc p{font-size:16px}}@media screen and (max-width: 640px){.b-direction-purpose-system-block--section .b-direction-purpose-system-block__desc p{font-size:14px}}.b-direction-purpose-system-block--section .b-direction-purpose-system-block__wrapper{padding-top:16px}.b-direction-purpose-system-block--section .b-direction-purpose-system-block__tabs{padding-bottom:100px}@media screen and (max-width: 1024px){.b-direction-purpose-system-block--section .b-direction-purpose-system-block__tabs{padding-bottom:50px}}.b-direction-purpose-system-block--section .b-direction-purpose-system-block__tab{margin-top:32px;padding:48px;border-radius:10px;background:#f5f6fa}@media screen and (max-width: 768px){.b-direction-purpose-system-block--section .b-direction-purpose-system-block__tab{padding:32px}}@media screen and (max-width: 640px){.b-direction-purpose-system-block--section .b-direction-purpose-system-block__tab{padding:20px}}.b-direction-purpose-system-block__banner{background-repeat:no-repeat;background-position:calc(100% - 20px) center;background-color:#fefefe;margin-top:32px;padding:40px 242px 40px 48px;border-radius:10px}.b-direction-purpose-system-block__banner-title{font-size:24px;font-weight:700;line-height:120%}@media screen and (max-width: 768px){.b-direction-purpose-system-block__banner-title{font-size:20px}}@media screen and (max-width: 640px){.b-direction-purpose-system-block__banner-title{font-size:16px;font-weight:600}}.b-direction-purpose-system-block__banner-desc{font-size:18px;font-weight:400;line-height:130%;margin-top:16px}@media screen and (max-width: 768px){.b-direction-purpose-system-block__banner-desc{font-size:16px}}@media screen and (max-width: 640px){.b-direction-purpose-system-block__banner-desc{font-size:14px}}@media screen and (max-width: 768px){.b-direction-purpose-system-block__banner{padding:142px 32px 32px;background-size:80px;background-position:32px 32px}}@media screen and (max-width: 640px){.b-direction-purpose-system-block__banner{padding:130px 20px 20px}}.b-direction-purpose-system-block__recomendation-title{font-size:24px;font-weight:800;line-height:130%;padding-bottom:16px}@media screen and (max-width: 768px){.b-direction-purpose-system-block__recomendation-title{font-size:20px}}@media screen and (max-width: 640px){.b-direction-purpose-system-block__recomendation-title{font-size:16px;font-weight:600}}.b-direction-purpose-system-block__prim{font-size:16px;font-weight:400;line-height:130%}@media screen and (max-width: 640px){.b-direction-purpose-system-block__prim{font-size:14px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-direction-purpose-system-popup__wrap.b-popup-panel__wrap{border-radius:10px;max-width:870px}@media(max-width: 1340px){.b-direction-purpose-system-popup__wrap.b-popup-panel__wrap{width:95%;max-width:870px}}.b-direction-purpose-system-popup .b-popup-panel__content{padding:40px 40px 35px}@media(max-width: 780px){.b-direction-purpose-system-popup .b-popup-panel__content{padding:34px 20px 40px}}.b-direction-purpose-system-popup__close{position:absolute;right:10px;top:10px;cursor:pointer}.b-direction-purpose-system-popup__content{display:flex;justify-content:space-between;align-items:stretch}.b-direction-purpose-system-popup__image-container{width:30%;padding:15px;border-radius:10px;background-color:#f5f6fa}@media screen and (max-width: 960px){.b-direction-purpose-system-popup__image-container{display:none}}.b-direction-purpose-system-popup__image{margin:0 auto auto}.b-direction-purpose-system-popup__info{width:calc(70% - 25px);margin-right:25px}@media screen and (max-width: 960px){.b-direction-purpose-system-popup__info{width:100%;margin-right:0}}.b-direction-purpose-system-popup__title{margin-bottom:20px;font-size:24px;font-weight:bold;line-height:120%}.b-direction-purpose-system-popup__price{font-size:24px;font-weight:bold;line-height:120%}.b-direction-purpose-system-popup__description{margin-bottom:20px;line-height:150%}.b-direction-purpose-system-popup__container{display:flex;justify-content:space-between}.b-direction-purpose-system-popup__container:not(:last-child){margin-bottom:15px}.b-direction-purpose-system-popup__container--button-line{flex-wrap:wrap;justify-content:flex-start}@media screen and (max-width: 600px){.b-direction-purpose-system-popup__container--button-line{justify-content:space-between}}.b-direction-purpose-system-popup__material{position:relative;display:flex;flex-direction:column;margin-left:10px;padding-left:20px;padding-right:10px;border-left:1px solid #e1e5ee;font-weight:600;font-size:16px;line-height:1.1}.b-direction-purpose-system-popup__material:not(:last-child){padding-bottom:15px}.b-direction-purpose-system-popup__material:last-child{border-color:transparent}.b-direction-purpose-system-popup__material::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAErSURBVHgBfZGvTgNBEMa/2T1RuFBIgKQtiEsQIIvDAQKLwNGKuz4BkBAMBniBNkHhegIwBMML9A04ggAEyQmglgBNxf1ZdrZ3prl0zM7u/nZmvm8JWfSdukMWDnTqKWAOCiEEeohwXg2DkBky4ErdJULHQGOhgW+lcFh9D3zKKj4yaHsNTLtNyOUa4pc3DLrXGN4/jB7EWJcn85W2ImxM7e2ifHEKUZ4xFcXiAko720h/fhE9PZcSAokU2OJLu9VAUditplktgit0D8ds1lYLYblUMyuPKXge3iQfX4Uwz57RoUgVfM4H/k0hzCJHItCTx7OVVxLwokCL+OzD0k6wOO70d3mF4e2dcQMx9nOfPe1ze4LPR9rnLuWH7DckznS6yaIZ4hEpQSf/wX/vv2cKEfiPkQAAAABJRU5ErkJggg==);position:absolute;left:-6px;line-height:15px}.b-direction-purpose-system-popup__material-value{margin-top:3px;font-weight:normal;color:#676b77}.b-direction-purpose-system-popup__download{height:20px;min-width:128px;padding-right:25px;font-weight:600;line-height:130%;color:#e72430;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAASCAYAAAC5DOVpAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAD/SURBVHgB1VK7DcIwFLwQF5S00GAE9G8E2MSbkGzABjACGzACGQAJJJDSUqMQYyd8jHj5SaTgmuTZd/dsvwN+CK+KEEuSqYC6JliOjtGljNup8EIiIA1p0RWgKm6lWRP8mdl5SmQfnts7SOqdJjTj9gS36Gvs4ONoDOeJs5418LE1vxJMEoquGRpqJhReJsRN5zXyOuREhTmLJxSYz8IQLhrouY36+yjgNK+TxVNS7js9BGGZkeWfx6S+zKCxskl3Oz0NOSMLy/c9rJ41OwDGMEANtJezjochGkDoT/7rmmZqG62hzBQVaiLNhWvH4w070VTnuaoDG5vBPlqiDdwBNVxLQR88xuYAAAAASUVORK5CYII=);background-position:right center;background-repeat:no-repeat;cursor:pointer}@media screen and (max-width: 600px){.b-direction-purpose-system-popup__download{display:none}}.b-direction-purpose-system-popup__detail{height:fit-content;padding-right:25px;font-weight:600;line-height:130%;color:#e72430;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNzUgOS41aDEwLjVNOSA0LjI1bDUuMjUgNS4yNUw5IDE0Ljc1IiBzdHJva2U9IiNFNzI0MzAiIHN0cm9rZS13aWR0aD0iMS42IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:right center}.b-direction-purpose-system-popup__print-wrap{display:flex;align-items:center;height:60px;margin-right:20px;margin-bottom:10px;padding:16px 20px;border-radius:10px;background-color:#f5f6fa}@media screen and (max-width: 600px){.b-direction-purpose-system-popup__print-wrap{width:calc(100% - 70px);margin-right:0}}.b-direction-purpose-system-popup__print-title{font-weight:400;font-size:16px;color:#1f1f1f}.b-direction-purpose-system-popup__icon{display:block;height:26px;width:26px;margin-right:15px;text-align:center;text-decoration:none;color:#0a0a0a;cursor:pointer;background:url("/img/icons/file-icon-red.svg") no-repeat center}.b-direction-purpose-system-popup__compare-block{display:flex;align-items:center;justify-content:center;width:60px;height:60px;border:1px solid #a6a6a6;box-sizing:border-box;border-radius:10px;cursor:pointer}.b-direction-purpose-system-popup__compare-block:hover{border-color:#e72430}.b-direction-purpose-system-popup__compare-block.js-compare-added{border-color:#e72430}.b-direction-purpose-system-popup__compare-block.js-compare-added:hover{border-color:#a6a6a6}.b-direction-purpose-system-popup__compare-block.js-compare-added line{stroke:#e72430}.b-direction-purpose-system-popup__buy-button{max-height:60px;margin-right:20px;padding:19px 60px}@media screen and (max-width: 600px){.b-direction-purpose-system-popup__buy-button{order:1;width:100%;margin-right:0}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-direction-purpose-system-slide{height:100%;border-radius:10px;background-color:#fff;display:flex}.b-direction-purpose-system-slide__container{padding:20px;display:flex;flex-direction:column}.b-direction-purpose-system-slide__top{flex:1}.b-direction-purpose-system-slide__image-container{max-width:138px;margin:0 auto;margin-bottom:10px}.b-direction-purpose-system-slide__title{font-weight:600;font-size:20px;line-height:120%}@media screen and (max-width: 1024px){.b-direction-purpose-system-slide__title{font-size:16px;line-height:130%}}.b-direction-purpose-system-slide__description{font-size:14px;font-weight:400;line-height:18.2px;margin-bottom:20px}.b-direction-purpose-system-slide__block-title{font-size:14px;font-weight:400;line-height:18.2px;margin-bottom:5px;color:#676b77}.b-direction-purpose-system-slide__block-params{margin-bottom:22px}.b-direction-purpose-system-slide__param{display:flex;justify-content:space-between;font-size:14px;line-height:18.2px;font-weight:400;margin-bottom:12px}.b-direction-purpose-system-slide__param-name{color:#676b77}.b-direction-purpose-system-slide__param-value{font-weight:600}.b-direction-purpose-system-slide__block-materials,.b-direction-purpose-system-slide__block-properties{margin-bottom:20px}.b-direction-purpose-system-slide__material,.b-direction-purpose-system-slide__prop{padding:10px 20px;border-radius:10px;background-color:#f5f6fa;font-size:14px;line-height:18.2px;font-weight:400;margin-bottom:10px;display:flex;align-items:center}.b-direction-purpose-system-slide__prop{min-height:50px;padding:0 20px}.b-direction-purpose-system-slide__material-image,.b-direction-purpose-system-slide__prop-image{max-width:100%}.b-direction-purpose-system-slide__prop-image-container,.b-direction-purpose-system-slide__material-image-container{max-width:29px;width:100%;background-repeat:no-repeat;background-size:contain;margin-right:20px;display:flex;justify-content:space-around}.b-direction-purpose-system-slide__material-name,.b-direction-purpose-system-slide__prop-name{font-weight:600;margin-bottom:4px}.b-direction-purpose-system-slide__prop-name{margin-bottom:0}.b-direction-purpose-system-slide__buttons{display:flex;flex-direction:column}.b-direction-purpose-system-slide__btn-page-system{margin-bottom:15px}.b-direction-purpose-system-slide--section .b-direction-purpose-system-slide__buttons{display:grid;grid-template-columns:repeat(2, 1fr);gap:8px}.b-direction-purpose-system-slide--section .b-direction-purpose-system-slide__btn-page-system,.b-direction-purpose-system-slide--section .b-direction-purpose-system-slide__btn-shop{font-size:14px;font-weight:600;line-height:130%;display:flex;justify-content:center;align-items:center;padding:12px 0;margin-bottom:0}.b-direction-purpose-system-slide--section .b-direction-purpose-system-slide__btn-shop{position:relative}.b-direction-purpose-system-slide--section .b-direction-purpose-system-slide__btn-shop::before{content:"";position:absolute;width:8px;height:8px;top:10px;right:8px;border-top:1.6px solid #e72430;border-right:1.6px solid #e72430}.b-direction-purpose-system-slide.swiper-slide{height:auto}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-direction-reckoner-energy-efficiency-classes{width:100%;position:relative}.b-direction-reckoner-energy-efficiency-classes__title{max-width:570px;margin:0 0 15px;font-weight:800;font-size:34px;line-height:120%}@media screen and (max-width: 1280px){.b-direction-reckoner-energy-efficiency-classes__title{font-size:24px;line-height:130%}}.b-direction-reckoner-energy-efficiency-classes__text{max-width:770px;margin-bottom:16px;font-size:16px;font-style:normal;font-weight:400;line-height:150%}.b-direction-reckoner-energy-efficiency-classes__text--bold{font-size:18px;font-style:normal;font-weight:600}@media screen and (max-width: 1280px){.b-direction-reckoner-energy-efficiency-classes__text{font-size:14px;line-height:150%}}.b-direction-reckoner-energy-efficiency-classes__perfect-scrollbar{position:relative;margin-bottom:30px;border-radius:10px}@media screen and (max-width: 1024px){.b-direction-reckoner-energy-efficiency-classes__perfect-scrollbar{width:100%}}.b-direction-reckoner-energy-efficiency-classes__table{width:100%;border:1px solid #e1e5ee;border-radius:10px;font-size:14px;line-height:130%}@media screen and (max-width: 1280px){.b-direction-reckoner-energy-efficiency-classes__table{font-size:12px}}@media screen and (max-width: 1024px){.b-direction-reckoner-energy-efficiency-classes__table{max-width:initial;width:964px}}@media screen and (max-width: 708px){.b-direction-reckoner-energy-efficiency-classes__table{width:668px}}.b-direction-reckoner-energy-efficiency-classes__top{display:flex;justify-content:space-between;align-items:center;font-weight:bold;color:#fefefe;background:linear-gradient(0deg, #414e60, #414e60)}.b-direction-reckoner-energy-efficiency-classes__top-name{margin-left:30px}@media screen and (max-width: 1280px){.b-direction-reckoner-energy-efficiency-classes__top-name{margin-left:15px}}.b-direction-reckoner-energy-efficiency-classes__top-info{display:flex;flex-direction:column;width:692px}@media screen and (max-width: 708px){.b-direction-reckoner-energy-efficiency-classes__top-info{width:446px}}.b-direction-reckoner-energy-efficiency-classes__top-title{margin:15px 0;text-align:center}@media screen and (max-width: 1280px){.b-direction-reckoner-energy-efficiency-classes__top-title{margin:10px 0;text-align:left}}.b-direction-reckoner-energy-efficiency-classes__top-columns{display:flex}.b-direction-reckoner-energy-efficiency-classes__column{display:flex;align-items:center;width:82px;height:100%;padding:15px 0 20px 15px}@media screen and (max-width: 708px){.b-direction-reckoner-energy-efficiency-classes__column{width:52px;padding:10px 0 10px 10px}}.b-direction-reckoner-energy-efficiency-classes__column--color-dark{background:#3c4859}.b-direction-reckoner-energy-efficiency-classes__column--color-gray{background-color:#f5f6fa}.b-direction-reckoner-energy-efficiency-classes__column--last{width:118px}@media screen and (max-width: 708px){.b-direction-reckoner-energy-efficiency-classes__column--last{width:82px}}.b-direction-reckoner-energy-efficiency-classes__line{display:flex;justify-content:space-between;border-bottom:1px solid #e1e5ee}.b-direction-reckoner-energy-efficiency-classes__columns{display:flex;width:692px}@media screen and (max-width: 708px){.b-direction-reckoner-energy-efficiency-classes__columns{width:446px}}.b-direction-reckoner-energy-efficiency-classes__columns .b-direction-reckoner-energy-efficiency-classes__column{border-right:1px solid #e1e5ee}.b-direction-reckoner-energy-efficiency-classes__columns .b-direction-reckoner-energy-efficiency-classes__column--last{border-right:none}.b-direction-reckoner-energy-efficiency-classes__value{margin:auto 0}.b-direction-reckoner-energy-efficiency-classes__column-left{display:flex;align-items:center;flex-grow:1;padding:20px 30px;border-right:1px solid #e1e5ee}@media screen and (max-width: 1280px){.b-direction-reckoner-energy-efficiency-classes__column-left{padding:10px 15px}}.b-direction-reckoner-energy-efficiency-classes__number{margin-right:15px;color:#676b77}@media screen and (max-width: 1280px){.b-direction-reckoner-energy-efficiency-classes__number{margin-right:10px}}.b-direction-reckoner-energy-efficiency-classes__footnote{padding:13px 0 13px 30px;color:#676b77}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-direction-regional-regulations-example-pop-up__wrap.b-popup-panel__wrap{border-radius:10px;max-width:780px;width:100%}@media(max-width: 1340px){.b-direction-regional-regulations-example-pop-up__wrap.b-popup-panel__wrap{max-width:780px;width:95%}}.b-direction-regional-regulations-example-pop-up__content.b-popup-panel__content{padding:30px 40px 35px}@media(max-width: 780px){.b-direction-regional-regulations-example-pop-up__content.b-popup-panel__content{padding:34px 20px 40px}}.b-direction-regional-regulations-example-pop-up__title{margin-bottom:30px;font-weight:bold;font-size:24px;line-height:120%;color:#1f1f1f}.b-direction-regional-regulations-example-pop-up__img{margin-right:15px;width:45px}@media(max-width: 700px){.b-direction-regional-regulations-example-pop-up__img{max-width:40px}}.b-direction-regional-regulations-example-pop-up__img img{max-width:100%}.b-direction-regional-regulations-example-pop-up__left{width:calc(100% - 60px)}@media(max-width: 700px){.b-direction-regional-regulations-example-pop-up__left{width:calc(100% - 55px)}}.b-direction-regional-regulations-example-pop-up__content{color:#1f1f1f;font-size:14px;line-height:130%}.b-direction-regional-regulations-example-pop-up__close{position:absolute;right:15px;top:15px;cursor:pointer}.b-direction-regional-regulations-example-pop-up__table{border:1px solid #e1e5ee;border-radius:10px}.b-direction-regional-regulations-example-pop-up__line{display:flex;justify-content:space-between;align-items:center;font-size:14px;line-height:16px}.b-direction-regional-regulations-example-pop-up__line--color-gray{background-color:#f5f6fa}.b-direction-regional-regulations-example-pop-up__position{padding:10px 0 10px 20px}.b-direction-regional-regulations-example-pop-up__value{width:200px;padding:10px 0 10px}@media screen and (max-width: 768px){.b-direction-regional-regulations-example-pop-up__value{width:120px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-direction-regional-regulations-example{position:relative;width:100%}.b-direction-regional-regulations-example__block{width:75%;padding:40px;border-radius:10px;background-color:#fefefe}@media screen and (max-width: 1280px){.b-direction-regional-regulations-example__block{width:max-content;margin:0 auto}}@media screen and (max-width: 768px){.b-direction-regional-regulations-example__block{width:100%;padding:20px 15px}}@media screen and (max-width: 340px){.b-direction-regional-regulations-example__block{padding:20px 10px}}.b-direction-regional-regulations-example__title{margin:0 0 15px 0;font-weight:bold;font-size:24px;line-height:120%}@media screen and (max-width: 1280px){.b-direction-regional-regulations-example__title{font-size:20px}}.b-direction-regional-regulations-example__text{max-width:510px;margin-top:0;margin-bottom:15px;line-height:150%}@media screen and (max-width: 1280px){.b-direction-regional-regulations-example__text{font-size:14px}}.b-direction-regional-regulations-example__text--double-margin-bottom{margin-bottom:30px}.b-direction-regional-regulations-example__formulas-container{max-width:510px;margin-bottom:30px}.b-direction-regional-regulations-example__formulas{width:270px;margin:0 auto;border-radius:10px;background-color:#f5f6fa;font-size:18px;line-height:150%}.b-direction-regional-regulations-example__formulas-gray{border:1px solid #bfc6d8;border-radius:10px;background-color:#fefefe}.b-direction-regional-regulations-example__formula{display:flex;justify-content:space-between;padding:15px}.b-direction-regional-regulations-example__pop-up{border-bottom:1px dashed #e72430;font-weight:600;font-size:14px;line-height:130%;color:#e72430;cursor:pointer}.b-direction-regional-regulations-example__image{position:absolute;top:40px;right:0}@media screen and (max-width: 1280px){.b-direction-regional-regulations-example__image{display:none}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-direction-regional-regulations{display:flex;justify-content:space-between;width:100%}@media screen and (max-width: 768px){.b-direction-regional-regulations{flex-direction:column}}.b-direction-regional-regulations__block{width:50%}@media screen and (max-width: 768px){.b-direction-regional-regulations__block{width:100%}}.b-direction-regional-regulations__title{margin:40px 10px 15px 0;font-weight:800;font-size:34px;line-height:120%}@media screen and (max-width: 1280px){.b-direction-regional-regulations__title{font-size:24px;line-height:130%}}@media screen and (max-width: 768px){.b-direction-regional-regulations__title{margin-top:0;margin-right:0}}.b-direction-regional-regulations__text{max-width:480px;margin-right:10px;line-height:150%}.b-direction-regional-regulations__text:not(:last-child){margin-bottom:15px}@media screen and (max-width: 1280px){.b-direction-regional-regulations__text{max-width:initial;margin-bottom:0;font-size:14px;line-height:150%}}@media screen and (max-width: 768px){.b-direction-regional-regulations__text{margin-right:0}.b-direction-regional-regulations__text:last-child{margin-bottom:30px}}.b-direction-regional-regulations__table{max-width:600px;width:100%;border:1px solid #e1e5ee;border-radius:10px}@media screen and (max-width: 768px){.b-direction-regional-regulations__table{margin:0 auto}}.b-direction-regional-regulations__line{display:flex;border-bottom:1px solid #e1e5ee;font-size:14px;line-height:130%;background:#fefefe}@media screen and (max-width: 1280px){.b-direction-regional-regulations__line{font-size:12px}}.b-direction-regional-regulations__line--cap{border-top-left-radius:10px;border-top-right-radius:10px;font-weight:bold;color:#fefefe;background:linear-gradient(0deg, #414e60, #414e60)}.b-direction-regional-regulations__line--open{display:flex}.b-direction-regional-regulations__line--close{display:none}.b-direction-regional-regulations__column-left{width:calc(40% - 2px);padding:20px 0 20px 30px;border-right:1px solid #e1e5ee}.b-direction-regional-regulations__column-left--cap{border-right:none}@media screen and (max-width: 1280px){.b-direction-regional-regulations__column-left{padding:15px 20px 15px 15px}.b-direction-regional-regulations__column-left--cap{padding:10px 20px 10px 15px}}.b-direction-regional-regulations__column-right{width:30%;padding:20px 20px 20px 35px;border-right:1px solid #e1e5ee}.b-direction-regional-regulations__column-right--cap{border-right:none}@media screen and (max-width: 1280px){.b-direction-regional-regulations__column-right{padding:15px 20px 15px 10px}.b-direction-regional-regulations__column-right--cap{padding:10px 20px 10px 10px}}.b-direction-regional-regulations__column-right:last-child{border-right:none}.b-direction-regional-regulations__all-cites{width:100%;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background:#fefefe}.b-direction-regional-regulations__button{width:max-content;margin:0 auto;padding:20px 25px 20px 0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAYAAAA8sqwkAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABvSURBVHgBhZAxCoAwDEW/LYijk3NB3HMVT+oRPILdHboIhd6hYjMoElLN0t/8/wIJUCo46vFT0ZHj17DoLLZjIqqFE3sW6zOYG3GkoEG3l6SnQVq4kVA+sWSDuS1/1rboYfdeBd4QaxnG15KpcoQLThEyU3IOw24AAAAASUVORK5CYII=);background-position:right center;background-repeat:no-repeat;cursor:pointer}@media screen and (max-width: 1280px){.b-direction-regional-regulations__button{padding:15px 25px 15px 0}}.b-direction-regional-regulations__button--open{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAYAAAA8sqwkAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB5SURBVHgBhY4xDkBAEEX/LoVSpd4E/TiKG7iCkziKIzgCvUIjIRoXwNqNEInZmGSKmXkvfwCmlpRoNM3dJAfvB2pfo+EkycGeRK41Spf0wFNMw/ICzFzMCa0fiYNdkhgUhYGH1r4R9V3HpVtJCFR6Q3YtFCn81J1+An5PNJLKj+2TAAAAAElFTkSuQmCC);background-position:right center;background-repeat:no-repeat}.b-direction-regional-regulations__dashed{font-size:14px;line-height:130%;color:#e72430;border-bottom:1px dashed #e72430}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-direction-search-input{display:flex;align-items:center;width:100%;position:relative;margin-bottom:20px}@media all and (max-width: 560px){.b-direction-search-input{flex-wrap:wrap;justify-content:center}}.b-direction-search-input__all{display:flex;text-decoration:none}.b-direction-search-input__all span{max-width:100%;margin:30px auto 30px;padding:19px 0;min-width:270px}@media all and (max-width: 768px){.b-direction-search-input__all span{max-width:calc(100% - 30px);margin:15px auto}}@media all and (max-width: 460px){.b-direction-search-input__all span{width:100%}}.b-direction-search-input__no-results{font-size:18px;font-weight:600;color:#676b77;padding-bottom:27px}@media all and (max-width: 970px){.b-direction-search-input__no-results{padding-bottom:20px;font-size:16px}}.b-direction-search-input__all-header{width:100%;display:block;bottom:0;background-color:#fafafb;text-align:center;color:#ed1c24;font-weight:bold;font-size:16px;padding:19px 0;border-bottom-right-radius:10px;border-bottom-left-radius:10px;text-decoration:none}.b-direction-search-input__all-header div{display:inline-block}.b-direction-search-input__autocomplete{position:absolute;top:calc(100% - 1px);left:6px;right:-1px;background-color:#fff;border:1px solid #e1e5ee;border-bottom-left-radius:10px;border-bottom-right-radius:10px;z-index:100;padding:30px 20px 0;display:none;box-shadow:0 14px 80px rgba(43,45,52,.12);max-width:calc(100% - 170px)}@media all and (max-width: 560px){.b-direction-search-input__autocomplete{padding:20px 20px 0;max-height:720px;overflow:auto;max-width:calc(100% - 12px)}}.b-direction-search-input__autocomplete-wrapper{padding-bottom:30px;position:relative}@media all and (max-width: 760px){.b-direction-search-input__autocomplete-wrapper{padding-bottom:10px}}.b-direction-search-input__close{display:none;position:absolute;top:0;bottom:0;right:174px;height:15px;margin:auto;cursor:pointer}@media all and (max-width: 560px){.b-direction-search-input__close{right:20px}}@keyframes lds-dual-ring{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.b-direction-search-input__loading{display:none;position:absolute;top:0;bottom:0;right:160px;margin:auto;z-index:20;width:64px;height:64px}.b-direction-search-input__loading::after{content:" ";display:block;width:34px;height:34px;margin:8px;border-radius:50%;border:4px solid #e30713;border-color:#e30713 transparent;animation:lds-dual-ring 1.2s linear infinite}@media all and (max-width: 560px){.b-direction-search-input__loading{right:20px}}.b-direction-search-input--autocomplete-opened{border-bottom-left-radius:0;border-bottom-right-radius:0}.b-direction-search-input--autocomplete-opened .b-direction-search-input__autocomplete{display:block}.b-direction-search-input--autocomplete-opened .b-direction-search-input__close{display:block}.b-direction-search-input--loading .b-direction-search-input__close{display:none}.b-direction-search-input--loading .b-direction-search-input__loading{display:block}.b-direction-search-input form{flex-grow:1;display:flex;flex-wrap:wrap;margin:0}.b-direction-search-input form::before{content:"";width:25px;height:25px;background-image:url(/img/search.png);position:absolute;top:31%;left:22px;z-index:2}@media all and (max-width: 560px){.b-direction-search-input form::before{display:none}}.b-direction-search-input input{color:#1f1f1f;font-size:16px;flex-grow:1;min-height:60px;padding:19px 59px;resize:none;background:transparent;border:1px solid #e1e5ee;box-sizing:border-box;border-radius:10px;max-width:734px}.b-direction-search-input input::placeholder{color:#9497a3}@media all and (max-width: 560px){.b-direction-search-input input{width:100%;font-size:16px;min-height:50px;padding:15px 20px}}.b-direction-search-input button{background:#e72430;border:none;padding:19px 41px;border-radius:10px;color:#fff;font-size:16px;font-weight:600;margin-left:15px;cursor:pointer;position:relative;z-index:110}@media all and (max-width: 560px){.b-direction-search-input button{display:none}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-direction-solutions-tabs__title{max-width:725px;line-height:120%}.b-direction-solutions-tabs__filter{margin:15px auto 0 0;width:fit-content}.b-direction-solutions-tabs .b-systems__tabs-title{padding-top:18px;padding-bottom:18px}.b-direction-solutions-tabs .b-systems__tabs-title{max-width:255px}.b-direction-solutions-tabs .b-systems__tabs-title--active{font-weight:600}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-direction-soundproofing-about__title{font-size:24px;font-weight:700;line-height:120%;margin-top:0;margin-bottom:20px}@media(max-width: 1024px){.b-direction-soundproofing-about__title{line-height:36px}}.b-direction-soundproofing-about__text{font-size:18px;margin-bottom:22px}.b-direction-soundproofing-about__cards-list{margin-bottom:41px;display:grid;grid-template-columns:repeat(3, 1fr);gap:20px}@media(max-width: 860px){.b-direction-soundproofing-about__cards-list{grid-template-columns:repeat(1, 1fr)}}.b-direction-soundproofing-about__big-card{background-color:#f5f6fa;border-radius:10px;padding:30px}.b-direction-soundproofing-about__big-card:last-child{margin-right:0}@media(max-width: 1024px){.b-direction-soundproofing-about__big-card{padding:20px}}@media(max-width: 860px){.b-direction-soundproofing-about__big-card{width:100%;margin-right:0}}@media(max-width: 560px){.b-direction-soundproofing-about__big-card{padding:16px 15px}}.b-direction-soundproofing-about__big-card-top{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:10px}@media(max-width: 860px){.b-direction-soundproofing-about__big-card-top{flex-direction:row;align-items:center}}@media(max-width: 375px){.b-direction-soundproofing-about__big-card-top{font-size:14px}}.b-direction-soundproofing-about__big-card-img{margin-bottom:20px}@media(max-width: 1024px){.b-direction-soundproofing-about__big-card-img{width:64px}}@media(max-width: 860px){.b-direction-soundproofing-about__big-card-img{margin-right:20px;margin-bottom:0}}@media(max-width: 560px){.b-direction-soundproofing-about__big-card-img{width:45px}}@media(max-width: 375px){.b-direction-soundproofing-about__big-card-img{display:none}}.b-direction-soundproofing-about__big-card-title{margin-bottom:10px;margin-top:0;font-size:20px}@media(max-width: 768px){.b-direction-soundproofing-about__big-card-title{font-size:16px}}.b-direction-soundproofing-about__big-card-descr{font-size:16px;line-height:24px}@media(max-width: 375px){.b-direction-soundproofing-about__big-card-descr{font-size:14px}}.b-direction-soundproofing-about__text-with-image{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.b-direction-soundproofing-about__text-with-image .b-direction-soundproofing-about__text{max-width:540px}.b-direction-soundproofing-about__text-with-image .b-direction-soundproofing-about__image-container{margin-left:40px;min-width:300px}@media(max-width: 768px){.b-direction-soundproofing-about__text-with-image{margin-bottom:20px}.b-direction-soundproofing-about__text-with-image .b-direction-soundproofing-about__text{max-width:none}.b-direction-soundproofing-about__text-with-image .b-direction-soundproofing-about__image-container{display:none}}.b-direction-soundproofing-about__attention{display:flex;align-items:center;justify-content:space-between;padding:24px 30px;background-color:#f5f6fa;border-radius:10px}@media(max-width: 768px){.b-direction-soundproofing-about__attention{padding:16px 20px;flex-direction:column}}.b-direction-soundproofing-about__attention-left{display:flex;align-items:center}@media(max-width: 560px){.b-direction-soundproofing-about__attention-left{flex-direction:column}}.b-direction-soundproofing-about__attention-image{margin-right:24px}@media(max-width: 768px){.b-direction-soundproofing-about__attention-image{margin-right:15px}}@media(max-width: 560px){.b-direction-soundproofing-about__attention-image{width:28px;margin-bottom:10px}}.b-direction-soundproofing-about__attention-text{font-size:18px;line-height:27px;font-weight:700}@media(max-width: 560px){.b-direction-soundproofing-about__attention-text{font-size:16px}}@media(max-width: 375px){.b-direction-soundproofing-about__attention-text{font-size:14px}}.b-direction-soundproofing-about__attention-link{border-bottom:1px dotted #e72430}@media(max-width: 375px){.b-direction-soundproofing-about__attention-link{font-size:14px}}.b-direction-soundproofing-about__small-card{border-radius:10px;background-color:#f5f6fa;padding:24px 30px;font-size:18px;line-height:27px}.b-direction-soundproofing-about__small-card strong{font-weight:600}@media(max-width: 1024px){.b-direction-soundproofing-about__small-card{font-size:16px;line-height:24px}}@media(max-width: 768px){.b-direction-soundproofing-about__small-card{width:100%}}@media(max-width: 560px){.b-direction-soundproofing-about__small-card{padding:16px 20px}}.b-direction-soundproofing-about__small-card-top{border-bottom:1px solid #e1e5ee;padding-bottom:22px;margin-bottom:24px}@media(max-width: 560px){.b-direction-soundproofing-about__small-card-top{padding-bottom:15px;margin-bottom:15px}}.b-direction-soundproofing-about__images-card{border-radius:10px;padding-bottom:20px;background-color:#f5f6fa;font-size:16px;line-height:24px;display:flex;flex-direction:column}.b-direction-soundproofing-about__images-card-text-container{padding:14px 14px 14px 20px;display:flex;flex-direction:column;justify-content:space-between;flex:1}.b-direction-soundproofing-about__images-card-text{margin-bottom:14px}@media(max-width: 768px){.b-direction-soundproofing-about__images-card{width:100%;flex-direction:row;padding-bottom:0}.b-direction-soundproofing-about__images-card img{max-width:229px}}@media(max-width: 560px){.b-direction-soundproofing-about__images-card{flex-direction:column}.b-direction-soundproofing-about__images-card img{max-width:none}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-direction-soundproofing-banner{position:relative;width:100%;padding:35px 350px 40px 40px;border-radius:10px;color:#fefefe;background-image:url("/img/directions/soundproofing/banner-fon.png");background-size:cover;background-repeat:no-repeat}@media screen and (max-width: 1024px){.b-direction-soundproofing-banner{padding-right:40px}}@media screen and (max-width: 560px){.b-direction-soundproofing-banner{padding:20px}}.b-direction-soundproofing-banner__title{margin-top:0;margin-bottom:5px;font-weight:800;font-size:34px;line-height:120%;color:#fefefe}@media screen and (max-width: 1024px){.b-direction-soundproofing-banner__title{font-size:24px}}.b-direction-soundproofing-banner__text{margin-top:0;margin-bottom:20px;font-size:18px;line-height:150%}@media screen and (max-width: 1024px){.b-direction-soundproofing-banner__text{font-size:16px}}.b-direction-soundproofing-banner__doc{margin-bottom:10px;padding:16px 25px;background-color:#5a687b;border-radius:10px;display:flex;align-items:center;max-width:650px;width:100%;font-weight:400}.b-direction-soundproofing-banner__doc-name{font-size:16px;line-height:20.8px;color:#fff;padding-left:20px}@media screen and (max-width: 560px){.b-direction-soundproofing-banner__doc{padding:14px 16px}}.b-direction-soundproofing-banner__icon{width:100%;max-width:25px}.b-direction-soundproofing-banner__image{position:absolute;top:-20%;right:30px;max-width:310px}@media screen and (max-width: 1024px){.b-direction-soundproofing-banner__image{display:none}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-direction-soundproofing-manual{position:relative;width:100%}.b-direction-soundproofing-manual__title{margin-top:0;margin-bottom:15px;font-weight:800;font-size:34px;line-height:120%}@media screen and (max-width: 1024px){.b-direction-soundproofing-manual__title{font-size:24px}}.b-direction-soundproofing-manual__text{max-width:58%;margin-top:0;margin-bottom:15px;line-height:150%}@media screen and (max-width: 1160px){.b-direction-soundproofing-manual__text{max-width:100%}}.b-direction-soundproofing-manual__text--big-margin-bottom{margin-bottom:40px}.b-direction-soundproofing-manual__text--big-size{font-size:18px}@media screen and (max-width: 1024px){.b-direction-soundproofing-manual__text--big-size{font-size:16px}}.b-direction-soundproofing-manual__text--color-gray{color:#676b77}.b-direction-soundproofing-manual__image{position:absolute;right:0;bottom:200%;transform:translate(120px, 50%)}@media screen and (max-width: 1160px){.b-direction-soundproofing-manual__image{display:none}}.b-direction-soundproofing-manual__banner{position:relative;display:flex;align-items:center;margin-bottom:30px;padding:20px 30px;border-radius:10px;background-color:#f5f6fa}@media screen and (max-width: 560px){.b-direction-soundproofing-manual__banner{flex-direction:column-reverse;padding:20px}}.b-direction-soundproofing-manual__size{font-size:18px;line-height:150%;color:#676b77}@media screen and (max-width: 1024px){.b-direction-soundproofing-manual__size{font-size:16px}}@media screen and (max-width: 560px){.b-direction-soundproofing-manual__size{margin-bottom:15px}}.b-direction-soundproofing-manual__button{margin-right:20px;padding:20px 60px 20px 90px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAASCAYAAAC5DOVpAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACvSURBVHgB1ZIBDcIwEEX/EQTMAZOAhOGkUjoHOEACEpCABRyAg+M3tDCaa+iALdlLLpemd7/t7wFzoqotwzMa/ApFOn3Qfapd4Y8sTIz+bIPxhb2m5N8aNmfGhU27TKhlOjFCFtTcjPSxITUiW/cYQ5ytwFXf8TXNLvdpIGgKxYF2lph56kCwuJfWpQ94IiKeyaOCSedsg3HY9Xz6Ub/jkDQkE3R4zVUNN3q6xxTcAVugwqh2v9KmAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:60px center}@media screen and (max-width: 560px){.b-direction-soundproofing-manual__button{width:100%;margin-right:0;padding:20px 30px 20px 50px;background-position:15% center}}.b-direction-soundproofing-manual__button:hover{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAASCAYAAAC5DOVpAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACvSURBVHgB1ZIBDcIwEEX/EQTMAZOAhOGkUjoHOEACEpCABRyAg+M3tDCaa+iALdlLLpemd7/t7wFzoqotwzMa/ApFOn3Qfapd4Y8sTIz+bIPxhb2m5N8aNmfGhU27TKhlOjFCFtTcjPSxITUiW/cYQ5ytwFXf8TXNLvdpIGgKxYF2lph56kCwuJfWpQ94IiKeyaOCSedsg3HY9Xz6Ub/jkDQkE3R4zVUNN3q6xxTcAVugwqh2v9KmAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:60px center}@media screen and (max-width: 560px){.b-direction-soundproofing-manual__button:hover{background-position:15% center}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-direction-systems{position:relative;width:100%}.b-direction-systems__top{display:flex;align-items:center;margin-bottom:30px}@media screen and (max-width: 1024px){.b-direction-systems__top{justify-content:space-between;align-items:flex-start}}.b-direction-systems__main-title{margin:0 20px 0 0;font-weight:bold;font-size:34px;line-height:120%}@media screen and (max-width: 1024px){.b-direction-systems__main-title{font-size:24px;line-height:130%}}.b-direction-systems__button{display:flex;justify-content:center;align-items:center;padding:13px 20px;border:1px solid #e1e5ee;border-radius:10px;font-weight:600;font-size:16px;line-height:130%;color:#e72430}@media screen and (max-width: 1024px){.b-direction-systems__button{border:none;padding:0;line-height:26px}}.b-direction-systems__button-image{padding-right:20px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNzUgOS41aDEwLjVNOSA0LjI1bDUuMjUgNS4yNUw5IDE0Ljc1IiBzdHJva2U9IiNFNzI0MzAiIHN0cm9rZS13aWR0aD0iMS42IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=);background-position:right center;background-repeat:no-repeat}@media screen and (max-width: 1024px){.b-direction-systems__wrapper{margin:-20px}}@media screen and (max-width: 760px){.b-direction-systems__wrapper{margin:0 -10px}}.b-direction-systems__list{display:flex;justify-content:space-between;flex-wrap:wrap;padding:20px 0}@media screen and (max-width: 1280px){.b-direction-systems__list{flex-wrap:nowrap}}.b-direction-systems__item{display:flex;align-items:center;height:auto;width:calc(55% - 30px);margin-right:30px;margin-bottom:30px;border-radius:10px;background-color:#fff}.b-direction-systems__item .b-direction-systems__image{width:240px}.b-direction-systems__item:nth-child(2n){width:45%;margin-right:0}.b-direction-systems__item:nth-child(2n) .b-direction-systems__image{width:220px}.b-direction-systems__item:nth-child(3n){width:45%}.b-direction-systems__item:nth-child(3n) .b-direction-systems__image{width:220px}.b-direction-systems__item:nth-child(4n){width:calc(55% - 30px);margin-right:0}@media screen and (max-width: 1280px){.b-direction-systems__item{flex-direction:column}}.b-direction-systems__image{height:100%;border-radius:10px}@media screen and (max-width: 1280px){.b-direction-systems__image{display:none}}.b-direction-systems__slideImage{display:none}@media screen and (max-width: 1280px){.b-direction-systems__slideImage{display:block;width:100%;height:174px;border-top-left-radius:10px;border-top-right-radius:10px;background-color:#e1e5ee;object-fit:fill}}.b-direction-systems__info{padding:20px}@media screen and (max-width: 1024px){.b-direction-systems__info{padding-top:30px}}.b-direction-systems__title{margin-top:0;margin-bottom:10px;font-weight:bold;font-size:24px;line-height:120%;color:#1f1f1f}@media screen and (max-width: 1024px){.b-direction-systems__title{font-size:20px}}.b-direction-systems__text{margin:0;font-size:16px;line-height:150%;color:#676b77}@media screen and (max-width: 1024px){.b-direction-systems__text{font-size:14px;line-height:130%}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-direction-text-with-numbers__desc{margin:16px 0 0;max-width:950px;font-size:18px;line-height:150%}@media screen and (max-width: 1024px){.b-direction-text-with-numbers__desc{font-size:16px}}.b-direction-text-with-numbers__items{margin:30px 0;display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:24px}@media screen and (max-width: 1024px){.b-direction-text-with-numbers__items{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 700px){.b-direction-text-with-numbers__items{grid-template-columns:1fr;grid-gap:15px}}.b-direction-text-with-numbers__item{padding:35px 18px;background-color:#f5f6fa;border-radius:10px;display:flex;align-items:center}.b-direction-text-with-numbers__item span{color:#e72430;font-size:60px;font-weight:600;font-style:normal;margin-right:20px}@media screen and (max-width: 1024px){.b-direction-text-with-numbers__item span{font-size:40px}}@media screen and (max-width: 560px){.b-direction-text-with-numbers__item{padding:20px 15px}}.b-direction-text-with-numbers__more{display:flex;align-items:center;max-width:660px;line-height:130%}.b-direction-text-with-numbers__more-img{min-width:52px;margin-right:10px}@media screen and (max-width: 1024px){.b-direction-text-with-numbers__more{font-size:14px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-direction-vertical-tabs{padding:70px 0}@media(max-width: 789px){.b-direction-vertical-tabs{padding:75px 0}}@media(max-width: 660px){.b-direction-vertical-tabs{padding-top:25px;padding-bottom:25px}}.b-direction-vertical-tabs__tabs-left{max-width:550px;width:100%;margin-right:45px}@media(max-width: 800px){.b-direction-vertical-tabs__tabs-left{max-width:none;margin-right:0;margin-bottom:26px}}.b-direction-vertical-tabs__tabs-right{max-width:606px;width:100%}@media(max-width: 800px){.b-direction-vertical-tabs__tabs-right{max-width:none}}.b-direction-vertical-tabs__tabs{max-width:550px;width:100%;border-radius:10px;padding-top:10px;padding-bottom:30px;background-color:#f5f6fa}@media(max-width: 800px){.b-direction-vertical-tabs__tabs{display:flex;max-width:none;padding-bottom:10px}}.b-direction-vertical-tabs__tabs-blocks{border-radius:10px;overflow:hidden;position:relative;display:flex;justify-content:space-between}@media print,screen and (min-width: 64em){.b-direction-vertical-tabs__tabs-blocks{min-height:600px}}@media(max-width: 800px){.b-direction-vertical-tabs__tabs-blocks{flex-direction:column}}.b-direction-vertical-tabs__tab{padding-left:30px;padding-right:30px;cursor:pointer;position:relative;color:gray}.b-direction-vertical-tabs__tab--active{color:#000}.b-direction-vertical-tabs__tab--active .b-direction-vertical-tabs__tab-num{color:red}@media(min-width: 801px){.b-direction-vertical-tabs__tab--active::after{position:absolute;content:"";right:0;height:100%;width:2px;background-color:red;top:0}.b-direction-vertical-tabs__tab--active::before{position:absolute;content:"";right:-5px;width:7px;height:18px;background:url(/img/directions/polygon-small.svg);background-size:cover !important;top:50%;transform:translate(0, -50%)}}@media(max-width: 800px){.b-direction-vertical-tabs__tab{width:calc(100vw - 190px) !important}.b-direction-vertical-tabs__tab::after{position:absolute;content:"";right:-10px;height:44px;width:1px;background-color:#e1e5ee;top:50%;transform:translate(0, -50%)}.b-direction-vertical-tabs__tab:last-child::after{width:0}}@media(max-width: 760px){.b-direction-vertical-tabs__tab{width:calc(100vw - 126px) !important}}.b-direction-vertical-tabs__tab-preview{display:flex;align-items:center;border-bottom:1px solid #e1e5ee;padding-top:20px;padding-bottom:20px}@media(max-width: 1020px){.b-direction-vertical-tabs__tab-preview{padding-top:10px;padding-bottom:10px}}@media(max-width: 800px){.b-direction-vertical-tabs__tab-preview{border-bottom:none}}.b-direction-vertical-tabs__tab-num{width:50px;min-width:50px;height:50px;background-color:#fff;font-size:20px;line-height:24px;font-weight:600;display:flex;justify-content:center;align-items:center;border-radius:2000px;margin-right:20px}.b-direction-vertical-tabs__tab-title{font-size:16px}@media print,screen and (max-width: 63.99875em){.b-direction-vertical-tabs__tab-title{width:100%;padding:15px}}@media(max-width: 800px){.b-direction-vertical-tabs__tab-title{max-height:42px;overflow:hidden;font-weight:600;padding:0}}.b-direction-vertical-tabs__tab-content{padding:0 !important}@media print,screen and (max-width: 63.99875em){.b-direction-vertical-tabs__tab-content{display:none}.b-direction-vertical-tabs__tab-content--active{display:block}}@media print,screen and (min-width: 64em){.b-direction-vertical-tabs__tab-content{padding:25px 10px 25px 30px;display:none;transition:opacity .3s;height:100%}.b-direction-vertical-tabs__tab-content--active{display:block}}.b-direction-vertical-tabs__tab-content-inner{position:relative}.b-direction-vertical-tabs__tab-content-inner>*:first-child{margin-top:0}@media print,screen and (min-width: 64em){.b-direction-vertical-tabs__tab-content-inner{height:100%}.b-direction-vertical-tabs__tab-content-inner.ps-container.ps-theme-default.ps-active-y .ps-scrollbar-y-rail,.b-direction-vertical-tabs__tab-content-inner.ps-container.ps-theme-default.ps-active-x .ps-scrollbar-x-rail{background-color:transparent}.b-direction-vertical-tabs__tab-content-inner.ps-container.ps-theme-default.ps-active-y .ps-scrollbar-y-rail .ps-scrollbar-y,.b-direction-vertical-tabs__tab-content-inner.ps-container.ps-theme-default.ps-active-y .ps-scrollbar-y-rail .ps-scrollbar-x,.b-direction-vertical-tabs__tab-content-inner.ps-container.ps-theme-default.ps-active-x .ps-scrollbar-x-rail .ps-scrollbar-y,.b-direction-vertical-tabs__tab-content-inner.ps-container.ps-theme-default.ps-active-x .ps-scrollbar-x-rail .ps-scrollbar-x{background-color:#e1e5ee}}.b-direction-vertical-tabs__list{padding-left:2px}.b-direction-vertical-tabs__list li{list-style:none;position:relative;padding-left:16px;margin-bottom:7px;line-height:24px}.b-direction-vertical-tabs__list li::before{position:absolute;content:"•";color:red;font-size:35px;font-weight:bold;display:inline-block;top:-4px;left:-3px}.b-direction-vertical-tabs__list-title{font-size:18px;font-weight:600;margin-top:25px}.b-direction-vertical-tabs__content-title{font-size:24px;font-weight:700;margin-bottom:28px}@media(max-width: 560px){.b-direction-vertical-tabs__content-title{font-size:18px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-direction-webinars-card{box-sizing:border-box;display:flex;flex-direction:column;padding:20px;border-radius:10px;background-color:#fefefe}@media screen and (max-width: 1024px){.b-direction-webinars-card{padding:20px 15px}}.b-direction-webinars-card__title{margin:0 0 5px 0;font-weight:600;font-size:18px;line-height:130%}.b-direction-webinars-card__text{margin:0 0 25px;line-height:150%}@media screen and (max-width: 1024px){.b-direction-webinars-card__text{margin-bottom:20px;font-size:14px}}.b-direction-webinars-card__date{margin-top:0;margin-bottom:10px;font-size:14px;line-height:150%;color:#9497a3}@media screen and (max-width: 1024px){.b-direction-webinars-card__date{font-size:12px}}.b-direction-webinars-card__speaker{display:flex;align-items:center}@media screen and (max-width: 768px){.b-direction-webinars-card__speaker{align-items:flex-start}}.b-direction-webinars-card__speaker-image{width:76px;height:76px;margin-right:10px;border-radius:50%}@media screen and (max-width: 768px){.b-direction-webinars-card__speaker-image{width:46px;height:46px;margin-right:15px}}.b-direction-webinars-card__speaker-name{margin:0 0 10px;font-weight:600;font-size:14px;line-height:130%}@media screen and (max-width: 768px){.b-direction-webinars-card__speaker-name{margin-bottom:5px}}.b-direction-webinars-card__speaker-position{max-width:240px;margin:0;font-weight:400;font-size:14px;line-height:130%;color:#676b77}@media screen and (max-width: 768px){.b-direction-webinars-card__speaker-position{font-size:12px}}.b-direction-webinars-card__buttons{display:flex;justify-content:space-between;margin-top:auto;padding-top:30px}.b-direction-webinars-card__buttons a{display:flex;align-items:center;justify-content:center;width:calc(50% - 10px);padding:16px 30px;font-size:14px;line-height:130%}@media screen and (max-width: 768px){.b-direction-webinars-card__buttons{padding-top:20px;flex-direction:column}.b-direction-webinars-card__buttons a{width:100%}.b-direction-webinars-card__buttons a:not(:last-child){margin-bottom:15px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-direction-webinars{position:relative;width:100%;margin-top:50px}.b-direction-webinars--bim{margin-top:0}.b-direction-webinars__title{margin:0 0 15px;font-weight:800;font-size:34px;line-height:120%}@media screen and (max-width: 1024px){.b-direction-webinars__title{font-size:24px;line-height:130%}}@media screen and (max-width: 1024px){.b-direction-webinars__wrapper{margin-right:-20px;margin-left:-20px}}@media screen and (max-width: 760px){.b-direction-webinars__wrapper{margin-right:-10px;margin-left:-10px}}.b-direction-webinars--bim .b-direction-webinars__wrapper{margin-left:0;margin-right:0}.b-direction-webinars__items{display:flex}.b-direction-webinars__items .b-direction-webinars-card{height:auto}.b-direction-webinars__button-wrap{margin:0 -90px;position:absolute;width:calc(100% + 180px);top:0;bottom:0;max-width:1380px;margin-bottom:66px;overflow:hidden}@media(max-width: 1390px){.b-direction-webinars__button-wrap{display:none}}.b-direction-webinars__slide-button{width:50px;height:50px;display:flex;background:#fff;border:1px solid #f5f6fa;box-sizing:border-box;border-radius:10px;justify-content:center;align-items:center;cursor:pointer;outline:none}.b-direction-webinars__slide-button::before{content:"";border:solid #1f1f1f;border-width:0 2px 2px 0;transform:rotate(-45deg);padding:5px;margin-right:3px}.b-direction-webinars__slide-button::after{display:none}.b-direction-webinars__slide-button--next{right:0}.b-direction-webinars__slide-button--prev{left:0}.b-direction-webinars__slide-button--prev::before{transform:rotate(135deg);margin-right:-3px}.b-direction-webinars__slide-button--next,.b-direction-webinars__slide-button--prev{top:60%}.b-direction-webinars__slide-button--next.swiper-button-disabled,.b-direction-webinars__slide-button--prev.swiper-button-disabled{opacity:1}.b-direction-webinars__slide-button--next.swiper-button-disabled::before,.b-direction-webinars__slide-button--prev.swiper-button-disabled::before{border-color:#babeca}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-directions-advantages__container{padding-top:92px;position:relative}.b-directions-advantages__main-title{max-width:500px;margin-bottom:30px;font-size:34px;font-weight:700}@media(max-width: 560px){.b-directions-advantages__main-title{font-size:24px}}.b-directions-advantages__list .slick-track{padding-top:116px;display:flex}@media(max-width: 560px){.b-directions-advantages__list .slick-track{padding-top:40px}}@media(max-width: 375px){.b-directions-advantages__list{margin-top:18px}}.b-directions-advantages__item-wrap{height:auto}@media(max-width: 560px){.b-directions-advantages__item-wrap{width:73vw !important;margin-right:20px}}.b-directions-advantages__item{background-color:#fff;border-radius:10px;display:flex;justify-content:space-between;width:100%;height:100%;min-height:322px;padding-left:40px;padding-top:62px;padding-right:20px;padding-bottom:20px;position:relative}@media(max-width: 900px){.b-directions-advantages__item{padding-top:30px}}@media(max-width: 998px){.b-directions-advantages__item{flex-direction:column-reverse;justify-content:flex-end;height:100%;padding-left:20px}}@media(max-width: 560px){.b-directions-advantages__item{margin-right:20px;padding-left:20px}}.b-directions-advantages__right{max-width:554px;width:100%}@media(max-width: 998px){.b-directions-advantages__right{max-width:none;margin-bottom:20px;display:flex;justify-content:center}}@media(max-width: 560px){.b-directions-advantages__right{margin-bottom:0}}.b-directions-advantages__image{position:absolute;bottom:20px;right:20px}@media(max-width: 1200px){.b-directions-advantages__image{top:-50px;bottom:auto;width:50%}}@media(max-width: 998px){.b-directions-advantages__image{position:relative;width:100%;top:auto;bottom:0;right:0}}@media(max-width: 560px){.b-directions-advantages__image{margin-bottom:20px}}@media(max-width: 375px){.b-directions-advantages__image{margin-top:-50px}}.b-directions-advantages__image img{height:406px}@media(max-width: 1200px){.b-directions-advantages__image img{max-width:570px;width:100%;height:auto}}@media(max-width: 998px){.b-directions-advantages__image img{width:246px;height:106px;border-radius:10px;object-fit:cover}}.b-directions-advantages__img-small{display:none !important;width:100%;padding-top:calc(100% * 108 / 246);border-radius:10px;background-size:cover}@media(max-width: 998px){.b-directions-advantages__img-small{display:block !important}}@media(max-width: 998px){.b-directions-advantages__img-big{display:none !important}}.b-directions-advantages__top{display:flex;margin-bottom:20px}.b-directions-advantages__num{font-size:24px;font-weight:400;margin-right:20px}@media(max-width: 560px){.b-directions-advantages__num{font-size:18px}}.b-directions-advantages__title{font-size:24px;font-weight:700}@media(max-width: 560px){.b-directions-advantages__title{font-size:18px}}.b-directions-advantages__text li{list-style:none;position:relative;padding-left:16px;margin-bottom:7px;line-height:24px}.b-directions-advantages__text li::before{position:absolute;content:"•";color:red;font-size:35px;font-weight:bold;display:inline-block;top:-4px;left:-3px}.b-directions-advantages__tabs{margin-top:40px;padding-bottom:35px}@media(max-width: 560px){.b-directions-advantages__tabs{display:none}}.b-directions-advantages__tabs-list{display:flex;justify-content:space-between}@media(min-width: 1100px){.b-directions-advantages__tabs-list{overflow:hidden}}.b-directions-advantages__tabs-list .slick-list{padding-bottom:28px;margin-bottom:-10px}@media(min-width: 1100px){.b-directions-advantages__tabs-list .slick-list{width:100%;overflow:auto}}.b-directions-advantages__tabs-list .slick-track{display:flex}@media(min-width: 1100px){.b-directions-advantages__tabs-list .slick-track{transform:none !important}}.b-directions-advantages__tabs-list .slick-slide{padding-top:21px}@media(min-width: 1100px){.b-directions-advantages__tabs-list .slick-slide{width:224px !important}}.b-directions-advantages__tabs-list .slick-current{padding-top:19px;border-top:3px solid red}.b-directions-advantages__tab-item{display:flex;border-top:1px solid #e1e5ee;padding-top:20px;cursor:pointer;margin-right:20px}.b-directions-advantages__tab-item:last-child{margin-right:0}.b-directions-advantages__tab-title{line-height:20px}.b-directions-advantages__tab-num{margin-right:16px;font-weight:600}.b-directions-advantages__slider-button:hover,.b-directions-advantages__slider-button:focus{background-color:#fcfcfe}.b-directions-advantages__slider-button:active{background-color:#f5f6fa}.b-directions-advantages__slider-button--next{right:-7.5% !important}.b-directions-advantages__slider-button--prev{left:-7.5% !important}@media(max-width: 1380px){.b-directions-advantages__slider-button{display:none !important}.b-directions-advantages__slider-button--next{right:0 !important}.b-directions-advantages__slider-button--prev{left:0 !important}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-directions-design-advantage{background-color:#f5f6fa;border-radius:10px;padding:40px 20px 30px;height:100%}.b-directions-design-advantage__icon{margin-bottom:20px;flex-shrink:0}@media(max-width: 767px){.b-directions-design-advantage__icon{margin-right:20px}.b-directions-design-advantage__icon svg{width:50px;height:50px}}.b-directions-design-advantage__title{margin-bottom:10px;font-weight:600;font-size:18px;line-height:130%}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-directions-design-advantages__middle{padding-right:1.25rem;padding-left:1.25rem;max-width:1200px;margin-left:auto;margin-right:auto}@media print,screen and (min-width: 48em){.b-directions-design-advantages__middle{padding-right:1.25rem;padding-left:1.25rem}}@media print,screen and (min-width: 64em){.b-directions-design-advantages__middle{padding-right:0.625rem;padding-left:0.625rem}}@media screen and (min-width: 80em){.b-directions-design-advantages__middle{padding-right:0.625rem;padding-left:0.625rem}}.b-directions-design-advantages__row{display:flex;flex-flow:row wrap;margin-right:-0.625rem;margin-left:-0.625rem}@media print,screen and (min-width: 48em){.b-directions-design-advantages__row{margin-right:-0.625rem;margin-left:-0.625rem}}@media print,screen and (min-width: 64em){.b-directions-design-advantages__row{margin-right:-0.625rem;margin-left:-0.625rem}}@media screen and (min-width: 80em){.b-directions-design-advantages__row{margin-right:-0.625rem;margin-left:-0.625rem}}.b-directions-design-advantages__title{max-width:630px;margin-top:0;margin-bottom:15px;font-weight:800;font-size:24px;line-height:130%}@media(min-width: 768px){.b-directions-design-advantages__title{font-size:34px;line-height:120%}}.b-directions-design-advantages__text{max-width:630px;margin-top:0;margin-bottom:30px;font-size:14px;line-height:150%}@media(min-width: 768px){.b-directions-design-advantages__text{font-size:16px}}.b-directions-design-advantages__middle{padding:0}@media(min-width: 768px){.b-directions-design-advantages__middle{max-width:768px;margin:0 auto}}@media(min-width: 970px){.b-directions-design-advantages__middle{max-width:970px}}@media(min-width: 1280px){.b-directions-design-advantages__middle{max-width:1220px}}.b-directions-design-advantages__item{flex:0 0 auto;width:calc(100% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem;margin-bottom:15px}@media(min-width: 768px){.b-directions-design-advantages__item{flex:0 0 auto;width:calc(33.3333333333% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-directions-order-calc__container{display:flex;justify-content:space-between;align-items:center}@media(max-width: 1000px){.b-directions-order-calc__container{align-items:flex-start}}@media(max-width: 850px){.b-directions-order-calc__container{align-items:center;flex-direction:column}}.b-directions-order-calc__image{margin-right:50px}.b-directions-order-calc__image img{max-width:none}@media(max-width: 1000px){.b-directions-order-calc__image img{max-width:100%;min-width:350px}}@media(max-width: 850px){.b-directions-order-calc__image img{max-width:450px;margin-bottom:40px}}@media(max-width: 480px){.b-directions-order-calc__image img{max-width:none;width:100%;min-width:unset}}@media(max-width: 850px){.b-directions-order-calc__image{margin-right:0}}@media(max-width: 850px){.b-directions-order-calc__content{max-width:730px}}.b-directions-order-calc__title{font-size:24px;font-weight:700;margin-bottom:17px}.b-directions-order-calc__text{margin-bottom:29px}.b-directions-order-calc__examples{font-size:18px;font-weight:600;margin-bottom:14px}.b-directions-order-calc__file-link{display:block;max-width:300px;width:100%}@media(max-width: 850px){.b-directions-order-calc__file-link{margin-right:20px}}@media(max-width: 480px){.b-directions-order-calc__file-link{max-width:none}}.b-directions-order-calc__file-container{display:flex;margin-bottom:40px;background-color:#fff;border-radius:10px;padding:19px 23px}@media(max-width: 1250px){.b-directions-order-calc__file-container{margin-bottom:20px}}.b-directions-order-calc__file-list{display:flex;justify-content:space-between}@media(max-width: 1250px){.b-directions-order-calc__file-list{flex-direction:column}}@media(max-width: 850px){.b-directions-order-calc__file-list{flex-direction:row;justify-content:flex-start}}@media(max-width: 670px){.b-directions-order-calc__file-list{flex-direction:column}}.b-directions-order-calc__file-name{font-size:16px;font-weight:600;color:#000}.b-directions-order-calc__file-info{display:flex;flex-direction:column}.b-directions-order-calc__file-image{margin-right:23px}.b-directions-order-calc__file-size{color:#676b77;font-size:14px;font-weight:400}.b-directions-order-calc__btn{padding:19px 89px}@media(max-width: 480px){.b-directions-order-calc__btn{width:100%}}.b-directions-order-calc__main-title{font-size:34px;font-weight:800;margin-bottom:40px;max-width:500px}@media(max-width: 560px){.b-directions-order-calc__main-title{font-size:24px;margin-top:43px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-directions-prc-cards{padding:43px 0 100px}@media(max-width: 560px){.b-directions-prc-cards{padding-bottom:50px}}.b-directions-prc-cards__wrapper{margin:30px 0 0;display:flex;justify-content:space-between}@media(max-width: 760px){.b-directions-prc-cards__wrapper{margin:15px 0 0}}.b-directions-prc-cards__title{font-size:24px;font-weight:700}.b-directions-prc-cards__subtitle{font-weight:bold;font-size:24px;line-height:130%;display:none;margin-top:15px;color:#1f1f1f}@media(max-width: 1100px){.b-directions-prc-cards__subtitle{display:block}}@media(max-width: 760px){.b-directions-prc-cards__subtitle{font-size:18px}}.b-directions-prc-cards__item{width:calc(100% / 3 - 22px);height:auto;display:flex}.b-directions-prc-cards__item-wrap{width:100%;font-weight:600;box-sizing:border-box;border-radius:10px;padding:20px;display:flex;flex-direction:column;background-color:#fff}@media(max-width: 560px){.b-directions-prc-cards__item-wrap{padding:0 16px 16px}}.b-directions-prc-cards__item-title{font-weight:600;font-size:16px;line-height:120%;color:#1f1f1f;padding:14px 0}@media(max-width: 560px){.b-directions-prc-cards__item-title{font-size:16px}}.b-directions-prc-cards__item-title--more{position:absolute;bottom:0;max-width:217px}.b-directions-prc-cards__item-text{color:#1f1f1f;font-weight:normal;font-size:14px;line-height:130%;margin-bottom:20px}.b-directions-prc-cards__item-link{margin-top:auto;padding-left:0;padding-right:0;padding-top:13px;padding-bottom:13px}.b-directions-prc-cards__item--more .b-directions-prc-cards__item-title{padding:20px}.b-directions-prc-cards__item--more .b-directions-prc-cards__item-wrap{position:relative;padding:0;background:#f5f6fa}.b-directions-prc-cards__item--more .b-directions-prc-cards__item-wrap::after{content:"";display:flex;width:70px;height:70px;border:1.4px solid #e72430;border-radius:100%;align-items:center;justify-content:center;flex-wrap:wrap;position:absolute;left:29px;top:40px;padding-top:5px;background:url("/img/main/arrow-right-long.svg");background-repeat:no-repeat;background-position:center}@media(max-width: 970px){.b-directions-prc-cards__item--more .b-directions-prc-cards__item-wrap::after{left:10px;top:40px}}@media(max-width: 760px){.b-directions-prc-cards__item--more .b-directions-prc-cards__item-wrap::after{width:40px;height:40px;left:auto;right:30px;bottom:20px;top:auto;background-size:23px}}@media(max-width: 360px){.b-directions-prc-cards__item--more .b-directions-prc-cards__item-wrap::after{right:7px}}@media(max-width: 560px){.b-directions-prc-cards__item--more{height:258px}}@media(max-width: 560px){.b-directions-prc-cards__item--more .b-directions-prc-cards__img{padding:0}}@media(max-width: 1100px){.b-directions-prc-cards__item{width:calc(100% / 3 - 22px);min-width:286px}}.b-directions-prc-cards__item-wrap{background-color:#fff !important}.b-directions-prc-cards__item.js-mouseenter .b-directions-prc-cards__item-wrap{box-shadow:0 20px 85px rgba(141,148,177,.15);transform:translateY(-20px);transition:transform .4s;transition-delay:0}.b-directions-prc-cards__item.js-mouseleave .b-directions-prc-cards__item-wrap{transform:translateY(0);transition:transform .4s;transition-delay:0}.b-directions-prc-cards__img{display:flex;justify-content:center}.b-directions-prc-cards__img img{max-width:100%}@media(max-width: 560px){.b-directions-prc-cards__img img{width:100%}}@media(max-width: 560px){.b-directions-prc-cards__img{padding-left:20px;padding-right:20px;padding-top:20px}}@media(max-width: 1100px){.b-directions-prc-cards{margin-right:-30px}}@media(max-width: 760px){.b-directions-prc-cards{margin-right:-15px}}@media(max-width: 560px){.b-directions-prc-cards{padding-top:44px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-directions-profit-for-who__title-main{margin-top:60px}@media(max-width: 560px){.b-directions-profit-for-who__title-main{margin-top:10px}}.b-directions-profit-for-who__list{display:flex;justify-content:space-between;flex-wrap:wrap}.b-directions-profit-for-who__item{background-color:#fff;width:46%;display:flex;align-items:center;padding:10px;height:145px;font-size:18px;font-weight:600;margin-bottom:30px;border-radius:10px}.b-directions-profit-for-who__item:nth-child(2){width:51%}.b-directions-profit-for-who__item:nth-child(3){width:51%}@media(max-width: 900px){.b-directions-profit-for-who__item{width:100% !important}}.b-directions-profit-for-who__title{max-width:220px;margin-left:30px}@media(max-width: 1280px){.b-directions-profit-for-who__title{margin-left:15px}}@media(max-width: 900px){.b-directions-profit-for-who__title{margin-left:30px}}@media(max-width: 560px){.b-directions-profit-for-who__title{min-width:152px;max-width:32px;margin-left:20px}}.b-directions-profit-for-who__image img{min-height:125px}@media(max-width: 560px){.b-directions-profit-for-who__image{display:flex;justify-content:flex-end;border-radius:10px;overflow:hidden}.b-directions-profit-for-who__image img{width:auto;max-width:unset}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-directions-profit-why__list{display:flex;justify-content:space-between;flex-wrap:wrap}@media(max-width: 1260px){.b-directions-profit-why__list{justify-content:flex-start}}.b-directions-profit-why__item{width:calc(18% + 8px);background-color:#fff;border-radius:10px;padding-top:48px;padding-left:25px;padding-bottom:24px;padding-right:25px;margin-right:20px;margin-bottom:20px}.b-directions-profit-why__item:last-child{margin-right:0;margin-bottom:0}@media(max-width: 1260px){.b-directions-profit-why__item{width:32%}.b-directions-profit-why__item:nth-child(3n){margin-right:0}}@media(max-width: 1060px){.b-directions-profit-why__item{width:48%;margin-right:25px}.b-directions-profit-why__item:nth-child(3n){margin-right:25px}.b-directions-profit-why__item:nth-child(2n){margin-right:0}}@media(max-width: 655px){.b-directions-profit-why__item{width:100%;margin-right:0 !important;padding:23px}}@media(max-width: 655px){.b-directions-profit-why__top{display:flex;align-items:center}}.b-directions-profit-why__icon{margin-right:18px}@media(max-width: 655px){.b-directions-profit-why__icon img{width:47px}}.b-directions-profit-why__title{font-size:18px;font-weight:600;margin-top:38px;line-height:23.4px}@media(max-width: 655px){.b-directions-profit-why__title{margin-top:0;font-size:16px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-pim-element-detail-structures-block__filter{padding-bottom:20px}.b-pim-element-detail-structures-block__filter .b-button--filter{display:flex;align-items:center;position:relative}.b-pim-element-detail-structures-block__filter .b-button--filter.link{padding-right:50px}.b-pim-element-detail-structures-block__filter-wrapper{display:flex;flex-flow:row wrap}.b-pim-element-detail-structures-block__filter-list{display:flex;flex-wrap:wrap}.b-pim-element-detail-structures-block__filter-list-href{color:#1f1f1f;font-weight:600;font-size:14px;padding:5px;background:#f5f6fa;border-radius:10px 30px 30px 10px;max-width:350px;position:absolute;display:flex;align-items:center;justify-content:space-between;right:5px}.b-pim-element-detail-structures-block__filter-list-href::after{content:url("/img/icons/arrow-gray.svg");height:24px;width:24px}.b-pim-element-detail-structures-block__filter-list-href:hover::after{content:url("/img/icons/arrow-gray-hover.svg")}.b-pim-element-detail-structures-block__items{display:flex;flex-flow:row wrap;position:relative}.b-pim-element-detail-structures-block__items .slick-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;cursor:pointer;padding:17px 0;border:1px solid transparent;border-radius:10px}.b-pim-element-detail-structures-block__items .slick-arrow.slick-disabled{opacity:.7}.b-pim-element-detail-structures-block__items .slick-arrow.slick-prev{font-size:0;padding-left:20px;padding-right:22px;left:-50px;width:10px;height:15px;background:url(/img/icons/slider-arrow-prev.svg) no-repeat center;background-color:#f5f6fa}.b-pim-element-detail-structures-block__items .slick-arrow.slick-next{font-size:0;padding-left:22px;padding-right:20px;right:-50px;width:10px;height:15px;background:url(/img/icons/slider-arrow-next.svg) no-repeat center;background-color:#f5f6fa}.b-pim-element-detail-structures-block__item{flex:0 0 auto;width:calc(100% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem;margin-bottom:20px;color:transparent;text-decoration-color:transparent;background:#fff;border-radius:10px;border:1px solid #e1e5ee;padding:10px}@media print,screen and (min-width: 48em){.b-pim-element-detail-structures-block__item{flex:0 0 auto;width:calc(33.3333333333% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem;max-width:unset}}@media screen and (min-width: 80em){.b-pim-element-detail-structures-block__item{flex:0 0 auto;width:calc(25% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem;max-width:250px}}.b-pim-element-detail-structures-block__item:hover{color:transparent}.b-pim-element-detail-structures-block__img{width:100%;position:relative;padding-top:calc(100% * 200 / 277);pointer-events:none;border-radius:10px;border:1px solid transparent;background-size:contain;margin-bottom:11px;background-repeat:no-repeat;background-position:center}.b-pim-element-detail-structures-block__title{width:100%;font-weight:600;font-size:16px;line-height:130%;color:#1f1f1f}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-pim-element-detail-videos-block__filter{padding-bottom:20px}.b-pim-element-detail-videos-block__filter-wrapper{display:flex;flex-flow:row wrap}.b-pim-element-detail-videos-block__filter-list{display:flex;flex-wrap:wrap}.b-pim-element-detail-videos-block__items{display:flex;flex-flow:row wrap;position:relative}.b-pim-element-detail-videos-block__items .slick-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;cursor:pointer;padding:17px 0;border:1px solid transparent;border-radius:10px}.b-pim-element-detail-videos-block__items .slick-arrow.slick-disabled{opacity:.7}.b-pim-element-detail-videos-block__items .slick-arrow.slick-prev{font-size:0;padding-left:20px;padding-right:22px;left:-50px;width:10px;height:15px;background:url(/img/icons/slider-arrow-prev.svg) no-repeat center;background-color:#f5f6fa}.b-pim-element-detail-videos-block__items .slick-arrow.slick-next{font-size:0;padding-left:22px;padding-right:20px;right:-50px;width:10px;height:15px;background:url(/img/icons/slider-arrow-next.svg) no-repeat center;background-color:#f5f6fa}.b-pim-element-detail-videos-block__item{flex:0 0 auto;width:calc(100% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem;margin-bottom:20px;color:transparent;text-decoration-color:transparent}@media print,screen and (min-width: 48em){.b-pim-element-detail-videos-block__item{flex:0 0 auto;width:calc(33.3333333333% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem;max-width:unset}}@media screen and (min-width: 80em){.b-pim-element-detail-videos-block__item{flex:0 0 auto;width:calc(25% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem;max-width:250px;padding-right:20px}}.b-pim-element-detail-videos-block__item:hover{color:transparent}.b-pim-element-detail-videos-block__video{width:100%;position:relative;height:calc(100% * 166 / 277);pointer-events:none;border-radius:10px;border:1px solid transparent;margin-bottom:11px;overflow:hidden;display:flex}.b-pim-element-detail-videos-block__video img{min-width:100%;max-width:initial;min-height:100%;height:auto;object-fit:cover}.b-pim-element-detail-videos-block__video::before{content:"";position:absolute;width:58px;height:58px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxNCA5LTE0IDlWMXoiIHN0cm9rZT0iI0U3MjQzMCIgc3Ryb2tlLXdpZHRoPSIxLjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;border-radius:29px;background-color:#fff;top:calc(50% * 166 / 277);left:calc(50% - 29px)}.b-pim-element-detail-videos-block__title{width:100%;font-weight:600;font-size:16px;line-height:130%;color:#1f1f1f}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-form-appeals-auth{padding:10px 0 100px}@media screen and (max-width: 1240px){.b-form-appeals-auth{padding:10px 0 50px}}.b-form-appeals-auth__wrap{display:grid;grid-template-columns:1fr 1fr;border-radius:10px;background:#fff;padding:16px 93px 16px 70px}@media screen and (max-width: 1240px){.b-form-appeals-auth__wrap{grid-template-columns:1fr;padding:15px}}.b-form-appeals-auth__content{display:flex;flex-direction:column;justify-content:center}.b-form-appeals-auth__title{margin:60px 0 30px}@media screen and (max-width: 1240px){.b-form-appeals-auth__title{margin:30px 0 15px}}.b-form-appeals-auth__subtitle{font-size:20px;font-weight:700;line-height:120%}.b-form-appeals-auth__desc{font-size:16px;line-height:130%;margin:16px 0 24px}.b-form-appeals-auth__img{padding-left:40px;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 1240px){.b-form-appeals-auth__img{display:none}}.b-form-appeals-auth__button{margin-right:20px;max-width:255px}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-form-appeals-price__total-card{padding:24px;border-radius:16px;border:1px solid #e0e3e5;margin-bottom:32px}@media screen and (max-width: 560px){.b-form-appeals-price__total-card{font-size:14px;padding:15px}}.b-form-appeals-price__title{font-size:20px;font-weight:600;line-height:28px}@media screen and (max-width: 560px){.b-form-appeals-price__title{font-size:16px}}.b-form-appeals-price__service{margin-top:16px}.b-form-appeals-price__service-title{font-size:16px;font-weight:400;line-height:16px;margin-bottom:8px;color:#8997a1}@media screen and (max-width: 560px){.b-form-appeals-price__service-title{font-size:14px}}.b-form-appeals-price__param{display:flex;align-items:flex-end;margin-bottom:7px}@media screen and (max-width: 560px){.b-form-appeals-price__param{font-size:14px}}.b-form-appeals-price__param-title{font-size:16px}@media screen and (max-width: 560px){.b-form-appeals-price__param-title{font-size:14px}}.b-form-appeals-price__param-value{font-size:16px;font-weight:400;line-height:21px;text-align:right}@media screen and (max-width: 560px){.b-form-appeals-price__param-value{font-size:14px}}.b-form-appeals-price__dashed-wrap{flex:1;overflow:hidden;margin-left:14px;margin-right:14px;margin-bottom:5px}.b-form-appeals-price__dashed{height:1px;background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23E1E5EEFF' stroke-width='6' stroke-dasharray='1%2c 11' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");width:443px}.b-form-appeals-price__total-price{margin-top:24px;display:flex;justify-content:space-between}.b-form-appeals-price__total-price-value,.b-form-appeals-price__total-price-title{font-size:20px;font-weight:600;line-height:28px}@media screen and (max-width: 560px){.b-form-appeals-price__total-price-value,.b-form-appeals-price__total-price-title{font-size:18px}}.b-form-appeals-price__banner{border-radius:16px;background:#f5f7fa;padding:20px 24px;position:relative}.b-form-appeals-price__wrap{display:flex;align-items:center}.b-form-appeals-price__banner-title{font-weight:600}.b-form-appeals-price__banner-desc{margin-top:10px;color:#62727f;line-height:130%}.b-form-appeals-price__banner-img{margin:-35px 0 -10px -20px}.b-form-appeals-price__banner-button{cursor:pointer;border-radius:7px;border:1px solid #9fb1bf;padding:10px 13px;font-size:14px;color:#304a5d;font-weight:600}@media screen and (max-width: 560px){.b-form-appeals-price__banner-button{margin:20px auto 0 0}}.b-form-appeals-price__banner-content{flex:1;margin-right:20px;font-size:16px}.b-form-appeals-price__banner-wrap{display:flex;align-items:center}@media screen and (max-width: 560px){.b-form-appeals-price__banner-wrap{flex-direction:column}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-form-appeals-result{position:relative}.b-form-appeals-result__desc{color:#6a7278;font-size:20px;font-weight:400;line-height:20px}.b-form-appeals-result__title-wrap{display:flex;justify-content:space-between;align-items:flex-start}.b-form-appeals-result__edit{cursor:pointer;color:#8997a1}.b-form-appeals-result__title{margin-bottom:15px;font-size:20px;font-weight:600;line-height:28px}.b-form-appeals-result__service{margin-top:15px}.b-form-appeals-result__service-list{margin-bottom:44px}.b-form-appeals-result__param-title{font-size:14px;font-weight:600;margin-bottom:12px;line-height:17px}.b-form-appeals-result__param-title span{color:#e72430}.b-form-appeals-result__auth{display:flex;align-items:center;background-color:#f5f7fa;border-radius:10px;margin-bottom:32px;padding:12px 16px}.b-form-appeals-result__form{margin-bottom:44px}.b-form-appeals-result__auth-image{margin-right:16px}.b-form-appeals-result__fields-wrap{margin-bottom:44px}.b-form-appeals-result__row{display:flex;margin-bottom:32px}.b-form-appeals-result__row:last-child{margin-bottom:0}@media screen and (max-width: 560px){.b-form-appeals-result__row{flex-wrap:wrap;margin-bottom:20px}}.b-form-appeals-result__cell{width:100%;margin-right:28px}.b-form-appeals-result__cell:last-child{margin-right:0}@media screen and (max-width: 560px){.b-form-appeals-result__cell:last-child{margin-top:32px}}.b-form-appeals-result__cell--area{width:170px;min-width:170px}@media screen and (max-width: 560px){.b-form-appeals-result__cell{margin-right:0}}.b-form-appeals-result__check-list-wrap{margin-bottom:44px}.b-form-appeals-result__check-container{display:flex;align-items:flex-start;margin-bottom:16px}.b-form-appeals-result__check{height:20px;margin-right:16px}.b-form-appeals-result__check label{cursor:pointer;width:20px;min-width:20px;height:20px;border:1px solid #8997a1;border-radius:4px}.b-form-appeals-result__check input{display:none}.b-form-appeals-result__check input:checked+label{background:url(/img/icons/check-white.svg) #e72430;background-size:18px;background-position-y:center;background-position-x:center;background-repeat:no-repeat;border:1px solid #e72430}.b-form-appeals-result__check-title{font-size:16px;font-weight:400;color:#23272a;margin-bottom:2px}.b-form-appeals-result__check-title span{padding-left:8px;color:#676b77}@media screen and (max-width: 560px){.b-form-appeals-result__check-title{font-size:14px}}.b-form-appeals-result__input-field{width:100%;height:54px;border:1px solid #e1e5ee;border-radius:10px;padding-left:20px;padding-right:40px}@media screen and (max-width: 560px){.b-form-appeals-result__input-field{padding-right:20px}}.b-form-appeals-result__bottom{display:flex;justify-content:space-between;margin-top:20px}.b-form-appeals-result__error{margin:10px 0;color:#e72430}.b-form-appeals-result__tag-list{display:flex;margin-top:10px;flex-wrap:wrap}.b-form-appeals-result__tag{border-radius:40px;background:#f5f7fa;padding:8px 10px;margin:0 10px 10px 0;font-size:16px;color:#62727f}.b-form-appeals-result__price{font-weight:600}.b-form-appeals-result__service-wrap{border-radius:16px;border:1px solid #e7ecf3;padding:20px;display:flex;justify-content:space-between}.b-form-appeals-result__params{margin-bottom:20px}.b-form-appeals-result__phone-wrapper{position:relative}.b-form-appeals-result__phone-wrapper .flag .flag-main::before{top:-10px}.b-form-appeals-result__phone-wrapper.b-phone-mask__wrapper-focused input{padding-left:40px;transition:.5s}.b-form-appeals-result__card-param{color:#8997a1}@media screen and (max-width: 560px){.b-form-appeals-result__card-param{font-size:14px}}@media screen and (max-width: 560px){.b-form-appeals-result__service-content{flex:1}}.b-form-appeals-result__save-tools{position:absolute;left:calc(100% + 28px);top:-35%;width:300px;border-radius:10px;background:#fff;box-shadow:0 10px 40px 0 rgba(0,0,0,.1);padding:15px 15px 20px 15px;display:none;z-index:2}.b-form-appeals-result__save-tools::before{content:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAxMiAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuNDk1OCAxOS4zNDQ5QzExLjA1OTUgMjAuMzc4NCAxMiAyMi4xMjY3IDEyIDI0TDEyIDBDMTIgMS44NzMwNiAxMS4wNTg4IDMuNjIxIDkuNDk0NDggNC42NTMxNUwwLjg5ODY1NiAxMC4zMjQ3Qy0wLjI5ODk3OSAxMS4xMTQ5IC0wLjI5OTY4MiAxMi44NzA1IDAuODk3MzIxIDEzLjY2MTdMOS40OTU4IDE5LjM0NDlaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);position:absolute;left:-10px;top:37%}@media screen and (max-width: 1240px){.b-form-appeals-result__save-tools::before{top:-21px;right:37%;left:auto;transform:rotate(90deg)}}@media screen and (max-width: 1240px){.b-form-appeals-result__save-tools{top:calc(100% + 10px);right:0;left:auto}}.b-form-appeals-result__save-wrap{position:relative}.b-form-appeals-result__save-wrap.show .b-form-appeals-result__save-tools{display:block}.b-form-appeals-result__save-tools a{color:#62727f;font-weight:400}.b-form-appeals-result__spinner{position:absolute;bottom:0;z-index:2;height:100%;width:100%;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(1px);background:#ffffff5c}.b-form-appeals-result__popup-block-wrapper{max-width:650px;margin:0 auto;position:relative;border-radius:16px;background:#fff;padding:40px;display:flex;flex-direction:column;align-items:center;text-align:center}@media screen and (max-width: 768px){.b-form-appeals-result__popup-block-wrapper{padding:20px}}.b-form-appeals-result__popup-block-save-title{display:flex;flex-direction:column;font-size:32px;font-weight:600;line-height:1.5;align-items:center}.b-form-appeals-result__popup-block-save-text{margin:10px 0 25px}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-form-appeals-service{margin-bottom:36px}.b-form-appeals-service:last-child{margin-bottom:0}.b-form-appeals-service__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;flex-wrap:wrap}@media screen and (max-width: 560px){.b-form-appeals-service__top{margin-bottom:20px}}.b-form-appeals-service__delete{transform:rotate(45deg);cursor:pointer}.b-form-appeals-service__title{font-size:20px;font-weight:600;line-height:28px}.b-form-appeals-service .select2-container{width:100% !important}.b-form-appeals-service .select2 .select2-selection--single{height:54px !important}.b-form-appeals-service__row{display:flex;margin-bottom:32px}@media screen and (max-width: 560px){.b-form-appeals-service__row{flex-wrap:wrap;margin-bottom:20px}}.b-form-appeals-service__cell{width:100%;margin-right:16px}.b-form-appeals-service__cell:last-child{margin-right:0}.b-form-appeals-service__cell--area{width:170px;min-width:170px}@media screen and (max-width: 560px){.b-form-appeals-service__cell--area{margin-top:20px}}.b-form-appeals-service__param-title{font-size:14px;font-weight:600;margin-bottom:12px;line-height:17px}.b-form-appeals-service__param-title span{color:#e72430}.b-form-appeals-service__type{margin-bottom:24px}.b-form-appeals-service__tags{display:flex;flex-wrap:wrap}.b-form-appeals-service__tag{display:flex;align-items:center;margin-right:10px;margin-bottom:10px;border-radius:32px;border:1px solid #e1e5ee;font-size:14px;line-height:120%;font-weight:400;color:#6a7278}.b-form-appeals-service__tag.active:not(.b-form-appeals-service__tag--custom){color:#e72430;border:1px solid #e72430}.b-form-appeals-service__tag label{padding:5px 11px;display:flex;align-items:center;cursor:pointer;line-height:140%}.b-form-appeals-service__tag--custom{display:flex;align-items:center;justify-content:center;padding:6px 14px;cursor:pointer}.b-form-appeals-service__tag--custom.active{border-color:#e72430;color:#e72430}.b-form-appeals-service__tag--custom svg{margin-right:4px}.b-form-appeals-service__tag--custom svg:last-child{margin-right:0}.b-form-appeals-service__tag-hit{margin-left:5px;color:#ea9a00;border-radius:17px;background-color:rgba(234,154,0,.1);padding:3px 7px;font-weight:600}.b-form-appeals-service__visit-select-block{display:flex;margin-bottom:24px;border-radius:16px;box-shadow:0 10px 40px 0 rgba(0,0,0,.1);padding:20px;margin-right:auto;justify-content:flex-start;width:fit-content;flex-wrap:wrap;max-width:490px}.b-form-appeals-service__visit-select-title{width:100%;font-size:14px;font-weight:600;margin-bottom:12px;line-height:17px}.b-form-appeals-service__visit-select{margin-right:24px;width:100%;max-width:250px}@media screen and (max-width: 560px){.b-form-appeals-service__visit-select{max-width:100%;margin-bottom:10px;margin-right:0}}.b-form-appeals-service__amount{border-radius:7px;border:1px solid #e0e3e5;display:flex;align-items:center;padding:15px 10px;margin-right:24px}.b-form-appeals-service__amount-down,.b-form-appeals-service__amount-up{cursor:pointer}.b-form-appeals-service__amount-count{color:#6a7278;padding:0 30px}.b-form-appeals-service__check-container{display:flex;align-items:center;margin-bottom:16px}.b-form-appeals-service__check-container--online{margin-bottom:0}.b-form-appeals-service__check{height:24px}.b-form-appeals-service__check label{cursor:pointer;width:24px;min-width:24px;height:24px;border:1px solid #8997a1;border-radius:4px;margin-right:9px}.b-form-appeals-service__check input{display:none}.b-form-appeals-service__check input:checked+label{background:url(/img/icons/check-white.svg) #e72430;background-size:18px;background-position-y:center;background-position-x:center;background-repeat:no-repeat;border:1px solid #e72430}.b-form-appeals-service__check-title{font-size:16px;font-weight:400;color:#23272a;margin-bottom:2px}.b-form-appeals-service__check-title span{padding-left:8px;color:#676b77}@media screen and (max-width: 560px){.b-form-appeals-service__check-title span{display:block;padding:0}}.b-form-appeals-service__check-price{color:#6a7278;font-size:14px;font-weight:400}.b-form-appeals-service__check-content{margin-right:12px}.b-form-appeals-service__check-desc{position:relative;top:-3px}.b-form-appeals-service__check-desc--online{top:-10px}.b-form-appeals-service__check-image{cursor:pointer;position:relative}.b-form-appeals-service__check-image::after{position:absolute;content:"";top:0;left:0;right:0;bottom:0}.b-form-appeals-service__check-popup{display:none;position:absolute;right:-10px;top:32px;padding:15px;font-size:16px;line-height:120%;background-color:#fff;box-shadow:0 0 15px rgba(0,0,0,.12);width:100vw;border-radius:10px;max-width:300px;z-index:2}.b-form-appeals-service__check-popup a{display:block;margin-top:8px;font-weight:600;font-size:16px;color:#62727f}.b-form-appeals-service__check-popup::after{content:"";position:absolute;border:20px solid transparent;border-bottom:30px solid #fff;top:-30px;right:0;cursor:pointer}.b-form-appeals-service__check-desc:hover .b-form-appeals-service__check-popup{display:block}.b-form-appeals-service__field{position:relative}.b-form-appeals-service__field span{position:absolute;top:50%;right:16px;transform:translate(0, -50%);font-size:16px;color:#676b77}.b-form-appeals-service__input-field{width:100%;height:54px;border:1px solid #e1e5ee;border-radius:10px;padding-left:20px;padding-right:40px}.b-form-appeals-service__textarea{width:100%;height:120px;border-radius:10px;resize:none;border:1px solid #e1e5ee;padding:20px}.b-form-appeals-service__textarea:focus{outline:none}.b-form-appeals-service__title{border-radius:7px}.b-form-appeals-service__error-message{color:#e72430;margin:10px 0 0;width:100%}.select2-results .result-custom{width:100%;display:flex;justify-content:space-between;position:relative}.select2-results .result-custom-popup{display:none;position:absolute;top:20px;right:0;background-color:#fff;border-radius:10px;padding:15px;z-index:2;width:80%;max-width:300px}.select2-results .result-custom-info:hover .result-custom-popup{display:block}.select2-dropdown .select2-results .select2-results__option{overflow:visible}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-form-appeals{display:block;margin-bottom:50px}.b-form-appeals__image{margin-bottom:63px;overflow:hidden}@media screen and (max-width: 560px){.b-form-appeals__image img{height:70px;max-width:initial;object-fit:cover}}@media screen and (max-width: 560px){.b-form-appeals__image{margin-bottom:30px}}.b-form-appeals__h1{margin-bottom:16px}@media screen and (max-width: 1140px){.b-form-appeals__h1{font-size:34px}}@media screen and (max-width: 560px){.b-form-appeals__h1{font-size:24px}}.b-form-appeals__desc{margin-bottom:44px;font-size:20px;font-weight:400;line-height:20px;color:#6a7278}@media screen and (max-width: 560px){.b-form-appeals__desc{font-size:18px;margin-bottom:30px}}.b-form-appeals__container{display:flex;justify-content:space-between}@media screen and (max-width: 1140px){.b-form-appeals__container{flex-direction:column}}@media screen and (min-width: 1141px){.b-form-appeals__form{width:55%;margin-right:50px}}@media screen and (min-width: 1141px){.b-form-appeals__total-block{width:37%}}@media screen and (max-width: 1140px){.b-form-appeals__total-block{margin-bottom:30px}}.b-form-appeals__add-service{width:100%;max-width:max-content;margin:36px auto;cursor:pointer;font-size:18px;font-weight:600;line-height:23px;color:#62727f}.b-form-appeals__add-service svg{margin-right:10px}.b-form-appeals__bottom{display:flex;justify-content:space-between;flex-direction:row-reverse;margin-bottom:40px}.b-form-appeals__success{display:flex;flex-direction:column;align-items:center;margin:94px 0}@media screen and (max-width: 768px){.b-form-appeals__success{margin:50px 0;padding:0 15px}}.b-form-appeals__success-title{padding:32px 0;font-size:40px;font-weight:600}@media screen and (max-width: 560px){.b-form-appeals__success-title{padding:20px 0;font-size:30px}}.b-form-appeals__success-desc{font-size:18px;margin-bottom:32px}@media screen and (max-width: 560px){.b-form-appeals__success-desc{font-size:16px;margin-bottom:20px}}
