

/* Start:/local/templates/memory/libs/selectize/selectize.css?17075470739118*/
/**
 * selectize.css (v0.12.6)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}
.selectize-input.full {
  background-color: #fff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
  opacity: 1;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

/* End */


/* Start:/local/templates/memory/libs/noty/noty.css?17075470735589*/
.noty_layout_mixin, #noty_layout__top, #noty_layout__topLeft, #noty_layout__topCenter, #noty_layout__topRight, #noty_layout__bottom, #noty_layout__bottomLeft, #noty_layout__bottomCenter, #noty_layout__bottomRight, #noty_layout__center, #noty_layout__centerLeft, #noty_layout__centerRight {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 9999999;
  -webkit-transform: translateZ(0) scale(1, 1);
          transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  filter: blur(0);
  -webkit-filter: blur(0);
  max-width: 90%; }

#noty_layout__top {
  top: 0;
  left: 5%;
  width: 90%; }

#noty_layout__topLeft {
  top: 20px;
  left: 20px;
  width: 325px; }

#noty_layout__topCenter {
  top: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__topRight {
  top: 20px;
  right: 20px;
  width: 325px; }

#noty_layout__bottom {
  bottom: 0;
  left: 5%;
  width: 90%; }

#noty_layout__bottomLeft {
  bottom: 20px;
  left: 20px;
  width: 325px; }

#noty_layout__bottomCenter {
  bottom: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__bottomRight {
  bottom: 20px;
  right: 20px;
  width: 325px; }

#noty_layout__center {
  top: 50%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px), -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__centerLeft {
  top: 50%;
  left: 20px;
  width: 325px;
  -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__centerRight {
  top: 50%;
  right: 20px;
  width: 325px;
  -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); }

.noty_progressbar {
  display: none; }

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #646464;
  opacity: 0.2;
  filter: alpha(opacity=10); }

.noty_bar {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);
  -ms-transform: translate(0, 0) scale(1, 1);
      transform: translate(0, 0) scale(1, 1);
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden; }

.noty_effects_open {
  opacity: 0;
  -webkit-transform: translate(50%);
      -ms-transform: translate(50%);
          transform: translate(50%);
  -webkit-animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.noty_effects_close {
  -webkit-animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.noty_fix_effects_height {
  -webkit-animation: noty_anim_height 75ms ease-out;
          animation: noty_anim_height 75ms ease-out; }

.noty_close_with_click {
  cursor: pointer; }

.noty_close_button {
  position: absolute;
  top: 2px;
  right: 2px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.noty_close_button:hover {
  background-color: rgba(0, 0, 0, 0.1); }

.noty_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
  opacity: .3;
  left: 0;
  top: 0; }

.noty_modal.noty_modal_open {
  opacity: 0;
  -webkit-animation: noty_modal_in .3s ease-out;
          animation: noty_modal_in .3s ease-out; }

.noty_modal.noty_modal_close {
  -webkit-animation: noty_modal_out .3s ease-out;
          animation: noty_modal_out .3s ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@-webkit-keyframes noty_modal_in {
  100% {
    opacity: .3; } }

@keyframes noty_modal_in {
  100% {
    opacity: .3; } }

@-webkit-keyframes noty_modal_out {
  100% {
    opacity: 0; } }

@keyframes noty_modal_out {
  100% {
    opacity: 0; } }

@keyframes noty_modal_out {
  100% {
    opacity: 0; } }

@-webkit-keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1; } }

@keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1; } }

@-webkit-keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
            transform: translate(50%);
    opacity: 0; } }

@keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
            transform: translate(50%);
    opacity: 0; } }

@-webkit-keyframes noty_anim_height {
  100% {
    height: 0; } }

@keyframes noty_anim_height {
  100% {
    height: 0; } }

/*# sourceMappingURL=noty.css.map*/
/* End */


/* Start:/local/templates/memory/libs/magnific-popup/magnific-popup.css?17075470737302*/
/* 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: transparent; }
  .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; } }

/* End */


/* Start:/local/templates/memory/libs/tippy/tippy.css?17075470731338*/
.tippy-tooltip[data-animation=fade][data-state=hidden]{opacity:0}.tippy-iOS{cursor:pointer!important;-webkit-tap-highlight-color:transparent}.tippy-popper{pointer-events:none;max-width:calc(100vw - 10px);transition-timing-function:cubic-bezier(.165,.84,.44,1);transition-property:transform}.tippy-tooltip{position:relative;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;background-color:#333;transition-property:visibility,opacity,transform;outline:0}.tippy-tooltip[data-placement^=top]>.tippy-arrow{border-width:8px 8px 0;border-top-color:#333;margin:0 3px;transform-origin:50% 0;bottom:-7px}.tippy-tooltip[data-placement^=bottom]>.tippy-arrow{border-width:0 8px 8px;border-bottom-color:#333;margin:0 3px;transform-origin:50% 7px;top:-7px}.tippy-tooltip[data-placement^=left]>.tippy-arrow{border-width:8px 0 8px 8px;border-left-color:#333;margin:3px 0;transform-origin:0 50%;right:-7px}.tippy-tooltip[data-placement^=right]>.tippy-arrow{border-width:8px 8px 8px 0;border-right-color:#333;margin:3px 0;transform-origin:7px 50%;left:-7px}.tippy-tooltip[data-interactive][data-state=visible]{pointer-events:auto}.tippy-tooltip[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{position:absolute;border-color:transparent;border-style:solid}.tippy-content{padding:5px 9px}

/* End */


/* Start:/local/templates/memory/components/bitrix/menu/header/style.css?17401223491125*/
.header_nav {
  display: flex;
}
@media screen and (max-width: 767px) {
  .header_nav {
    order: 3;
    width: 100%;
    margin-top: 1.6rem;
    flex-shrink: 0;
  }
}
.header_nav span, .header_nav a {
  display: flex;
  align-items: center;
  background: #FFF;
  font-size: 1.6rem;
  font-weight: 500;
  color: #4C4E70;
  padding: 0.8rem 1.9rem;
  border-radius: 0.8rem;
}
@media screen and (max-width: 1400px) {
  .header_nav span, .header_nav a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .header_nav span, .header_nav a {
    font-size: 1.3rem;
    padding: 0.7rem 1rem;
  }
}
.header_nav span:not(:last-child), .header_nav a:not(:last-child) {
  margin-right: 1rem;
}
@media screen and (max-width: 1000px) {
  .header_nav span:not(:last-child), .header_nav a:not(:last-child) {
    margin-right: 0;
  }
}
.header_nav a {
  transition: 0.2s color, 0.2s background;
}
.header_nav a:hover {
  color: #FFF;
  background: #2955F1;
}
.header_nav a.active {
  border: 0.2rem solid #2955F1;
}
.header_nav a:not(.active) {
  border: 0.2rem solid transparent;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/go2web/locationselect/templates/vue/style.css?17401223531477*/
.header_countries {
  position: relative;
}

.header_countries_select_block {
  position: absolute;
  top: 5.1rem;
  background: #fff;
  border-radius: 0 0 0.8rem 0.8rem;
  padding: 0 0.5rem 0.5rem;
  display: none;
}
.header_countries_select_block.open {
  display: block;
}

.header_countries_select_item {
  margin-bottom: 0.5rem;
  cursor: pointer;
}
.header_countries_select_item:hover {
  outline: 0.1rem solid #666DD9;
  border-radius: 50%;
}

.select_city {
  border: 0.1rem solid #ACADC3;
  padding: 1.2rem 3.6rem 1.1rem 2rem;
  width: 22.3rem;
  border-radius: 0.8rem;
  font-size: 1.6rem;
  color: #1A1D3F;
  cursor: pointer;
}

.search_city {
  position: relative;
  margin-bottom: 2rem;
}

.search_city_result {
  width: 100%;
  border: 0.1rem solid #D7D9E5;
  position: absolute;
  background: #fff;
}
.search_city_result ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search_city_result li {
  padding: 1rem 2rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.search_city_result li:hover {
  background: #D7D9E5;
  color: #4C4E70;
}
.search_city_result li:last-child {
  margin-bottom: 0;
}

.popular_city_list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.popular_city_list li {
  width: 50%;
  margin-bottom: 1rem;
}
.popular_city_list span {
  cursor: pointer;
}
.popular_city_list span:hover {
  color: #4C4E70;
}

.country_current img {
  width: 3.4rem;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/memory/components/bitrix/catalog.section.list/rubric-sidebar/style.css?174012234740*/


/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/memory/components/bitrix/breadcrumb/.default/style.css?1740122352255*/
.navigation {
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 1000px) {
  .navigation {
    font-size: 1.2rem;
  }
}
.navigation a {
  color: #787A94;
}
.navigation a:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/memory/template_styles.css?1750757204206246*/
@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
  overflow: visible;
}

progress, sub, sup {
  vertical-align: baseline;
}

[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

details, main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code, kbd, pre, samp {
  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;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

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, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[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;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #000;
}

.hamburger-inner:after, .hamburger-inner:before {
  display: block;
  content: "";
}

.hamburger-inner:before {
  top: -10px;
}

.hamburger-inner:after {
  bottom: -10px;
}

.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx .hamburger-inner:after, .hamburger--3dx .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx.is-active .hamburger-inner {
  transform: rotateY(180deg);
  background-color: transparent;
}

.hamburger--3dx.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx-r .hamburger-inner:after, .hamburger--3dx-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx-r.is-active .hamburger-inner {
  transform: rotateY(-180deg);
  background-color: transparent;
}

.hamburger--3dx-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy .hamburger-inner:after, .hamburger--3dy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy.is-active .hamburger-inner {
  transform: rotateX(-180deg);
  background-color: transparent;
}

.hamburger--3dy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy-r .hamburger-inner:after, .hamburger--3dy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy-r.is-active .hamburger-inner {
  transform: rotateX(180deg);
  background-color: transparent;
}

.hamburger--3dy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy .hamburger-inner:after, .hamburger--3dxy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg);
  background-color: transparent;
}

.hamburger--3dxy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy-r .hamburger-inner:after, .hamburger--3dxy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
  background-color: transparent;
}

.hamburger--3dxy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--arrow.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrow.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrow-r.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrow-r.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowalt .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowalt-r .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowturn.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn-r.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner:after, .hamburger--boring .hamburger-inner:before {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}

.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}

.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(-90deg);
}

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}

.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(45deg);
}

.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}

.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(90deg);
}

.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: 0.275s;
}

.hamburger--elastic .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s ease 0.275s;
}

.hamburger--elastic .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(135deg);
}

.hamburger--elastic.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(-270deg);
}

.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: 0.275s;
}

.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s ease 0.275s;
}

.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(-135deg);
}

.hamburger--elastic-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(270deg);
}

.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s ease-in 0.175s;
}

.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}

.hamburger--emphatic .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic.is-active .hamburger-inner:before {
  top: -80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
}

.hamburger--emphatic.is-active .hamburger-inner:after {
  top: -80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
}

.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic-r.is-active .hamburger-inner:before {
  top: 80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
}

.hamburger--emphatic-r.is-active .hamburger-inner:after {
  top: 80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
}

.hamburger--minus .hamburger-inner:after, .hamburger--minus .hamburger-inner:before {
  transition: bottom 0.08s ease-out 0s, top 0.08s ease-out 0s, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner:after, .hamburger--minus.is-active .hamburger-inner:before {
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s linear 0.08s;
  opacity: 0;
}

.hamburger--minus.is-active .hamburger-inner:before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner:after {
  bottom: 0;
}

.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
}

.hamburger--slider .hamburger-inner:after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
}

.hamburger--slider-r .hamburger-inner:after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner:before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

.hamburger--spin .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
}

.hamburger--spin .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(225deg);
}

.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}

.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

.hamburger--spin-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
}

.hamburger--spin-r .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(-225deg);
}

.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}

.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(90deg);
}

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s linear 0.13s;
}

.hamburger--spring .hamburger-inner:before {
  top: 10px;
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner:after {
  top: 20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}

.hamburger--spring-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner:before {
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s linear 0.22s;
  opacity: 0;
}

.hamburger--spring-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: rotate(90deg);
}

.hamburger--stand .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}

.hamburger--stand .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(90deg);
  background-color: transparent;
}

.hamburger--stand.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}

.hamburger--stand.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}

.hamburger--stand-r .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}

.hamburger--stand-r .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand-r .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand-r.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(-90deg);
  background-color: transparent;
}

.hamburger--stand-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}

.hamburger--stand-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}

.hamburger--squeeze .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}

.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}

.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}

.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0;
}

.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

.hamburger--vortex .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.2s;
}

.hamburger--vortex .hamburger-inner:after, .hamburger--vortex .hamburger-inner:before {
  transition-delay: 0.1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}

.hamburger--vortex .hamburger-inner:before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner:after {
  transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(765deg);
}

.hamburger--vortex.is-active .hamburger-inner:after, .hamburger--vortex.is-active .hamburger-inner:before {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(90deg);
}

.hamburger--vortex-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.2s;
}

.hamburger--vortex-r .hamburger-inner:after, .hamburger--vortex-r .hamburger-inner:before {
  transition-delay: 0.1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}

.hamburger--vortex-r .hamburger-inner:before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner:after {
  transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(-765deg);
}

.hamburger--vortex-r.is-active .hamburger-inner:after, .hamburger--vortex-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}

.respons_wrapp {
  display: block;
  position: relative;
}
.respons_wrapp:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.respons_content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.respons_content img, .respons_content picture {
  display: block;
}

.mfp_zoom_in .mfp_content {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

.mfp_zoom_in.mfp-ready .mfp_content {
  opacity: 1;
  transform: scale(1);
}

.mfp_zoom_in.mfp-removing .mfp_content {
  transform: scale(0.8);
  opacity: 0;
}

.mfp_zoom_in.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.mfp_zoom_in.mfp-ready.mfp-bg {
  opacity: 0.9;
  background: #787A94;
}

.mfp_zoom_in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* img */
.mfp_with_zoom .mfp-container,
.mfp_with_zoom.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp_with_zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp_with_zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp_with_zoom.mfp-removing .mfp-container,
.mfp_with_zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

img.mfp-img {
  padding: 0;
}

.mfp-image-holder .mfp-close,
.mfp-close-btn-in .mfp-close {
  font-size: 0;
  opacity: 1;
  right: -2.4rem;
  top: -2.4rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url("/local/templates/memory/../memory/img/close.svg") center no-repeat;
}
@media screen and (max-width: 767px) {
  .mfp-image-holder .mfp-close,
  .mfp-close-btn-in .mfp-close {
    top: -3rem;
    right: 0;
  }
}

.noty_theme__metroui.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.298039) 0 0 0.5rem 0;
}

.noty_theme__metroui.noty_bar .noty_progressbar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.3rem;
  width: 100%;
  background-color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.noty_theme__metroui.noty_bar .noty_body {
  padding: 1.25em;
  font-size: 1.4rem;
  text-align: center;
}

.noty_theme__metroui.noty_bar .noty_buttons {
  padding: 0 1rem 0.5em 1rem;
}

.noty_theme__metroui.noty_type__alert,
.noty_theme__metroui.noty_type__notification {
  background-color: #fff;
  color: #1d1d1d;
}

.noty_theme__metroui.noty_type__warning {
  background-color: #242EB6;
  color: #fff;
}

.noty_theme__metroui.noty_type__error {
  background-color: #CE352C;
  color: #FFF;
}

.noty_theme__metroui.noty_type__info,
.noty_theme__metroui.noty_type__information {
  background-color: #1BA1E2;
  color: #FFF;
}

.noty_theme__metroui.noty_type__success {
  background-color: #787A94;
  color: #fff;
}
.noty_theme__metroui.noty_type__success a {
  color: #FFF;
}

@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 300;
  src: url("/local/templates/memory/fonts/Onest-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 400;
  src: url("/local/templates/memory/fonts/Onest-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 500;
  src: url("/local/templates/memory/fonts/Onest-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 600;
  src: url("/local/templates/memory/fonts/Onest-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "roboto";
  font-style: italic;
  font-weight: 400;
  src: url("/local/templates/memory/fonts/Roboto-Italic.woff2") format("woff2");
}
::placeholder {
  color: #ACADC4;
}

::selection {
  background-color: #242EB6;
  color: #fff;
}

input, textarea {
  outline: none;
}
input:focus:required:invalid, textarea:focus:required:invalid {
  border-color: red;
}
input:required:valid, textarea:required:valid {
  border-color: green;
}

* {
  box-sizing: border-box;
}

html, body {
  font-size: 10px;
}

body {
  font-size: 1.4rem;
  min-width: 360px;
  position: relative;
  line-height: 1.4;
  font-family: "Onest", sans-serif;
  overflow-x: hidden;
  color: #787A94;
  background: #F1F5FC;
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 1.3rem;
  }
}

img {
  max-width: 100%;
  max-height: 100%;
}

.wrapper {
  width: 142rem;
  margin: 0 auto;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1700px) {
  .wrapper {
    max-width: 112rem;
  }
}
@media screen and (max-width: 1400px) {
  .wrapper {
    max-width: 96rem;
  }
}
@media screen and (max-width: 1240px) {
  .wrapper {
    max-width: 96rem;
  }
}
@media screen and (max-width: 1000px) {
  .wrapper {
    max-width: 72rem;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding-right: 2rem;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.text_content ul:not(.slick-dots) {
  list-style-type: none;
  padding: 0 0 0 2.6rem;
}
@media screen and (max-width: 767px) {
  .text_content ul:not(.slick-dots) {
    padding-left: 0;
  }
}
.text_content ul:not(.slick-dots) li {
  position: relative;
  padding-left: 1.4rem;
}
.text_content ul:not(.slick-dots) li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  background: #2955F1;
}
@media screen and (max-width: 767px) {
  .text_content .table_wrapp {
    overflow: hidden;
  }
}
.text_content .table_wrapp:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  .text_content .table_wrapp:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
.text_content table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
.text_content table:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  .text_content table:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
.text_content table th, .text_content table td {
  padding: 1.2rem;
  border: 0.1rem solid #ECECF4;
}
.text_content table th {
  font-weight: 500;
  color: #4C4E70;
  background: #F9FAFD;
}
.text_content table td {
  background: #FFF;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  outline: none;
  padding: 0;
}

input.txt, textarea.txt {
  width: 100%;
  border: 0.1rem solid #D7D9E5;
  transition: 0.2s border;
  border-radius: 0.8rem;
}
input.txt.error, textarea.txt.error {
  border: 0.1rem solid #DA1041;
}
input.txt:hover, textarea.txt:hover {
  border: 0.1rem solid #ACADC3;
}
input.txt:active, input.txt:focus, textarea.txt:active, textarea.txt:focus {
  border: 0.1rem solid #ACADC3;
}

input.txt {
  height: 4.4rem;
  padding: 0 2rem;
}
@media screen and (max-width: 1000px) {
  input.txt {
    height: 4rem;
  }
}

input[readonly] {
  cursor: default;
  background: #ACADC4;
}
input[readonly]:hover, input[readonly]:active, input[readonly]:focus {
  border: 0.1rem solid #D7D9E5;
}

textarea.txt {
  display: block;
  height: 9rem;
  padding: 1.6rem 2rem;
  resize: none;
}

a {
  color: #2955F1;
  text-decoration: none;
  stroke: #2955F1;
}
a.link_dashed {
  text-decoration: underline;
  text-decoration-style: dashed;
}
a.link_solid {
  text-decoration: underline;
}
a.link_solid:hover {
  text-decoration: none;
}
a.link_black {
  color: #1A1D3F;
}
a.link_black_2 {
  color: #4C4E70;
}
a.link_black_2:hover {
  color: #2955F1;
}
a.link_gray {
  color: #ACADC3;
  stroke: #ACADC3;
}
a.link_svg {
  display: flex;
  align-items: center;
}
a.link_txt {
  color: #787A94;
  stroke: #787A94;
}

.auth_color_link_2 {
  cursor: pointer;
  text-decoration: underline;
}

a img[align=left], a svg[align=left], button img[align=left], button svg[align=left], span img[align=left], span svg[align=left] {
  margin-right: 0.8rem;
}
a img[align=right], a svg[align=right], button img[align=right], button svg[align=right], span img[align=right], span svg[align=right] {
  margin-left: 0.8rem;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: fit-content;
  height: 4.4rem;
  outline: none;
  cursor: pointer;
  padding: 0 1.2rem;
  border-radius: 0.8rem;
  text-decoration: none;
  transition: 0.2s background, 0.2s color, 0.2s stroke;
  border: none;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .btn {
    height: 4rem;
  }
}
.btn.sml {
  height: 4rem;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
    padding: 0 1.6rem;
  }
}
.btn.sub {
  color: #4C4E70;
  stroke: #4C4E70;
  background: #ECECF4;
  border: 0.2rem solid transparent;
}
.btn.sub:hover, .btn.sub:active {
  background: #4C4E70;
  color: #ECECF4;
  stroke: #ECECF4;
}
.btn.accent {
  color: #FFF;
  stroke: #FFF;
  background: #242EB6;
  border: 0.2rem solid transparent;
}
.btn.accent:hover, .btn.accent:active {
  background: #FFF;
  color: #242EB6;
  stroke: #242EB6;
  border: 0.2rem solid #242EB6;
}
.btn.white {
  color: #4C4E70;
  stroke: #2955F1;
  background: #FFF;
  border: 0.2rem solid transparent;
}
.btn.white:hover, .btn.white:active {
  background: #E8EFFB;
}
.btn.gray {
  color: #787A94;
  background: #F9FAFD;
  border: 0.1rem solid #ECECF4;
}
.btn.gray:hover, .btn.gray:active {
  background: #E8EFFB;
}
.btn.write {
  color: #4C4E70;
  stroke: #2955F1;
  background: #E8EFFB;
  border: 0.2rem solid transparent;
}
.btn.write:hover, .btn.write:active {
  color: #FFF;
  stroke: #FFF;
  background: #666DD9;
}
.btn.dashed {
  height: 3.6rem;
  color: #4C4E70;
  stroke: #4C4E70;
  background: #FFF;
  border: 0.1rem dashed #2955F1;
}
@media screen and (max-width: 1000px) {
  .btn.dashed {
    height: 3.4rem;
  }
}
.btn.dashed .text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.btn:disabled {
  opacity: 0.5;
}
.btn.gray_2 {
  color: #4C4E70;
  stroke: #4C4E70;
  background: #ECECF4;
  border: 0.1rem solid #ECECF4;
}
.btn.gray_2:hover, .btn.gray_2:active {
  background: #E8EFFB;
}
.btn.bg {
  color: #FFF;
  stroke: #FFF;
  background: #787A94;
  border: 0.1rem solid #787A94;
}
.btn.bg:hover, .btn.bg:active {
  background: #4C4E70;
}
.btn.conture {
  stroke: #DA1041;
}
.btn.disabled, .btn:disabled {
  color: #4C4E70;
  stroke: #4C4E70;
  background: #ECECF4;
  pointer-events: none;
}

.fixed {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fixed:before {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.3;
}

body:before {
  content: "";
  opacity: 0;
  background: #1A1D3F;
  transition: 0.2s opacity;
  z-index: 40;
}

h1 {
  margin: 0;
  font-size: clamp(2.2rem, 3vw, 3.5rem);
  font-weight: 500;
  color: #1A1D3F;
  line-height: 1.2;
}
h1:not(:last-child) {
  margin-bottom: 2rem;
}

h2 {
  margin: 0;
  font-size: 2rem;
  font-weight: 500;
  color: #4C4E70;
}
@media screen and (max-width: 1000px) {
  h2 {
    font-size: 1.8rem;
  }
}
h2:not(:last-child) {
  margin-bottom: 2rem;
}

h3 {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500;
  color: #4C4E70;
}
h3:not(:last-child) {
  margin-bottom: 1.2rem;
}

h4 {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500;
  color: #4C4E70;
}
@media screen and (max-width: 1000px) {
  h4 {
    font-size: 1.5rem;
  }
}
h4:not(:last-child) {
  margin-bottom: 1.6rem;
}

h5 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500;
  color: #4C4E70;
}
h5:not(:last-child) {
  margin-bottom: 1.6rem;
}

p {
  margin: 0;
}
p:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  p:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}

.fw500 {
  font-weight: 500;
}

.ul_custom {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.ul_custom:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  .ul_custom:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
.ul_custom li {
  position: relative;
  padding-left: 1.4rem;
}
.ul_custom li:not(:last-child) {
  margin-bottom: 1.2rem;
}
.ul_custom li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  background: #2955F1;
}

body {
  padding-left: 6.4rem;
  transition: 0.2s padding-left;
}
@media screen and (max-width: 1240px) {
  body {
    padding-left: 0;
  }
}

body.open_sidebar {
  padding-left: 20rem;
}
@media screen and (max-width: 1240px) {
  body.open_sidebar {
    padding-left: 0;
  }
}
body.open_sidebar .main_sidebar {
  width: 20rem;
  background: none;
}
body.open_sidebar .sidebar_opener svg:first-child {
  opacity: 0;
}
body.open_sidebar .sidebar_opener svg:last-child {
  opacity: 1;
}
body.open_sidebar .sidebar_links a {
  width: 17.6rem;
}
body.open_sidebar .sidebar_links a .txt {
  opacity: 1;
}
body.open_sidebar .sidebar_bottom_block .bottom_links {
  opacity: 1;
  max-height: 30rem;
}
body.open_sidebar .sidebar_bottom_block .question_link {
  margin-bottom: 2.4rem;
}
.main_sidebar {
  width: 6.4rem;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: auto;
  padding-top: 1.2rem;
  background: #E1E9F9;
  transition: 0.2s width, 0.2s background;
}
@media screen and (max-width: 1240px) {
  .main_sidebar {
    display: none;
  }
}
.main_sidebar.scroll .content {
  padding-top: 0;
}
.main_sidebar .content {
  min-height: 100%;
  padding: 8rem 1.2rem 1.2rem;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  transition: 0.2s padding-top;
}

.main_wrapper {
  min-height: calc(100vh - 17.8rem);
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
  .main_wrapper {
    padding: 2rem 1.6rem;
  }
}

.sidebar_opener {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  stroke: #ACADC4;
  margin: 0 0 1.2rem 0.8rem;
  position: relative;
  transition: 0.2s stroke;
}
.sidebar_opener:hover {
  stroke: #242EB6;
}
.sidebar_opener svg {
  display: block;
  position: absolute;
  transition: 0.2s opacity;
}
.sidebar_opener svg:last-child {
  opacity: 0;
}

.sidebar_links {
  overflow: hidden;
  margin-bottom: 6rem;
}
.sidebar_links a {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  padding: 0 0.8rem;
  font-size: 1.6rem;
  border-radius: 0.4rem;
  transition: 0.2s color, 0.2s stroke;
}
@media screen and (max-width: 1000px) {
  .sidebar_links a {
    font-size: 1.5rem;
  }
}
.sidebar_links a:not(.accent) {
  color: #4C4E70;
  stroke: #4C4E70;
}
.sidebar_links a:not(.accent):hover {
  color: #242EB6;
  stroke: #242EB6;
}
.sidebar_links a.accent {
  font-weight: 500;
  color: #242EB6;
  stroke: #242EB6;
}
.sidebar_links a.accent:hover {
  color: #4C4E70;
  stroke: #4C4E70;
}
.sidebar_links a .icon {
  margin-right: 1rem;
  position: relative;
}
.sidebar_links a svg {
  display: block;
}
.sidebar_links a .txt {
  opacity: 0;
  width: 12.6rem;
  flex-shrink: 0;
  transition: 0.2s opacity;
}
.sidebar_links a .circle {
  position: absolute;
  top: 0.3rem;
  right: 0.2rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  background: #DA1041;
}
.sidebar_links .white_block {
  background: #FFF;
  border-radius: 0.4rem;
}
.sidebar_links .white_block a {
  color: #4C4E70;
  stroke: #4C4E70;
  transition: 0.2s color, 0.2s stroke, 0.2s background;
}
.sidebar_links .white_block a:hover {
  color: #FFF;
  stroke: #FFF;
  background: #242EB6;
}
.sidebar_links .white_block a.accent {
  color: #242EB6;
  stroke: #242EB6;
}
.sidebar_links .white_block a.accent:hover {
  color: #FFF;
  stroke: #FFF;
  background: #242EB6;
}

.sidebar_bottom_block {
  margin-top: auto;
  padding-bottom: 1.2rem;
}
.sidebar_bottom_block .question_link {
  margin-bottom: 1.2rem;
}
.sidebar_bottom_block .bottom_links {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}

.question_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 100%;
  stroke: #FFF;
  background: #4C4E70;
  transition: 0.2s background, 0.2s margin-bottom;
}
.question_link:hover {
  background: #242EB6;
}

.bottom_links {
  width: 17.6rem;
  display: flex;
  flex-wrap: wrap;
  margin: -1.2rem -1rem 0;
  transition: 0.2s opacity, 0.2s max-height;
}
.bottom_links a {
  color: #787A94;
  margin: 1.2rem 1rem 0;
}
.bottom_links a:hover {
  text-decoration: underline;
}

header {
  padding-top: 6.8rem;
}
@media screen and (max-width: 767px) {
  header {
    padding-top: 11rem;
  }
}

.header_main {
  height: 6.8rem;
  padding: 1.2rem;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.2s transform, 0.2s box-shadow;
  z-index: 41;
}
@media screen and (max-width: 767px) {
  .header_main {
    height: 11rem;
    flex-wrap: wrap;
    padding: 1.6rem;
  }
}
.header_main.box_shadow {
  box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.16);
}
.header_main .logo {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .header_main .logo {
    order: 1;
    width: 9.3rem;
  }
}
.header_main .logo:not(:last-child) {
  margin-right: 6.4rem;
}
@media screen and (max-width: 1400px) {
  .header_main .logo:not(:last-child) {
    margin-right: 4rem;
  }
}
@media screen and (max-width: 1000px) {
  .header_main .logo:not(:last-child) {
    margin-right: 2rem;
  }
}
.header_main .logo img {
  display: flex;
}
.header_main .right_block {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .header_main .right_block {
    order: 2;
  }
}
@media screen and (max-width: 1240px) {
  .header_main .header_countries, .header_main .city_block, .header_main .btns_block {
    display: none;
  }
}

.header_countries {
  display: flex;
}
.header_countries:not(:last-child) {
  margin-right: 2rem;
}
.header_countries span, .header_countries a {
  display: block;
}
.header_countries img {
  display: block;
}

.city_block:not(:last-child) {
  margin-right: 4.5rem;
}
@media screen and (max-width: 1400px) {
  .city_block:not(:last-child) {
    margin-right: 2rem;
  }
}
.city_block input[type=select-one] {
  position: absolute !important;
  top: -999em !important;
}
.city_block .selectize-dropdown {
  margin-top: 1.2rem;
}
.city_block .selectize-input {
  border: 0.1rem solid #ACADC3;
}

.selectize-dropdown, .selectize-input, .selectize-input input {
  border: none;
  color: #1A1D3F;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
@media screen and (max-width: 1000px) {
  .selectize-dropdown, .selectize-input, .selectize-input input {
    font-size: 1.3rem;
  }
}
.selectize-dropdown::placeholder, .selectize-input::placeholder, .selectize-input input::placeholder {
  color: #1A1D3F;
}

.selectize-input {
  width: 22.3rem;
  box-shadow: none;
  border-radius: 0.8rem;
  border: 0.1rem solid #D7D9E5;
  padding: 1.2rem 3.6rem 1.1rem 2rem;
  z-index: 11;
}
@media screen and (max-width: 1000px) {
  .selectize-input {
    font-size: 1.3rem;
    padding: 1rem 3.6rem 1rem 2rem;
  }
}
.selectize-input.focus {
  box-shadow: none;
}
.selectize-input.full {
  background: #FFF;
}
.selectize-input:before {
  display: none !important;
}

.selectize-input.dropdown-active {
  border-radius: 0.8rem 0.8rem 0 0;
}

.selectize-control.single .selectize-input:after {
  top: 0;
  right: 0;
  margin: 0;
  width: 4rem;
  height: 100%;
  border: none;
  background: url("/local/templates/memory/img/arrow_2.svg") center no-repeat;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin: 0;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: default;
  background: #FFF;
}

.selectize-control.single .selectize-input.input-active:after {
  border: none;
}

.selectize-control.single .selectize-input.input-active, .selectize-input {
  display: block;
}

.selectize-dropdown {
  cursor: pointer;
  box-shadow: none;
  background: #FFF;
  padding: 1.2rem 2rem;
  border-radius: 0 0 0.8rem 0.8rem;
  border: 0.1rem solid #ECECF4;
}
.selectize-dropdown .option {
  padding: 0;
  color: #787A94;
}
.selectize-dropdown .option:not(:last-child) {
  margin-bottom: 1.5rem;
}
.selectize-dropdown .option.active {
  color: #242EB6;
  padding-right: 3rem;
  background: url("/local/templates/memory/img/check.svg") right center no-repeat;
}

.header_links {
  display: flex;
}
.header_links > div {
  display: flex;
}
.header_links:not(:last-child) {
  margin-right: 1.5rem;
}
@media screen and (max-width: 1240px) {
  .header_links:not(:last-child) {
    margin-right: 0;
  }
}
.header_links a:not(.hamburger) {
  stroke: #787A94;
  transition: 0.2s stroke;
  position: relative;
}
.header_links a:not(.hamburger):hover {
  stroke: #242EB6;
}
.header_links a:not(.hamburger):not(:last-child) {
  margin-right: 2.5rem;
}
@media screen and (max-width: 1000px) {
  .header_links a:not(.hamburger):not(:last-child) {
    margin-right: 1.6rem;
  }
}
.header_links a:not(.hamburger) .noty {
  position: absolute;
  top: 0.2rem;
  right: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  background: #DA1041;
}
.header_links svg {
  display: block;
}

.hamburger {
  display: none;
  padding: 0;
  opacity: 1;
  width: 2.4rem;
  height: 2.4rem;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  top: -0.2rem;
}
@media screen and (max-width: 1240px) {
  .hamburger {
    display: flex;
  }
}
.hamburger:hover {
  opacity: 1;
}
.hamburger .hamburger-box {
  width: 1.8rem;
  height: 2rem;
}
.hamburger .hamburger-inner, .hamburger .hamburger-inner:after, .hamburger .hamburger-inner:before {
  width: 1.8rem;
  height: 0.2rem;
  background-color: #787A94;
  margin: 0;
}
.hamburger .hamburger-inner:before {
  top: -0.5rem;
}
.hamburger .hamburger-inner:after {
  bottom: -0.5rem;
}

.mobile_menu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 6.8rem;
  left: 0;
  width: 29rem;
  bottom: 0;
  z-index: 50;
  background: #F1F5FC;
  padding: 2.2rem 1.6rem 3rem;
  transition: 0.2s transform;
  transform: translate(-100%, 0);
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .mobile_menu {
    width: auto;
    top: 5.6rem;
    right: 0;
  }
}
.mobile_menu.open {
  transform: translate(0, 0);
}
.mobile_menu .btns_block:not(:last-child) {
  margin-bottom: 2rem;
}
.mobile_menu .btn {
  width: 100%;
}
.mobile_menu .location_block {
  display: flex;
  align-items: center;
}
.mobile_menu .location_block:not(:last-child) {
  margin-bottom: 4rem;
}
.mobile_menu .header_countries {
  flex-shrink: 0;
  margin-right: 2rem;
}
.mobile_menu .city_block, .mobile_menu .select, .mobile_menu .selectize-input {
  width: 100%;
}
.mobile_menu .sidebar_links {
  flex-shrink: 0;
}
.mobile_menu .sidebar_links a {
  width: 100%;
}
.mobile_menu .sidebar_links .txt {
  opacity: 1;
}
.mobile_menu .menu_bottom_block {
  margin-top: auto;
  display: flex;
  align-items: center;
}
.mobile_menu .question_link:not(:last-child) {
  margin-right: 1.6rem;
}
.mobile_menu .header_countries_select_block {
  top: 4.1rem;
}
.mobile_menu .header_countries_select_block.open {
  z-index: 1;
}

.footer_wrapper {
  background: #FFF;
  padding: 1.5rem 2rem;
  border-top-left-radius: 1.2rem;
  border-top-right-radius: 1.2rem;
}
@media screen and (max-width: 1240px) {
  .footer_wrapper {
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .footer_wrapper {
    padding: 2rem 1.6rem;
  }
}

.footer_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.8rem;
  padding-bottom: 0.7rem;
  border-bottom: 0.1rem solid #ACADC3;
}
@media screen and (max-width: 767px) {
  .footer_top {
    display: block;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
}

.footer_nav {
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer_nav {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .footer_nav:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.footer_nav a {
  font-size: 1.3rem;
  color: #4C4E70;
}
@media screen and (max-width: 767px) {
  .footer_nav a {
    display: block;
  }
}
.footer_nav a:hover {
  text-decoration: underline;
}
.footer_nav a:not(:last-child) {
  margin-right: 3rem;
}
@media screen and (max-width: 767px) {
  .footer_nav a:not(:last-child) {
    margin: 0 0 1.6rem;
  }
}

.footer_soc {
  display: flex;
}
.footer_soc a {
  transition: 0.2s opacity;
}
.footer_soc a:hover {
  opacity: 0.6;
}
.footer_soc a:not(:last-child) {
  margin-right: 0.8rem;
}
.footer_soc img {
  display: block;
}

.footer_bottom {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer_bottom {
    display: block;
  }
}
.footer_bottom .logo {
  display: block;
  margin-right: 3rem;
}
@media screen and (max-width: 767px) {
  .footer_bottom .logo {
    margin: 0 0 1.6rem;
  }
}
.footer_bottom img {
  display: block;
}
.footer_bottom .copyright_block {
  line-height: normal;
}
.footer_bottom .copyright_block .copyright {
  font-size: 1.3rem;
  color: #4C4E70;
}
.footer_bottom .copyright_block .copyright:not(:last-child) {
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 767px) {
  .footer_bottom .copyright_block .copyright:not(:last-child) {
    margin-bottom: 0.4rem;
  }
}
.footer_bottom .copyright_block .text {
  font-size: 1rem;
  color: #787A94;
}

.footer_mobile {
  display: none;
  align-items: center;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .footer_mobile {
    display: flex;
  }
}
.footer_mobile .question_link:not(:last-child) {
  margin-right: 1.6rem;
}

section.section:not(:last-child) {
  margin-bottom: 6rem;
}
@media screen and (max-width: 1000px) {
  section.section:not(:last-child) {
    margin-bottom: 5rem;
  }
}

.white_content_block {
  padding: 2.4rem;
  background: #FFF;
  border-radius: 1.2rem;
}
@media screen and (max-width: 1400px) {
  .white_content_block {
    padding: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .white_content_block {
    padding: 1.6rem;
    margin: 0 -1.6rem;
  }
}

.checkbox_category_block {
  display: flex;
  overflow: auto;
  white-space: nowrap;
}
.checkbox_category_block:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  .checkbox_category_block:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .checkbox_category_block {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
    padding: 0 1.6rem;
  }
}
.checkbox_category_block .category_checkbox_wrapp {
  white-space: nowrap;
}
.checkbox_category_block .category_checkbox_wrapp:not(:last-child) {
  margin-right: 1rem;
}
.checkbox_category_block .btn:not(:last-child) {
  margin-right: 1rem;
}

.category_checkbox_wrapp {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.category_checkbox_wrapp:hover span {
  border: 0.2rem solid #ACADC3;
}
.category_checkbox_wrapp > input {
  display: none;
}
.category_checkbox_wrapp input:checked + span {
  color: #4C4E70;
  font-weight: 500;
  border: 0.2rem solid #2955F1;
}
.category_checkbox_wrapp span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 4.4rem;
  background: #FFF;
  padding: 1rem 2rem;
  border-radius: 0.8rem;
  border: 0.2rem solid transparent;
  transition: 0.2s font-weight, 0.2s border, 0.2s color;
}
@media screen and (max-width: 1000px) {
  .category_checkbox_wrapp span {
    height: 3.8rem;
  }
}

a.category_checkbox_wrapp {
  border-radius: 0.8rem;
}
a.category_checkbox_wrapp span {
  border: none;
}
a.category_checkbox_wrapp:hover {
  border: 0.2rem solid #ACADC3;
}
a.category_checkbox_wrapp:hover span {
  border: none;
}
a.category_checkbox_wrapp:not(.active) {
  color: #787A94;
  border: 0.2rem solid transparent;
}
a.category_checkbox_wrapp.active {
  color: #4C4E70;
  border: 0.2rem solid #2955F1;
}

.banner_section {
  border-radius: 1.2rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .banner_section {
    margin: 0 -1.6rem;
  }
}
.banner_section img {
  display: block;
}

.custom_checkbox_wrapp {
  display: flex;
  cursor: pointer;
}
.custom_checkbox_wrapp > input {
  display: none;
}
.custom_checkbox_wrapp input:checked + .custom_checkbox {
  border: 0.1rem solid #2955F1;
}
.custom_checkbox_wrapp input:checked + .custom_checkbox:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2955F1 url("/local/templates/memory/img/checked.svg") center no-repeat;
}
.custom_checkbox_wrapp .custom_checkbox {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-right: 1.2rem;
  position: relative;
  flex-shrink: 0;
  background: #FFF;
  border-radius: 0.4rem;
  overflow: hidden;
  border: 0.1rem solid #D7D9E5;
  transition: 0.2s border;
}
.custom_checkbox_wrapp .custom_checkbox:before {
  transition: 0.2s background;
}
.custom_checkbox_wrapp input[type=radio] + .custom_checkbox {
  border-radius: 100%;
}
.custom_checkbox_wrapp input[type=radio] + .custom_checkbox:before {
  width: 1rem;
  height: 1rem;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background: #2955F1;
}
.custom_checkbox_wrapp.disabled {
  color: #cdcdcd;
}
.custom_checkbox_wrapp.disabled .custom_checkbox {
  border: 0.1rem solid #cdcdcd;
  background: #cdcdcd;
}

.callback_block {
  max-width: 47rem;
  margin: auto;
  background: #FFF;
  padding: 4rem;
  border-radius: 1.2rem;
}
@media screen and (max-width: 1400px) {
  .callback_block {
    padding: 3rem;
  }
}
@media screen and (max-width: 1000px) {
  .callback_block {
    padding: 2rem;
  }
}
.callback_block .title_block {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 1000px) {
  .callback_block .title_block {
    margin-bottom: 2rem;
  }
}
.callback_block .title {
  color: #4C4E70;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1000px) {
  .callback_block .title {
    font-size: 1.8rem;
  }
}
.callback_block .label {
  display: flex;
  align-items: center;
  color: #4C4E70;
  font-weight: 500;
  margin-bottom: 1rem;
}
.callback_block .label .question {
  cursor: pointer;
  margin-left: 0.4rem;
}
.callback_block .label .question svg {
  display: block;
}
.callback_block .input_block:not(:last-child) {
  margin-bottom: 1.6rem;
}
.callback_block .input_block.required, .callback_block .input_block.calendar {
  position: relative;
  background: #FFF;
  z-index: 1;
}
.callback_block .input_block.required input, .callback_block .input_block.required textarea, .callback_block .input_block.calendar input, .callback_block .input_block.calendar textarea {
  background: none;
  padding-right: 5.2rem;
}
.callback_block .input_block.required:before, .callback_block .input_block.calendar:before {
  content: "";
  display: block;
  position: absolute;
  right: 1.6rem;
  bottom: 1.2rem;
  width: 2rem;
  height: 2rem;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .callback_block .input_block.required:before, .callback_block .input_block.calendar:before {
    bottom: 1rem;
  }
}
.callback_block .input_block.required:before {
  background: url("/local/templates/memory/img/required.svg") center no-repeat;
}
.callback_block .input_block.calendar:before {
  background: url("/local/templates/memory/img/calendar.svg") center no-repeat;
}
.callback_block .input_block.textarea:before {
  bottom: 5.8rem;
}
.callback_block .btn_block:not(:last-child):not(.last) {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 1000px) {
  .callback_block .btn_block:not(:last-child):not(.last) {
    margin-bottom: 2rem;
  }
}
.callback_block .btn_block .btn {
  width: 100%;
}
.callback_block .btn_block .btn:not(:last-child) {
  margin-bottom: 1.6rem;
}
.callback_block .links_block .item:not(:last-child) {
  margin-bottom: 1.6rem;
}
.callback_block .bottom_block {
  margin-top: 4rem;
  padding-top: 3rem;
  border-top: 0.1rem solid #D7D9E5;
}
@media screen and (max-width: 1000px) {
  .callback_block .bottom_block {
    margin-top: 2rem;
    padding-top: 2rem;
  }
}
.callback_block .bottom_block .text {
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 1000px) {
  .callback_block .bottom_block .text {
    margin-bottom: 1rem;
  }
}
.callback_block .social_links {
  display: flex;
}
.callback_block .social_links a {
  display: block;
  width: 4rem;
  height: 4rem;
  transition: 0.2s opacity;
}
.callback_block .social_links a:hover {
  opacity: 0.7;
}
.callback_block .social_links a:not(:last-child) {
  margin-right: 1.2rem;
}
.callback_block .custom_checkbox_wrapp {
  font-size: 1.2rem;
}
.callback_block .scroll_block {
  overflow: auto;
  max-height: 30rem;
  padding-right: 3.4rem;
}
.callback_block .scroll_block a {
  height: 6rem;
  display: flex;
  align-items: center;
  color: #4C4E70;
  font-weight: 500;
}
.callback_block .scroll_block a:not(:last-child) {
  border-bottom: 0.1rem solid #D7D9E5;
}
.callback_block .scrollbar-track-y {
  width: 0.4rem;
  border-radius: 0.2rem;
  background: #ECECF4;
}
.callback_block .scrollbar-thumb {
  width: 0.4rem;
  border-radius: 0.2rem;
  background: #2955F1;
}

.product_detail_block {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.product_detail_block .banner_section:not(:last-child) {
  margin-bottom: 3rem;
}

.product_main {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(75% - 20px);
}
@media screen and (max-width: 1400px) {
  .product_main {
    width: calc(66.6666666667% - 20px);
  }
}
@media screen and (max-width: 1000px) {
  .product_main {
    width: calc(100% - 20px);
  }
}
.product_main .cloud {
  padding: 2.4rem;
  background: #FFF;
  border-radius: 1.2rem;
}
@media screen and (max-width: 1000px) {
  .product_main .cloud {
    padding: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .product_main .cloud {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
    position: relative;
    padding: 1.6rem;
  }
}
.product_main .cloud:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  .product_main .cloud:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.product_main .detail_txt:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  .product_main .detail_txt:not(:last-child) {
    margin-bottom: 1rem;
  }
}

.product_sidebar {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(25% - 20px);
}
@media screen and (max-width: 1400px) {
  .product_sidebar {
    width: calc(33.3333333333% - 20px);
  }
}
@media screen and (max-width: 1000px) {
  .product_sidebar {
    width: 100%;
    margin: 0 0 3rem;
  }
}
@media screen and (max-width: 767px) {
  .product_sidebar {
    width: auto;
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .product_sidebar:not(.mobile) {
    display: none;
  }
}
.product_sidebar.mobile {
  display: none;
}
@media screen and (max-width: 1000px) {
  .product_sidebar.mobile {
    display: block;
  }
}
.product_sidebar .sticky_block {
  position: sticky;
  top: 2rem;
  overflow: hidden;
}
.product_sidebar .banner_section_2 {
  display: flex;
  justify-content: center;
}

div.lk_nav_links {
  display: flex;
  overflow: auto;
  white-space: nowrap;
}
div.lk_nav_links.cloud {
  padding: 1rem 2.4rem;
}
@media screen and (max-width: 1000px) {
  div.lk_nav_links.cloud {
    padding: 1rem 1.6rem;
  }
}
div.lk_nav_links span, div.lk_nav_links a {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.6rem;
  border-radius: 0.8rem;
}
@media screen and (max-width: 1000px) {
  div.lk_nav_links span, div.lk_nav_links a {
    font-size: 1.5rem;
  }
}
div.lk_nav_links span:not(:last-child), div.lk_nav_links a:not(:last-child) {
  margin-right: 1.2rem;
}
div.lk_nav_links span, div.lk_nav_links .active {
  color: #4C4E70;
  background: #F1F5FC;
  font-weight: 500;
}
div.lk_nav_links a, div.lk_nav_links a:not(.active) {
  color: #787A94;
  transition: 0.2s color, 0.2s background;
}
div.lk_nav_links a:hover, div.lk_nav_links a:not(.active):hover {
  color: #FFF;
  background: #2955F1;
}
div.lk_nav_links a.disabled, div.lk_nav_links a:not(.active).disabled {
  color: #ACADC3;
  pointer-events: none;
}

.subjects_section .subjects_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .subjects_section .subjects_title {
    display: block;
  }
}
.subjects_section .subjects_title .item {
  display: flex;
}
@media screen and (max-width: 767px) {
  .subjects_section .subjects_title .item {
    display: block;
  }
}
.subjects_section .subjects_title .item:not(:last-child) {
  margin-right: 4rem;
}
@media screen and (max-width: 767px) {
  .subjects_section .subjects_title .item:not(:last-child) {
    margin: 0 0 1.2rem;
  }
}
.subjects_section .subjects_title .btn:not(:last-child) {
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .subjects_section .subjects_title .btn:not(:last-child) {
    margin: 0 0 1.2rem;
  }
}
.subjects_section .subjects_item .main {
  display: flex;
}
@media screen and (max-width: 1400px) {
  .subjects_section .subjects_item .main {
    flex-wrap: wrap;
  }
}
.subjects_section .subjects_item .main > div:not(:last-child) {
  margin-right: 3rem;
}
@media screen and (max-width: 1400px) {
  .subjects_section .subjects_item .main > div:not(:last-child) {
    margin: 0 0 1.6rem;
  }
}
.subjects_section .subjects_item .name_block {
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .subjects_section .subjects_item .name_block {
    order: 1;
  }
}
.subjects_section .subjects_item .name_block .name {
  display: inline-block;
  color: #4C4E70;
}
.subjects_section .subjects_item .name_block .name:not(:last-child) {
  margin-bottom: 1rem;
}
.subjects_section .subjects_item .name_block .about {
  color: #ACADC3;
  font-size: 1.3rem;
}
@media screen and (max-width: 1000px) {
  .subjects_section .subjects_item .name_block .about {
    font-size: 1.2rem;
  }
}
.subjects_section .subjects_item .app_block {
  width: 13rem;
  flex-shrink: 0;
  font-size: 1.3rem;
}
@media screen and (max-width: 1700px) {
  .subjects_section .subjects_item .app_block {
    width: 8rem;
  }
}
@media screen and (max-width: 1400px) {
  .subjects_section .subjects_item .app_block {
    order: 2;
    width: 100%;
    display: flex;
  }
}
@media screen and (max-width: 1000px) {
  .subjects_section .subjects_item .app_block {
    font-size: 1.2rem;
  }
}
.subjects_section .subjects_item .app_block .main:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (max-width: 1400px) {
  .subjects_section .subjects_item .app_block .main:not(:last-child) {
    margin: 0 2rem 0 0;
  }
}
.subjects_section .subjects_item .app_block .new a, .subjects_section .subjects_item .app_block .new span {
  color: #4C4E70;
  text-decoration: underline;
}
.subjects_section .subjects_item .reviews {
  width: 22rem;
  flex-shrink: 0;
  font-size: 1.3rem;
}
@media screen and (max-width: 1700px) {
  .subjects_section .subjects_item .reviews {
    width: 18rem;
  }
}
@media screen and (max-width: 1400px) {
  .subjects_section .subjects_item .reviews {
    order: 3;
    width: 100%;
  }
}
.subjects_section .subjects_item .reviews .reviews_block:not(:last-child) {
  margin-bottom: 1rem;
}
.subjects_section .subjects_item .reviews .new_reviews {
  color: #50C01A;
}
@media screen and (max-width: 1000px) {
  .subjects_section .subjects_item .reviews .new_reviews {
    font-size: 1.2rem;
  }
}
.subjects_section .subjects_item .edit_block {
  width: 17.4rem;
  flex-shrink: 0;
}
@media screen and (max-width: 1700px) {
  .subjects_section .subjects_item .edit_block {
    width: 16.4rem;
  }
}
@media screen and (max-width: 1400px) {
  .subjects_section .subjects_item .edit_block {
    order: 5;
    width: calc(100% - 8.4rem);
  }
}
@media screen and (max-width: 1400px) {
  .subjects_section .subjects_item .edit_block:not(:last-child) {
    margin: 0;
  }
}
.subjects_section .subjects_item .edit_block a:not(.delete) {
  display: inline-block;
  margin-bottom: 1rem;
}
.subjects_section .subjects_item .edit_block .delete {
  font-size: 1.3rem;
}
.subjects_section .subjects_item .edit_block .delete svg {
  margin-top: -0.1rem;
}
.subjects_section .subjects_item .btn_block {
  width: 4.4rem;
  flex-shrink: 0;
}
@media screen and (max-width: 1400px) {
  .subjects_section .subjects_item .btn_block {
    order: 4;
    margin-right: 4rem;
  }
}
.subjects_section .subjects_item .btn_block .btn {
  padding: 1.2rem;
}
@media screen and (max-width: 767px) {
  .subjects_section .subjects_item .btn_block .btn {
    padding: 1.2rem;
  }
}
.subjects_section .step_item:not(.open) {
  background: #F9FAFD;
}
.subjects_section .step_item:not(.open) > *:not(.show) {
  display: none;
}
.subjects_section .step_item:not(.open) .info_text {
  margin: 0 !important;
}
.subjects_section .step_item .step_title_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .subjects_section .step_item .step_title_block {
    display: block;
  }
}
.subjects_section .step_item .step_title_block:not(:last-child) {
  margin-bottom: 1.2rem;
}
.subjects_section .step_item .step_title_block h3:not(:last-child) {
  margin: 0 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .subjects_section .step_item .step_title_block h3:not(:last-child) {
    margin: 0 0 1rem;
  }
}
.subjects_section .step_item .info_text:not(:last-child) {
  margin-bottom: 1.6rem;
}
.subjects_section .step_item .checkboxes_block:not(:last-child) {
  margin-bottom: 1.6rem;
}
.subjects_section .step_item .checkboxes_block .custom_checkbox_wrapp:not(:last-child) {
  margin-bottom: 1.2rem;
}
.subjects_section .step_item .checkboxes_block_big {
  display: flex;
  flex-wrap: wrap;
  margin: -1.2rem -0.6rem 0;
}
.subjects_section .step_item .checkboxes_block_big:not(:last-child) {
  margin-bottom: 2rem;
}
.subjects_section .step_item .checkboxes_block_big .custom_checkbox_wrapp {
  width: calc((100% - 3.6rem) / 3);
  margin: 1.2rem 0.6rem 0;
}
@media screen and (max-width: 1400px) {
  .subjects_section .step_item .checkboxes_block_big .custom_checkbox_wrapp {
    width: calc((100% - 2.4rem) / 2);
  }
}
@media screen and (max-width: 1000px) {
  .subjects_section .step_item .checkboxes_block_big .custom_checkbox_wrapp {
    width: calc(100% - 1.2rem);
  }
}
.subjects_section .step_item .help_links_block:not(:last-child) {
  margin-bottom: 1.6rem;
}
.subjects_section .step_item .inputs_big_block:not(:last-child) {
  margin-bottom: 2rem;
}
.subjects_section .step_item .upload_block {
  display: flex;
  flex-wrap: wrap;
  margin: -1rem -0.5rem 0;
}
.subjects_section .step_item .upload_block .label {
  width: 100%;
  margin: 1rem 0.5rem 0;
}
.subjects_section .step_item .upload_block .img_block {
  width: 10rem;
  height: 7.8rem;
  border-radius: 0.8rem;
  overflow: hidden;
  margin: 1rem 0.5rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .subjects_section .step_item .upload_block .img_block {
    width: calc((100% - 3rem) / 3);
  }
}
.subjects_section .step_item .upload_block .img_block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.subjects_section .step_item .upload_block .document_block {
  width: 22rem;
  height: 7.8rem;
  border-radius: 0.8rem;
  margin: 1rem 0.5rem 0;
  padding: 1rem;
  position: relative;
  color: #4C4E70;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 0.1rem solid #D7D9E5;
}
@media screen and (max-width: 767px) {
  .subjects_section .step_item .upload_block .document_block {
    width: calc(100% - 1rem);
  }
}
.subjects_section .step_item .upload_block .upload_area, .subjects_section .step_item .upload_block .upload-img {
  margin: 1rem 0.5rem 0;
}
.subjects_section .step_item .upload_block .img_delete {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  background: url("/local/templates/memory/img/close.svg") center no-repeat;
  background-size: 1.6rem;
}
.subjects_section .step_item .upload_block .revers {
  background: url("/local/templates/memory/img/close2.svg") center no-repeat;
  background-size: 2rem;
}
.subjects_section .step_item .selectize-input {
  z-index: auto;
}
.subjects_section .inputs_row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.subjects_section .inputs_row:not(:last-child) {
  position: relative;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}
.subjects_section .inputs_row:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  left: 1rem;
  bottom: 0;
  width: 11rem;
  height: 0.1rem;
  background: #ECECF4;
}
@media screen and (max-width: 1000px) {
  .subjects_section .inputs_row:not(:last-child) {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
}
.subjects_section .inputs_row .input_block {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 1400px) {
  .subjects_section .inputs_row .input_block {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .subjects_section .inputs_row .input_block {
    width: calc(100% - 20px);
  }
}
.subjects_section .inputs_row .input_block.big {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .subjects_section .inputs_row .input_block.big {
    width: calc(100% - 20px);
  }
}
.subjects_section .inputs_row .input_block.xl {
  width: calc(100% - 20px);
}
@media screen and (max-width: 1400px) {
  .subjects_section .inputs_row .input_block:not(:nth-child(-n+2)) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .subjects_section .inputs_row .input_block:not(:nth-child(-n+2)) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .subjects_section .inputs_row .input_block:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
.subjects_section .inputs_row .input_block.mt {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .subjects_section .inputs_row .input_block.mt {
    margin-top: 0;
  }
}
.subjects_section .inputs_row .input_block.hide {
  display: none;
}
.subjects_section .inputs_row .map-info {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
  color: #DA1041;
  margin-top: 1rem;
}
.subjects_section .input_block.required, .subjects_section .input_block.calendar, .subjects_section .input_block .required {
  position: relative;
  z-index: 1;
}
.subjects_section .input_block.required input, .subjects_section .input_block.calendar input, .subjects_section .input_block .required input {
  background: none;
  padding-right: 5.2rem;
}
.subjects_section .input_block.required:before, .subjects_section .input_block.calendar:before, .subjects_section .input_block .required:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4.4rem;
  background: #FFF;
  border-radius: 0.8rem;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .subjects_section .input_block.required:before, .subjects_section .input_block.calendar:before, .subjects_section .input_block .required:before {
    height: 4rem;
  }
}
.subjects_section .input_block.required:after, .subjects_section .input_block.calendar:after, .subjects_section .input_block .required:after {
  content: "";
  display: block;
  position: absolute;
  right: 1.6rem;
  bottom: 1.2rem;
  width: 2rem;
  height: 2rem;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .subjects_section .input_block.required:after, .subjects_section .input_block.calendar:after, .subjects_section .input_block .required:after {
    bottom: 1rem;
  }
}
.subjects_section .input_block.readonly:before {
  background: #ECECF4;
}
.subjects_section .input_block.required:after, .subjects_section .input_block .required:after {
  background: url("/local/templates/memory/img/required.svg") center no-repeat;
}
.subjects_section .input_block.calendar:after {
  background: url("/local/templates/memory/img/calendar.svg") center no-repeat;
}
.subjects_section .label {
  display: flex;
  align-items: center;
  color: #4C4E70;
  font-weight: 500;
  margin-bottom: 1rem;
}
.subjects_section .label .question {
  cursor: pointer;
  margin-left: 0.4rem;
}
.subjects_section .label .question svg {
  display: block;
}
.subjects_section .upload_area {
  width: 30rem;
  height: 7.8rem;
  max-width: 100%;
  color: #ACADC3;
  stroke: #ACADC3;
  border: 0.2rem dashed #ACADC3;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s border, 0.2s color, 0.2s stroke;
}
@media screen and (max-width: 767px) {
  .subjects_section .upload_area {
    width: 100%;
  }
}
.subjects_section .upload_area:hover {
  color: #242EB6;
  stroke: #242EB6;
  border: 0.2rem dashed #242EB6;
}
.subjects_section .upload_area svg {
  margin-right: 0.6rem;
}
.subjects_section .upload_area input {
  display: none;
}
.subjects_section .with_button {
  display: flex;
}
.subjects_section .with_button:not(:last-child) {
  margin-bottom: 1rem;
}
.subjects_section .with_button .btn {
  flex-shrink: 0;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .subjects_section .with_button .btn {
    width: auto;
  }
}
.subjects_section .total_info {
  color: #4C4E70;
  font-weight: 500;
}
.subjects_section .total_info:not(:last-child) {
  margin-bottom: 2rem;
}
.subjects_section .block_with_border:not(:last-child) {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #ECECF4;
}
.subjects_section .mini_input_row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.subjects_section .mini_input_row .mini_label {
  color: #4C4E70;
  display: block;
  margin-bottom: 1rem;
}
.subjects_section .mini_input_row .mini_input_block {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .subjects_section .mini_input_row .mini_input_block {
    width: calc(100% - 20px);
  }
}
.subjects_section .mini_input_row .mini_input_block:not(:nth-child(-n+2)) {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .subjects_section .mini_input_row .mini_input_block:not(:nth-child(-n+2)) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .subjects_section .mini_input_row .mini_input_block:not(:first-child) {
    margin-top: 1.2rem;
  }
}
.subjects_section .mini_input_row .selectize-input {
  width: 100%;
}
.subjects_section .accent_text {
  color: #4C4E70;
  display: block;
  padding: 1.2rem 2rem;
  background: #D7D9E5;
  border-radius: 0.8rem;
}
.subjects_section .note {
  margin-top: 0.5rem;
  font-size: 1.2rem;
}
.subjects_section .reviews_block {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  color: #ACADC3;
  margin-bottom: 1.6rem;
}
.subjects_section .star_block {
  display: flex;
  margin-right: 1rem;
}
.subjects_section .star_block span {
  width: 1.6rem;
  height: 1.6rem;
}
.subjects_section .star_block span:not(:last-child) {
  padding-right: 0.2rem;
}
.subjects_section .star_block span:not(.full) {
  background: url("/local/templates/memory/img/star.svg") left center no-repeat;
}
.subjects_section .star_block span.full {
  background: url("/local/templates/memory/img/star_full.svg") left center no-repeat;
}

.subjects_office_row {
  display: flex;
  flex-wrap: wrap;
  margin: -2rem -1rem 0;
  color: #4C4E70;
}
@media screen and (max-width: 767px) {
  .subjects_office_row {
    margin-top: -1rem;
  }
}
.subjects_office_row:not(:last-child) {
  position: relative;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}
.subjects_office_row:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0;
  height: 0.1rem;
  background: #ECECF4;
}
@media screen and (max-width: 1000px) {
  .subjects_office_row:not(:last-child) {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
}
.subjects_office_row > div {
  padding: 3rem 2rem;
  background: #F9FAFD;
  border-radius: 0.8rem;
  margin: 2rem 1rem 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .subjects_office_row > div {
    padding: 1.6rem;
    margin-top: 1rem;
  }
}
.subjects_office_row .office_add_link {
  width: 14rem;
  align-self: flex-start;
}
@media screen and (max-width: 767px) {
  .subjects_office_row .office_add_link {
    display: flex;
    align-items: center;
    width: calc(100% - 2rem);
  }
}
.subjects_office_row .office_add_link .btn {
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .subjects_office_row .office_add_link .btn {
    padding: 1rem;
    width: fit-content;
    margin: 0 1.2rem 0 0;
  }
}
.subjects_office_row .office_add_link .open path:nth-child(2) {
  display: none;
}
.subjects_office_row .office_add_block {
  width: calc(100% - 18rem);
  overflow: hidden;
  transition: 0.2s max-height, 0.2s opacity;
  max-height: 78rem;
}
@media screen and (max-width: 1400px) {
  .subjects_office_row .office_add_block {
    width: calc(100% - 2rem);
  }
}
@media screen and (max-width: 767px) {
  .subjects_office_row .office_add_block {
    max-height: 83rem;
  }
}
.subjects_office_row .office_add_block:not(.open) {
  max-height: 0;
  opacity: 0;
  margin: 0;
  transition: 0.2s max-height;
}
@media screen and (max-width: 767px) {
  .subjects_office_row .office_add_block .btn {
    width: fit-content;
  }
}
.subjects_office_row .title_block {
  display: flex;
  justify-content: space-between;
}
.subjects_office_row .title_block:not(:last-child) {
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 1000px) {
  .subjects_office_row .title_block:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
.subjects_office_row .title_block .title {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .subjects_office_row .title_block .title {
    font-size: 1.5rem;
  }
}
.subjects_office_row .title_block .title:not(:last-child) {
  margin-right: 2rem;
}
.subjects_office_row .inputs_row {
  margin-top: -1.6rem;
}
@media screen and (max-width: 1000px) {
  .subjects_office_row .inputs_row {
    margin-top: -1.2rem;
  }
}
.subjects_office_row .inputs_row .input_block {
  margin-top: 1.6rem;
}
@media screen and (max-width: 1400px) {
  .subjects_office_row .inputs_row .input_block {
    margin-top: 1.6rem !important;
  }
}
@media screen and (max-width: 1000px) {
  .subjects_office_row .inputs_row .input_block {
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .subjects_office_row .inputs_row .input_block {
    margin-bottom: 0 !important;
  }
}
.subjects_office_row .office_item {
  color: #787A94;
}
.subjects_office_row .office_item:not(.big) {
  width: calc((100% - 4rem) / 2);
}
@media screen and (max-width: 1400px) {
  .subjects_office_row .office_item:not(.big) {
    width: calc(100% - 2rem);
  }
}
.subjects_office_row .office_item.big {
  width: calc(100% - 2rem);
}
.subjects_office_row .office_item:not(.open) input:not(.delete) {
  background: none;
  pointer-events: none;
  padding: 0;
  border: none;
  max-height: 2rem;
}
.subjects_office_row .office_item:not(.open) .subtxt {
  display: none;
}
.subjects_office_row .office_item .item {
  display: flex;
  align-items: center;
}
.subjects_office_row .office_item .item:not(:last-child) {
  margin-bottom: 1rem;
}
.subjects_office_row .office_item .item .icon {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.2rem;
}
.subjects_office_row .office_item input:not(.delete) {
  color: #787A94;
  width: 100%;
  padding: 0 2rem;
  transition: 0.2s padding, 0.2s border, 0.2s max-height;
  border: 0.1rem solid #D7D9E5;
  border-radius: 0.8rem;
  height: 4.4rem;
  max-height: 4.4rem;
}
@media screen and (max-width: 1000px) {
  .subjects_office_row .office_item input:not(.delete) {
    height: 4rem;
  }
}
.subjects_office_row .office_item input:not(.delete).error {
  border: 0.1rem solid #DA1041;
}
.subjects_office_row .office_item input:not(.delete):hover {
  border: 0.1rem solid #ACADC3;
}
.subjects_office_row .office_item input:not(.delete):active, .subjects_office_row .office_item input:not(.delete):focus {
  border: 0.1rem solid #ACADC3;
}
.subjects_office_row .office_item .subtxt {
  color: #ACADC4;
  margin-bottom: 1rem;
}
.subjects_office_row .office_item .custom_checkbox_wrapp:not(:last-child) {
  margin-bottom: 1rem;
}

.product_detail_block {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.product_detail_block .banner_section:not(:last-child) {
  margin-bottom: 3rem;
}

.product_main {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(75% - 20px);
}
@media screen and (max-width: 1400px) {
  .product_main {
    width: calc(66.6666666667% - 20px);
  }
}
@media screen and (max-width: 1000px) {
  .product_main {
    width: calc(100% - 20px);
  }
}
.product_main .cloud {
  padding: 2.4rem;
  background: #FFF;
  border-radius: 1.2rem;
}
@media screen and (max-width: 1000px) {
  .product_main .cloud {
    padding: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .product_main .cloud {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
    position: relative;
    padding: 1.6rem;
  }
}
.product_main .cloud:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  .product_main .cloud:not(:last-child) {
    margin-bottom: 1rem;
  }
}

.product_sidebar {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(25% - 20px);
}
@media screen and (max-width: 1400px) {
  .product_sidebar {
    width: calc(33.3333333333% - 20px);
  }
}
@media screen and (max-width: 1000px) {
  .product_sidebar {
    width: 100%;
    margin: 0 0 3rem;
  }
}
@media screen and (max-width: 767px) {
  .product_sidebar {
    width: auto;
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .product_sidebar:not(.mobile) {
    display: none;
  }
}
.product_sidebar.mobile {
  display: none;
}
@media screen and (max-width: 1000px) {
  .product_sidebar.mobile {
    display: block;
  }
}
.product_sidebar .sticky_block {
  position: sticky;
  top: 2rem;
  overflow: hidden;
}
.product_sidebar .banner_section_2 {
  display: flex;
  justify-content: center;
}

.cloud.draft {
  border: 0.1rem solid #242EB6;
}

.cloud.moderation {
  border: 0.1rem solid #24b68c;
}

div.lk_nav_links {
  display: flex;
  overflow: auto;
  white-space: nowrap;
}
div.lk_nav_links.cloud {
  padding: 1rem 2.4rem;
}
@media screen and (max-width: 1000px) {
  div.lk_nav_links.cloud {
    padding: 1rem 1.6rem;
  }
}
div.lk_nav_links span, div.lk_nav_links a {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.6rem;
  border-radius: 0.8rem;
}
@media screen and (max-width: 1000px) {
  div.lk_nav_links span, div.lk_nav_links a {
    font-size: 1.5rem;
  }
}
div.lk_nav_links span:not(:last-child), div.lk_nav_links a:not(:last-child) {
  margin-right: 1.2rem;
}
div.lk_nav_links span {
  color: #4C4E70;
}
div.lk_nav_links a {
  color: #787A94;
  transition: 0.2s color, 0.2s background;
}
div.lk_nav_links a:hover {
  color: #FFF;
  background: #2955F1;
}
div.lk_nav_links a.disabled {
  color: #ACADC3;
  pointer-events: none;
}

.products_section .products_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .products_section .products_title {
    display: block;
  }
}
.products_section .products_title:not(:last-child) {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #ECECF4;
}
.products_section .products_title .item {
  display: flex;
}
@media screen and (max-width: 767px) {
  .products_section .products_title .item {
    display: block;
  }
}
.products_section .products_title .item:not(:last-child) {
  margin-right: 4rem;
}
@media screen and (max-width: 767px) {
  .products_section .products_title .item:not(:last-child) {
    margin: 0 0 1.2rem;
  }
}
.products_section .products_title .btn:not(:last-child) {
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .products_section .products_title .btn:not(:last-child) {
    margin: 0 0 1.2rem;
  }
}
.products_section .search_block {
  position: relative;
}
.products_section .search_block input {
  padding-right: 5.6rem;
}
.products_section .search_block button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products_section .filters_block {
  display: flex;
  flex-wrap: wrap;
  margin: -2rem -1rem 0;
}
@media screen and (max-width: 767px) {
  .products_section .filters_block {
    margin: -1rem 0 0;
  }
}
.products_section .filters_block .filter_item {
  width: calc(100% - 2rem);
  margin: 2rem 1rem 0;
}
@media screen and (max-width: 767px) {
  .products_section .filters_block .filter_item {
    width: 100%;
    margin: 1rem 0 0;
  }
}
.products_section .filters_block .selectize-input {
  width: 100%;
  display: flex;
  font-size: 1.4rem;
}
.products_section .catalog_viewing_block {
  background: #F1F5FC;
}
@media screen and (max-width: 767px) {
  .products_section .catalog_viewing_block {
    background: none;
  }
}
.products_section .catalog_viewing_block:not(:last-child) {
  margin-bottom: 1.6rem;
}

.products_item {
  display: flex;
  align-items: flex-start;
  overflow: hidden;
}
.products_item .img_block {
  width: 7rem;
  border-radius: 0.8rem;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 2rem;
  border: 0.1rem solid #D7D9E5;
}
.products_item .img_block .respons_content {
  padding: 0.5rem;
}
.products_item .img_block img {
  border-radius: 0.8rem;
}
.products_item .text_block {
  width: 100%;
}
.products_item .text_block:not(.with_error), .products_item .text_block .main {
  display: flex;
}
@media screen and (max-width: 1400px) {
  .products_item .text_block:not(.with_error), .products_item .text_block .main {
    flex-wrap: wrap;
  }
}
.products_item .name_block {
  width: 100%;
  margin-right: 2rem;
}
@media screen and (max-width: 1400px) {
  .products_item .name_block {
    order: 2;
    margin: 0 0 1.6rem;
  }
}
.products_item .name_block .name {
  display: inline-block;
  color: #4C4E70;
}
.products_item .name_block .name:not(:last-child) {
  margin-bottom: 1rem;
}
.products_item .name_block .star_block {
  margin: 0;
}
.products_item .name_block .star_block:not(:last-child) {
  margin-bottom: 1rem;
}
.products_item .reviews {
  display: flex;
  font-size: 1.3rem;
}
@media screen and (max-width: 1700px) {
  .products_item .reviews {
    display: block;
  }
}
@media screen and (max-width: 1400px) {
  .products_item .reviews {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .products_item .reviews {
    display: block;
  }
}
.products_item .reviews:not(:last-child) {
  margin-bottom: 1rem;
}
.products_item .reviews .new_reviews {
  color: #50C01A;
}
@media screen and (max-width: 1000px) {
  .products_item .reviews .new_reviews {
    font-size: 1.2rem;
  }
}
.products_item .reviews .reviews_block:not(:last-child) {
  margin-right: 4rem;
}
@media screen and (max-width: 1700px) {
  .products_item .reviews .reviews_block:not(:last-child) {
    margin: 0 0 0.6rem;
  }
}
@media screen and (max-width: 1400px) {
  .products_item .reviews .reviews_block:not(:last-child) {
    margin: 0 4rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .products_item .reviews .reviews_block:not(:last-child) {
    margin: 0 0 0.6rem;
  }
}
.products_item .app_block {
  display: flex;
  font-size: 1.3rem;
}
@media screen and (max-width: 1000px) {
  .products_item .app_block {
    font-size: 1.2rem;
  }
}
.products_item .app_block:not(:last-child) {
  margin-bottom: 1rem;
}
.products_item .app_block .main:not(:last-child) {
  margin-right: 2rem;
}
.products_item .app_block .new a, .products_item .app_block .new span {
  color: #4C4E70;
  text-decoration: underline;
}
.products_item .price_block_wrapp {
  width: 19.2rem;
  flex-shrink: 0;
  margin-right: 3rem;
}
@media screen and (max-width: 1400px) {
  .products_item .price_block_wrapp {
    order: 1;
    width: 100%;
    margin: 0 0 1rem;
    display: flex;
    align-items: flex-start;
  }
}
.products_item .price_block_wrapp .sale_block {
  margin-bottom: 0.6rem;
}
.products_item .sale_block {
  color: #FFF;
  width: fit-content;
  background: #50C01A;
  padding: 0.2rem 0.4rem;
  border-radius: 0.4rem;
  margin-bottom: 0.6rem;
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .products_item .sale_block {
    order: 2;
    margin: 0 0 0 1rem;
  }
}
.products_item .price_block {
  display: flex;
  color: #1A1D3F;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .products_item .price_block {
    order: 1;
  }
}
@media screen and (max-width: 1000px) {
  .products_item .price_block {
    font-size: 1.6rem;
  }
}
.products_item .price_block .old {
  font-size: 1.4rem;
  font-weight: 400;
  color: #ACADC3;
  margin-left: 0.6rem;
  text-decoration: line-through;
}
@media screen and (max-width: 1000px) {
  .products_item .price_block .old {
    font-size: 1.3rem;
  }
}
.products_item .edit_block {
  display: flex;
  flex-direction: column;
  width: 18.4rem;
  flex-shrink: 0;
}
@media screen and (max-width: 1700px) {
  .products_item .edit_block {
    width: 16.4rem;
  }
}
@media screen and (max-width: 1400px) {
  .products_item .edit_block {
    order: 4;
    width: calc(100% - 8.4rem);
  }
}
@media screen and (max-width: 1400px) {
  .products_item .edit_block:not(:last-child) {
    margin: 0;
  }
}
.products_item .edit_block a:not(.delete) {
  display: inline-block;
  margin-bottom: 1rem;
}
.products_item .edit_block .delete {
  font-size: 1.3rem;
}
.products_item .edit_block .delete svg {
  margin-top: -0.1rem;
}
.products_item .btn_block {
  width: 4.4rem;
  flex-shrink: 0;
}
@media screen and (max-width: 1400px) {
  .products_item .btn_block {
    order: 3;
    margin-right: 4rem;
  }
}
.products_item .btn_block .btn {
  padding: 1.2rem;
}
@media screen and (max-width: 767px) {
  .products_item .btn_block .btn {
    padding: 1.2rem;
  }
}
.products_item .reviews_block {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  color: #ACADC3;
}
.products_item .star_block {
  display: flex;
  margin-right: 1rem;
}
.products_item .star_block .star_text {
  margin-right: 1rem;
}
.products_item .star_block span {
  width: 1.6rem;
  height: 1.6rem;
}
.products_item .star_block span:not(:last-child) {
  padding-right: 0.2rem;
}
.products_item .star_block span:not(.full) {
  background: url("/local/templates/memory/img/star.svg") left center no-repeat;
}
.products_item .star_block span.full {
  background: url("/local/templates/memory/img/star_full.svg") left center no-repeat;
}
.products_item .review_info {
  width: 40rem;
  flex-shrink: 0;
  text-align: right;
  order: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 1700px) {
  .products_item .review_info {
    width: 27rem;
  }
}
@media screen and (max-width: 1400px) {
  .products_item .review_info {
    text-align: left;
    display: block;
  }
}
.products_item .review_info .date_info:not(:last-child) {
  margin-bottom: 0.8rem;
}
.products_item .review_info .accent {
  color: #50C01A;
  font-weight: 500;
}
.products_item .ok_txt {
  color: #50C01A;
}
.products_item .subs_block {
  display: flex;
  align-items: center;
}
.products_item .subs_block:not(:last-child) {
  margin-bottom: 1rem;
}
.products_item .subs_block > div:not(:last-child) {
  margin-right: 2rem;
}
.products_item .name_with_tag {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .products_item .name_with_tag {
    justify-content: space-between;
  }
}
.products_item .name_with_tag:not(:last-child) {
  margin-bottom: 1rem;
}
.products_item .name_with_tag > *:not(:last-child) {
  margin-right: 4rem;
}
.products_item .name_with_tag .name:not(:last-child) {
  margin: 0 4rem 0 0;
}

.profile_back_link {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  .profile_back_link {
    margin-bottom: 1rem;
  }
}

.portfolio_item:not(.with_error), .portfolio_item .main {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .portfolio_item:not(.with_error), .portfolio_item .main {
    display: block;
  }
}
.portfolio_item .img_block a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0.5rem;
}
.portfolio_item .name_block {
  width: 100%;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .portfolio_item .name_block {
    margin: 0 0 2rem;
  }
}
.portfolio_item .name_block .name {
  display: inline-block;
  color: #4C4E70;
}
.portfolio_item .name_block .name:not(:last-child) {
  margin-bottom: 1rem;
}
.portfolio_item .add_block {
  width: 21.6rem;
  flex-shrink: 0;
}
@media screen and (max-width: 1400px) {
  .portfolio_item .add_block {
    width: 14.5rem;
  }
}
@media screen and (max-width: 767px) {
  .portfolio_item .add_block {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.portfolio_item .edit_block {
  width: 15.5rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .portfolio_item .edit_block {
    width: 100%;
    display: flex;
  }
}
.portfolio_item .edit_block a:not(.delete) {
  display: inline-block;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .portfolio_item .edit_block a:not(.delete) {
    margin: 0 2rem 0 0;
  }
}
.portfolio_item .edit_block .delete.portfolio_item {
  font-size: 1.3rem;
}
.portfolio_item .edit_block .delete.portfolio_item svg {
  margin-top: -0.1rem;
}
.portfolio_item .views_icons {
  display: flex;
}
.portfolio_item .views_icons .icon {
  display: flex;
  align-items: center;
  stroke: #787A94;
  color: #ACADC3;
  transition: 0.2s color, 0.2s stroke;
}
.portfolio_item .views_icons .icon:not(:last-child) {
  margin-right: 1.6rem;
}
.portfolio_item .views_icons svg {
  margin-right: 0.4rem;
}
.portfolio_item .chat_date:not(:last-child) {
  margin-bottom: 1rem;
}

.my_articles {
  display: flex;
  flex-wrap: wrap;
}
.my_articles .top_block {
  width: calc(100% - 15.2rem);
  display: flex;
  align-items: flex-start;
  margin: 0 2rem 2.6rem 0;
}
.my_articles .img_block {
  width: 6rem;
  flex-shrink: 0;
  margin-right: 1.6rem;
  border-radius: 0.4rem;
}
.my_articles .img_block:before {
  padding-top: 75%;
}
.my_articles .title_block {
  width: calc(100% - 7.6rem);
  flex-shrink: 0;
}
.my_articles .title {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #4C4E70;
}
.my_articles .title:not(:last-child) {
  margin-bottom: 0.6rem;
}
.my_articles .edit_block {
  width: 13.2rem;
  flex-shrink: 0;
}
.my_articles .add_text {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
}
.my_articles .date {
  color: #ACADC3;
  margin-right: 1.6rem;
}
.my_articles .more {
  cursor: pointer;
  color: #2955F1;
  margin-left: 0.4rem;
}
.my_articles .name {
  display: block;
  font-weight: 500;
  color: #4C4E70;
}
.my_articles .name:not(:last-child) {
  margin-bottom: 1rem;
}
.my_articles .text {
  display: block;
  color: #4C4E70;
}
.my_articles .views_icons {
  display: flex;
  margin-top: 1rem;
}
.my_articles .views_icons .icon {
  display: flex;
  align-items: center;
  stroke: #787A94;
  color: #ACADC3;
  transition: 0.2s color, 0.2s stroke;
}
.my_articles .views_icons .icon:not(:last-child) {
  margin-right: 1.6rem;
}
.my_articles .views_icons svg {
  margin-right: 0.4rem;
}
.my_articles .violation-wrap {
  width: 100%;
}

.request_item {
  padding: 2rem;
  background: #F9FAFD;
}
@media screen and (max-width: 767px) {
  .request_item {
    padding: 1.6rem;
  }
}
.request_item:not(:last-child) {
  margin-bottom: 2rem;
}
.request_item .title_block {
  display: flex;
  align-self: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .request_item .title_block {
    display: block;
  }
}
.request_item .title_block:not(:last-child) {
  margin-bottom: 1.6rem;
}
.request_item .name_block {
  margin-right: 4rem;
}
@media screen and (max-width: 767px) {
  .request_item .name_block {
    margin: 0 0 1.6rem;
  }
}
.request_item .date {
  color: #ACADC3;
  margin-bottom: 0.8rem;
}
.request_item .name {
  color: #4C4E70;
  font-weight: 500;
}
.request_item .contacts_block .one {
  display: flex;
}
.request_item .contacts_block .one:not(:last-child) {
  margin-bottom: 0.8rem;
}
.request_item .contacts_block .sub {
  color: #ACADC3;
  margin-right: 0.8rem;
}
.request_item .contacts_block .dark {
  color: #4C4E70;
}
.request_item .title {
  color: #4C4E70;
  margin-bottom: 0.8rem;
}
.request_item .text_block:not(:last-child) {
  margin-bottom: 2rem;
}
.request_item .btns_block {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .request_item .btns_block {
    display: block;
  }
}
.request_item .btns_block a:not(:last-child) {
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .request_item .btns_block a:not(:last-child) {
    margin: 0 0 1rem;
  }
}

.upload-img {
  height: 7.8rem;
  padding: 0.5rem;
  border: 0.1rem solid #D7D9E5;
  border-radius: 0.8rem;
}
.upload-img.uploaded.deleted {
  display: none;
}
.upload-img.uploaded, .upload-img.preuploaded {
  width: 10rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .upload-img.uploaded, .upload-img.preuploaded {
    width: calc((100% - 3rem) / 3);
  }
}
.upload-img:not(.uploaded):not(.preuploaded) {
  width: 30rem;
  height: 7.8rem;
  max-width: 100%;
  color: #ACADC3;
  stroke: #ACADC3;
  border: 0.2rem dashed #ACADC3;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition: 0.2s border, 0.2s color, 0.2s stroke;
}
@media screen and (max-width: 767px) {
  .upload-img:not(.uploaded):not(.preuploaded) {
    width: 100%;
  }
}
.upload-img:not(.uploaded):not(.preuploaded):hover {
  color: #242EB6;
  stroke: #242EB6;
  border: 0.2rem dashed #242EB6;
}
.upload-img:not(.uploaded):not(.preuploaded):hover:before {
  background: url("/local/templates/memory/img/pluse_s.svg") left center no-repeat;
}
.upload-img:not(.uploaded):not(.preuploaded) .img_del, .upload-img:not(.uploaded):not(.preuploaded) img {
  display: none;
}
.upload-img:not(.uploaded):not(.preuploaded):before {
  content: "Загрузить";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.3rem;
  line-height: 1.3rem;
  padding-left: 2.2rem;
  transform: translate(-50%, -50%);
  background: url("/local/templates/memory/img/pluse.svg") left center no-repeat;
  transition: 0.2s background;
}
.upload-img input {
  display: none;
}
.upload-img .img_del {
  width: 2rem;
  height: 2rem;
  border-radius: 0.4rem;
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  background: #4C4E70 url("/local/templates/memory/img/close.svg") center no-repeat;
  background-size: 1.6rem;
}
.upload-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.upload-img.upload-file {
  width: 22rem;
  padding: 1rem;
  color: #4C4E70;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 0.1rem solid #D7D9E5;
}

#textarea_detail_text {
  display: none;
}

.input_block.error label {
  color: #DA1041;
}

blockquote {
  margin: 0;
  padding: 2rem 3rem;
  border-radius: 0.8rem;
  border: 0.1rem solid #E1E9F9;
}
blockquote:not(:last-child) {
  margin-bottom: 2rem;
}

.ql-container.ql-snow {
  border: 0.1rem solid #D7D9E5;
  border-radius: 0 0 0.8rem 0.8rem;
}

.ql-toolbar.ql-snow {
  border: 0.1rem solid #D7D9E5;
  border-radius: 0.8rem 0.8rem 0 0;
}

.ql-toolbar.ql-snow, .ql-editor {
  font-size: 1.4rem;
  line-height: 1.4;
  font-family: "Onest", sans-serif;
  color: #787A94;
}
@media screen and (max-width: 1000px) {
  .ql-toolbar.ql-snow, .ql-editor {
    font-size: 1.3rem;
  }
}
.ql-toolbar.ql-snow ol, .ql-editor ol {
  margin: 0 0 0 2rem;
  padding: 0;
}
.ql-toolbar.ql-snow ol:not(:last-child), .ql-editor ol:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  .ql-toolbar.ql-snow ol:not(:last-child), .ql-editor ol:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
.ql-toolbar.ql-snow ol li:not(:last-child), .ql-editor ol li:not(:last-child) {
  margin-bottom: 0.4rem;
}
.ql-toolbar.ql-snow ul, .ql-editor ul {
  list-style-type: none;
  margin: 0 0 0 2rem;
  padding: 0;
}
.ql-toolbar.ql-snow ul:not(:last-child), .ql-editor ul:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  .ql-toolbar.ql-snow ul:not(:last-child), .ql-editor ul:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
.ql-toolbar.ql-snow ul li, .ql-editor ul li {
  position: relative;
  padding-left: 2rem !important;
}
.ql-toolbar.ql-snow ul li:not(:last-child), .ql-editor ul li:not(:last-child) {
  margin-bottom: 0.4rem;
}
.ql-toolbar.ql-snow ul li:before, .ql-editor ul li:before {
  content: "" !important;
  display: block;
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 !important;
  border-radius: 100%;
  background: #2955F1;
}
.ql-toolbar.ql-snow p, .ql-editor p {
  margin: 0;
}
.ql-toolbar.ql-snow p:not(:last-child), .ql-editor p:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  .ql-toolbar.ql-snow p:not(:last-child), .ql-editor p:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
.ql-toolbar.ql-snow blockquote, .ql-editor blockquote {
  margin: 0 0 2rem !important;
  padding: 2rem 3rem !important;
  border-radius: 0.8rem;
  border: 0.1rem solid #E1E9F9 !important;
}

.ql-editor.ql-blank::before {
  color: #ACADC4;
}

.info_text.error, .error {
  color: #DA1041;
}

.ql-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 2rem;
}

.ql-video iframe, .ql-video object, .ql-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ql-toolbar .ql-video {
  margin-bottom: 0;
}

.merchant_map {
  width: calc(100% - 2rem);
  height: 30rem;
  margin: 1.6rem 1rem 0;
}

.duble_fields {
  display: flex;
}
.duble_fields input {
  margin-left: 1rem;
}
.duble_fields .selectize-input {
  width: 18.5rem;
}

.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Ссылка на видео";
}

.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  content: "Сохранить";
}

.tabs_content_main {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: 0.2s opacity;
}
.tabs_content_main.active {
  display: block;
  height: auto;
  opacity: 1;
  overflow: visible;
  border-radius: 1.2rem;
}

.tabs_caption_main {
  margin: 0 0 2rem;
  padding: 0;
  display: flex;
  list-style-type: none;
}
.tabs_caption_main li:not(:last-child) {
  margin-right: 2rem;
}
.tabs_caption_main li:not(.active) {
  color: #787A94;
  cursor: pointer;
}
.tabs_caption_main li.active {
  color: #4C4E70;
}
.tabs_caption_main h2 {
  color: #787A94;
  transition: 0.2s color;
}
.tabs_caption_main li.active h2 {
  color: #4C4E70;
}

.tabs_caption_main_2 {
  margin: 0 0 2rem;
  padding: 0;
  display: flex;
  list-style-type: none;
}
.tabs_caption_main_2 li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: fit-content;
  height: 4.4rem;
  outline: none;
  cursor: pointer;
  padding: 0 2rem;
  background: #FFF;
  border-radius: 0.8rem;
  text-decoration: none;
  transition: 0.2s background, 0.2s color, 0.2s stroke;
  border: 0.2rem solid transparent;
  color: #787A94;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .tabs_caption_main_2 li {
    height: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .tabs_caption_main_2 li {
    width: 100%;
    padding: 0 1.6rem;
  }
}
.tabs_caption_main_2 li:not(:last-child) {
  margin-right: 1rem;
}
.tabs_caption_main_2 li.active {
  color: #4C4E70;
  font-weight: 500;
  border: 0.2rem solid #2955F1;
}

*[data-tippy-root] {
  pointer-events: auto !important;
}
*[data-tippy-root] a {
  color: #FFF;
  text-decoration: underline;
}

.lk_nav_links_2 {
  display: flex;
  align-items: center;
  overflow: auto;
  white-space: nowrap;
  height: 5.6rem;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .lk_nav_links_2 {
    height: auto;
    display: block;
  }
}
.lk_nav_links_2.cloud {
  padding: 1rem 2.4rem;
}
@media screen and (max-width: 1000px) {
  .lk_nav_links_2.cloud {
    padding: 1.6rem;
  }
}
.lk_nav_links_2 .title {
  color: #4C4E70;
}
.lk_nav_links_2 .title:not(:last-child) {
  margin-right: 4rem;
}
@media screen and (max-width: 1000px) {
  .lk_nav_links_2 .title:not(:last-child) {
    margin: 0 0 1.6rem;
  }
}
.lk_nav_links_2 span:not(:last-child), .lk_nav_links_2 a:not(:last-child) {
  margin-right: 3rem;
}
.lk_nav_links_2 span, .lk_nav_links_2 .active {
  color: #2955F1;
}
.lk_nav_links_2 a, .lk_nav_links_2 a:not(.active) {
  color: #787A94;
  transition: 0.2s color;
}
.lk_nav_links_2 a:hover, .lk_nav_links_2 a:not(.active):hover {
  color: #2955F1;
}
.lk_nav_links_2 a.disabled, .lk_nav_links_2 a:not(.active).disabled {
  color: #ACADC3;
  pointer-events: none;
}
@media screen and (max-width: 1000px) {
  .lk_nav_links_2 .mobile_hide {
    display: none;
  }
}
.lk_nav_links_2 .select_block {
  display: none;
}
@media screen and (max-width: 1000px) {
  .lk_nav_links_2 .select_block {
    display: block;
  }
}
.lk_nav_links_2 .selectize-control *[data-value=" "] {
  color: #4C4E70;
}
.lk_nav_links_2 .selectize-dropdown, .lk_nav_links_2 .selectize-input, .lk_nav_links_2 .selectize-input input {
  line-height: 1.29;
  color: #787A94;
  border: none;
}
.lk_nav_links_2 .selectize-input {
  display: flex;
  color: #4C4E70;
  font-weight: 500;
  padding: 0;
  border: none;
  border-radius: 0;
}
.lk_nav_links_2 .selectize-input .item {
  width: fit-content;
  height: auto;
  padding: 0;
}
.lk_nav_links_2 .selectize-control.single .selectize-input:after {
  position: static;
  width: 2rem;
  height: auto;
  margin-left: 0.6rem;
  background: url("/local/templates/memory/img/arrow_2.svg") center no-repeat;
}
.lk_nav_links_2 .selectize-control.single .selectize-input.dropdown-active:after {
  transform: rotate(180deg);
}
.lk_nav_links_2 .selectize-input.dropdown-active {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.lk_nav_links_2 .selectize-dropdown .option {
  margin: 1rem 0 0;
}
.lk_nav_links_2 .selectize-dropdown .option.selected {
  display: none;
}
.lk_nav_links_2 .selectize-dropdown {
  position: static;
  padding: 0;
  border: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.lk_nav_links_2 input[type=select-one] {
  display: none !important;
}
.lk_nav_links_2 .selectize-control.single .selectize-input.input-active {
  display: flex;
}

.profile_reviews_item:not(:last-child) {
  margin-bottom: 3rem;
}
.profile_reviews_item .title_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.profile_reviews_item .title_block:not(:last-child) {
  margin-bottom: 1.6rem;
}
.profile_reviews_item .title_block h5 {
  margin: 0;
}
.profile_reviews_item .title_block .date {
  color: #ACADC3;
}
.profile_reviews_item .label {
  display: block;
  color: #1A1D3F;
  margin-bottom: 1rem;
}
.profile_reviews_item .input_block:not(:last-child) {
  margin-bottom: 1.6rem;
}

.new_main_screen {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  line-height: 1.4;
  color: #1A1D3F;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .new_main_screen {
    margin-bottom: 2rem;
  }
}
.new_main_screen .main_screen_block {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(75% - 20px);
  display: flex;
  flex-direction: column;
  background: #FFF;
  border-radius: 1.2rem;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .new_main_screen .main_screen_block {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .new_main_screen .main_screen_block {
    width: calc(100% + 1.6rem);
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.new_main_screen .registr_screen_block {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(25% - 20px);
  background: #FFF;
  border-radius: 1.2rem;
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1400px) {
  .new_main_screen .registr_screen_block {
    display: none;
  }
}
.new_main_screen .registr_screen_block .registr_title_block:not(:last-child) {
  margin-bottom: 3rem;
}
.new_main_screen .registr_screen_block .title {
  font-size: 2rem;
  font-weight: 500;
}
.new_main_screen .registr_screen_block .title:not(:last-child) {
  margin-bottom: 1rem;
}
.new_main_screen .registr_screen_block .desc {
  font-size: 1.6rem;
}
.new_main_screen .registr_screen_block .btn_block {
  margin-top: auto;
}
.new_main_screen .registr_screen_block .btn_block .btn {
  width: 100%;
}
.new_main_screen .title_block {
  height: 32rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2.4rem;
  background: url("/local/templates/memory/img/new_main_screen.jpg") right top no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .new_main_screen .title_block {
    height: auto;
    padding: 27.6rem 1.6rem 0;
    background-size: auto 26rem;
  }
}
.new_main_screen .title_block h1 {
  margin: 0;
  font-weight: 500;
  font-size: 2.8rem;
  max-width: 63rem;
}
@media screen and (max-width: 1700px) {
  .new_main_screen .title_block h1 {
    max-width: 61rem;
  }
}
@media screen and (max-width: 1000px) {
  .new_main_screen .title_block h1 {
    font-size: 2.4rem;
    max-width: 29rem;
  }
}
@media screen and (max-width: 767px) {
  .new_main_screen .title_block h1 {
    max-width: unset;
    font-size: 2rem;
  }
}
.new_main_screen .title_block h1:not(:last-child) {
  margin-bottom: 1rem;
}
.new_main_screen .title_block .desc {
  font-size: 1.6rem;
  max-width: 63rem;
}
@media screen and (max-width: 1700px) {
  .new_main_screen .title_block .desc {
    max-width: 42rem;
  }
}
@media screen and (max-width: 1000px) {
  .new_main_screen .title_block .desc {
    font-size: 1.4rem;
    max-width: 29rem;
  }
}
@media screen and (max-width: 767px) {
  .new_main_screen .title_block .desc {
    max-width: unset;
    font-size: 1.3rem;
  }
}
.new_main_screen .add_block:not(:last-child) {
  margin-bottom: 2rem;
}
.new_main_screen .add_block .item {
  padding: 1rem;
  color: #4C4E70;
  border-radius: 0.4rem;
  background: #F9FAFD;
  display: flex;
  align-items: center;
}
.new_main_screen .add_block .item:not(:last-child) {
  margin-bottom: 0.4rem;
}
.new_main_screen .add_block .icon {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1rem;
  align-self: flex-start;
}
.new_main_screen .add_block img {
  display: block;
}

.margin_minus {
  margin-top: -1rem;
}

.merchant_products_row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 767px) {
  .merchant_products_row {
    margin-left: 0;
    margin-right: 0;
  }
}
.merchant_products_row .product_card {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(25% - 20px);
}
@media screen and (max-width: 1700px) {
  .merchant_products_row .product_card {
    width: calc(33.3333333333% - 20px);
  }
}
@media screen and (max-width: 1400px) {
  .merchant_products_row .product_card {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .merchant_products_row .product_card {
    width: calc(100% - 20px);
  }
}
.merchant_products_row .product_card:not(:nth-child(-n+4)) {
  margin-top: 2rem;
}
@media screen and (max-width: 1700px) {
  .merchant_products_row .product_card:not(:nth-child(-n+4)) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1700px) {
  .merchant_products_row .product_card:not(:nth-child(-n+3)) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 1400px) {
  .merchant_products_row .product_card:not(:nth-child(-n+3)) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1400px) {
  .merchant_products_row .product_card:not(:nth-child(-n+2)) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .merchant_products_row .product_card:not(:nth-child(-n+2)) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .merchant_products_row .product_card:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
.merchant_products_row .service_card {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
}
@media screen and (max-width: 767px) {
  .merchant_products_row .service_card {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.merchant_products_row .service_card:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .merchant_products_row .service_card:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
.merchant_products_row .btn_block {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .merchant_products_row .btn_block {
    margin-top: 1.6rem;
  }
}

.slick-dots {
  margin-top: 1.6rem;
}

.stories_block {
  padding: 2.4rem;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .stories_block {
    padding: 1.6rem 1.6rem 3.2rem;
  }
}

.stories {
  margin: 0 -0.6rem;
  overflow: auto;
}
@media screen and (max-width: 1000px) {
  .stories {
    padding: 0;
  }
}

.stories.snapssenger.carousel .story > .item-link > .item-preview {
  height: 19rem;
  max-height: 100%;
}
@media screen and (max-width: 1000px) {
  .stories.snapssenger.carousel .story > .item-link > .item-preview {
    height: 15rem;
  }
}

.stories.carousel .story > .item-link > .item-preview,
.stories.snapssenger.carousel .story > .item-link,
.stories.snapssenger.carousel .story {
  max-height: 100%;
}

.stories.snapssenger.carousel .story {
  width: 19rem;
  max-width: 100%;
}
@media screen and (max-width: 1000px) {
  .stories.snapssenger.carousel .story {
    height: 15rem;
  }
}

#zuck-modal-content .story-viewer .slides .item {
  background: none;
}

#zuck-modal-content .story-viewer .slides .item > .media {
  width: 60rem;
  height: 90rem;
  max-width: 100%;
  top: 50%;
  object-fit: contain;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #zuck-modal-content .story-viewer .slides .item > .media {
    width: 36rem;
  }
}

#zuck-modal-content .story-viewer .slides-pointers {
  width: 60rem;
  max-width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}

#zuck-modal-content .story-viewer .head .right {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 0 0 0 32.5rem;
}
@media screen and (max-width: 1000px) {
  #zuck-modal-content .story-viewer .head .right {
    position: static;
    float: right;
    margin: 0;
    transform: none;
  }
}

#zuck-modal-content .story-viewer .head .left,
#zuck-modal-content .story-viewer .head .right .time {
  display: none;
}

@media screen and (max-width: 1240px) {
  #zuck-modal-content .story-viewer .head .left .time, #zuck-modal-content .story-viewer .head .right .close {
    display: block;
  }
}

.stories.carousel .story > .item-link > .info {
  text-align: center;
  color: #1A1D3F;
  display: block;
  margin-top: 0;
}
.stories.carousel .story > .item-link > .info .name {
  white-space: normal;
  line-height: 1.5rem;
  font-weight: 400;
  max-height: 3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.stories.carousel .story {
  width: 12rem;
  flex-shrink: 0;
  max-width: 12rem;
  margin: 0 0.6rem;
}
@media screen and (max-width: 767px) {
  .stories.carousel .story {
    width: 10rem;
    max-width: 10rem;
  }
}

.stories.carousel .story > .item-link > .item-preview {
  width: 9.8rem;
  height: 9.8rem;
  padding: 0.2rem;
  border-radius: 100%;
  border: 0.2rem solid #2955F1;
  position: relative;
  margin: 0 auto 1.2rem;
}
@media screen and (max-width: 767px) {
  .stories.carousel .story > .item-link > .item-preview {
    width: 8.8rem;
    height: 8.8rem;
  }
}
.stories.carousel .story > .item-link > .item-preview:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  bottom: 0.2rem;
  left: 0.2rem;
  border-radius: 100%;
}

.stories_block {
  position: relative;
  margin-top: 2rem;
}

#zuck-modal-content .story-viewer .tip {
  bottom: 67px;
  width: 31.5rem;
  opacity: 0;
  height: 7.3rem;
  margin-left: -11.2rem;
}
@media screen and (max-width: 767px) {
  #zuck-modal-content .story-viewer .tip {
    top: 50%;
    bottom: auto;
    width: 18.9rem;
    height: 4.5rem;
    margin: 19.4rem 0 0 -6.7rem;
  }
}

.wrap_ea45 {
  z-index: 21474 !important;
}

.main_squares {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.main_squares .item {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(25% - 20px);
  height: 9.2rem;
  padding: 1rem 2rem;
  background: #F1F5FC;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  color: #787A94;
}
@media screen and (max-width: 1700px) {
  .main_squares .item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 1000px) {
  .main_squares .item {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 1000px) {
  .main_squares .item {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1700px) {
  .main_squares .item:not(:nth-child(-n+2)) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 1000px) {
  .main_squares .item:not(:first-child) {
    margin-top: 1rem;
  }
}
.main_squares .img_block {
  width: 5.2rem;
  height: 5.2rem;
  flex-shrink: 0;
  background: #FFF;
  margin-right: 1.6rem;
  border-radius: 100%;
  border: 0.1rem solid #242EB6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fast_filter_block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -1rem -0.5rem 0;
}
.fast_filter_block:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .fast_filter_block {
    flex-wrap: nowrap;
    overflow: auto;
    margin: 0 -1.6rem;
    padding: 1.1rem;
  }
}
.fast_filter_block:not(.open) a:not(:nth-child(-n+4)):not(.more_link) {
  width: 0;
  height: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
  border: none;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fast_filter_block:not(.open) a:not(:nth-child(-n+4)):not(.more_link) {
    width: auto;
    height: 4rem;
    opacity: 1;
    padding: 0 2rem;
    margin: 0 0.5rem;
    flex-shrink: 0;
    border: 0.2rem solid transparent;
  }
}
.fast_filter_block:not(.open) .more_link:before {
  content: "Показать вce";
}
.fast_filter_block.open .more_link:before {
  content: "Скрыть";
}
.fast_filter_block a, .fast_filter_block span {
  white-space: nowrap;
  margin: 1rem 0.5rem 0;
  transition: 0.2s opacity;
}
@media screen and (max-width: 767px) {
  .fast_filter_block a, .fast_filter_block span {
    margin: 0 0.5rem;
  }
}
.fast_filter_block span.btn {
  font-weight: 500;
  border: 0.2rem solid #2955F1;
}
.fast_filter_block a.btn {
  color: #787A94;
}
@media screen and (max-width: 767px) {
  .fast_filter_block .more_link {
    display: none;
  }
}
.fast_filter_block .more_link:before {
  display: block;
}

.template_cloud {
  padding: 2.4rem;
  background: #FFF;
  border-radius: 1.2rem;
}
@media screen and (max-width: 1000px) {
  .template_cloud {
    padding: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .template_cloud {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
    position: relative;
    padding: 1.6rem;
  }
}
.template_cloud:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  .template_cloud:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}

.template_catalog_block {
  display: flex;
}
@media screen and (max-width: 1000px) {
  .template_catalog_block {
    display: block;
  }
}
.template_catalog_block .sticky {
  top: 1rem;
  position: sticky;
}
@media screen and (max-width: 1000px) {
  .template_catalog_block .sticky {
    position: static;
  }
}
.template_catalog_block .template_sidebar {
  width: 26.8rem;
  flex-shrink: 0;
  margin-right: 2rem;
}
@media screen and (max-width: 1400px) {
  .template_catalog_block .template_sidebar {
    width: 22rem;
  }
}
@media screen and (max-width: 1000px) {
  .template_catalog_block .template_sidebar {
    width: calc(100% + 3.2rem);
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }
}
.template_catalog_block .template_products {
  width: calc(100% - 28.8rem);
  flex-shrink: 0;
}
@media screen and (max-width: 1400px) {
  .template_catalog_block .template_products {
    width: calc(100% - 24rem);
  }
}
@media screen and (max-width: 1000px) {
  .template_catalog_block .template_products {
    width: 100%;
  }
}

.template_secitons_sidebar {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media screen and (max-width: 1000px) {
  .template_secitons_sidebar {
    padding: 0;
    background: none;
  }
}
.template_secitons_sidebar:not(:last-child) {
  margin-bottom: 1rem;
}
.template_secitons_sidebar > li {
  padding: 2rem;
  background: #FFF;
  border-radius: 1.2rem;
  margin-bottom: 1rem;
}
.template_secitons_sidebar h4 {
  font-weight: bold;
}
.template_secitons_sidebar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.template_secitons_sidebar ul.open:not(:first-child) {
  margin-top: 1rem;
}
.template_secitons_sidebar ul:not(.open) {
  height: 0;
  overflow: hidden;
}
.template_secitons_sidebar li:not(:last-child) {
  margin-bottom: 1rem;
}
.template_secitons_sidebar li:not(:first-child) h4 {
  margin-top: 2rem;
}
.template_secitons_sidebar li.watch_all {
  margin-bottom: 2rem;
}
.template_secitons_sidebar a {
  display: block;
  position: relative;
  padding-right: 3rem;
  text-decoration: none;
}
.template_secitons_sidebar a:hover {
  color: #787A94;
}
.template_secitons_sidebar a.selected {
  color: #2955F1;
}
.template_secitons_sidebar > li > a {
  color: #1A1D3F;
  font-weight: 500;
}
.template_secitons_sidebar > li > ul > li > ul {
  padding-left: 2rem;
}
@media screen and (max-width: 1400px) {
  .template_secitons_sidebar > li > ul > li > ul {
    padding-left: 1rem;
  }
}
.template_secitons_sidebar > li > ul > li > a {
  color: #4C4E70;
}
.template_secitons_sidebar > li > ul > li > ul > li > a {
  color: #787A94;
  padding: 0;
}
.template_secitons_sidebar .sidebar_menu_opener {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background: url("/local/templates/memory/img/arrow_2.svg") center no-repeat;
}
.template_secitons_sidebar .sidebar_menu_opener.open {
  transform: rotate(180deg) translate(0, 50%);
}

.template_text_page_content {
  padding: 3rem 11.2rem;
  background: #FFF;
  border-radius: 1.2rem;
  overflow: hidden;
}
@media screen and (max-width: 1700px) {
  .template_text_page_content {
    padding: 3rem 6rem;
  }
}
@media screen and (max-width: 1400px) {
  .template_text_page_content {
    padding: 3rem;
  }
}
@media screen and (max-width: 1000px) {
  .template_text_page_content {
    padding: 1.6rem;
  }
}
.template_text_page_content:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .template_text_page_content {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }
}
.template_text_page_content .big_img_block {
  display: flex;
  justify-content: center;
  border-radius: 0.8rem;
  overflow: hidden;
}
.template_text_page_content .big_img_block:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1000px) {
  .template_text_page_content .big_img_block:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.template_text_page_content .content_slider_block:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1000px) {
  .template_text_page_content .content_slider_block:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.template_text_page_content .content_slider_block .slick-list {
  margin: 0 -2.4rem;
  padding: 0 2.4rem;
  overflow: visible;
}
@media screen and (max-width: 1000px) {
  .template_text_page_content .content_slider_block .slick-list {
    margin: 0 -1.6rem;
    padding: 0 1.6rem;
  }
}
.template_text_page_content .content_slider_block .slick-arrow {
  margin-top: 1.6rem;
}
.template_text_page_content .content_slider .slick-slide {
  width: 22rem;
  overflow: hidden;
  border-radius: 0.8rem;
}
@media screen and (max-width: 767px) {
  .template_text_page_content .content_slider .slick-slide {
    width: 15rem;
  }
}
.template_text_page_content .content_slider .slick-slide:before {
  padding-top: 72.73%;
}
.template_text_page_content .content_slider .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.template_text_page_content .accent_txt_block {
  padding: 2rem;
  border-radius: 0.8rem;
  background: #F9FAFD;
}
@media screen and (max-width: 1000px) {
  .template_text_page_content .accent_txt_block {
    padding: 1.6rem;
  }
}
.template_text_page_content .accent_txt_block:not(:last-child) {
  margin-bottom: 2rem;
}

.bk-image {
  border-radius: 1rem;
  margin-bottom: 2rem;
}

.b2c_title_block {
  display: flex;
}
.b2c_title_block .text_block {
  width: 100%;
}
.b2c_title_block .img_block {
  width: 35rem;
  flex-shrink: 0;
  margin-left: 2rem;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media screen and (max-width: 1700px) {
  .b2c_title_block .img_block {
    display: none;
  }
}
.b2c_title_block .img_block img {
  display: block;
}
.b2c_title_block .title_block:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1700px) {
  .b2c_title_block .title_block br {
    display: none;
  }
}
.b2c_title_block .info_block {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 1400px) {
  .b2c_title_block .info_block {
    transition: 0.2s opacity;
  }
  .b2c_title_block .info_block:not(.open) {
    height: 0;
    opacity: 0;
    overflow: hidden;
  }
}
.b2c_title_block .info_block .item {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(33.3333333333% - 20px);
  padding: 2rem;
  display: flex;
  background: #F9FAFD;
  border-radius: 0.8rem;
}
@media screen and (max-width: 1240px) {
  .b2c_title_block .info_block .item {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 1000px) {
  .b2c_title_block .info_block .item {
    padding: 1.6rem;
  }
}
@media screen and (max-width: 1240px) {
  .b2c_title_block .info_block .item:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
.b2c_title_block .info_block .icon {
  width: 3.2rem;
  height: 3.2rem;
  flex-shrink: 0;
  margin-right: 1.2rem;
}
@media screen and (max-width: 1000px) {
  .b2c_title_block .info_block .icon {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.b2c_title_block .info_block .main {
  color: #4C4E70;
  font-size: 1.6rem;
}
@media screen and (max-width: 1000px) {
  .b2c_title_block .info_block .main {
    font-size: 1.4rem;
  }
}
.b2c_title_block .info_block .main:not(:last-child) {
  margin-bottom: 0.8rem;
}
.b2c_title_block .info_block img {
  display: block;
}
@media screen and (max-width: 1400px) {
  .b2c_title_block .product_read_more::before {
    display: block;
    text-decoration: underline;
    text-decoration-style: dashed;
  }
  .b2c_title_block .product_read_more:not(.open):before {
    content: "Подробнее";
  }
  .b2c_title_block .product_read_more.open:before {
    content: "Скрыть";
    margin-top: 1.6rem;
  }
}
.b2c_title_block .product_read_more:not(:last-child) {
  margin-bottom: 2rem;
}

.quiz_item .progress_bar {
  height: 3.3rem;
  border-radius: 3.3rem;
  background: #F9FAFD;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .quiz_item .progress_bar {
    height: 2.9rem;
    border-radius: 2.9rem;
  }
}
.quiz_item .progress_bar:not(:last-child) {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 1000px) {
  .quiz_item .progress_bar:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.quiz_item .progress_bar .progress {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0.15;
  background: #666DD9;
  border-radius: 3.3rem;
}
@media screen and (max-width: 1000px) {
  .quiz_item .progress_bar .progress {
    border-radius: 2.9rem;
  }
}
.quiz_item .progress_bar .text {
  color: #666DD9;
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.quiz_content {
  display: flex;
}
@media screen and (max-width: 1700px) {
  .quiz_content {
    display: block;
  }
}
.quiz_content .main_block {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1700px) {
  .quiz_content .main_block {
    display: block;
  }
}
@media screen and (max-width: 1700px) {
  .quiz_content .main_block:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.quiz_content .sidebar {
  width: 40.8rem;
  flex-shrink: 0;
  margin-left: 4rem;
  border-radius: 0.8rem;
  background: #F9FAFD;
  padding: 2.4rem;
}
@media screen and (max-width: 1700px) {
  .quiz_content .sidebar {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .quiz_content .sidebar {
    padding: 1.6rem;
  }
}
.quiz_content .sidebar .text:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1700px) {
  .quiz_content .sidebar .text:not(:last-child) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1700px) {
  .quiz_content .sidebar .img_popup_link {
    display: none;
  }
}
.quiz_content .title {
  color: #4C4E70;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .quiz_content .title {
    font-size: 1.8rem;
  }
}
.quiz_content .title:not(:last-child) {
  margin-bottom: 2rem;
}
.quiz_content .title_2 {
  color: #4C4E70;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .quiz_content .title_2 {
    font-size: 1.5rem;
  }
}
.quiz_content .title_2:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  .quiz_content .title_2:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
.quiz_content .attention_text {
  padding: 2rem;
  color: #4C4E70;
  font-family: "roboto", sans-serif;
  font-style: italic;
  border-radius: 0.8rem;
  background: #F9FAFD;
}
@media screen and (max-width: 1000px) {
  .quiz_content .attention_text {
    padding: 2rem 1.6rem;
  }
}
.quiz_content .attention_text:not(:last-child) {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 1000px) {
  .quiz_content .attention_text:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.quiz_content .iwb {
  display: flex;
}
@media screen and (max-width: 1000px) {
  .quiz_content .iwb {
    display: block;
  }
}
.quiz_content .iwb input.txt:not(:last-child), .quiz_content .iwb .select {
  margin-right: 1.2rem;
}
@media screen and (max-width: 1000px) {
  .quiz_content .iwb input.txt:not(:last-child), .quiz_content .iwb .select {
    margin: 0 0 1.2rem;
  }
}
.quiz_content .iwb .btn {
  width: 18.3rem;
  max-width: 100%;
  flex-shrink: 0;
}
@media screen and (max-width: 1000px) {
  .quiz_content .iwb .btn {
    width: 100%;
  }
}
.quiz_content .required:before {
  content: "";
  display: block;
  position: absolute;
  right: 1.6rem;
  bottom: 1.2rem;
  width: 2rem;
  height: 2rem;
  background: url("/local/templates/memory/img/required.svg") center no-repeat;
}
@media screen and (max-width: 1000px) {
  .quiz_content .required:before {
    bottom: 1rem;
  }
}
.quiz_content .select, .quiz_content .selectize-input {
  width: 30rem;
  flex-shrink: 0;
}
@media screen and (max-width: 1000px) {
  .quiz_content .select, .quiz_content .selectize-input {
    width: 100%;
  }
}
.quiz_content .input_max {
  width: 100%;
  position: relative;
}
.quiz_content .checkboxes_standart:not(:last-child) {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 1000px) {
  .quiz_content .checkboxes_standart:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
.quiz_content .checkboxes_standart .custom_checkbox_wrapp:not(:last-child) {
  margin-bottom: 1.2rem;
}

.img_popup_link {
  display: block;
  border-radius: 0.8rem;
  overflow: hidden;
  position: relative;
}
.img_popup_link:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.2s background;
  background: rgba(27, 34, 125, 0.1) url("/local/templates/memory/img/icon_08.svg") center no-repeat;
}
.img_popup_link:hover:after {
  background: rgba(27, 34, 125, 0.3) url("/local/templates/memory/img/icon_08.svg") center no-repeat;
}
.img_popup_link img {
  display: block;
}

.quiz_checkboxes_row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -2rem;
}
@media screen and (max-width: 1000px) {
  .quiz_checkboxes_row {
    margin-top: -1.6rem;
  }
}
.quiz_checkboxes_row:not(:last-child) {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 1000px) {
  .quiz_checkboxes_row:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.quiz_checkboxes_row .checkbox_img, .quiz_checkboxes_row .checkbox_bg, .quiz_checkboxes_row .input_block {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 2rem;
}
@media screen and (max-width: 1000px) {
  .quiz_checkboxes_row .checkbox_img, .quiz_checkboxes_row .checkbox_bg, .quiz_checkboxes_row .input_block {
    margin-top: 1.6rem;
  }
}
.quiz_checkboxes_row .sml {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 1000px) {
  .quiz_checkboxes_row .sml {
    width: calc(100% - 20px);
  }
}
.quiz_checkboxes_row .md {
  width: calc(50% - 20px);
}
@media screen and (max-width: 1000px) {
  .quiz_checkboxes_row .md {
    width: calc(100% - 20px);
  }
}
.quiz_checkboxes_row .big {
  width: calc(100% - 20px);
}
.quiz_checkboxes_row .upload_area {
  width: 100%;
}
.quiz_checkboxes_row label.label {
  color: #4C4E70;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.quiz_checkboxes_row label.label svg {
  display: block;
}
.quiz_checkboxes_row label.label .question {
  margin-left: 0.4rem;
}

.checkbox_img {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 2.4rem;
  background: #F9FAFD;
  border-radius: 0.8rem;
  color: #4C4E70;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .checkbox_img {
    padding: 1.6rem;
  }
}
.checkbox_img .custom_checkbox {
  order: 2;
}
.checkbox_img .img {
  width: 100%;
  height: 18rem;
  order: 1;
  margin-bottom: 2rem;
  border-radius: 0.8rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
}
@media screen and (max-width: 1000px) {
  .checkbox_img .img {
    height: 14rem;
  }
}
.checkbox_img .img img {
  display: block;
}
.checkbox_img .img.full img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.checkbox_img .txt {
  order: 3;
  flex-shrink: 0;
  width: calc(100% - 3.2rem);
}
.checkbox_img > input {
  display: none;
}
.checkbox_img input:checked + .custom_checkbox {
  border: 0.1rem solid #2955F1;
}
.checkbox_img input:checked + .custom_checkbox:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2955F1 url("/local/templates/memory/img/checked.svg") center no-repeat;
}
.checkbox_img .custom_checkbox {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-right: 1.2rem;
  position: relative;
  flex-shrink: 0;
  background: #FFF;
  border-radius: 0.4rem;
  overflow: hidden;
  border: 0.1rem solid #D7D9E5;
  transition: 0.2s border;
}
.checkbox_img .custom_checkbox:before {
  transition: 0.2s background;
}

.checkbox_bg {
  display: flex;
  background: #F9FAFD;
  border-radius: 0.8rem;
  padding: 2.4rem;
  color: #4C4E70;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .checkbox_bg {
    padding: 2rem 1.6rem;
  }
}
.checkbox_bg > input {
  display: none;
}
.checkbox_bg input:checked + .custom_checkbox {
  border: 0.1rem solid #2955F1;
}
.checkbox_bg input:checked + .custom_checkbox:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2955F1 url("/local/templates/memory/img/checked.svg") center no-repeat;
}
.checkbox_bg .custom_checkbox {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-right: 1.2rem;
  position: relative;
  flex-shrink: 0;
  background: #FFF;
  border-radius: 0.4rem;
  overflow: hidden;
  border: 0.1rem solid #D7D9E5;
  transition: 0.2s border;
}
.checkbox_bg .custom_checkbox:before {
  transition: 0.2s background;
}
.checkbox_bg input[type=radio] + .custom_checkbox {
  border-radius: 100%;
}
.checkbox_bg input[type=radio] + .custom_checkbox:before {
  width: 1rem;
  height: 1rem;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background: #2955F1;
}
.checkbox_bg.disabled {
  color: gray;
}
.checkbox_bg.disabled .custom_checkbox {
  border: 0.1rem solid gray;
  background: gray;
}

.quiz_bottom_btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
@media screen and (max-width: 1000px) {
  .quiz_bottom_btns {
    display: block;
  }
}
.quiz_bottom_btns .text {
  color: #4C4E70;
  font-size: 1.2rem;
}
.quiz_bottom_btns .text:not(:last-child) {
  margin-right: 4rem;
}
@media screen and (max-width: 1000px) {
  .quiz_bottom_btns .text:not(:last-child) {
    margin: 0 0 2rem;
  }
}
.quiz_bottom_btns .text b {
  display: block;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .quiz_bottom_btns .text b {
    display: inline;
  }
}
.quiz_bottom_btns .btns {
  display: flex;
}
.quiz_bottom_btns .btns .btn:not(:last-child) {
  margin-right: 2rem;
}
@media screen and (max-width: 1000px) {
  .quiz_bottom_btns .btns .btn:not(:last-child) {
    margin-right: 1.6rem;
  }
}

.upload_area {
  width: 30rem;
  height: 7.8rem;
  max-width: 100%;
  color: #ACADC3;
  stroke: #ACADC3;
  border: 0.2rem dashed #ACADC3;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s border, 0.2s color, 0.2s stroke;
}
@media screen and (max-width: 767px) {
  .upload_area {
    width: 100%;
  }
}
.upload_area:hover {
  color: #242EB6;
  stroke: #242EB6;
  border: 0.2rem dashed #242EB6;
}
.upload_area svg {
  margin-right: 0.6rem;
}
.upload_area input {
  display: none;
}

.quiz_working_scheme .title {
  color: #4C4E70;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .quiz_working_scheme .title {
    font-size: 1.8rem;
  }
}
.quiz_working_scheme .title:not(:last-child) {
  margin-bottom: 2rem;
}
.quiz_working_scheme .item {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(33.3333333333% - 20px);
  padding: 3rem 4rem;
  background: #F9FAFD;
  border-radius: 0.8rem;
}
@media screen and (max-width: 767px) {
  .quiz_working_scheme .item {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 1700px) {
  .quiz_working_scheme .item {
    padding: 3rem;
  }
}
@media screen and (max-width: 1400px) {
  .quiz_working_scheme .item {
    padding: 2rem;
  }
}
@media screen and (max-width: 1000px) {
  .quiz_working_scheme .item {
    padding: 2rem 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .quiz_working_scheme .item:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
.quiz_working_scheme .num {
  font-size: 1.6rem;
  font-weight: 600;
  color: #2955F1;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1400px) {
  .quiz_working_scheme .num {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .quiz_working_scheme .num {
    margin: 0 1.5rem 0 0;
  }
}
.quiz_working_scheme .name {
  color: #4C4E70;
  font-size: 1.6rem;
  font-weight: 500;
}
.quiz_working_scheme .name_block {
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .quiz_working_scheme .name_block {
    display: flex;
    align-items: center;
  }
}

.question_item {
  background: #FFF;
  border-radius: 1.2rem;
}
.question_item.open .content {
  padding: 0 2.4rem 2.2rem;
}
@media screen and (max-width: 1000px) {
  .question_item.open .content {
    padding: 0 1.6rem 2rem;
  }
}
.question_item.open .title {
  padding: 2.4rem 6.8rem 2rem 2.4rem;
}
@media screen and (max-width: 1000px) {
  .question_item.open .title {
    padding: 2rem 6rem 1.6rem 2rem;
  }
}
.question_item.open .title:after {
  transform: rotate(180deg);
}
.question_item:not(.open) .title {
  cursor: pointer;
}
.question_item:not(.open) .content {
  height: 0;
  opacity: 0;
}
.question_item:not(:last-child) {
  margin-bottom: 1.6rem;
}
.question_item .title {
  font-size: 1.6rem;
  font-weight: 500;
  color: #4C4E70;
  padding: 2.4rem 6.8rem 2.4rem 2.4rem;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .question_item .title {
    font-size: 1.6rem;
    padding: 2rem 6rem 2rem 2rem;
  }
}
.question_item .title:after {
  content: "";
  display: block;
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url("/local/templates/memory/img/arrow_4.svg") center no-repeat;
}
@media screen and (max-width: 1000px) {
  .question_item .title:after {
    top: 2rem;
    right: 1.6rem;
  }
}
.question_item .content {
  overflow: hidden;
  transition: 0.2s opacity;
}

.template_title_block {
  display: grid;
  grid-auto-rows: 1fr auto;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 2rem;
}
@media screen and (max-width: 1400px) {
  .template_title_block {
    display: flex;
    flex-direction: column;
  }
}
.template_title_block .products_info {
  grid-column: span 9;
}
.template_title_block .products_info .title_block {
  max-width: 75.8rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .template_title_block .products_info .title_block {
    margin-bottom: 1.6rem;
  }
}
.template_title_block .products_search {
  grid-column: span 9;
}
@media screen and (max-width: 1400px) {
  .template_title_block .products_search {
    order: 2;
  }
}
.template_title_block .products_add {
  grid-row-start: 1;
  grid-column-start: 10;
  grid-row-end: span 2;
  grid-column-end: span 3;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1400px) {
  .template_title_block .products_add {
    order: 1;
  }
}
@media screen and (max-width: 1400px) {
  .template_title_block .products_add:not(.open) .subtext, .template_title_block .products_add:not(.open) .add_block {
    height: 0;
    opacity: 0;
    margin: 0;
    overflow: hidden;
  }
  .template_title_block .products_add:not(.open) .subtitle {
    margin: 0;
  }
  .template_title_block .products_add.open .subtitle:after {
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 1400px) {
  .template_title_block .products_add .title {
    cursor: pointer;
  }
}
@media screen and (max-width: 1400px) {
  .template_title_block .products_add .subtitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  .template_title_block .products_add .subtitle:after {
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    flex-shrink: 0;
    margin-left: 2rem;
    transition: 0.2s transform;
    background: url("/local/templates/memory/img/arrow.svg") center no-repeat;
  }
}
@media screen and (max-width: 1400px) {
  .template_title_block .products_add .subtext {
    transition: 0.2s opacity;
  }
}
.template_title_block .products_add .title_block {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .template_title_block .products_add .title_block {
    margin-bottom: 1.6rem;
  }
}
.template_title_block .products_add .btn_block {
  margin-top: auto;
}
.template_title_block .products_add .btn {
  width: 100%;
}
.template_title_block .products_add .img_block {
  overflow: hidden;
  border-radius: 0.8rem;
}
@media screen and (max-width: 1400px) {
  .template_title_block .products_add .img_block {
    display: none;
  }
}
.template_title_block .products_add .img_block:not(:last-child) {
  margin-bottom: 2rem;
}
.template_title_block .products_add .img_block img {
  display: block;
}
.template_title_block .subtitle {
  color: #4C4E70;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .template_title_block .subtitle {
    font-size: 1.5rem;
  }
}
.template_title_block .subtitle:not(:last-child) {
  margin-bottom: 1.6rem;
}
.template_title_block .info_block {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 1400px) {
  .template_title_block .info_block {
    transition: 0.2s opacity;
  }
  .template_title_block .info_block:not(.open) {
    height: 0;
    opacity: 0;
    overflow: hidden;
  }
}
.template_title_block .info_block .item, .template_title_block .info_block .item2 {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(33.3333333333% - 20px);
  padding: 2rem;
  background: #F9FAFD;
  border-radius: 0.8rem;
}
@media screen and (max-width: 1240px) {
  .template_title_block .info_block .item, .template_title_block .info_block .item2 {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 1000px) {
  .template_title_block .info_block .item, .template_title_block .info_block .item2 {
    padding: 1.6rem;
  }
}
@media screen and (max-width: 1240px) {
  .template_title_block .info_block .item:not(:last-child), .template_title_block .info_block .item2:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
.template_title_block .info_block .item {
  display: flex;
}
.template_title_block .info_block .icon {
  width: 3.2rem;
  height: 3.2rem;
  flex-shrink: 0;
  margin-right: 1.2rem;
}
@media screen and (max-width: 1000px) {
  .template_title_block .info_block .icon {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.template_title_block .info_block .main {
  color: #4C4E70;
  font-size: 1.6rem;
}
@media screen and (max-width: 1000px) {
  .template_title_block .info_block .main {
    font-size: 1.4rem;
  }
}
.template_title_block .info_block .main:not(:last-child) {
  margin-bottom: 0.8rem;
}
.template_title_block .info_block img {
  display: block;
}
.template_title_block .info_block .num {
  font-size: 2.5rem;
  font-weight: 500;
  color: #2955F1;
  margin-bottom: 0.8rem;
}
.template_title_block .info_block .item2 {
  font-size: 1.5rem;
}
.template_title_block .search_block {
  position: relative;
}
.template_title_block .search_block input {
  padding-right: 5.6rem;
}
.template_title_block .search_block button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 5.6rem;
}
@media screen and (max-width: 1400px) {
  .template_title_block .add_block {
    transition: 0.2s opacity;
  }
}
.template_title_block .add_block:not(:last-child) {
  margin-bottom: 2rem;
}
.template_title_block .add_block .item {
  padding: 1rem;
  color: #4C4E70;
  border-radius: 0.4rem;
  background: #F9FAFD;
  display: flex;
  align-items: center;
}
.template_title_block .add_block .item:not(:last-child) {
  margin-bottom: 0.4rem;
}
.template_title_block .add_block .icon {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1rem;
  align-self: flex-start;
}
.template_title_block .add_block img {
  display: block;
}
@media screen and (max-width: 1400px) {
  .template_title_block .product_read_more::before {
    display: block;
    text-decoration: underline;
    text-decoration-style: dashed;
  }
  .template_title_block .product_read_more:not(.open):before {
    content: "Подробнее";
  }
  .template_title_block .product_read_more.open:before {
    content: "Скрыть";
    margin-top: 1.6rem;
  }
}
.template_title_block .product_read_more:not(:last-child) {
  margin-bottom: 2rem;
}

.sidebar_filters_block input.txt {
  height: 4rem;
}
.sidebar_filters_block .item {
  background: #FFF;
  border-radius: 1.2rem;
}
.sidebar_filters_block .item:not(:last-child) {
  margin-bottom: 1rem;
}
.sidebar_filters_block .item:not(.open) .content {
  height: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
}
.sidebar_filters_block .title {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #4C4E70;
  font-weight: 500;
  stroke: #4C4E70;
  padding: 2rem;
}
.sidebar_filters_block .title svg {
  transform: rotate(180deg);
  transition: 0.2s transform;
}
.sidebar_filters_block .content {
  padding: 0 2rem 2rem;
  transition: 0.2s opacity;
}
.sidebar_filters_block .filter_inputs_block {
  display: flex;
  align-items: center;
}
.sidebar_filters_block .filter_inputs_block span {
  margin: 0 0.6rem;
}
.sidebar_filters_block .custom_checkbox_wrapp:not(:last-child) {
  margin-bottom: 1.2rem;
}
.sidebar_filters_block .filters_more_block .custom_checkbox_wrapp:not(:last-child) {
  margin-bottom: 1.2rem;
}
.sidebar_filters_block .filters_more_block:not(.open) .custom_checkbox_wrapp:not(:nth-child(-n+5)) {
  display: none;
}
.sidebar_filters_block .filters_more_link {
  color: #2955F1;
  text-decoration: none;
}
.sidebar_filters_block .filters_more_link:hover:before {
  border-bottom: 0.1rem solid;
}
.sidebar_filters_block .filters_more_link:before {
  content: "Показать еще";
  display: inline-block;
  text-decoration: none;
  border-bottom: 0.1rem dashed;
}
.sidebar_filters_block .filters_more_link.open {
  display: inline-block;
  margin-top: 1.6rem;
}
.sidebar_filters_block .filters_more_link.open:before {
  content: "Скрыть";
}
.sidebar_filters_block .btn {
  width: 100%;
}

.main_search_block {
  position: relative;
  margin-bottom: 1.6rem;
}
.main_search_block input {
  padding-right: 5.6rem;
}
.main_search_block button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.products_catalog_block {
  display: flex;
}
@media screen and (max-width: 1000px) {
  .products_catalog_block {
    display: block;
  }
}
.products_catalog_block .sticky {
  top: 1rem;
  position: sticky;
}
@media screen and (max-width: 1000px) {
  .products_catalog_block .sticky {
    position: static;
  }
}
.products_catalog_block .catalog_sidebar {
  width: 26.8rem;
  flex-shrink: 0;
  margin-right: 2rem;
}
@media screen and (max-width: 1400px) {
  .products_catalog_block .catalog_sidebar {
    width: 22rem;
  }
}
@media screen and (max-width: 1000px) {
  .products_catalog_block .catalog_sidebar {
    left: 0;
    top: 0;
    bottom: 0;
    width: 29rem;
    overflow-y: auto;
    background: #F1F5FC;
    position: absolute;
    margin: 0;
    padding: 2rem 1.6rem;
    transition: 0.2s transform;
  }
  .products_catalog_block .catalog_sidebar:not(.open) {
    transform: translate(-100%, 0);
  }
  .products_catalog_block .catalog_sidebar.open {
    position: fixed;
    z-index: 41;
  }
}
@media screen and (max-width: 767px) {
  .products_catalog_block .catalog_sidebar {
    right: 0;
    width: auto;
    padding: 2rem 0;
  }
}
.products_catalog_block .catalog_products {
  width: 100%;
}

.sidebar_header {
  display: none;
  height: 6.8rem;
  background: #FFF;
  align-items: center;
  justify-content: flex-end;
  padding: 1.6rem;
  margin: -2rem -1.6rem 2rem;
}
@media screen and (max-width: 1000px) {
  .sidebar_header {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .sidebar_header {
    height: 5.6rem;
    margin: -2rem 0 2rem;
  }
}

.sidebar_single_btn {
  background: #FFF;
  padding: 0.8rem 1rem;
}
.sidebar_single_btn:not(:last-child) {
  margin-bottom: 2rem;
}
.sidebar_single_btn .btn {
  width: 100%;
}

.application_item {
  display: flex;
  background: #FFF;
  border-radius: 1.2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .application_item {
    display: block;
  }
}
.application_item:not(:last-child) {
  margin-bottom: 2rem;
}
.application_item .img_block {
  width: 26.8rem;
  flex-shrink: 0;
  align-self: flex-start;
  overflow: hidden;
  border-top-left-radius: 1.2rem;
  border-bottom-left-radius: 1.2rem;
}
@media screen and (max-width: 1400px) {
  .application_item .img_block {
    width: 38.8rem;
  }
}
@media screen and (max-width: 767px) {
  .application_item .img_block {
    width: 100%;
    border-bottom-left-radius: 0;
  }
}
.application_item .img_block:before {
  padding-top: 91.42%;
}
.application_item .img_block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.application_item .text_block {
  width: 100%;
  padding: 2rem;
  display: flex;
}
@media screen and (max-width: 1400px) {
  .application_item .text_block {
    display: block;
    padding: 1.6rem;
  }
}
.application_item .main_block {
  width: 100%;
}
.application_item .dates_block {
  width: 26.8rem;
  flex-shrink: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-left: 2rem;
  padding-left: 2rem;
  border-left: 0.1rem solid #ECECF4;
}
@media screen and (max-width: 1700px) {
  .application_item .dates_block {
    width: 19.8rem;
  }
}
@media screen and (max-width: 1400px) {
  .application_item .dates_block {
    width: 100%;
    margin: 1.6rem 0 0;
    padding: 1.6rem 0 0;
    border-top: 0.1rem solid #ECECF4;
    border-left: 0;
  }
}
.application_item .dates_block .title {
  margin-bottom: 1rem;
}
.application_item .dates_block .date {
  display: flex;
  align-items: center;
  color: #4C4E70;
}
.application_item .dates_block .date:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1400px) {
  .application_item .dates_block .date:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
.application_item .dates_block .date img {
  margin-right: 1rem;
}
.application_item .dates_block .city_block .black {
  color: #1A1D3F;
  margin-left: 1rem;
}
.application_item .dates_block .btns_block {
  margin-top: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .application_item .dates_block .btns_block {
    margin-top: 1.2rem;
  }
}
.application_item .dates_block .btns_block .main {
  width: 100%;
}
.application_item .dates_block .btns_block .fav {
  flex-shrink: 0;
}
@media screen and (max-width: 1000px) {
  .application_item .dates_block .btns_block .fav {
    width: fit-content;
  }
}
.application_item .dates_block .btns_block .btn:not(:last-child) {
  margin-right: 1rem;
}
.application_item .name {
  display: inline-block;
  color: #1A1D3F;
  font-weight: 500;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 1400px) {
  .application_item .name {
    margin-bottom: 1.6rem;
  }
}
.application_item .props_block:not(:last-child) {
  margin-bottom: 2.4rem;
}
.application_item .props_block .item {
  display: flex;
  align-items: flex-end;
}
.application_item .props_block .item:not(:last-child) {
  margin-bottom: 1rem;
}
.application_item .props_block .prop {
  width: 23rem;
  flex-shrink: 0;
  margin-right: 1.2rem;
  white-space: nowrap;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1700px) {
  .application_item .props_block .prop {
    width: 15rem;
  }
}
@media screen and (max-width: 1400px) {
  .application_item .props_block .prop {
    width: 14rem;
  }
}
.application_item .props_block .prop:after {
  content: "";
  display: block;
  width: 100%;
  margin-left: 1.2rem;
  border-bottom: 0.1rem dashed #D7D9E5;
}
.application_item .props_block .val {
  color: #4C4E70;
  font-weight: 500;
}
.application_item .views {
  display: flex;
  align-items: center;
  color: #ACADC3;
  stroke: #787A94;
}
@media screen and (max-width: 1400px) {
  .application_item .views {
    display: none;
  }
}
.application_item .views svg {
  margin-right: 0.4rem;
}

.application_detail {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.application_detail:not(:last-child) {
  margin-bottom: 3.3rem;
}
.application_detail .main_block {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(75% - 20px);
  margin-bottom: 0;
}
@media screen and (max-width: 1400px) {
  .application_detail .main_block {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 1400px) {
  .application_detail .main_block {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 1000px) {
  .application_detail .main_block {
    margin-bottom: 1.6rem;
  }
}
.application_detail .main_block .name {
  font-size: 2.2rem;
  font-weight: 500;
  color: #4C4E70;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  .application_detail .main_block .name {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
}
.application_detail .sidebare_block {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(25% - 20px);
}
@media screen and (max-width: 1400px) {
  .application_detail .sidebare_block {
    width: calc(100% - 20px);
  }
}
.application_detail .content_block {
  display: flex;
}
@media screen and (max-width: 767px) {
  .application_detail .content_block {
    display: block;
  }
}
.application_detail .content_block .img_block {
  width: 40rem;
  flex-shrink: 0;
  margin-right: 4rem;
  border-radius: 1.2rem;
  overflow: hidden;
  align-self: flex-start;
}
@media screen and (max-width: 1700px) {
  .application_detail .content_block .img_block {
    width: 34rem;
  }
}
@media screen and (max-width: 1000px) {
  .application_detail .content_block .img_block {
    width: 27rem;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .application_detail .content_block .img_block {
    width: 100%;
    margin: 0 0 1.6rem;
  }
}
.application_detail .content_block .img_block img {
  display: block;
}
.application_detail .content_block .text_block {
  width: 100%;
}
.application_detail .content_block .title {
  color: #4C4E70;
  font-weight: 500;
  margin-bottom: 1.2rem;
}
.application_detail .content_block .sub_title:not(:last-child) {
  margin-bottom: 1.2rem;
}
.application_detail .content_block .city {
  font-weight: 500;
  color: #4C4E70;
}
.application_detail .content_block .city:not(:last-child) {
  margin-bottom: 0.8rem;
}
.application_detail .content_block .address {
  color: #4C4E70;
}
.application_detail .block:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1000px) {
  .application_detail .block:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.application_detail .props_block:not(:last-child) {
  margin-bottom: 2.4rem;
}
.application_detail .props_block .item {
  display: flex;
  align-items: flex-start;
}
.application_detail .props_block .item:not(:last-child) {
  margin-bottom: 1rem;
}
.application_detail .props_block .prop {
  width: 23rem;
  flex-shrink: 0;
  margin-right: 1.2rem;
  white-space: nowrap;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1700px) {
  .application_detail .props_block .prop {
    width: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .application_detail .props_block .prop {
    width: auto;
  }
}
.application_detail .props_block .prop:after {
  content: "";
  display: block;
  width: 100%;
  margin-left: 1.2rem;
  border-bottom: 0.1rem dashed #D7D9E5;
}
@media screen and (max-width: 767px) {
  .application_detail .props_block .prop:after {
    display: none;
  }
}
.application_detail .props_block .val {
  color: #4C4E70;
  font-weight: 500;
}
.application_detail .views_block {
  display: flex;
  align-items: center;
}
.application_detail .views_block .view {
  display: flex;
  align-items: center;
  color: #ACADC3;
  stroke: #787A94;
}
.application_detail .views_block .view:not(:last-child) {
  margin-right: 4rem;
}
@media screen and (max-width: 767px) {
  .application_detail .views_block .view:not(:last-child) {
    margin-right: 3rem;
  }
}
.application_detail .views_block .view svg {
  margin-right: 0.4rem;
}
.application_detail .sidebare_block .title {
  margin-bottom: 1rem;
}
.application_detail .sidebare_block .date {
  display: flex;
  align-items: center;
  color: #4C4E70;
}
.application_detail .sidebare_block .date:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1000px) {
  .application_detail .sidebare_block .date:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
.application_detail .sidebare_block .date img {
  margin-right: 1rem;
}
.application_detail .sidebare_block .btns_block {
  display: flex;
  align-items: center;
}
.application_detail .sidebare_block .btns_block:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1000px) {
  .application_detail .sidebare_block .btns_block:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
.application_detail .sidebare_block .btns_block .main {
  width: 100%;
}
.application_detail .sidebare_block .btns_block .fav {
  flex-shrink: 0;
}
@media screen and (max-width: 1000px) {
  .application_detail .sidebare_block .btns_block .fav {
    width: fit-content;
  }
}
.application_detail .sidebare_block .btns_block .btn:not(:last-child) {
  margin-right: 1rem;
}
.application_detail .sidebare_block .text:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1000px) {
  .application_detail .sidebare_block .text:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}

.application_banner {
  height: 20rem;
  background: #FFF;
  border-radius: 1.2rem;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .application_banner {
    display: none;
  }
}
.application_banner:before {
  content: "";
  display: block;
  width: 45.9rem;
  height: 100%;
  top: 0;
  right: 22.6rem;
  position: absolute;
  background: url("/local/templates/memory/upload/img_85.jpg") center no-repeat;
}
@media screen and (max-width: 1700px) {
  .application_banner:before {
    right: 16.6rem;
  }
}
@media screen and (max-width: 1400px) {
  .application_banner:before {
    right: 6.6rem;
  }
}
.application_banner .text_block {
  width: 49.2rem;
  flex-shrink: 0;
  margin: 3.3rem 10.7rem 0 8.3rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1700px) {
  .application_banner .text_block {
    width: 40rem;
    margin: 2rem 4rem 0 5rem;
  }
}
@media screen and (max-width: 1400px) {
  .application_banner .text_block {
    width: 31rem;
    margin-right: 6rem;
  }
}
.application_banner .text_block .title {
  color: #4C4E70;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1.6rem;
}
.application_banner .text_block .text {
  color: #4C4E70;
  margin-bottom: 1.6rem;
}
.application_banner .two_block {
  width: 19.1rem;
  flex-shrink: 0;
  margin: 2.8rem 36.2rem 0 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1700px) {
  .application_banner .two_block {
    margin-right: 29.2rem;
  }
}
@media screen and (max-width: 1400px) {
  .application_banner .two_block {
    margin-right: 19.2rem;
  }
}
.application_banner .two_block .num {
  color: #FFF;
  padding: 1rem 2rem;
  background: #666DD9;
  margin-bottom: 1rem;
  border-radius: 3.7rem;
  width: fit-content;
  white-space: nowrap;
}
.application_banner .two_block .text {
  color: #4C4E70;
  font-weight: 600;
}
.application_banner .worker {
  width: 14.3rem;
  margin-top: 9rem;
  color: #4C4E70;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .application_banner .worker {
    margin-top: 2rem;
  }
}
.application_banner .worker .title {
  font-weight: 600;
  margin-bottom: 0.6rem;
}
.application_banner .worker .text {
  font-size: 1.2rem;
}

.application_card {
  overflow: hidden;
  border-radius: 1.2rem;
  background: #FFF;
}
.application_card .img_block:before {
  padding-top: 72.06%;
}
@media screen and (max-width: 767px) {
  .application_card .img_block:before {
    padding-top: 100%;
  }
}
.application_card .img_block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.application_card .text_block {
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .application_card .text_block {
    padding: 1.6rem;
  }
}
.application_card .name {
  color: #1A1D3F;
  margin-bottom: 1.6rem;
}
.application_card .props_block:not(:last-child) {
  margin-bottom: 1.6rem;
}
.application_card .props_block .item {
  display: flex;
  align-items: flex-start;
}
.application_card .props_block .item:not(:last-child) {
  margin-bottom: 1rem;
}
.application_card .props_block .prop {
  flex-shrink: 0;
  margin-right: 1.2rem;
  white-space: nowrap;
}
.application_card .props_block .val {
  color: #4C4E70;
  font-weight: 500;
}
.application_card .date_block {
  padding-top: 2rem;
  border-top: 0.1rem solid #ECECF4;
}
.application_card .date_block .title {
  margin-bottom: 1rem;
}
.application_card .date_block .date {
  display: flex;
  align-items: center;
  color: #4C4E70;
}
.application_card .date_block .date:not(:last-child) {
  margin-bottom: 1.6rem;
}
.application_card .date_block .date img {
  margin-right: 1rem;
}
.application_card .date_block .city_block {
  margin-bottom: 1.6rem;
}
.application_card .date_block .city_block .black {
  color: #1A1D3F;
  margin-left: 1rem;
}
.application_card .date_block .btns_block {
  display: flex;
  align-items: center;
}
.application_card .date_block .btns_block:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1000px) {
  .application_card .date_block .btns_block:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
.application_card .date_block .btns_block .main {
  width: 100%;
}
.application_card .date_block .btns_block .fav {
  flex-shrink: 0;
}
@media screen and (max-width: 1000px) {
  .application_card .date_block .btns_block .fav {
    width: fit-content;
  }
}
.application_card .date_block .btns_block .btn:not(:last-child) {
  margin-right: 1rem;
}

.application_one {
  padding: 2rem;
  background: #FFF;
  border-radius: 1.2rem;
}
@media screen and (max-width: 767px) {
  .application_one {
    padding: 1.6rem;
  }
}
.application_one:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .application_one:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
.application_one .main_block {
  display: flex;
}
@media screen and (max-width: 767px) {
  .application_one .main_block {
    display: block;
  }
}
.application_one .main_block:not(:last-child) {
  margin-bottom: 2rem;
}
.application_one .img_block {
  width: 14.5rem;
  margin-right: 3rem;
  align-self: flex-start;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 0.8rem;
}
@media screen and (max-width: 1400px) {
  .application_one .img_block {
    width: 9.5rem;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .application_one .img_block {
    width: 100%;
    margin-bottom: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .application_one .img_block:before {
    padding-top: 67.57%;
  }
}
.application_one .img_block img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.application_one .text_block {
  width: 100%;
  padding-right: 2rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .application_one .text_block {
    padding: 0;
    margin-bottom: 2rem;
  }
}
.application_one .text_block .name {
  display: block;
  color: #1A1D3F;
  margin-bottom: 1.6rem;
}
.application_one .text_block .active, .application_one .text_block .archive {
  display: inline-block;
  margin-left: 1.2rem;
  font-weight: 500;
}
.application_one .text_block .active {
  color: #50C01A;
}
.application_one .text_block .archive {
  color: #787A94;
}
.application_one .text_block .status {
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .application_one .text_block .status.xsmb {
    margin-bottom: 0;
  }
}
.application_one .text_block .views {
  display: flex;
  align-items: center;
  color: #ACADC3;
  stroke: #787A94;
}
.application_one .text_block .views svg {
  margin-right: 0.4rem;
}
.application_one .date_block {
  width: 22.8rem;
  flex-shrink: 0;
}
@media screen and (max-width: 1400px) {
  .application_one .date_block {
    width: 21.8rem;
  }
}
@media screen and (max-width: 767px) {
  .application_one .date_block {
    width: 100%;
  }
}
.application_one .date_block:not(:last-child) {
  margin-bottom: 2rem;
}
.application_one .date_block .title {
  margin-bottom: 1rem;
}
.application_one .date_block .date {
  display: flex;
  align-items: center;
  color: #4C4E70;
}
.application_one .date_block .date:not(:last-child) {
  margin-bottom: 1.6rem;
}
.application_one .date_block .date img {
  margin-right: 1rem;
}
.application_one .date_block .btn {
  width: 100%;
}
.application_one .date_block .btn:not(:last-child) {
  margin-bottom: 1.6rem;
}
.application_one .date_block .right2 {
  padding: 1.6rem;
  border-radius: 0.8rem;
  background: #F9FAFD;
}
@media screen and (max-width: 767px) {
  .application_one .date_block .right2:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.application_one .date_block .right2 a {
  color: #4C4E70;
  stroke: #50C01A;
}
.application_one .date_block .right2 a:not(:last-child) {
  margin-bottom: 1rem;
}
.application_one .bottom_line {
  display: flex;
  padding: 1.6rem;
  background: #F9FAFD;
}
@media screen and (max-width: 767px) {
  .application_one .bottom_line {
    display: block;
  }
}
.application_one .bottom_line .left {
  color: #4C4E70;
  margin-right: 6rem;
}
@media screen and (max-width: 1400px) {
  .application_one .bottom_line .left {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .application_one .bottom_line .left {
    margin: 0 0 2rem;
  }
}
.application_one .right {
  display: flex;
}
.application_one .right:not(:last-child) {
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .application_one .right:not(:last-child) {
    margin: 0 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .application_one .right {
    display: block;
  }
}
.application_one .right a {
  color: #4C4E70;
  stroke: #50C01A;
}
.application_one .right a:not(:last-child) {
  margin-right: 3rem;
}
@media screen and (max-width: 1400px) {
  .application_one .right a:not(:last-child) {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .application_one .right a:not(:last-child) {
    margin: 0 0 1.2rem;
  }
}
.application_one .btns_block {
  display: flex;
  align-items: center;
  margin-top: auto;
}
@media screen and (max-width: 1240px) {
  .application_one .btns_block {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .application_one .btns_block {
    display: none;
  }
}
.application_one .btns_block a:not(:last-child), .application_one .btns_block button:not(:last-child) {
  margin-right: 3rem;
}
@media screen and (max-width: 1240px) {
  .application_one .btns_block a:not(:last-child), .application_one .btns_block button:not(:last-child) {
    margin: 0 0 1.6rem;
  }
}
.application_one .btns_block.mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .application_one .btns_block.mobile {
    display: block;
  }
}

.mfp-figure img {
  border-radius: 1.2rem;
}

.choose_subject_block {
  padding-top: 3rem;
  border-top: 0.1rem solid #D7D9E5;
}
.choose_subject_block:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .choose_subject_block:not(:last-child) {
    margin-bottom: 2rem;
  }
}

.scroll_bar_block {
  max-height: 14.8rem;
}
.scroll_bar_block:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .scroll_bar_block:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.scroll_bar_block .custom_checkbox_wrapp {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .scroll_bar_block .custom_checkbox_wrapp {
    font-size: 1.3rem;
  }
}
.scroll_bar_block .custom_checkbox_wrapp:not(:last-child) {
  margin-bottom: 1.2rem;
}

.choose_subject_input_block:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .choose_subject_input_block:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.choose_subject_input_block .selectize-input {
  width: 100%;
}

.detail_shared:not(:first-child) {
  margin-top: 2rem;
}
.detail_shared .title {
  margin-bottom: 1rem;
}

.violation-wrap {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 0.1rem solid #D7D9E5;
}
.violation-wrap .vio_title {
  color: #C31414;
  font-weight: bold;
  margin-bottom: 1rem;
}
.violation-wrap .text:not(:last-child) {
  margin-bottom: 1rem;
}

hr {
  margin: 0.7rem 0 1.8rem;
  border-top: 0.1rem solid #ACADC3;
}

.block_loader {
  position: relative;
}
.block_loader:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFF;
  opacity: 0.7;
  animation-name: blink;
  animation-timing-function: linear;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  z-index: 2;
}

@keyframes blink {
  50% {
    opacity: 0.3;
  }
}
.tree_block_big ul {
  list-style-type: none;
  padding-left: 2rem;
}

.tree_block_big li {
  margin: 5px 0;
}

.tree-node {
  display: flex;
  align-items: center;
}

.tree_block_big label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.tree_block_big input[type=radio] {
  margin-right: 10px;
}

.tree_block_big ul ul {
  display: none;
}

.tree_block_big li.expanded > ul {
  display: block;
}

.tree_block_big li > .tree-node .tree-toggle {
  margin-right: 1rem;
  font-size: 12px;
  line-height: 12px;
  transition: transform 0.2s;
  user-select: none;
  opacity: 0;
  pointer-events: none;
}

.tree_block_big li.expanded > .tree-node .tree-toggle {
  transform: rotate(90deg);
}

.tree_block_big li > .tree-node-parent .tree-toggle {
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
}

.input_block_help_wrap {
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.input_block_help_wrap .input_block_help_item {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(50% - 20px);
}
@media screen and (max-width: 1000px) {
  .input_block_help_wrap .input_block_help_item {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 1000px) {
  .input_block_help_wrap .input_block_help_item {
    margin-bottom: 1rem;
  }
  .input_block_help_wrap .input_block_help_item:last-child {
    margin-bottom: 0;
  }
}

.ticket_message_text p {
  white-space: break-spaces;
}

.header__bem-popup {
  position: absolute;
  right: 1rem;
  top: 7.8rem;
  width: 31.2rem;
}

.bem-popup {
  background: rgb(255, 255, 255);
  padding: 2.5rem 2rem;
  border-radius: 1.2rem;
  box-shadow: 0px 10px 35px 0px rgba(197, 198, 217, 0.5);
  display: none;
  max-height: 90vh;
  overflow: auto;
}

.bem-popup--open {
  display: block;
}

.bem-popup__close {
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}

.bem-user-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bem-user-menu__avatar {
  width: 8rem;
  height: 8rem;
  overflow: hidden;
  background: #ECECF4;
  border-radius: 0.4rem;
  margin-bottom: 10px;
}
.bem-user-menu__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bem-user-menu__name {
  font-size: 1.8rem;
  line-height: 120%;
  font-weight: 500;
  text-align: center;
  color: #1A1D3F;
  margin-bottom: 1.5rem;
}

.user-menu__email {
  margin-bottom: 2.5rem;
}

.bem-user-menu__sections {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.bem-user-menu__button {
  width: 100%;
}

.bem-user-menu__actions {
  width: 100%;
  margin-top: 3rem;
  border-top: 1px solid #D7D9E5;
  padding-top: 2.5rem;
}

.bem-user-menu__add-item {
  margin-top: 2.5rem;
  width: 100%;
}

.bem-current-user {
  width: 16rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
}

.bem-current-user_big {
  width: 100%;
  flex-wrap: wrap;
}

.bem-current-user__avatar {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 0.4rem;
  flex-shrink: 0;
  overflow: hidden;
  background: #ECECF4;
}
.bem-current-user__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bem-current-user__name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.bem-current-user__name-big {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 500;
}

.bem-current-user__descr {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #787A94;
}

.bem-current-user__actions {
  width: 100%;
}

.bem-actions {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.bem-actions_mobile {
  gap: 0.5rem;
}

.bem-actions__link {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 400;
  display: flex;
  height: 4rem;
  padding: 0 1rem;
  align-items: center;
  color: #1A1D3F;
  transition: all 0.2s ease-in-out;
  border-radius: 0.5rem;
}
.bem-actions__link:hover {
  background-color: #E8EFFB;
}
.bem-actions__link svg {
  margin-right: 1rem;
}

.bem-add-item {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.bem-add-item__add-title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 100%;
  color: #1A1D3F;
}

.bem-add-item__add-link {
  padding: 0 1rem;
  color: #1A1D3F;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  line-height: 100%;
}
.bem-add-item__add-link:hover .bem-add-item__add-ico {
  background: #2955F1;
}
.bem-add-item__add-link:hover path {
  stroke: #fff;
}

.bem-add-item__add-ico {
  width: 3.2rem;
  height: 3.2rem;
  background: #E8EFFB;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 1rem;
  transition: all 0.2s ease-in-out;
}
.bem-add-item__add-ico path {
  transition: all 0.2s ease-in-out;
}

.bem-user-compact-menu {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 5px 0px rgba(108, 112, 162, 0.5);
}
@media screen and (max-width: 1240px) {
  .bem-user-compact-menu {
    display: block;
  }
}

.bem-user-compact-menu__slide {
  border-bottom: 1px solid #D7D9E5;
  overflow: hidden;
  max-height: 0rem;
  transition: max-height 0.2s ease-in-out;
}

.bem-user-compact-menu__slide-open {
  max-height: 30rem;
}

.bem-user-compact-menu__wrapper {
  padding: 2rem 3rem;
}

.bem-user-compact-menu__foot {
  height: 6.3rem;
  width: 100%;
  padding: 0 1rem;
  display: flex;
  justify-content: space-around;
}

.bem-user-compact-menu__link {
  height: 100%;
  font-size: 1.2rem;
  line-height: 1;
  color: #787A94;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bem-user-compact-menu__link svg {
  margin-bottom: 0.5rem;
  stroke: none;
}

.inform-block {
  overflow: hidden;
  border-radius: 1.6rem;
  background: #fff;
}
.inform-block__title {
  font-weight: 500;
  font-size: 2rem;
  color: #1A1D3F;
  margin-bottom: 1rem;
}
.inform-block__content {
  font-size: 1.6rem;
  color: #4C4E70;
  margin-bottom: 2rem;
}
.inform-block__btns {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.inform-block__btn {
  width: 100%;
}

.inform-block__wrapper {
  padding: 2.4rem 2.4rem 2.8rem;
}

.template_title_block__inform-block {
  grid-column: span 3;
}

.accent-text {
  color: #2955F1;
}

.h1_size_l {
  font-size: 3.5rem;
  line-height: 1.2;
}
.h1_size_l:not(:last-child) {
  margin-bottom: 2rem;
}

.text_size_l {
  font-size: clamp(1.6rem, 2vw, 2.3rem);
  line-height: 1.3;
}

.title_block_size_l {
  margin-bottom: 5rem !important;
}

.num_size_l {
  font-size: 2.5rem !important;
}

.products_search__title {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.6rem;
  color: #4C4E70;
}
.products_search__submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 5.6rem;
}

.search_block {
  position: relative;
}

.catalog_products__products_search {
  margin-bottom: 2rem;
}

.catalog_sidebar__white_content_block {
  margin-bottom: 2rem;
}

.white_content_block_p_s {
  padding: 0.8rem 1rem;
}

.btn_width_100 {
  width: 100%;
}

/*****************************************Plugins*****************************************/
/*Response img*/
.response {
  display: block;
  position: relative;
}
.response:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.response__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.response__content img, .response__content picture {
  display: block;
}

/*lazy load*/
.fade {
  animation-name: fade;
  animation-duration: 1s;
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
svg.align-right {
  margin-left: 0.8rem;
}
svg.align-left {
  margin-right: 0.8rem;
}

/*****************************************Main*****************************************/
.white-block {
  background: #fff;
  border-radius: 1.2rem;
  overflow: hidden;
}

.white-block_big {
  padding: 3.2rem;
}

@media screen and (max-width: 767px) {
  .white-block_big {
    padding: 2rem 2rem 3.2rem 2rem;
    margin: 0 -1.6rem;
  }
}
.service-search {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1000px) {
  .service-search {
    flex-direction: column-reverse;
  }
}
.service-search__text {
  margin-right: 3.2rem;
}

@media screen and (max-width: 1400px) {
  .service-search__text {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .service-search__text {
    margin-right: 0;
  }
}
.service-search__img {
  flex-shrink: 0;
  width: 47rem;
  margin: -3.2rem -3.2rem -3.2rem 0;
}
.service-search__img:before {
  padding-top: 97%;
}

@media screen and (max-width: 1000px) {
  .service-search__img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .service-search__img {
    width: auto;
    margin: -2rem -2rem 0.5rem -2rem;
  }
  .service-search__img:before {
    padding-top: 61.1%;
  }
}
.service-search__title {
  font-size: 3.5rem;
  line-height: 1.2;
  font-weight: 500;
  color: #1A1D3F;
  margin-bottom: 2rem;
}
.service-search__title span {
  color: #2955F1;
}

@media screen and (max-width: 1700px) {
  .service-search__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1000px) {
  .service-search__title {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .service-search__title {
    font-size: 2.2rem;
  }
  .service-search__title:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.service-search__subtitle {
  font-size: 2.3rem;
  line-height: 1.3;
  color: #4C4E70;
}

@media screen and (max-width: 1000px) {
  .service-search__subtitle {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .service-search__subtitle {
    font-size: 1.6rem;
  }
}
.service-search__benefits {
  margin-top: 5rem;
}

@media screen and (max-width: 1000px) {
  .service-search__benefits {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .service-search__benefits {
    margin-top: 2.5rem;
  }
}
.benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

@media screen and (max-width: 767px) {
  .benefits {
    gap: 1rem;
  }
}
.benefits__benefits-item {
  width: calc((100% - 4.5rem) / 4);
}

@media screen and (max-width: 1700px) {
  .benefits__benefits-item {
    width: calc((100% - 1.5rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .benefits__benefits-item {
    width: calc((100% - 1rem) / 2);
  }
}
.benefits-item {
  background: #F1F5FC;
  padding: 2rem;
  border-radius: 0.8rem;
}

@media screen and (max-width: 767px) {
  .benefits-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2rem 1.5rem;
  }
}
.benefits-item__icon {
  margin-bottom: 1rem;
}

.benefits-item__text {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #1A1D3F;
}

@media screen and (max-width: 767px) {
  .benefits-item__text {
    font-size: 1.4rem;
  }
}
/*****************************************/
.grid-section {
  display: grid;
  gap: 3rem;
}

.popup-trigger {
  display: flex;
  gap: 2rem;
}

@media screen and (max-width: 767px) {
  .popup-trigger {
    flex-direction: column;
    gap: 1rem;
  }
}
.popup-trigger-item {
  display: flex;
  flex-direction: space-between;
}

@media screen and (max-width: 1000px) {
  .popup-trigger-item {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
}
.popup-trigger__item {
  width: calc((100% - 2rem) / 2);
}

@media screen and (max-width: 767px) {
  .popup-trigger__item {
    width: auto;
  }
}
.popup-trigger__text {
  margin-right: 2rem;
}

@media screen and (max-width: 1000px) {
  .popup-trigger__text {
    margin-right: 0;
  }
}
.popup-trigger__title {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: #1A1D3F;
}

@media screen and (max-width: 1700px) {
  .popup-trigger__title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1400px) {
  .popup-trigger__title {
    font-size: 2rem;
  }
}
.popup-trigger__subtitle {
  font-size: 1.8rem;
  line-height: 1.4;
  color: #1A1D3F;
}

@media screen and (max-width: 1700px) {
  .popup-trigger__subtitle {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .popup-trigger__subtitle {
    font-size: 1.5rem;
  }
}
.popup-trigger__btn {
  margin-top: 2.5rem;
}
.popup-trigger__btn.btn {
  font-size: 1.6rem;
  padding: 0 2rem;
}

@media screen and (max-width: 767px) {
  .popup-trigger__btn {
    margin-top: 2rem;
  }
  .popup-trigger__btn.btn {
    width: fit-content;
    height: 4.6rem;
  }
}
.popup-trigger__img {
  flex-shrink: 0;
  width: 26rem;
  margin: -3.2rem -3.2rem -3.2rem 0;
}
.popup-trigger__img:before {
  padding-top: 108%;
}

@media screen and (max-width: 1700px) {
  .popup-trigger__img {
    width: 18rem;
  }
}
@media screen and (max-width: 1400px) {
  .popup-trigger__img {
    width: 13rem;
  }
}
@media screen and (max-width: 1000px) {
  .popup-trigger__img {
    margin: 0 auto 2rem auto;
  }
}
@media screen and (max-width: 767px) {
  .popup-trigger__img {
    width: 15rem;
    margin: 0 auto 1rem auto;
  }
}
/*****************************************/
.steps__title {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: #1A1D3F;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .steps__title {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }
}
.steps-container {
  display: flex;
  gap: 2rem;
}

@media screen and (max-width: 1000px) {
  .steps-container {
    flex-direction: column;
  }
}
.steps-item {
  background: #F1F5FC;
  padding: 3.2rem;
  border-radius: 0.8rem;
}

@media screen and (max-width: 767px) {
  .steps-item {
    padding: 1.5rem;
  }
}
.steps__item {
  width: calc((100% - 4rem) / 3);
}

@media screen and (max-width: 1000px) {
  .steps__item {
    width: 100%;
  }
}
.steps-item__number {
  font-size: 3rem;
  line-height: 1.2;
  color: #ACADC3;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .steps-item__number {
    margin-bottom: 2rem;
  }
}
.steps-item__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  color: #1A1D3F;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .steps-item__title {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
}
.steps-item__subtitle {
  font-size: 1.5rem;
  line-height: 1.4;
  color: #1A1D3F;
}

@media screen and (max-width: 767px) {
  .steps-item__subtitle {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}
/*****************************************/
.catalog-trigger {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1000px) {
  .catalog-trigger {
    flex-direction: column-reverse;
  }
}
.catalog-trigger__text {
  margin-right: 2rem;
}

@media screen and (max-width: 767px) {
  .catalog-trigger__text {
    margin-right: 0;
  }
}
.catalog-trigger__title {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: #1A1D3F;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 1700px) {
  .catalog-trigger__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1000px) {
  .catalog-trigger__title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
}
.catalog-trigger__subtitle {
  font-size: 2.5rem;
  line-height: 1.3;
  color: #1A1D3F;
}

@media screen and (max-width: 1700px) {
  .catalog-trigger__subtitle {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 1000px) {
  .catalog-trigger__subtitle {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .catalog-trigger__subtitle {
    font-size: 1.6rem;
  }
}
.catalog-trigger__btn {
  margin-top: 3.5rem;
}
.catalog-trigger__btn.btn {
  height: 4.9rem;
  font-size: 2rem;
  padding: 0 2rem;
}

@media screen and (max-width: 1400px) {
  .catalog-trigger___btn {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .catalog-trigger___btn.btn {
    width: fit-content;
    height: 4.6rem;
    font-size: 1.6rem;
  }
}
.catalog-trigger__img {
  flex-shrink: 0;
  width: 52.5rem;
}
.catalog-trigger__img:before {
  padding-top: 66%;
}

@media screen and (max-width: 1400px) {
  .catalog-trigger__img {
    width: 46.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .catalog-trigger__img {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .catalog-trigger__img {
    width: 100%;
  }
  .catalog-trigger__img:before {
    padding-top: 66.8%;
  }
}
/*********************Quiz*********************/
.popup {
  margin: auto;
  background: #FFF;
  padding: 4.8rem;
  border-radius: 1.2rem;
}
@media screen and (max-width: 1000px) {
  .popup {
    padding: 2rem 1.6rem 3.2rem 1.6rem;
  }
}
.popup-quiz {
  width: 103.5rem;
}
@media screen and (max-width: 1700px) {
  .popup-quiz {
    width: 90rem;
  }
}
@media screen and (max-width: 1240px) {
  .popup-quiz {
    width: 65rem;
  }
}
@media screen and (max-width: 1000px) {
  .popup-quiz {
    width: 100%;
  }
}

.popup-quiz__content {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1240px) {
  .popup-quiz__content {
    flex-direction: column-reverse;
  }
}

.quiz-line {
  position: relative;
  width: 100%;
  height: 2.5rem;
  background: #F1F5FC;
  border-radius: 13rem;
  overflow: hidden;
}

.popup__quiz-line {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 1000px) {
  .popup__quiz-line {
    margin-bottom: 3rem;
  }
}

.quiz-line__load {
  width: 100%;
  height: 100%;
  background: #666DD9;
  opacity: 0.25;
  border-radius: 130px;
}

.quiz-line__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
  font-weight: 500;
  color: #666DD9;
}

.popup-quiz__title {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  color: #1A1D3F;
}

.popup-quiz__title_big {
  font-size: 2.8rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1000px) {
  .popup-quiz__title_big {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}

.popup-quiz__title_little {
  font-size: 1.8rem;
  color: #1A1D3F;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1000px) {
  .popup-quiz__title_little {
    font-size: 1.6rem;
  }
}

.quiz-group {
  display: flex;
  gap: 1.7rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 1240px) {
  .quiz-group {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .quiz-group {
    gap: 1.2rem;
  }
}

@media screen and (max-width: 1000px) {
  .popup__quiz-group {
    justify-content: center;
  }
}

input:checked + .quiz-group__checkbox {
  background: rgba(102, 109, 217, 0.2);
  cursor: default;
}
input:checked + .quiz-group__checkbox .custom-radio::before {
  opacity: 1;
}
input:checked + .quiz-group__checkbox .custom-radio_checkbox {
  background: #2955F0;
}
input:checked + .quiz-group__checkbox:hover {
  background: rgba(102, 109, 217, 0.2);
}

.quiz-group-item {
  cursor: pointer;
}
.quiz-group-item > input {
  display: none;
}
.quiz-group-item:hover .quiz-group__checkbox {
  background: rgba(102, 109, 217, 0.1);
}

.quiz-group-item_vertical {
  width: calc((100% - 6.8rem) / 5);
}
@media screen and (max-width: 1700px) {
  .quiz-group-item_vertical {
    width: calc((100% - 5.1rem) / 4);
  }
}
@media screen and (max-width: 1240px) {
  .quiz-group-item_vertical {
    width: calc((100% - 3rem) / 3);
  }
}
@media screen and (max-width: 1000px) {
  .quiz-group-item_vertical {
    width: calc((100% - 1.2rem) / 2);
  }
}

.quiz-group-item_horizontal {
  width: calc((100% - 3.4rem) / 3);
}
@media screen and (max-width: 1700px) {
  .quiz-group-item_horizontal {
    width: calc((100% - 1.7rem) / 2);
  }
}
@media screen and (max-width: 1240px) {
  .quiz-group-item_horizontal {
    width: calc((100% - 1.5rem) / 2);
  }
}
@media screen and (max-width: 1000px) {
  .quiz-group-item_horizontal {
    width: 100%;
  }
}

.quiz-group__custom-radio {
  margin-top: -0.2rem;
}
@media screen and (max-width: 1000px) {
  .quiz-group__custom-radio {
    margin: 0 0 0.4rem 0;
  }
}

.quiz-group__checkbox {
  display: block;
  padding: 1.2rem 1.2rem 1.8rem 1.2rem;
  background: #F1F5FC;
  border-radius: 1.2rem;
  transition: 0.2s background;
  height: 100%;
}

.quiz-group__checkbox_horizontal {
  display: flex;
  align-items: center;
  padding: 1.2rem;
}

.quiz-group__checkbox_pt {
  padding: 2rem 1.2rem;
}

.quiz-group__img {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0.8rem;
  overflow: hidden;
}
.quiz-group__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quiz-group__img_horizontal {
  flex-shrink: 0;
  width: 9rem;
  margin: 0 1rem 0 0;
}

.quiz-group__text {
  display: flex;
  align-items: start;
  color: #1A1D3F;
}
.quiz-group__text span {
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .quiz-group__text {
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 1.4rem;
  }
}

.quiz-group__text_center {
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .quiz-group__text_center {
    flex-direction: row;
    text-align: left;
  }
}

.custom-radio {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #D7D9E5;
  margin-right: 1rem;
}
.custom-radio::before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 100%;
  background: #666DD9;
  opacity: 0;
}

.custom-radio_checkbox {
  border-radius: 0.4rem;
}
.custom-radio_checkbox::before {
  width: 2rem;
  height: 2rem;
  background: url(/local/templates/memory/img/request/checked.svg) no-repeat;
}

.btn-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.popup-quiz__btn-line {
  margin-top: 2.4rem;
}

.popup-quiz__btn-line_big {
  margin-top: 6rem;
}
@media screen and (max-width: 1000px) {
  .popup-quiz__btn-line_big {
    margin-top: 2.4rem;
  }
}

@media screen and (max-width: 1240px) {
  .btn-line_center {
    justify-content: center;
  }
}

.btn-line__text {
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  color: #4C4E70;
}
.btn-line__text span {
  font-weight: 500;
}

.btn-line__group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .btn-line__group {
    width: 100%;
  }
}

.btn-line__group_between {
  width: 100%;
}

button svg {
  flex-shrink: 0;
}

.btn-line__btn {
  font-size: 1.5rem;
}
.btn-line__btn.btn {
  padding: 0 2rem;
}
@media screen and (max-width: 1000px) {
  .btn-line__btn.btn {
    height: 4.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .btn-line__btn.btn {
    width: fit-content;
  }
}
.btn-line__btn:not(:last-child) {
  margin-right: 2rem;
}

.btn.blue {
  background: #E8EFFB;
  color: #4C4E70;
}
.btn.blue svg {
  stroke: #2955F1;
}

@media screen and (max-width: 1000px) {
  .btn-line_column {
    flex-direction: column;
  }
}

@media screen and (max-width: 1000px) {
  .btn-line__text_mt {
    margin-bottom: 1.5rem;
  }
}

.popup-quiz__note {
  padding: 1.5rem;
  font-style: italic;
  color: #4C4E70;
  background: #F1F5FC;
  border-radius: 0.8rem;
  margin-top: 2.4rem;
}
@media screen and (max-width: 1000px) {
  .popup-quiz__note {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}

.download-block {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 11.7rem;
  border: 0.2rem dotted #ACADC3;
  border-radius: 0.8rem;
  transition: 0.2s border;
}
.download-block:hover {
  border: 0.2rem dotted #242EB6;
}
.download-block:hover .download-block__text {
  color: #242EB6;
}

.download__title {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #4C4E70;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1000px) {
  .download__title {
    font-size: 1.3rem;
  }
}

.download-block__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #787A94;
}

.download-block__imgs {
  display: flex;
  margin-bottom: 0.5rem;
}
.download-block__imgs img:not(:last-child) {
  margin-right: 0.5rem;
}

.download-block__text {
  transition: 0.2s color;
}
@media screen and (max-width: 1000px) {
  .download-block__text {
    font-size: 1.2rem;
  }
}

.attached-files {
  display: flex;
  gap: 0.5rem;
}

.attached-files__img {
  width: 5.8rem;
  height: 8rem;
  border-radius: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ECECF4;
}
.attached-files__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.attached-files__img svg {
  stroke: #ACADC3;
  transition: 0.2s stroke;
}
.attached-files__img:hover svg {
  stroke: #242EB6;
}

.download__attached-files {
  margin-top: 1rem;
}

.popup-quiz__textarea textarea {
  display: block;
  width: 100%;
  height: 10.8rem;
  padding: 1.2rem 1.6rem 1.2rem 2rem;
  resize: none;
  border: 1px solid #D7D9E5;
  border-radius: 0.8rem;
}
@media screen and (max-width: 1000px) {
  .popup-quiz__textarea textarea {
    height: 25rem;
  }
}
.popup-quiz__textarea textarea::placeholder {
  font-size: 1.5rem;
  line-height: 1.4;
  color: #ACADC3;
}

.popup-quiz__textarea_big textarea {
  height: 41rem;
}

.popup-quiz__checkbox {
  margin-top: 2rem;
}
.popup-quiz__checkbox label:not(:last-child) {
  margin-bottom: 1rem;
}

.search-city {
  position: relative;
}
.search-city input.txt {
  padding: 0 2rem 0 4.6rem;
}
.search-city button {
  position: absolute;
  top: 50%;
  left: 1.6rem;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border: none;
  cursor: pointer;
}
.search-city button svg {
  width: 1.6rem;
  height: 1.6rem;
  stroke: #ACADC3;
}

.popup-quiz__text {
  margin-right: 4rem;
}
@media screen and (max-width: 1240px) {
  .popup-quiz__text {
    text-align: center;
    margin-right: 0;
  }
}

.popup-quiz__subtitle {
  font-size: 1.6rem;
  color: #1A1D3F;
}
.popup-quiz__subtitle a {
  text-decoration: underline;
}

.popup-quiz__img {
  width: 33.5rem;
  flex-shrink: 0;
}
@media screen and (max-width: 1240px) {
  .popup-quiz__img {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 1000px) {
  .popup-quiz__img {
    width: 23.2rem;
  }
}
.popup-quiz__img:before {
  padding-top: 77.6%;
}

.popup-quiz__select {
  width: 100%;
  margin-bottom: 1.9rem;
}
.popup-quiz__select .selectize-input {
  width: 100%;
}

.service-description {
  font-size: 1.5rem;
}
.service-description ul {
  padding: 0 0 0 2.3rem;
  margin: 0;
}
.service-description li {
  font-size: 1.2rem;
}
.service-description li span {
  font-size: 1.5rem;
}

.textarea-block {
  position: relative;
  width: 100%;
  height: 41.1rem;
}
@media screen and (max-width: 1000px) {
  .textarea-block {
    height: 52.8rem;
  }
}
.textarea-block textarea {
  width: 100%;
  height: 100%;
  padding: 1.2rem 1.6rem 1.2rem 2rem;
  border: 0.1rem solid #D7D9E5;
  border-radius: 0.8rem;
}

.textarea-block__text {
  position: absolute;
  top: 1.2rem;
  right: 1.6rem;
  bottom: 1.2rem;
  left: 2rem;
  z-index: 2;
}

.popup-quiz__textarea-block {
  margin-bottom: 2rem;
}

.service-description__title {
  font-weight: 500;
}

.popup-quiz__service-description {
  margin-bottom: 2.2rem;
}

.download-content {
  display: flex;
}
@media screen and (max-width: 1240px) {
  .download-content {
    flex-direction: column;
  }
}

.popup-quiz__download-content {
  gap: 2rem;
  margin-bottom: 2rem;
}

.popup-quiz__download {
  width: calc((100% - 2rem) / 2);
}
@media screen and (max-width: 1240px) {
  .popup-quiz__download {
    width: 100%;
  }
}

.attached-files__text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.8rem;
  font-size: 1rem;
  line-height: 1;
}

.contacts-form {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1240px) {
  .contacts-form {
    flex-direction: column;
  }
}

.contacts-form__item {
  width: calc((100% - 4rem) / 3);
}
@media screen and (max-width: 1240px) {
  .contacts-form__item {
    width: 100%;
  }
  .contacts-form__item:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 1000px) {
  .contacts-form__item input.txt {
    height: 4.5rem;
  }
}

.tooltip {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
  font-size: 1.4rem;
  background: url(/local/templates/memory/img/request/circle-question.svg) no-repeat;
  margin-left: 0.4rem;
}
.tooltip > span {
  position: absolute;
  overflow: hidden;
  width: max-content;
  background: #ACADC3;
  color: #FFFFFF;
  text-transform: none;
  padding: 0.8rem 1.2rem;
  border-radius: 0.8rem;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 0;
  opacity: 0;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .tooltip > span {
    left: unset;
    right: 0;
    transform: none;
  }
}
.tooltip:hover > span {
  height: auto;
  overflow: visible;
  opacity: 1;
}

/*# sourceMappingURL=template_styles.css.map */

/* End */
/* /local/templates/memory/libs/selectize/selectize.css?17075470739118 */
/* /local/templates/memory/libs/noty/noty.css?17075470735589 */
/* /local/templates/memory/libs/magnific-popup/magnific-popup.css?17075470737302 */
/* /local/templates/memory/libs/tippy/tippy.css?17075470731338 */
/* /local/templates/memory/components/bitrix/menu/header/style.css?17401223491125 */
/* /local/components/go2web/locationselect/templates/vue/style.css?17401223531477 */
/* /local/templates/memory/components/bitrix/catalog.section.list/rubric-sidebar/style.css?174012234740 */
/* /local/templates/memory/components/bitrix/breadcrumb/.default/style.css?1740122352255 */
/* /local/templates/memory/template_styles.css?1750757204206246 */
