/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Caveat&family=PT+Sans:wght@700&family=Roboto:wght@400;500;700&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
  background: #d7d8d7;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  width: 7px;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #7d7e81;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  -webkit-transition: opacity 0s linear;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 7px;
  margin-right: 7px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 0px;
  bottom: 0px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar {
  display: none;
}

.main-filter-box {
  color: #4b4b4d;
  position: relative;
  margin-bottom: 40px;
}

.main-filter-box label.disabled {
  pointer-events: none;
  color: #000;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.main-filter-box .frm-range {
  margin: 0 20px 0 0;
}

.main-filter-box .filter-submit {
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}

.main-filter-box .filter-submit .btn {
  width: 140px;
  min-width: 140px;
  float: left;
}

.main-filter-box .filter-submit .btn + .btn {
  float: right;
}

.main-filter-box .filter-title {
  font-size: 16px;
  font-weight: bold;
}

.main-filter-box .filter-section {
  border-bottom: 1px solid #d8dcde;
}

.main-filter-box .filter-section.no-border {
  border-bottom: none;
}

.main-filter-box .filter-block {
  padding-bottom: 12px;
  display: none;
  font-size: 0;
}

.main-filter-box .col2 .frm-select-filter {
  display: block;
  vertical-align: top;
  /*width: 49%;*/
  margin-right: 0.99%;
  height: 24px;
  min-height: 24px;
  max-height: 26px;
  overflow: inherit;
}

.main-filter-box .col4 .frm-select-filter {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  margin-right: 0.99%;
}

.main-filter-box .frm-select-filter {
  display: block;
  margin-bottom: 8px;
}

.main-filter-box .btn-filter {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #4b4b4d;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 20px;
  position: relative;
  padding: 10px 40px 10px 0;
}

.main-filter-box .btn-filter:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  transition: none;
  background-image: url("/local/img/spr.png");
  background-position: -780px -551px;
  width: 12px;
  height: 7px;
  position: absolute;
  top: 17px;
  right: 5px;
  -webkit-transform: -webkit-rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.main-filter-box .btn-filter.active:before {
  -webkit-transform: -webkit-rotate(0);
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.main-filter-box .filter-total-popup {
  display: none;
  -webkit-animation: fadein ease 0.2s;
  animation: fadein ease 0.2s;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 99;
  background: #fff;
  height: 32px;
  border: 2px solid #57ced6;
  line-height: 28px;
  text-align: left;
  font-size: 13px;
  color: #231f20;
  padding: 0 82px 0 10px;
  white-space: nowrap;
  -webkit-box-shadow: 0 4px 6px #cccbcc;
  box-shadow: 0 4px 6px #cccbcc;
  margin-left: 10px;
}

.main-filter-box .filter-total-popup:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  transition: none;
  background-image: url("/local/img/spr.png");
  background-position: -640px -146px;
  width: 14px;
  height: 32px;
  position: absolute;
  top: -2px;
  right: 100%;
}

.main-filter-box .btn-filter-show {
  display: block;
  width: 75px;
  text-align: center;
  border-left: 2px solid #57ced6;
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
  height: 28px;
  line-height: 28px;
  background: #cdeff1;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
  color: #231f20;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  min-width: auto;
}

.main-filter-box .btn-filter-show:hover {
  border-left: 2px solid #57ced6;
  background: #cdeff1;
  color: #000000;
}

.bx-filter-parameters-box-container {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.frm-select-main {
  font-size: 14px;
  line-height: 1.2;
  position: relative;
  overflow: hidden;
  padding: 0 34px 20px 34px;
}

.frm-select-main .title-tabs-box a:before {
  /*background: #a5a6aa;*/
}

.frm-select-main .reg-box {
  margin-bottom: 0;
}

.frm-select-main .reg-box .reg-submit {
  padding-left: 0;
  padding-right: 0;
}

.frm-select-main .reg-box .reg-section {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  width: 100%;
  float: left;
}

.frm-select-main .reg-box .column {
  width: 575px;
}

.frm-select-main .reg-section {
  padding-left: 0;
  padding-right: 0;
}

.frm-select-main .select-subtitle {
  display: block;
  margin-top: 7px;
}

.frm-select-main .select-subtitle a {
  color: #000;
}

.frm-select-main > input:checked + label {
  background: #e2e5f0;
}

.frm-select-main > input:checked + label .i-select-main01 {
  background-image: url("/local/img/spr.png");
  background-position: 0px -498px;
  width: 80px;
  height: 48px;
}

.frm-select-main > input:checked + label .i-select-main02 {
  background-image: url("/local/img/spr.png");
  background-position: -568px -73px;
  width: 86px;
  height: 53px;
}

.frm-select-main > input:checked + label .i-select-main03 {
  background-image: url("/local/img/spr.png");
  background-position: -276px -498px;
  width: 87px;
  height: 46px;
}

.frm-select-main > input:checked + label .i-select-main04 {
  background-image: url("/local/img/spr.png");
  background-position: -364px -418px;
  width: 43px;
  height: 54px;
}

.frm-select-main > input:checked + label .i-select-main05 {
  background-image: url("/local/img/spr.png");
  background-position: -459px -498px;
  width: 56px;
  height: 43px;
}

.frm-select-main > input:checked + label .i-select-main06 {
  background-image: url("/local/img/spr.png");
  background-position: -505px -206px;
  width: 34px;
  height: 44px;
}

.frm-select-main > input:checked + label .i-select-main07 {
  background-image: url("/local/img/spr.png");
  background-position: -71px -418px;
  width: 52px;
  height: 56px;
}

.frm-select-main > input:checked + label .i-select-main08 {
  background-image: url("/local/img/spr.png");
  background-position: -568px -425px;
  width: 34px;
  height: 48px;
}

.frm-select-main > input:checked + label:before {
  border: none;
  background: #0057b8;
}

.frm-select-main > input:checked + label:after {
  background-image: url("/local/img/spr.png");
  background-position: -113px -760px;
  width: 19px;
  height: 14px;
}

.frm-select-main > input:checked + label .select-title {
  color: #0057b8;
}

.frm-select-main > input:checked + label .select-ico svg {
  fill: #0057b8;
}

.frm-select-main > input:checked ~ .select-items-wrap,
.frm-select-main > input:checked ~ .select-main-extended {
  background: #e2e5f0;
}

.frm-select-main > label {
  margin: 0 -34px;
  min-height: 100px;
  margin-bottom: 0px;
  padding: 20px 34px 10px 184px;
  line-height: 40px;
}

.frm-select-main > label:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #8f9092;
  position: absolute;
  top: 23px;
  left: 34px;
}

.frm-select-main > label:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  transition: none;
  background-image: url("/local/img/spr.png");
  background-position: -152px -760px;
  width: 19px;
  height: 14px;
  margin: -7px 0 0 -10px;
  position: absolute;
  top: 39px;
  left: 50px;
}

.frm-select-main > label .select-ico {
  display: inline-block;
  vertical-align: middle;
  width: 118px;
  height: 78px;
  line-height: 78px;
  position: absolute;
  top: 0;
  left: 66px;
  text-align: center;
}

.frm-select-main > label .select-ico img,
.frm-select-main > label .select-ico svg {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
}

.frm-select-main > label .select-title-wrap {
  display: inline-block;
  vertical-align: middle;
  line-height: 17px;
  width: 100%;
}

.frm-select-main > label .select-title {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.frm-select-main .select-items-wrap {
  margin: 0 -94px 0px -34px;
  padding: 0 0 0 63px;
  overflow: hidden;
}

.frm-select-main .select-items-wrap .frm-select-inner {
  width: 340px;
  float: left;
  margin: 0 55px 20px 0;
}

.frm-select-main > input {
  display: block;
  position: absolute;
  top: 0;
  left: -999px;
}

.frm-select-main label {
  display: block;
  position: relative;
  cursor: pointer;
}

.frm-select-main p {
  margin: 0;
}

.frm-select-main .select-main-extended {
  margin: 0 -110px -20px -34px;
  padding: 0 0 0 70px;
  clear: both;
  overflow: hidden;
}

.frm-select-main .ext-title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
}

.frm-select-main .frm-select {
  display: inline-block !important;
  vertical-align: top;
  margin: 0 110px 20px 0;
  float: none;
  clear: none;
  width: auto;
}

.frm-select-inner {
  display: block;
  position: relative;
  overflow: hidden;
  height: 98px;
  max-width: 340px;
  cursor: pointer;
}

.frm-select-inner.full {
  height: auto;
}

.frm-select-inner.full label {
  height: auto;
  padding-bottom: 12px;
}

.frm-select-inner.full .select-inner-date {
  width: 31%;
  margin-top: -8px;
}

.frm-select-inner.loc-out .select-inner-date {
  width: 92px;
  float: right;
}

.frm-select-inner.main {
  height: 114px;
}

.frm-select-inner.main label {
  height: 114px;
  border-bottom: 1px solid #dbdcdd;
}

.frm-select-inner.name {
  height: 60px;
}

.frm-select-inner.name:hover .select-inner-name {
  font-weight: bold;
}

.frm-select-inner.name input:checked + label .select-inner-name {
  font-weight: bold;
}

.frm-select-inner.name label {
  height: 60px;
  padding-top: 0;
  line-height: 60px;
}

.frm-select-inner.name label:after {
  margin-top: -8px;
  top: 50%;
}

.frm-select-inner input {
  display: block;
  position: absolute;
  top: 0;
  left: -999px;
}

.frm-select-inner input[disabled] + label {
  color: #87888a;
  cursor: default;
  background: none;
}

.subscription .sub-block input[disabled] {
  border: none;
  background: none;
}

.frm-select-inner input[disabled] + label:after {
  background-image: url("/local/img/spr.png");
  background-position: -736px -719px;
  width: 19px;
  height: 14px;
}

.frm-select-inner input[disabled] + label:before {
  display: none;
}

.frm-select-inner input[disabled] + label .select-inner-date:before {
  background-image: url("/local/img/spr.png");
  background-position: -674px -405px;
  width: 21px;
  height: 23px;
}

.frm-select-inner input[disabled] + label .select-inner-address:before {
  background-image: url("/local/img/spr.png");
  background-position: -504px -625px;
  width: 37px;
  height: 27px;
}

.frm-select-inner input:checked + label {
  background: #fff;
  color: #0057b8;
  border-bottom: none;
}

.frm-select-inner input:checked + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid #0057b8;
}

.frm-select-inner input:checked + label:after {
  background-image: url("/local/img/spr.png");
  background-position: 0px -760px;
  width: 19px;
  height: 14px;
}

.frm-select-inner input:checked + label .select-inner-date:before {
  background-image: url("/local/img/spr.png");
  background-position: -674px -448px;
  width: 21px;
  height: 23px;
}

.frm-select-inner input:checked + label .select-inner-address:before {
  background-image: url("/local/img/spr.png");
  background-position: -561px -625px;
  width: 37px;
  height: 27px;
}

.frm-select-inner input:checked + label .select-inner-address a {
  color: #0057b8;
}

.frm-select-inner input:checked + label .select-inner-desc {
  display: block;
}

.frm-select-inner input:checked + label .select-inner-price {
  font-weight: bold;
}

.frm-select-inner:hover label {
  background: #fff;
  color: #0057b8;
}

.frm-select-inner:hover label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid #0057b8;
}

.frm-select-inner:hover label:after {
  background-image: url("/local/img/spr.png");
  background-position: 0px -760px;
  width: 19px;
  height: 14px;
}

.frm-select-inner:hover label .select-inner-date:before {
  background-image: url("/local/img/spr.png");
  background-position: -674px -448px;
  width: 21px;
  height: 23px;
}

.frm-select-inner:hover label .select-inner-address:before {
  background-image: url("/local/img/spr.png");
  background-position: -561px -625px;
  width: 37px;
  height: 27px;
}

.frm-select-inner:hover label .select-inner-address a {
  color: #0057b8;
}

.frm-select-inner:hover label .select-inner-desc {
  display: block;
}

.frm-select-inner label {
  display: block;
  height: 98px;
  overflow: hidden;
  position: relative;
  /*padding: 20px 0 0 30px;*/
  padding: 10px 0 0 50px;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}

.frm-select-inner label:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  transition: none;
  background-image: url("/local/img/spr.png");
  background-position: -74px -760px;
  width: 19px;
  height: 14px;
  position: absolute;
  top: 44px;
  left: 13px;
}

.frm-select-inner .select-inner-name {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: underline;
  line-height: 20px;
}

.frm-select-inner .select-inner-price {
  width: 46%;
  float: left;
  font-size: 30px;
  text-align: left;
  padding-left: 25px;
  padding-top: 28px;
  text-transform: uppercase;
}

.frm-select-inner .select-inner-price span {
  font-size: 24px;
  text-transform: none;
  font-weight: 400;
}

.frm-select-inner .select-inner-text {
  font-size: 13px;
  line-height: 16px;
  display: block;
}

.frm-select-inner .select-inner-link {
  font-size: 15px;
  margin-top: 20px;
  display: block;
}

.frm-select-inner .select-inner-desc {
  font-size: 13px;
  line-height: 26px;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  text-align: center;
  font-style: italic;
  color: #0057b8;
  padding: 0 5px;
  overflow: hidden;
  display: none;
}

.frm-select-inner .select-inner-desc span,
.frm-select-inner .select-inner-desc .desc-inner {
  display: inline-block;
  vertical-align: middle;
  line-height: 13px;
  width: 100%;
}

.frm-select-inner .select-inner-title {
  float: left;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 15px;
}

.frm-select-inner .select-inner-date,
.frm-select-inner .select-inner-address {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  padding-top: 34px;
  width: 33%;
  float: left;
}

.frm-select-inner .select-inner-date:before,
.frm-select-inner .select-inner-address:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  transition: none;
  background-image: url("/local/img/spr.png");
  background-position: -674px -405px;
  width: 21px;
  height: 23px;
  position: absolute;
  top: 6px;
  left: 50%;
  margin-left: -12px;
}

.frm-select-inner .select-inner-address {
  width: 21%;
}

.frm-select-inner .select-inner-address:before {
  background-image: url("/local/img/spr.png");
  background-position: -504px -625px;
  width: 37px;
  height: 27px;
  margin-left: -20px;
}

.frm-select-inner .select-inner-address a {
  color: #000;
}

.frm-select-inner .select-inner-text-wrap {
  width: 69%;
  float: left;
  display: block;
  padding-top: 15px;
}

.frm-select-inner .select-inner-text-wrap .select-inner-price {
  width: 100%;
  float: none;
  padding-top: 0px;
  margin-bottom: 8px;
  display: block;
  text-align: center;
  padding-left: 0;
  line-height: 35px;
}

.frm-select-filter {
  display: block;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  font-size: 12px;
  text-align: left;
  font-weight: 400;
}

.frm-select-filter:hover label:after {
  display: block;
}

.frm-select-filter input {
  display: block;
  position: absolute;
  top: 0;
  left: -999px;
}

.frm-select-filter input:checked + label > span:after {
  display: block;
}

.frm-select-filter input:checked + label:before {
  border-color: #57ced6;
}

.frm-select-filter input:checked + label:after {
  display: block;
}

.frm-select-filter label {
  display: block;
  position: relative;
  padding-left: 27px;
  min-height: 24px;
  line-height: 24px;
  cursor: pointer;
}

.frm-select-filter label > span {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  line-height: 12px;
  padding-right: 3px;
}

.frm-select-filter label > span:after {
  content: "";
  display: none;
  width: 10px;
  height: 10px;
  background: #57ced6;
  position: absolute;
  top: 7px;
  left: 6px;
  z-index: 2;
}

.frm-select-filter label > span span {
  position: relative;
  display: block;
  z-index: 2;
}

.frm-select-filter label:before {
  content: "";
  /* display: block; */
  display: -ms-grid;
  display: grid;
  width: 22px;
  height: 22px;
  border: 1px solid #dbdcdd;
  background: #fff;
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 2;
}

.frm-select-filter label:after {
  content: "";
  display: none;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 0;
  right: 0;
  background: #cdeff1;
  z-index: -1;
}

.frm-select-button {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  font-size: 12px;
  color: #4b4b4d;
  cursor: pointer;
}

.frm-select-button:hover label {
  border-color: #0057b8;
  color: #0057b8;
}

.frm-select-button input {
  display: block;
  position: absolute;
  top: 0;
  left: -999px;
}

.frm-select-button input[type=checkbox]:checked + label {
  border-color: #0057b8;
  color: #0057b8;
}

.frm-select-button input[disabled] + label {
  background: url(../img/main/decor-disabled.png) 0 0;
  border-color: #dbdcdd !important;
  color: #a7a9ac;
  cursor: default;
}

.frm-select-button input:checked + label {
  border-color: #0057b8;
  color: #0057b8;
  font-weight: bold;
}

.frm-select-button label {
  display: block;
  height: 24px;
  line-height: 22px;
  padding: 0 10px;
  border: 1px solid #dbdcdd;
  cursor: pointer;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.frm-select-button a, .frm-select-button span {
  display: block;
  text-decoration: none;
  height: 24px;
  line-height: 22px;
  padding: 0 10px;
  border: 1px solid #dbdcdd;
  cursor: pointer;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.frm-select-button a.disabled {
  background: url(../img/main/decor-disabled.png) 0 0;
  /*border-color: #dbdcdd !important;*/
  border: none;
  color: #a7a9ac;
  /*cursor: default;*/
}

.filter-group .frm-select-button.disabled label {
  background: url(../img/main/decor-disabled.png) 0 0;
  border: none;
  color: #a7a9ac;
  pointer-events: none;
}

.frm-select-button span {
  border-color: #0057b8;
  color: #0057b8;
  font-weight: bold;
}

.frm-select-button:hover a, .frm-select-button a.active {
  border-color: #0057b8;
  color: #0057b8;
}

.frm-select-toggle {
  display: inline-block;
  position: relative;
  font-size: 14px;
  text-align: center;
  color: #87888a;
  text-transform: uppercase;
  height: 28px;
  overflow: hidden;
}

.frm-select-toggle input {
  display: block;
  position: absolute;
  top: 0;
  left: -9999px;
}

.frm-select-toggle input:checked + label {
  border-color: #0057b8;
  color: #0057b8;
  background: #fff;
}

.frm-select-toggle label {
  display: block;
  height: 28px;
  line-height: 28px;
  border: 1px solid #87888a;
  padding: 0 7px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.frm-select-toggle label:hover {
  border-color: #0057b8;
  color: #0057b8;
  cursor: pointer;
}

.frm-select {
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
}

.frm-select.small {
  font-size: 11px;
  line-height: 13px;
}

.frm-select.small label {
  padding-top: 0;
  min-height: 25px;
}

.frm-select.small a {
  color: #3e3d40;
}

.frm-select.small.lk-info__group .hint-order__vect {
  margin-top: -20px;
}

.frm-select input {
  display: block;
  position: absolute;
  top: 0;
  left: -9909px;
}

.frm-select input:checked + label:after {
  display: block;
}

.frm-select label {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 2px 0 2px 34px;
}

.frm-select label:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border: 1px solid #848484;
}

.frm-select label:after {
  content: "";
  display: none;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 6px;
  left: 6px;
  background: #0057b8;
}

.frm-content-submit {
  margin-top: -15px;
  margin-left: auto;
  margin-bottom: 45px;
  width: 300px;
}

.main-filter-box .filter-section {
  border-bottom: 1px solid #d8dcde;
}

.main-filter-box .filter-section.no-border {
  border-bottom: none;
}

.btn-toggle.active + .popup-block {
  display: block !important;
}

select {
  display: block;
  width: 100%;
  height: 28px;
  padding-right: 0;
  background-color: #fff;
  background-image: url(../img/main/select.png);
  background-position: right center;
  background-repeat: no-repeat;
  border: 1px solid #dbdee0;
  border-radius: 0;
  padding-left: 8px;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none !important;
  line-height: 1em;
  text-indent: 0.01px;
  text-overflow: "";
  outline: none;
  font-size: 13px;
  font-style: italic;
  color: #00519d;
}

select::-ms-expand {
  display: none;
}

textarea, input[type=text]:not(.search__search), input[type=tel], input[type=email], input[type=password], input[type=number] {
  height: 28px;
  border: 1px solid #fff;
  padding: 0 8px;
  border-radius: 0;
  background: #fff;
  font-size: 13px;
  font-style: italic;
  color: #00519d;
}

.frm-control[disabled], .frm-control[readonly], fieldset[disabled] .frm-control {
  cursor: not-allowed;
  background-color: #edf0f2;
  border-color: #edf0f2;
  opacity: 1;
}

textarea.inp-error, input.inp-error, select.inp-error, div.inp-error {
  border-color: #f84670;
  border-width: 1px;
  border-style: solid;
}

.frm-range {
  position: relative;
  padding-bottom: 15px;
}

.frm-range .range-values {
  overflow: hidden;
  font-size: 12px;
  height: 22px;
  line-height: 22px;
  margin-bottom: 18px;
}

.frm-range .range-values input {
  height: 22px;
  width: 93px;
  padding: 0 5px;
  font-size: 12px;
  color: #3e3d40;
  float: left;
  font-style: normal;
  font-weight: 400;
  border: 1px solid #d8dcde;
}

.frm-range .val {
  float: left;
}

.frm-range .val + .val {
  float: right;
}

.frm-range label {
  display: block;
  float: left;
  margin-right: 9px;
}

/* ----------------------------------- *\
      forms styles
\* ----------------------------------- */
.btn,
button,
input[type=submit] {
  cursor: pointer;
  height: 24px;
  line-height: 24px;
  border: 1px solid #0057b8;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  background: #0057b8;
  padding: 0 12px;
  min-width: 260px;
}

#set_filter:hover,
input[type=submit]:hover {
  border-color: #0057b8;
  background: none;
  color: #0057b8;
}

.btn.btn-att,
button.btn-att,
input[type=submit].btn-att {
  background: #e8535a;
  border-color: #e8535a;
}

.btn.btn-att:hover,
button.btn-att:hover,
input[type=submit].btn-att:hover {
  background: #f9646b;
  border-color: #f9646b;
  color: #fff;
}

.btn.btn-type05,
button.btn-type05,
input[type=submit].btn-type05 {
  background: none;
  border-color: #8e8f91;
  color: #3e3d40;
}

.btn.btn-type05:hover,
button.btn-type05:hover,
input[type=submit].btn-type05:hover {
  background: #3e3d40;
  color: #fff;
}

.btn.btn-type04, button.btn-type04, input[type=submit].btn-type04, .btn.btn-type05.active {
  background: #fff;
  color: #0057b8;
}

.btn.btn-type04:hover, button.btn-type04:hover, input[type=submit].btn-type04:hover, .btn.btn-type05.active:hover {
  background: #0057b8;
  color: #fff;
}

.btn.btn-type01.active, .btn.btn-type01:hover, button.btn-type01:hover, input[type=submit].btn-type01:hover {
  background: #0057b8;
  color: #fff;
}

.btn.btn-type01, button.btn-type01, input[type=submit].btn-type01, .btn.btn-type01.active:hover {
  background: #fff;
  color: #0057b8;
}

.btn.btn-type02,
button.btn-type02,
input[type=submit].btn-type02 {
  background: none;
  border: 1px solid #dbdcdd;
  font-size: 14px;
  text-transform: none;
  color: #8e8f91;
  font-weight: 400;
}

.btn.btn-type02:hover,
button.btn-type02:hover,
input[type=submit].btn-type02:hover {
  border-color: #cacbcc;
  color: #8e8f91;
}

.btn.btn-type02.btn-clear,
button.btn-type02.btn-clear,
input[type=submit].btn-type02.btn-clear {
  padding-left: 39px;
  text-align: left;
  padding-right: 9px;
}

.btn.btn-type02.btn-clear:before,
button.btn-type02.btn-clear:before,
input[type=submit].btn-type02.btn-clear:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  transition: none;
  background-image: url("/local/img/spr.png");
  background-position: -780px -237px;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 10px;
  left: 11px;
}

.btn.btn-type03,
button.btn-type03,
input[type=submit].btn-type03 {
  border-color: #e2e6e8;
  background: #e2e6e8;
  color: #3e3d40;
}

.btn.btn-type03:hover,
button.btn-type03:hover,
input[type=submit].btn-type03:hover {
  color: #3e3d40;
  border-color: #d1d5d7;
  background: #d1d5d7;
}

.btn.btn-large,
button.btn-large,
input[type=submit].btn-large {
  height: 35px;
  line-height: 33px;
}

.btn.btn-medium,
button.btn-medium,
input[type=submit].btn-medium {
  height: 28px;
  line-height: 28px;
}

.btn.btn-second,
button.btn-second,
input[type=submit].btn-second {
  border-color: #838486;
  background: #838486;
}

.btn.btn-second:hover,
button.btn-second:hover,
input[type=submit].btn-second:hover {
  background: none;
  border-color: #838486;
  color: #838486;
}

.btn.btn-third,
button.btn-third,
input[type=submit].btn-third {
  border: 1px solid #0057b8;
  background: none;
  color: #0057b8;
}

.btn.btn-third:hover,
button.btn-third:hover,
input[type=submit].btn-third:hover {
  background: #0057b8;
  color: #fff;
}

.btn.btn-third.btn-second, button.btn-third.btn-second, input[type=submit].btn-third.btn-second {
  border-color: #3e3d40;
  color: #3e3d40;
  background: none;
}

a.btn-third.btn-second {
  display: block;
  float: right;
  border: 1px solid #3e3d40;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #3e3d40;
  height: 24px;
  line-height: 24px;
  min-width: 260px;
}

a.btn-third.btn-second.removeArticul {
  display: none;
}

.articul .row {
  margin: 0;
}

.btn.btn-third.btn-second:hover, button.btn-third.btn-second:hover,
input[type=submit].btn-third.btn-second:hover {
  background: #3e3d40;
  color: #fff;
  border-color: #3e3d40;
}

.btn.btn-third.btn-second.light,
button.btn-third.btn-second.light,
input[type=submit].btn-third.btn-second.light {
  border-color: #8e8f91;
  color: #8e8f91;
}

.btn.btn-third.btn-second.light:hover,
button.btn-third.btn-second.light:hover,
input[type=submit].btn-third.btn-second.light:hover {
  color: #fff;
  border-color: #8e8f91;
  background: #8e8f91;
}

.btn.btn-third.btn-ico,
button.btn-third.btn-ico,
input[type=submit].btn-third.btn-ico {
  height: 35px;
  line-height: 33px;
  padding: 0 16px 0 50px;
  font-size: 12px;
  min-width: 0;
  text-transform: none;
  color: #7b7c7e;
  text-decoration: underline;
}

.btn.btn-third.btn-ico .ico,
button.btn-third.btn-ico .ico,
input[type=submit].btn-third.btn-ico .ico {
  /* display: block; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 33px;
  line-height: 31px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}

.btn.btn-third.btn-ico .ico img,
button.btn-third.btn-ico .ico img,
input[type=submit].btn-third.btn-ico .ico img,
.btn.btn-third.btn-ico .ico svg,
button.btn-third.btn-ico .ico svg,
input[type=submit].btn-third.btn-ico .ico svg {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.btn.btn-third.btn-ico:hover,
button.btn-third.btn-ico:hover,
input[type=submit].btn-third.btn-ico:hover {
  background: #fff;
  color: #0057b8;
  border-color: #0057b8 !important;
  color: #0057b8 !important;
}

.btn.btn-third.btn-ico:hover .ico svg,
button.btn-third.btn-ico:hover .ico svg,
input[type=submit].btn-third.btn-ico:hover .ico svg {
  fill: #0057b8;
}

.btn.btn-third.btn-ico:hover .i-button01,
button.btn-third.btn-ico:hover .i-button01,
input[type=submit].btn-third.btn-ico:hover .i-button01 {
  background-image: url("/local/img/spr.png");
  background-position: -313px -625px;
  width: 29px;
  height: 27px;
}

.btn.btn-third.btn-ico:hover .i-button02,
button.btn-third.btn-ico:hover .i-button02,
input[type=submit].btn-third.btn-ico:hover .i-button02 {
  background-image: url("/local/img/spr.png");
  background-position: -674px -94px;
  width: 22px;
  height: 26px;
}

.btn.btn-third.btn-ico:hover .i-button03,
button.btn-third.btn-ico:hover .i-button03,
input[type=submit].btn-third.btn-ico:hover .i-button03 {
  background-image: url("/local/img/spr.png");
  background-position: -362px -625px;
  width: 28px;
  height: 27px;
}

.btn.btn-four,
button.btn-four,
input[type=submit].btn-four {
  border-color: #8e8f91;
  color: #8e8f91;
  background: none;
}

.btn.btn-four:hover,
button.btn-four:hover,
input[type=submit].btn-four:hover {
  background: #8e8f91;
  border-color: #8e8f91;
  color: #fff;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  height: 100vh;
  background: lightgray;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 576px) {
  body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100vh;
  }
}

.aside {
  width: 30%;
  padding: 1rem;
  min-width: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100vh;
  overflow-y: hidden;
}
@media (max-width: 576px) {
  .aside {
    width: 100%;
    max-height: 40vh;
    min-height: 300px;
  }
}

.main {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

@-webkit-keyframes previewLoading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes previewLoading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.handle {
  height: 100%;
  width: 100%;
  overflow: auto;
}
.handle .preview {
  font-family: "Caveat", cursive;
  font-size: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  pointer-events: none;
  opacity: 0;
}
.handle .preview--active {
  opacity: 1;
  pointer-events: inherit;
}
.handle .preview__top-left {
  position: absolute;
  left: 110px;
  top: 105px;
}
.handle .preview__top-middle {
  position: absolute;
  left: 50%;
  top: 105px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.handle .preview__top-right {
  position: absolute;
  right: 10px;
  top: 105px;
}
.handle .preview__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  max-width: 250px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.handle .preview__item--alt {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  font-family: "Caveat", cursive;
  font-size: 24px;
  z-index: 4;
}
.handle .preview__item--hide {
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.handle .preview__item-close {
  position: absolute;
  top: 60px;
  right: 16px;
  cursor: pointer;
}
.handle .preview__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 900px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "PT Sans", sans-serif;
  color: white;
}
@media (max-width: 1600px), (max-height: 900px) {
  .handle .preview__center {
    top: 75%;
  }
}
.handle .preview__center-right {
  position: absolute;
  top: 50%;
  right: 66px;
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px);
}
.handle .preview__center-left {
  position: absolute;
  top: 285px;
  left: 69px;
}
.handle .preview__center-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  z-index: 2;
}
.handle .preview__center-text {
  display: block;
  padding-top: 10px;
  font-size: 16px;
  line-height: 24px;
}
.handle .preview__arrow {
  position: relative;
  width: 101px;
  height: 64px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.handle .preview__arrow-img {
  display: block;
  position: absolute;
  pointer-events: none;
}
.handle .preview__arrow-top-left {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: 0;
  left: -23px;
}
.handle .preview__arrow-top-right {
  -webkit-transform: rotate(90deg) scaleX(-1);
      -ms-transform: rotate(90deg) scaleX(-1);
          transform: rotate(90deg) scaleX(-1);
  top: 0;
  right: 0;
}
.handle .preview__arrow--right {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.handle .preview__arrow--center-left {
  -webkit-transform: scaleX(-1) rotate(-42deg);
      -ms-transform: scaleX(-1) rotate(-42deg);
          transform: scaleX(-1) rotate(-42deg);
  margin-bottom: 29px;
  margin-left: 23px;
}
.handle .preview__text {
  color: white;
  line-height: 1.25;
}
.handle .preview__text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.handle .preview__text-container--glow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  z-index: -1;
  -webkit-box-shadow: 0 0 70px 70px #2db8c5;
          box-shadow: 0 0 70px 70px #2db8c5;
}
.handle .preview__title {
  color: #2db8c5;
  line-height: 1;
}
.handle .preview__title--white {
  color: white;
}
.handle .preview__loading-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.handle .preview__loading-block--show {
  opacity: 1;
}
.handle .preview__loading-block--light {
  margin: 80px 0 0;
}
.handle .preview__loading-block--light::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  width: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 0;
  -webkit-box-shadow: 0 0 80px 70px #1fbeca;
          box-shadow: 0 0 80px 70px #1fbeca;
}
.handle .preview__loading-img {
  display: block;
  -webkit-animation: previewLoading 2s linear infinite;
          animation: previewLoading 2s linear infinite;
}
.handle .preview__button {
  display: block;
  border: none;
  outline: none;
  background: #005bbf;
  width: 300px;
  height: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: white;
  cursor: pointer;
  text-align: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.handle .preview__button--show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.handle .preview__button:hover {
  opacity: 0.7;
}
.handle .preview__button:active {
  opacity: 0.5;
}
.handle__container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100vw;
  max-height: 100vh;
  min-width: 1280px;
  min-height: 720px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  aspect-ratio: 16/9;
}
.handle__container--lock {
  pointer-events: none;
}
.handle__container--zoom-cursor {
  cursor: crosshair;
}
.handle__left, .handle__right, .handle__middle {
  position: absolute;
  top: 0;
  z-index: 4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.handle__left {
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
}
.handle__left-list {
  padding-top: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
}
.handle__left-item {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.handle__filter-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  padding: 14px 20px;
  margin-left: 7px;
  background: white;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.handle__filter-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.handle__background {
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
.handle__background--hide {
  opacity: 0;
}
.handle__background-img {
  display: block;
  max-width: 100vw;
  max-height: 100vh;
  min-width: 1280px;
  min-height: 720px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.handle__background-img--hide {
  opacity: 0;
}
.handle__background-image {
  z-index: 1;
}
.handle__background-image:not(.handle__background-image--main) img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.handle__background-image--hide img {
  opacity: 0;
}
.handle__background-image--main {
  z-index: 0;
  width: 100vw;
  height: 100vh;
}
.handle__background-image--2 {
  z-index: 1;
}
.handle__background-image--2 img {
  z-index: 2;
}
.handle__background-image--3 {
  z-index: 2;
}
.handle__background-image--3 img {
  z-index: 3;
}
.handle__background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.handle__background--blur {
  -webkit-filter: blur(7px);
          filter: blur(7px);
}
.handle__background--blur::before {
  background: rgba(0, 0, 0, 0.6);
  z-index: 5;
}
.handle__middle {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.handle__middle-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.handle__middle-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  background: black;
  width: 23px;
}
.handle__middle-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 20px;
  background: white;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.handle__middle-item:not(:last-child) {
  border-right: 1px solid rgb(183, 184, 187);
}
.handle__middle-item--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  row-gap: 14px;
}
.handle__middle-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.handle__middle-block--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.handle__middle-block--align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}
.handle__middle-block--height-100 {
  height: 100%;
}
.handle__middle-block--mt-auto {
  margin-top: auto;
}
.handle__middle-text {
  display: block;
  color: black;
  font-size: 14px;
  font-weight: 500;
}
.handle__middle-text--10 {
  font-size: 10px;
}
.handle__middle-text--11 {
  font-size: 11px;
}
.handle__middle-text--white {
  color: white;
}
.handle__middle-text--grey {
  color: grey;
}
.handle__middle-text + .handle__middle-text {
  margin-top: 5px;
}
.handle__middle-text--vertical {
  display: block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.handle__middle-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.handle__middle-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.handle__style {
  position: absolute;
  top: 100%;
  left: 0;
  font-family: "Roboto", sans-serif;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-top: 2px solid #1fbeca;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
  cursor: default;
  opacity: 0;
}
.handle__style--right {
  top: 0;
  left: inherit;
  right: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 2;
  border-top: none;
}
.handle__style--left {
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  border-top: none;
}
.handle__style-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 20px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  background: white;
  border-bottom: 1px solid #d8dcde;
}
.handle__style-title {
  font-size: 16px;
  color: #4b4b4d;
  font-weight: 500;
}
.handle__style-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding: 14px 20px;
  background: rgba(238, 239, 238, 0.9);
}
.handle__style-item {
  padding: 5px 10px;
  outline: 1px solid transparent;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.handle__style-item.handle__option--active {
  color: #1fbeca;
  outline: 1px solid #1fbeca;
}
.handle__style-item:hover {
  color: #1fbeca;
}
.handle__style-text {
  text-transform: uppercase;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
}
.handle__style-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.handle__style .search {
  pointer-events: none;
}
.handle__style .search .search__filter-block--active {
  pointer-events: none;
}
.handle__style--active {
  pointer-events: all;
  opacity: 1;
}
.handle__style--active .search {
  pointer-events: all;
}
.handle__style--active .search .search__filter-block--active {
  pointer-events: all;
  cursor: default;
}
.handle-style {
  cursor: pointer;
}
.handle-style__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.handle-style__middle:not(:last-child) {
  border-right: 4px solid black;
}
.handle__color {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.handle__color-upper {
  position: absolute;
  height: 15px;
  top: 0;
  left: 0;
  border-radius: 30px 30px 0 0;
}
.handle__color-image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.handle__color::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 1px #1fbeca;
          box-shadow: 0 0 0 1px #1fbeca;
}
.handle__right {
  right: 0;
}
.handle__right-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.handle__right-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 20px;
  background: white !important;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.9;
  color: #cccfd1;
}
.handle__right-item path {
  fill: rgb(200, 203, 205);
}
.handle__right-item.handle__icon--clicked, .handle__right-item:hover {
  opacity: 1;
  color: black;
}
.handle__right-item.handle__icon--clicked path, .handle__right-item:hover path {
  fill: black;
}
.handle__right-item .handle__icon-big {
  display: none !important;
}
.handle__right-item:not(:last-child) {
  border-right: 1px solid rgb(183, 184, 187);
}
.handle__right-text {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
.handle__right-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.handle__change {
  position: absolute;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 52px;
  height: 52px;
  z-index: 3;
  cursor: pointer;
  background-color: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.handle__change--hide {
  opacity: 0;
  pointer-events: none;
}
.handle__change:hover {
  opacity: 0.7;
}
.handle__change:active {
  opacity: 0.5;
}
.handle__next {
  right: 0;
}
.handle__prev {
  left: 0;
}
.handle__prev svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.handle__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: white;
  width: 55px;
  height: 52px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.handle__icon--hover .handle__icon-main path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.handle__icon--hover:hover .handle__icon-main path {
  fill: rgb(0, 91, 191);
}
.handle__icon-big {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  z-index: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent;
}
.handle__icon-main {
  z-index: 1;
}
.handle__icon--alt {
  display: none;
  opacity: 0;
}
.handle__icon--clicked {
  background: #1fbeca;
}
.handle__icon--clicked .handle__icon-big {
  background: #8fdfe5;
}
.handle__icon--active {
  display: none;
}
.handle__icon--active.handle__icon--alt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
.handle__icon-text {
  font-size: 14px;
  font-weight: 500;
}
.handle__icon-number {
  position: absolute;
  top: 3px;
  right: 4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  z-index: 2;
  background: rgb(232, 83, 90);
}
.handle__icon-quantity {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "PT Sans", sans-serif;
  font-size: 11px;
  color: white;
}
.handle__facade {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.handle__facade-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  row-gap: 6px;
  width: 50px;
}
.handle__facade-item.handle__option--active .handle__facade-block, .handle__facade-item:hover .handle__facade-block {
  -webkit-box-shadow: 0 0 0 1px rgb(31, 190, 202);
          box-shadow: 0 0 0 1px rgb(31, 190, 202);
}
.handle__facade-item.handle__option--active .handle__facade-text {
  font-weight: bold;
  color: #000;
}
.handle__facade-block {
  position: relative;
  width: 44px;
  height: 44px;
  margin: 0 auto;
  border-radius: 50%;
  outline: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.handle__facade-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.handle__facade-text {
  font-size: 10px;
  text-align: center;
  color: #020a0a;
  text-overflow: ellipsis;
  overflow: hidden;
}
.handle__zoom {
  margin: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.handle__zoom--active {
  -webkit-transform: scale(1.66);
      -ms-transform: scale(1.66);
          transform: scale(1.66);
}
.handle__info {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 10px;
  bottom: 0;
  left: 0;
  padding: 14px 12px;
  background: white;
  font-size: 14px;
  opacity: 0.7;
  z-index: 3;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.handle__info--hide {
  opacity: 0;
}
.handle__info:hover {
  opacity: 1;
}
.handle__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.handle__info-item + .handle__info-item::before {
  content: "/";
  padding-left: 10px;
}
.handle__info-title {
  color: #4b4b4d;
}
.handle__info-text {
  font-size: 12px;
}
.handle__info-color {
  position: relative;
  width: 16px;
  height: 16px;
  margin: 0 10px;
  border-radius: 50%;
}
.handle__info-color::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 1px #1fbeca;
          box-shadow: 0 0 0 1px #1fbeca;
}
.handle-zoom svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.handle-zoom--active svg path {
  d: path("M 28.495 27.485 L 26.488 29.492 C 26.128 29.852 25.658 30.32 25.192 30.32 C 24.744 30.32 24.3 29.865 23.963 29.529 L 15.245 20.81 C 13.892 21.419 12.398 21.765 10.821 21.765 C 4.854 21.765 0 16.911 0 10.943 C 0 4.976 4.854 0.121 10.821 0.121 C 16.788 0.121 21.643 4.976 21.643 10.943 C 21.643 12.981 21.66 14.882 20.83 16.512 L 28.532 24.96 C 29.217 25.646 29.201 26.779 28.495 27.485 Z M 10.821 2.41 C 5.912 2.41 1.919 6.35 1.919 10.943 C 1.919 15.852 5.912 19.846 10.821 19.846 C 15.73 19.846 19.724 15.852 19.724 10.943 C 19.724 6.35 15.73 2.41 10.821 2.41 Z M 18.936 18.79 C 18.356 18.738 17.702 19.328 16.98 19.831 L 18.321 21.172 L 20.175 19.318 L 18.936 18.79 Z M 21.533 20.676 L 19.679 22.529 L 25.207 28.58 L 27.61 26.204 L 21.533 20.676 Z M 14.93 11.91 L 11.765 11.91 L 9.846 11.91 L 6.682 11.91 C 6.152 11.91 5.722 11.48 5.722 10.95 C 5.722 10.42 6.152 9.99 6.682 9.99 L 9.846 9.99 L 11.765 9.99 L 14.93 9.99 C 15.46 9.99 15.889 10.42 15.889 10.95 C 15.889 11.48 15.46 11.91 14.93 11.91 Z");
}
.handle__full-block {
  margin-left: 40px;
  padding: 16px 12px;
  height: 100%;
  cursor: pointer;
}
.handle__share {
  position: absolute;
  right: 0;
  top: 50%;
  padding: 20px 20px 14px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: white;
  -webkit-transform: translate(107%, -50%);
      -ms-transform: translate(107%, -50%);
          transform: translate(107%, -50%);
  opacity: 0;
  font-size: 14px;
  z-index: 10;
  pointer-events: none;
  cursor: pointer;
}
.handle__share-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.handle__share-item + .handle__share-item {
  margin-top: 12px;
}
.handle__share-copy {
  background: #015abb;
  color: white;
  padding: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.handle__share-copy:hover {
  opacity: 0.7;
}
.handle__share-copy:active {
  opacity: 0.5;
}
.handle__share-close {
  position: absolute;
  top: 4px;
  right: 4px;
}
.handle__share-close::before {
  content: "";
  display: inline-block;
  background-image: url(./../img/icons/cross_search.svg);
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
}
.handle__share--active {
  pointer-events: all;
  opacity: 1;
}
.handle--events-lock {
  pointer-events: none;
}
.handle--hide {
  opacity: 0;
  pointer-events: none;
}

.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 400px;
  max-height: calc(100vh - 50px);
  font-family: "Roboto";
}
.search__search {
  width: 100%;
  padding: 14px 40px 14px 14px;
  border: 1px solid rgb(0, 87, 184);
  font-size: 14px;
  color: rgb(75, 75, 77);
}
.search__search:focus, .search__search:active {
  outline: none;
}
.search__search-container {
  background: white;
  padding: 14px 18px 8px;
}
.search__search-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.search__search-block {
  position: relative;
  width: 100%;
  margin-top: 14px;
}
.search__search-icon {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 22px;
  height: 22px;
}
.search__search-icon::before {
  content: url("./../img/icons/magn-glass.png");
}
.search__search-icon--clear {
  cursor: pointer;
}
.search__search-icon--clear::before {
  content: "";
  display: inline-block;
  background-image: url(./../img/icons/cross_search.svg);
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
}
.search__message {
  position: relative;
  padding: 18px;
  display: none;
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search__message--show {
  display: block;
  opacity: 1;
}
.search__message-text {
  font-size: 12px;
  line-height: 16px;
}
.search__message-block {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.search__message-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6px 16px;
  background: none;
  outline: none;
  border: none;
  text-align: center;
  min-width: 140px;
  cursor: pointer;
}
.search__message-close {
  border: 1px solid rgb(173, 174, 177);
  color: #adaeb1;
}
.search__message-show {
  background: #005bbf;
  color: white;
}
.search__history {
  display: none;
  background: white;
  padding: 0;
  opacity: 0;
  height: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.search__history-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #d1d1d2;
}
.search__history-title {
  font-size: 14px;
}
.search__history-clear {
  font-size: 12px;
  border: none;
  outline: none;
  background: none;
  padding: 0;
  color: #d1d1d2;
  cursor: pointer;
  text-decoration: underline;
}
.search__history-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 14px;
}
.search__history-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search__history-item + .search__history-item {
  margin-top: 14px;
}
.search__history-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 14px;
  cursor: pointer;
}
.search__history-text::before {
  content: url("./../img/icons/history.png");
  margin-right: 9px;
}
.search__history-close {
  cursor: pointer;
}
.search__smartfilter {
  height: calc(100vh - 260px);
  padding: 0 17px;
  overflow: auto;
}
.search__smartfilter-title {
  position: relative;
  border-top: 1px solid rgb(199, 239, 242);
  border-bottom: 1px solid rgb(199, 239, 242);
  background: rgba(237, 250, 251, 0.95);
  padding: 14.5px 18px;
}
.search__smartfilter-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.search__filter {
  position: relative;
  border-top: 1px solid rgb(199, 239, 242);
  border-bottom: 1px solid rgb(199, 239, 242);
  background: rgba(237, 250, 251, 0.95);
  padding: 14px 18px;
  cursor: pointer;
}
.search__filter-block {
  position: absolute;
  left: 100%;
  top: 0;
  width: 435px;
  background: rgba(255, 255, 255, 0.9);
  overflow-y: clip;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.search__filter-block--active {
  opacity: 1;
  pointer-events: all;
}
.search__filter-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search__filter-icon {
  margin-right: 10px;
}
.search__filter-title {
  font-size: 16px;
  color: #1fbeca;
}
.search__filter-open {
  margin-left: auto;
  width: 20px;
  cursor: pointer;
}
.search__filter-close {
  position: absolute;
  right: 20px;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.search__filter-preview {
  position: absolute;
  right: -160px;
  width: 162px;
  top: 0;
  font-family: "Caveat", cursive;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search__filter-preview--hide {
  opacity: 0;
  pointer-events: none;
}
.search__filter-arrow {
  margin-left: auto;
}
.search__preview-container {
  padding-top: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search__preview-text {
  font-size: 20px;
  max-width: 120px;
  text-align: center;
}
.search__preview-close {
  top: 90px;
  right: 16px;
}
.search__preview-img {
  left: -76px;
  top: 12px;
  -webkit-transform: scaleX(-1) rotate(-12deg);
      -ms-transform: scaleX(-1) rotate(-12deg);
          transform: scaleX(-1) rotate(-12deg);
  -webkit-filter: invert(40%) sepia(34%) saturate(1393%) hue-rotate(141deg) brightness(88%) contrast(81%);
          filter: invert(40%) sepia(34%) saturate(1393%) hue-rotate(141deg) brightness(88%) contrast(81%);
}
.search__list {
  background: rgba(255, 255, 255, 0.9);
  overflow: auto;
  padding-bottom: 6px;
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.search__list::-webkit-scrollbar {
  display: none;
}
.search__list--filtered .search__item:not(.search__item--filtered) {
  display: none;
}
.search__list--filtered .search__item:not(.search__item--filtered) + .search__item--recommend {
  display: none;
}
.search__list--filtered .search__item--filtered + .search__item--recommend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search__list--filtered .search__item--filtered + .search__item--recommend + .search__item--recommend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search__result {
  background: white;
  padding: 14px 18px;
}
.search__result-text {
  display: block;
  font-size: 16px;
}
.search__result-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.search__result-item + .search__result-item {
  margin-top: 12px;
}
.search__result-filter, .search__result-reset, .search__result-clear {
  display: none;
  opacity: 0;
  pointer-events: none;
  height: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.search__result-filter--active, .search__result-reset--active, .search__result-clear--active {
  display: inherit;
  opacity: 1;
  pointer-events: all;
  height: inherit;
}
.search__result-reset, .search__result-clear {
  max-width: 140px;
  height: 24px;
  min-width: 100px;
  cursor: pointer;
}
.search__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  margin: 6px 21px 6px 6px;
  padding: 10px 7px;
  outline: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search__item:not(:last-child) {
  border-bottom: 1px solid white;
}
.search__item--alt {
  background: white;
}
.search__item-merge {
  background: white;
  outline: none !important;
  border-left: 1px solid #015abb;
  border-right: 1px solid #015abb;
  border-top: 1px solid #015abb;
  border-bottom: none !important;
}
.search__item-merge:hover {
  outline: none;
}
.search__item:hover {
  outline: 1px solid #015abb;
}
.search__item:hover .search__control-item--hidden {
  opacity: 1;
}
.search__item.handle__option--active {
  outline: 1px solid #015abb;
}
.search__item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.search__item-title {
  font-size: 14px;
  word-break: break-word;
}
.search__item-subinfo {
  font-size: 14px;
  color: rgb(123, 124, 126);
}
.search__item-stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}
.search__item-text {
  font-size: 12px;
  color: #adaeb1;
}
.search__item-text + .search__item-text {
  margin-left: 4px;
}
.search__item-text--big {
  font-size: 14px;
  text-transform: uppercase;
}
.search__item-text--primary {
  color: #1fbeca;
}
.search__item-text--orange {
  color: #ff9910;
}
.search__item-text--red {
  color: #ca545a;
}
.search__item-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.search__item--recommend {
  position: relative;
  background: white;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -6px;
  outline: none !important;
  border-left: 1px solid #015abb;
  border-right: 1px solid #015abb;
  border-bottom: 1px solid transparent;
}
.search__item--recommend:has(+ .search__item:not(.search__item--recommend)) {
  border-bottom: 1px solid #015abb !important;
}
.search__item--recommend:hover {
  outline: none;
}
.search__item:not(.search__item--filtered) + .search__item--recommend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search__image {
  display: block;
  width: 78px;
  height: 78px;
  -o-object-fit: contain;
     object-fit: contain;
}
.search__image-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.search__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 25px;
  row-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search__control-item {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search__control-item svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search__control-item:hover svg path {
  fill: #015abb;
}
.search__control-item--hidden {
  opacity: 0;
}
.search__control-item--disable {
  opacity: 0 !important;
  pointer-events: none;
}
.search__control-add svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search__control-add--active {
  opacity: 1 !important;
}
.search__control-add--active svg path {
  fill: #005bbf;
}
.search__recommend {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-bottom: 20px;
}
.search__3d {
  position: fixed;
  padding: 12px 14px;
  top: -11px;
  right: 5px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  width: 173px;
  border: 1px solid #1fbeca;
  pointer-events: none;
  opacity: 0;
  background: white;
  -webkit-box-shadow: 0px 4px 67px 0px rgba(131, 132, 134, 0.49);
          box-shadow: 0px 4px 67px 0px rgba(131, 132, 134, 0.49);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search__3d--active {
  pointer-events: all;
  opacity: 1;
}
.search__3d-text {
  color: #4b4b4d;
  font-size: 14px;
}
.search__3d-block {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search__3d-cross {
  position: absolute;
  top: 8px;
  right: 8px;
}
.search__3d-button {
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
  width: 65px;
  padding: 6px 0;
  font-size: 14px;
  text-align: center;
}
.search__3d-button + .search__3d-button {
  margin-left: 26px;
}
.search__3d-button--no {
  border: 1px solid rgb(173, 174, 177);
  color: #adaeb1;
}
.search__3d-button--yes {
  background: #1fbeca;
  color: white;
}
.search__empty {
  display: block;
  font-size: 14px;
  padding: 12px 0;
}
.search__loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.2);
  z-index: 99;
}
.search__loader .search__loader-icon {
  -webkit-animation: previewLoading 2s linear infinite;
          animation: previewLoading 2s linear infinite;
  opacity: 1;
}
.search__loader-icon {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.search__loader-wrapper {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: -40px;
}

.search-filter-box {
  position: relative;
  display: inline-block;
}

.search-filter__clear {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: 28px;
  height: 28px !important;
  background-size: 35%;
  padding: 0;
  background-position: center;
  background-color: transparent;
  border: none;
  background-repeat: no-repeat;
  background-image: url(./../img/icons/cross_search.svg);
}
.search-filter__clear svg {
  display: none;
}

.detail {
  width: 682px;
  background-color: rgb(2, 10, 10);
  -webkit-box-shadow: 0px 0px 27px 0px rgba(2, 10, 10, 0.75);
          box-shadow: 0px 0px 27px 0px rgba(2, 10, 10, 0.75);
  padding: 32px 30px;
  max-height: 56.2429696288vw;
  overflow: auto;
  color: white;
}
.detail__title {
  font-size: 20px;
  line-height: 28px;
  color: #d4d5d5;
}
.detail__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
}
.detail__header-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
}
.detail__header-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.detail__header-block + .detail__header-block {
  margin-left: 30px;
}
.detail__header-name {
  display: block;
  color: #adaeb1;
  margin-right: 10px;
}
.detail__header-text {
  color: #f7f7f7;
}
.detail__header-cart {
  cursor: pointer;
}
.detail__image {
  position: relative;
  margin-top: 25px;
  overflow: hidden;
}
.detail__image-list {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.detail__colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-top: 16px;
}
.detail__colors-title {
  display: block;
  padding-top: 13px;
  font-size: 14px;
  color: #adaeb1;
}
.detail__colors-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.detail__colors-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  row-gap: 6px;
}
.detail__colors-item.handle__option--active .detail__colors-block, .detail__colors-item:hover .detail__colors-block {
  outline: 1px solid rgb(31, 190, 202);
}
.detail__colors-item.handle__option--active .detail__colors-text {
  font-weight: bold;
  color: #1fbeca;
}
.detail__colors-block {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin: 0 auto;
  outline: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.detail__colors-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-transform: rotate(-90deg) translate(50%, -50%);
      -ms-transform: rotate(-90deg) translate(50%, -50%);
          transform: rotate(-90deg) translate(50%, -50%);
}
.detail__colors-text {
  max-width: 48px;
  font-size: 10px;
  text-align: center;
  word-break: break-word;
  color: white;
}
.detail__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
  row-gap: 24px;
}
.detail__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.detail__info-item--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
.detail__info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
.detail__info-title {
  font-size: 14px;
  color: #adaeb1;
}
.detail__info-text {
  font-size: 14px;
}
.detail__info-option {
  padding: 9px 11px;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.detail__info-option--active, .detail__info-option:hover {
  border: 1px solid #1fbeca;
  color: #1fbeca;
}
.detail__info-link {
  text-decoration: underline;
  color: white;
  cursor: pointer;
}
.detail__close {
  position: absolute;
  top: 16px;
  right: 24px;
}
.detail__close svg path {
  fill: white !important;
}
.detail__button {
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
  width: 300px;
  background-color: rgb(0, 91, 191);
  text-align: center;
  font-size: 16px;
  height: 100%;
  padding: 10px 0;
  color: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.detail__button:hover {
  opacity: 0.7;
}
.detail__button:active {
  opacity: 0.5;
}
.detail__button-block {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*# sourceMappingURL=style.build.css.map */
