/*
 * 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;
  }
}

/* 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;
  }
}
/* 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; }

/**
 * 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, 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') 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}@font-face{font-family:"FontAwesome";src:url(/local/templates/nav-tn/builds/prod/fonts/8b43027f47b20503057dfbbaa9401fef.eot);src:url(/local/templates/nav-tn/builds/prod/fonts/8b43027f47b20503057dfbbaa9401fef.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(/local/templates/nav-tn/builds/prod/fonts/20fd1704ea223900efa9fd4e869efb08.woff2) format("woff2"),url(/local/templates/nav-tn/builds/prod/fonts/f691f37e57f04c152e2315ab7dbad881.woff) format("woff"),url(/local/templates/nav-tn/builds/prod/fonts/1e59d2330b4c6deb84b340635ed36249.ttf) format("truetype"),url(/local/templates/nav-tn/builds/prod/node_modules/font-awesome/fonts/fontawesome-webfont.svg#fontawesomeregular) format("svg");font-weight:normal;font-style:normal}.fa{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}.fa-lg{font-size:1.3333333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.2857142857em;text-align:center}.fa-ul{padding-left:0;margin-left:2.1428571429em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.1428571429em;width:2.1428571429em;top:.1428571429em;text-align:center}.fa-li.fa-lg{left:-1.8571428571em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:""}.fa-music:before{content:""}.fa-search:before{content:""}.fa-envelope-o:before{content:""}.fa-heart:before{content:""}.fa-star:before{content:""}.fa-star-o:before{content:""}.fa-user:before{content:""}.fa-film:before{content:""}.fa-th-large:before{content:""}.fa-th:before{content:""}.fa-th-list:before{content:""}.fa-check:before{content:""}.fa-remove:before,.fa-close:before,.fa-times:before{content:""}.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}.fa-power-off:before{content:""}.fa-signal:before{content:""}.fa-gear:before,.fa-cog:before{content:""}.fa-trash-o:before{content:""}.fa-home:before{content:""}.fa-file-o:before{content:""}.fa-clock-o:before{content:""}.fa-road:before{content:""}.fa-download:before{content:""}.fa-arrow-circle-o-down:before{content:""}.fa-arrow-circle-o-up:before{content:""}.fa-inbox:before{content:""}.fa-play-circle-o:before{content:""}.fa-rotate-right:before,.fa-repeat:before{content:""}.fa-refresh:before{content:""}.fa-list-alt:before{content:""}.fa-lock:before{content:""}.fa-flag:before{content:""}.fa-headphones:before{content:""}.fa-volume-off:before{content:""}.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}.fa-qrcode:before{content:""}.fa-barcode:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-book:before{content:""}.fa-bookmark:before{content:""}.fa-print:before{content:""}.fa-camera:before{content:""}.fa-font:before{content:""}.fa-bold:before{content:""}.fa-italic:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-align-left:before{content:""}.fa-align-center:before{content:""}.fa-align-right:before{content:""}.fa-align-justify:before{content:""}.fa-list:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-indent:before{content:""}.fa-video-camera:before{content:""}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:""}.fa-pencil:before{content:""}.fa-map-marker:before{content:""}.fa-adjust:before{content:""}.fa-tint:before{content:""}.fa-edit:before,.fa-pencil-square-o:before{content:""}.fa-share-square-o:before{content:""}.fa-check-square-o:before{content:""}.fa-arrows:before{content:""}.fa-step-backward:before{content:""}.fa-fast-backward:before{content:""}.fa-backward:before{content:""}.fa-play:before{content:""}.fa-pause:before{content:""}.fa-stop:before{content:""}.fa-forward:before{content:""}.fa-fast-forward:before{content:""}.fa-step-forward:before{content:""}.fa-eject:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-plus-circle:before{content:""}.fa-minus-circle:before{content:""}.fa-times-circle:before{content:""}.fa-check-circle:before{content:""}.fa-question-circle:before{content:""}.fa-info-circle:before{content:""}.fa-crosshairs:before{content:""}.fa-times-circle-o:before{content:""}.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrow-down:before{content:""}.fa-mail-forward:before,.fa-share:before{content:""}.fa-expand:before{content:""}.fa-compress:before{content:""}.fa-plus:before{content:""}.fa-minus:before{content:""}.fa-asterisk:before{content:""}.fa-exclamation-circle:before{content:""}.fa-gift:before{content:""}.fa-leaf:before{content:""}.fa-fire:before{content:""}.fa-eye:before{content:""}.fa-eye-slash:before{content:""}.fa-warning:before,.fa-exclamation-triangle:before{content:""}.fa-plane:before{content:""}.fa-calendar:before{content:""}.fa-random:before{content:""}.fa-comment:before{content:""}.fa-magnet:before{content:""}.fa-chevron-up:before{content:""}.fa-chevron-down:before{content:""}.fa-retweet:before{content:""}.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}.fa-folder-open:before{content:""}.fa-arrows-v:before{content:""}.fa-arrows-h:before{content:""}.fa-bar-chart-o:before,.fa-bar-chart:before{content:""}.fa-twitter-square:before{content:""}.fa-facebook-square:before{content:""}.fa-camera-retro:before{content:""}.fa-key:before{content:""}.fa-gears:before,.fa-cogs:before{content:""}.fa-comments:before{content:""}.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}.fa-star-half:before{content:""}.fa-heart-o:before{content:""}.fa-sign-out:before{content:""}.fa-linkedin-square:before{content:""}.fa-thumb-tack:before{content:""}.fa-external-link:before{content:""}.fa-sign-in:before{content:""}.fa-trophy:before{content:""}.fa-github-square:before{content:""}.fa-upload:before{content:""}.fa-lemon-o:before{content:""}.fa-phone:before{content:""}.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}.fa-phone-square:before{content:""}.fa-twitter:before{content:""}.fa-facebook-f:before,.fa-facebook:before{content:""}.fa-github:before{content:""}.fa-unlock:before{content:""}.fa-credit-card:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-hdd-o:before{content:""}.fa-bullhorn:before{content:""}.fa-bell:before{content:""}.fa-certificate:before{content:""}.fa-hand-o-right:before{content:""}.fa-hand-o-left:before{content:""}.fa-hand-o-up:before{content:""}.fa-hand-o-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-globe:before{content:""}.fa-wrench:before{content:""}.fa-tasks:before{content:""}.fa-filter:before{content:""}.fa-briefcase:before{content:""}.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}.fa-chain:before,.fa-link:before{content:""}.fa-cloud:before{content:""}.fa-flask:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-copy:before,.fa-files-o:before{content:""}.fa-paperclip:before{content:""}.fa-save:before,.fa-floppy-o:before{content:""}.fa-square:before{content:""}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:""}.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}.fa-strikethrough:before{content:""}.fa-underline:before{content:""}.fa-table:before{content:""}.fa-magic:before{content:""}.fa-truck:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-plus:before{content:""}.fa-money:before{content:""}.fa-caret-down:before{content:""}.fa-caret-up:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-columns:before{content:""}.fa-unsorted:before,.fa-sort:before{content:""}.fa-sort-down:before,.fa-sort-desc:before{content:""}.fa-sort-up:before,.fa-sort-asc:before{content:""}.fa-envelope:before{content:""}.fa-linkedin:before{content:""}.fa-rotate-left:before,.fa-undo:before{content:""}.fa-legal:before,.fa-gavel:before{content:""}.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-flash:before,.fa-bolt:before{content:""}.fa-sitemap:before{content:""}.fa-umbrella:before{content:""}.fa-paste:before,.fa-clipboard:before{content:""}.fa-lightbulb-o:before{content:""}.fa-exchange:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-upload:before{content:""}.fa-user-md:before{content:""}.fa-stethoscope:before{content:""}.fa-suitcase:before{content:""}.fa-bell-o:before{content:""}.fa-coffee:before{content:""}.fa-cutlery:before{content:""}.fa-file-text-o:before{content:""}.fa-building-o:before{content:""}.fa-hospital-o:before{content:""}.fa-ambulance:before{content:""}.fa-medkit:before{content:""}.fa-fighter-jet:before{content:""}.fa-beer:before{content:""}.fa-h-square:before{content:""}.fa-plus-square:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}.fa-desktop:before{content:""}.fa-laptop:before{content:""}.fa-tablet:before{content:""}.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-circle-o:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-spinner:before{content:""}.fa-circle:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-github-alt:before{content:""}.fa-folder-o:before{content:""}.fa-folder-open-o:before{content:""}.fa-smile-o:before{content:""}.fa-frown-o:before{content:""}.fa-meh-o:before{content:""}.fa-gamepad:before{content:""}.fa-keyboard-o:before{content:""}.fa-flag-o:before{content:""}.fa-flag-checkered:before{content:""}.fa-terminal:before{content:""}.fa-code:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}.fa-location-arrow:before{content:""}.fa-crop:before{content:""}.fa-code-fork:before{content:""}.fa-unlink:before,.fa-chain-broken:before{content:""}.fa-question:before{content:""}.fa-info:before{content:""}.fa-exclamation:before{content:""}.fa-superscript:before{content:""}.fa-subscript:before{content:""}.fa-eraser:before{content:""}.fa-puzzle-piece:before{content:""}.fa-microphone:before{content:""}.fa-microphone-slash:before{content:""}.fa-shield:before{content:""}.fa-calendar-o:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-rocket:before{content:""}.fa-maxcdn:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-html5:before{content:""}.fa-css3:before{content:""}.fa-anchor:before{content:""}.fa-unlock-alt:before{content:""}.fa-bullseye:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}.fa-play-circle:before{content:""}.fa-ticket:before{content:""}.fa-minus-square:before{content:""}.fa-minus-square-o:before{content:""}.fa-level-up:before{content:""}.fa-level-down:before{content:""}.fa-check-square:before{content:""}.fa-pencil-square:before{content:""}.fa-external-link-square:before{content:""}.fa-share-square:before{content:""}.fa-compass:before{content:""}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:""}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:""}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:""}.fa-euro:before,.fa-eur:before{content:""}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-rupee:before,.fa-inr:before{content:""}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:""}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:""}.fa-won:before,.fa-krw:before{content:""}.fa-bitcoin:before,.fa-btc:before{content:""}.fa-file:before{content:""}.fa-file-text:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbs-down:before{content:""}.fa-youtube-square:before{content:""}.fa-youtube:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-youtube-play:before{content:""}.fa-dropbox:before{content:""}.fa-stack-overflow:before{content:""}.fa-instagram:before{content:""}.fa-flickr:before{content:""}.fa-adn:before{content:""}.fa-bitbucket:before{content:""}.fa-bitbucket-square:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-up:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-apple:before{content:""}.fa-windows:before{content:""}.fa-android:before{content:""}.fa-linux:before{content:""}.fa-dribbble:before{content:""}.fa-skype:before{content:""}.fa-foursquare:before{content:""}.fa-trello:before{content:""}.fa-female:before{content:""}.fa-male:before{content:""}.fa-gittip:before,.fa-gratipay:before{content:""}.fa-sun-o:before{content:""}.fa-moon-o:before{content:""}.fa-archive:before{content:""}.fa-bug:before{content:""}.fa-vk:before{content:""}.fa-weibo:before{content:""}.fa-renren:before{content:""}.fa-pagelines:before{content:""}.fa-stack-exchange:before{content:""}.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:""}.fa-dot-circle-o:before{content:""}.fa-wheelchair:before{content:""}.fa-vimeo-square:before{content:""}.fa-turkish-lira:before,.fa-try:before{content:""}.fa-plus-square-o:before{content:""}.fa-space-shuttle:before{content:""}.fa-slack:before{content:""}.fa-envelope-square:before{content:""}.fa-wordpress:before{content:""}.fa-openid:before{content:""}.fa-institution:before,.fa-bank:before,.fa-university:before{content:""}.fa-mortar-board:before,.fa-graduation-cap:before{content:""}.fa-yahoo:before{content:""}.fa-google:before{content:""}.fa-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-stumbleupon:before{content:""}.fa-delicious:before{content:""}.fa-digg:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-drupal:before{content:""}.fa-joomla:before{content:""}.fa-language:before{content:""}.fa-fax:before{content:""}.fa-building:before{content:""}.fa-child:before{content:""}.fa-paw:before{content:""}.fa-spoon:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-recycle:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-tree:before{content:""}.fa-spotify:before{content:""}.fa-deviantart:before{content:""}.fa-soundcloud:before{content:""}.fa-database:before{content:""}.fa-file-pdf-o:before{content:""}.fa-file-word-o:before{content:""}.fa-file-excel-o:before{content:""}.fa-file-powerpoint-o:before{content:""}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:""}.fa-file-zip-o:before,.fa-file-archive-o:before{content:""}.fa-file-sound-o:before,.fa-file-audio-o:before{content:""}.fa-file-movie-o:before,.fa-file-video-o:before{content:""}.fa-file-code-o:before{content:""}.fa-vine:before{content:""}.fa-codepen:before{content:""}.fa-jsfiddle:before{content:""}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:""}.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:""}.fa-ge:before,.fa-empire:before{content:""}.fa-git-square:before{content:""}.fa-git:before{content:""}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:""}.fa-tencent-weibo:before{content:""}.fa-qq:before{content:""}.fa-wechat:before,.fa-weixin:before{content:""}.fa-send:before,.fa-paper-plane:before{content:""}.fa-send-o:before,.fa-paper-plane-o:before{content:""}.fa-history:before{content:""}.fa-circle-thin:before{content:""}.fa-header:before{content:""}.fa-paragraph:before{content:""}.fa-sliders:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-bomb:before{content:""}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:""}.fa-tty:before{content:""}.fa-binoculars:before{content:""}.fa-plug:before{content:""}.fa-slideshare:before{content:""}.fa-twitch:before{content:""}.fa-yelp:before{content:""}.fa-newspaper-o:before{content:""}.fa-wifi:before{content:""}.fa-calculator:before{content:""}.fa-paypal:before{content:""}.fa-google-wallet:before{content:""}.fa-cc-visa:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-bell-slash:before{content:""}.fa-bell-slash-o:before{content:""}.fa-trash:before{content:""}.fa-copyright:before{content:""}.fa-at:before{content:""}.fa-eyedropper:before{content:""}.fa-paint-brush:before{content:""}.fa-birthday-cake:before{content:""}.fa-area-chart:before{content:""}.fa-pie-chart:before{content:""}.fa-line-chart:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-bicycle:before{content:""}.fa-bus:before{content:""}.fa-ioxhost:before{content:""}.fa-angellist:before{content:""}.fa-cc:before{content:""}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:""}.fa-meanpath:before{content:""}.fa-buysellads:before{content:""}.fa-connectdevelop:before{content:""}.fa-dashcube:before{content:""}.fa-forumbee:before{content:""}.fa-leanpub:before{content:""}.fa-sellsy:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-simplybuilt:before{content:""}.fa-skyatlas:before{content:""}.fa-cart-plus:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-diamond:before{content:""}.fa-ship:before{content:""}.fa-user-secret:before{content:""}.fa-motorcycle:before{content:""}.fa-street-view:before{content:""}.fa-heartbeat:before{content:""}.fa-venus:before{content:""}.fa-mars:before{content:""}.fa-mercury:before{content:""}.fa-intersex:before,.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-venus-double:before{content:""}.fa-mars-double:before{content:""}.fa-venus-mars:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-neuter:before{content:""}.fa-genderless:before{content:""}.fa-facebook-official:before{content:""}.fa-pinterest-p:before{content:""}.fa-whatsapp:before{content:""}.fa-server:before{content:""}.fa-user-plus:before{content:""}.fa-user-times:before{content:""}.fa-hotel:before,.fa-bed:before{content:""}.fa-viacoin:before{content:""}.fa-train:before{content:""}.fa-subway:before{content:""}.fa-medium:before{content:""}.fa-yc:before,.fa-y-combinator:before{content:""}.fa-optin-monster:before{content:""}.fa-opencart:before{content:""}.fa-expeditedssl:before{content:""}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:""}.fa-battery-3:before,.fa-battery-three-quarters:before{content:""}.fa-battery-2:before,.fa-battery-half:before{content:""}.fa-battery-1:before,.fa-battery-quarter:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-mouse-pointer:before{content:""}.fa-i-cursor:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-sticky-note:before{content:""}.fa-sticky-note-o:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-diners-club:before{content:""}.fa-clone:before{content:""}.fa-balance-scale:before{content:""}.fa-hourglass-o:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-hourglass:before{content:""}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:""}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:""}.fa-hand-scissors-o:before{content:""}.fa-hand-lizard-o:before{content:""}.fa-hand-spock-o:before{content:""}.fa-hand-pointer-o:before{content:""}.fa-hand-peace-o:before{content:""}.fa-trademark:before{content:""}.fa-registered:before{content:""}.fa-creative-commons:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-tripadvisor:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-get-pocket:before{content:""}.fa-wikipedia-w:before{content:""}.fa-safari:before{content:""}.fa-chrome:before{content:""}.fa-firefox:before{content:""}.fa-opera:before{content:""}.fa-internet-explorer:before{content:""}.fa-tv:before,.fa-television:before{content:""}.fa-contao:before{content:""}.fa-500px:before{content:""}.fa-amazon:before{content:""}.fa-calendar-plus-o:before{content:""}.fa-calendar-minus-o:before{content:""}.fa-calendar-times-o:before{content:""}.fa-calendar-check-o:before{content:""}.fa-industry:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-map-o:before{content:""}.fa-map:before{content:""}.fa-commenting:before{content:""}.fa-commenting-o:before{content:""}.fa-houzz:before{content:""}.fa-vimeo:before{content:""}.fa-black-tie:before{content:""}.fa-fonticons:before{content:""}.fa-reddit-alien:before{content:""}.fa-edge:before{content:""}.fa-credit-card-alt:before{content:""}.fa-codiepie:before{content:""}.fa-modx:before{content:""}.fa-fort-awesome:before{content:""}.fa-usb:before{content:""}.fa-product-hunt:before{content:""}.fa-mixcloud:before{content:""}.fa-scribd:before{content:""}.fa-pause-circle:before{content:""}.fa-pause-circle-o:before{content:""}.fa-stop-circle:before{content:""}.fa-stop-circle-o:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-hashtag:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-percent:before{content:""}.fa-gitlab:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpforms:before{content:""}.fa-envira:before{content:""}.fa-universal-access:before{content:""}.fa-wheelchair-alt:before{content:""}.fa-question-circle-o:before{content:""}.fa-blind:before{content:""}.fa-audio-description:before{content:""}.fa-volume-control-phone:before{content:""}.fa-braille:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:""}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-signing:before,.fa-sign-language:before{content:""}.fa-low-vision:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-pied-piper:before{content:""}.fa-first-order:before{content:""}.fa-yoast:before{content:""}.fa-themeisle:before{content:""}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:""}.fa-fa:before,.fa-font-awesome:before{content:""}.fa-handshake-o:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-o:before{content:""}.fa-linode:before{content:""}.fa-address-book:before{content:""}.fa-address-book-o:before{content:""}.fa-vcard:before,.fa-address-card:before{content:""}.fa-vcard-o:before,.fa-address-card-o:before{content:""}.fa-user-circle:before{content:""}.fa-user-circle-o:before{content:""}.fa-user-o:before{content:""}.fa-id-badge:before{content:""}.fa-drivers-license:before,.fa-id-card:before{content:""}.fa-drivers-license-o:before,.fa-id-card-o:before{content:""}.fa-quora:before{content:""}.fa-free-code-camp:before{content:""}.fa-telegram:before{content:""}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:""}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""}.fa-thermometer-2:before,.fa-thermometer-half:before{content:""}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""}.fa-shower:before{content:""}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:""}.fa-podcast:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-times-rectangle:before,.fa-window-close:before{content:""}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:""}.fa-bandcamp:before{content:""}.fa-grav:before{content:""}.fa-etsy:before{content:""}.fa-imdb:before{content:""}.fa-ravelry:before{content:""}.fa-eercast:before{content:""}.fa-microchip:before{content:""}.fa-snowflake-o:before{content:""}.fa-superpowers:before{content:""}.fa-wpexplorer:before{content:""}.fa-meetup:before{content:""}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}@font-face{font-family:"Open Sans";font-style:normal;font-weight:normal;src:url(/local/templates/nav-tn/builds/prod/fonts/f815477469249e798748e246f05b5161.woff) format("woff");font-display:swap}@font-face{font-family:"Open Sans Italic";font-style:italic;font-weight:400;src:url(/local/templates/nav-tn/builds/prod/fonts/93e820c89c6c9db83b579761a1603bc8.woff2) format("woff2"),url(/local/templates/nav-tn/builds/prod/fonts/643951d5db601e1623375544fab678d8.woff) format("woff");font-display:swap}@font-face{font-family:"ProximaNova";font-style:normal;font-weight:200;src:url(/local/templates/nav-tn/builds/prod/fonts/ae0b32482b659a810b817b6b49338321.woff2) format("woff2"),url(/local/templates/nav-tn/builds/prod/fonts/a637d8f297ddd9a733cc622e29d72bdf.woff) format("woff");font-display:swap}@font-face{font-family:"ProximaNova";font-style:italic;font-weight:200;src:url(/local/templates/nav-tn/builds/prod/fonts/b22f38462ef39c0bb0ad2bb633bf8d89.woff2) format("woff2"),url(/local/templates/nav-tn/builds/prod/fonts/545291b9159ad2f61b28493053c547a6.woff) format("woff");font-display:swap}@font-face{font-family:"ProximaNova";font-style:normal;font-weight:400;src:url(/local/templates/nav-tn/builds/prod/fonts/bf54c1aa08d5c809d5fff23a7e5cd804.woff2) format("woff2"),url(/local/templates/nav-tn/builds/prod/fonts/03b09c1ad33fa957d7bd31b072683aa1.woff) format("woff");font-display:swap}@font-face{font-family:"ProximaNova";font-style:normal;font-weight:normal;src:url(/local/templates/nav-tn/builds/prod/fonts/bf54c1aa08d5c809d5fff23a7e5cd804.woff2) format("woff2"),url(/local/templates/nav-tn/builds/prod/fonts/03b09c1ad33fa957d7bd31b072683aa1.woff) format("woff");font-display:swap}@font-face{font-family:"ProximaNova";font-style:italic;font-weight:400;src:url(/local/templates/nav-tn/builds/prod/fonts/69ff641c88d5a4cec863ad48983b298e.woff2) format("woff2"),url(/local/templates/nav-tn/builds/prod/fonts/072f09306648115fa4d2c90151022823.woff) format("woff");font-display:swap}@font-face{font-family:"ProximaNova";font-style:normal;font-weight:600;src:url(/local/templates/nav-tn/builds/prod/fonts/54b9eb90d4b941f9371e1be637ce2c57.woff2) format("woff2"),url(/local/templates/nav-tn/builds/prod/fonts/9d060ce65c8a91d38e218db97dd82463.woff) format("woff");font-display:swap}@font-face{font-family:"ProximaNova";font-style:normal;font-weight:bold;src:url(/local/templates/nav-tn/builds/prod/fonts/6a9145bde36be28aa66a718ad0c7a1a9.woff2) format("woff2"),url(/local/templates/nav-tn/builds/prod/fonts/eed98d53723a975824be412e16889d63.woff) format("woff");font-display:swap}@font-face{font-family:"ProximaNova";font-style:italic;font-weight:bold;src:url(/local/templates/nav-tn/builds/prod/fonts/0fefc2cb260ea3708f9d75da08f5d194.woff2) format("woff2"),url(/local/templates/nav-tn/builds/prod/fonts/cb1133a632484c1388ab1f01f68ded14.woff) format("woff");font-display:swap}@font-face{font-family:"ProximaNova";font-style:normal;font-weight:800;src:url(/local/templates/nav-tn/builds/prod/fonts/51e73062e691a23fb801743a1c5d6f64.woff2) format("woff2"),url(/local/templates/nav-tn/builds/prod/fonts/c611b0015a7f48f62cfcac8f198b71b2.woff) format("woff");font-display:swap}/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}.foundation-mq{font-family:"small=0em&medium=48em&large=64em&xlarge=80em&xxlarge=86.875em"}html{box-sizing:border-box;font-size:16px}*,*::before,*::after{box-sizing:inherit}body{margin:0;padding:0;background:#fefefe;font-family:"ProximaNova",sans-serif;font-weight:normal;line-height:1.4;color:#0a0a0a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:inline-block;vertical-align:middle;max-width:100%;height:auto;-ms-interpolation-mode:bicubic}textarea{height:auto;min-height:50px;border-radius:0}select{box-sizing:border-box;width:100%;border-radius:0}.map_canvas img,.map_canvas embed,.map_canvas object,.mqa-display img,.mqa-display embed,.mqa-display object{max-width:none !important}button{padding:0;appearance:none;border:0;border-radius:0;background:transparent;line-height:1;cursor:auto}[data-whatinput=mouse] button{outline:0}pre{overflow:auto}button,input,optgroup,select,textarea{font-family:inherit}.is-visible{display:block !important}.is-hidden{display:none !important}body{min-width:320px;overflow-x:hidden;background:#fff}body.without-scroll{overflow:hidden;padding-right:15px}main h1,main .h1,main .c-h1{color:#1f1f1f;font-weight:bold;line-height:2.5625rem;font-size:2.125rem}main h2,main .h2,main .c-h2{color:#1f1f1f;font-weight:bold;line-height:1;font-size:18px}main h3,main .h3,main .c-h3,main h4,main .h4,main .c-h4{color:#1f1f1f;font-weight:600;font-size:16px}main big,main .big,main .c-big{color:#0a0a0a;font-size:24px}main b,main strong{font-weight:bold}main hr{border:none;border-bottom:2px solid #8a8a8a}main ul{padding-left:30px}main ul li{margin-bottom:10px}main ul.c-red-bullets{margin-top:5px;margin-bottom:15px}main ul.c-red-bullets li{list-style:none;position:relative}main ul.c-red-bullets li::before{position:absolute;top:7px;left:-21px;content:"";width:8px;height:8px;border-radius:50px;background-color:#e72430}main ol{padding-left:30px}main ol li{margin:10px 0}main a{color:#e72430;text-decoration:none;font-weight:600}main a:hover{color:#d21e29}main a:active{color:#c21924}main input,main button{outline:none}main table{width:100%;overflow-x:auto}@media(max-width: 767px){main table{display:block}}main .c-right{float:right;margin:0 0 10px 10px}main .c-left{float:left;margin:0 10px 10px 0}main .c-black{color:#0a0a0a}main .c-gray{color:#8a8a8a}main .c-hidden{display:none}@media print,screen and (max-width: 47.99875em){main .c-space-between>*:not(:first-child){margin-top:20px}}@media print,screen and (min-width: 48em){main .c-space-between{display:flex;align-items:center;justify-content:space-between}}main .c-left-side{text-align:left}main .c-right-side{text-align:right}@media print,screen and (max-width: 47.99875em){main .c-small-hidden{display:none}}@media print,screen and (min-width: 48em)and (max-width: 63.99875em){main .c-medium-hidden{display:none}}@media print,screen and (min-width: 64em)and (max-width: 79.99875em){main .c-large-hidden{display:none}}@media screen and (min-width: 80em)and (max-width: 86.87375em){main .c-xlarge-hidden{display:none}}@media screen and (min-width: 86.875em){main .c-xxlarge-hidden{display:none}}.l-wrapper{max-width:1200px;margin:auto;padding:0}@media screen and (max-width: 1280px){.l-wrapper{max-width:inherit;padding:0 30px}}@media screen and (max-width: 760px){.l-wrapper{padding:0 15px}.l-wrapper--catalog{padding:0 20px}.l-wrapper--bim{padding:0 5px}}.l-wrapper--catalog{width:100%}@media screen and (max-width: 1280px){.l-wrapper--catalog{max-width:100%}}.l-wrapper--cabinet-object-item{padding-bottom:50px}.l-wrapper--padding-bottom{padding-bottom:100px}@media screen and (max-width: 1024px){.l-wrapper--padding-bottom{padding-bottom:50px}}.l-wrapper--padding-top{padding-top:100px}@media screen and (max-width: 1024px){.l-wrapper--padding-top{padding-top:50px}}.l-prodcard-systems-order{padding:44px 50px;border:1px solid #e1e5ee;border-radius:10px;margin:100px auto 80px auto}@media screen and (max-width: 768px){.l-prodcard-systems-order{padding:20px}}.l-bg-gray{background-color:#f5f6fa}.l-bg-gray--gradient{background:linear-gradient(0deg, #f5f6fa 0%, #f5f6fa 100%),#fff}.l-bg-gray--top-and-bottom-padding{padding:92px 0 100px}.l-bg-gray--adaptive-paddings{padding:100px 0}@media screen and (max-width: 1024px){.l-bg-gray--adaptive-paddings{padding:50px 0}}.l-bg-gray--margin-top{margin-top:100px}@media screen and (max-width: 1024px){.l-bg-gray--margin-top{margin-top:50px}}.l-bg-gray--margin-bottom{margin-bottom:100px}@media screen and (max-width: 1024px){.l-bg-gray--margin-bottom{margin-bottom:50px}}.l-bg-gray--directions{position:relative;margin-top:306px;padding-top:180px}@media(max-width: 1000px){.l-bg-gray--directions{margin-top:255px}}@media(max-width: 830px){.l-bg-gray--directions{margin-top:280px}}@media(max-width: 800px){.l-bg-gray--directions{margin-top:320px}}@media(max-width: 560px){.l-bg-gray--directions{margin-top:270px;padding-top:95px}}@media(max-width: 378px){.l-bg-gray--directions{padding-top:120px}}.l-bg-gray-part{background-color:#f5f6fa;padding-top:42px}.l-bg-white-part{background-color:#fff;padding-top:70px}@media(max-width: 1000px){.l-bg-white-part{padding-top:43px}}.l-bg-white{background-color:#fff}.l-h1{color:#1f1f1f;font-weight:800;line-height:120%;font-size:2.125rem;padding:32px 0;margin:0}.l-h1.f-w-700{font-weight:700}@media(max-width: 560px){.l-h1{padding:23px 0 18px;font-size:24px}}.l-h1--systems{padding-bottom:8px}.l-h1 .red{color:#e72430}.l-h2{color:#1f1f1f;font-weight:800;line-height:1;font-size:34px;margin:0}@media(max-width: 560px){.l-h2{font-size:24px}}.l-subtitle{font-weight:normal;font-size:18px;line-height:150%;color:#1f1f1f;margin:0 0 15px}@media(max-width: 560px){.l-subtitle{font-size:16px;margin-bottom:0}}.l-button{background:#e72430;border-radius:10px;padding:19px 40px;font-weight:600;font-size:16px;color:#fff;cursor:pointer;box-sizing:border-box;border:1px solid #e72430;position:relative;display:inline-block;text-align:center}.l-button:hover{background:#d21e29;color:#ffffffc4}.l-button:active{background:#c21924;color:#ffffffc4}.l-button:disabled{opacity:.5;cursor:not-allowed}.l-button--small{min-width:inherit;font-size:14px;padding:17px 26px}.l-button--secondary{background:#fff;color:#e72430}.l-button--secondary:hover{background:#fff;color:#e72430}.l-button--no-wrap{white-space:nowrap}.l-button--external{background:#fff;color:#e72430}.l-button--external:hover{background:#fff;color:#e72430}.l-button--external::before{content:"";width:8px;height:8px;display:block;border-top:1.6px solid #e72430;border-right:1.6px solid #e72430;position:absolute;right:8px;top:8px}@media(min-width: 560px){.l-button--wide{min-width:277px}}@media(max-width: 760px){.l-button{padding:19px 20px}}.l-mob-revert-block{display:flex;flex-direction:column}@media(max-width: 1024px){.l-mob-revert-block{flex-direction:column-reverse}}.l-link{position:relative;color:#e72430;font-weight:600}.l-link--external::before{content:"";width:8px;height:8px;display:block;border-top:1.6px solid #e72430;border-right:1.6px solid #e72430;position:absolute;right:-9px;top:-4px}.l-link--external:hover::before{border-color:#d21e29}.l-link--falsely::before{content:"";width:100%;position:absolute;bottom:0;border-bottom:1px dashed #e72430;opacity:.3}.l-link--falsely:hover::before{border-bottom:1px dashed #d21e29;opacity:.8}.l-link--button{display:inline-flex;border-radius:10px;padding:12px 20px;border:1px solid #e1e5ee;align-items:center}.l-link--button::after{content:"";display:block;width:18px;height:18px;background:url(/img/layout/arrow-right.svg) no-repeat center;background-size:contain;margin-left:5px}.l-link--button:hover{border-color:#d21e29}@media(max-width: 560px){.l-link--button{padding:0;border:none}}.l-link--with-arrow::after{content:"";display:inline-block;width:18px;height:18px;background:url(/img/layout/arrow-right.svg) no-repeat center;background-size:contain;margin-left:5px;vertical-align:middle}.l-link--without-border{border:none}.l-arrow{width:50px;height:50px;display:flex;background:#fff;border:1px solid #e1e5ee;box-sizing:border-box;box-shadow:0 4px 4px rgba(0,0,0,.25);border-radius:10px;justify-content:center;align-items:center;cursor:pointer;outline:none}.l-arrow::before{content:"";border:solid #1f1f1f;border-width:0 2px 2px 0;transform:rotate(-45deg);padding:5px;margin-right:3px}.l-arrow--red{box-shadow:none}.l-arrow--red::before{border-color:#d21e29}.l-arrow--red-bg{background:#e72430;box-shadow:none}.l-arrow--red-bg::before{border-color:#fff}.l-arrow--gray{box-shadow:none}.l-arrow--gray::before{border-color:#babeca}.l-input{border:1px solid #e1e5ee;box-sizing:border-box;border-radius:10px;background:#fff;padding:18px 20px}.l-input--error{background:#fff4f4;box-shadow:0 15px 45px -27px rgba(0,0,0,.2);border-color:#e72430}.l-input:focus{outline:none}.l-info-with-button-wrap{width:100%;padding:10px 0 94px}@media(max-width: 570px){.l-info-with-button-wrap--fire-safety .b-info-with-button__wrap{background-size:unset !important}}@media(max-width: 760px){.l-info-with-button-wrap--fire-safety{padding-bottom:0}.l-info-with-button-wrap--fire-safety .b-info-with-button{padding-bottom:100px}}@media(max-width: 1024px){.l-info-with-button-wrap--exploitation-support{padding-bottom:50px}}@media(max-width: 768px){.l-info-with-button-wrap--exploitation-support{padding-bottom:0}}@media screen and (max-width: 768px){.l-info-with-button-wrap--main{padding-bottom:50px}}@media(max-width: 480px){.l-info-with-button-wrap{padding-bottom:30px}}input,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none}input:focus,label:focus,div:focus,a:focus,span:focus,article:focus{outline:none}.l-checkbox{position:absolute;z-index:-1;opacity:0}.l-checkbox+label{display:flex;align-items:center;cursor:pointer;position:relative;color:#676b77}.l-checkbox+label::before{content:"";display:block;width:24px;height:24px;box-sizing:border-box;border:1px solid #e1e5ee;border-radius:6px;margin-right:10px;min-width:24px}.l-checkbox+label:hover{color:#1f1f1f}.l-checkbox+label:hover::before{background-color:#fff;background-image:url(/img/layout/check-gray.svg);background-size:15px;background-repeat:no-repeat;background-position:5px 5px}.l-checkbox:checked+label{color:#1f1f1f}.l-checkbox:checked+label::before{border-color:#e72430;background-color:#e72430;background-image:url(/img/layout/check.svg);background-size:16px;background-repeat:no-repeat;transition:all .2s;background-position:4px 1px}.l-checkbox:disabled+label{cursor:default;color:#babeca}.l-checkbox:disabled+label::before{background:#f5f6fa;border-color:#e1e5ee}@media screen and (max-width: 970px){#bx-panel{position:absolute !important;top:0;z-index:1 !important}}body.js-no-scroll{overflow:hidden}.elem-detail-title h1{font-size:24px;padding-top:0}@media print,screen and (min-width: 48em){.elem-detail-title h1{font-size:34px}}.l-main-wrapper{max-width:100%;padding:20px 10px 0;background-color:#f5f6fa}.l-main-wrapper--grey-bg{background-color:#f5f6fa}.l-main-wrapper--services{padding-left:0 !important;padding-right:0 !important;padding-bottom:0 !important;padding-top:60px !important}@media(max-width: 970px){.l-main-wrapper--services{padding-top:0 !important}}.l-main-wrapper--white-bg{background-color:#fff}@media screen and (max-width: 760px){.l-main{padding-bottom:40px}}.l-root-catalog{margin:0}.l-catalog-list{position:relative;display:flex;flex-direction:column}.l-article .b-infoblock{background:#fff;margin:0 -10px;padding:0 10px}.l-form{box-sizing:border-box;padding:30px 50px 50px;background:#fff;margin:80px auto 0;width:100%;z-index:100;position:relative}@media screen and (max-width: 500px){.l-form{padding:30px 5px 50px}}.l-documents{position:relative}.l-documents__bottom-box{display:flex;justify-content:space-between;flex-wrap:wrap;width:100%}.l-documents .b-filter__categories{display:block}.l-documents .b-filter__categories span{display:block;padding:30px 0;color:#000;font:400 14px ProximaNova;cursor:pointer}.l-documents .b-filter__categories span::after{content:"";display:inline-block;margin-left:5px;font:normal normal normal 10px/1 FontAwesome}.l-documents .b-filter__categories span.open::after{transform:rotateZ(180deg)}.l-documents .b-filter__categories--swap .b-filter__selector{height:0;opacity:0;padding:0;-webkit-transition:all .3 linear;-o-transition:all .3 linear;transition:all .3 linear}.l-documents .b-filter__categories--swap .b-filter__selector--open{opacity:1}.l-documents .b-products__footer{margin:0}.l-document-search-box{font-family:ProximaNova,sans-serif;background-color:#fff;padding:21px 16px;box-sizing:border-box;width:100%;margin-bottom:23px}.l-document-search-box__title{line-height:normal;font-size:18px;text-transform:uppercase;color:#333;margin:0}.l-direction-articles{position:relative;padding-top:92px}@media(max-width: 767px){.l-direction-articles{padding-bottom:40px}}@media(max-width: 560px){.l-direction-articles{padding-top:43px}}@media(max-width: 767px){.l-main-wrapper{padding:15px 10px 0}.l-main-wrapper--bim,.l-main-wrapper--calculators,.l-main-wrapper--solutions{padding:0}.l-main-wrapper--services{padding-bottom:50px !important}.l-main-wrapper--contractor{padding:15px 15px 0}}@media(min-width: 480px){.l-search .b-products__footer{position:relative;justify-content:center;padding:30px 20px 40px;margin:50px -20px 0}.l-search .b-products__pagination{flex:0 0 auto;justify-content:flex-start;margin-left:0}.l-search .b-products__up{position:absolute;bottom:0;right:20px}}@media(min-width: 768px){.l-main-wrapper{padding:20px 10px}.l-main-wrapper--bim,.l-main-wrapper--calculators{padding:0}.l-main-wrapper--cottage-constr-calc{padding-bottom:1px}.l-main .b-search{margin:0 auto;position:relative;z-index:99}}@media(min-width: 970px){.l-main-wrapper{padding:0 10px 20px}.l-main-wrapper--bim,.l-main-wrapper--calculators{padding:0}.l-main-wrapper--cottage-constr-calc{padding-bottom:1px}.l-catalog-list,.l-documents{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;flex-direction:row}.l-catalog-list .c-page-title,.l-documents .c-page-title{flex:0 0 100%;width:100%}}@media(min-width: 1280px){.l-main,.l-root-catalog,.l-energy-calculator,.l-catalog-list,.l-systems-catalog,.l-breadcrumb-wrapper,.l-system-top-offer{max-width:1200px;margin:0 auto}}.tablebodytext{display:none}.c-content{font-family:"Open Sans",serif;font-size:16px;color:#00abe4}.c-content ul{list-style:none;margin-left:0;padding:0 0 25px 50px}.c-content ul>li::before{display:inline-block;padding:5px 0;content:"—";width:1.3em;margin-left:-1.2em}.c-button{display:flex;justify-content:center;align-items:center;width:130px;height:24px;background-color:#fff;border:1px solid #f5262a;border-radius:2px;color:#000;font:normal 300 12px/18px ProximaNova;text-decoration:none;cursor:pointer}@media(max-width: 479px){.c-button{font-size:10px;width:100px}}.c-compare-is-shown{margin-bottom:65px}.c-button-circle{width:41px;height:41px;background:url(/img/icons/btn-circle.svg) no-repeat center/contain;background-size:contain;cursor:pointer}.c-button-circle--dark{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAfCAYAAAAfrhY5AAAB+ElEQVRIS8XXzctNURTH8c+jTAj5A4ykjJShEQYywcBbUQqRgYykGMnIQMrEQIRS5L0wkYGYGIqRyMicEBN56fe0z+k+t+e6555z6+zR7Z691ve39lp77b1nNB/rsQ5rsRorsAxf8Qnv8Bqv8KKJ25kxkxZjF7ZjaXEcQEABBhwBERJBERaB3/AAd/FjFON/8E04hJ/F0RP8bRBRfG4pghfhCp7NZzcKfgQ7iuGdBsBRU3aXAO7j0vCk+eDHsQrn8aEDuDKNr/iMr/isxzA8ESdvJ/B9CuDKxRKcKwVZr8AgPDkO9OiUIh7WnhW4WETM1kAFT1VfRXLTJcfjFis1kFo6mF1Qwfcj+/jAOOspfL9W+sD1Cv4Il/G4ofMLeNi0mQz53IrD2BZ4Ij6DjQ33cXxtKA1kZwsBYT7H6fw4WbrUqYZRV9O6CDib7hj47Q6FllW7V4ro5QTiZwsv8DfYh7cTGA9ObSNgDW4E/hkr8aUlPGaTCliOj4H/xkL86QCPaWomB1ECGTcW4Ne0It+Mm9iLp+PIqCPvmvNJwdFW57xLtbcBB15Xe9t9HvAt7Gm41IPZqPd5mw7XBTynw0XRpL39PY61iDisOb09f/R6qvV6nif63m4yVSX2doerBPR2ex1cgV7u7ZWA3l4slYDe3mrDh9PUX6n/AD8ellt5Ya6FAAAAAElFTkSuQmCC) no-repeat}.c-button-link,.c-button-load{display:inline-block;padding:10px 20px 9px;border:0;border-radius:4px;font:300 17px ProximaNova;text-align:center;text-decoration:none;cursor:pointer;color:#000}.c-button-link{background-color:#f5262a;color:#fff}.c-button-link--grey{color:#000;background-color:#ececec}.c-button-link--in-menu{background:transparent;color:#fff;width:100%;text-align:center}.c-button-load{font-style:normal;background-color:#ececec}.c-arrow-left{width:0;height:0;border-top:35px solid transparent;border-bottom:35px solid transparent;border-right:36px solid #fff}.c-page-title{position:relative}.c-page-title--documents h1{margin:.74em 0 .72em 0}@media(max-width: 760px){.c-page-title--documents h1{font-size:24px;margin-left:0}}.c-page-title--flex{display:flex;justify-content:space-between;align-items:baseline}.c-page-title--flex h1{width:65%}@media(max-width: 960px){.c-page-title--flex h1{width:100%;order:2}}@media(max-width: 960px){.c-page-title--flex{flex-direction:column}}.c-page-title--flex-start{display:flex;align-items:baseline;justify-content:flex-start}.c-page-title--flex-start .l-h1{width:initial}.c-hide{display:none}.c-h2{color:#000;font:700 16px/14px ProximaNova;margin-bottom:10px;display:block}@media(max-width: 767px){.l-root-catalog .c-page-title{margin-left:15px;margin-right:15px}.c-page-title--news{margin-left:8px !important}}@media(max-width: 969px){.c-button-circle{width:29px;height:29px}.c-page-title--documents{margin-left:20px}.l-catalog-list--tablet-flex{display:flex;flex-direction:column}}@media(min-width: 768px){.c-page-title--solutions{padding-left:0;margin-left:0}}@media(max-width: 768px){.c-page-title--solutions{padding-left:15px;margin-left:0}}@media(max-width: 760px){.c-page-title--documents{margin-left:0}}.order-minus-one{order:-1}.order-minus-two{order:-2}.l-news-list{padding-bottom:80px}@media(max-width: 760px){.l-news-list{padding-bottom:40px}}.adaptive-img{width:auto;height:auto;max-width:100%}.adaptive-video{height:0;position:relative;padding-bottom:56.25%}.adaptive-video iframe{position:absolute;left:0;top:0;width:100%;height:100%}.c-gray-bg{background:#f8f8f8;padding-top:120px;margin-bottom:70px;overflow:hidden}.c-gray-bg .b-landing-content-with-image__right::after{border-color:#fff}@media all and (max-width: 765px){.c-gray-bg{padding-top:40px;margin-bottom:35px}}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;clip:rect(0 0 0 0)}.hidden,.locale_hidden,.archival_hidden{display:none !important}jdiv{z-index:1000 !important}.noborder-top-td td{border-width:0 !important;padding-bottom:0 !important}.noborder-bot-td td{padding-top:0 !important}.lv2{display:flex;width:100%}.lv2 div:first-child{padding:0 20px 0 0}.criterian{font-style:italic;font-size:12px}.p-t-0{padding-top:0}.p-b-0{padding-bottom:0}.p-t-50{padding-top:50px}@media all and (max-width: 765px){.p-t-50{padding-top:30px}}.p-b-50{padding-bottom:50px}@media all and (max-width: 765px){.p-b-50{padding-bottom:30px}}.border-red{border:2px solid #e72430}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.add-to-favourites{display:none;align-items:center;justify-content:center;opacity:0;transition:opacity .3s;cursor:pointer}.add-to-favourites--visible{display:block;opacity:1}.add-to-favourites--remove{color:#e72430}.add-to-favourites--remove path{stroke:#e72430}.add-to-favourites .l-button{width:100%;font-size:16px;padding-top:9px;padding-bottom:9px;margin-top:15px}
[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-breadcrumbs--solutions{padding:20px 15px 15px}.b-breadcrumbs__item{max-width:100%;color:#676b77;font:normal 400 14px/130% ProximaNova;text-decoration:none;padding-right:26px;position:relative}.b-breadcrumbs__item a,.b-breadcrumbs__item span{color:#676b77;font:normal 400 14px/130% ProximaNova;text-decoration:none}.b-breadcrumbs__item--first:hover path{fill:#e72430}.b-breadcrumbs__item:last-child{padding-right:0}.b-breadcrumbs__item:last-child::after{display:none}.b-breadcrumbs__item::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-breadcrumbs__item--disable::after{display:none}@media(max-width: 560px){.b-breadcrumbs__item{white-space:nowrap;max-width:initial}}.b-breadcrumbs__path{display:flex}@media(min-width: 561px){.b-breadcrumbs__path{flex-wrap:wrap}}.b-breadcrumbs.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x,.b-breadcrumbs.ps-container:hover>.ps-scrollbar-x-rail:hover,.b-breadcrumbs.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x,.b-breadcrumbs.ps-container>.ps-scrollbar-x-rail{opacity:0 !important}@media(min-width: 768px){.b-breadcrumbs--solutions{margin-left:0;padding:20px 0}}@media(min-width: 560px){.b-breadcrumbs{padding-top:16px}}@media(max-width: 560px){.b-breadcrumbs{padding:12px 15px 10px;margin:0 -15px 0 -10px}.b-breadcrumbs--solutions{width:100%}.l-wrapper--catalog .b-breadcrumbs{margin-right:-20px}.l-main-wrapper .b-breadcrumbs{margin-right:-10px}.l-wrapper--bim .b-breadcrumbs{margin-right:-5px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-comments{max-width:810px;margin:0 auto}.b-comments__input{display:flex;flex-wrap:wrap}.b-comments__input textarea,.b-comments__input input{flex:0 1 auto}.b-comments__input textarea{display:block;width:100%;max-width:810px;height:75px;padding:15px;background-color:#fff;border:1px solid rgba(0,0,0,.3);border-radius:4px;font:normal 300 14px/18px ProximaNova;resize:none;outline:none}.b-comments__input input,.b-comments__show-all{width:100%;max-width:260px;padding:10px 0;margin-top:20px;border:0;background-color:#ececec;border-radius:4px;text-align:center;color:#000;font:normal 300 18px ProximaNova}.b-comments__author{color:#000;font:700 16px/24px ProximaNova}.b-comments__date{color:#d8d8d8;font:700 12px/20px ProximaNova}.b-comments__text{color:#808285;font:400 14px/20px ProximaNova}.b-comments__comment{margin-top:30px}.b-comments__show-all{max-width:none;font-size:14px;line-height:18px}.b-comments__show-all::after{content:"";display:inline-block;margin-left:5px;font:12px/1 FontAwesome}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-filter{box-sizing:border-box;width:100%;height:0;overflow:hidden;margin-bottom:0;transition:all .5s;font-family:"ProximaNova",sans-serif;border:1px solid transparent;border-radius:10px}.b-filter__input{display:none}.b-filter__input:checked+.b-button--filter{background:#e72430;color:#fff;border:1px solid #e72430}.b-filter__input:disabled+.b-button--filter{background-color:#e1e5ee;opacity:.5}.b-filter__input:disabled+.b-button--filter:hover{border-color:#e1e5ee;color:#676b77;background-color:#e1e5ee;cursor:default}.b-filter--docs{border-color:transparent;margin-left:0}.b-filter>form{display:block}.b-filter__block{padding:24px 25px}.b-filter__categories,.b-filter__selector{position:relative}.b-filter--systems [data-code=BUILDING_TYPE]{display:none}.b-filter--objects [data-code=TYPE]{display:none}.b-filter--cabinet-knowledge-base{display:none}.b-filter__categories{margin:0;list-style:none}.b-filter__categories-item{padding:10px 0 10px 35px;color:#1f1f1f;font-style:normal;font-weight:normal;font-size:14px;line-height:130%;display:block;position:relative}.b-filter__categories-item::before{content:"";display:block;width:24px;height:24px;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #e1e5ee;border-radius:100%;margin-right:10px;background-size:16px;background-repeat:no-repeat;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s;background-position:4px 1px;position:absolute;left:0;top:8px}.b-filter__categories-item:hover::before{background-color:#fff;background-image:url(/img/layout/check-gray.svg);background-size:15px;background-repeat:no-repeat;background-position:5px 5px}.b-filter__categories-item--active::before{border-color:#e72430;background-color:#e72430;background-image:url(/img/layout/check.svg)}.b-filter__del,.b-filter__open{position:relative;padding:25px 0;font-size:16px;line-height:130%;color:#e72430;font-weight:600;cursor:pointer}@media(min-width: 970px){.b-filter__del.js-show,.b-filter__open.js-show{display:block}}.b-filter__del input,.b-filter__open input{position:absolute;width:100%;height:100%;top:0;left:0;opacity:0;cursor:pointer}.b-filter__del--top,.b-filter__open--top{padding-bottom:20px;border-bottom:1px solid #e1e5ee}.b-filter__del--bottom,.b-filter__open--bottom{border-top:1px solid #e1e5ee}.b-filter__del--no-p-b,.b-filter__open--no-p-b{padding-bottom:0}@media(max-width: 970px){.b-filter__del,.b-filter__open{display:none}}.b-filter__del--mobile.js-show,.b-filter__open--mobile.js-show{display:block}@media(max-width: 970px){.b-filter__del--mobile,.b-filter__open--mobile{padding:19px 0}}.b-filter__title{font-weight:600;font-size:16px;line-height:130%;color:#1f1f1f;position:relative;cursor:pointer}.b-filter__title span{max-width:calc(100% - 25px);display:flex}.b-filter__title::after{content:"";border:solid #676b77;border-width:0 2px 2px 0;transform:rotate(45deg);padding:5px;margin-right:3px;display:block;width:0;height:0;position:absolute;right:0;top:calc(50% - 6px);transition:transform .3s}@media(max-width: 970px){.b-filter__title::after{transform:rotate(-45deg);margin-right:0;padding:4px}}.b-filter__text{display:none;color:#babeca;font-size:14px;line-height:130%;overflow:hidden;padding-right:3px}@media(max-width: 970px){.b-filter__text{display:block}}.b-filter__selector-item.js-open .b-filter__title::after{transform:rotate(-135deg);top:10px;transition:transform .3s}.b-filter__selector-item.js-open .b-filter__text{display:none}.b-filter__selector-item.js-hide{display:none}.b-filter__input+label{display:flex;font-size:14px;line-height:130%;color:#1f1f1f;padding-left:35px}.b-filter__input+label::before{position:absolute;left:0}.b-filter__input+label.systems{display:flex;padding-right:20px;width:100%;padding-bottom:2px}@media(max-width: 1200px)and (min-width: 970px){.b-filter__input+label.systems{display:block}}.b-filter__input+label.b-filter-products__bubble--checkbox-calc{display:flex;height:100%;padding:7px 19px;border:1px solid #e1e5ee;border-radius:60px}.b-filter__input+label.b-filter-products__bubble--checkbox-calc:hover,.b-filter__input+label.b-filter-products__bubble--checkbox-calc.b-filter-products__bubble--active{border-color:#414e60;color:#fff;background-color:#414e60}.b-filter__input+label.b-filter-products__bubble--checkbox-calc:hover .b-filter-products__count,.b-filter__input+label.b-filter-products__bubble--checkbox-calc.b-filter-products__bubble--active .b-filter-products__count{color:#fff}.b-filter__input+label.b-filter-products__bubble--checkbox-calc.b-filter-products__bubble--active{font-weight:600}.b-filter__input+label.b-filter-products__bubble--checkbox-calc::before{content:none}.b-filter__selector-item{padding:26px 0 29px;border-top:1px solid #e1e5ee}.b-filter__selector-item:last-of-type{border-bottom:1px solid #e1e5ee}.b-filter__selector-item.red .b-filter__title{color:#e72430}@media(max-width: 970px){.b-filter__selector-item{padding:24px 0 20px}}.b-filter__top+.b-filter__selector-item{border-top:none}.b-filter__selector-input{overflow:hidden;height:0;opacity:0;transition:height,opacity .3s;position:relative;max-width:100%}.b-filter__selector-input p:last-child{margin-bottom:0}@media(min-width: 970px){.b-filter__selector-input{max-height:213px;overflow-y:auto}.b-filter__selector-input--no-max-height{max-height:none}}.b-filter__selector-input-container{min-height:22px;padding:3px 0}.b-filter__selector-item.js-open .b-filter__selector-input{margin-top:18px;margin-right:-19px;padding-top:3px}@media(max-width: 970px){.b-filter__selector-item.js-open .b-filter__selector-input{margin-top:10px}}.b-filter__selector-input.no-scroll{overflow:visible}.b-filter__input-count{padding-top:3px;font-size:14px;color:#babeca}.b-filter__input-count--systems{margin-top:3px}.b-filter__input-value{display:block;padding-top:3px;padding-right:5px}.b-filter__input-value--link{display:inline-block;font-weight:400;color:#1f1f1f}.b-filter__input-value .bold{font-weight:600}.b-filter__selector{padding:0 25px;background:#fff;border-radius:4px;border-top:1px solid #ececec}.b-filter__selector p{display:flex;justify-content:flex-start;align-items:center;position:relative;margin:18px 0}.b-filter__selector p:first-child{margin-top:0}.b-filter__selector p:last-child{margin-bottom:0}@media(max-width: 970px){.b-filter__selector{margin-bottom:90px;padding:0 15px}}@media(min-width: 970px){.b-filter--articles .b-filter__selector{border:1px solid #e1e5ee;border-radius:10px}}.b-filter__search-fields{display:none;align-items:center;justify-content:space-between;height:2.8125rem;border:1px solid #e1e5ee;box-sizing:border-box;border-radius:.625rem;padding:.875rem 1.25rem;font-family:ProximaNova,sans-serif;line-height:normal;font-size:.875rem;margin-top:16px}.b-filter__search-fields--active .b-filter__search-fields-reset{display:block}.b-filter__search-fields--systems{padding-left:25px;display:flex;margin-bottom:26px;margin-top:0;align-items:center;justify-content:flex-start}.b-filter__search-fields-reset{display:none;border:none;outline:none;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABmSURBVHgBjVCBCcAgDLO9ZK/sHC8Sr9kp6yVlS9FRSocGBIlJE0u997u8UNWz1irFobV2MPOFOw/OCDwkIuMoEILJNiFwlLhn/CdCJfqL8iLfcYn96N3PcCTgxhkGmavjrDgQxOUBtR1fuZq/4usAAAAASUVORK5CYII=) no-repeat;width:10px;height:10px;margin-right:14px;margin-left:8px;cursor:pointer}.b-filter__search-fields-button{background:url("/img/search.svg");background-repeat:no-repeat;width:20px;height:20px;background-size:contain;cursor:pointer;margin-right:15px}.b-filter__search-fields-input{background-color:#fff;color:#000;border:none;outline:none;width:85%}.b-filter__values{max-height:335px;overflow-y:auto}.b-filter__values::-webkit-scrollbar{width:5px}.b-filter__values::-webkit-scrollbar-track{border:4px solid rgba(51,51,51,.3);border-radius:8px}.b-filter__values::-webkit-scrollbar-thumb{border:4px solid #e30713;border-radius:8px}.b-filter__values p:first-child{margin-top:0}.b-filter__head{padding:26px 0 29px;font-weight:bold;font-size:18px;line-height:130%}@media(max-width: 970px){.b-filter__head{padding:24px 0 20px}}.b-filter__close{padding:10px;position:absolute;right:10px;top:15px;z-index:10;cursor:pointer}.b-filter__close::before,.b-filter__close::after{content:"";display:block;position:absolute;height:2px;transition:.2s;width:18px;background:#9497a3;right:0;transform:rotate(45deg);top:11px}.b-filter__close::after{transform:rotate(-45deg)}.b-filter__mobile-button{display:none;background:#fff;position:fixed;bottom:0;width:100%;left:0;padding:13px 15px;border:none;align-items:center;z-index:9;justify-content:space-between;box-shadow:0 -3px 50px rgba(0,0,0,.1)}@media(max-width: 970px){.b-filter__mobile-button{display:flex}}.b-filter__show{width:245px;font-size:16px;margin-left:auto}@media(max-width: 370px){.b-filter__show{width:200px;padding:15px}}.b-filter #del_filter{display:none}.b-filter--calcs #del_filter{display:flex}.b-filter .ps-container.ps-theme-default.ps-active-y{padding-right:19px;margin-right:-19px;max-width:initial;padding-bottom:1px;padding-top:0}.b-filter .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-filter .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%}@media(max-width: 970px){.b-filter .ps-container.ps-theme-default.ps-active-y .ps-scrollbar-y-rail .ps-scrollbar-y{background-color:#e1e5ee}}@media(max-width: 970px){.b-filter .ps-container.ps-theme-default.ps-active-y .ps-scrollbar-y-rail{background-color:transparent}}@media(max-width: 970px){.b-filter .ps-container.ps-theme-default.ps-active-y{margin-right:-10px;padding-right:10px}}.b-filter .ps-container.ps-theme-default.ps-in-scrolling.ps-active-y.ps-y:hover .ps-scrollbar-y-rail{background-color:#e1e5ee;opacity:1;width:4px;border-radius:4px;right:-20px;transition:opacity .5s}.b-filter .ps-container.ps-theme-default.ps-in-scrolling.ps-active-y.ps-y:hover .ps-scrollbar-y-rail .ps-scrollbar-y{background-color:#babeca;border-radius:4px;right:0;width:100%}@media(max-width: 970px){.b-filter .ps-container.ps-theme-default.ps-in-scrolling.ps-active-y.ps-y:hover .ps-scrollbar-y-rail .ps-scrollbar-y{background-color:#e1e5ee}}@media(max-width: 970px){.b-filter .ps-container.ps-theme-default.ps-in-scrolling.ps-active-y.ps-y:hover .ps-scrollbar-y-rail{background-color:transparent}}.b-filter .ps.ps--active-y{padding-right:19px;margin-right:-19px;max-width:initial;padding-bottom:1px;padding-top:0}@media(max-width: 970px){.b-filter .ps.ps--active-y{margin-right:-10px;padding-right:10px}}.b-filter .ps .ps__rail-y{background-color:#e1e5ee;opacity:1;width:4px;border-radius:4px;right:0;transition:opacity .5s}.b-filter .ps .ps__rail-y .ps__thumb-y{background-color:#babeca;border-radius:4px;right:0;width:100%}@media(max-width: 970px){.b-filter .ps .ps__rail-y .ps__thumb-y{background-color:#e1e5ee}}@media(max-width: 970px){.b-filter .ps .ps__rail-y{background-color:transparent}}.b-filter--objects .ps-container.ps-theme-default.ps-active-y .ps-scrollbar-y-rail{background-color:transparent}.b-filter--objects .ps-container.ps-theme-default.ps-active-y .ps-scrollbar-y-rail .ps-scrollbar-y{background-color:#e1e5ee}.b-filter--articles .ps-container.ps-theme-default.ps-active-y .ps-scrollbar-y-rail .ps-scrollbar-y{background-color:#676b77}.b-filter--articles .ps-container.ps-theme-default.ps-active-y .ps-scrollbar-y-rail{margin-right:5px}.b-filter__selector-item.js-open .b-filter__search-fields{display:flex}.b-filter__count-label{margin-left:10px;font-weight:400;font-size:18px;line-height:130%;color:#676b77}.b-filter__section{padding-left:30px;position:relative;margin-bottom:14px}.b-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-filter__section.js-open .b-filter__section-arrow{transform:rotate(-135deg);top:10px;transition:transform .3s}.b-filter__section-name{margin-bottom:14px}.b-filter__section-name label{font-size:14px;line-height:130%;color:#1f1f1f;align-items:flex-start}.b-filter .js-hide{display:none}.b-filter__section.js-open .b-filter__subsection{display:block}.b-filter__subsection{padding-left:20px;display:none}.b-filter__empty{display:none;font-size:14px;opacity:.8}.b-filter__empty.js-active{display:block}@media(max-width: 970px){.b-filter{position:fixed;top:0;left:0;height:100%;z-index:9999;display:none;overflow-y:scroll;background:#fff}.b-filter--calcs{z-index:1;position:initial;display:initial;background:transparent}.b-filter__selector-item.js-open{position:fixed;top:0;height:100%;left:0;background:#fff;width:100%;z-index:9;padding:0 15px}.b-filter__selector-item.js-open .b-filter__title{padding:24px 0 24px 40px;border-bottom:1px solid #e1e5ee;font-weight:bold;font-size:18px;line-height:130%}.b-filter__selector-item.js-open .b-filter__title::after{transform:rotate(135deg);top:30px;left:10px}.b-filter__selector-item.js-open .b-filter__selector-input{height:auto;opacity:1;max-height:calc(100% - 173px);overflow-y:auto;padding-right:10px;padding-bottom:5px}.b-filter__selector-item.js-open .b-filter__selector-input--tags{height:100%}.b-filter__selector-item.js-open .b-filter__search-fields{display:flex}.b-filter.js-filter-show{display:block}}@media(min-width: 970px){.b-filter{height:auto;transform:none;position:relative;flex:1;margin:15px 0 30px 30px;padding-top:0;overflow:inherit;z-index:1;box-shadow:none;-webkit-transition:none;-o-transition:none;transition:none;order:999}.b-filter--articles{margin-top:0}.b-filter--systems{margin-top:-25px}.b-filter--docs{order:1;margin:0}.b-filter--calcs{width:100%;min-width:100%;margin:0}.b-filter__top{display:none}.b-filter form>i{display:none}.b-filter__selector{border-top:0}.b-filter--fixed{position:fixed;left:660px;top:0}.b-filter--abs{position:absolute;right:0;bottom:-15px;top:auto;left:auto}.b-filter__selector-input.no-scroll{overflow:hidden}.b-filter__selector-item.js-open .b-filter__selector-input{height:auto;opacity:1;transition:height,opacity .3s;overflow:visible}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-footer{border-top:1px solid #e1e5ee}.b-footer__top{padding:52px 0 48px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}@media(max-width: 780px){.b-footer__top{justify-content:flex-start;padding-bottom:15px}}.b-footer__form{padding:100px 0;border-bottom:1px solid #e1e5ee}@media(max-width: 760px){.b-footer__form{margin:0;padding:50px 15px 30px;background-color:#f5f6fa;border:none}}.b-footer__slogan{font-weight:normal;font-size:18px;line-height:150%;color:#1f1f1f;display:block;margin:0 62px 0 0;max-width:545px;flex:1}@media(max-width: 840px){.b-footer__slogan{margin-right:25px;font-size:16px}}@media(max-width: 780px){.b-footer__slogan{margin-right:0;flex:auto}}.b-footer__phone-wrap{display:flex}@media(max-width: 780px){.b-footer__phone-wrap{margin:16px 0 24px 0}}.b-footer__phone-delim{height:24px;width:1px;background-color:#e1e5ee;margin:0 20px;align-self:center}@media(max-width: 560px){.b-footer__phone-delim{margin:0 16px}}.b-footer__phone{font-weight:600;font-size:19px;line-height:120%}.b-footer__phone a{color:#1f1f1f;text-decoration:none}.b-footer__phone span{display:block;font-size:12px;padding-bottom:4px;line-height:120%;font-weight:normal;color:#676b77}@media(max-width: 780px){.b-footer__phone{font-size:16px}}.b-footer__link-wrap{display:flex}@media(max-width: 1260px){.b-footer__link-wrap{margin:30px auto 0;width:100%;justify-content:center}}@media(max-width: 780px){.b-footer__link-wrap{justify-content:flex-start;margin:0}}@media(max-width: 460px){.b-footer__link-wrap{justify-content:space-between;max-width:360px;flex-wrap:wrap}}@media(max-width: 370px){.b-footer__link-wrap{max-width:295px}}.b-footer__link{padding:19px 15px;min-width:153px;text-decoration:none}.b-footer__link--consult{min-width:225px;margin:0 12px 0 42px}@media(max-width: 800px){.b-footer__link{margin:0 20px 10px 0}}@media(max-width: 460px){.b-footer__link{min-width:inherit;margin:0 0 10px 0;padding:19px 12px;white-space:nowrap}}@media(max-width: 370px){.b-footer__link{padding:15px 6px;font-size:14px}}.b-footer__middle{padding:44px 0 30px;border-bottom:1px solid #e1e5ee;display:flex;justify-content:space-between;flex-wrap:wrap}@media(max-width: 770px){.b-footer__middle{padding:30px 0 7px;border-top:none}}.b-footer__bottom{padding:45px 0;display:flex;flex-wrap:wrap}@media(max-width: 770px){.b-footer__bottom{padding:25px 0;flex-direction:column-reverse}}.b-footer__copyright{font-weight:normal;font-size:14px;margin-right:30px;margin-bottom:10px}@media(max-width: 770px){.b-footer__copyright{order:4}}.b-footer__working{font-weight:normal;font-size:14px;width:100%;margin:20px 0 0;display:flex}.b-footer__working-item{background:#f5f6fa;border-radius:10px;padding:13px 30px;margin:0 15px 10px 0}@media(max-width: 560px){.b-footer__working-item{padding:13px 17px}}.b-footer__working a{color:#1f1f1f;text-decoration:none}@media(max-width: 670px){.b-footer__working{flex-direction:column;margin:10px 0 0;align-items:flex-start;order:1}}@media(max-width: 560px){.b-footer__working{font-size:12px}}.b-footer__policy{color:#156ce1;font-size:14px;text-decoration:none;margin-right:30px;margin-bottom:10px}@media(max-width: 770px){.b-footer__policy{margin-bottom:10px;order:3}}.b-footer__policy-jivo{color:#156ce1;font-size:14px;text-decoration:none}@media(max-width: 770px){.b-footer__policy-jivo{margin-bottom:10px;order:2}}.b-footer__socials{width:100%;display:flex;flex-direction:column}.b-footer__socials-item{margin-right:110px;min-width:111px}@media(max-width: 1240px){.b-footer__socials-item{margin-right:55px}}@media(max-width: 970px){.b-footer__socials-item{margin:0}}@media(max-width: 770px){.b-footer__socials-item{margin:0}.b-footer__socials-item:first-child{margin-right:20px}}.b-footer__socials-title{font-weight:600;font-size:18px;margin:25px 0 15px}@media(max-width: 970px){.b-footer__socials-title{margin-top:0}}@media(max-width: 770px){.b-footer__socials-title{font-size:16px}}@media(max-width: 360px){.b-footer__socials-title{font-size:14px}}.b-footer__socials-subtitle{font-weight:600;font-size:16px;line-height:130%;margin:5px 0 10px}@media(max-width: 770px){.b-footer__socials-subtitle{font-size:14px}}@media(max-width: 360px){.b-footer__socials-subtitle{font-size:13px}}.b-footer__socials-list{display:flex}@media(max-width: 970px){.b-footer__socials-list{flex-direction:column}}.b-footer__socials-wrap{display:flex;flex-wrap:wrap}.b-footer__socials a{display:flex;width:40px;height:40px;align-items:center;justify-content:center;background:#f5f6fa;border-radius:5px;margin-bottom:15px;margin-right:13px}@media(max-width: 970px){.b-footer__socials{width:auto;flex:1}}@media(max-width: 770px){.b-footer__socials{width:100%;flex:auto;max-width:inherit;padding-top:30px;border-top:1px solid #e1e5ee}}.b-footer__menu{display:flex;list-style:none;padding:0;flex-grow:1;margin:0;flex-flow:column wrap;height:295px}.b-footer__menu-item{max-width:15%;padding-bottom:29px;margin-right:5%}.b-footer__menu-item-title{margin-bottom:15px}.b-footer__menu-item-title a,.b-footer__menu-item-title span{color:#1f1f1f;font-weight:600;font-size:18px;border-bottom:1px solid #e1e5ee;text-decoration:none}@media(max-width: 970px){.b-footer__menu-item-title a,.b-footer__menu-item-title span{font-size:16px;border:none;white-space:nowrap}}@media(max-width: 360px){.b-footer__menu-item-title a,.b-footer__menu-item-title span{font-size:14px}}@media(max-width: 970px){.b-footer__menu-item-title{margin-bottom:0}}.b-footer__menu-item--projects .b-footer__menu-item-title{border-bottom:none}.b-footer__menu-item-col{list-style:none;padding:0}.b-footer__menu-item-col a{font-size:16px;line-height:130%;color:#676b77;text-decoration:none}.b-footer__menu-item-col li{margin-bottom:19px}@media(max-width: 970px){.b-footer__menu-item-col{display:none}}.b-footer__menu-item-hide{display:none}.b-footer__menu-item .js-show .b-footer__menu-hide{display:block}.b-footer__menu-item-show-more{display:inline;cursor:pointer}.b-footer__menu-item-show-more a{color:#e72430}.b-footer__menu-item--projects{margin-right:0}.b-footer__menu-item--main{max-height:55px}.b-footer__menu-item--main ul{margin:0}.b-footer__menu-item--main li{margin-bottom:26px}@media(max-width: 970px){.b-footer__menu-item--main li{display:flex}}.b-footer__menu-item--main a{color:#1f1f1f;font-weight:600;font-size:18px;border-bottom:1px solid #e1e5ee;text-decoration:none;display:inline}@media(max-width: 970px){.b-footer__menu-item--main a{border:none;font-size:16px}}@media(max-width: 360px){.b-footer__menu-item--main a{font-size:14px}}@media(max-width: 1200px){.b-footer__menu-item--main{max-height:45px}}@media(max-width: 970px){.b-footer__menu-item--main{display:flex}}@media(max-width: 970px){.b-footer__menu-item--main .b-footer__menu-item-col{display:block}}@media(max-width: 1240px){.b-footer__menu-item{margin-right:auto}}@media(max-width: 970px){.b-footer__menu-item{max-width:none;max-height:55px}}@media(max-width: 1200px){.b-footer__menu{margin-right:0}}@media(max-width: 970px){.b-footer__menu{max-width:370px;height:360px;min-width:280px}}@media(max-width: 420px){.b-footer__menu{max-width:inherit}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.b-form{display:none;position:absolute;top:0;left:0;right:0;background:#fff;padding:20px 10px;box-shadow:0 0 40px -5px rgba(0,0,0,.3);opacity:0;transition:opacity .3s}.b-form--unfloat{box-shadow:none;position:relative;flex:0 1 100%;max-width:100%}.b-form>i{position:absolute;top:15px;right:19px;font-size:28px;color:#ef444a;cursor:pointer}.b-form>i span{display:none}.b-form--show{display:block;opacity:1;animation:fadeIn .3s}.b-form__title{color:#000;font:700 26px/24px ProximaNova}.b-form__text{color:#767676;font:400 12px/18px ProximaNova}.b-form__text p{margin:0;padding:20px 0}.b-form__text--slim{max-width:600px}.b-form__link{margin-top:10px;text-align:right}.b-form__link a,.b-form__text a{color:#e30713;font:normal 300 14px/18px ProximaNova;text-decoration:none}.b-form__input{display:flex;margin-top:20px}.b-form__input:first-child{margin-top:0}.b-form__input input,.b-form__input textarea{flex:1 1 auto;color:rgba(0,0,0,.9);font:normal 300 14px/18px ProximaNova;border:1px solid rgba(0,0,0,.25);border-radius:4px;background-color:#fff;padding:13px 15px;transition:all .3s}.b-form__input input:focus,.b-form__input textarea:focus{border:1px solid rgba(0,0,0,.35)}.b-form__input button{flex:1 1 auto;max-width:265px;font:300 normal 18px/18px ProximaNova;padding:14px 0;background-color:#ececec;border:none;border-radius:4px;color:#000;cursor:pointer}.b-form__context{margin-top:35px}.b-form .c-button-link{margin-top:20px;padding:12px 20px;font:normal 300 17px ProximaNova}.b-form .b-filter__selector::after{display:none}@media(min-width: 768px){.b-form{padding:40px 20px}.b-form--show.b-form--with-context{display:flex}.b-form--with-context .b-form__data{flex:0 0 auto;width:265px}.b-form--with-context .b-form__context{flex:0 1 auto;max-width:500px;margin:0 0 0 60px}.b-form__data--slim{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;max-width:555px}.b-form__data--slim .b-form__title{flex:0 0 100%}.b-form__data--slim .b-form__input{flex:0 1 47%}}@media(min-width: 970px){.b-form{position:relative;padding:60px}.b-form>i{display:flex;align-items:center;top:15px}.b-form>i span{display:inline;font:400 normal 16px ProximaNova;text-transform:uppercase;margin-left:8px}.b-form--with-context .b-form__context{margin:0 0 0 50px}}@media(min-width: 1280px){.b-form--with-context .b-form__context{margin:0 0 0 190px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-form-in-page{min-width:220px}.b-form-in-page span{font:normal 400 16px/18px ProximaNova;outline:none}.b-form-in-page--on-prev-block{margin-top:0}.b-form-in-page--margin-bottom{margin-bottom:100px}@media screen and (max-width: 768px){.b-form-in-page--margin-bottom{margin-bottom:50px}}.b-form-in-page .form__field-label{left:29px}@media(max-width: 480px){.b-form-in-page .form__field-label .unnessesary{display:none}}.b-form-in-page .form__field--cell-base-1{width:calc(100% / 3);padding:0 7.5px;margin-bottom:15px;box-sizing:border-box}.b-form-in-page .form__field--cell-1{width:50%;padding:0 7.5px;margin-bottom:15px;box-sizing:border-box}.b-form-in-page .form__field--cell-2{width:50%;padding:0 30px 0 7.5px;margin-bottom:15px;box-sizing:border-box}.b-form-in-page .form__field--cell-3{width:100%;padding:0 7.5px;margin-bottom:15px;box-sizing:border-box}.b-form-in-page .form__field-select:required{display:initial !important;background:#fff;pointer-events:none;z-index:-10;position:absolute;left:5px;top:5px;bottom:5px;border:0;width:calc(100% - 10px);padding:0 10px}.b-form-in-page .form__field-select:required:focus{outline:none}.b-form-in-page .form__comment-hint{margin-bottom:10px;font-size:16px}.b-form-in-page .title{color:#000;font:700 26px ProximaNova;margin:4px auto 16px;text-align:center;text-transform:uppercase}.b-form-in-page .b-files-panel{margin:5px;width:auto !important}.b-form-in-page .b-services-button{width:100%;max-width:100%}.b-form-in-page .b-upload__button{height:40px}.cell-1{width:33%}.c-cell--right-content{text-align:right}.cell-2{width:66.5%}.cell-2 .form__field{height:100%}.cell-2 .field-comment{height:92%;border:1px solid #fff;border-top:16px solid #fff;box-shadow:0 0 0 1px rgba(0,0,0,.25)}.cell-3{width:100%}.cell-3 .field-comment{height:92%;border:1px solid #fff;border-top:16px solid #fff;box-shadow:0 0 0 1px rgba(0,0,0,.25)}.smart-captcha{width:100%;padding:0 7.5px;margin-bottom:15px;box-sizing:border-box}.tao-form-Accompanying .smart-captcha,.tao-form-LeaksSearchRequest .smart-captcha,.tao-form-ThermalImagingRequest .smart-captcha{padding:0}@media(max-width: 770px){.b-form-in-page--on-prev-block{margin-top:10px}.b-form-in-page .form__row{display:block}.b-form-in-page .form__field{width:100%}.b-form-in-page .b-upload__button{width:100%}.b-form-in-page .c-form__row-bottom{display:flex;flex-wrap:wrap}.b-form-in-page .c-form__row-bottom .cell-1{order:1}.b-form-in-page .c-form__row-bottom .cell-2{order:0}.cell-1{width:100%}.cell-2{width:100%}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}@-webkit-keyframes fadeInHeader{from{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInHeader{from{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes change_opacity_1{0%{opacity:0}20%{opacity:.5}40%{opacity:1}60%{opacity:1}80%{opacity:.5}100%{opacity:0}}@keyframes change_opacity_2{0%{opacity:.5}20%{opacity:1}40%{opacity:1}60%{opacity:.5}80%{opacity:0}100%{opacity:.5}}@keyframes change_opacity_3{0%{opacity:1}20%{opacity:1}40%{opacity:.5}60%{opacity:0}80%{opacity:.5}100%{opacity:1}}@keyframes change_opacity_4{0%{opacity:1}20%{opacity:.5}40%{opacity:0}60%{opacity:.5}80%{opacity:1}100%{opacity:1}}@keyframes change_opacity_5{0%{opacity:.5}20%{opacity:0}40%{opacity:.5}60%{opacity:1}80%{opacity:1}100%{opacity:.5}}@keyframes l_change_opacity_1{0%{opacity:.2}20%{opacity:.5}40%{opacity:1}60%{opacity:1}80%{opacity:.5}100%{opacity:.2}}@keyframes l_change_opacity_2{0%{opacity:.5}20%{opacity:1}40%{opacity:1}60%{opacity:.5}80%{opacity:.2}100%{opacity:.5}}@keyframes l_change_opacity_3{0%{opacity:1}20%{opacity:1}40%{opacity:.5}60%{opacity:.2}80%{opacity:.5}100%{opacity:1}}@keyframes l_change_opacity_4{0%{opacity:1}20%{opacity:.5}40%{opacity:.2}60%{opacity:.5}80%{opacity:1}100%{opacity:1}}@keyframes l_change_opacity_5{0%{opacity:.5}20%{opacity:.2}40%{opacity:.5}60%{opacity:1}80%{opacity:1}100%{opacity:.5}}.b-header{z-index:999;position:relative;min-height:86px}.b-header--index-position{z-index:5000}.b-header--transform{animation-name:fadeInHeader;animation-duration:.5s;animation-timing-function:cubic-bezier(0.25, 0.46, 0.45, 0.94)}@media(max-width: 970px){.b-header--minimal .b-header__bottom{padding-bottom:15px;border-bottom:1px solid #e1e5ee}}.b-header img{max-width:100%}.b-header__top{background:#f5f6fa;padding:15px 0 17px}.b-header__top span{font-size:14px;line-height:130%}@media(max-width: 1200px){.b-header__top{display:none}}.b-header-top__wrap{display:flex;justify-content:space-between;align-items:center}@media(max-width: 1200px){.b-header-top__wrap{height:100%;flex-direction:column}}.b-header-top__left{display:flex}@media(max-width: 1200px){.b-header-top__left{width:100%;display:flex;justify-content:space-between;flex-flow:wrap}}.b-header__geo{margin-right:50px;display:flex;align-items:center}.b-header__geo img{max-width:26px;padding-right:5px}@media(max-width: 1200px){.b-header__geo{margin-right:0}}.b-header__role{line-height:130%;position:relative;cursor:pointer;display:flex;align-items:center}@media(max-width: 768px){.b-header__role{width:50%;justify-content:flex-end}}.b-header__role-name{color:#676b77;font-weight:normal;font-size:14px}@media(max-width: 1200px){.b-header__role-name{display:none}}.b-header__role-name--mobile{display:none}@media(max-width: 1200px){.b-header__role-name--mobile{display:inline}}.b-header__top-link{margin-left:auto;display:flex;height:28.1px;align-items:center}.b-header__top-link a{text-decoration:none;margin-right:30px}.b-header__top-link a:hover{color:#e72430}@media(max-width: 1200px){.b-header__top-link{display:none}}.b-header__top-link--mobile{margin:10px 0 0 auto;width:100%}@media(max-width: 1200px){.b-header__top-link--mobile{display:flex}}.b-header__top-link .club_tn{font-size:17px;font-weight:600;line-height:130%;color:#414e60;padding-left:30px;position:relative}.b-header__top-link .club_tn::before{content:"";background:url(/img/club_tn/top.svg) no-repeat center;background-size:cover;width:24px;height:24px;position:absolute;top:0;left:0}.b-header__store{font-size:16px;line-height:130%;text-decoration:none;position:relative;display:block}.b-header__store:hover{color:#e72430}@media(max-width: 1200px){.b-header__store::before{top:36px}}@media(max-width: 1200px){.b-header__store{display:none;flex-direction:row-reverse;width:100%;max-width:137px;margin-right:12px;padding-top:40px}}@media(max-width: 1200px){.b-header__store--mobile{display:flex}}@media(max-width: 560px){.b-header__store--mobile{padding-top:0;margin-bottom:16px}.b-header__store--mobile::before{top:0}}.b-header__bottom{border:1px solid #e1e5ee;width:100%;background:#fff}.b-header__bottom-wrap{display:flex;justify-content:space-between;flex-wrap:wrap;padding:23px 0;align-items:center}@media(max-width: 1200px){.b-header__bottom-wrap{justify-content:flex-start;padding:15px 0 0;position:relative}}@media(max-width: 1200px){.b-header__bottom{border:none;position:fixed;top:0}}.b-header__middle{display:none}.b-header__middle-wrap{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;flex-direction:row-reverse;width:100%}@media(max-width: 560px){.b-header__middle-wrap{flex-direction:column;align-items:flex-start}}.js-show-menu .b-header__bottom{position:relative}.b-header__logo{max-width:210px;position:relative}.b-header__logo-new-year-shar{position:absolute;background-color:#fff;top:-24px;left:-1px;z-index:1;padding:3px;width:41px}.b-header__logo svg{position:absolute;width:260px;top:-38px;left:-24px;z-index:2}.b-header__logo svg g:nth-child(5n) ellipse{animation:change_opacity_1 5s;animation-iteration-count:infinite;animation-timing-function:linear}.b-header__logo svg g:nth-child(5n+1) ellipse{animation:change_opacity_2 5s;animation-iteration-count:infinite;animation-timing-function:linear}.b-header__logo svg g:nth-child(5n+2) ellipse{animation:change_opacity_3 5s;animation-iteration-count:infinite;animation-timing-function:linear}.b-header__logo svg g:nth-child(5n+3) ellipse{animation:change_opacity_4 5s;animation-iteration-count:infinite;animation-timing-function:linear}.b-header__logo svg g:nth-child(5n+4) ellipse{animation:change_opacity_5 5s;animation-iteration-count:infinite;animation-timing-function:linear}.b-header__logo svg path:nth-child(5n+0 of .lgt){animation:l_change_opacity_1 5s;animation-iteration-count:infinite;animation-timing-function:linear}.b-header__logo svg path:nth-child(5n+1 of .lgt){animation:l_change_opacity_2 5s;animation-iteration-count:infinite;animation-timing-function:linear}.b-header__logo svg path:nth-child(5n+2 of .lgt){animation:l_change_opacity_3 5s;animation-iteration-count:infinite;animation-timing-function:linear}.b-header__logo svg path:nth-child(5n+3 of .lgt){animation:l_change_opacity_4 5s;animation-iteration-count:infinite;animation-timing-function:linear}.b-header__logo svg path:nth-child(5n+4 of .lgt){animation:l_change_opacity_5 5s;animation-iteration-count:infinite;animation-timing-function:linear}@media(max-width: 1200px){.b-header__logo{margin-right:auto}.b-header__logo-new-year-shar{top:-13px;left:-1px;z-index:1;padding:0 0 2px 5px;width:37px}.b-header__logo svg{top:-31px;left:-24px}}@media(max-width: 560px){.b-header__logo{max-width:151px}.b-header__logo-new-year-shar{top:-13px;left:-1px;z-index:1;padding:0 0 2px 3px;width:28px}.b-header__logo svg{top:-33px;left:-18px;width:190px}}.b-header__phone-wrap{display:flex;margin-right:25px}.b-header__phone-wrap--mobile{display:none}@media(max-width: 1200px){.b-header__phone-wrap{display:none;margin-right:0}}.b-header__phone-delim{height:24px;width:1px;background-color:#e1e5ee;margin:0 20px;align-self:center}@media(max-width: 560px){.b-header__phone-delim{margin:0 16px}}.b-header__phone{display:flex;flex-direction:column;font-weight:600;font-size:19px;width:150px}.b-header__phone a{color:#1f1f1f;text-decoration:none}@media(max-width: 1200px){.b-header__phone a{font-weight:700}}.b-header__phone span{display:block;color:#676b77;font-weight:normal;font-size:12px;line-height:120%;padding-bottom:4px}.b-header__login-wrap{position:relative}@media(min-width: 1201px){.b-header__login-wrap:hover .b-header__login-menu{display:block}.b-header__login-wrap:hover .b-header__login{background-color:#e1e5ee}}@media(max-width: 1200px){.b-header__login-wrap{position:unset}}.b-header__login{height:60px;position:relative;padding-left:29px;padding-right:15px;margin-left:25px;border:1px solid #e1e5ee;box-sizing:border-box;border-radius:10px;display:flex;align-items:center;text-decoration:none;cursor:pointer;transition:border-color .3s;max-width:170px}.b-header__login--form{padding:15px 20px}.b-header__login-link{color:#1f1f1f;font-weight:600;font-size:14px;text-decoration:none;margin-left:10px;overflow:hidden;scrollbar-width:none;text-overflow:ellipsis;white-space:nowrap}@media(max-width: 1250px){.b-header__login{margin-left:15px}}@media(max-width: 1200px){.b-header__login{display:none}}.b-header__login-img-wrap{border-radius:1000px;border:1px solid #e1e5ee;position:absolute;left:-30px;width:60px;height:60px;background-color:#fff;display:flex;justify-content:center;align-items:center;overflow:hidden}.b-header__login-img-wrap.picture img{width:100%}.b-header__login--mobile{display:none;border:none;padding:0 24px;height:auto;margin-left:0}.b-header__login--mobile img.picture{position:unset;border-radius:1000px;border:1px solid #e1e5ee;width:36px;height:36px}@media(max-width: 1200px){.b-header__login--mobile{display:block;padding:0 20px}}@media(max-width: 340px){.b-header__login--mobile{padding:0 15px}}.b-header__login-menu{display:none;position:absolute;z-index:1000;width:210px;padding:20px;background-color:#fff;border-radius:10px;box-shadow:0 14px 80px 0 #dadce3;margin-top:10px;right:0}.b-header__login-menu::after{content:"";position:absolute;top:-30px;right:10px;border:20px solid transparent;border-bottom:20px solid #fff}.b-header__login-menu::before{content:"";height:10px;width:100%;position:absolute;top:-10px}@media(max-width: 1200px){.b-header__login-menu{width:100%;margin-top:15px}.b-header__login-menu::after{right:42px}}.b-header__login-menu.active{display:block}.b-header__login-menu-item{padding:20px 0;cursor:pointer;border-bottom:1px solid #e1e5ee;font-size:14px;font-weight:400;line-height:18px;display:flex;align-items:center;text-decoration:none;color:#000}.b-header__login-menu-item:first-child{padding-top:0}.b-header__login-menu-item:last-child{padding-bottom:0;border-bottom:none}.b-header__login-menu-item:hover{color:#e72430}.b-header__login-menu-item svg{margin-right:10px}.b-header__search{margin:0 30px 0 40px;flex-grow:1;max-width:305px}@media(max-width: 1200px){.b-header__search{max-width:none;position:unset}}.b-header__search-icon--mobile{display:none;background-image:url(/img/search-mobile.svg);width:28px;height:28px}@media(max-width: 1200px){.b-header__search-icon--mobile{display:block}}.b-header__search.js-search-show .b-header__search-icon--mobile{background-image:url(/img/search-close.svg)}@media(max-width: 1200px){.b-header__search::before{content:"";display:block;height:1px;background:#e1e5ee;margin:0 -30px 0}}@media(max-width: 760px){.b-header__search::before{margin:0 -15px 0}}@media(max-width: 1200px){.b-header__search.js-search-show::before{display:none}}@media(max-width: 1200px){.b-header__search{order:1;width:100%;margin:0;padding:14px 0 0;box-sizing:border-box}}@media screen and (min-width: 1200px)and (max-width: 1279px){.b-header__search{margin:0 20px}}@media(max-width: 1200px){.b-header__search.js-search-show{padding:0;position:absolute;left:0;top:0;width:100%;background:#fff;z-index:99}.b-header__search.js-search-show .b-search-input-header__close{display:block}.b-header__search.js-search-show form{display:block}}.b-header__compare{padding:4px 10px 10px 10px;position:relative;margin-top:10px;width:48px}@media(max-width: 1200px){.b-header__compare{padding:4px 0 10px 20px}}@media(max-width: 480px){.b-header__compare{display:none}}.b-header__compare-message{border-radius:10px;background-color:#fff;box-shadow:0 0 15px rgba(0,0,0,.12);padding:18px 17px;width:max-content;min-width:213px;font-size:14px;position:absolute;right:-4px;top:44px;z-index:2;transition:.5s;opacity:1;display:none}.b-header__compare-message::after{content:"";position:absolute;border:10px solid transparent;border-bottom:10px solid #fff;top:-18px;right:29px}@media(max-width: 1200px){.b-header__compare-message::after{right:8px}}.b-header__compare:hover .b-header__compare-message{display:block}.b-header__compare a{color:#e72430;text-decoration:none}@media(max-width: 1200px){.b-header.js-show-menu{position:fixed;z-index:900;top:0;left:0;width:100%;height:100%;background-color:#fff;overflow:scroll;display:flex;flex-direction:column}}@media(max-width: 1200px){.b-header.js-open-geo{overflow:hidden}}@media(max-width: 1200px){.b-header.js-show-menu .b-header__top{display:block;order:1;padding:16px 0;background:#fff;height:auto;position:relative;border-bottom:1px solid #e1e5ee}}@media(max-width: 1200px){.b-header.js-show-menu .b-header__middle{display:flex;order:4;flex-grow:1;margin-top:40px;padding-bottom:40px}}@media(max-width: 1200px){.b-header.js-show-submenu-item .b-header__top{display:none}}@media(max-width: 1200px){.b-header.js-show-menu .b-header__phone-wrap--mobile{display:flex}}@media(max-width: 360px){.b-header.js-show-menu .b-header__phone-wrap--mobile{font-size:16px}}@media(max-width: 560px){.b-header{min-height:70px}}.b-header__favourites{display:flex;align-items:flex-end}.b-header__favourites svg{margin-top:10px;width:25px;height:25px}@media(max-width: 1200px){.b-header__favourites svg{margin-top:8px;margin-left:15px}}.b-header__favourites--active path{stroke:#e72430;fill:#e72430}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-header__menu{border-bottom:1px solid #e1e5ee;position:relative}.b-header__menu a{text-decoration:none;font-size:16px;color:#1f1f1f}.b-header__menu-wrap{display:flex;list-style:none;justify-content:space-between;margin:0;position:initial;padding:0}@media(max-width: 1200px){.b-header__menu-wrap{flex-direction:column}}.b-header__menu-item{padding:15px 40px 17px 0}.b-header__menu-item:last-child{padding-right:0}.b-header__menu-item--parents .b-header__menu-item-link{position:relative}.b-header__menu-item--parents .b-header__menu-item-link::before{content:"";display:block;border:4px solid transparent;border-top:5px solid #9497a3;position:absolute;right:-15px;top:8px;border-radius:1.5px}@media(max-width: 1200px){.b-header__menu-item--parents .b-header__menu-item-link::before{display:none}}.b-header__menu-item--parents .b-header__menu-item-link-mobile{display:none}@media screen and (min-width: 1201px){.b-header__menu-item:hover .b-header__menu-item-link{color:#e72430}}.b-header__menu-item:hover .b-header__menu-item-link::before{border-top-color:#e72430}.b-header__menu-item--parents.js-show-submenu .b-header__menu-item-link{color:#e72430}.b-header__menu-item--parents.js-show-submenu .b-header__menu-item-link::before{transform:rotate(180deg);transition:all .2s ease-in;top:3px;border-top:6px solid #e72430}@media(max-width: 1200px){.b-header__menu-item--parents.js-show-submenu-mobile .b-header__menu-item-link-mobile{display:flex;border-bottom:1px solid #e1e5ee;width:100%;padding:26px 15px 17px;font-size:16px;font-weight:300}}@media(max-width: 1200px){.b-header__menu-item--parents.js-show-submenu-mobile .b-header__menu-item-link{font-weight:600;font-size:18px;padding-left:46px}}.b-header__menu-item--parents{padding-left:10px;padding-right:40px;cursor:pointer}@media(max-width: 1200px){.b-header__menu-item--parents::before{content:"";border:solid #1f1f1f;border-width:0 1.6px 1.6px 0;transform:rotate(-45deg);padding:4px;margin-right:3px;width:4px;height:4px;position:absolute;right:20px}}.b-header__menu-item--parents:first-child{padding-left:0}@media(max-width: 1200px){.b-header__menu-item--parents{padding:0;display:flex;justify-content:space-between;align-items:center;margin-bottom:0}}.b-header__menu-item--parents.js-show-submenu-mobile{flex-direction:row-reverse;justify-content:flex-end}.b-header__menu-item--parents.js-show-submenu-mobile::before{border-color:red;transform:rotate(135deg);left:25px}@media screen and (max-width: 1200px){.b-header__menu-item--parents.js-show-submenu-mobile{order:-1}}.b-header__menu-item .b-header__menu-item-link--active{color:#e72430}.b-header__menu-item .b-header__menu-item-link--active::before{border-top:6px solid #e72430}@media(max-width: 1200px){.b-header__menu-item .b-header__menu-item-link{font-weight:600;width:100%;font-size:18px;padding:17px 15px 19px}}@media(max-width: 1200px){.b-header__menu-item{border-bottom:1px solid #e1e5ee;margin:0 -30px;padding:0;display:flex}}@media(max-width: 760px){.b-header__menu-item{margin:0 -15px}}@media(max-width: 1200px){.b-header__menu .js-tabs-open{padding:0;border-bottom:0}.b-header__menu .js-tabs-open::before{display:none}}@media(max-width: 1200px){.js-tabs-open .b-header__menu-item-link{display:none}}@media(max-width: 1200px){.b-header__menu-item.js-tabs-open .b-header__menu-item-link-mobile{display:none}}.b-header__menu-button{display:none;position:relative;padding:11px 3px}.b-header__menu-button span{display:block;width:19px;height:2px;background:#1f1f1f}.b-header__menu-button::before{content:"";display:block;width:14px;height:2px;background:#1f1f1f;position:absolute;top:2px}.b-header__menu-button::after{content:"";display:block;width:20px;height:2px;background:#1f1f1f;position:absolute;bottom:2px}.b-header__menu-button.js-open span{opacity:0;transition:.3s}.b-header__menu-button.js-open::before{transform:rotate(45deg);top:11px;transition:.2s;width:32px;background:#e72430;right:0}.b-header__menu-button.js-open::after{transform:rotate(-45deg);bottom:11px;transition:.2s;width:32px;background:#e72430;right:0}@media(max-width: 1200px){.b-header__menu-button{display:block}}@media(max-width: 1200px){.b-header__menu{display:none}}@media(max-width: 1200px){.b-header__menu.js-open{display:block;background:#fff;order:2;border-bottom:none}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}@keyframes flareAnimation{0%{left:-100%;transform:skewX(-35deg)}100%{left:100%;transform:skewX(-30deg)}}.b-header__submenu{z-index:999;overflow:hidden;position:absolute;top:53px;bottom:0;left:0;right:0;max-height:0;border-top:1px solid #e1e5ee;opacity:0;transition:opacity .5s ease-in}@media screen and (max-width: 1200px){.b-header__submenu{transition:none}}.b-header__submenu--documents .b-header__submenu-img,.b-header__submenu--documents_new .b-header__submenu-img{width:17%;margin-right:15px}.b-header__submenu--services .b-header__submenu-text,.b-header__submenu--documents .b-header__submenu-text,.b-header__submenu--documents_new .b-header__submenu-text,.b-header__submenu--calculators .b-header__submenu-text,.b-header__submenu--bim .b-header__submenu-text{max-width:75%}.b-header__submenu--services .b-header__submenu-item,.b-header__submenu--systems .b-header__submenu-item{width:calc((100% - 31px) / 3)}.b-header__submenu--services .b-header__submenu-item:nth-of-type(4n),.b-header__submenu--systems .b-header__submenu-item:nth-of-type(4n){margin-right:15px}.b-header__submenu--services .b-header__submenu-item:nth-of-type(3n),.b-header__submenu--systems .b-header__submenu-item:nth-of-type(3n){margin-right:0}@media screen and (max-width: 1200px){.b-header__submenu--services .b-header__submenu-item,.b-header__submenu--systems .b-header__submenu-item{width:100%}}.b-header__submenu--calculators .b-header__submenu-item{width:calc((100% - 31px) / 3)}.b-header__submenu--calculators .b-header__submenu-item:nth-of-type(4n){margin-right:15px}.b-header__submenu--calculators .b-header__submenu-item--highlight{width:100%;margin-right:0}.b-header__submenu--calculators .b-header__submenu-item--nohighlight{width:calc((100% - 31px) / 3);margin-right:15px}@media screen and (max-width: 1200px){.b-header__submenu--calculators .b-header__submenu-item--nohighlight{width:100%}}.b-header__submenu--calculators .b-header__submenu-wrap--highlight .b-header__submenu-item:nth-of-type(3n+1){margin-right:0}.b-header__submenu--calculators .b-header__submenu-wrap--nohighlight .b-header__submenu-item:nth-of-type(3n){margin-right:0}.b-header__submenu-container{box-shadow:0 14px 80px rgba(43,45,52,.12);background:#fff}.b-header__submenu-wrap{list-style:none;display:flex;flex-wrap:wrap;padding:30px 0 15px}.b-header__submenu-wrap--tab{padding:0 0 15px}@media screen and (max-width: 1280px){.b-header__submenu-wrap{padding:30px 30px 15px}.b-header__submenu-wrap--tab{padding:0 0 15px}}@media screen and (max-width: 1200px){.b-header__submenu-wrap{width:100%;margin:0;padding:0;padding-bottom:57px;background:#fff}}.b-header__submenu-with-arrow{display:flex;align-items:center;font-weight:600;font-size:16px}.b-header__submenu-with-arrow::after{content:url("/img/menu/arrow-right.png");display:flex;align-items:center;justify-content:center;flex-wrap:wrap;width:32px;height:32px;margin-left:20px;border:1px solid #fff;border-radius:100%}.b-header__submenu-item{box-sizing:border-box;display:flex;align-items:center;width:calc((100% - 45px) / 4);min-height:90px;margin-bottom:15px;margin-right:15px;border:1px solid #e1e5ee;border-radius:10px}.b-header__submenu-item:hover{background:#f5f6fa}.b-header__submenu-item:nth-of-type(4n){margin-right:0}@media screen and (max-width: 1200px){.b-header__submenu-item{width:100%;border:none;border-bottom:1px solid #e1e5ee;border-radius:0;padding:0 30px;margin:0;cursor:pointer}}@media screen and (max-width: 760px){.b-header__submenu-item{padding:0 15px}}.b-header__submenu-item--selection{background:#4a5768;background-image:url("/img/menu/catalog-bg.jpg");background-size:cover}.b-header__submenu-item--selection:hover{background:#4a5768;opacity:.9}@media screen and (max-width: 1200px){.b-header__submenu-item--selection{display:none}}.b-header__submenu-item--selection .b-header__submenu-text{position:relative;color:#fff}@media screen and (max-width: 1280px){.b-header__submenu-item--selection span{max-width:90%;font-size:13px}}.b-header__submenu-item--selection span::after{position:absolute;right:0;top:0;margin-left:0}@media screen and (max-width: 1280px){.b-header__submenu-item--selection span::after{right:-27px;width:30px;height:30px}}.b-header__submenu-item--selection a{position:relative;padding:25px}@media screen and (max-width: 1280px){.b-header__submenu-item--selection a{padding:20px}}.b-header__submenu-item--big{width:calc((100% - 40px) / 3)}.b-header__submenu-item--big:nth-of-type(3n){margin-right:0}@media screen and (max-width: 1200px){.b-header__submenu-item--big{width:100%}}.b-header__submenu-item--none,.b-header__submenu-item--actualy{background:#fff}.b-header__submenu-item--less-actualy{background-color:#f5f6fa}.b-header__submenu-item--less-actualy:hover{background-color:#fff}.b-header__submenu-item--documents,.b-header__submenu-item--documents_new,.b-header__submenu-item--services,.b-header__submenu-item--calculators,.b-header__submenu-item--knowledge-base{padding:13px 20px}.b-header__submenu-item--bim{padding:6px 20px 6px 8px}.b-header__submenu-item--bim .b-header__submenu-img{display:contents}.b-header__submenu-item--bim .b-header__submenu-img img{width:76px;height:76px;margin-right:10px}@media(min-width: 1201px){.b-header__submenu-item--knowledge-base .b-header__submenu-img{margin-right:20px}}@media(max-width: 1200px){.b-header__submenu-item--knowledge-base .b-header__submenu-img{min-width:59px}}.b-header__submenu-item--knowledge-base .b-header__submenu-text{max-width:calc(100% - 70px)}.b-header__submenu-item--last{padding:0;border:1px solid #e72430}.b-header__submenu-item--last .b-header__submenu-link{display:flex;justify-content:center;align-items:center;width:100%;height:100%;font-weight:600;font-size:20px;line-height:120%;color:#fff}.b-header__submenu-item--last .b-header__submenu-link svg{margin-left:5px}.b-header__submenu-item--last:hover{background-color:#fff}.b-header__submenu-item--last:hover .b-header__submenu-link{color:#e72430}.b-header__submenu-item--last:hover path{stroke:red}.b-header__submenu-link{display:flex;align-items:center;width:100%}.b-header__submenu-link--big{align-items:center;min-height:90px;padding:13px 20px}.b-header__submenu-img{max-width:95px;margin-right:10px;text-align:center}.b-header__submenu-img img{max-width:100%}@media screen and (max-width: 1280px)and (min-width: 1200px){.b-header__submenu-img{max-width:75px}}@media screen and (max-width: 1200px){.b-header__submenu-img{min-width:95px;margin-right:25px}.b-header__submenu-img img{max-width:90px}}@media screen and (max-width: 760px){.b-header__submenu-img{margin-right:10px}}@media screen and (max-width: 1200px){.b-header__submenu--services .b-header__submenu-img,.b-header__submenu--napravleniya .b-header__submenu-img,.b-header__submenu--calculators .b-header__submenu-img,.b-header__submenu--documents .b-header__submenu-img,.b-header__submenu--documents_new .b-header__submenu-img,.b-header__submenu--napravleniya .b-header__submenu-img{min-width:75px}.b-header__submenu--services .b-header__submenu-img img,.b-header__submenu--napravleniya .b-header__submenu-img img,.b-header__submenu--calculators .b-header__submenu-img img,.b-header__submenu--documents .b-header__submenu-img img,.b-header__submenu--documents_new .b-header__submenu-img img,.b-header__submenu--napravleniya .b-header__submenu-img img{width:55px;max-height:60px}}.b-header__submenu-text{max-width:calc(100% - 104px);color:#1f1f1f;font-weight:600;font-size:16px;line-height:130%}.b-header__submenu-text span{display:block;color:#676b77;font-weight:normal;font-size:14px}.b-header__submenu-tabs{display:flex;padding-top:23px;background:#fff}@media screen and (max-width: 1200px){.b-header__submenu-tabs{padding:0;flex-direction:column}}.b-header__submenu-tabs-selector{flex-wrap:wrap;margin-right:28px;padding-bottom:50px;border-right:1px solid #e1e5ee}@media screen and (max-width: 1200px){.b-header__submenu-tabs-selector{width:100%;margin:0;padding-bottom:0;border:none}}.b-header__submenu-tabs-content{display:none}.b-header__submenu-tabs-content--active{display:block}@media screen and (max-width: 1200px){.b-header__submenu-tabs-content--active{display:none}}.b-header__submenu-tabs-content .b-header__submenu-link-mobile{display:none}@media screen and (max-width: 1200px){.b-header__submenu-tabs-content .b-header__submenu-link-mobile{display:flex;width:100%;padding:20px 15px;border-bottom:1px solid #e1e5ee;font-size:16px;font-weight:300}}.b-header__submenu-tabs-content--num_constructor{padding-bottom:100px}.b-header__submenu-tabs-wrapper{width:100%}.b-header__submenu-tabs-title{box-sizing:border-box;position:relative;min-width:270px;padding:12px 10px 12px 0;font-weight:normal;font-size:18px;line-height:130%;color:#676b77;cursor:pointer}@media screen and (max-width: 1200px){.b-header__submenu-tabs-title::before{content:"";position:absolute;right:20px;width:4px;height:4px;margin-right:3px;padding:4px;border:solid #1f1f1f;border-width:0 1.6px 1.6px 0;transform:rotate(-45deg)}}@media screen and (max-width: 1200px){.b-header__submenu-tabs-title{position:relative;height:61px;display:flex;align-items:center;padding:0 30px 0 15px;border-bottom:1px solid #e1e5ee;font-weight:300;font-size:16px;color:#1f1f1f}}.b-header__submenu-tabs-title--active{font-weight:600;color:#1f1f1f}@media screen and (max-width: 1200px){.b-header__submenu-tabs-title--active{font-weight:normal;color:#676b77}}@media screen and (min-width: 1201px){.b-header__submenu-tabs-title--active::after{content:"";position:absolute;top:calc(50% - 9px);right:-16px;display:block;border:9px solid transparent;border-left:7px solid #e72430;border-radius:1px}}.b-header__submenu-tabs-title--active::before{content:"";display:block}@media screen and (min-width: 1201px){.b-header__submenu-tabs-title--active::before{position:absolute;top:0;right:-2px;width:1.5px;height:100%;border:1.5px solid transparent;border-radius:10px;background:#e72430}}.b-header__submenu-tabs-title--num_constructor span{background-color:#f5f6fa;border-radius:6px;font-size:12px;font-weight:400;text-transform:uppercase;color:#e72430;padding:2px 6px;display:inline-block;margin-left:6px}.b-header__submenu-tabs-list-wrap .b-header__submenu-tabs-title:not(.open-subtype){margin-left:20px}.b-header__submenu-tabs-list-wrap .b-header__submenu-tabs-title.open-subtype .b-header__submenu-tabs-title--active{margin-left:0}.b-header__submenu-tabs-list-wrap:not(.open) .b-header__submenu-tabs-title:not(.open-subtype){display:none}.b-header__submenu-tabs-list-wrap.open .b-header__submenu-tabs-title.open-subtype{font-weight:600}.b-header__submenu-top-link{display:flex;justify-content:space-between;align-items:center;max-width:100%;margin-top:10px;margin-bottom:10px;padding:6px 40px;border-radius:10px;background-size:cover;background-image:url("/img/menu/system-bg.jpg");position:relative;overflow-x:hidden}@media screen and (max-width: 1280px){.b-header__submenu-top-link{padding:6px 25px}}@media screen and (max-width: 1200px){.b-header__submenu-top-link{display:none}}.b-header__submenu-top-link::before{content:"";position:absolute;top:0;height:100%;width:35px;transform:skewX(-35deg);left:-100%;background:linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));animation:flareAnimation 3s infinite linear}.b-header__submenu-top-link span{display:flex;font-weight:600;font-size:18px;line-height:130%;color:#fff}@media screen and (max-width: 1280px){.b-header__submenu-top-link span{font-size:16px}}.b-header__submenu-top-link span.b-header__submenu-with-arrow{font-size:16px}@media screen and (max-width: 1200px){.js-tabs-open .b-header__submenu-tabs-title{display:none}.js-tabs-open .b-header__submenu-tabs-title--active{display:flex;font-weight:600;padding-left:47px;font-size:18px}.js-tabs-open .b-header__submenu-tabs-title--active::before{border:solid #e72430;border-width:0 1.6px 1.6px 0;transform:rotate(135deg);left:24px}}@media screen and (max-width: 1200px){.js-tabs-open .b-header__submenu-tabs-content{display:none}.js-tabs-open .b-header__submenu-tabs-content--active{display:flex;flex-wrap:wrap}}@media screen and (max-width: 1200px){.js-tabs-open .b-header__submenu-tabs{margin-top:-58px}}@media screen and (min-width: 1201px){.js-show-submenu .b-header__submenu{overflow:visible;z-index:1000;max-height:inherit;min-height:10px;background:#fff;transition:none;opacity:1}}@media screen and (max-width: 1200px){.js-show-submenu-mobile .b-header__submenu{top:38px;overflow:visible;max-height:inherit;margin-top:20px;opacity:1;background:#fff}.js-show-submenu-mobile .b-header__submenu-container{height:100vh}}
.b-header-lang{display:flex}.b-header-lang__link{color:#000;font-size:12px;font-weight:300;font-family:"ProximaNova";text-decoration:none}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-info-with-button{overflow:hidden}.b-info-with-button--system-filter{overflow:visible}.b-info-with-button__wrap{display:flex;border-radius:10px;padding:45px 0 45px 50px;align-items:center;position:relative;z-index:2;background-repeat:no-repeat;background-position:right;overflow:hidden}.b-info-with-button__wrap::before{content:"";display:block;height:434px;position:absolute;left:-341px;top:-186px;width:98%;z-index:1;background:#414e60;transform:rotate(14deg)}@media all and (max-width: 1170px){.b-info-with-button__wrap::before{left:-260px}}@media all and (max-width: 970px){.b-info-with-button__wrap::before{width:100%;left:-315px}}@media all and (max-width: 570px){.b-info-with-button__wrap::before{display:none}}.b-info-with-button__wrap--wrap::before{left:-480px}.b-info-with-button__wrap--m-t{margin-top:50px}.b-info-with-button__wrap--bg-gray{background-color:#414e60;padding-top:0}@media all and (max-width: 760px){.b-info-with-button__wrap{padding:25px 25px 30px}}@media all and (max-width: 570px){.b-info-with-button__wrap{flex-direction:column;align-items:flex-start;padding:115px 0 0;background-size:contain;background-position:top;overflow:visible}}.b-info-with-button__img{border-radius:10px 10px 0 0;overflow:hidden}.b-info-with-button--system-filter .b-info-with-button__wrap{background-position-x:right;background-position-y:inherit}@media all and (min-width: 570px){.b-info-with-button--system-filter .b-info-with-button__wrap{background-size:60%}}@media all and (min-width: 660px){.b-info-with-button--system-filter .b-info-with-button__wrap{background-size:52%}}@media all and (max-width: 570px){.b-info-with-button--system-filter .b-info-with-button__wrap{background-size:cover;background-position:center;padding:155px 0 0}}@media all and (max-width: 375px){.b-info-with-button--system-filter .b-info-with-button__wrap{background-size:contain;background-position:inherit}}@media all and (min-width: 970px){.b-info-with-button--system-filter .b-info-with-button__wrap{flex-direction:column;align-items:flex-start;padding:138px 0 0;background-size:contain;background-position:inherit;overflow:visible}.b-info-with-button--system-filter .b-info-with-button__wrap::before{display:none}}.b-info-with-button--system-compare .b-info-with-button__wrap{padding:175px 0 0}@media all and (min-width: 970px){.b-info-with-button--system-compare .b-info-with-button__wrap{padding:130px 0 0}}@media all and (min-width: 1160px){.b-info-with-button--system-compare .b-info-with-button__wrap{padding:175px 0 0}}@media all and (min-width: 970px){.b-info-with-button--bg-gray .b-info-with-button__wrap{padding-top:0}}.b-info-with-button.aos-animate .b-info-with-button__wrap::before{animation-name:fadeInBackground;animation-iteration-count:1;animation-duration:.5s;animation-timing-function:ease-in-out}.b-info-with-button__link-wrap{margin-left:63px;z-index:2}.b-info-with-button__link-wrap a{min-width:255px;display:block;text-align:center}@media all and (max-width: 760px){.b-info-with-button__link-wrap.aos-init{transform:none;transition:none}}@media all and (max-width: 1110px){.b-info-with-button__link-wrap{margin-left:30px}}@media all and (max-width: 570px){.b-info-with-button__link-wrap{position:absolute;bottom:-31px;width:305px;left:0;right:0;margin:0 auto}}@media all and (max-width: 360px){.b-info-with-button__link-wrap{width:90%}}@media all and (min-width: 970px){.b-info-with-button--system-filter .b-info-with-button__link-wrap{position:absolute;bottom:-31px;width:90%;max-width:261px;left:0;right:0;margin:0 auto}.b-info-with-button--system-filter .b-info-with-button__link-wrap a{min-width:inherit;font-size:18px}}.b-info-with-button__title{font-weight:800;font-size:34px;line-height:120%;color:#fff}@media all and (max-width: 1280px){.b-info-with-button__title{font-size:24px}}.b-info-with-button__title--system-filter{font-weight:600;line-height:19px;text-align:center;margin-bottom:10px;font-size:18px}@media all and (max-width: 480px){.b-info-with-button__title--system-filter{margin-bottom:5px}}.b-info-with-button__title--system-compare{font-size:20px;text-align:left}.b-info-with-button__title--text-left{text-align:left}.b-info-with-button__subtitle{margin-top:5px;font-size:20px;line-height:120%;color:#e1e5ee}.b-info-with-button__subtitle--small{max-width:460px;font-size:18px;font-weight:600}.b-info-with-button__subtitle--directions{max-width:460px}.b-info-with-button__subtitle--mastery-certificate{font-weight:bold;color:#fff;max-width:450px;font-size:24px}@media all and (max-width: 880px){.b-info-with-button__subtitle{font-size:16px}}.b-info-with-button__subtitle--system-filter{text-align:center;font-size:14px}.b-info-with-button__subtitle--system-compare{font-size:16px;text-align:left}.b-info-with-button__subtitle--text-left{text-align:left}.b-info-with-button__text{z-index:2}@media all and (max-width: 760px){.b-info-with-button__text.aos-init{transform:none;transition:none;opacity:1}}@media all and (max-width: 570px){.b-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-info-with-button__text{margin-top:-20px}}@media all and (min-width: 970px){.b-info-with-button--system-filter .b-info-with-button__text{padding:17px 20px 40px;background:#414e60;width:100%;z-index:-1;border-radius:0 0 10px 10px}}@media all and (min-width: 970px){.b-info-with-button--system-compare .b-info-with-button__text{padding:22px 20px}}.b-info-with-button__chaser{padding:22px 20px;display:block;max-width:100%;border-radius:10px;justify-content:space-between;position:relative;background:url("/img/system/chaser-background.jpg");background-size:cover}.b-info-with-button__chaser::after{content:url("/img/menu/arrow-right.png");display:flex;width:38px;height:38px;border:1.4px solid #fff;border-radius:100%;margin-left:20px;align-items:center;justify-content:center;flex-wrap:wrap;top:50%;right:20px;transform:translate(0, -50%);position:absolute}.b-info-with-button__chaser span{font-weight:400;font-size:16px;line-height:130%;color:#fff;display:flex}@media(max-width: 970px){.b-info-with-button__chaser span{font-size:16px}}.b-info-with-button__chaser span.b-info-with-button__chaser-title{font-size:20px;font-weight:600}@media(max-width: 1280px){.b-info-with-button__chaser{padding:22px 60px 22px 20px}}.b-info-with-button__chaser-arrow{font-weight:600;font-size:16px;display:flex;align-items:center}@media all and (max-width: 760px){.b-info-with-button{padding:30px 0 74px}.b-info-with-button--mastery-certificate .l-button{padding:8px 20px}.b-info-with-button--chaser{padding-bottom:0}}@keyframes fadeInBackground{from{width:127%}to{width:92%}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-pagination{display:flex;flex-direction:column;align-items:center;width:100%}.b-pagination--search{margin:auto}.b-pagination__wrap{display:flex;align-items:center;justify-content:space-around}.b-pagination__show-more{background:transparent;margin-top:20px}.b-pagination__show-more:hover{background:transparent}@media(max-width: 560px){.b-pagination__show-more{margin-top:10px;min-width:185px}}.b-pagination__list{display:flex;justify-content:center;padding:0 30px;list-style-type:none;margin:15px 0}@media(max-width: 560px){.b-pagination__list{padding:0 10px}}@media(max-width: 370px){.b-pagination__list{padding:0 5px}}.b-pagination__page{display:flex;justify-content:center;align-items:center;width:50px;height:50px;border-radius:10px;border:1px solid #e1e5ee;background:#fff;margin:0 5px}.b-pagination__page--current,.b-pagination__page:active,.b-pagination__page:hover{background:#e72430;border:none;font-weight:600;color:#fff}.b-pagination__page--divider{margin:10px 5px;color:#babeca;display:flex;align-items:center}@media(max-width: 560px){.b-pagination__page--divider{margin:5px 0}}@media(max-width: 560px){.b-pagination__page--mobile{display:none}}.b-pagination__page a{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:16px;line-height:130%;color:#1f1f1f;font-weight:normal}.b-pagination__page--current a,.b-pagination__page:hover a{color:#fff}@media(max-width: 560px){.b-pagination__page{width:40px;height:40px}}@media(max-width: 370px){.b-pagination__page{width:35px;height:35px}}.b-pagination__prev,.b-pagination__next{display:flex}.b-pagination__prev::before,.b-pagination__next::before{content:"";border:solid #e72430;border-width:0 2px 2px 0;transform:rotate(-45deg);padding:4px}.b-pagination__prev::before{transform:rotate(135deg)}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-popup-form{padding:12px 1px 0 0}.b-popup-form__field--select{cursor:pointer}.b-popup-form .b-files-panel{margin:8px 0}.b-popup-form__button{border:1px solid #e71a19;background:#e71a19;width:100%;max-width:224px;padding:14px;cursor:pointer;font:300 normal 18px/18px ProximaNova;color:#fff;transition:color .3s,border-color .3s,background-color .3s;border-radius:4px;text-decoration:none;text-align:center}.b-popup-form__button:hover{background:#fff;color:#e71a19}.form__row{display:flex;justify-content:space-between}.form__row--bottom{justify-content:flex-start;align-items:center;margin-top:15px}@media all and (min-width: 641px){.form__row--bottom{margin-top:30px}.form__row--bottom>*:not(:first-child){margin-left:20px}}.form__field{position:relative;display:inline-block}.form__field--hidden{display:none !important}.form__field--cell-1{width:49%}.form__field--cell-2{width:100%}.form__field--cell-i{max-width:inherit;margin-bottom:25px}.form__field--prc-callback{max-width:100%}.form__field-text{background:#fff;box-sizing:border-box;width:100%;color:#000;font:normal 400 15px/18px ProximaNova;outline:none;transition:all .3s;vertical-align:middle;margin:5px 0;border:1px solid #e1e5ee;border-radius:10px;padding:20px}.form__field-text::placeholder{color:#9497a3}.form__field-text:focus~.form__field-label{top:5px;transition:top .1s ease-in-out .1s}.form__field-text:focus~.form__field-label--conclusion{display:none}.form__field--empty:not(.form__field-error)~.form__field-label{display:block;font-size:14px;top:43%;transform:translateY(-50%);transition:top .1s ease-in-out .1s}.form__field--empty:not(.form__field-error)~.form__field-label--conclusion{font-size:16px}.form__field .field-comment~.form__field-label{transform:translateY(0);top:20px}.form__field-label,.form__field-inline-label{font:normal 400 14px/18px ProximaNova;color:#959595;display:inline-block}.form__field-label-required,.form__field-inline-label-required{color:red}.form__field-label{position:absolute;left:15px;top:5px;transition:top .1s ease-in-out .1s;pointer-events:none}.form__field-label--date{display:block;width:17px;height:17px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAADE0lEQVQ4T21UTUhVQRQ+59zre/gw4V01M00QLKnAhbUJiZBIihaZmxYlYrlqURBG0h8VlbsigghqEVG0KSoLkqCotEVUFGG1ERGeP8/MLIPy3fdmTt88zawcGGbuOXO+851vzlwmDCXymMgkg6CVWLdbS80lExMJuMT5Z4YOlpVFI1M/bpGl3oVfvrTDzi6OPwXBRkvUqMzvELFcSbcq8UFSXYkjeULWWBLBapXpOSkfR9J+Ib0LezViHnKyMOgHlQqgvsD6FrnrsV7H9+E5LKa3TGfBok6FkqyUA8t6MBl0IGMIKkT2Nyilky1VwfEBWY/gkDs4d5zDRz4EGMG6AqgNmGOcLAgGYSjNJlJ6htJeCtM2UC77jwnRFNhcg30BEm+b8Q85kCE4PiNoGAyc0wNYCCbpP5IieDpLDFpDBjXwh9CnmEkLs0xEqRVqd70nivybHZyBT9RXSVLZRxlsxe2X9lFqNB6vhT5XZsrh5kXj44/moU+J/PzAz/EvIWMcou7BLTbjXmut2HZVf9RTe+8vJvOBDMfj5SLcDV8B6tmirG2sXMdsdxmV17jqziwINGgJY7GeaCpVakUmf+bmTuZOTJT4vh9mfP8rZzL1AMkzYfhAIpFq9FAF+/59Y+0SUXODRwuChCVuBHIlhOpAth5WvQraF7AOG5F9Yu0xiF8EdfYCbCfKqbGiR9GrA9jfmQURtstU+TRAun+DgPoIqLdB2zOwF0OHFjG8G4BrmHifIfroOjdbjrI0kT/VS2FkHTMnMmHYlxOJrMW1fI8a8zr0vNVgFkul091Rz6vCmcXpMHwq0WjFbDmGpcEjsxpMLoLuY2Q5jzd0G/sBsdpkhV2DlYPNBiJ7CGsdbqvJkLzKCus0IaubradxITmAjn0lRm8icwfe0bBm7Cn2BE+AiwzzflzpDmhTg8Y8qcYk1fe6XDnjMJ5g3z6x1g/EmBA3lMYLjikbw1ZSKjYKnYTVm4LIOcbzfI8z36yRVdDnuHuAlwGyCXQnMV1HejP/l9B1J6Z7hG6vsEfc/wN7N33MfMQ+/QXSS2sL1fryLAAAAABJRU5ErkJggg==) no-repeat;position:absolute;left:15px;top:20px}.form__field-label--conclusion{display:none}.form__field-date{background:#fff;box-sizing:border-box;width:100%;padding:13px 15px 13px 45px;border:1px solid rgba(0,0,0,.25);color:#000;font:normal 400 14px/18px ProximaNova;outline:none;transition:all .3s;vertical-align:middle;margin:5px 0;letter-spacing:1px;height:50px}.form__buttons-row{display:flex;align-items:center;padding:0 7.5px;margin-bottom:5px;justify-content:flex-start}.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;margin-right:20px;cursor:pointer;margin-bottom:10px}.form__policy{font-size:12px}.form__policy-link{color:#156ce1;text-decoration:none}.form__field-error{border:1px solid #e71a19}.form__text{font-family:"ProximaNova";font-size:14px;font-weight:300;color:#959595;margin:10px 0}.form__select2{margin:5px 0}.form__checkbox-field [type=checkbox]:not(:checked),.form__checkbox-field [type=checkbox]:checked{position:absolute;left:-99999px}.form__checkbox-field [type=checkbox]:not(:checked)+label,.form__checkbox-field [type=checkbox]:checked+label{position:relative;padding-left:25px;cursor:pointer}.form__checkbox-field [type=checkbox]:not(:checked)+label::before,.form__checkbox-field [type=checkbox]:checked+label::before{content:"";position:absolute;left:0;top:2px;width:24px;height:24px;background:#fff;border:1px solid #e1e5ee;border-radius:6px}.form__checkbox-field [type=checkbox]:not(:checked)+label::after,.form__checkbox-field [type=checkbox]:checked+label::after{content:"";position:absolute;top:2px;left:0;width:24px;height:24px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgNWwzLjc3MSAzLjc3MSA3LjU0My03LjU0MiIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==);border-radius:6px;background-color:#e72430;color:#fff;transition:all .2s;background-repeat:no-repeat;background-position:center}.form__checkbox-field [type=checkbox]:not(:checked)+label::after{opacity:0;transform:scale(0)}.form__checkbox-field [type=checkbox]:checked+label::after{opacity:1;transform:scale(1)}.form__checkbox-field [type=checkbox]:disabled+label,.form__checkbox-field [type=checkbox]:disabled+label::after,.form__checkbox-field [type=checkbox]:disabled+label::before{opacity:.5}.form .file__file-selectdialog{width:100%}.form .file__file-selectdialog .file-placeholder{margin:20px 10px}.form .file__file-selectdialog .file-placeholder .files-list{color:#1f1f1f}.form .file__file-selectdialog .file-placeholder .files-list td:nth-child(1){font-weight:bold;max-width:calc(100% - 120px)}.form .file__file-selectdialog .file-placeholder .files-text{font-weight:bold;color:#1f1f1f}.form .file__file-selectdialog .file-label{display:none;background:url(/local/templates/nav-tn/builds/prod/img/live_feed_sprite.png) no-repeat -146px -186px;color:#23272a;font-size:12px;left:13px;padding-left:20px;position:absolute;text-shadow:0 1px 0 rgba(255,255,255,.8);top:12px;width:54px;line-height:20px}.form .file__file-selectdialog .file-extended .file-load-img{background:url(data:image/gif;base64,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) no-repeat 0 0;height:79px;left:58px;top:20px;position:absolute;width:90px}.form .file__file-selectdialog .file-extended .file-selector:hover .file-load-img{background-position:0 -104px;left:55px;top:17px}.form .file__file-selectdialog .file-extended .file-uploader{color:#f5262a;display:inline-block;position:relative;vertical-align:top}.form .file__file-selectdialog .file-extended .file-uploader .file-but-text{cursor:pointer;display:block;width:100%;height:100%}.form .file__file-selectdialog .file-uploader .file-fileUploader{font-size:120px;height:85px;opacity:0;filter:alpha(opacity=0);position:absolute;right:0;top:-20px;cursor:pointer}.form .file__file-selectdialog .file-uploader .file-filemacos{left:0 !important}.form .file__area-item-icon{width:50px;height:50px;min-width:29px;margin-right:15px}.form .file__area-item-icon svg{display:block;width:100%;height:100%}.form .file__area-item-bl{position:relative;z-index:4}.form .d-flex{display:-ms-flexbox !important;display:flex !important;align-items:center;flex-flow:wrap;justify-content:center}.form .file__area-content-title{font-weight:600;font-size:16px;line-height:130%;color:#e72430}.form .file__area-content-button{background:#fff;color:#e72430;margin:20px 20px 0 0;width:100%;max-width:314px;display:block}@media print,screen and (min-width: 64em){.form .file__area-content-button{display:none}}.form .file__area-content-hint{font-size:14px;line-height:130%;color:#23272a}.form .file__area-content-hint span{display:block}@media print,screen and (max-width: 63.99875em){.form .file__area-content-hint span{display:none}}.form .file__area-content{padding-right:15px;width:calc(100% - 70px);max-width:285px}.form .file__area-item{font-weight:normal;margin:0 0 15px;display:flex;cursor:pointer;min-height:173px;justify-content:center;align-items:center;position:relative;padding:20px}.form .file__area-item::before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;opacity:.6;border:1px dashed #ea2028;box-sizing:border-box;border-radius:10px}.form .file__area-item::after{content:"";background:transparent;position:absolute;left:1px;right:1px;top:1px;bottom:1px;border-radius:12px}.form .file__area-item:hover::before{border-color:#6e838e}.form .file__area-item:hover .file__area-item-icon svg path{stroke:#6e838e}.form .loader__item{font-weight:normal;margin:0;position:relative;cursor:pointer}.form .loader__item input{position:absolute;opacity:0;visibility:hidden}.form .form__type-hint{margin-left:5px;cursor:pointer;display:inline-block}@media print,screen and (max-width: 63.99875em){.form .form__type-hint{display:none}}.form .form__type-hint:hover::before{transform:scale(1.1);box-shadow:0 0 5px 0 rgba(0,0,0,.25)}.form .form__type-hint:hover .form__type-hint-text,.form .form__type-hint-text:hover{opacity:1;transition:opacity .2s;z-index:50;left:30px}.form .form__type-hint::before{content:"";display:block;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuNSAxMy43NWE2LjI1IDYuMjUgMCAxMDAtMTIuNSA2LjI1IDYuMjUgMCAwMDAgMTIuNXptMC0zLjc1VjcuNW0wLTIuNWguMDA2IiBzdHJva2U9IiM5NDk3QTMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==) center center no-repeat;background-size:12px;width:15px;height:15px;color:#fff1b2;border-radius:50%;cursor:pointer;transition:.2s;margin-top:-12px;position:absolute}.form .form__type-hint-text{position:absolute;width:100%;max-width:320px;color:#000;background:#fff;z-index:1;left:9999px;right:30px;top:50px;padding:20px;box-shadow:0 0 5px 1px #0000004d;border-radius:10px;font-size:18px;opacity:0;transition:opacity 2.2s cubic-bezier(0.99, 0.01, 0.99, 0.01),left 0s cubic-bezier(0.99, 0.01, 0.99, 0.01) 3s}@media screen and (max-width: 660px){.form__row{flex-wrap:wrap}.form__field{position:relative;display:inline-block}.form__field--cell-1{width:100%}.form__field--cell-2{width:100%}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-search{max-width:700px;padding:30px;background:#fff;display:none;justify-content:space-between;align-items:center;position:relative}.b-search__input{display:flex;flex:1 0 auto;position:relative;font:normal 300 14px ProximaNova}.b-search__input input{width:100%;border:1px solid rgba(0,0,0,.1);background:#fff;padding:8px 10px}.b-search__input input:focus+label{opacity:0}.b-search__input label{position:absolute;left:15px;right:15px;top:8px;color:#000;pointer-events:none;opacity:0;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.b-search__input label span,.b-search__input label i{color:#e40613}.b-search__input label i{margin-right:10px}.b-search__submit{flex:0 0 auto;min-width:150px;border:1px solid #e40613;background:#fff;color:#e40613;font:normal 300 14px ProximaNova;padding:8px 0;margin-left:20px}.b-search__submit i{display:none}@media(max-width: 767px){.b-search{width:auto;max-width:100%;margin:20px -10px 0 -10px;padding:30px 10px}.b-search__input label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;right:30px}.b-search__input label i{display:none}.b-search__input input{width:auto;flex:1 0 auto}.b-search__submit{position:absolute;border:none;display:inline-block;min-width:auto;right:20px;top:31px}.b-search__submit i{display:block}.b-search__submit span{display:none}}@media(min-width: 970px){.b-search{display:flex}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-services-conclusion-form{padding:50px;background-color:#fff;position:relative}.b-services-conclusion-form__row{display:inline-block;vertical-align:middle;margin-bottom:10px;border:1px solid #e1e1e1;position:relative;box-sizing:border-box}.b-services-conclusion-form__row input[type=text],.b-services-conclusion-form__row input[type=email]{box-sizing:border-box;display:block;width:100%;padding:10px 20px;color:#000;border:0;font:normal 400 14px/18px ProximaNova}.b-services-conclusion-form__row input[type=text]:focus,.b-services-conclusion-form__row input[type=email]:focus{outline:none}.b-services-conclusion-form__row input[type=text]:focus+label,.b-services-conclusion-form__row input[type=email]:focus+label{display:none}.b-services-conclusion-form__row label{position:absolute;top:10px;left:20px;color:#959595;font:normal 400 14px/18px ProximaNova}.b-services-conclusion-form__row label sup{top:0;padding-left:2px;font-size:14px;color:#e71a19}.b-services-conclusion-form__row textarea{display:block;width:100%;min-height:70px;resize:none;padding:10px 20px;color:#000;border:0;box-sizing:border-box;font:normal 400 14px/18px ProximaNova}.b-services-conclusion-form__row textarea:focus{outline:none}.b-services-conclusion-form__row textarea:focus+label{display:none}.b-services-conclusion-form--guarantees{padding:0;width:100%;position:relative}.b-services-conclusion-form--guarantees h5,.b-services-conclusion-form--guarantees h3{color:#000;font:700 26px ProximaNova;text-align:center;margin-bottom:52px}.b-services-conclusion-form--support{width:100%;margin:0 auto;padding:50px 0;border-radius:10px;background-color:#f5f6fa}@media print,screen and (max-width: 47.99875em){.b-services-conclusion-form--support{padding:20px 0}}.b-services-conclusion-form--support .form__geolocation{font-size:16px;padding:0 7.5px;margin:17px 0 20px}.b-services-conclusion-form--support .ok-message{padding:0 7.5px}@media(max-width: 768px){.b-services-conclusion-form--support{background-color:#fff}}.b-services-conclusion-form--events{background-color:#fff}.b-services-conclusion-form--knowledgebase{background-color:#f5f6fa;display:flex;justify-content:space-between;padding:50px}.b-services-conclusion-form--knowledgebase .b-form-geolocation-app{margin-right:0;text-align:center}.b-services-conclusion-form--knowledgebase .files__file--support{background-color:#fff}.b-services-conclusion-form--knowledgebase .file-uploader.file--support{padding:0;margin:0;bottom:40px;right:15px}.b-services-conclusion-form--knowledgebase .ok-message{text-align:center}@media(max-width: 1240px){.b-services-conclusion-form--knowledgebase{justify-content:center}}@media screen and (max-width: 560px){.b-services-conclusion-form--knowledgebase{padding:30px 15px}}.b-services-conclusion-form--measurements{margin:0 auto;padding:37px 43px 25px;border-radius:10px}@media(min-width: 768px){.b-services-conclusion-form--measurements{max-width:768px;margin:0 auto}}@media(min-width: 970px){.b-services-conclusion-form--measurements{max-width:970px}}@media(min-width: 1280px){.b-services-conclusion-form--measurements{max-width:1220px}}@media print,screen and (max-width: 47.99875em){.b-services-conclusion-form--measurements{padding:23px 3px 15px}}.b-services-conclusion-form--question{padding:30px;background:#f5f6fa;border-radius:10px}@media print,screen and (max-width: 47.99875em){.b-services-conclusion-form--question{padding:20px 15px}}.b-services-conclusion-form__container{padding-top:100px}@media print,screen and (max-width: 47.99875em){.b-services-conclusion-form__container{padding:50px 15px 0}}.b-services-conclusion-form .form__field-text{padding:0 20px;border:1px solid #ededed;background-color:#fff;font-size:16px;font-weight:400;height:50px;resize:none}.b-services-conclusion-form--reviews{padding:40px}.b-services-conclusion-form--reviews .form__field-text{height:60px}.b-services-conclusion-form--reviews .ok-message{font-size:18px;font-weight:600;text-align:center}@media(max-width: 768px){.b-services-conclusion-form--reviews{padding:20px}}@media print,screen and (min-width: 64em){.b-services-conclusion-form--measurements .form__field-text{height:60px}}@media print,screen and (min-width: 64em){.b-services-conclusion-form--support .form__field-text{height:60px}}.b-services-conclusion-form .field-comment{padding-top:10px;height:150px}.b-services-conclusion-form .b-services-button{border-radius:10px;background-color:#e4241c;font-weight:600;font-size:16px;height:50px;padding:0 15px;display:block}.b-services-conclusion-form .b-services-button:hover{background-color:#c21924}@media print,screen and (min-width: 64em){.b-services-conclusion-form--measurements .b-services-button,.b-services-conclusion-form--support .b-services-button{height:60px}}.b-services-conclusion-form .b-confirm a{color:#274ffc !important;text-decoration:none;font:normal 300 12px/18px ProximaNova}.b-services-conclusion-form .b-confirm [type=checkbox]+label{padding-left:35px;min-height:22px;display:block}.b-services-conclusion-form .b-confirm [type=checkbox]+label::before{width:16px;height:16px;border:2px solid #000;background-color:#fff;border-radius:0}.b-services-conclusion-form .b-confirm [type=checkbox]:not(:checked)+label::before{opacity:.6}.b-services-conclusion-form .b-confirm [type=checkbox]:checked+label::before{opacity:1}.b-services-conclusion-form .b-confirm [type=checkbox]:checked+label::after{content:"";position:absolute;left:8px;top:5px;width:3px;height:8px;border:solid #000;border-width:0 2px 2px 0;transform:rotate(45deg)}.b-services-conclusion-form .b-confirm .b-confirm__checkbox{display:none}.b-services-conclusion-form .b-confirm .b-confirm__checkbox+label{padding-left:34px;font-size:12px}.b-services-conclusion-form .b-confirm .b-confirm__checkbox+label::before{left:0;width:24px;height:24px;border:1px solid #babeca;border-radius:6px}.b-services-conclusion-form .b-confirm .b-confirm__checkbox:checked+label::after{opacity:0}.b-services-conclusion-form .b-confirm .b-confirm__checkbox:checked+label::before{border:1px solid #e72430;background-color:#e72430;background-image:url("/img/icons/check-white.svg");background-position:center;background-repeat:no-repeat}.b-services-conclusion-form::after{content:"";clear:both;display:table}.b-services-conclusion-form__header{font-size:24px;font-weight:normal;max-width:770px}.b-services-conclusion-form__header.b-support-form__title{margin-left:auto;margin-right:auto;margin-bottom:25px}.b-services-conclusion-form__header--question.b-support-form__title{font-size:20px;text-align:left;font-weight:600;padding-left:20px}.b-services-conclusion-form__header--support{padding:0 7.5px;font-weight:700}.b-services-conclusion-form__header--measurements{font-weight:800;font-size:34px;padding-left:17px}.b-services-conclusion-form__header--reviews{display:flex}.b-services-conclusion-form form{font-size:12px}.b-services-conclusion-form__row{display:inline-block;vertical-align:middle;width:100%;margin-right:2%;margin-bottom:10px;border:1px solid #e1e1e1;position:relative}.b-services-conclusion-form__row--obligatory{display:none;float:left;margin-top:15px;color:#959595;font-size:14px;margin-bottom:20px;width:70%}.b-services-conclusion-form__row--obligatory sup{top:0;font-size:14px;color:#e71a19}.b-services-conclusion-form__row--vote{margin:0 20px 20px 0}.b-services-conclusion-form__row--vote>span{font:300 14px ProximaNova;display:inline-block;vertical-align:middle;margin-right:20px}.b-services-conclusion-form__row--vote input[type=radio]{display:none}.b-services-conclusion-form__row--vote input[type=radio]+label{display:inline-block;vertical-align:middle;margin-right:20px;cursor:pointer}.b-services-conclusion-form__row--vote input[type=radio]+label:last-child{margin-right:0}.b-services-conclusion-form__row--vote input[type=radio]+label span{display:inline-block;vertical-align:middle;margin-right:10px;width:18px;height:18px;border:1px solid #ccc;border-radius:50%;position:relative}.b-services-conclusion-form__row--vote input[type=radio]+label img{display:inline-block;vertical-align:middle}.b-services-conclusion-form__row--vote input[type=radio]:checked+label span::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:10px;height:10px;background:#e71a19;border-radius:50%}.b-services-conclusion-form__row .filled{display:none}.b-services-conclusion-form .form__field input[type=text]{border-radius:10px}.b-services-conclusion-form .form__field textarea{border-radius:10px}.b-services-conclusion-form .form__field--cell-1,.b-services-conclusion-form .form__field--cell-2{margin-bottom:7px}.b-services-conclusion-form .form__field-desc{color:#9497a3;font-size:16px;position:absolute;right:20px;top:24px}@media print,screen and (max-width: 47.99875em){.b-services-conclusion-form .form__field-desc{top:20px;right:24px}}.b-services-conclusion-form .b-phone-mask__wrapper-focused input{padding-left:40px}.b-services-conclusion-form .b-phone-mask__wrapper .flag span.flag-main{top:22px;left:17px}.b-services-conclusion-form__bottom.form__field--cell-2{display:flex;width:100%;padding:0 7px;align-items:center;flex-direction:row-reverse;justify-content:space-between;margin-top:5px}.b-services-conclusion-form__bottom.form__field--cell-2 .cell{max-width:100%}.b-services-conclusion-form__bottom.form__field--cell-2 .cell--margin-left-20{margin-left:20px}@media(max-width: 1070px){.b-services-conclusion-form__bottom.form__field--cell-2 .cell--margin-left-20{margin-left:0}}.b-services-conclusion-form__bottom.form__field--cell-2 .b-confirm{min-height:inherit}.b-services-conclusion-form__bottom.form__field--cell-2 .b-confirm p{margin:0}@media(max-width: 1070px){.b-services-conclusion-form__bottom.form__field--cell-2 .b-confirm br{display:none}}@media(max-width: 1070px){.b-services-conclusion-form__bottom.form__field--cell-2 .b-confirm{margin-top:15px}}@media(max-width: 1070px){.b-services-conclusion-form__bottom.form__field--cell-2{flex-direction:column;align-items:flex-start;margin-top:0}}.b-services-conclusion-form__bottom--support.form__field--cell-2,.b-services-conclusion-form__bottom--question.form__field--cell-2,.b-services-conclusion-form__bottom--reviews.form__field--cell-2{flex-direction:row;justify-content:flex-start}@media(max-width: 768px){.b-services-conclusion-form__bottom--support.form__field--cell-2,.b-services-conclusion-form__bottom--question.form__field--cell-2,.b-services-conclusion-form__bottom--reviews.form__field--cell-2{flex-direction:column;margin-top:0}}.b-services-conclusion-form__bottom--justify-content-start.form__field--cell-2{justify-content:flex-end}@media screen and (max-width: 1070px){.b-services-conclusion-form__bottom--justify-content-start.form__field--cell-2{flex-direction:column-reverse}}.b-services-conclusion-form .b-services-conclusion-form__bottom .b-services-conclusion-form__vote-submit{width:380px;padding:0;max-width:100%}.b-services-conclusion-form .b-services-conclusion-form__bottom--question .b-services-conclusion-form__vote-submit{width:190px}.b-services-conclusion-form .b-services-conclusion-form__bottom--question.form__field--cell-2{padding:0}.b-services-conclusion-form__bottom .b-services-conclusion-form__submit{width:100%;max-width:inherit}.b-services-conclusion-form__bottom .b-services-conclusion-form__submit--support,.b-services-conclusion-form__bottom .b-services-conclusion-form__submit--reviews{margin-right:20px}@media(max-width: 768px){.b-services-conclusion-form__bottom .b-services-conclusion-form__submit--support,.b-services-conclusion-form__bottom .b-services-conclusion-form__submit--reviews{margin-right:0}}.b-services-conclusion-form__bottom .b-services-conclusion-form__submit--reviews{height:60px;width:50%}@media(max-width: 768px){.b-services-conclusion-form__bottom .b-services-conclusion-form__submit--reviews{width:100%}}.b-services-conclusion-form__bottom .b-services-conclusion-form__submit--question{margin-left:20px}@media(max-width: 768px){.b-services-conclusion-form__bottom .b-services-conclusion-form__submit--question{margin:20px 0 0 0}}.b-services-conclusion-form__vote-submit{width:50%;display:flex}@media(max-width: 770px){.b-services-conclusion-form__vote-submit{width:max-content}}.b-services-conclusion-form__submit{padding:0;cursor:pointer}.b-services-conclusion-form .tao-form-errors{margin-bottom:15px !important;border:none}.b-services-conclusion-form .tao-form-errors li{color:#e72430;font-weight:600}.b-services-conclusion-form__confidential--support{margin:30px 7.5px 0;padding-top:15px;border-top:1px solid #e1e5ee;font-size:14px;color:#676b77}@media print,screen and (min-width: 48em){.b-services-conclusion-form__confidential--support{margin-top:15px}}.b-services-conclusion-form__confidential--measurements{padding-top:20px;padding-left:10px;border-top:1px solid #e1e5ee;margin-top:20px;font-size:18px;line-height:150%}.b-services-conclusion-form__confidential--measurements span{color:#676b77;font-size:14px;line-height:130%;display:block;margin-top:5px}@media print,screen and (max-width: 47.99875em){.b-services-conclusion-form__confidential--measurements{font-size:16px}}.b-services-conclusion-form--measurements .b-form-in-page .form__field--cell-3{margin-bottom:8px}.b-services-conclusion-form--measurements .tao-form-errors,.b-services-conclusion-form--measurements .ok-message{padding-left:18px !important}@media print,screen and (max-width: 47.99875em){.b-services-conclusion-form--measurements .select2 .select2-selection--single{height:50px;padding:10px 15px}}.b-services-conclusion-form--measurements .select2-container--default .select2-selection--single .select2-selection__placeholder,.b-services-conclusion-form--measurements .select2 .select2-selection--single .select2-selection__rendered{font-size:16px}.b-services-conclusion-form .suggestions-suggestions{top:-10px;border:1px solid #e1e5ee;border-top:none;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.b-services-conclusion-form .suggestions-suggestion{padding:5px 10px;cursor:pointer}.b-services-conclusion-form .form__field--auto{flex:1;margin-right:7px;max-width:60%}@media screen and (max-width: 770px){.b-services-conclusion-form .form__field--auto{padding:0 7.5px 0 7.5px;margin-bottom:15px;max-width:100%;width:100%}}@media screen and (max-width: 770px){.b-services-conclusion-form .form__field--cell-2{padding-right:7.5px}}
/*!
 * jQuery UI Selectmenu 1.14.0
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/selectmenu/#theming
 */
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}

.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-support-form{padding-left:10px;padding-right:10px}@media(max-width: 480px){.b-support-form{padding:0}}.b-support-form__wrapper{max-width:1200px;margin:0 auto}.b-support-form__container{margin:0 auto;max-width:800px}.b-support-form__container--reviews{max-width:unset}.b-support-form__cell{width:33% !important;padding:0 !important}.b-support-form__cell--textarea{width:100% !important}.b-support-form__cell--confirm{width:100% !important}@media(max-width: 770px){.b-support-form__cell{margin:0}}.b-support-form__cell .file-load-img{left:-105px !important;top:0 !important}.b-support-form__cell .file-selector{padding:0 !important;padding-left:10px !important;margin-left:68px !important;margin-top:13px !important;margin-bottom:25px !important}.b-support-form__cell .file-selector:hover{margin-top:10px !important;margin-bottom:22px !important;margin-left:65px !important}.b-support-form__cell .file-selectdialog{padding:20px;top:0}.b-support-form__cell input{border-radius:10px}.b-support-form__btn{width:auto !important;margin-top:5px;margin-left:20px}@media(max-width: 770px){.b-support-form__btn .b-services-conclusion-form__submit{width:100% !important;margin-left:-20px}}.b-support-form__title{font-size:34px;font-weight:800;margin-left:7.5px;text-align:center}@media(max-width: 770px){.b-support-form__title{font-size:24px}}.b-support-form__title--knowledgebase{margin:0 0 10px 20px;font-size:28px;line-height:130%;font-weight:700;text-align:left}@media(max-width: 1240px){.b-support-form__title--knowledgebase{text-align:center;margin:0 auto}}@media(max-width: 770px){.b-support-form__title--knowledgebase{max-width:80%}}@media(max-width: 480px){.b-support-form__title--knowledgebase{text-align:left;margin-left:10px}}.b-support-form__cell textarea{border-radius:10px}.b-support-form__cell textarea.field-comment{border:1px solid #e1e5ee;border-top:1px solid #e1e5ee;box-shadow:none}.b-support-form__cell button{padding-top:20px;padding-bottom:20px;display:block;font-size:16px;font-weight:600;border-radius:10px;width:340px !important}.b-support-form__privacy{color:#274ffc !important}.b-support-form__info{padding:9.5px 14px;background:#f5e8e9;border-radius:10px;font-size:16px;font-weight:normal;margin:0 auto;margin-bottom:30px;display:flex;align-items:center;position:relative}.b-support-form__info a{font-weight:normal}.b-support-form__info svg{margin-left:10px;width:20px}.b-support-form__info p{flex:1;margin:0}.b-support-form__info.js-active{display:flex}.b-support-form__curator{margin:0 50px 0 0;flex:1;display:flex;flex-direction:column;align-items:center}.b-support-form__curator-photo{max-width:150px;border-radius:100%;overflow:hidden}@media(max-width: 1240px){.b-support-form__curator-photo{max-width:70px;margin-right:10px}}.b-support-form__curator-name{font-weight:600;font-size:18px;margin:20px 0 10px}@media(max-width: 1240px){.b-support-form__curator-name{font-size:16px;margin:10px 0 5px}}.b-support-form__curator-position{font-size:16px;text-align:center}@media(max-width: 1240px){.b-support-form__curator-position{font-size:14px;text-align:left}}@media(max-width: 1240px){.b-support-form__curator--desk{display:none}}.b-support-form__curator--mob{display:none}@media(max-width: 1240px){.b-support-form__curator--mob{display:flex;flex-direction:row;justify-content:center;margin-bottom:20px}}@media(max-width: 480px){.b-support-form__curator--mob{justify-content:flex-start;margin-left:10px}}@media(max-width: 1024px){.b-support-form__content{flex:1;max-width:100%}}.b-support-form__info-note{display:none;position:absolute;z-index:2;top:50%;right:0;transform:translate(100%, -50%);box-shadow:0 3px 40px rgba(0,0,0,.1);font-size:14px;padding:10px 15px;background-color:#fff;max-width:331px;border-radius:10px}.b-support-form__info-note a{color:#e72430}.b-support-form__info-note::before{content:"";position:absolute;top:50%;transform:translate(0, -50%);left:-26px;border:14px solid transparent;border-right:14px solid #fff}@media(max-width: 980px){.b-support-form__info-note{bottom:0;font-size:14px;transform:translate(0, 22px);right:-4px;height:fit-content}.b-support-form__info-note::before{top:-13px;right:14px;left:unset;border:14px solid transparent;border-bottom:14px solid #fff;width:20px}}.b-support-form__icon-note{cursor:pointer}.b-support-form__icon-note:hover+.b-support-form__info-note{display:block}@media(max-width: 770px){.b-support-form__row{flex-direction:column}.b-support-form__cell{width:100% !important}}.b-support-form__select.form__field-text{padding:0;border:none;height:50px}.b-support-form__select .ui-selectmenu-icon{margin-top:15px}.b-support-form__select .ui-selectmenu-text{height:100%;padding:15px 0}.b-support-form__select-label{left:30px;z-index:1;top:17px;font-size:16px;background:#fff;width:70%;padding:5px}.b-support-form .form__field--empty:not(.form__field-error)~.form__field-label{font-size:16px;top:50%}.b-support-form .form__field--empty:not(.form__field-error)~.form__field-label-textarea{top:30px}.b-support-form .form__field--empty:not(.form__field-error)~.form__field-label-select{top:30px}.b-support-form .form__field--empty:not(.form__field-error)~.form__field-label span{color:#e72430}.b-support-form .form__field-text:focus~.form__field-label{display:none}.b-support-form--reviews .form__field-label{display:block !important}.b-support-form--reviews .form__field-label-textarea{top:20px}.b-support-form--reviews .form__field-text:not(.form__field--empty)~.form__field-label,.b-support-form--reviews .form__field-text:focus~.form__field-label{background-color:#fff;top:-3px;color:#676b77;padding:0 5px;border-radius:5px}.b-support-form--reviews .form__field-text:not(.form__field--empty)~.form__field-label span,.b-support-form--reviews .form__field-text:focus~.form__field-label span{color:red}.b-support-form--reviews .form__field-text:focus~.form__field-label{transition:top .1s ease-in-out .1s}.b-support-form .form__field-label{display:none}.b-support-form .field-supportServices:not(.form__field--empty)~.form__field-label{display:none}.b-support-form .form__field--support-phone.b-phone-mask__wrapper input{padding-left:50px}.b-support-form .form__field--support-phone.b-phone-mask__wrapper .flag span.flag-main{top:25px;left:27px}.b-support-form .form__field--support-phone.b-phone-mask__wrapper .flag span.flag-main.country6,.b-support-form .form__field--support-phone.b-phone-mask__wrapper .flag span.flag-main.country10,.b-support-form .form__field--support-phone.b-phone-mask__wrapper .flag span.flag-main.country2,.b-support-form .form__field--support-phone.b-phone-mask__wrapper .flag span.flag-main.country4{padding-top:5px}@media(max-width: 1024px){.b-support-form .form__field--support-phone.b-phone-mask__wrapper .flag span.flag-main{top:20px}}.b-support-form__geo{margin:0 0 25px 20px}.b-support-form__geo .l-link{color:#e72430}.b-support-form__geo .l-link--falsely::before{border-color:1px solid #e72430}@media(max-width: 560px){.b-support-form__geo{margin:15px auto 20px;max-width:80%}}.b-support-form__comment-hint{font-weight:400;font-size:16px;margin:15px 0}.b-support-form span.select2-selection.select2-selection--multiple{border:1px solid #e1e5ee;box-sizing:border-box;border-radius:10px;background:#fff}.b-support-form .select2-container .select2-selection--multiple .select2-selection__rendered{position:absolute;left:0;top:47px;display:flex;flex-wrap:wrap;max-width:100%;margin-top:20px}.b-support-form .select2-selection.select2-selection--multiple{height:50px}.b-support-form .select2-selection.select2-selection--multiple::before{top:19px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTMgMUw3LjAwMyA3IDEgMSIgc3Ryb2tlPSIjOTQ5N0EzIiBzdHJva2Utd2lkdGg9IjEuNiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:center;height:7px;right:24px;width:12px;content:"";position:absolute;transition:transform .2s;background-size:contain}.b-support-form__select--multiple{height:auto !important}.b-support-form__select--multiple .select2-container .select2-selection--multiple .select2-selection__rendered{position:relative;margin-top:0;margin-bottom:0;padding:0 10px}.b-support-form__select--multiple .select2-selection.select2-selection--multiple{height:auto;padding-bottom:0}.b-support-form .select2-container--open .select2-selection.select2-selection--multiple::before{transform:rotate(-180deg);transition:transform .2s}.b-support-form .select2-dropdown .select2-results .select2-results__option:first-child{padding:0}.b-support-form .select2-container--default .select2-search--inline .select2-search__field{padding:10px 15px}.b-support-form .select2-search.select2-search--inline{opacity:0}.b-support-form .select2-container--default .select2-selection--multiple .select2-selection__choice{display:flex;flex-direction:row-reverse;background:#f5f6fa;border-radius:2000px;border:none;padding:8px 36px 8px 15px;color:#1f1f1f;font-size:12px;line-height:130%;margin:0 10px 10px 0}.b-support-form .select2-container--default .select2-selection--multiple .select2-selection__choice span{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width: 370px){.b-support-form .select2-container--default .select2-selection--multiple .select2-selection__choice{padding:8px 27px 8px 8px}}.b-support-form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{border:none;background:transparent;left:auto;right:12px;top:8px}.b-support-form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove span{font-size:26px}.b-support-form__comment-container{width:100%}.b-support-form__comment-container .form__field--cell-3{margin-bottom:0}.b-support-form__comment-attach{position:absolute;bottom:25px;right:25px}.b-support-form__checkbox{display:none}.b-support-form__label-checkbox{position:relative;padding-left:40px;font-size:16px;display:block;margin-top:25px;margin-bottom:10px}.b-support-form__label-checkbox::before{position:absolute;content:"";width:24px;height:24px;border:1px solid #babeca;border-radius:6px;cursor:pointer;left:0;top:50%;transform:translate(0, -50%)}.b-support-form__label-checkbox span{color:#e72430;font-size:18px}.b-support-form__checkbox:checked+label::before{border:1px solid #e72430;background:#e72430 url("/img/icons/check-white.svg") center center no-repeat}.b-support-form__bottom{flex-direction:row}.title-form-support{font-size:34px !important;font-weight:800 !important;text-transform:none !important}@media(max-width: 767px){.title-form-support{font-size:24px !important}}.b-support-form-drop-list{box-shadow:0 15px 45px -27px rgba(10,10,10,.2);border-bottom-right-radius:10px;border-bottom-left-radius:10px;border:1px solid #e1e5ee}.b-support-form-drop-list .ui-menu-item>div{background:#fefefe;box-sizing:border-box;padding:10px 20px;font-size:14px;line-height:1.3;color:#0a0a0a;width:100%}.b-support-form-drop-list .ui-menu-item>div.ui-state-active{font-weight:bold}.b-support-form-drop-list .ui-state-disabled{opacity:1;height:0}@media(max-width: 625px){.b-support-form-drop-list{margin-right:15px;width:auto !important}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-share{width:330px;border-radius:10px;background-color:#fff;padding:16px 20px 16px 20px;box-shadow:0 0 20px rgba(0,0,0,.08);position:relative}@media(max-width: 768px){.b-share{width:300px}}.b-share__text{font-size:14px}.b-share__text--link{position:absolute;top:16px;z-index:3}.b-share .active-share{display:block}.b-share::before{position:absolute;content:"";width:17px;height:17px;background-color:#fff;transform:rotate(45deg);right:8px;top:-4px}@media(max-width: 1023px){.b-share::before{top:-5px;right:8px}}@media(max-width: 768px){.b-share::before{left:32px}}.b-share--objects::before{left:11px}.b-share__link{margin-bottom:15px}.b-share__link-area{width:100%;height:40px;background-color:#f5f6fa;border-radius:10px;display:flex;justify-content:flex-end;align-items:center;position:relative;padding-right:10px;margin-top:30px;padding-left:35px}.b-share__link-area::before{left:8px;position:absolute;content:"";width:25px;height:25px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSIgc3Ryb2tlPSIjMUYxRjFGIiBzdHJva2Utd2lkdGg9IjEuNiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxwYXRoIGQ9Ik0xMi43MjkgOS4wMTNsMS45ODktMS45ODhhMi44MTIgMi44MTIgMCAxMTMuOTc3IDMuOTc3bC0zLjE4MiAzLjE4MmEyLjgxMiAyLjgxMiAwIDAxLTQuMzM1LS40MzgiLz48cGF0aCBkPSJNMTIuNzI4IDE2Ljk2OWwtMS45ODggMS45ODhhMi44MTQgMi44MTQgMCAwMS00LjgwMi0xLjk4OGMwLS43NDYuMjk3LTEuNDYyLjgyNC0xLjk4OWwzLjE4Mi0zLjE4MmEyLjgxMyAyLjgxMyAwIDAxNC4zMzYuNDM4Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxwYXRoIGZpbGw9IiNmZmYiIHRyYW5zZm9ybT0icm90YXRlKC00NSAxNS42ODIgNi40OTYpIiBkPSJNMCAwaDE4djE4SDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+);background-size:contain}.b-share__link-area-text{font-size:16px;font-weight:400 !important}@media(max-width: 768px){.b-share__link-area-text{font-size:13px !important}}.b-share__copy{width:24px;height:24px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuNSAxNi41SDMuNTYyVjMuNTYySDE2LjVWNy41IiBzdHJva2U9IiNCQUJFQ0EiIHN0cm9rZS13aWR0aD0iMS42IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjxwYXRoIGQ9Ik03LjUgNy41aDEyLjkzOHYxMi45MzhINy41VjcuNXoiIHN0cm9rZT0iI0JBQkVDQSIgc3Ryb2tlLXdpZHRoPSIxLjYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggc3Ryb2tlPSIjQkFCRUNBIiBzdHJva2Utd2lkdGg9IjEuNiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBkPSJNMTAuOCAxMS4yaDYuNG0tNi40IDNoNi40Ii8+PC9zdmc+);background-size:contain;cursor:pointer;margin-left:15px}.b-share__social{border-top:1px solid #e1e5ee;padding-top:16px}.b-share__socials-wrap{display:flex;flex-wrap:wrap;margin-top:10px}.b-share__socials-wrap .ya-share2__badge{background-color:transparent !important}.b-share__socials-wrap .ya-share2__list{display:flex}.b-share__socials-wrap .ya-share2__item{display:flex !important;width:40px;height:40px;align-items:center;justify-content:center;background:#f5f6fa;border-radius:4px;margin-bottom:10px;margin-right:10px}.b-share__socials-wrap .ya-share2__icon{height:40px !important;width:40px !important;background-size:contain !important;background-repeat:no-repeat !important;background-position:center !important}.b-share__socials-wrap .ya-share2__item_service_viber .ya-share2__icon{background:url(/img/icons/share/viber.svg)}.b-share__socials-wrap .ya-share2__item_service_whatsapp .ya-share2__icon{background:url(/img/icons/share/whatsapp.svg)}.b-share__socials-wrap .ya-share2__item_service_telegram .ya-share2__icon{background:url(/img/icons/share/telegram.svg)}.b-share__socials-wrap .ya-share2__item_service_vkontakte .ya-share2__icon{background:url(/img/icons/share/vk.svg) !important;background-repeat:no-repeat !important;background-size:contain !important}.b-share__socials-wrap .ya-share2__item_service_facebook .ya-share2__icon{background:url(/img/socials/fb.svg) !important;background-repeat:no-repeat !important;background-size:contain !important;width:10px !important;height:20px !important}.b-share__socials-wrap .ya-share2__item_service_odnoklassniki .ya-share2__icon{background:url(/img/icons/share/ok.svg) !important;background-repeat:no-repeat !important;background-size:contain !important}.b-share .copied{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE2IDlsLTUuNSA2TDggMTIuMjczIiBzdHJva2U9IiMxRjFGMUYiIHN0cm9rZS13aWR0aD0iMS42IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIxMCIgc3Ryb2tlPSIjMUYxRjFGIiBzdHJva2Utd2lkdGg9IjEuNiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+);transition:all ease-in-out 300ms}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-switch-lang{position:relative;min-width:220px;width:max-content;padding:15px 20px;border-radius:10px;color:#1f1f1f;background-color:#fff}@media screen and (max-width: 480px){.b-switch-lang{width:100%}}.b-switch-lang__swither{position:relative;padding-left:45px;padding-right:35px;font-weight:700;font-size:24px;line-height:120%;background-repeat:no-repeat;background-position:left center;background-size:30px;cursor:pointer}.b-switch-lang__swither::before{content:"";position:absolute;right:0;top:0;width:24px;height:24px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYgMTAuNWw2IDYgNi02IiBzdHJva2U9IiNFNzI0MzAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+)}.b-switch-lang__swither--ru{background-image:url("/img/flags/ru.svg")}.b-switch-lang__swither--by{background-image:url("/img/flags/by.svg")}.b-switch-lang__swither--kz{background-image:url("/img/flags/kz.svg")}.b-switch-lang__swither--uz{background-image:url("/img/flags/uz.svg")}.b-switch-lang__swither--active::before{transform:rotate(180deg)}@media screen and (max-width: 480px){.b-switch-lang__swither{padding:0;text-align:center;font-size:20px;line-height:120%}.b-switch-lang__swither--ru{background-position-x:calc(50% - 60px)}.b-switch-lang__swither--by{background-position-x:calc(50% - 70px)}.b-switch-lang__swither--kz{background-position-x:calc(50% - 75px)}.b-switch-lang__swither--uz{background-position-x:calc(50% - 80px)}}.b-switch-lang__list{display:none;width:100%}.b-switch-lang__list--active{z-index:1;position:absolute;right:0;display:block;background-color:#fff;padding:0 20px 15px;border-radius:0 0 10px 10px;box-shadow:0 10px 10px 0 rgba(0,0,0,.1)}.b-switch-lang__position{display:block;margin-top:10px;padding-left:45px;font-weight:700;font-size:24px;line-height:120%;color:#1f1f1f;background-repeat:no-repeat;background-position:left center;background-size:30px}.b-switch-lang__position--ru{background-image:url("/img/flags/ru.svg")}.b-switch-lang__position--by{background-image:url("/img/flags/by.svg")}.b-switch-lang__position--kz{background-image:url("/img/flags/kz.svg")}.b-switch-lang__position--uz{background-image:url("/img/flags/uz.svg")}@media screen and (max-width: 480px){.b-switch-lang__position{padding:0;text-align:center;font-size:20px;line-height:120%}.b-switch-lang__position--ru{background-position-x:calc(50% - 60px)}.b-switch-lang__position--by{background-position-x:calc(50% - 70px)}.b-switch-lang__position--kz{background-position-x:calc(50% - 75px)}.b-switch-lang__position--uz{background-position-x:calc(50% - 80px)}}
.b-choose-role__wrap.b-popup-panel__wrap{border-radius:10px;max-width:870px}@media(max-width: 1340px){.b-choose-role__wrap.b-popup-panel__wrap{width:95%;max-width:870px}}.b-choose-role__content.b-popup-panel__content{padding:30px 40px 35px}@media(max-width: 780px){.b-choose-role__content.b-popup-panel__content{padding:34px 20px 40px}}.b-choose-role__title{font-weight:bold;font-size:24px;line-height:120%;color:#1f1f1f}.b-choose-role__description{color:#1f1f1f;font-size:16px;line-height:130%;margin:9px 0 24px}.b-choose-role__items{display:flex;flex-wrap:wrap;justify-content:space-between}.b-choose-role__item{width:49%;margin-bottom:20px;padding:19px 0 15px 20px;box-sizing:border-box;border:1px solid #e1e5ee;border-radius:10px;display:flex;align-items:center;cursor:pointer}.b-choose-role__item:hover{background:#f5f6fa}@media(max-width: 700px){.b-choose-role__item{width:100%}}.b-choose-role__img{margin-right:15px;width:45px}@media(max-width: 700px){.b-choose-role__img{max-width:40px}}.b-choose-role__img img{max-width:100%}.b-choose-role__left{width:calc(100% - 60px)}@media(max-width: 700px){.b-choose-role__left{width:calc(100% - 55px)}}.b-choose-role__name{font-size:16px;line-height:130%;color:#1f1f1f;font-weight:600}.b-choose-role__content{color:#1f1f1f;font-size:14px;line-height:130%}.b-choose-role__close{position:absolute;right:15px;top:15px;cursor:pointer}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-catalog-error-form__heading{margin-bottom:30px}.b-catalog-error-form__title{font-size:24px;font-weight:bold;margin-bottom:15px}.b-catalog-error-form__user-info-row{display:flex;margin-bottom:20px;flex-direction:column}@media print,screen and (min-width: 48em){.b-catalog-error-form__user-info-row{flex-direction:row}}.b-catalog-error-form__user-info{flex:0 0 auto;width:100%;margin-left:0;margin-right:0;flex:unset;margin-bottom:10px;border:1px solid #e1e5ee;border-radius:10px;padding:20px}.b-catalog-error-form__user-info:last-child{margin-right:0}.b-catalog-error-form__user-info::placeholder{color:#9497a3}.b-catalog-error-form__user-info:focus{outline:none}@media print,screen and (min-width: 48em){.b-catalog-error-form__user-info{flex:0 0 auto;width:50%;margin-left:0;margin-right:0;flex:unset;margin-bottom:0;margin-right:20px}}.b-catalog-error-form__user-message-row{margin-bottom:30px}.b-catalog-error-form__user-message{padding:20px;border:1px solid #e1e5ee !important;border-radius:10px;width:100%;resize:none;height:150px}.b-catalog-error-form__user-message:focus{outline:none}.b-catalog-error-form__user-message::placeholder{color:#9497a3}@media print,screen and (min-width: 48em){.b-catalog-error-form__user-message{height:120px}}.b-catalog-error-form__buttons-row{display:flex;align-items:center}@media screen and (max-width: 768px){.b-catalog-error-form__buttons-row{flex-wrap:wrap}}.b-catalog-error-form__send-button{display:inline-flex;justify-content:center;max-width:340px;width:100%;margin-right:20px;padding:20px;border:1px solid #e72430;border-radius:10px;font-weight:600;color:#fff;background-color:#e72430;cursor:pointer}@media screen and (max-width: 768px){.b-catalog-error-form__send-button{margin-right:0;margin-bottom:15px}}.b-catalog-error-form__policy{font-size:12px;margin-top:10px}@media print,screen and (min-width: 48em){.b-catalog-error-form__policy{margin-top:0}}.b-catalog-error-form__policy-link{color:#156ce1;text-decoration:none}.b-catalog-error-form__more{color:#9497a3}@media(max-width: 560px){.b-catalog-error-form__more{font-size:14px}}.b-catalog-error-form__file-warning{margin:0 0 20px;font-size:14px}.b-catalog-error-form .b-phone-mask__wrapper-focused input{padding-left:40px}.catalog-product-error__form{max-width:1024px;background-color:#fff;padding:40px;position:relative;width:auto;margin:20px auto;display:block !important;border:1px solid transparent;border-radius:10px}.catalog-product-error__form.form-ok-message{max-width:420px}.catalog-product-error__form--mobile{background-color:#f5f6fa;padding:40px 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-lang{width:205px;position:relative;margin-right:40px;display:flex;align-items:center}@media screen and (max-width: 1100px){.b-lang{margin-right:20px}}.b-lang .b-lang__title{font-size:14px;margin-right:5px;color:#676b77;cursor:pointer}.b-lang__select{position:inherit !important;color:#000 !important;border-bottom:0 dashed rgba(21,108,225,.3) !important;width:180px;overflow:hidden}@media screen and (max-width: 1100px){.b-lang__select{width:160px}}.b-lang__select .skiptranslate{display:block}.b-lang__select .goog-te-gadget .goog-te-combo{padding:5px 15px;border:1px solid #e1e5ee;background-color:#fff;width:100%;border-radius:10px;font-size:14px;font-weight:400;-moz-appearance:none;-webkit-appearance:none;appearance:none;background-position:calc(100% - 0.35em) .15em;background-repeat:no-repeat;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYgMTAuNUwxMiAxNi41TDE4IDEwLjUiIHN0cm9rZT0iIzFGMUYxRiIgc3Ryb2tlLXdpZHRoPSIxLjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);margin:0}.b-lang__select .goog-te-gadget .goog-te-combo:focus{outline:none}.b-lang__select .goog-te-gadget .goog-te-combo::-ms-expand{display:none}@media screen and (max-width: 1100px){.b-lang__select .goog-te-gadget .goog-te-combo{font-size:14px}}@media(max-width: 768px){.b-lang{width:100%;order:3;margin-top:15px}}.b-lang-popup{z-index:999;position:absolute;left:35px;top:38px;display:flex;align-items:center;width:330px;min-height:82px;padding:15px;border-radius:10px;background-color:#fff;filter:drop-shadow(0 2px 40px rgba(0, 0, 0, 0.15));box-shadow:0 2px 40px rgba(0,0,0,.15)}@media screen and (max-width: 1100px){.b-lang-popup{width:295px}}@media screen and (max-width: 360px){.b-lang-popup{left:0}}.b-lang-popup::before{content:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0IDBMMjcuODU2NCAxOEwwLjE0MzU5NCAxOEwxNCAwWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);position:absolute;left:16px;top:-7px}@media screen and (max-width: 360px){.b-lang-popup::before{left:50px}}.b-lang-popup--hidden{display:none}.b-lang-popup__close{width:12px;height:12px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE3IDFMMSAxN00xIDFsMTYgMTYiIHN0cm9rZT0iIzY3NkI3NyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==);background-size:cover;background-repeat:no-repeat;position:absolute;top:7px;right:7px;cursor:pointer}.b-lang-popup__text{box-sizing:border-box;position:relative;margin:0;font-size:14px;line-height:130%;color:#1f1f1f}.b-lang-popup__text a{color:#fff}.b-lang-popup__text a:hover{text-decoration:none}@media screen and (max-width: 1100px){.b-lang-popup__text{font-size:14px}}.b-lang-popup__button{display:none}body{top:0 !important}.skiptranslate{display:none}.goog-te-banner-frame{display:none;height:0 !important;visibility:hidden}
/*!
 * jQuery UI CSS Framework 1.14.0
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit https://jqueryui.com/themeroller/
 */


/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	background-image: none;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(data:image/png;base64,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)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(data:image/png;base64,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)/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(data:image/png;base64,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)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwBAMAAAAduaf4AAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAEHRSTlMAGf8PMwhOv5CfLSFzQWLNMURKpAAADC9JREFUeAHsmQtu3DAMRO05gaETULz/IQtU9EMmC0QVHKTdQoPPYpa/ESVb3OTY+B9w9uPvouV1fCs0y9e8Adn6788gcBFtxCmzBPQyZNEzB6VimTM+2lsQuIYzuws475amrRABgyLgIIrANbR+x1EhitseYzZ3oE7gIvKiIGvxjrDi8A4cbNGjDgAy2pYABHAG/BByBn72KWCLeAre/0W0sbGxsf4mxH8VJPB3vboVUtal0F/ngUHL0LSuxBPcAvIqQ31kt2u4IcBuzTNRvoaWd0EEBIVsHuBaPowXlCrDIpLJplkHztd54DJhRa0Dz3DG0jxQ5fwMvONT8BwbGxsbMXvXx9f+eliAO8gLKef5PC7THGQBbjD/iHJQDC6YxeuODKcSGb0lIU8QxOPuX0RU9PiUt4IEUX7E4SiuZ7gJCJ+QgsK4VzytoeD4Xh8FSRRC4CdF5AmoLVhmVxDtW+IBcO+A77nvsdK5O2L3TnO4/AwA6POnYNlend/Y2NgA0z+wKmZ/bPbr8RNTZnyZr6UlAPEaYJHil9q9AmX9wOs2HRBw2T2to3F7kfL2hBBgBdw7faBoceRVzDqk7gJOBpmXptkKKoBvGgLC7UqNLENRWIe4jhEslI+yluCmpljJfQ/HTkEEHPKCJQBBLoAFUoCGiHxuJ0CBO1tgCcK3oLbEt8A3vd9fmGIK4JcIRM44hNgRwCEEHEKbdMrTl9T91Ac5AoG4A+sAQPD3AIH/GDY2NmJxHggfDIQh/yyT0igZCJ+ghQ8GgSGaL0iHowrH8BCF0/gUmdwdOfKpuJdlSYGeKLvKaoUDz7kA+3d4XupFfWCRRAFXprKKhqwIaEGpwTMT6j+34VAU0QmqBr/r54ewUnH9pq08TAAGSdhdQHE/nfO/v3d1mwdawqsQPQ+bRxBKYfjSg6u8bB7wcd2GU/ugjHxQ+jlov3o3frV3BhCSZGcc//b15PZm5rZ3enIWwLf/7umZ7pnuaTVZF8mJ3rIJcrD60sERdktsRBxzEw4hxAZAGEPCCbHGBjdgDIKMsPaAROibkDvYaJ1DWNoaAOFS732v5Ku+7p2dykxPztZvjd9Ud3W9f3/vvaqu18aeOznBdOYxmMDj7skKnOErztMAFlFyriuoAOLWhHPf9bOsADMxuzxBQNZGWgoK7Ax1Q54EBJ0BbNLr7VwoG2cfgClwJmajb6sXzyiAQUw6UItUAPnRlZLfLkG64BwqQMnjAEsgXQH7KIthFs5jDDCNBKGyaakxwKRHwDnMAgCpZf0A0FGTvJdwfueBUcoTPkZNC9MiTU5OzgzQpnF0u7cpAxHepxT3AdLUkG4xBCoSxEqxW/cB/RMH2Feexyo57sWQZV5OdWtPIvdLhCo5mJqsz7Wfxe7b40oQsboFOwBcC+8sdX6ful2HNEBW6g4Og+SFclFpPNnY2Gj5IJsSYOAO1O12pAIugOFSyXBsWwFWAZa63a7d7rz9tSX3uqufG9LAuN15JMC8D1jeCNwvjY9dEHtAyWo2NgJVARMRVW0AOwasGXLIMlB2Ab75JwlwqWR0BcVSElYBDnAkAQAJ8FXInmXfsCmVFnUFrrG5y7EprJB1GWW4u+pSqcS2C6qR64KrX+letTZhGD4nwDyq76YCXA98gOu+YXN4AF2BUlQtuQDtGbKuoOKeXwUOOXZrt15Qfa8CGB+AfYCicQ8PI/R0AG9aPTw88AGWdAVev3b3puuCa3fbKoDd3wa4tPvHh/UFCdB2AaIokgAdH2DJBzBSgSYaNBqAYup7e7u+dF1dgZul0uusXEUV0pd7dhbMIeaBqoAEGNcF8K9zBZAAbdmP/XlghRS18dPQNNEESWfv+3bAYwZfEWiSZQD0VYB5KcDJ3BoOh216DmaVxiJ5JnPQo5eUnJxXf0FpgjJpDBumNGFbXecjAHdkWqPvzyj740z3mRxPJrRXHDoVKmEr1uUO/hy5E8+guZNe75xxv4cwsEEwHA44db3f2x1rAtmAV8oIerbdZlHWGbaWSRjgqQsUVmwkk6ySw5ubzTU5UDtyDcNAN8zPnm1aU93Micn7xjecixhaG78/MLAuIqncK83AuQKEOkByOea3Pv7JHVeA6gyNCbAcIw2invbtd5wHsl8BQOu/r3vV2o2Cy2uDf8aaDYHKtgrAho3z2toKuxFgCzCmAtubv7aedxWwJrGvQNG/0yMQGup1ybVm/sBfI0wlZBoX4K2nT/uuAJXk1C4Bgo3AuhZjvej63Pqh2G8PMBzuqwCBr4QBfIE4NerN9+fR0AFCn9gXgAAYH8B59b33fsby/Qb2v+iif3/SBWI3/IPlLetiM9hMByAPF1qGFDL5JFDbBWgZ1RXGfQgYY9O3Utf5wOWgo36xYQOsDdymHEgHGABN/Y2Ha9WfB/THcO9knWjURXcQNQ2pIPP/70Tvkq+QZo7OjSc0jmGfvvTk5EQNN83cbFQYplMxBzwgjQE9j2CbdloU85rcWRzdO6xTzO4aOb5TCX9oHaJi9Qpi7nhXk88T+oZl9/2orpNPClCszzWtUZtNTuYH1kvJbXz0YNBQl/Oyv8dNFrg3YuwjXLnFbJ9nf/leph28SACDAax3sINtinnsr4q+kar5B/o6QCh3UDMVwxy79ZjIBkBlCBfgutxVU3W2FukAiGHdrt+eA1ylZoGav8gkAQ7klm6rSaoiZXnedNDtugrgzr5UYOgqYB5+d08C7GxHScMqgLMOQAP0yeILEIQyBnYOD1fcYDyS58sjAQIEZes3UV0N1PHDUil8JH1KWycGSFdg2X2UhDT44Qcf/NZ6F9j2n6gkAEv3HMZIENT0GKjcLPlBWP1R/bRjYJPIhI2WXCX9NKw9flyzZpLRF/oAe/XdPR8AegxUb92qcDINTzULli+70qJHwu/+5dQwf8O2GpTEtM/JNPSVOFBjoHrvngQQTgigCDZpq0VkKuQB/NBoBWw3P1uABHClp+9Vwm/T5PPAGfD1X0qFPqJCQY0lkmn4AuTkvHLH6cfAb+hC2Kn5iyvw6EIKINMyAhtZsb+6To5j9Ei4Qi/AVWCdsjBbDrZtHWwAVwuD0XW+o566k5CLkvJ6m54l+2chYlONBYcOQAH7AqDhFzr1ymex8YOmWoLNHmCnHNTk5QbQN1UFbFr16Ag91Y5pfgvO8RMS4Ph/CnAFMT0d4EqDHGa95bZcAVSAcgHOt6ljBR9gZv3zCmXA2IZZB0gwZdf/kAKcWIGsg/AI5cC+xfs2wIqvQLpCsn3CGMh8dYPDBoFvauRPN3wBTp4FxJSFY8Ssq9UrqYAE0Jsnw6KsfAr8yjo7TBdETk7OkegKUybMz0kAgU7D7LZvGD5H1gDwCUCQPG/03HF/Sp+4ZfkeFa2bZLfVZfeoQWL4HGx62QL4BCD4POi59/WJawnLPQkg2xJALBIb+zBnDIC+DoBNAyLwZUgALEsAv01eRqwDME+tAuMDEE9vDCj0GJjmLPAV0LPgS3oeoJycHNOnC+VN85eWtcFHdBEUls1fyxQz9ykekGD8d8/NyT47ZlfMoxo53qirAO6nPdlnRvDstd6x7QNT29+yJjKukbe7N25w7OBGt+sceHc61meGXbN/3LZdMFgNHqkApRiOvZh4MfGi9RlWgOi4JaNhlq2NBNjb29ttT/aZcblJxWXXLkd/8AGmOgjn8O/jugQwT9g6hqbJh6g9oJeXnBz1PYG2XrQab9kvizX6e4JRy7LdZMt+p/YXiRBTHXWycDnZst/pPYr/nsAacG4aHsS+DwZWrJHY6O0dwL+OEyO9/YzE7A2Y2GnUMj0s1lzsG4x5XLaVQeltgrX6YeNcHIrBM5jwl2YGyugX4cyE1OOxxPpxH2DccQzSDinMEkD96IYmG2zGVqBCM0CmLhg14D0aEBipSMpoh+MCyPcEerDZQbiiBxUSG7WtBiUnRmo7VsqoOI+SeZrJfqf2KNlPNLLf6Z0m+6lW9svg/0NycnIMgNP4TNF/V6g95QBL6YY7HTFMOgDzOQXooJNyEogJKcNcfAUufgxc/CzIycl52Vmk84CZUpiwPd3/wWxh4aQAi4kXLqYC8sbF51cBsxizoAIgRqItLiYFmOoYuBXTljd+ncRSgqlXIH48KcDC1CsgBWBVgOnPAqMKcHHnASnAOY6BkzEL9h/lnDX/AVibeCdFAPuVAAAAAElFTkSuQmCC)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(data:image/png;base64,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)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(data:image/png;base64,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)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(data:image/png;base64,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)/*{iconsDefault}*/;
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
}
.ui-widget-shadow {
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}

/*!
 * jQuery UI Datepicker 1.14.0
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}

.b-popup-panel{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);backdrop-filter:blur(8px);transition:all .3s;z-index:-1;opacity:0}.b-popup-panel--product-error .b-popup-panel__wrap{box-shadow:0 4px 12px rgba(0,0,0,.36);border-radius:8px;overflow:hidden}.b-popup-panel--design-form textarea.form__field--empty:not(.form__field-error)~.form__field-label{top:35px}.b-popup-panel--design-form textarea{height:120px}@media all and (max-width: 640px){.b-popup-panel--design-form textarea{height:250px}}@media all and (max-width: 640px){.b-popup-panel--design-form .b-popup-form__button{max-width:none}}.b-popup-panel--design-form .b-popup-panel__wrap{max-width:860px;min-width:300px;width:100%}@media all and (min-width: 641px){.b-popup-panel--design-form .b-popup-panel__wrap form{width:505px}}@media all and (min-width: 1020px){.b-popup-panel--design-form .b-popup-panel__wrap form{max-width:860px;width:100%}}.b-popup-panel .tao-form{overflow:visible}.b-popup-panel .form__field-select:required{display:initial !important;background:transparent;pointer-events:none;position:absolute;top:5px;left:0;bottom:5px;border:0;width:100%;padding:0 10px;-webkit-appearance:none;-moz-appearance:none;color:transparent}.b-popup-panel__title{color:#000;font-family:"ProximaNova";font-size:26px;font-weight:700;text-transform:uppercase;text-align:center;padding:0 20px 0 0}.b-popup-panel--open{display:block;opacity:1;z-index:999}.b-popup-panel__wrap{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);min-width:540px;max-width:540px;max-height:100%;overflow:auto;box-sizing:border-box;margin:1px}.b-popup-panel__wrap--auth{min-width:600px;max-width:600px;border-radius:10px}@media(max-width: 970px){.b-popup-panel__wrap--auth{bottom:0;top:auto;left:0;width:100%;right:auto;transform:none;border-radius:10px 10px 0 0;min-width:300px;max-width:100%}}.b-popup-panel__wrap--auth .b-cabinet-authorization__wrapper{max-width:600px}.b-popup-panel__content{position:relative;padding:28px 15px 30px;background:#fff;box-sizing:border-box;margin:1px}.b-popup-panel__content--operation-support{padding-top:40px;margin:0}@media(max-width: 970px){.b-popup-panel__wrap--auth .b-popup-panel__content{padding:0;margin:0}}.b-popup-panel__btn-close{cursor:pointer;color:#ef444a;font-size:28px;position:absolute;top:10px;right:10px}.b-popup-panel__btn-close span{display:inline;font:400 normal 16px ProximaNova;text-transform:uppercase;margin-left:8px}@media(max-width: 640px){.b-popup-panel__title{padding-right:0;font-size:16px;text-transform:none}}@media(max-width: 640px){.b-popup-panel__wrap{min-width:300px;max-width:100%}.b-popup-panel__wrap--operation-support{max-width:calc(100% - 20px);width:100%}}.b-popup-panel.js-landing-mastery-certificate .b-popup-panel__wrap{min-width:597px;max-width:597px}@media(max-width: 640px){.b-popup-panel.js-landing-mastery-certificate .b-popup-panel__wrap{min-width:300px;max-width:100%;width:100%}}.b-popup-panel.js-landing-mastery-certificate .b-popup-panel__wrap--overflow{overflow:visible}.b-popup-panel.js-landing-mastery-certificate .b-popup-panel__btn-close{content:"";width:60px;height:60px;background:#f6f8fc url(/img/mastery-certificate/close.png) center no-repeat;background-size:20px;transition:.2s}.b-popup-panel.js-landing-mastery-certificate .b-popup-panel__btn-close::before{content:""}.b-popup-panel.js-landing-mastery-certificate .b-popup-panel__btn-close:hover{opacity:.6}@media(max-width: 640px){.b-popup-panel.js-landing-mastery-certificate .b-popup-panel__btn-close{width:30px;height:30px;background-size:10px}}.b-popup-panel.js-landing-mastery-certificate .b-popup-panel__top-image{width:100%;height:224px;background-size:cover;background-position:center;background-repeat:no-repeat}@media(max-width: 640px){.b-popup-panel.js-landing-mastery-certificate .b-popup-panel__top-image{height:150px}}.b-popup-panel.js-landing-mastery-certificate .b-popup-panel__content{margin:0;padding:28px 60px 60px}@media(max-width: 640px){.b-popup-panel.js-landing-mastery-certificate .b-popup-panel__content{padding:28px 20px 20px}}.b-popup-panel.js-landing-mastery-certificate .b-popup-panel__title{padding:0;font-weight:bold;font-size:36px;line-height:47px;text-align:center;text-transform:none}@media(max-width: 640px){.b-popup-panel.js-landing-mastery-certificate .b-popup-panel__title{font-size:24px;line-height:32px}}.b-popup-panel.js-landing-mastery-certificate .b-popup-form{padding:18px 0 0}.b-popup-panel.js-landing-mastery-certificate .form__row{margin-bottom:20px}.b-popup-panel.js-landing-mastery-certificate .form__row:last-of-type{margin-bottom:0}.b-popup-panel.js-landing-mastery-certificate .form__field-label-required{display:none}.b-popup-panel.js-landing-mastery-certificate .form__field-label{display:none}.b-popup-panel.js-landing-mastery-certificate .b-popup-form__field{margin:0;padding:15px;border-radius:0;background-color:#fcfcfc;border:1px solid #dfdfdf}.b-popup-panel.js-landing-mastery-certificate .b-popup-form__field:focus+.form__field-label{top:0;display:none}.b-popup-panel.js-landing-mastery-certificate .b-popup-form__field--select{padding:0;border:none}.b-popup-panel.js-landing-mastery-certificate .b-popup-form__checkbox-wrapper{display:flex;position:relative}.b-popup-panel.js-landing-mastery-certificate .form__field-checkbox{display:none}.b-popup-panel.js-landing-mastery-certificate .form__field-checkbox:checked+.b-popup-form__checkbox-label::after{font:normal normal normal 16px/1 FontAwesome;content:"";position:absolute;top:50%;transform:translateY(-50%);left:5px;line-height:.8;color:#e30714;transition:.2s}.b-popup-panel.js-landing-mastery-certificate .b-popup-form__checkbox-label{display:block;position:relative;cursor:pointer;font-size:16px;line-height:24px;color:#333;margin-right:13px;padding-left:34px}.b-popup-panel.js-landing-mastery-certificate .b-popup-form__checkbox-label::before{position:absolute;display:block;content:"";top:50%;transform:translateY(-50%);left:0;width:24px;height:24px;background-color:#fcfcfc;border:1px solid #dfdfdf}.b-popup-panel.js-landing-mastery-certificate .b-popup-form__hint-icon{transition:.2s;cursor:pointer}.b-popup-panel.js-landing-mastery-certificate .b-popup-form__hint-icon:hover{opacity:.6}.b-popup-panel.js-landing-mastery-certificate .b-popup-form__hint-icon:hover+.b-popup-form__hint{display:block}.b-popup-panel.js-landing-mastery-certificate .b-popup-form__hint{display:none;position:absolute;top:-10px;right:-155px;transform:translateY(-100%);background:#fff;border:1px solid #dcdcdc;box-shadow:0 7px 30px rgba(185,185,185,.4);width:331px;box-sizing:border-box;padding:25px 30px 30px;font-size:14px;line-height:21px;color:#333}.b-popup-panel.js-landing-mastery-certificate .b-popup-form__hint::before{position:absolute;content:" ";box-shadow:0 7px 30px rgba(185,185,185,.4);width:0;height:0;border-style:solid;border-width:9px 7px 0;border-color:#fff transparent transparent;bottom:-8px;left:64px}@media(max-width: 969px){.b-popup-panel.js-landing-mastery-certificate .b-popup-form__hint{right:-40px}.b-popup-panel.js-landing-mastery-certificate .b-popup-form__hint::before{left:auto;right:136px}}@media(max-width: 640px){.b-popup-panel.js-landing-mastery-certificate .b-popup-form__hint::before{right:45px}}@media(max-width: 480px){.b-popup-panel.js-landing-mastery-certificate .b-popup-form__hint{width:290px;padding:20px;right:-15px}.b-popup-panel.js-landing-mastery-certificate .b-popup-form__hint::before{right:20px}}.b-popup-panel.js-landing-mastery-certificate .form__field--empty:not(.form__field-error)~.form__field-label{display:block;font-size:16px;line-height:24px;color:#85878c}.b-popup-panel.js-landing-mastery-certificate .b-popup-form__field--select .form__field--empty:not(.form__field-error)~.form__field-label{display:none}.b-popup-panel.js-landing-mastery-certificate .form__field--cell-1{width:48%}.b-popup-panel.js-landing-mastery-certificate .ui-selectmenu-icon.ui-icon::after{content:"";width:15px;height:8px;background:url(/img/mastery-certificate/arrow-black.png) center no-repeat}.b-popup-panel.js-landing-mastery-certificate .b-popup-form__button{max-width:230px;height:60px;font-weight:600;font-size:16px;line-height:21px;letter-spacing:.1px;margin-right:25px;border-radius:0}@media(max-width: 640px){.b-popup-panel.js-landing-mastery-certificate .b-popup-form__button{margin-right:0;max-width:100%;margin-bottom:10px}}.b-popup-panel.js-landing-mastery-certificate .b-popup-form__confirm{margin:0;font-size:14px;line-height:18px;color:#828282}.b-popup-panel.js-landing-mastery-certificate .b-popup-form__confirm a{text-decoration:none;padding-bottom:1px;border-bottom:1px solid #dfdfdf}.b-popup-panel.js-landing-mastery-certificate .b-upload__button{border-radius:0}@media(max-width: 640px){.b-popup-panel.js-landing-mastery-certificate .b-upload__button{margin-right:0}}.b-popup-panel.js-landing-mastery-certificate .select2 .select2-selection--single{border-radius:0}.b-popup-panel.js-landing-mastery-course.js-landing-mastery-certificate .form__field-label-required{display:inline}.b-popup-panel .select2-container{width:100% !important}.b-popup-panel .select2 .select2-selection--single{padding-left:15px;padding-right:35px}.b-popup-panel .form__field .b-popup-form__field--select{padding:0;border:none}.b-popup-panel .b-popup-form__field--select .form__field--empty:not(.form__field-error)~.form__field-label{display:none}.b-popup-panel .select2 .select2-selection--single .select2-selection__arrow{right:15px;background-size:contain}.js-accompanying-form .b-popup-panel__wrap{border-radius:10px;width:100%}.js-accompanying-form .b-popup-panel__content{padding:37px 40px 40px}.js-accompanying-form .b-popup-panel__title{text-align:start;text-transform:none}.js-accompanying-form .form__field-text{margin:0 0 20px}.js-accompanying-form .form__field-label{font-style:normal;font-weight:normal;font-size:16px;line-height:130%;color:#9497a3;top:5px;left:10px;transform:translateY(-67%);transition:all .3s;background-color:#fff;padding:0 10px}.js-accompanying-form .form__field--empty:not(.form__field-error)~.form__field-label,.js-accompanying-form textarea.form__field--empty:not(.form__field-error)~.form__field-label{font-style:normal;font-weight:normal;font-size:16px;line-height:130%;color:#9497a3;top:33px;left:10px;transform:translateY(-67%);transition:all .3s;background-color:#fff;padding:0 10px}.js-accompanying-form textarea.form__field--empty:not(.form__field-error):focus~.form__field-label{top:5px}.js-accompanying-form .form__row.form__row--bottom{margin-top:10px}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-scroll-to-top{position:fixed;width:64px;height:64px;justify-content:center;align-items:center;background-color:#fff;cursor:pointer;box-shadow:0 18px 64px rgba(151,154,166,.2);border-radius:50px;bottom:50px;left:50px;z-index:2;display:flex;opacity:0;visibility:hidden;transition:.5s opacity,.5s visibility}@media(max-width: 768px){.b-scroll-to-top{left:25px;bottom:25px}}@media(max-width: 375px){.b-scroll-to-top{left:15px;bottom:15px;width:48px;height:48px}.b-scroll-to-top svg{width:26px;height:26px}}.b-scroll-to-top.active{opacity:1;visibility:visible}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-confirm{overflow:hidden;position:relative}.b-confirm p{position:relative;font:normal 300 12px/18px ProximaNova}.b-confirm a{color:#156ce1;font:normal 300 12px/18px ProximaNova;text-decoration:none;box-sizing:border-box}.b-confirm label{display:block;flex:0 0 100%;max-width:100%;color:rgba(0,0,0,.6);font:400 14px/18px ProximaNova}.b-confirm--custom [type=checkbox]:not(:checked),.b-confirm--custom [type=checkbox]:checked{position:absolute;top:3px;opacity:0}.b-confirm--custom [type=checkbox]:not(:checked)+label,.b-confirm--custom [type=checkbox]:checked+label{position:relative;padding-left:25px;cursor:pointer;box-sizing:border-box}.b-confirm--custom [type=checkbox]:not(:checked)+label::before,.b-confirm--custom [type=checkbox]:checked+label::before{content:"";position:absolute;left:0;top:2px;width:12px;height:12px;border:1px solid #aaa;background-color:#ececec;border-radius:3px}.b-confirm--custom [type=checkbox]:not(:checked)+label::after,.b-confirm--custom [type=checkbox]:checked+label::after{font:normal normal normal 15px/1 FontAwesome;content:"";position:absolute;top:2px;left:2px;line-height:.8;color:#e30714;transition:all .2s}.b-confirm--custom [type=checkbox]:not(:checked)+label::after{opacity:0;transform:scale(0)}.b-confirm--custom [type=checkbox]:checked+label::after{opacity:1;transform:scale(1)}.b-confirm--custom [type=checkbox]:disabled+label,.b-confirm--custom [type=checkbox]:disabled+label::after,.b-confirm--custom [type=checkbox]:disabled+label::before{opacity:.5}.b-confirm--white label{color:#fff}.b-confirm--white a{color:#fff;text-decoration:underline}.b-confirm--white [type=checkbox]:not(:checked)+label::after,.b-confirm--white [type=checkbox]:checked+label::after{color:#000}.b-confirm--custom{padding:0}.b-confirm--custom p{margin:5px}.b-confirm--dark-blue [type=checkbox]+label{color:#fff}.b-confirm--dark-blue [type=checkbox]+label a{color:#3fbaff;border-bottom:none}.b-confirm__policy-block{position:relative;display:flex}.b-confirm__checkbox{display:none}.b-confirm__checkbox+label{padding-left:34px;font-size:12px;color:#1f1f1f;cursor:pointer}@media screen and (min-width: 768px){.b-confirm__checkbox+label{max-width:430px}}.b-confirm__checkbox+label::before{content:"";position:absolute;left:0;width:24px;height:24px;border:1px solid #babeca;border-radius:6px}.b-confirm__checkbox:checked+label::after{opacity:0}.b-confirm__checkbox.l-input--error+label::before{background-color:#fff4f4}.b-confirm__checkbox:checked+label::before{border:1px solid #e72430;background-color:#e72430;background-image:url("/img/icons/check-white.svg");background-position:center;background-repeat:no-repeat}.b-confirm__checkbox.l-input--error+label{color:#e72430}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-services-button{box-sizing:border-box;display:block;min-height:40px;padding:20px 0;width:max-content;background-color:#e71a19;text-align:center;color:#fff;font:600 16px ProximaNova;text-decoration:none;border-radius:10px;border:1px solid transparent;transition:color .3s,border-color .3s,background-color .3s;cursor:pointer}.b-services-button:hover{background:#d21e29;color:#ffffffc4}.b-services-button--guarantee{margin:0 auto}.b-services-button--narrow{padding:20px 30px}.b-services-button--transparent{background:transparent;border:1px solid #fff;margin-top:10px;padding:20px 30px}@media(max-width: 1100px){.b-services-button--guarantee{font-size:14px}}@media(max-width: 740px){.b-services-button--guarantee{width:80%;min-width:initial;padding:10px 0;text-align:center;font-size:12px;font-weight:bold}.b-services-button--guarantee .b-services-button__text{overflow:hidden;width:80px;height:20px;display:inline-block;text-transform:uppercase;line-height:24px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-present{display:flex;justify-content:space-between;align-items:center;opacity:0;transition:opacity .3s;min-height:28px;width:100%;top:66px}.b-present--systems{order:2;justify-content:flex-end}.b-present--catalog{justify-content:flex-end}.b-present--no-sticky{position:initial !important}.b-present--no-sticky .b-present__sort-wrap--mobile{z-index:999;position:fixed;bottom:0;left:0;width:100vw}@media screen and (max-width: 970px){.b-present--no-sticky{width:calc(100% + 20px);margin:0 -10px;padding:10px;border-radius:10px;background:#fff;box-shadow:0 3px 40px rgba(0,0,0,.1)}.b-present--no-sticky .b-present__button{max-width:100%}.b-present--no-sticky.js-sticky .b-present__button{margin:0 auto}}.b-present__view{position:relative;text-align:center;margin-left:20px;cursor:pointer;display:flex}.b-present__view-icon{text-decoration:none;color:#cacaca;font-size:22px;height:28px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;position:relative;display:flex;justify-content:center;align-items:center;width:max-content;margin-right:15px}.b-present__view-icon:last-child{margin-right:0}.b-present__view-icon--active{color:#ef444a}.b-present__view-icon path{fill:#babeca}.b-present__view-icon--active{display:flex;align-items:center;justify-content:center}.b-present__view-icon:hover path,.b-present__view-icon--active path{fill:#e72430}.b-present__sort-wrap{display:flex}.b-present__sort-wrap--mobile{position:relative;display:none;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-present__sort-wrap--no-mobile{display:flex !important}@media all and (max-width: 970px){.b-present__sort-wrap{display:none}}.b-present__sort-title{font-size:14px;line-height:130%;color:#676b77;margin-right:20px}@media all and (max-width: 970px){.b-present__sort-title{font-weight:bold;font-size:18px;line-height:130%;color:#1f1f1f;margin-bottom:5px}}.b-present__sort-title--no-mobile{font-size:14px;font-weight:300}.b-present__sort--knowledge-base .b-present__sort-wrap{flex-wrap:wrap}@media all and (max-width: 1200px){.b-present__sort--knowledge-base .b-present__sort-title{width:100%}}.b-present__sort-item{font-size:14px;line-height:130%;position:relative;cursor:pointer}.b-present__sort-item--popular,.b-present__sort-item--recommend,.b-present__sort-item--rating,.b-present__sort-item--date_change,.b-present__sort-item--alpha,.b-present__sort-item--views{margin-right:34px}.b-present__sort-item--new{margin-right:34px}.b-present__sort-item--new[data-value=SHOW_COUNTER--DESC]::after{border-top:5px solid #e72430}.b-present__sort-item--new[data-value=SHOW_COUNTER--ASC]::before{border-bottom:5px solid #e72430}.b-present__sort-item--like{margin-right:34px}.b-present__sort-item--like[data-value=LIKE--DESC]::after{border-top:5px solid #e72430}.b-present__sort-item--like[data-value=LIKE--ASC]::before{border-bottom:5px solid #e72430}.b-present__sort-item--date{margin:0 34px}@media all and (max-width: 1200px){.b-present__sort-item--date{margin:0 28px}}.b-present__sort-item--comment{margin:0 0 0 34px}@media all and (max-width: 1200px){.b-present__sort-item--comment{margin-right:28px}}.b-present__sort-item::after,.b-present__sort-item::before{content:"";display:block;border:5px solid transparent;position:absolute;right:-15px;border-radius:1.5px}.b-present__sort-item::after{border-top:5px solid #babeca;top:10px}.b-present__sort-item::before{border-bottom:5px solid #babeca;top:-2px}.b-present__sort-item.js-sort-active{font-weight:600}.b-present__sort-item.js-sort-active--asc::before{border-bottom:5px solid #e72430}.b-present__sort-item.js-sort-active--desc::after{border-top:5px solid #e72430}.b-present__sort-item:last-child{margin-right:0}@media all and (max-width: 1200px){.b-present__sort-item{margin-right:28px}}.b-present__sort--comments .b-present__sort-item--raiting{margin:0 34px}@media all and (max-width: 1200px){.b-present__sort--comments .b-present__sort-item--raiting{margin:0 28px}}.b-present__sort--comments .b-present__sort-item--date{margin:0}.b-present__sort--reviews .b-present__sort-item--raiting{margin:0 34px 0 0}@media all and (max-width: 1200px){.b-present__sort--reviews .b-present__sort-item--raiting{margin:0 28px}}@media all and (max-width: 1200px){.b-present__sort--knowledge-base .b-present__sort-item,.b-present__sort--favorites .b-present__sort-item{font-size:12px}}.b-present__sort-close{padding:10px;position:absolute;right:15px;top:19px}.b-present__sort-close::before,.b-present__sort-close::after{content:"";display:block;position:absolute;height:2px;transition:.2s;width:18px;background:#676b77;right:0;transform:rotate(45deg);top:11px}.b-present__sort-close::after{transform:rotate(-45deg)}.b-present__sort select{display:none}.b-present__sort-option{padding:17px 0;border-top:1px solid #e1e5ee;color:#4f4f4f;font-size:14px;line-height:130%;position:relative;display:block;font-weight:normal}.b-present__sort-option--selected::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-present__sort-option:first-child{border-top:none}.b-present__sort--moderates-author .b-present__sort-option span{position:relative}.b-present__sort--moderates-author .b-present__sort-option span::before,.b-present__sort--moderates-author .b-present__sort-option span::after{content:"";display:block;border:4px solid transparent;position:absolute;right:-15px;border-radius:1.5px}.b-present__sort--moderates-author .b-present__sort-option span::before{border-bottom:4px solid #babeca;top:-1px}.b-present__sort--moderates-author .b-present__sort-option span::after{border-top:4px solid #babeca;top:9px}.b-present__sort--moderates-author .b-present__sort-option.js-sort-active--asc span::before{border-bottom:4px solid #e72430}.b-present__sort--moderates-author .b-present__sort-option.js-sort-active--desc span::after{border-top:4px solid #e72430}.b-present__sort--knowledge-base .b-present__sort-option:last-child,.b-present__sort--objects .b-present__sort-option:last-child,.b-present__sort--appeals .b-present__sort-option:last-child,.b-present__sort--moderates-author .b-present__sort-option:last-child{display:block}.b-present__sort--no-mobile{display:flex !important}.b-present--bim{min-width:auto !important;font-size:14px;line-height:17px;color:#1d1d1b}.b-present--bim .b-present__sort-bim{display:flex}.b-present--bim .b-present__sort-bim p{margin:0 20px 0 0;padding:0}.b-present--bim .ui-selectmenu-button{width:115px}.b-present--bim .ui-button{background-color:transparent}.b-present__button{display:flex;background:#fff;border-radius:10px;width:100%;max-width:480px;padding:10px 0;font-size:14px;line-height:130%;margin-top:10px;cursor:pointer}.b-present__button-sort,.b-present__button-filter{width:50%;display:flex;align-items:center;justify-content:center}.b-present__button-sort img,.b-present__button-filter img{margin-right:9px}.b-present__button-filter--single{margin:0 auto}.b-present__button-sort{border-right:1px solid #e1e5ee}.b-present__button-sort--nofilter{width:calc(100% - 30px);max-width:none;border-right:0 solid #e1e5ee}.b-present__button--single{width:calc(100% - 30px);margin:0 .9375rem 1.25rem .9375rem;max-width:none;cursor:pointer}.b-present__button--documents{width:calc(100% - 30px);max-width:none;margin:0 auto}.b-present__button--favorites{padding:13px 0;margin:5px 0 10px 0}.b-present__button.js-no-filter{max-width:240px}@media(max-width: 560px){.b-present__button--favorites-article.js-no-filter{max-width:inherit}}.b-present--systems .b-present__button,.b-present--catalog .b-present__button{max-width:260px;justify-content:center}@media screen and (max-width: 480px){.b-present--systems .b-present__button,.b-present--catalog .b-present__button{max-width:unset}}.b-present__button.js-no-filter{max-width:240px}.b-present__button--appeal.js-no-filter{max-width:350px;margin-bottom:20px;padding:20px 0}@media(max-width: 768px){.b-present__button--appeal.js-no-filter{max-width:400px}}.b-present--knowledge-base .b-present__button,.b-present--comments .b-present__button{max-width:350px}.b-present--knowledgebase-admin .b-present__button{max-width:100%}.b-present--comments .b-present__button{padding:15px 0}.b-present--knowledge-base .b-present__button-sort,.b-present--comments .b-present__button-sort{border:none;width:100%}.b-present--knowledgebase-admin .b-present__button-sort{width:50%}.js-no-filter .b-present__button-filter{display:none}.js-no-filter .b-present__button-sort{width:100%;border-right:none}@media(max-width: 970px){.b-present.js-mobile-active{z-index:9999;position:sticky}}@media(max-width: 970px){.b-present.js-mobile-active .b-present__sort,.b-present.js-mobile-active .b-knowledgebase-sort{display:flex;position:fixed;top:0;left:0;height:100%;width:100%;z-index:9999;background:rgba(0,0,0,.5);backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px)}}@media(max-width: 970px){.b-present.js-mobile-active .b-present__sort-wrap--mobile{display:flex}}@media(max-width: 970px){.b-present.js-sticky:not(.b-present--reviews){position:fixed;top:66px;left:0;background:#fff;box-shadow:0 3px 40px rgba(0,0,0,.1);width:calc(100% + 20px);margin:0 -10px;padding-top:10px}}@media(max-width: 970px)and (max-width: 560px){.b-present.js-sticky:not(.b-present--reviews){top:51px}}@media(max-width: 970px){.b-present.js-sticky:not(.b-present--reviews) .b-present__button{margin:10px auto 0}}@media(max-width: 970px){.b-present{z-index:99}}.b-present__mobile-background{display:none;z-index:100;position:fixed;top:0;left:0;height:100%;width:100%;background:rgba(0,0,0,.5);backdrop-filter:blur(9px)}.ui-menu{background:#fff;padding:0;margin:0;list-style:none;outline:none;color:#000;font:400 12px/18px ProximaNova}.ui-selectmenu-button.ui-button{border:0;background:#fff;outline:none}.ui-widget.ui-widget-content{border:0}.ui-state-active,.ui-widget-content .ui-state-active,a.ui-button:active,.ui-button:active{background:#f5262a;border:0}.ui-selectmenu-icon.ui-icon,.ui-button:active .ui-icon,.ui-button:focus .ui-icon,.ui-button:hover .ui-icon{background-image:none;display:flex;justify-content:center;align-items:center;font:normal normal normal 10px/1 FontAwesome}.ui-selectmenu-icon.ui-icon::after,.ui-button:active .ui-icon::after,.ui-button:focus .ui-icon::after,.ui-button:hover .ui-icon::after{color:#ef444a;content:""}.ui-button .ui-icon{background-image:none}.ui-button:active .ui-icon::after,.ui-button:hover .ui-icon::after{color:#ef444a}.ui-menu-item-wrapper{padding:5px 10px;cursor:pointer}.ui-selectmenu-open{z-index:9999;box-shadow:0 15px 40px -10px rgba(0,0,0,.1)}@media(max-width: 969px){.b-present{flex-direction:column;align-items:flex-start}.b-present__view,.b-present__sort{display:none}.b-present__view--system{display:flex;margin-left:0;margin-top:20px}.b-present__view--system.disabled{display:none}}@media(min-width: 970px){.b-present{min-width:660px;flex:0 0 70%}.b-present__button{display:none}}@media(min-width: 1280px){.b-present{max-width:870px;flex:0 0 100%}.b-present--full{max-width:none}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-privacy-popup{z-index:999;position:fixed;left:26px;bottom:23px;display:flex;align-items:center;max-width:600px;width:100%;min-height:82px;padding:10px;border-radius:10px;background-color:#fff;border:1px solid #e1e5ee}.b-privacy-popup--hidden{display:none}@media screen and (max-width: 768px){.b-privacy-popup{left:0;bottom:0;top:auto;max-width:100%;border-radius:10px 10px 0 0}}@media screen and (max-width: 420px){.b-privacy-popup{flex-direction:column}}.b-privacy-popup__text{box-sizing:border-box;position:relative;margin:0;padding-right:10px;font-size:16px;line-height:130%}.b-privacy-popup__text a{color:#e72430}.b-privacy-popup__text a:hover{text-decoration:none}.b-privacy-popup__text--more{display:none}@media screen and (max-width: 420px){.b-privacy-popup__text{padding-right:0;padding-bottom:10px}}.b-privacy-popup.js-show-more .b-privacy-popup__text--base{display:none}.b-privacy-popup.js-show-more .b-privacy-popup__text--more{display:block}.b-privacy-popup__more{cursor:pointer;border-bottom:1px solid #000}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-user-profile-form__wrap{padding:35px 40px;background:#fff;border-radius:10px;position:relative}@media screen and (max-width: 620px){.b-user-profile-form__wrap{padding:25px 20px;height:100%;border-radius:0 !important}}.b-user-profile-form__success{font-weight:700;font-size:22px;text-align:center}.b-user-profile-form__title{font-size:24px;font-weight:800;margin-bottom:12px}.b-user-profile-form__title span{color:#676b77}@media screen and (max-width: 620px){.b-user-profile-form__title span{display:block}}@media screen and (max-width: 620px){.b-user-profile-form__step{height:auto;display:flex;flex-direction:column}}.b-user-profile-form__step-content p{margin-top:0}@media screen and (max-width: 620px){.b-user-profile-form__step-content p{margin:0}}@media screen and (max-width: 620px){.b-user-profile-form__step-content{height:100%;display:flex;flex-direction:column;box-sizing:border-box;justify-content:flex-start;margin-bottom:80px}}.b-user-profile-form__buttons{display:flex;justify-content:space-between}.b-user-profile-form__buttons a{text-decoration:none;line-height:1}@media screen and (max-width: 620px){.b-user-profile-form__buttons{flex-direction:column;margin-top:auto}.b-user-profile-form__buttons .l-button{width:100%;margin-bottom:15px}}.b-user-profile-form__area{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;margin-bottom:30px}@media screen and (max-width: 620px){.b-user-profile-form__area{grid-template-columns:1fr;grid-gap:10px}}.b-user-profile-form__area-input{position:relative}.b-user-profile-form__area-input.full{width:100%;margin-right:0}.b-user-profile-form__area-input.hide{display:none}.b-user-profile-form__input,.b-user-profile-form__select{width:100%}.b-user-profile-form__input--phone,.b-user-profile-form__select--phone{padding-left:40px}.b-user-profile-form__input--code,.b-user-profile-form__select--code{border:1px solid #e1e5ee;box-sizing:border-box;border-radius:10px;width:48px;height:60px;padding:18px 0;margin-right:7px;text-align:center;-moz-appearance:textfield;appearance:textfield;-webkit-appearance:textfield}.b-user-profile-form__input--code::-webkit-outer-spin-button,.b-user-profile-form__input--code::-webkit-inner-spin-button,.b-user-profile-form__select--code::-webkit-outer-spin-button,.b-user-profile-form__select--code::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}@media screen and (max-width: 620px){.b-user-profile-form__input--code,.b-user-profile-form__select--code{width:38px;height:50px;padding:15px 0;margin-right:5px}}.b-user-profile-form__input~label,.b-user-profile-form__select~label{color:#9497a3;position:absolute;left:20px;top:18px}.b-user-profile-form__input~label span,.b-user-profile-form__select~label span{color:#e72430}.b-user-profile-form__input.fieldnotempty~label,.b-user-profile-form__select.fieldnotempty~label{font-size:12px;background:#fff;border-radius:5px;top:-9px;padding:2px 6px;transition:top .2s}.b-user-profile-form .flag .flag-main{top:22px}.b-user-profile-form__input.error{border:1px solid #e72430}.b-user-profile-form__select.error .select2 .select2-selection--single{border:1px solid #e72430}.b-user-profile-form__flag-main{height:30px;width:30px;position:absolute;z-index:100;left:12px;top:13px;cursor:pointer;display:flex;align-items:center}.b-user-profile-form__flag-main::before{content:"";display:block;height:15px;width:20px;position:absolute;z-index:100;box-shadow:0 0 1px 0 transparent;background:transparent url(/local/templates/nav-tn/builds/prod/img/flags.png) no-repeat;background-position:-4295px 50%}.b-user-profile-form__flag-list{background:#fff;position:absolute;z-index:100;width:100%;left:0;padding:2px;top:56px;border:1px solid #e7e7e7;border-radius:0 0 10px 10px}.b-user-profile-form__flag-list span{padding:5px 5px 5px 35px;cursor:pointer;display:block}.b-user-profile-form__flag-list span::before{content:"";display:block;position:absolute;margin-top:1px;margin-left:-25px;height:15px;width:20px;padding-top:3px;box-shadow:0 0 1px 0 transparent;background:transparent url(/local/templates/nav-tn/builds/prod/img/flags.png) no-repeat;background-position:-4295px 1px}.b-user-profile-form__flag .country6::before{padding-top:5px;background-position:-2853px 5px !important}.b-user-profile-form__flag .country4::before{padding-top:5px;background-position:-790px 5px !important}.b-user-profile-form__flag .country10::before{padding-top:5px;background-position:-3160px 5px !important}.b-user-profile-form__flag .country2::before{padding-top:5px;background-position:-352px 5px !important}.b-user-profile-form__flag .country13::before{padding-top:5px;background-position:-5307px 50% !important}.b-user-profile-form .suggestions-suggestions{max-height:300px;overflow-y:scroll}@media screen and (max-width: 620px){.b-user-profile-form .suggestions-suggestions{max-height:160px}}.b-user-profile-form .select2 .select2-selection--single{height:56px}.b-user-profile-form__error{color:#e72430;font-weight:700;padding:0 0 20px}.b-user-profile-form__data{margin:20px 0;display:flex;flex-wrap:wrap;gap:15px;justify-content:space-between}@media screen and (max-width: 580px){.b-user-profile-form__data{flex-direction:column}}.b-user-profile-form__prop{display:flex;flex-direction:column;font-weight:400}.b-user-profile-form__prop span{font-size:12px;color:#6a6a6a}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-page-404{font-family:ProximaNova;position:relative;overflow:hidden}.b-page-404__background{position:absolute;top:0;z-index:0;width:100%;height:100%}.b-page-404__background-image-wrapper{display:flex;position:relative;overflow:hidden;height:100%}.b-page-404__background-image{position:absolute;right:-230px;top:123px}@media screen and (min-width: 490px){.b-page-404__background-image{top:0;right:-278px}}@media screen and (min-width: 768px){.b-page-404__background-image{right:-130px}}@media screen and (min-width: 970px){.b-page-404__background-image{top:25px;right:-54%}}@media screen and (min-width: 1261px){.b-page-404__background-image{top:-40px;right:-56%}}@media screen and (min-width: 1920px){.b-page-404__background-image{right:-34%}}.b-page-404__content{z-index:1;position:relative;display:flex;flex-flow:column;align-items:center;padding:6px 55px 18px;margin-top:15px}@media screen and (min-width: 490px){.b-page-404__content{flex-flow:row;align-items:flex-start;padding:6px 12px 24px}}@media screen and (min-width: 970px){.b-page-404__content{padding-top:34px;padding-bottom:50px;width:100%;margin:0 auto;max-width:970px}}@media screen and (min-width: 1261px){.b-page-404__content{padding-top:40px;padding-bottom:76px}}@media screen and (min-width: 1280px){.b-page-404__content{max-width:1170px}}@media screen and (min-width: 1920px){.b-page-404__content{padding-top:65px;padding-bottom:120px}}@media screen and (min-width: 490px){.b-page-404__left{margin-right:20px}}@media screen and (min-width: 768px){.b-page-404__left{margin-right:36px}}@media screen and (min-width: 970px){.b-page-404__left{margin-right:97px}}@media screen and (min-width: 1261px){.b-page-404__left{margin-right:172px}}@media screen and (min-width: 1920px){.b-page-404__left{margin-right:159px}}.b-page-404__title{text-align:center;font-size:20px;line-height:22px;font-weight:bold;max-width:190px;margin-bottom:12px}@media screen and (min-width: 490px){.b-page-404__title{margin-top:11px;margin-bottom:9px;text-align:left}}@media screen and (min-width: 768px){.b-page-404__title{margin-top:20px;margin-bottom:17px;font-size:25px;line-height:28px}}@media screen and (min-width: 970px){.b-page-404__title{margin-top:52px;font-size:40px;line-height:44px;margin-bottom:8px;max-width:none}}@media screen and (min-width: 1261px){.b-page-404__title{margin-top:67px}}@media screen and (min-width: 1920px){.b-page-404__title{font-size:64px;line-height:68px;margin-bottom:16px}}.b-page-404__text{display:none}@media screen and (min-width: 490px){.b-page-404__text{display:block;font-size:12px;line-height:15px;margin-bottom:27px}}@media screen and (min-width: 768px){.b-page-404__text{font-size:14px;line-height:17px;margin-bottom:37px}}@media screen and (min-width: 970px){.b-page-404__text{font-size:16px;line-height:19px}}@media screen and (min-width: 1261px){.b-page-404__text{margin-bottom:42px}}@media screen and (min-width: 1920px){.b-page-404__text{font-size:18px;line-height:27px}}.b-page-404__link{display:block;box-sizing:border-box;text-align:center;font-size:14px;line-height:17px;padding:19px 20px;color:#fff;background-color:#e00f20;text-decoration:none;border:1px solid #e00f20;transition:.2s;border-radius:10px;max-width:190px}.b-page-404__link:hover{background-color:#d21e29;color:#ffffffc4}@media screen and (min-width: 768px){.b-page-404__link{padding:19px 23px;font-size:16px;max-width:225px}}@media screen and (min-width: 970px){.b-page-404__link{font-size:16px;line-height:19px;max-width:225px}}@media screen and (min-width: 1261px){.b-page-404__link{padding-top:20px;padding-bottom:21px;max-width:270px;font-weight:bold;text-align:left;font-size:16px;line-height:17px;background-image:url(/img/404/arrow.png);background-repeat:no-repeat;background-position:223px center}}.b-page-404__right{margin-top:24px}@media screen and (min-width: 490px){.b-page-404__right{margin-top:0}}@media screen and (min-width: 1920px){.b-page-404__image-wrapper{position:relative;height:621px}}.b-page-404__image{width:223px;height:209px}@media screen and (min-width: 490px){.b-page-404__image{width:204px;height:192px}}@media screen and (min-width: 768px){.b-page-404__image{width:249px;height:233px}}@media screen and (min-width: 970px){.b-page-404__image{width:384px;height:360px}}@media screen and (min-width: 1261px){.b-page-404__image{width:468px;height:439px}}@media screen and (min-width: 1920px){.b-page-404__image{top:0;left:0;position:absolute;width:663px;height:621px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-banner-tech-consultation{background:#f5f6fa}.b-banner-tech-consultation__wrap{padding:50px 0 30px;position:relative}@media screen and (max-width: 560px){.b-banner-tech-consultation__wrap{padding:20px 0 30px}}.b-banner-tech-consultation__img{position:absolute;bottom:15px;right:-50px;display:flex;max-width:480px}.b-banner-tech-consultation__img img{width:auto}@media screen and (max-width: 1300px){.b-banner-tech-consultation__img{right:-50px}}@media screen and (max-width: 1240px){.b-banner-tech-consultation__img{display:none}}.b-banner-tech-consultation__title{font-size:24px;font-weight:700;margin-bottom:20px;line-height:120%;max-width:480px}@media screen and (max-width: 768px){.b-banner-tech-consultation__title{font-size:20px}}.b-banner-tech-consultation__desc{font-size:20px;margin-bottom:30px;line-height:120%;max-width:720px}@media screen and (max-width: 768px){.b-banner-tech-consultation__desc{font-size:16px}}.b-banner-tech-consultation__content{position:relative;width:80%;max-width:806px;min-height:440px}@media screen and (max-width: 1240px){.b-banner-tech-consultation__content{width:100%;max-width:initial}}.b-banner-tech-consultation__group{display:flex;gap:15px;width:100%;flex:1}.b-banner-tech-consultation__square{display:flex;justify-content:center;align-items:center;width:32px;height:32px;border-radius:5px;background-color:#414e60;transition:.2s box-shadow}.b-banner-tech-consultation__square:hover{box-shadow:0 0 15px rgba(141,148,177,.34)}.b-banner-tech-consultation__square svg{max-height:24px}.b-banner-tech-consultation__bottom{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.b-banner-tech-consultation__line{margin:0 16px 0 0;font-weight:600;font-size:18px}.b-banner-tech-consultation__line a{color:#fff;text-decoration:none;font-weight:400}@media screen and (max-width: 560px){.b-banner-tech-consultation__line{font-size:16px}}.b-banner-tech-consultation .b-confirm__checkbox+label,.b-banner-tech-consultation .b-confirm__checkbox+label a{font-weight:400}.b-banner-tech-consultation .b-confirm__checkbox+label{max-width:515px}.b-banner-tech-consultation .b-confirm__policy-block{padding-right:10px}.b-banner-tech-consultation .l-button{width:100%}.b-banner-tech-consultation .b-phone-mask__wrapper input{padding-left:50px}.b-banner-tech-consultation .b-phone-mask__wrapper .flag .flag-main{left:25px;top:23px}.b-banner-tech-consultation .b-form-in-page .form__field--cell-3:first-child{padding-left:0}@media screen and (max-width: 768px){.b-banner-tech-consultation .b-form-in-page .form__field--cell-3:first-child{padding:0}}.b-banner-tech-consultation .b-form-in-page .form__field--cell-3:last-child{padding-right:0}@media screen and (max-width: 768px){.b-banner-tech-consultation .b-form-in-page .form__field--cell-3:last-child{padding:0}}.b-banner-tech-consultation .b-form-in-page .form__field--cell-2{padding:0}.b-banner-tech-consultation .form__field-text{margin:0}.b-banner-tech-consultation .b-form-in-page .form__field-label{left:20px}.b-banner-tech-consultation .form__field--empty:not(.form__field-error)~.form__field-label{font-size:16px;top:50%}.b-banner-tech-consultation .form__field-text.error{border:1px solid #e72430}.b-banner-tech-consultation .hide{display:none}.b-banner-tech-consultation ul.tao-form-errors{margin:0 !important;padding:0 !important;border:none}.b-banner-tech-consultation ul.tao-form-errors li{font-weight:bold;color:#e72430}.b-banner-tech-consultation .smart-captcha{margin:0}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-search-form{background-color:#fff;border:1px solid #f7f7f7;padding:19px 25px 25px;box-sizing:border-box;border-radius:10px;display:flex;flex-flow:column;position:relative}@media(max-width: 970px){.b-search-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-search-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-search-form{padding:28px 67px 30px 20px;background-position:right 10px top 20px;background-size:66px 119px}}.b-search-form__text{font-size:14px;line-height:150%;margin-bottom:14px;max-width:181px;z-index:1}@media(max-width: 970px){.b-search-form__text{align-items:center;max-width:340px;margin-right:30px;margin-bottom:0}}@media(max-width: 767px){.b-search-form__text{margin-bottom:24px;max-width:221px}}@media(max-width: 374px){.b-search-form__text{max-width:201px;margin-bottom:14px}}.b-search-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-search-form__popup{left:calc(50% - 16px);margin:0 16px;padding:33px 30px 40px}}.b-search-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-search-form__close:hover{opacity:.6}.b-search-form__close::before,.b-search-form__close::after{content:""}@media(max-width: 767px){.b-search-form__close{top:16px;right:16px}}@media(max-width: 374px){.b-search-form__close{top:10px;right:10px}}.b-search-form__img{position:absolute;right:16px}@media all and (max-width: 1240px){.b-search-form__img{right:0}}.b-search-form__popup-title{font-weight:bold;font-size:28px;line-height:36px;color:#1f1f1f;margin-bottom:28px}@media(max-width: 767px){.b-search-form__popup-title{font-size:24px;line-height:31px;margin-bottom:19px}}@media(max-width: 374px){.b-search-form__popup-title{font-size:20px;line-height:26px}}.b-search-form__popup-row{display:flex;margin:0 -10px 26px}.b-search-form__popup-row:last-of-type{margin-top:4px;margin-bottom:0}@media(max-width: 767px){.b-search-form__popup-row{flex-flow:column;margin:0 0 29px}}.b-search-form__popup-cell{display:flex;flex-flow:column-reverse;margin:0 10px;width:100%}@media(max-width: 767px){.b-search-form__popup-cell{margin:0 0 29px}.b-search-form__popup-cell:last-of-type{margin-bottom:0}}.b-search-form__popup-label{font-size:16px;line-height:21px;color:#1f1f1f;margin-bottom:9px}.b-search-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-search-form__popup-field--message{width:100%;max-width:516px;height:120px;resize:none}@media(max-width: 767px){.b-search-form__popup-field{width:100%;max-width:none}}.b-search-form__popup-button{text-align:center;color:#e72430;font-weight:bold;background:#e30713;border:1px solid #e30713;border-radius:10px;transition:.2s;cursor:pointer;padding:18px 0}.b-search-form__popup-button:hover{opacity:.6}.b-search-form__show-popup{width:100%;padding:19px 0}.b-search-form__popup-button{margin:0 10px;width:257px;height:59px;font-size:16px;line-height:19px;color:#fff}@media(max-width: 767px){.b-search-form__popup-button{margin:0;width:100%}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}@media(min-width: 1201px){.b-search-input-header--active{width:calc(100% + 400px)}.b-search-input-header--active .b-search-input-header__scope-items{display:block}.b-search-input-header--active input{border-radius:10px 0 0 10px !important}}@media(min-width: 1201px)and (max-width: 1200px){.b-search-input-header--active input{border-radius:inherit !important}}.b-search-input-header__scope-items{display:none;width:240px}.b-search-input-header__scope-items .select2{width:100% !important}.b-search-input-header__scope-items .select2 .select2-selection--single{border-radius:0 10px 10px 0;height:61px;display:flex;border:1px solid #e1e5ee}.b-search-input-header__scope-items .select2-dropdown .select2-results .select2-results__options{border-radius:0 0 10px 10px}.b-search-input-header__scope-items .select2-container--default .select2-selection--single .select2-selection__arrow{top:unset;right:23px}.b-search-input-header__autocomplete{box-sizing:border-box;position:absolute;display:none;background:#fff;top:162px;left:0;right:0;padding:0 15px 40px;max-width:inherit;box-shadow:0 14px 80px rgba(43,45,52,.12);z-index:999}@media(max-width: 1200px){.b-search-input-header__autocomplete{padding:0;top:70px}}.b-search-input-header__autocomplete-wrapper{padding:0;position:relative}.b-search-input-header--autocomplete-opened{border-bottom-left-radius:0;border-bottom-right-radius:0}.b-search-input-header--autocomplete-opened .b-search-input__autocomplete{display:block}.b-search-input-header--autocomplete-opened .b-search-input__close{display:block}@media(max-width: 1200px){.b-search-input-header form{display:none}}.b-search-input-header__wrap{position:relative;display:flex;flex-flow:nowrap}@media(max-width: 1200px){.b-search-input-header__wrap{display:block}}.b-search-input-header input{appearance:none;border-radius:10px;background:#f5f6fa;border:1px solid #f5f6fa;padding:20px 15px 19px 59px;width:100%;box-sizing:border-box;font-size:16px}.b-search-input-header input:focus{outline:none;border-color:#e1e5ee;border-right:0 solid #e1e5ee}.b-search-input-header input::placeholder{color:#9497a3}@media(max-width: 1260px){.b-search-input-header input{width:100%}}@media(max-width: 1200px){.b-search-input-header input{background:#fff;max-width:100%;border:none;border-bottom:1px solid #e1e5ee;border-radius:inherit;padding:35px 0 32px 30px}}@media(max-width: 760px){.b-search-input-header input{padding:35px 0 32px 20px}}@media(max-width: 560px){.b-search-input-header input{padding:26px 75px 25px 20px}}.b-search-input-header__close{display:none;position:absolute;top:0;bottom:0;right:15px;height:15px;margin:auto;cursor:pointer}@media(max-width: 1200px){.b-search-input-header__close{right:20px;padding-left:20px;border-left:1px solid #e1e5ee;height:100%}.b-search-input-header__close svg{width:22px;height:22px;margin-top:30px}.b-search-input-header__close path{stroke:#e72430}}@media(max-width: 560px){.b-search-input-header__close svg{margin-top:22px}}.b-search-input-header button{position:absolute;left:20px;top:20px;border:none;background:transparent;background:url(/img/search.svg);width:24px;height:24px;cursor:pointer}.b-search-input-header button :focus{outline:none}@media(max-width: 1200px){.b-search-input-header button{display:none}}.b-search-input-header--autocomplete-opened .b-search-input-header__autocomplete,.b-search-input-header--autocomplete-opened .b-search-input-header__close{display:block}.b-search-input-header .autocomplete-result{max-height:570px;position:relative;margin-top:27px}@media(max-height: 870px)and (min-width: 1200px){.b-search-input-header .autocomplete-result{max-height:calc(100vh - 310px)}}@media(max-width: 1200px){.b-search-input-header .autocomplete-result{max-height:calc(100vh - 192px)}}@media(max-width: 770px){.b-search-input-header .autocomplete-result{max-height:calc(100vh - 259px)}}@media(max-width: 560px){.b-search-input-header .autocomplete-result{max-height:calc(100vh - 232px);padding-top:20px;margin-top:0}}.b-search-input-header .autocomplete-result .b-knowledgebase-teaser--catalog--mini{width:calc((100% - 20px) / 3);margin-right:10px;max-width:calc((100% - 20px) / 3);min-width:280px}.b-search-input-header .autocomplete-result .b-knowledgebase-teaser--catalog--mini:nth-child(2n+2){margin-right:10px}.b-search-input-header .autocomplete-result .b-knowledgebase-teaser--catalog--mini:nth-child(3n+3){margin-right:0}@media all and (max-width: 1200px){.b-search-input-header .autocomplete-result .b-knowledgebase-teaser--catalog--mini{width:calc(50% - 5px);max-width:calc(50% - 5px)}.b-search-input-header .autocomplete-result .b-knowledgebase-teaser--catalog--mini:nth-child(3n+3){margin-right:10px}.b-search-input-header .autocomplete-result .b-knowledgebase-teaser--catalog--mini:nth-child(2n+2){margin-right:0 !important}}@media all and (max-width: 768px){.b-search-input-header .autocomplete-result .b-knowledgebase-teaser--catalog--mini{width:100%;max-width:100%}}.b-search-input-header .autocomplete-result .b-knowledgebase-teaser--document{width:calc((100% - 20px) / 3);margin-right:10px;min-width:350px}.b-search-input-header .autocomplete-result .b-knowledgebase-teaser--document:nth-child(3n+3){margin-right:0}@media all and (max-width: 1200px){.b-search-input-header .autocomplete-result .b-knowledgebase-teaser--document{width:calc((100% - 10px) / 2);max-width:100%;margin-right:10px !important}.b-search-input-header .autocomplete-result .b-knowledgebase-teaser--document:nth-child(2n+2){margin-right:0 !important}}@media all and (max-width: 768px){.b-search-input-header .autocomplete-result .b-knowledgebase-teaser--document{width:100%;max-width:100%;margin-right:0 !important;min-width:inherit}}@media all and (max-width: 768px){.b-search-input-header .autocomplete-result{width:100%;max-width:100%;min-width:inherit;margin-right:0 !important}}@media all and (max-width: 375px){.b-search-input-header .autocomplete-result{padding-bottom:60px}}@media all and (max-width: 1200px){.b-search-input-header .b-search-input__all{box-shadow:0 -3px 50px rgba(0,0,0,.1);margin:0 -30px}}@media all and (max-width: 760px){.b-search-input-header .b-search-input__all{margin:0 -15px}}.b-search-input-header .ps-container.ps-theme-default{margin-right:-10px;margin-left:-10px;padding-right:10px;padding-left:10px}.b-search-input-header .ps-container.ps-theme-default.ps-active-y .ps-scrollbar-y-rail{background-color:transparent;opacity:1;width:4px;border-radius:4px;right:-20px;transition:opacity .5s}.b-search-input-header .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%}.b-search-input-header .ps-container.ps-theme-default.ps-in-scrolling.ps-active-y.ps-y:hover .ps-scrollbar-y-rail{background-color:transparent;opacity:1;width:4px;border-radius:4px;right:-20px;transition:opacity .5s}.b-search-input-header .ps-container.ps-theme-default.ps-in-scrolling.ps-active-y.ps-y:hover .ps-scrollbar-y-rail .ps-scrollbar-y{background-color:#e1e5ee;border-radius:4px;right:0;width:100%}@media all and (max-width: 360px){.b-search-input-header .ps-container.ps-theme-default{margin:0;padding-right:10px;padding-left:0}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-search-input{display:flex;align-items:center;width:100%;position:relative;margin-bottom:20px}@media all and (max-width: 1399px){.b-search-input{margin-bottom:10px}}@media all and (max-width: 560px){.b-search-input{flex-wrap:wrap;justify-content:center}}.b-search-input__all{display:flex;text-decoration:none}.b-search-input__all span{max-width:100%;margin:30px auto 30px;padding:19px 0;min-width:270px}@media all and (max-width: 768px){.b-search-input__all span{max-width:calc(100% - 30px);margin:15px auto}}@media all and (max-width: 460px){.b-search-input__all span{width:100%}}@media all and (max-width: 360px){.b-search-input__all span{min-width:220px}}.b-search-input__no-results{font-size:18px;font-weight:600;color:#676b77;padding-bottom:27px}@media all and (max-width: 970px){.b-search-input__no-results{padding-bottom:20px;font-size:16px}}.b-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-search-input__all-header div{display:inline-block}.b-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-search-input__autocomplete{padding:20px 20px 0;max-height:720px;overflow:auto;max-width:calc(100% - 12px)}}.b-search-input__autocomplete-wrapper{padding-bottom:30px;position:relative}@media all and (max-width: 760px){.b-search-input__autocomplete-wrapper{padding-bottom:10px}}.b-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-search-input__close{right:20px}}@keyframes lds-dual-ring{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.b-search-input__loading{display:none;position:absolute;top:0;bottom:0;right:160px;margin:auto;z-index:20;width:64px;height:64px}.b-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-search-input__loading{right:20px}}.b-search-input--autocomplete-opened{border-bottom-left-radius:0;border-bottom-right-radius:0}.b-search-input--autocomplete-opened .b-search-input__autocomplete{display:block}.b-search-input--autocomplete-opened .b-search-input__close{display:block}.b-search-input--loading .b-search-input__close{display:none}.b-search-input--loading .b-search-input__loading{display:block}.b-search-input form{flex-grow:1;display:flex;flex-wrap:wrap;margin:0}.b-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-search-input form::before{display:none}}.b-search-input input{color:#1f1f1f;font-size:16px;flex-grow:1;min-height:60px;padding:19px 59px;resize:none;background:#fff;border:1px solid #e1e5ee;box-sizing:border-box;border-radius:10px}.b-search-input input::placeholder{color:#9497a3}@media all and (max-width: 560px){.b-search-input input{width:100%;font-size:16px;min-height:50px;padding:15px 40px 15px 20px}}.b-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-search-input button{display:none}}.b-search-input--cabinet-knowledgebase .b-search-input__close{right:25px}.b-search-input--cabinet-knowledgebase .b-search-input__autocomplete{max-width:calc(100% - 11px)}.b-search-input--cabinet-knowledgebase button{display:none}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-search-knowledgebase-teaser-item{box-sizing:border-box;position:relative}.b-search-knowledgebase-teaser-item__tags{width:100%}.b-search-knowledgebase-teaser-item__tag{font-size:14px;color:#697582;padding-right:35px;padding-top:6px;padding-bottom:6px;display:inline-block;text-decoration:none}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-search-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;box-shadow:0 0 1px 0 rgba(0,0,0,.2);transition:box-shadow 150ms;padding:22px 30px;flex-grow:1;z-index:1;width:100%}@media all and (max-width: 768px){.b-search-knowledgebase-teaser{padding:16px 20px}}@media all and (max-width: 375px){.b-search-knowledgebase-teaser{padding:12px 16px}}.b-search-knowledgebase-teaser__icon{padding-right:50px}.b-search-knowledgebase-teaser__icon img{max-width:80px}@media all and (max-width: 560px){.b-search-knowledgebase-teaser__icon{width:100%;padding-right:0;padding-bottom:20px}.b-search-knowledgebase-teaser__icon img{max-width:60px}}.b-search-knowledgebase-teaser__title{display:inline-block;color:#1f1f1f;font-size:20px;line-height:120%;font-weight:600;margin-bottom:6px;text-decoration:none;border-bottom:1px solid transparent;transition:border 150ms}.b-search-knowledgebase-teaser__title b{position:relative;display:inline-block}.b-search-knowledgebase-teaser__title b::before{content:"";position:absolute;z-index:-1;background:#fff5f5;top:-3px;left:-5px;right:-5px;bottom:-3px}@media(max-width: 767px){.b-search-knowledgebase-teaser__title{font-size:16px;margin-bottom:11px}}.b-search-knowledgebase-teaser__description{font-size:14px;line-height:130%;color:#676b77;margin-bottom:17px}.b-search-knowledgebase-teaser__description b{font-weight:normal;position:relative;display:inline-block}.b-search-knowledgebase-teaser__description b::before{content:"";position:absolute;z-index:-1;background:#fff5f5;top:-3px;left:-5px;right:-5px;bottom:-3px}.b-search-knowledgebase-teaser__parameters{display:flex;flex-wrap:wrap;align-content:center;align-items:center}.b-search-knowledgebase-teaser__parameter{color:#1f1f1f;padding-right:20px;display:flex;font-size:14px}.b-search-knowledgebase-teaser__parameter div{height:2em;display:flex;align-content:center;align-items:center}.b-search-knowledgebase-teaser__parameter div+div{padding-left:8px}.b-search-knowledgebase-teaser__info{max-width:calc(100% - 100px)}@media(max-width: 767px){.b-search-knowledgebase-teaser__info{padding-top:40px;max-width:inherit}}.b-search-knowledgebase-teaser__counter{font-size:16px}.b-search-knowledgebase-teaser--group{align-items:center;align-content:center;flex-wrap:nowrap}@media all and (max-width: 560px){.b-search-knowledgebase-teaser--group{flex-wrap:wrap}}.b-search-knowledgebase-teaser--group .b-search-knowledgebase-teaser__icon img{width:80px;max-width:80px}@media all and (max-width: 768px){.b-search-knowledgebase-teaser--group .b-search-knowledgebase-teaser__icon img{width:60px;max-width:60px}}.b-search-knowledgebase-teaser--section{align-content:center;align-items:center}.b-search-knowledgebase-teaser--section .b-search-knowledgebase-teaser__title{font-size:24px}.b-search-knowledgebase-teaser--section .b-search-knowledgebase-teaser .b-search-knowledgebase-teaser__title{font-size:20px}.b-search-knowledgebase-teaser--item-similar{border-radius:0;max-width:calc(33.33% - 20px);width:100%;margin-right:20px;padding:20px;min-height:177px}.b-search-knowledgebase-teaser--item-similar:nth-child(3n+3){margin-right:0}@media all and (max-width: 860px){.b-search-knowledgebase-teaser--item-similar{max-width:calc(50% - 20px);min-height:157px}.b-search-knowledgebase-teaser--item-similar:nth-child(3n+3){margin-right:20px}.b-search-knowledgebase-teaser--item-similar:nth-child(2n){margin-right:0}}@media all and (max-width: 560px){.b-search-knowledgebase-teaser--item-similar{max-width:none;margin-right:0}.b-search-knowledgebase-teaser--item-similar:nth-child(3n+3){margin-right:0}.b-search-knowledgebase-teaser--item-similar:nth-child(2n){margin-right:0}}.b-search-knowledgebase-teaser--item-similar .b-search-knowledgebase-teaser-params{flex-wrap:nowrap;padding-top:20px;position:relative;justify-content:space-between;width:100%}.b-search-knowledgebase-teaser--item-similar .b-search-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-search-knowledgebase-teaser--item-similar .b-search-knowledgebase-teaser-params__parameter:nth-child(2){margin-right:auto}}.b-search-knowledgebase-teaser--item-similar .b-search-knowledgebase-teaser__title{font-size:16px}.b-search-knowledgebase-teaser--item-similar .b-search-knowledgebase-teaser__info{height:100%;width:100%;display:flex;flex-wrap:wrap;align-content:space-between}.b-search-knowledgebase-teaser--item-similar .b-search-knowledgebase-teaser__description{display:none}.b-search-knowledgebase-teaser--item-mini{border:none;border-bottom:1px solid #ededed;box-shadow:none;border-radius:0;padding:0 0 5px;background:transparent}.b-search-knowledgebase-teaser--item-mini .b-search-knowledgebase-teaser__title{font-size:18px}.b-search-knowledgebase-teaser--item-mini .b-search-knowledgebase-teaser__description{font-size:14px}.b-search-knowledgebase-teaser--item-mini .b-search-knowledgebase-teaser__description b{display:inline-block;font-weight:normal;position:relative}.b-search-knowledgebase-teaser--item-mini .b-search-knowledgebase-teaser__description b::before{content:"";position:absolute;z-index:-1;background:#fff5f5;top:-2px;left:-4px;right:-4px;bottom:-2px}.b-search-knowledgebase-teaser--item-mini .b-search-knowledgebase-teaser-params{display:none}.b-search-knowledgebase-teaser--catalog{justify-content:center;padding:10px 10px 20px;width:calc(34.33% - 20px);margin-right:10px;max-width:calc(34.33% - 20px)}.b-search-knowledgebase-teaser--catalog:nth-child(3n+3){margin-right:0}@media all and (max-width: 768px){.b-search-knowledgebase-teaser--catalog{width:100%;max-width:100%;margin-right:0}}.b-search-knowledgebase-teaser--catalog .b-search-knowledgebase-teaser__title{font-size:14px;font-weight:normal;border:none}.b-search-knowledgebase-teaser--catalog .b-search-knowledgebase-teaser__title:hover{text-decoration:underline}.b-search-knowledgebase-teaser--catalog .b-search-knowledgebase-teaser__info{width:100%}.b-search-knowledgebase-teaser--catalog .b-search-knowledgebase-teaser__icon{padding-right:0;max-width:100%;overflow:hidden;border-radius:10px;margin-bottom:23px;padding-bottom:0}.b-search-knowledgebase-teaser--catalog .b-search-knowledgebase-teaser__icon img{max-width:none;display:block;border-radius:10px;overflow:hidden;height:100%;max-height:160px;min-height:160px;margin:auto}.b-search-knowledgebase-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-search-knowledgebase-teaser--catalog--mini:nth-child(3n+3){margin-right:0}@media all and (max-width: 768px){.b-search-knowledgebase-teaser--catalog--mini{width:calc(50% - 20px);max-width:calc(52% - 20px)}.b-search-knowledgebase-teaser--catalog--mini:nth-child(3n+3){margin-right:15px}.b-search-knowledgebase-teaser--catalog--mini:nth-child(2n+2){margin-right:0}}@media all and (max-width: 560px){.b-search-knowledgebase-teaser--catalog--mini{width:100%;max-width:100%;margin-right:0}.b-search-knowledgebase-teaser--catalog--mini:nth-child(3n+3){margin-right:0}.b-search-knowledgebase-teaser--catalog--mini:nth-child(2n+2){margin-right:0}}.b-search-knowledgebase-teaser--catalog--mini .b-search-knowledgebase-teaser__title{margin-bottom:0}.b-search-knowledgebase-teaser--catalog--mini .b-search-knowledgebase-teaser__icon{width:auto;margin-bottom:0;margin-right:10px}.b-search-knowledgebase-teaser--catalog--mini .b-search-knowledgebase-teaser__icon img{max-height:57px;min-height:57px;max-width:78px;width:100%}.b-search-knowledgebase-teaser--document{padding:33px 20px;width:calc(50% - 20px);margin-right:15px;max-width:370px;flex-wrap:nowrap}.b-search-knowledgebase-teaser--document:nth-child(2n+2){margin-right:0}@media all and (max-width: 768px){.b-search-knowledgebase-teaser--document{width:100%;max-width:100%;margin-right:0}}@media all and (max-width: 375px){.b-search-knowledgebase-teaser--document{padding-bottom:60px}}.b-search-knowledgebase-teaser--document .b-search-knowledgebase-teaser__title{color:#171725;font-size:14px;border:none}.b-search-knowledgebase-teaser--document .b-search-knowledgebase-teaser__title:hover{text-decoration:underline}.b-search-knowledgebase-teaser--document .b-search-knowledgebase-teaser__desc{color:#54535b;font-size:12px;margin-bottom:20px}.b-search-knowledgebase-teaser--document .b-search-knowledgebase-teaser__info{display:flex;flex-direction:column;height:100%}.b-search-knowledgebase-teaser--document .b-search-knowledgebase-teaser__icon{padding-right:18px}.b-search-knowledgebase-teaser--document .b-search-knowledgebase-teaser__icon img{max-width:117px;display:block;border:1px solid #e2e2e2;border-radius:6px}.b-search-knowledgebase-teaser--video{padding:0;width:100%;margin-right:30px;max-width:calc(50% - 15px);position:relative}.b-search-knowledgebase-teaser--video:nth-child(2n+2){margin-right:0}@media all and (max-width: 768px){.b-search-knowledgebase-teaser--video{width:100%;max-width:100%;margin-right:0}}.b-search-knowledgebase-teaser--video .b-search-knowledgebase-teaser__title{font-size:16px;color:#fff;position:absolute;z-index:10;bottom:30px;left:25px;border:none;margin-bottom:0}.b-search-knowledgebase-teaser--video .b-search-knowledgebase-teaser__title:hover{text-decoration:underline}.b-search-knowledgebase-teaser--video .b-search-knowledgebase-teaser__info{width:100%}.b-search-knowledgebase-teaser--video .b-search-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-search-knowledgebase-teaser--video .b-search-knowledgebase-teaser__icon img{position:absolute;z-index:1;top:0;bottom:0;left:0;right:0;max-width:none;display:block}.b-search-knowledgebase-teaser--video .b-search-knowledgebase-teaser__icon svg{position:absolute;z-index:2;top:0;bottom:0;left:0;right:0;margin:auto}@media(max-width: 760px){.b-search-knowledgebase-teaser .b-search-teaser__category{left:15px;right:auto}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-search-layout{background:#f5f6fa;padding-bottom:100px}.b-search-layout__header{width:100%;display:flex;justify-content:space-between;align-items:center}.b-search-layout__header-button--mobile{display:none;color:#1f1f1f;font-weight:600;font-size:14px;line-height:130%;text-decoration:none;border-bottom:1px solid transparent;transition:.2s;position:relative;padding:0 0 0 25px;width:auto}.b-search-layout__header-button--mobile::before{content:"";background:url(/img/icons/alert-btn.svg) no-repeat center;width:20px;height:20px;left:0;top:-3px;position:absolute;background-size:cover}@media all and (max-width: 970px){.b-search-layout__header-button--mobile{display:block}}@media all and (max-width: 767px){.b-search-layout__header{font-size:22px;line-height:29px}.b-search-layout__header-button--mobile{font-size:12px;line-height:16px}}.b-search-layout__header-text--desktop{display:inline-block}@media all and (max-width: 560px){.b-search-layout__header-text--desktop{display:none}}.b-search-layout__header-text--mobile{display:none}@media all and (max-width: 560px){.b-search-layout__header-text--mobile{display:inline-block}}.b-search-layout__route{width:100%}.b-search-layout__subheader{font-size:24px;font-weight:bold;color:#1f1f1f;margin:0 auto 30px;width:100%;order:1}@media all and (max-width: 1280px){.b-search-layout__subheader{order:2}}.b-search-layout__colored-wrapper{padding:0 0 100px}@media all and (max-width: 1280px){.b-search-layout__colored-wrapper{padding:0 0 80px}}.b-search-layout__wrapper{margin:auto;display:flex;flex-wrap:wrap}.b-search-layout__wrapper--nowrap{flex-wrap:nowrap}@media(max-width: 1399px){.b-search-layout__wrapper--nowrap{flex-flow:column}}.b-search-layout__wrapper+.b-search-layout__colored-wrapper{padding:0 0 100px}@media(max-width: 767px){.b-search-layout__wrapper+.b-search-layout__colored-wrapper{padding-top:17px}}.b-search-layout__left{width:100%;max-width:880px}@media(max-width: 1280px){.b-search-layout__left{max-width:67%}}@media(max-width: 970px){.b-search-layout__left{max-width:none}}.b-search-layout__right{width:100%;max-width:300px;margin-left:20px}.b-search-layout__right_ban{margin-bottom:50px}@media(max-width: 1280px){.b-search-layout__right{max-width:calc(33% - 20px)}}@media(max-width: 970px){.b-search-layout__right{display:none}}.b-search-layout__list{max-width:820px;width:100%;flex-grow:1;order:2}@media all and (max-width: 1280px){.b-search-layout__list{order:3}}.b-search-layout__content{background:#fff;padding:50px 40px;box-sizing:border-box}@media all and (max-width: 560px){.b-search-layout__content{padding:20px 16px;margin:0 -16px}}.b-search-layout__content img{max-width:100%;height:auto}.b-search-layout__content table{max-width:100%;overflow:auto}.b-search-layout--group .b-search-layout__list,.b-search-layout--section .b-search-layout__list{max-width:750px}.b-search-layout--group .b-search-layout__sidebar,.b-search-layout--section .b-search-layout__sidebar{max-width:390px}@media all and (max-width: 1280px){.b-search-layout--group .b-search-layout__sidebar,.b-search-layout--section .b-search-layout__sidebar{max-width:750px}}.b-search-layout__sidebar{padding-left:30px;max-width:340px;order:3;box-sizing:border-box}@media all and (max-width: 1280px){.b-search-layout__sidebar{max-width:860px;order:1;padding-left:0;margin-bottom:30px;display:flex}}@media all and (max-width: 768px){.b-search-layout__sidebar{flex-wrap:wrap}}.b-search-layout__sidebar .b-search-teaser-params{justify-content:space-between;flex-wrap:nowrap}.b-search-layout__sidebar--mobile-bottom{flex-grow:1;order:3}@media all and (max-width: 1280px){.b-search-layout__sidebar--mobile-bottom{order:3}}.b-search-layout__sidebar-container{background:#fff;padding:13px 22px;margin-bottom:10px}@media all and (max-width: 1280px){.b-search-layout__sidebar-container{margin-bottom:0;margin-top:20px;display:flex;margin-right:10px}.b-search-layout__sidebar-container:last-child{margin-right:0}}@media all and (max-width: 560px){.b-search-layout__sidebar-container{margin-right:0;width:100%}}.b-search-layout__sidebar-container>.b-search-teaser-params .b-search-teaser-params__parameter:nth-child(1){order:2}.b-search-layout__sidebar-container>.b-search-teaser-params .b-search-teaser-params__parameter:nth-child(2){order:3;padding-right:0}.b-search-layout__sidebar-container>.b-search-teaser-params .b-search-teaser-params__parameter:nth-child(3){order:1;padding-right:14px}@media all and (max-width: 1280px){.b-search-layout__sidebar-container>.b-search-teaser-params .b-search-teaser-params__parameter:nth-child(3){display:none}}.b-search-layout__search-desc{font-size:18px;line-height:21px;color:#676767;width:100%;padding-bottom:24px}.b-search-layout__search-desc span{color:#1f1f1f}@media all and (max-width: 1399px){.b-search-layout__search-desc{font-size:16px}}@media(max-width: 767px){.b-search-layout__search-desc{padding-bottom:15px}}@media(max-width: 560px){.b-search-layout .b-breadcrumbs{width:calc(100% + 20px)}}@media(max-width: 767px){.b-search-layout{padding-bottom:50px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-search-pagination{margin:24px 0 40px;font-family:ProximaNova,Arial,sans-serif;width:100%;margin-left:10px;display:flex;align-items:center;justify-content:center}.b-search-pagination b,.b-search-pagination a{display:flex;width:47px;height:47px;border-radius:8px;margin-right:10px;align-items:center;justify-content:center;font-size:16px;line-height:19px}.b-search-pagination b{background:#e30713;color:#fff;box-shadow:0 10px 20px rgba(224,15,32,.23)}.b-search-pagination a{background-color:#fafafa;cursor:pointer;color:#1f1f1f;transition:.2s;text-decoration:none}.b-search-pagination a:hover{background-color:#e30713;color:#fff;box-shadow:0 10px 20px rgba(224,15,32,.23)}.b-search-pagination span{font-size:0;width:24px;height:1px;display:block;margin-right:10px;position:relative}.b-search-pagination span::after{position:absolute;content:"";width:100%;height:1px;background-color:#9b9b9b}.b-search-pagination__prev,.b-search-pagination__next{display:block;width:14px;height:7px;background-position:center;background-repeat:no-repeat;background-size:auto;background-color:#fff;border:1px solid #efefef;box-sizing:border-box;box-shadow:0 20px 50px rgba(0,0,0,.05);border-radius:8px}.b-search-pagination__prev:hover svg path,.b-search-pagination__next:hover svg path{stroke:#fff}.b-search-pagination__prev{transform:rotate(180deg)}
.b-search-scope{width:100%;position:relative;display:flex;flex-wrap:wrap}.b-search-scope .b-search-teaser-item{width:100%;position:relative;z-index:10}.b-search-scope .b-search-teaser-item .b-search-teaser__title b{position:relative;display:inline-block}.b-search-scope .b-search-teaser-item .b-search-teaser__title b::before{content:"";position:absolute;z-index:-1;background:#fff5f5;top:-3px;left:-5px;right:-5px;bottom:-5px}.b-search-scope .b-search-teaser-item .b-search-teaser__description b{display:inline-block;font-weight:normal;position:relative}.b-search-scope .b-search-teaser-item .b-search-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-search-scope__loading{display:none;position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;z-index:20}.b-search-scope__loading::before{content:" ";display:block;position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(250,250,250,.8)}.b-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-search-scope__list{display:flex;flex-wrap:wrap;width:100%}.b-search-scope__title{font-size:28px;font-weight:bold;color:#1f1f1f;margin-bottom:30px;text-decoration:none;display:block;width:100%}.b-search-scope__title span{font-size:20px;font-weight:normal;color:#676767;opacity:.4;padding-left:10px}@media all and (max-width: 560px){.b-search-scope__title{font-size:24px}}.b-search-scope--loading .b-search-scope__loading{display:flex}.b-search-scope--autocomplete{padding:0}.b-search-scope--autocomplete .b-search-scope__title{font-size:14px;color:#676767;font-weight:normal;margin-bottom:15px}.b-search-scope--autocomplete .b-search-scope__title span{font-size:14px;color:#676767;font-weight:normal;opacity:1;padding-left:2px}.b-search-scope--autocomplete .b-search-scope__show-more{display:none}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-search-tabs{width:100%;margin-bottom:30px}@media(max-width: 767px){.b-search-tabs{margin-bottom:20px}}.b-search-tabs__list{display:flex;overflow:auto;padding:0;list-style-type:none;flex-wrap:wrap;margin:0}@media(max-width: 769px){.b-search-tabs__list{flex-wrap:nowrap;margin-right:-10px;position:relative}}.b-search-tabs__button{order:2;white-space:nowrap;border-radius:60px;border:1px solid #e1e5ee;padding:11px 13px 11px 14px;background:#fff;margin-right:5px;display:flex;align-items:center;justify-content:center}.b-search-tabs__button--total{order:1}.b-search-tabs__button.active{background:#e72430;border-color:#e72430}.b-search-tabs__button.active a{color:#fff;font-weight:600}@media(max-width: 1280px){.b-search-tabs__button{margin-bottom:10px}}@media(max-width: 769px){.b-search-tabs__button{margin-bottom:0}}.b-search-tabs__item{text-decoration:none;white-space:nowrap;color:#1f1f1f;font-weight:normal;font-size:14px;line-height:130%;display:flex;align-items:center;justify-content:center}@media(max-width: 769px){.b-search-tabs__item{padding:0 13px 0 14px}}.active .b-search-tabs__count{color:#fff}.b-search-tabs .active img{display:none}.b-search-tabs__count{color:#8a8a8a}.b-search-tabs__name{padding:0 4px 0 7px}.b-search-tabs .ps-container.ps-theme-default.ps-active-x .ps-scrollbar-x-rail{background-color:transparent;opacity:1;width:4px;border-radius:4px;right:-20px;transition:opacity .5s}.b-search-tabs .ps-container.ps-theme-default.ps-active-x .ps-scrollbar-x-rail .ps-scrollbar-x{background-color:transparent;border-radius:4px;right:0;width:100%}.b-search-tabs .ps-container.ps-theme-default.ps-in-scrolling.ps-active-x.ps-y:hover .ps-scrollbar-x-rail{background-color:transparent;opacity:1;width:4px;border-radius:4px;right:-20px;transition:opacity .5s}.b-search-tabs .ps-container.ps-theme-default.ps-in-scrolling.ps-active-x.ps-y:hover .ps-scrollbar-x-rail .ps-scrollbar-x{background-color:transparent;border-radius:4px;right:0;width:100%}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-search-teaser-calculator{box-sizing:border-box}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-search-teaser-catalog{box-sizing:border-box}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-search-teaser-document{box-sizing:border-box;position:relative}.b-search-teaser-document .b-search-teaser__icon-wrapper{align-items:center}@media all and (max-width: 767px){.b-search-teaser-document .b-search-teaser__icon-wrapper{align-items:flex-start}}.b-search-teaser-document__download-link{position:absolute;right:29px;bottom:20px}.b-search-teaser-document__download-link span{font-size:14px}.b-search-teaser-document__download-link span:last-child{color:#9497a3;margin-left:5px;font-weight:normal}.b-search-teaser-document__download-link span:first-child{color:#ed1c24}@media all and (max-width: 767px){.b-search-teaser-document__download-link{display:none}}.b-search-teaser-document__download-link--mobile{display:none;position:absolute;left:12px;bottom:16px;width:auto}@media all and (max-width: 767px){.b-search-teaser-document__download-link--mobile{position:relative;display:flex;width:100%;left:0;bottom:0;padding:15px 0;border-top:1px solid #e1e5ee}}.b-search-teaser-document__download-wrapper--bim{display:none}@media(max-width: 769px){.b-search-teaser-document__download-wrapper{width:100%}}.b-search-teaser-document__popup-content{display:block;box-sizing:border-box;background-color:#fff;width:100%;max-width:500px;padding:30px 15px 15px;margin:10px auto;position:relative}.b-search-teaser-document__download-btn{display:block;box-sizing:border-box;padding:15px 10px;margin:10px 0;border:1px solid #e41f25;color:#000;text-decoration:none;transition:background-color .3s,color .3s;overflow-x:scroll}.b-search-teaser-document__download-btn:hover{background-color:#e41f25;color:#fff}.b-search-teaser-document__date-info{color:#676b77;font-weight:400;font-size:14px;line-height:1.2;margin-top:10px;margin-bottom:10px}@media all and (max-width: 375px){.b-search-teaser-document__date-info{margin-bottom:20px}}@media(min-width: 769px){.b-search-teaser-document--bim .b-search-teaser__icon-wrapper{padding-left:16px !important;padding-right:16px !important}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-search-teaser-video{box-sizing:border-box}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-search-teaser{margin-bottom:16px;background:#fff;border-radius:10px;text-decoration:none;display:flex;align-items:center;box-shadow:0 0 1px 0 rgba(0,0,0,.2);transition:box-shadow 150ms;width:100%;position:relative}@media(max-width: 767px){.b-search-teaser{padding:20px 20px 5px 20px;align-items:flex-start;flex-wrap:wrap}}.b-search-teaser__info{padding:25px 25px 40px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;max-width:559px;flex-direction:column}.b-search-teaser__info-archive{position:absolute;margin-bottom:-10px;color:#e72430;font-size:14px}@media(max-width: 1280px){.b-search-teaser__info{padding-top:52px}}@media(max-width: 767px){.b-search-teaser__info{padding:35px 0 15px 15px;max-width:calc(100% - 68px);flex-wrap:wrap}}@media(max-width: 374px){.b-search-teaser__info{padding-left:12px}}.b-search-teaser__section-name{color:#1f1f1f;padding:6px 13px;background:#f5f6fa;box-sizing:border-box;border-radius:5px;font-size:12px;margin-bottom:10px;line-height:130%}.b-search-teaser__icon-wrapper{box-sizing:border-box;width:100%;min-width:106px;max-width:106px;min-height:146px;max-height:146px;height:100%;overflow:hidden;display:flex;margin:0 0 0 25px;padding:10px 0}@media(max-width: 1240px){.b-search-teaser__icon-wrapper{min-width:120px;max-width:120px}}@media(max-width: 760px){.b-search-teaser__icon-wrapper{min-width:68px;max-width:68px;margin:0;padding:0}}.b-search-teaser__icon{width:100%;height:100%;max-height:146px;background-position:center;background-repeat:no-repeat;background-size:contain}.b-search-teaser__icon-def{background-size:contain;width:66px;height:87px;background-position:center;background-repeat:no-repeat;display:flex;background-color:#f5f6fa;padding:3px;box-sizing:border-box;border-radius:5px;margin:7px auto}@media(max-width: 767px){.b-search-teaser__icon{min-height:100px;max-height:100px}}@media(max-width: 374px){.b-search-teaser__icon{min-height:87px;max-height:87px}}.b-search-teaser__title-wrapper{width:100%}.b-search-teaser__title{display:inline-block;color:#1f1f1f;font-size:20px;line-height:120%;font-weight:600;margin-bottom:6px;text-decoration:none;border-bottom:1px solid transparent;transition:border 150ms}@media(max-width: 767px){.b-search-teaser__title{font-size:16px;margin-bottom:11px}}.b-search-teaser__title b{position:relative;display:inline-block}.b-search-teaser__title b::before{content:"";position:absolute;z-index:-1;background:#fff5f5;top:-3px;left:-5px;right:-5px;bottom:-3px}.b-search-teaser__description{font-size:14px;line-height:130%;margin:0;color:#676b77;width:100%}.b-search-teaser__description b{font-weight:normal;position:relative;display:inline-block}.b-search-teaser__description b::before{content:"";position:absolute;z-index:-1;background:#fff5f5;top:-3px;left:-5px;right:-5px;bottom:-3px}.b-search-teaser__types{position:absolute;top:18px;right:29px;display:flex;flex-flow:nowrap}.b-search-teaser__constr_segment{padding:3px 8px 4px;background:#fefefe;border:1px solid #e1e5ee;box-sizing:border-box;border-radius:30px;font-size:14px;line-height:130%;margin-left:10px}@media(max-width: 760px){.b-search-teaser__constr_segment{left:105px;right:auto}}.b-search-teaser__category{color:#676b77;padding:3px 8px 4px;background:#f5f6fa;border:1px solid #e1e5ee;box-sizing:border-box;border-radius:30px;font-size:14px;line-height:130%;margin-left:10px}@media(max-width: 760px){.b-search-teaser__category{left:105px;right:auto}}.b-search-teaser__parameters{display:flex;flex-wrap:wrap;align-content:center;align-items:center}.b-search-teaser__parameter{color:#1f1f1f;padding-right:20px;display:flex;font-size:14px}.b-search-teaser__parameter div{height:2em;display:flex;align-content:center;align-items:center}.b-search-teaser__parameter div+div{padding-left:8px}.b-search-teaser__counter{font-size:16px}.b-search-teaser--group{align-items:center;align-content:center;flex-wrap:nowrap}@media all and (max-width: 560px){.b-search-teaser--group{flex-wrap:wrap}}.b-search-teaser--group .b-search-teaser__icon-wrapper img{width:80px;max-width:80px}@media all and (max-width: 768px){.b-search-teaser--group .b-search-teaser__icon-wrapper img{width:60px;max-width:60px}}.b-search-teaser--section{align-content:center;align-items:center}.b-search-teaser--section .b-search-teaser__title{font-size:24px}.b-search-teaser--section .b-search-teaser .b-search-teaser__title{font-size:20px}.b-search-teaser--item-similar{border-radius:0;max-width:100%;width:100%;padding:20px;min-height:177px}.b-search-teaser--item-similar:nth-child(3n+3){margin-right:0}@media all and (max-width: 860px){.b-search-teaser--item-similar{min-height:157px}}@media all and (max-width: 560px){.b-search-teaser--item-similar{max-width:none;margin-right:0}}.b-search-teaser--item-similar .b-search-teaser-params{flex-wrap:nowrap;padding-top:20px;position:relative;justify-content:space-between;width:100%}.b-search-teaser--item-similar .b-search-teaser-params::after{content:"";position:absolute;top:0;left:-20px;right:-20px;border-top:1px solid #ededed}@media all and (max-width: 1280px){.b-search-teaser--item-similar .b-search-teaser-params__parameter:nth-child(2){margin-right:auto}}.b-search-teaser--item-similar .b-search-teaser__title{font-size:16px}.b-search-teaser--item-similar .b-search-teaser__info{height:100%;width:100%;display:flex;flex-wrap:wrap;align-content:space-between}.b-search-teaser--item-similar .b-search-teaser__description{display:none}.b-search-teaser--item-mini{border:none;border-bottom:1px solid #ededed;box-shadow:none;border-radius:0;padding:0 0 5px;background:transparent}.b-search-teaser--item-mini .b-search-teaser__title{font-size:18px}.b-search-teaser--item-mini .b-search-teaser__description{font-size:14px}.b-search-teaser--item-mini .b-search-teaser__description b{display:inline-block;font-weight:normal;position:relative}.b-search-teaser--item-mini .b-search-teaser__description b::before{content:"";position:absolute;z-index:-1;background:#fff5f5;top:-2px;left:-4px;right:-4px;bottom:-2px}.b-search-teaser--item-mini .b-search-teaser-params{display:none}.b-search-teaser--video{padding:0;width:100%;max-width:100%;position:relative}@media all and (max-width: 768px){.b-search-teaser--video{width:100%;max-width:100%;margin-right:0}}.b-search-teaser--video .b-search-teaser__title{font-size:16px;color:#fff;position:absolute;z-index:10;bottom:30px;left:25px;border:none;margin-bottom:0}.b-search-teaser--video .b-search-teaser__title:hover{text-decoration:underline}.b-search-teaser--video .b-search-teaser__info{width:100%}.b-search-teaser--video .b-search-teaser__icon-wrapper{padding-right:0;padding-bottom:0;width:100%;height:100%;min-height:245px;overflow:hidden;position:relative;z-index:1;border-radius:10px}.b-search-teaser--video .b-search-teaser__icon-wrapper img{position:absolute;z-index:1;top:0;bottom:0;left:0;right:0;max-width:none;display:block}.b-search-teaser--video .b-search-teaser__icon-wrapper svg{position:absolute;z-index:2;top:0;bottom:0;left:0;right:0;margin:auto}.b-search-teaser__buttons{flex-grow:1;margin-top:10px;padding-left:10px;box-sizing:border-box;display:flex;flex-direction:column;position:absolute;bottom:10px;right:10px}.b-search-teaser__buttons.systems,.b-search-teaser__buttons.catalog{flex-flow:nowrap;max-width:156px;justify-content:flex-end}.b-search-teaser__buttons .b-products__compare-block{position:relative;margin-bottom:0;margin-right:10px;white-space:nowrap;padding-bottom:0}.b-search-teaser__buttons .b-products__share-btn{position:relative}.b-search-teaser__buttons .b-products__share-btn span{right:-14px}@media(max-width: 480px){.b-search-teaser__buttons{margin:0}}
.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-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-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-comments-container{background:#fff;border-radius:10px;padding:20px 30px 30px}.b-comments-container__wrapper{position:relative}.b-comments-container__wrapper--scroll{max-height:797px;overflow:hidden;margin-right:-15px}.b-comments-container .b-comments-list{margin:0;padding:20px 0;border-top:1px solid #e1e5ee;border-radius:0}.b-comments-container .b-comments-list:first-child{border-top:0;padding-top:0}.b-comments-container .b-comments-form__wrapper{box-shadow:none}.b-comments-container .b-comments-file__item{margin-top:15px;background:#f5f6fa}.b-comments-container .b-comments-file__error{margin-top:15px}.b-comments-container .b-comments-file{margin:0}.b-comments-container .b-comments-list__date{margin-left:auto}@media screen and (max-width: 560px){.b-comments-container .b-comments-list__date{margin-left:0}}.b-comments-container .ps-container.ps-theme-default{padding-right:15px}.b-comments-container .ps-container.ps-theme-default.ps-active-y .ps-scrollbar-y-rail{background-color:transparent;opacity:1;width:4px;border-radius:4px;right:-20px;transition:opacity .5s;padding-right:0}.b-comments-container .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%}.b-comments-container .ps-container.ps-theme-default.ps-in-scrolling.ps-active-y.ps-y:hover .ps-scrollbar-y-rail{background-color:transparent;opacity:1;width:4px;border-radius:4px;right:-20px;transition:opacity .5s;padding-right:0}.b-comments-container .ps-container.ps-theme-default.ps-in-scrolling.ps-active-y.ps-y:hover .ps-scrollbar-y-rail .ps-scrollbar-y{background-color:#e1e5ee;border-radius:4px;right:0;width:100%}@media screen and (max-width: 560px){.b-comments-container{padding:20px}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-comments-file{margin:15px 0 20px}.b-comments-file__input{margin-bottom:20px}.b-comments-file__input label{font-weight:600;font-size:14px;color:#e72430;display:flex;align-items:center;cursor:pointer}.b-comments-file__input span{margin-left:10px}.b-comments-file__input input{display:none}.b-comments-file__list{flex-wrap:wrap;display:flex;margin:0 57px 5px 0}.b-comments-file__list.js-hide{display:none}.b-comments-file__item{display:flex;padding:16px 18px;background:#fff;border-radius:10px;margin-right:15px;margin-bottom:15px;align-items:center;max-width:100%}.b-comments-file__item-name{font-size:14px;padding:0 3px 0 10px;max-width:300px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#1f1f1f}.b-comments-file__item-del{width:15px;height:15px;margin-left:8px;cursor:pointer}.b-comments-file__item svg{min-width:18px;max-width:18px}.b-comments-file__item.template{display:none}@media screen and (max-width: 560px){.b-comments-file__item{width:100%}}.b-comments-file--articles .b-comments-file__item{background:#f5f6fa}.b-comments-file__error{display:none;font-weight:600;font-size:14px;color:#e72430;margin-bottom:20px}.b-comments-file__error.js-active{display:block}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-comments-form{margin-bottom:20px}.b-comments-form__wrapper{background:#fff;border:1px solid #e2e2e2;box-sizing:border-box;box-shadow:0 20px 100px rgba(0,0,0,.05);border-radius:10px;display:flex;align-items:center;overflow:hidden}@media all and (max-width: 560px){.b-comments-form__wrapper{flex-wrap:wrap;justify-content:center;border:none;background:transparent;box-shadow:none}}.b-comments-form__wrapper .tox .tox-toolbar,.b-comments-form__wrapper .tox .tox-toolbar__primary,.b-comments-form__wrapper .tox .tox-toolbar__overflow{background:none}.b-comments-form__wrapper .tox-tinymce{border:none;width:100%}.b-comments-form__wrapper .tox .tox-statusbar{border-top:none;font-size:10px;height:22px;padding-left:0}.b-comments-form__wrapper .tox .tox-statusbar__path{display:none}.b-comments-form__wrapper .tox .tox-statusbar__text-container{justify-content:flex-start}.b-comments-form__wrapper--no-auth{position:relative}.b-comments-form__wrapper--no-auth::before{content:"";display:block;position:absolute;left:0;top:0;width:100%;height:100%;cursor:pointer;z-index:2}.b-comments-form__comment-message{color:#92929d;font-size:16px;border:none;background:transparent;flex-grow:1;min-height:85px;padding:24px 30px;box-sizing:border-box;resize:none;outline:none;box-shadow:none;border-radius:10px}.b-comments-form__comment-message:focus-visible{border:none;outline:none}.b-comments-form__comment-message.js-error{background:#e7243017}@media all and (max-width: 560px){.b-comments-form__comment-message{width:100%;min-height:108px;background:#fff;border:1px solid #e1e5ee;box-sizing:border-box;border-radius:10px;padding:15px 18px}}.b-comments-form--knowledgebase .b-comments-form__comment-message{border:none}.b-comments-form input[type=file]{display:none}.b-comments-form__comment-attach{margin:auto;cursor:pointer;display:flex;align-items:center}.b-comments-form__comment-attach svg{min-width:23px}@media all and (max-width: 560px){.b-comments-form__comment-attach svg{margin-right:10px}}@media all and (max-width: 560px){.b-comments-form__comment-attach{margin:20px auto 0 0;flex-direction:row-reverse}}.b-comments-form__file-name{font-size:11px;max-width:200px;padding-right:5px;word-break:break-word}.b-comments-form__comment-attach-name{color:#e30713;font-size:14px;font-weight:600;display:none}@media all and (max-width: 560px){.b-comments-form__comment-attach-name{display:block}}.b-comments-form__comment-attach-name--hide{display:none}.b-comments-form__comment-submit{background:#e72430;border:none;padding:22px 80px;margin:16px 20px;border-radius:10px;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:opacity .2s}.b-comments-form__comment-submit:disabled{opacity:.5;cursor:default}@media all and (max-width: 560px){.b-comments-form__comment-submit{width:100%;padding:22px 0;margin:18px 0 20px}}.b-comments-form__answer-button{color:#e72430;font-size:14px;font-weight:600;cursor:pointer}.b-comments-form__answer-button span:last-child{display:none}.b-comments-form__answer-button--opened span:first-child{display:none}.b-comments-form__answer-button--opened span:last-child{display:block}.b-comments-form__edit-button{color:#e72430;font-size:14px;cursor:pointer;text-align:right;margin-bottom:10px}.b-comments-form--answer,.b-comments-form--edit{margin-top:5px;margin-bottom:0;box-shadow:none}.b-comments-form--answer .b-comments-form__wrapper,.b-comments-form--edit .b-comments-form__wrapper{margin-top:20px}.b-comments-form--answer .b-comments-form__container,.b-comments-form--edit .b-comments-form__container{max-height:0;overflow:hidden;transition:max-height 150ms}.b-comments-form--answer .b-comments-form__container--visible,.b-comments-form--edit .b-comments-form__container--visible{max-height:inherit}.b-comments-form--cabinet{width:100%}.b-comments-form--knowledgebase .b-comments-form__wrapper{border:none}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-comments-list{background:#fff;border-radius:10px;padding:20px;margin:20px 0;position:relative}.b-comments-list__header{display:flex;flex-wrap:wrap;align-items:center;align-content:center;position:relative}.b-comments-list__avatar{border-radius:100%;background:#ed1c24;width:40px;min-width:40px;height:40px;overflow:hidden;margin-right:10px;display:flex;align-items:center;align-content:center;justify-content:center}.b-comments-list__avatar img{display:block}.b-comments-list__avatar-anon{width:100%;border:1px solid #e72430;border-radius:50%;background-color:#fefefe}.b-comments-list__sub .b-comments-list__avatar{width:30px;min-width:30px;height:30px}@media all and (max-width: 560px){.b-comments-list__sub .b-comments-list__avatar{width:20px;min-width:20px;height:20px}}.b-comments-list__info{display:flex;align-items:center;flex-wrap:wrap;flex:1}@media all and (max-width: 560px){.b-comments-list__info{flex-direction:column;align-items:flex-start}}.b-comments-list__author{color:#171725;font-weight:bold;font-size:16px;margin-right:12px}.b-comments-list__date{color:#676b77;font-size:14px;white-space:nowrap}.b-comments-list__body{font-size:14px;line-height:1.3em;color:#171725;padding:12px 0}.b-comments-list__body a{text-overflow:ellipsis;display:inline-block;max-width:100%;overflow:hidden;vertical-align:bottom}.b-comments-list__footer{position:relative}.b-comments-list__footer .b-comments-rating{position:absolute;top:0;right:0}.b-comments-list__sub-open,.b-comments-list__sub-close{position:absolute;top:16px;bottom:16px;left:3px;cursor:pointer}.b-comments-list__sub-open::after,.b-comments-list__sub-close::after{content:"";background:#dfdfdf;width:1px;position:absolute;top:15px;bottom:10px;left:7px}.b-comments-list__sub-open--hidden,.b-comments-list__sub-close--hidden{display:none}.b-comments-list__sub .b-comments-list{padding:15px 0 15px 20px;margin:0}.b-comments-list__show-more{color:#e72430;font-size:14px;margin-top:10px;cursor:pointer}.b-comments-list__show-more.js-hide{display:none}.b-comments-list__attach{display:flex;align-items:center;align-content:center;margin-top:15px}.b-comments-list__attach a{color:#92929d;font-size:14px;text-decoration:none;padding-left:15px;word-break:break-word}.b-comments-list__attach-type{background:#1d75f9;border-radius:10px;width:44px;min-width:44px;height:44px;position:relative}.b-comments-list__attach-type svg{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;transform:scale(1.8)}.b-comments-list__attach-type svg:first-child{top:-14px;right:-10px}.b-comments-list__doc-extension{color:#fff;font-size:8px;position:absolute;top:-6px;bottom:0;right:0;left:0;margin:auto;height:1em;text-align:center}.b-comments-list--hidden{display:none}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-comments-popup{max-width:400px;margin:0 auto;position:relative}.b-comments-popup__content{padding:20px 30px;background:#fff;border-radius:10px;position:relative}@media screen and (max-width: 620px){.b-comments-popup__content{display:flex;flex-direction:column;width:100%;margin-top:auto;border-radius:10px 10px 0 0;padding:15px 15px 70px}}.b-comments-popup__title{font-weight:bold;font-size:18px;margin-top:25px}.b-comments-popup__text{display:flex;flex-direction:column;align-items:center;color:#676b77;font-size:14px;margin:39px 0 35px}.b-comments-popup__button{width:100%}@media screen and (max-width: 620px){.b-comments-popup__button{padding:20px 0;margin-bottom:10px}}.b-comments-popup__auth-link{width:100%;text-decoration:none}.b-comments-popup .mfp-close{display:none}.b-comments-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-comments-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-comments-rating{display:flex;align-content:center;align-items:center;justify-content:space-between}.b-comments-rating__rating{cursor:pointer}.b-comments-rating__rating svg{display:block}.b-comments-rating__rating--down svg path{stroke:#cecece}.b-comments-rating__rating--up{transform:rotate(0deg) translateY(-1px)}.b-comments-rating__rating--up svg path{stroke:#27ae60}.b-comments-rating__rating:last-child{padding-left:8px}.b-comments-rating__rating-value{color:#babeca;padding-left:8px;font-size:12px}.b-comments-rating--big .b-knowledgebase-rating__rating:last-child{padding-left:20px}.b-comments-rating--big .b-knowledgebase-rating__rating svg{transform:scale(1.8)}.b-comments-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-comments-wrap{padding-top:60px;padding-bottom:60px}@media all and (max-width: 1280px){.b-comments-wrap{padding-top:40px}}@media all and (max-width: 560px){.b-comments-wrap{padding-bottom:30px}}.b-comments-wrap__top{display:flex;align-items:center;width:100%;justify-content:space-between;flex-wrap:wrap;margin-bottom:20px}@media all and (max-width: 768px){.b-comments-wrap__top{flex-direction:column;align-items:flex-start}}.b-comments-wrap__title{font-size:30px;line-height:130%;font-weight:700;margin-right:30px;flex:1}.b-comments-wrap__title span{font-weight:400;font-size:16px;display:block;line-height:120%;margin:5px 0 8px}@media all and (max-width: 768px){.b-comments-wrap__title{margin-bottom:13px}}.b-comments-wrap__bottom{display:flex;justify-content:center}.b-comments-wrap__show-more{max-width:400px;background:transparent;transition:all .2s}.b-comments-wrap__show-more:hover{background:#e72430;color:#fff}.b-comments-wrap .b-comments-wrap__show-more--hidden{display:none}
