

/* Start:/services/dist/app.css?170531333434708*/

svg[data-v-abc9f7ae] {
  position: absolute;
  left: 0;
  top: calc(50% - 6.5px);
  width: 13px;
}

fieldset[disabled] .multiselect {
  pointer-events: none; }

.multiselect__spinner {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 48px;
  height: 35px;
  background: #fff;
  display: block; }

.multiselect__spinner:after, .multiselect__spinner:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 2px solid transparent;
  border-top-color: #41b883;
  box-shadow: 0 0 0 1px transparent; }

.multiselect__spinner:before {
  animation: spinning 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
  animation-iteration-count: infinite; }

.multiselect__spinner:after {
  animation: spinning 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
  animation-iteration-count: infinite; }

.multiselect__loading-enter-active, .multiselect__loading-leave-active {
  transition: opacity .4s ease-in-out;
  opacity: 1; }

.multiselect__loading-enter, .multiselect__loading-leave-active {
  opacity: 0; }

.multiselect, .multiselect__input, .multiselect__single {
  font-family: inherit;
  font-size: 16px;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

.multiselect {
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 100%;
  min-height: 40px;
  text-align: left;
  color: #35495e; }

.multiselect * {
  box-sizing: border-box; }

.multiselect:focus {
  outline: none; }

.multiselect--disabled {
  background: #ededed;
  pointer-events: none;
  opacity: .6; }

.multiselect--active {
  z-index: 50; }

.multiselect--active:not(.multiselect--above) .multiselect__current, .multiselect--active:not(.multiselect--above) .multiselect__input, .multiselect--active:not(.multiselect--above) .multiselect__tags {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.multiselect--active .multiselect__select {
  transform: rotate(180deg); }

.multiselect--above.multiselect--active .multiselect__current, .multiselect--above.multiselect--active .multiselect__input, .multiselect--above.multiselect--active .multiselect__tags {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.multiselect__input, .multiselect__single {
  position: relative;
  display: inline-block;
  min-height: 20px;
  line-height: 20px;
  border: none;
  border-radius: 5px;
  background: #fff;
  padding: 0 0 0 5px;
  width: 100%;
  transition: border .1s ease;
  box-sizing: border-box;
  margin-bottom: 8px;
  vertical-align: top; }

.multiselect__input:-ms-input-placeholder {
  color: #35495e; }

.multiselect__input::placeholder {
  color: #35495e; }

.multiselect__tag ~ .multiselect__input, .multiselect__tag ~ .multiselect__single {
  width: auto; }

.multiselect__input:hover, .multiselect__single:hover {
  border-color: #cfcfcf; }

.multiselect__input:focus, .multiselect__single:focus {
  border-color: #a8a8a8;
  outline: none; }

.multiselect__single {
  padding-left: 5px;
  margin-bottom: 8px; }

.multiselect__tags-wrap {
  display: inline; }

.multiselect__tags {
  min-height: 40px;
  display: block;
  padding: 8px 40px 0 8px;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  background: #fff;
  font-size: 14px; }

.multiselect__tag {
  position: relative;
  display: inline-block;
  padding: 4px 26px 4px 10px;
  border-radius: 5px;
  margin-right: 10px;
  color: #fff;
  line-height: 1;
  background: #41b883;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis; }

.multiselect__tag-icon {
  cursor: pointer;
  margin-left: 7px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-weight: 700;
  font-style: normal;
  width: 22px;
  text-align: center;
  line-height: 22px;
  transition: all .2s ease;
  border-radius: 5px; }

.multiselect__tag-icon:after {
  content: "\D7";
  color: #266d4d;
  font-size: 14px; }

.multiselect__tag-icon:focus, .multiselect__tag-icon:hover {
  background: #369a6e; }

.multiselect__tag-icon:focus:after, .multiselect__tag-icon:hover:after {
  color: #fff; }

.multiselect__current {
  min-height: 40px;
  overflow: hidden;
  padding: 8px 30px 0 12px;
  white-space: nowrap;
  border-radius: 5px;
  border: 1px solid #e8e8e8; }

.multiselect__current, .multiselect__select {
  line-height: 16px;
  box-sizing: border-box;
  display: block;
  margin: 0;
  text-decoration: none;
  cursor: pointer; }

.multiselect__select {
  position: absolute;
  width: 40px;
  height: 38px;
  right: 1px;
  top: 1px;
  padding: 4px 8px;
  text-align: center;
  transition: transform .2s ease; }

.multiselect__select:before {
  position: relative;
  right: 0;
  top: 65%;
  color: #999;
  margin-top: 4px;
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  content: ""; }

.multiselect__placeholder {
  color: #adadad;
  display: inline-block;
  margin-bottom: 10px;
  padding-top: 2px; }

.multiselect--active .multiselect__placeholder {
  display: none; }

.multiselect__content-wrapper {
  position: absolute;
  display: block;
  background: #fff;
  width: 100%;
  max-height: 240px;
  overflow: auto;
  border: 1px solid #e8e8e8;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 50;
  -webkit-overflow-scrolling: touch; }

.multiselect__content {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  min-width: 100%;
  vertical-align: top; }

.multiselect--above .multiselect__content-wrapper {
  bottom: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: none;
  border-top: 1px solid #e8e8e8; }

.multiselect__content::webkit-scrollbar {
  display: none; }

.multiselect__element {
  display: block; }

.multiselect__option {
  display: block;
  padding: 12px;
  min-height: 40px;
  line-height: 16px;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  white-space: nowrap; }

.multiselect__option:after {
  top: 0;
  right: 0;
  position: absolute;
  line-height: 40px;
  padding-right: 12px;
  padding-left: 20px;
  font-size: 13px; }

.multiselect__option--highlight {
  background: #41b883;
  outline: none;
  color: #fff; }

.multiselect__option--highlight:after {
  content: attr(data-select);
  background: #41b883;
  color: #fff; }

.multiselect__option--selected {
  background: #f3f3f3;
  color: #35495e;
  font-weight: 700; }

.multiselect__option--selected:after {
  content: attr(data-selected);
  color: silver; }

.multiselect__option--selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff; }

.multiselect__option--selected.multiselect__option--highlight:after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fff; }

.multiselect--disabled .multiselect__current, .multiselect--disabled .multiselect__select {
  background: #ededed;
  color: #a6a6a6; }

.multiselect__option--disabled {
  background: #ededed !important;
  color: #a6a6a6 !important;
  cursor: text;
  pointer-events: none; }

.multiselect__option--group {
  background: #ededed;
  color: #35495e; }

.multiselect__option--group.multiselect__option--highlight {
  background: #35495e;
  color: #fff; }

.multiselect__option--group.multiselect__option--highlight:after {
  background: #35495e; }

.multiselect__option--disabled.multiselect__option--highlight {
  background: #dedede; }

.multiselect__option--group-selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff; }

.multiselect__option--group-selected.multiselect__option--highlight:after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fff; }

.multiselect-enter-active, .multiselect-leave-active {
  transition: all .15s ease; }

.multiselect-enter, .multiselect-leave-active {
  opacity: 0; }

.multiselect__strong {
  margin-bottom: 8px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top; }

[dir=rtl] .multiselect {
  text-align: right; }

[dir=rtl] .multiselect__select {
  right: auto;
  left: 1px; }

[dir=rtl] .multiselect__tags {
  padding: 8px 8px 0 40px; }

[dir=rtl] .multiselect__content {
  text-align: right; }

[dir=rtl] .multiselect__option:after {
  right: auto;
  left: 0; }

[dir=rtl] .multiselect__clear {
  right: auto;
  left: 12px; }

[dir=rtl] .multiselect__spinner {
  right: auto;
  left: 1px; }

@keyframes spinning {
  0% {
    transform: rotate(0); }
  to {
    transform: rotate(2turn); } }

.slider-target, .slider-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box; }

.slider-target {
  position: relative; }

.slider-base, .slider-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

.slider-connects {
  overflow: hidden;
  z-index: 0; }

.slider-connect, .slider-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat; }

.slider-connect {
  height: 100%;
  width: 100%; }

.slider-origin {
  height: 10%;
  width: 10%; }

.slider-txt-dir-rtl.slider-horizontal .slider-origin {
  left: 0;
  right: auto; }

.slider-vertical .slider-origin {
  width: 0; }

.slider-horizontal .slider-origin {
  height: 0; }

.slider-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute; }

.slider-touch-area {
  height: 100%;
  width: 100%; }

.slider-state-tap .slider-connect, .slider-state-tap .slider-origin {
  transition: transform .3s; }

.slider-state-drag * {
  cursor: inherit !important; }

.slider-tooltip-drag .slider-tooltip, .slider-tooltip-focus .slider-tooltip {
  display: none !important; }

.slider-tooltip-drag .slider-active .slider-tooltip, .slider-tooltip-drag.slider-state-drag .slider-tooltip:not(.slider-tooltip-hidden), .slider-tooltip-focus.slider-focused .slider-tooltip:not(.slider-tooltip-hidden) {
  display: block !important; }

.slider-horizontal {
  height: var(--slider-height, 6px); }

.slider-horizontal .slider-handle {
  width: var(--slider-handle-width, 16px);
  height: var(--slider-handle-height, 16px);
  top: calc(var(--slider-handle-height, 16px)/2*-1 - var(--slider-height, 6px)/2*-1 + -1px);
  right: calc(var(--slider-handle-width, 16px)/2*-1); }

.slider-vertical {
  width: var(--slider-height, 6px);
  height: var(--slider-vertical-height, 300px); }

.slider-vertical .slider-handle {
  width: var(--slider-handle-height, 16px);
  height: var(--slider-handle-width, 16px);
  top: calc(var(--slider-handle-width, 16px)/2*-1);
  right: calc(var(--slider-handle-height, 16px)/2*-1 - var(--slider-height, 6px)/2*-1 + -1px); }

.slider-txt-dir-rtl.slider-horizontal .slider-handle {
  left: calc(var(--slider-handle-width, 16px)/2*-1);
  right: auto; }

.slider-base {
  background-color: var(--slider-bg, #d1d5db); }

.slider-base, .slider-connects {
  border-radius: var(--slider-radius, 9999px); }

.slider-connect {
  background: var(--slider-connect-bg, #10b981);
  cursor: pointer; }

.slider-draggable {
  cursor: ew-resize; }

.slider-vertical .slider-draggable {
  cursor: ns-resize; }

.slider-handle {
  width: var(--slider-handle-width, 16px);
  height: var(--slider-handle-height, 16px);
  border-radius: var(--slider-handle-radius, 9999px);
  background: var(--slider-handle-bg, #fff);
  border: var(--slider-handle-border, 0);
  box-shadow: var(--slider-handle-shadow, 0.5px 0.5px 2px 1px rgba(0, 0, 0, 0.32));
  cursor: -webkit-grab;
  cursor: grab; }

.slider-handle:focus {
  outline: none;
  box-shadow: 0 0 0 var(--slider-handle-ring-width, 3px) var(--slider-handle-ring-color, rgba(16, 185, 129, 0.188235)), var(--slider-handle-shadow, 0.5px 0.5px 2px 1px rgba(0, 0, 0, 0.32)); }

.slider-active {
  box-shadow: var(--slider-handle-shadow-active, 0.5px 0.5px 2px 1px rgba(0, 0, 0, 0.42));
  cursor: -webkit-grabbing;
  cursor: grabbing; }

[disabled] .slider-connect {
  background: var(--slider-connect-bg-disabled, #9ca3af); }

[disabled].slider-handle, [disabled] .slider-handle, [disabled].slider-target {
  cursor: not-allowed; }

[disabled] .slider-tooltip {
  background: var(--slider-tooltip-bg-disabled, #9ca3af);
  border-color: var(--slider-tooltip-bg-disabled, #9ca3af); }

.slider-tooltip {
  position: absolute;
  display: block;
  font-size: var(--slider-tooltip-font-size, 0.875rem);
  line-height: var(--slider-tooltip-line-height, 1.25rem);
  font-weight: var(--slider-tooltip-font-weight, 600);
  white-space: nowrap;
  padding: var(--slider-tooltip-py, 2px) var(--slider-tooltip-px, 6px);
  min-width: var(--slider-tooltip-min-width, 20px);
  text-align: center;
  color: var(--slider-tooltip-color, #fff);
  border-radius: var(--slider-tooltip-radius, 5px);
  border: 1px solid var(--slider-tooltip-bg, #10b981);
  background: var(--slider-tooltip-bg, #10b981); }

.slider-horizontal .slider-tooltip-top {
  transform: translate(-50%);
  left: 50%;
  bottom: calc(var(--slider-handle-height, 16px) + var(--slider-tooltip-arrow-size, 5px) + var(--slider-tooltip-distance, 3px)); }

.slider-horizontal .slider-tooltip-top:before {
  content: "";
  position: absolute;
  bottom: calc(var(--slider-tooltip-arrow-size, 5px)*-2);
  left: 50%;
  width: 0;
  height: 0;
  border: var(--slider-tooltip-arrow-size, 5px) solid transparent;
  border-top-color: inherit;
  transform: translate(-50%); }

.slider-horizontal .slider-tooltip-bottom {
  transform: translate(-50%);
  left: 50%;
  top: calc(var(--slider-handle-height, 16px) + var(--slider-tooltip-arrow-size, 5px) + var(--slider-tooltip-distance, 3px)); }

.slider-horizontal .slider-tooltip-bottom:before {
  content: "";
  position: absolute;
  top: calc(var(--slider-tooltip-arrow-size, 5px)*-2);
  left: 50%;
  width: 0;
  height: 0;
  border: var(--slider-tooltip-arrow-size, 5px) solid transparent;
  border-bottom-color: inherit;
  transform: translate(-50%); }

.slider-vertical .slider-tooltip-left {
  transform: translateY(-50%);
  top: 50%;
  right: calc(var(--slider-handle-height, 16px) + var(--slider-tooltip-arrow-size, 5px) + var(--slider-tooltip-distance, 3px)); }

.slider-vertical .slider-tooltip-left:before {
  content: "";
  position: absolute;
  right: calc(var(--slider-tooltip-arrow-size, 5px)*-2);
  top: 50%;
  width: 0;
  height: 0;
  border: var(--slider-tooltip-arrow-size, 5px) solid transparent;
  border-left-color: inherit;
  transform: translateY(-50%); }

.slider-vertical .slider-tooltip-right {
  transform: translateY(-50%);
  top: 50%;
  left: calc(var(--slider-handle-height, 16px) + var(--slider-tooltip-arrow-size, 5px) + var(--slider-tooltip-distance, 3px)); }

.slider-vertical .slider-tooltip-right:before {
  content: "";
  position: absolute;
  left: calc(var(--slider-tooltip-arrow-size, 5px)*-2);
  top: 50%;
  width: 0;
  height: 0;
  border: var(--slider-tooltip-arrow-size, 5px) solid transparent;
  border-right-color: inherit;
  transform: translateY(-50%); }

.slider-horizontal .slider-origin > .slider-tooltip {
  transform: translate(50%);
  left: auto; }

.slider-horizontal .slider-origin > .slider-tooltip-top {
  bottom: calc(var(--slider-tooltip-arrow-size, 5px) + var(--slider-handle-height, 16px)/2 - var(--slider-height, 6px)/2 + var(--slider-tooltip-distance, 3px) + 1px); }

.slider-horizontal .slider-origin > .slider-tooltip-bottom {
  top: calc(var(--slider-tooltip-arrow-size, 5px) + var(--slider-handle-height, 16px)/2 - var(--slider-height, 6px)/2 + var(--slider-tooltip-distance, 3px) + var(--slider-height, 6px) - 1px); }

.slider-vertical .slider-origin > .slider-tooltip {
  transform: translateY(calc(var(--slider-tooltip-line-height, 1.25rem)*-1 - var(--slider-tooltip-py, 2px)*-1 + 1px));
  top: auto; }

.slider-vertical .slider-origin > .slider-tooltip-left {
  right: calc(var(--slider-tooltip-arrow-size, 5px) + var(--slider-height, 6px) + var(--slider-handle-height, 16px)/2 - var(--slider-height, 6px)/2 + var(--slider-tooltip-distance, 3px) - 1px); }

.slider-vertical .slider-origin > .slider-tooltip-right {
  left: calc(var(--slider-tooltip-arrow-size, 5px) + var(--slider-height, 6px) + var(--slider-handle-height, 16px)/2 - var(--slider-height, 6px)/2 + var(--slider-tooltip-distance, 3px) - var(--slider-height, 6px) + 1px); }

@charset "UTF-8";
#search-dvurechenskiy .title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  color: #000000;
  line-height: 140%;
  letter-spacing: 0.2px;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
#search-dvurechenskiy .title {
    font-size: 20px;
}
}
#search-dvurechenskiy .main-title {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  color: #000000;
  margin-top: 45px;
  margin-bottom: 29px;
  letter-spacing: 0.2px;
}
@media (max-width: 576px) {
#search-dvurechenskiy .main-title {
    font-size: 26px;
    line-height: initial;
}
}
#search-dvurechenskiy .__final-box {
  margin-bottom: 10px;
  background: rgba(243, 112, 14, 0.15);
  border-radius: 6px;
  padding: 12px;
}
#search-dvurechenskiy .__final_title,
#search-dvurechenskiy .__final_bottom {
  display: flex;
}
#search-dvurechenskiy .__final_title > div,
#search-dvurechenskiy .__final_bottom > div {
  color: #999;
  padding: 10px 0;
  box-sizing: border-box;
  text-align: center;
  flex: 1 1 auto;
  text-align: left;
}
#search-dvurechenskiy .btn {
  font-size: 12px;
  padding: 6px 14px;
  background: #F58220 !important;
  border-radius: 0;
  border: 1px solid #F58220;
  height: 40px;
  border-radius: 6px;
}
#search-dvurechenskiy .btn.grd {
  background: linear-gradient(90deg, #F15A22 0%, #F9A738 100%) !important;
  border: none;
}
#search-dvurechenskiy .btn.grd:hover {
  background: linear-gradient(90deg, rgba(241, 90, 34, 0.7) 0%, rgba(249, 167, 56, 0.7) 100%) !important;
}
#search-dvurechenskiy .btn-default:hover {
  background: #ea6c00 !important;
}
#search-dvurechenskiy .__price_block {
  font-size: 18px;
  color: #000 !important;
}
#search-dvurechenskiy .__price_block span {
  font-weight: 600 !important;
}
#search-dvurechenskiy label {
  display: flex;
  align-items: center;
  margin: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 5px;
}
#search-dvurechenskiy .form-control {
  min-height: 40px !important;
  padding: 5px 10px;
  border-radius: 6px;
  border: 1px solid #AAA;
  margin-bottom: 0;
}
#search-dvurechenskiy .__form_item {
  margin-bottom: 20px;
}
@media (max-width: 576px) {
#search-dvurechenskiy .__form_item {
    margin-bottom: 0;
}
}
#search-dvurechenskiy .__form_item input::-webkit-outer-spin-button,
#search-dvurechenskiy .__form_item input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#search-dvurechenskiy .btn:after {
  display: none;
  content: "";
}
#search-dvurechenskiy .btn.n-active {
  border-color: #AAAAAA;
  background: none !important;
  color: #AAA;
}
#search-dvurechenskiy .btn.n-active:hover {
  border-color: #D3D3D3;
  color: #D3D3D3;
}
#search-dvurechenskiy .btn.active {
  border-radius: 6px;
}
#search-dvurechenskiy .ymap-container {
  position: relative;
  height: 100%;
}
#search-dvurechenskiy .ymap-container .yandex-cart {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
#search-dvurechenskiy .border-yellow {
  border: 2px dashed #f58220;
  border-radius: 5px;
  padding: 5px;
}
#search-dvurechenskiy .select-field {
  position: relative;
}
#search-dvurechenskiy .select-field .fas {
  height: 10px;
  position: absolute;
  right: 30px;
  padding: 0 !important;
  font-size: 1em;
  color: #000;
  cursor: pointer;
  top: calc(50% - 5px);
  line-height: 10px;
}
#search-dvurechenskiy .multiselect__input,
#search-dvurechenskiy .multiselect__single,
#search-dvurechenskiy .multiselect__option {
  font-size: 14px !important;
}
.multiselect__placeholder {
  margin-bottom: 0;
}
#search-dvurechenskiy .multiselect__placeholder,
#search-dvurechenskiy .multiselect__single,
#search-dvurechenskiy .multiselect__input {
  margin: 0 !important;
  padding: 0 !important;
}
#search-dvurechenskiy .multiselect__tags {
  padding: 5px 40px 5px 10px !important;
  display: flex;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #aaa;
  font-size: 12px;
  font-weight: 700;
}
#search-dvurechenskiy .multiselect--disabled .multiselect__current,
#search-dvurechenskiy .multiselect--disabled .multiselect__select {
  background: none;
}
#search-dvurechenskiy .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
}
#search-dvurechenskiy .multiselect.no-validate .multiselect__tags,
#search-dvurechenskiy input.no-validate {
  border-color: #EE3A01 !important;
}
#search-dvurechenskiy .table thead tr th,
#search-dvurechenskiy .table thead tr td {
  color: #000;
  background: none;
}
#search-dvurechenskiy .table th,
#search-dvurechenskiy .table td {
  padding: 1px;
  font-size: 14px;
}
#search-dvurechenskiy .table,
#search-dvurechenskiy .table th,
#search-dvurechenskiy .table td {
  border: none !important;
}
#search-dvurechenskiy div.kg {
  position: relative;
}
#search-dvurechenskiy div.kg:after {
  content: "кг.";
  position: absolute;
  top: 0;
  right: 5px;
  height: 40px;
  font-weight: 700;
  font-size: 14px;
  line-height: 40px;
}
#search-dvurechenskiy div.kg input {
  padding-right: 40px !important;
}
@media (max-width: 576px) {
#search-dvurechenskiy .mt-sm-15 {
    margin-top: 15px;
}
}
#search-dvurechenskiy .__final-box-mobile {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  border: 4px dashed #f58220;
  border-radius: 5px;
  padding: 25px 10px;
  background: #fff;
  box-shadow: 0 -0.3rem 0.5rem rgba(0, 0, 0, 0.2);
}
#search-dvurechenskiy .z-modal {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#search-dvurechenskiy .z-modal:before {
  content: "";
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background: #0b0b0b;
  opacity: 0.8;
  z-index: 1;
}
#search-dvurechenskiy .z-modal > * {
  position: relative;
  z-index: 2;
}
#search-dvurechenskiy .z-modal-content {
  box-shadow: 0px 0px 7.74674px rgba(0, 0, 0, 0.36);
  border-radius: 3px;
  border: none;
  position: relative;
  background: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 2em;
  color: #222;
}
#search-dvurechenskiy .z-modal-title {
  grid-column: span 2;
  font-size: 32px;
  font-weight: 700;
  color: inherit;
  margin-bottom: 25px;
}
@media (max-width: 576px) {
#search-dvurechenskiy .z-modal-title {
    font-size: 1.8em;
    line-height: 150%;
}
}
#search-dvurechenskiy .z-modal-desc {
  grid-column: span 2;
  font-size: 32px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin-bottom: 20px;
}
#search-dvurechenskiy .z-modal-desc-2 {
  grid-column: span 2;
  font-size: 32px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin-top: 40px;
}
#search-dvurechenskiy .z-modal-phone {
  font-size: 1.8em;
  font-weight: 600;
  background: linear-gradient(88deg, #f15922, #f89b1c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #f15c22;
  height: auto;
  display: block;
  line-height: normal;
}
#search-dvurechenskiy .z-modal-close {
  color: #333333;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  font-style: normal;
  transition: 300ms;
}
#search-dvurechenskiy .z-modal-close:hover {
  opacity: 1;
}
#search-dvurechenskiy .z-modal-form {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 11px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #222;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  padding: 11px 14px;
  min-height: 46px;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  border: 1px solid #d3d3d3;
  display: block;
}
#search-dvurechenskiy .z-slider {
  margin-top: 40px;
  height: 15px;
}
#search-dvurechenskiy .slider-connect {
  background: linear-gradient(90deg, #F15A22 0%, #F15A22 10%, #F9A738 90%, #F9A738 100%);
  border-radius: 6px;
}
#search-dvurechenskiy .slider-tooltip {
  border: 1px solid #aaa;
  background: #aaa;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
}
#search-dvurechenskiy .slider-connects {
  background: #fff;
  border: 1px solid #aaa;
}
#search-dvurechenskiy .slider-horizontal .slider-handle {
  width: 15px;
  height: 13px;
  top: 1px;
  outline: none;
  box-shadow: none;
  border-radius: 6px;
}
#search-dvurechenskiy .slider-origin:nth-child(2) .slider-handle {
  background: #F15A22;
}
#search-dvurechenskiy .slider-origin:last-child .slider-handle {
  background: #F9A738;
}
#search-dvurechenskiy .z-modal .btn {
  background: linear-gradient(88deg, #f15922, #f89b1c) !important;
  padding: 10px 30px;
  font-size: 1.2em;
}
#search-dvurechenskiy .__texts {
  margin-bottom: 15px;
  margin-top: 23px;
}
#search-dvurechenskiy .__text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  color: #000000;
  letter-spacing: 0.2px;
}
#search-dvurechenskiy ul.__lists {
  padding: 0;
  list-style: none;
}
#search-dvurechenskiy ul.__lists > li {
  position: relative;
  line-height: 190%;
  letter-spacing: 0.2px;
}
#search-dvurechenskiy ul.__lists > li::before {
  display: none;
}
#search-dvurechenskiy ul.__lists > li, ol:not([class]) > li {
  padding-left: 20px;
}
#search-dvurechenskiy ul.__lists a {
  border-color: rgba(0, 0, 0, 0.5);
}
#search-dvurechenskiy ul.__lists a:hover {
  border-color: rgba(255, 102, 0, 0.5);
}
#search-dvurechenskiy .zmt-40 {
  margin-top: 40px;
}
#search-dvurechenskiy .__info-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #000000;
  border-bottom: 2px solid #F58220;
  margin-top: 20px;
}
#search-dvurechenskiy .multiselect__option--selected.multiselect__option--highlight,
#search-dvurechenskiy .multiselect__option--selected.multiselect__option--highlight:after {
  background: #f58220;
}
#search-dvurechenskiy .multiselect__option--highlight,
#search-dvurechenskiy .multiselect__option--highlight:after {
  background: #f3f3f3;
  color: #000;
}
#search-dvurechenskiy .dvur-btn-group {
  position: relative;
  vertical-align: middle;
  display: inline-flex;
  width: 100%;
  margin-bottom: 0;
}
#search-dvurechenskiy .select-field,
#search-dvurechenskiy .btnsm {
  margin-bottom: 0;
}
@media (max-width: 576px) {
#search-dvurechenskiy .dvur-btn-group,
  #search-dvurechenskiy .select-field,
  #search-dvurechenskiy .form-control,
  #search-dvurechenskiy .btnsm {
    margin-bottom: 25px;
}
#search-dvurechenskiy .z-slider {
    margin-bottom: 30px;
}
#search-dvurechenskiy .call-me,
  #search-dvurechenskiy .call-me button {
    display: block !important;
    width: 100%;
}
}
.form-text-right {
  text-align: right;
}
@media (max-width: 576px) {
.form-text-right {
    text-align: center;
}
}
#search-dvurechenskiy .dvur-btn-group .dvur-btn {
  background: none !important;
  color: #AAA;
  width: 50%;
  float: left;
  height: 40px;
  border: none;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  color: #AAAAAA;
  border: 1px solid #AAA;
  cursor: pointer;
  padding: 0;
  transition-property: color;
  transition-duration: 300ms;
}
#search-dvurechenskiy .dvur-btn-group .dvur-btn.active {
  color: #FFF;
}
#search-dvurechenskiy .dvur-btn-group .dvur-btn div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
  height: 100%;
}
#search-dvurechenskiy .dvur-btn-group .dvur-btn div > * {
  position: relative;
  z-index: 3;
}
#search-dvurechenskiy .dvur-btn-group .dvur-btn div:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  background: rgba(245, 130, 32, 0);
  width: 100%;
  height: calc(100% + 2px);
  display: block;
  z-index: 2;
  border-radius: 6px;
  transition: 300ms;
}
#search-dvurechenskiy .dvur-btn-group .dvur-btn.active div:before {
  background: #f58220;
}
#search-dvurechenskiy .dvur-btn-group .dvur-btn div:after {
  content: "";
  position: absolute;
  top: -1px;
  background: rgba(255, 255, 255, 0);
  width: 50%;
  height: calc(100% + 2px);
  display: block;
  z-index: 1;
}
#search-dvurechenskiy .dvur-btn-group .dvur-btn:first-child div:after {
  left: -1px;
}
#search-dvurechenskiy .dvur-btn-group .dvur-btn:last-child div:after {
  right: -1px;
}
#search-dvurechenskiy .dvur-btn-group .dvur-btn.active div:after {
  background: white;
}
#search-dvurechenskiy .dvur-btn-group .dvur-btn:first-child {
  border-right: 0;
}
#search-dvurechenskiy .dvur-btn-group .dvur-btn:last-child {
  border-left: 0;
}
#search-dvurechenskiy .dvur-btn-group .dvur-btn.n-active:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
#search-dvurechenskiy .dvur-btn-group .dvur-btn.n-active:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
#search-dvurechenskiy .dvur-btn-group .dvur-btn:focus {
  outline: none;
}
#search-dvurechenskiy .btn-default.peres.active {
  background: #F58220 !important;
}
#search-dvurechenskiy .btn-default.sbros:focus,
#search-dvurechenskiy .btn-default.sbros:active {
  background: #ECECEC !important;
  border-color: #ECECEC !important;
}
#search-dvurechenskiy .btn.rasch:focus,
#search-dvurechenskiy .btn.rasch:active,
#search-dvurechenskiy .btn.rasch:disabled {
  background: linear-gradient(90deg, #F15A22 0%, #F15A22 100%) !important;
  border: none;
  color: #fff !important;
}
#search-dvurechenskiy .multiselect.zapolneno .multiselect__tags,
#search-dvurechenskiy input.zapolneno {
  border-color: #000;
}
#search-dvurechenskiy .multiselect__single {
  color: #000 !important;
  font-weight: 500 !important;
}
#search-dvurechenskiy .__info-text-2 {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  margin: 12px 0;
}
#search-dvurechenskiy .__main-info {
  position: relative;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  padding-left: 15px;
  margin-top: 50px;
}
#search-dvurechenskiy .__main-info:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: #F58220;
  border-radius: 6px;
}
#search-dvurechenskiy .__main-info a {
  border-color: #000;
}
#search-dvurechenskiy .__main-info a:hover {
  border-color: #ff6600;
}
#search-dvurechenskiy .__more {
  margin-top: 70px;
}
#search-dvurechenskiy .__more .tit {
  font-weight: 700;
  font-size: 24px;
  color: #000000;
  text-align: center;
  margin-bottom: 29px;
}
#search-dvurechenskiy .__more .desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #000000;
  text-align: center;
}
@media (max-width: 576px) {
#search-dvurechenskiy .__more .tit {
    text-align: left;
}
#search-dvurechenskiy .__more .desc {
    text-align: left;
}
}
#search-dvurechenskiy .__form {
  background: #FFFFFF;
  border: 2px solid #AAAAAA;
  border-radius: 6px;
  padding: 30px;
  margin-top: 80px;
}
#search-dvurechenskiy .__forms {
  margin-top: 20px;
}
#search-dvurechenskiy .zmp-20 {
  margin-bottom: 20px;
}
#search-dvurechenskiy .__forms button {
  padding-left: 50px;
  padding-right: 50px;
}
#search-dvurechenskiy .obrs {
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  z-index: 100;
}
#search-dvurechenskiy .obrs .obr {
  background: linear-gradient(90deg, #F15A22 0%, #F15A22 19.27%, #F15A22 100%);
  border-radius: 6px;
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 400ms;
  white-space: nowrap;
  overflow: hidden;
}
#search-dvurechenskiy .obrs .obr:hover {
  background: linear-gradient(90deg, #F15A22 0%, #F15A22 19.27%, #F9A738 100%);
  width: 250px;
}
#search-dvurechenskiy .obrs .obr svg {
  width: 40px;
}
#search-dvurechenskiy .obrs .obr span {
  font-weight: 700;
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
  color: #FFFFFF;
}
#search-dvurechenskiy .v-hidden {
  visibility: hidden;
}
#search-dvurechenskiy .call-me {
  display: flex;
  align-items: end;
  justify-content: end;
  height: 100%;
}
#search-dvurechenskiy .multiselect__select:before {
  display: none;
}
#search-dvurechenskiy .multiselect__select:after {
  content: "";
  position: absolute;
  right: 14px;
  top: calc(50% - 3.5px);
  width: 12px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.240409 1.4281C-0.0844655 1.09703 -0.0794448 0.565283 0.251623 0.240408C0.582691 -0.084466 1.11444 -0.0794443 1.43931 0.251624L4.56922 3.44121C5.35321 4.24014 6.64024 4.24014 7.42423 3.4412L10.5496 0.256237C10.877 -0.0773791 11.4128 -0.0824389 11.7464 0.244936C12.0805 0.572788 12.0851 1.10958 11.7565 1.44301L7.05544 6.214C7.05478 6.21466 7.05449 6.21559 7.05464 6.21651C7.05479 6.21743 7.05449 6.21837 7.05383 6.21904L6.42192 6.85094C6.18663 7.08624 5.80515 7.08624 5.56985 6.85094L5.14862 6.42971C5.1486 6.42969 5.14856 6.42969 5.14854 6.42971C5.14851 6.42973 5.14847 6.42973 5.14845 6.42971L5.13959 6.42068L4.41087 5.69196C4.40895 5.69004 4.40895 5.68693 4.41087 5.68501C4.41277 5.6831 4.41279 5.68002 4.4109 5.6781L0.240409 1.4281Z' fill='%23F3700E'/%3E%3C/svg%3E%0A");
}
#search-dvurechenskiy .mtm-20 {
  margin-top: 0;
}
@media (max-width: 576px) {
#search-dvurechenskiy .mtm-20 {
    margin-top: 25px;
}
}
#search-dvurechenskiy .new-modal-result .z-modal-content {
  background: #fdeadb;
}
#search-dvurechenskiy .new-modal-result .__itog {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-bottom: 25px;
}
#search-dvurechenskiy .new-modal-result .__itog span {
  font-weight: 600;
}
#search-dvurechenskiy .new-modal-result button {
  height: auto;
}


/* End */


/* Start:/local/templates/main/components/bitrix/news/services/bitrix/news.detail/.default/style.css?161063894449*/
#city {
    max-width: 400px;
    width: 400px;
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/services_news/style.css?16820648372363*/
.sv-servicenews__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 50px;
}
.sv-servicenews__item {
    width: calc(100% / 5);
    padding: 0 15px;
    margin-bottom: 30px;
}
.sv-servicenews__item-body {
    height: 100%;
    display: flex;
    flex-direction: column;
    border: none;
}
.sv-servicenews__item-infoimg {
    border-radius: 3px;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.sv-servicenews__item-image {
    height: 100%;
    width: 100%;
    border: none;
}
.sv-servicenews__item-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: .5s;
}
.sv-servicenews__item-image:hover img {
    transform: scale(1.2);
}
.sv-servicenews__item-blackout {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 71%, #000000 100%);
}
.sv-servicenews__item-info {
    position: absolute;
    bottom: 0;
    font-family: 'Proxima Nova Lt';
    color: #fff;
    font-weight: 600;
    width: 100%;
    padding: 0 20px 13px;
    z-index: 2;
    display: flex;
}
.sv-servicenews__item-date {
    font-size: 14px;
    margin-right: 10px;
}
.sv-servicenews__item-views {
    font-size: 12px;
    background: url(/local/templates/main/images/amount_views.png) center left no-repeat;
    padding-left: 20px;
}
.sv-servicenews__item-text {
    border: 1px solid #ECECEC;
    padding: 15px 20px 5px;
    flex: 1;
}
.sv-servicenews__item-headline {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 13px;
    transition: 0.3s;
}
.sv-servicenews__item:hover .sv-servicenews__item-headline {
    color: #ff6600;
}
.sv-servicenews__item-description {
    font-family: 'Proxima Nova Lt';
    font-weight: 300;
    line-height: 18px;
    font-size: 13px;
    color: #707070;
}

@media screen and (max-width:1200px) {
    .sv-servicenews__item {
        width: calc(100% / 3);
        padding: 0 15px;
    }
}
@media screen and (max-width:768px) {
    .sv-servicenews__item {
        width: 50%;
        padding: 0 15px;
        margin-bottom: 15px;
    }
}
@media screen and (max-width:480px) {
    .sv-servicenews__item {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 15px;
    }
}
/* End */
/* /services/dist/app.css?170531333434708 */
/* /local/templates/main/components/bitrix/news/services/bitrix/news.detail/.default/style.css?161063894449 */
/* /local/templates/main/components/bitrix/news.list/services_news/style.css?16820648372363 */
