.slider-h {
  /* overflow: hidden; */
  position: relative;
}
[class|="sliderbox"] {
  position: absolute;
}
.sliderbox-h {
  left: 0;
  right: 0;
  bottom: 0;
  height: 13px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.sliderbox-v {
  bottom: 0;
  right: 12px;
  top: 0;
  width: 6px;
}
.slider_knob {
  position: absolute;
  border-radius: 4px;
  background-color: #81bde0;
  background-position: 50%;
  background-repeat: no-repeat;
}
.sliderbox-h .slider_knob {
  width: 126px;
  height: 8px;
  top: 3px;
  background: #c1c1c1;
  cursor: url(/i/cursor/openhand.cur), e-resize;
}
.sliderbox-v .slider_knob {
  width: 6px;
  height: 126px;
  background-image: url(data:image/gif;base64,R0lGODlhAgAHAIABALXT5f///yH5BAEAAAEALAAAAAACAAcAAAIFBIJhqVAAOw==);
  cursor: url(/i/cursor/openhand.cur), n-resize;
}
.slider_dragging-h,
.slider_dragging-h .slider_knob {
  cursor: url(/i/cursor/closedhand.cur), e-resize;
}
.slider_dragging-v,
.slider_dragging-v .slider_knob {
  cursor: url(/i/cursor/closedhand.cur), n-resize;
}
.slider_items-h {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  font-size: 0;
  vertical-align: top;
}
.slider_items-h._drag {
  pointer-events: none;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
  background: unset;
  outline: none;
  border: unset;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.images-slider {
  position: fixed;
  inset: 0;
  background: #000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 100020;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
}
.images-slider__close {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  border-radius: 0 0 0 5px;
  width: 50px;
  height: 100px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2l13.5 13.5M15.5 2L2 15.5' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
      50% no-repeat,
    hsla(0, 0%, 100%, 0.1);
}
@media screen and (max-width: 767px) {
  .images-slider__close {
    width: 44px;
    height: 44px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='.8' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 6l7.875 7.875M13.875 6L6 13.875'/%3E%3C/g%3E%3C/svg%3E")
      50% no-repeat;
  }
}
@media screen and (min-width: 768px) {
  .images-slider__close._v2 {
    position: absolute;
    cursor: pointer;
    right: 20px;
    top: 20px;
    border-radius: 50%;
    width: 39px;
    height: 39px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='.015' y='2.136' width='3' height='21' rx='1.5' transform='rotate(-45 .015 2.136)' fill='%23fff' opacity='.8'/%3E%3Crect x='2.136' y='16.985' width='3' height='21' rx='1.5' transform='rotate(-135 2.136 16.985)' fill='%23fff' opacity='.8'/%3E%3C/svg%3E")
        50% no-repeat,
      hsla(0, 0%, 100%, 0.1);
  }
  .images-slider__close._v2:hover {
    background-color: hsla(0, 0%, 100%, 0.5);
  }
}
.images-slider__nav-wrapper {
  cursor: pointer;
  position: absolute;
  top: 100px;
  bottom: 100px;
  display: -ms-flexbox;
  display: flex;
}
.images-slider__nav-wrapper--left {
  left: 0;
  right: 50%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.images-slider__nav-wrapper--right {
  left: 50%;
  right: 0;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.images-slider__nav-wrapper:hover .images-slider-nav-arrow._v2 {
  background-color: hsla(0, 0%, 100%, 0.5);
}
.images-slider__nav-wrapper--hidden {
  display: none;
}
.images-slider__img-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: unset;
  --n: 1;
  overflow-y: hidden;
  width: 100%;
  width: calc(var(--n) * 100%);
  height: 100%;
  -ms-transform: translate(calc(var(--i, 0) / var(--n) * -100%));
  transform: translate(calc(var(--i, 0) / var(--n) * -100%));
}
.images-slider__img-wrapper img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: scale-down;
}
.images-slider__wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .images-slider__wrapper {
    max-height: calc(100% - 70px);
    max-width: calc(100vw - 120px);
  }
}
@media screen and (max-width: 767px) {
  .images-slider__wrapper {
    max-height: calc(100% - 88px);
  }
}
.images-slider__message-wrapper {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.85);
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: opacity 0.15s linear;
}
.images-slider__message {
  z-index: 1;
  max-width: 450px;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 24px;
  line-height: 31px;
  text-align: center;
  color: #fff;
}
.images-slider--closing {
  opacity: 0;
  -ms-transform: scale(0.6) translateY(100%);
  transform: scale(0.6) translateY(100%);
  transition: all 0.3s ease-out;
}
.images-slider--closed {
  display: none;
}
.images-slider--message .images-slider__message-wrapper {
  visibility: visible;
  opacity: 1;
}
.images-slider__counter {
  position: absolute;
  top: 14px;
}
.images-slider-nav-arrow {
  width: 50px;
  height: 100px;
}
.images-slider-nav-arrow--left {
  border-radius: 0 5px 5px 0;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='21' height='17' viewBox='0 0 21 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.03 8.064l5.536-5.537A1.48 1.48 0 0 0 7.473.434l-6.28 6.28c-.366.366-.5.877-.402 1.35-.098.472.036.984.403 1.35l6.28 6.28a1.48 1.48 0 0 0 2.092-2.093L4.03 8.064z' fill='%23fff'/%3E%3Crect width='20' height='3' rx='1.5' transform='matrix(-1 0 0 1 21 6.487)' fill='%23fff'/%3E%3C/svg%3E")
      50% no-repeat,
    hsla(0, 0%, 100%, 0.1);
}
.images-slider-nav-arrow--left._v2 {
  margin-left: 20px;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='27' height='22' viewBox='0 0 27 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.8' fill-rule='evenodd' clip-rule='evenodd' d='M20.968 12.224l-6.421 6.42a1.5 1.5 0 1 0 2.121 2.122l9.003-9.003c.165-.165.283-.358.355-.564a1.5 1.5 0 0 0-.31-1.671L16.662.473a1.5 1.5 0 1 0-2.121 2.122l6.629 6.629H1.54a1.5 1.5 0 1 0 0 3h19.428z' fill='%23fff'/%3E%3C/svg%3E")
      50% no-repeat,
    hsla(0, 0%, 100%, 0.1);
}
.images-slider-nav-arrow--right {
  border-radius: 5px 0 0 5px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='21' height='17' viewBox='0 0 21 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.97 8.064l-5.536-5.537A1.48 1.48 0 0 1 13.527.434l6.28 6.28c.366.366.5.877.402 1.35.098.472-.036.984-.402 1.35l-6.28 6.28a1.48 1.48 0 0 1-2.093-2.093l5.537-5.537z' fill='%23fff'/%3E%3Crect y='6.487' width='20' height='3' rx='1.5' fill='%23fff'/%3E%3C/svg%3E")
      50% no-repeat,
    hsla(0, 0%, 100%, 0.1);
}
.images-slider-nav-arrow--right._v2 {
  margin-right: 20px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='27' height='22' viewBox='0 0 27 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.8' fill-rule='evenodd' clip-rule='evenodd' d='M20.968 12.224l-6.421 6.42a1.5 1.5 0 1 0 2.121 2.122l9.003-9.003c.165-.165.283-.358.355-.564a1.5 1.5 0 0 0-.31-1.671L16.662.473a1.5 1.5 0 1 0-2.121 2.122l6.629 6.629H1.54a1.5 1.5 0 1 0 0 3h19.428z' fill='%23fff'/%3E%3C/svg%3E")
      50% no-repeat,
    hsla(0, 0%, 100%, 0.1);
}
@media screen and (max-width: 767px) {
  .images-slider-nav-arrow {
    display: none;
  }
}
.images-slider-nav-arrow._v2 {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  border: 0.5px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .images-slider-nav-arrow._v2 {
    display: none;
  }
}
.slider-image {
  max-width: unset;
  width: 100%;
  height: 100%;
  max-height: 100%;
  width: calc(100% / var(--n));
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.slider-image--blank {
  position: relative;
}
.slider-image__dummy {
  background-color: hsla(0, 0%, 100%, 0.045);
  max-width: 100%;
  max-height: 100%;
}
.counter {
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  justify-self: center;
}
@media screen and (min-width: 768px) {
  .counter {
    display: none;
  }
}
.counter__separator {
  margin: 0 2px;
}
.touch-catcher {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.mw-breadcrumbs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  line-height: 19px;
  padding: 0;
  margin: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mw-breadcrumbs__item {
  text-align: left;
  margin-bottom: 15px;
}
.mw-breadcrumbs__item:not(:last-child):not(:only-child) {
  position: relative;
}
.mw-breadcrumbs__item:not(:last-child):not(:only-child) span:after {
  content: "";
  display: inline-block;
  margin: 0 12px;
  width: 6px;
  height: 10px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4-4 4' stroke='gray' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.mw-breadcrumbs__item--current a,
.mw-breadcrumbs__item--current span {
  color: gray;
}
.mw-breadcrumbs__link,
.mw-breadcrumbs__link span {
  display: inline-block;
}
@media (max-width: 767px) {
  .mw-breadcrumbs__item {
    margin-bottom: 10px;
  }
}
.pagination {
  text-align: center;
}
.pagination.block,
.pagination.block .pagination-arrow,
.pagination.block .pagination-button {
  pointer-events: none;
}
.pagination.content-not-ready {
  opacity: 0;
}
.pagination-button {
  padding: 6px 15px;
  background: none;
  border-radius: 7px;
  border: 1px solid #eaeaea;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  opacity: 0.5;
  pointer-events: none;
  transition: 0.3s;
}
.pagination-button:hover {
  border-color: #4e4e4e;
}
.pagination-button.enable {
  opacity: 1;
  pointer-events: auto;
}
.pagination-button.block {
  pointer-events: none;
}
.pagination-pages {
  margin-top: 20px;
}
.pagination-numbers {
  display: inline-block;
  position: relative;
}
.pagination-step {
  padding: 3px 10px;
  background: none;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid #fff;
  color: #191919;
}
.pagination-step.active {
  border: 1px solid #eaeaea;
  border-radius: 5px;
}
.pagination-points {
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
  position: absolute;
  top: 5px;
  display: none;
}
.pagination-points.left {
  left: -25px;
}
.pagination-points.right {
  right: -25px;
}
.pagination-points.show {
  display: inline-block;
}
.pagination-arrow {
  position: absolute;
  top: 5px;
  width: 14px;
  height: 11px;
  background: url(/images/icons/arrow-search.svg) no-repeat 50%/14px 11px;
  cursor: pointer;
  opacity: 0.5;
  pointer-events: none;
}
.pagination-arrow.left {
  left: -65px;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pagination-arrow.right {
  right: -65px;
}
.pagination-arrow.enable {
  opacity: 1;
  pointer-events: auto;
}
.pagination-arrow.block {
  pointer-events: none;
}
@media (max-width: 420px) {
  .pagination-step {
    padding: 3px 7px;
  }
  .pagination-points.left {
    left: -15px;
  }
  .pagination-points.right {
    right: -15px;
  }
  .pagination-arrow.left {
    left: -40px;
  }
  .pagination-arrow.right {
    right: -40px;
  }
}
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  position: absolute;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-horizontal {
  height: 5px;
}
.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  left: -17px;
  top: -8px;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: border-box;
  border: 2px solid #f38528;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -10px;
  left: auto;
}
.noUi-target {
  background: #ddd;
  border-radius: 4px;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #f38528;
}
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
}
[disabled] .noUi-connect {
  background: #b8b8b8;
}
[disabled].noUi-handle,
[disabled] .noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.noUi-marker {
  position: absolute;
  background: #ccc;
}
.noUi-marker-large,
.noUi-marker-sub {
  background: #aaa;
}
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 120%;
}
.btn {
  background: unset;
  outline: none;
  border: unset;
  cursor: pointer;
  padding: 0 15px 1px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  background: #157efb;
  border-radius: 7px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
.btn,
.btn icon {
  display: inline-block;
}
.btn icon {
  pointer-events: none;
}
.btn icon.tube {
  width: 14px;
  height: 14px;
  background: url(/assets/images/phone_hover.svg) no-repeat 50%;
}
.btn:hover {
  background: #0d69d6;
}
.btn:hover icon.tube {
  background: url(/assets/images/phone_hover.svg) no-repeat 50%;
}
.btn--p20 {
  padding: 0 20px 1px;
}
.btn--p30 {
  padding: 0 30px 1px;
}
.btn--light {
  color: #157efb;
  background: #ebf2fa;
  border: none;
  padding: 10px;
  padding: 6px 10px 7px;
  border-radius: 5px;
  font-size: 15px;
  line-height: 17px;
  font-weight: 400;
  transition: background-color 0.18s ease;
}
.btn--light:hover {
  background-color: #e6edf5;
}
.btn--light .btn--href:hover {
  color: #157efb;
}
.btn--white {
  color: inherit;
  background: #fff;
  border: 1px solid #e5e5e5;
  line-height: 38px;
}
.btn--white:hover {
  color: inherit !important;
  background: #fff;
  border-color: #dcdcdc;
}
.btn--white-opacity {
  color: rgba(52, 52, 52, 0.8);
}
.btn--white-opacity:hover {
  color: #343434;
}
.btn--white-blue {
  color: var(--blue);
}
.btn--white-blue:hover {
  color: var(--blue-dark) !important;
}
.btn--white.btn--h-45 {
  line-height: 42px;
}
.btn--h-33 {
  line-height: 32px;
}
.btn--h-45 {
  line-height: 44px;
}
.btn--h-55 {
  line-height: 54px;
}
@media (max-width: 500px) {
  .btn--phone-stretch {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .btn--phone-height {
    line-height: 48px;
  }
}
.btn--href:hover {
  color: #fff;
}
.btn--with-disabled:disabled {
  background-color: grey;
  cursor: default;
}
.btn--with-disabled:disabled:hover {
  background-color: grey;
}
.submenu:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ededed;
  border-radius: 100px;
  display: block;
  z-index: 0;
  top: -1px;
}
.submenu-wrap,
.submenu:after {
  position: relative;
}
.submenu-wrap._active:after {
  content: "";
  position: absolute;
  right: 0;
  top: 7px;
  width: 50px;
  height: 100%;
  display: block;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.0001), #fff 81.42%);
  z-index: 2;
}
.submenu-wrap._transparent {
  opacity: 0;
}
.submenu-list {
  text-align: center;
  height: 50px;
  padding: 0 20px;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
}
.submenu-list::-webkit-scrollbar {
  width: 0;
  background: transparent;
  display: none;
}
.submenu-list::-webkit-scrollbar-thumb {
  display: none;
}
@media (min-width: 577px) {
  .submenu-list {
    padding: 0 20px;
  }
}
@media (max-width: 577px) {
  .submenu-list {
    padding: 0 15px;
  }
}
.submenu-list__item {
  display: inline-block;
}
.submenu-list__item--default:hover a {
  color: #191919;
}
.submenu-list__item--default:hover a:after {
  background: #157efb;
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 100px;
  display: block;
  position: relative;
  top: 15px;
  z-index: 1;
}
.submenu-list__item--default a {
  color: #191919;
}
.submenu-list__item--default a:after {
  background: #157efb;
}
.submenu-list__item--default._active a {
  color: #157efb;
}
.submenu-list__item--default._active a:after {
  background: #157efb;
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 100px;
  display: block;
  position: relative;
  top: 15px;
  z-index: 1;
}
.submenu-list__item--author-links a,
.submenu-list__item--orange a {
  color: #f38b1c;
}
.submenu-list__item--author-links a:after,
.submenu-list__item--orange a:after {
  background: #f38b1c;
}
.submenu-list__item--author-links._active a,
.submenu-list__item--orange._active a {
  color: #f38b1c;
}
.submenu-list__item--author-links._active a:after,
.submenu-list__item--orange._active a:after {
  background: #f38b1c;
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 100px;
  display: block;
  position: relative;
  top: 15px;
  z-index: 1;
}
.submenu-list__item--author-links:hover a,
.submenu-list__item--orange:hover a {
  color: #f38b1c;
}
.submenu-list__item--author-links:hover a:after,
.submenu-list__item--orange:hover a:after {
  background: #f38b1c;
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 100px;
  display: block;
  position: relative;
  top: 15px;
  z-index: 1;
}
.submenu-list__item:not(:last-child) {
  margin-right: 30px;
}
.submenu-list__item a {
  display: block;
  font-weight: 700;
  font-size: 13px;
  line-height: 17px;
  padding: 16px 0;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
}
.submenu-list__item a:focus:after {
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 100px;
  display: block;
  position: relative;
  top: 15px;
  z-index: 1;
}
.submenu-extra {
  margin-left: 5px;
}
.submenu-extra--lime {
  color: #b2d235;
}
* {
  box-sizing: border-box;
}
@keyframes fdin {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.main {
  width: 100%;
  max-width: 1260px;
  padding: 30px;
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 767px) {
  .main {
    padding: 15px;
  }
}
.main .hide {
  display: none !important;
}
.main-container {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .main-container {
    margin-top: 15px;
  }
}
.main__title {
  display: block;
  width: 100%;
  font-size: 30px;
}
.main__title h1 {
  font-size: 30px;
  display: inline;
  font-weight: 100;
  line-height: 30px;
  padding: 0;
}
@media (max-width: 767px) {
  .main__title {
    font-size: 21px;
    line-height: 30px;
  }
  .main__title h1 {
    font-size: 21px;
    display: block;
    margin: 0;
    padding-bottom: 0;
  }
}
.main-places {
  margin: 15px auto 0;
  font-size: 15px;
  line-height: 25px;
}
.main-places-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.main-places-list__item {
  color: #157efb;
  text-decoration: none;
  padding: 0 6px;
  display: block;
}
.main-places__select {
  margin: 20px auto 0;
  display: block;
}
.main__bomb {
  margin: 30px auto 0;
  max-width: 800px;
}
.main__bomb > p {
  margin: 15px 0 0;
}
.main-filters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}
@media (max-width: 767px) {
  .main-filters {
    padding: 10px 0 15px;
    background: #fff;
    z-index: 10;
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    margin: 0 -15px;
    transition: top 0.3s;
  }
  .main-filters--hide {
    top: -110px;
  }
}
.main-filters__container {
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1198px;
}
@media (max-width: 767px) {
  .main-filters__container {
    white-space: normal;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.main-filters-item {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-right: unset;
  cursor: pointer;
  padding: 7px 15px;
  line-height: 21px;
  -ms-flex: 0.25;
  flex: 0.25;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 400px;
}
.main-filters-item__arrow {
  width: 10px;
  height: 6px;
  background: url(/assets/images/list-arrow.svg) no-repeat 50%;
  transition: 0.2s;
}
.main-filters-item__arrow,
.main-filters-item__clear {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.main-filters-item__clear {
  width: 20px;
  height: 20px;
  background: none;
  border: none;
  color: rgba(52, 52, 52, 0.5);
  background: url(/assets/images/cross.svg) no-repeat 50%;
}
.main-filters-item__title {
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}
@media (max-width: 767px) {
  .main-filters-item__title {
    display: none;
  }
}
.main-filters-item__title-small {
  font-size: 14px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .main-filters-item__title-small {
    display: none;
  }
}
.main-filters-item__value {
  font-size: 16px;
  text-align: left;
}
@media (max-width: 767px) {
  .main-filters-item__value {
    display: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #157efb;
  }
}
.main-filters-item[data-filter="1"] .main-filters-container {
  right: 0;
}
.main-filters-item[data-filter="3"] .main-filters-container {
  width: -webkit-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .main-filters-item[data-filter="3"] .main-filters-container {
    width: 100%;
  }
}
.main-filters-item[data-filter="4"] .main-filters-container {
  right: 0;
}
@media (min-width: 768px) {
  .main-filters-item:first-of-type {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}
@media (min-width: 768px) {
  .main-filters-item:last-of-type {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 767px) {
  .main-filters-item {
    display: block;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    border-radius: 7px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    padding: 5px 10px;
    -ms-flex: unset;
    flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    margin-top: 10px;
  }
  .main-filters-item:not(:first-child) {
    margin-left: 10px;
  }
}
.main-filters-item--open {
  background: #ebf2fa;
  mix-blend-mode: normal;
  border-color: #157efb;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .main-filters-item--open:not(:last-of-type) + * {
    border-left-color: #157efb;
  }
}
@media (min-width: 768px) {
  .main-filters-item--open:last-of-type {
    border-right-color: #157efb;
  }
}
.main-filters-item--open .main-filters-container {
  display: block;
}
@media (max-width: 767px) {
  .main-filters-item--open {
    border: 1px solid #157efb;
    border-radius: 7px;
  }
}
@media (max-width: 767px) {
  .main-filters-item--active {
    border-color: #157efb;
    background: #fff;
  }
  .main-filters-item--active .main-filters-item__title-small {
    display: none;
  }
  .main-filters-item--active .main-filters-item__value {
    display: initial;
  }
}
.main-filters-item--open.main-filters-item--arrow .main-filters-item__arrow {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .main-filters-item--arrow .main-filters-item__arrow,
  .main-filters-item--clear .main-filters-item__clear {
    display: initial;
  }
}
@media (min-width: 768px) {
  .main-filters-item--clear.main-filters-item--arrow .main-filters-item__clear {
    right: 30px;
  }
}
.main-filters-item--disabled {
  pointer-events: none;
}
.main-filters-item--disabled.main-filters-item--arrow
  .main-filters-item__arrow {
  display: none;
}
@media (max-width: 767px) {
  .main-filters-item--full {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: unset;
    display: block;
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .main-filters-item--full .main-filters-item__title {
    display: block;
  }
}
@media (max-width: 767px) {
  .main-filters-item--full .main-filters-item__title-small {
    display: none;
  }
}
@media (max-width: 767px) {
  .main-filters-item--full .main-filters-item__value {
    display: block;
    font-weight: 400;
    font-size: medium;
    line-height: normal;
    color: initial;
  }
}
.main-filters-item--full:first-of-type {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media (max-width: 767px) {
  .main-filters-item--full:first-of-type {
    border-bottom-left-radius: unset;
    border-top-right-radius: 5px;
  }
}
.main-filters-item--full:last-of-type {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .main-filters-item--full:last-of-type {
    border-bottom-left-radius: 5px;
    border-top-right-radius: unset;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 768px) {
  .main-filters-item {
    transition: all 0.18s ease;
  }
  .main-filters-item:not(.main-filters-item--open):hover {
    border-color: rgba(0, 0, 0, 0.27);
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .main-filters-item:not(.main-filters-item--open):hover:not(:last-of-type)
    + * {
    border-left-color: rgba(0, 0, 0, 0.27);
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .main-filters-item:not(.main-filters-item--open):hover:last-of-type {
    border-right-color: rgba(0, 0, 0, 0.27);
  }
}
.main-filters-container {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  background: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.3);
  z-index: 10;
  display: none;
  border-radius: 5px;
  max-height: 300px;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .main-filters-container {
    width: 100%;
  }
}
.main-list {
  list-style-type: none;
  margin: 50px 0 0;
}
@media (max-width: 767px) {
  .main-list {
    margin: 15px 0 0;
  }
}
.main-list__item {
  margin-left: 0;
  padding-left: 0;
  display: block;
  position: relative;
}
.main-list__item:not(:first-child) {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .main-list__item {
    padding: 15px 0 25px;
    margin-top: 10px;
  }
  .main-list__item:not(:first-child) {
    margin-top: 10px;
  }
  .main-list__item:not(:first-child):before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: -15px;
    right: -15px;
    height: 10px;
    background: #e5e5e5;
  }
}
.main-list-gap {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .main-list-gap {
    padding: 25px 0;
  }
}
.main-list-gap__icon {
  width: 80px;
  height: 31px;
  background: url(/assets/images/flags.svg);
  margin: 0 auto;
}
.main-list-gap__title {
  margin-top: 12px;
  font-size: 30px;
}
.main-list-gap__desc {
  margin-top: 9px;
  font-size: 18px;
  color: rgba(52, 52, 52, 0.5);
}
.main-filter {
  cursor: auto;
}
.main-filter__chart {
  display: none;
  width: 100%;
  height: 115px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 auto;
  padding: 0 12px;
}
.main-filter__chart div {
  width: 5px;
  height: 0;
  border-radius: 10px;
  background: #f28510;
  opacity: 0.2;
}
.main-filter__chart div:not(:last-child) {
  margin-right: 2px;
}
.main-filter__chart div.inactive {
  background: rgba(52, 52, 52, 0.3);
}
.main-filter-slider {
  width: 100%;
  height: 4px;
  margin: 5px auto 0;
  position: relative;
  cursor: pointer;
}
.main-filter-slider-values {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  opacity: 0.5;
  margin-top: 10px;
}
.main-filter__button {
  display: block;
  margin: 20px auto 0;
}
.main-filter__button--any-rate {
  color: #157efb;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .main-filter__button--any-rate {
    display: none !important;
  }
}
.main-filter-list {
  padding: 7px 0;
  text-align: left;
}
.main-filter-list--count .main-filter-list__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.main-filter-list--count .main-filter-list__item span:nth-child(2) {
  color: #d5d5d5;
}
.main-filter-list__item {
  padding: 7px 15px;
  cursor: pointer;
}
.main-filter-list__item:hover {
  background: #ebf2fa;
  color: #157efb;
}
.main-filter-list__item[data-count="0"] {
  display: none;
}
@media (min-width: 768px) {
  .main-filter-list__item[data-id="0"] {
    display: none;
  }
}
.main-filter-list__item[data-id="0"] [count] {
  display: none;
}
.main-filter-list__item--active {
  display: none !important;
}
@media (max-width: 767px) {
  .main-filter-list {
    font-size: 16px;
  }
  .main-filter-list__item {
    padding: 9px 15px;
  }
}
.main-filter--1 [data-id="0"] {
  display: none;
}
.main-filter--3 {
  padding: 25px 40px;
  width: 318px;
  margin: auto;
  box-sizing: content-box;
}
@media (max-width: 430px) {
  .main-filter--3 {
    width: 65vw;
  }
}
.main-popup-bg {
  display: none;
  opacity: 0;
  position: fixed;
  top: -50px;
  left: 0;
  width: 100%;
  height: calc(100% + 50px);
  background: rgba(0, 0, 0, 0.8);
  z-index: 50000;
  transition: 0.2s;
}
.main-popup-bg.block {
  display: block;
}
.main-popup-bg.show {
  opacity: 1;
}
.main-popup-frame {
  display: none;
  position: absolute;
  width: 100%;
  height: 430px;
  bottom: -500px;
  background: #fff;
  border-radius: 10px 10px 0 0;
  transition: 0.2s;
}
.main-popup-frame.block {
  display: block;
}
.main-popup-frame.show {
  bottom: 0;
}
.main-popup-frame__close {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: auto;
  width: 21px;
  height: 21px;
  background: none;
  border: none;
  color: rgba(52, 52, 52, 0.5);
}
.main-popup-frame__title {
  padding: 26px 26px 20px;
  font-weight: 400;
  font-size: 21px;
}
.expert {
  text-align: left;
}
.expert-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
}
.expert-header__avatar {
  margin-right: 15px;
  display: none;
  width: 50px;
  min-width: 50px;
  height: 58px;
  min-height: 58px;
  position: relative;
}
@media (max-width: 1260px) {
  .expert-header__avatar {
    display: block;
  }
}
.expert-header__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.expert-header__favorite {
  margin-left: auto;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.expert-header__favorite i {
  display: inline-block;
  width: 18px;
  height: 21px;
  background: url(/images/videographers/fav.svg) no-repeat 50%;
  border: none;
}
.expert-header__favorite span {
  margin-left: 7px;
}
@media (max-width: 767px) {
  .expert-header__favorite span {
    display: none;
  }
}
@media (min-width: 768px) {
  .expert-header__favorite i,
  .expert-header__favorite span {
    transition: opacity 0.18s ease;
  }
  .expert-header__favorite:hover i,
  .expert-header__favorite:hover span {
    opacity: 0.8;
  }
}
.expert-header__favorite--1 i {
  background-image: url(/images/videographers/fav-active.svg);
  transition: opacity 0.18s ease;
}
@media (min-width: 768px) {
  .expert-header__favorite--1:hover i {
    opacity: 1;
  }
}
.expert-name {
  position: relative;
  white-space: normal;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-right: 10px;
}
.expert-name__name {
  word-break: break-word;
  font-size: 21px;
  line-height: 27px;
}
@media (max-width: 767px) {
  .expert-name__name {
    font-size: 18px;
    line-height: 23px;
  }
}
.expert-name__item {
  display: inline-block;
  position: relative;
}
.expert-name__full {
  font-size: 24px;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #157efb;
}
.expert-name__nickname {
  font-size: 16px;
  line-height: 21px;
  top: -8px;
  margin-left: 5px;
}
@media (max-width: 1089px) {
  .expert-name__nickname {
    display: none;
  }
}
.expert-name__pro {
  display: none;
  margin-left: 5px;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 2px 5px 2px 7px;
  letter-spacing: 0.545455px;
  color: #fff;
  background: #6054F2;
  border-radius: 20px;
  top: -8px;
}
.expert-name__pro--1,
.expert-name__pro--plus {
  display: inline-block;
}
.expert-name__pro--plus {
  background-color: #13d9f9;
}
@media (max-width: 1089px) {
  .expert-name__pro {
    top: 5px;
  }
}
@media (max-width: 767px) {
  .expert-name__pro {
    padding: 2px 6px;
    top: 1px;
  }
}
.expert-name__place {
  margin-left: 20px;
  font-size: 16px;
  line-height: 21px;
  color: rgba(52, 52, 52, 0.5);
}
@media (max-width: 1089px) {
  .expert-name__place {
    margin-left: unset;
    margin-top: 3px;
  }
}
@media (max-width: 767px) {
  .expert-name__place {
    font-size: 15px;
    line-height: 19px;
  }
}
@media (max-width: 1089px) {
  .expert-name {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.expert-body {
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 1260px) {
  .expert-body {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .expert-body {
    margin-top: 10px;
  }
}
@media (max-width: 1260px) {
  .expert-body__photos {
    -ms-flex-order: 2;
    order: 2;
  }
}
.expert-body__contacts {
  margin-top: 7px;
}
@media (max-width: 1260px) {
  .expert-body__contacts {
    -ms-flex-order: 3;
    order: 3;
  }
}
.expert-body__avatar {
  width: 172px;
  min-width: 172px;
  height: 200px;
  min-height: 200px;
  margin-right: 60px;
  margin-top: 10px;
  position: relative;
}
@media (max-width: 1260px) {
  .expert-body__avatar {
    display: none;
  }
}
.expert-body__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.18s ease;
}
.expert-body__avatar:hover img {
  filter: brightness(0.85);
}
.expert-body__data {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1;
  flex: 1;
}
.expert-body__about {
  font-size: 18px;
  line-height: 25px;
  display: none;
  margin-top: 20px;
}
@media (max-width: 1260px) {
  .expert-body__about {
    -ms-flex-order: 1;
    order: 1;
    margin-top: unset;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .expert-body__about {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }
}
.expert-body__about--1 {
  display: initial;
}
.expert-photos,
.expert-photos__container {
  position: relative;
  width: 100%;
}
.expert-photos__container {
  padding-bottom: 14px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: unset;
}
@media (max-width: 767px) {
  .expert-photos__container {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
@media (max-width: 1089px) {
  .expert-photos__container {
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
  }
  .expert-photos__container::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }
}
.expert-photos__list {
  height: calc(100% - 14px);
  position: absolute;
  white-space: nowrap;
  width: auto;
}
.expert-photos__item {
  height: 100%;
  display: inline-block;
  margin-left: 10px;
  border-radius: 5px;
  overflow: hidden;
  vertical-align: top;
  position: relative;
}
@media (max-width: 767px) {
  .expert-photos__item {
    border-radius: unset;
    margin-left: 5px;
  }
}
.expert-photos__item a,
.expert-photos__item img {
  display: block;
  max-height: 100%;
  object-fit: scale-down;
  transition: filter 0.18s ease;
}
.expert-photos__item:first-child {
  margin-left: 0;
}
.expert-photos__item:hover img {
  filter: brightness(0.85);
}
.expert-photos-scroll {
  background: #e5e5e5;
  height: 6px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 5px;
  cursor: pointer;
}
.expert-photos-scroll__slider {
  position: absolute;
  width: 180px;
  height: 100%;
  background: #000;
  opacity: 0.2;
  left: 0;
  top: 0;
  border-radius: 5px;
}
@media (max-width: 1089px) {
  .expert-photos-scroll {
    display: none;
  }
}
.expert-contacts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.expert-contacts-price {
  white-space: nowrap;
}
.expert-contacts-price span {
  color: rgba(52, 52, 52, 0.5);
  font-size: 21px;
}
.expert-contacts-price__item {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
}
.expert-contacts-price__item:first-child {
  margin-left: 0;
}
.expert-contacts-price__item:first-child__title {
  font-size: 21px;
}
.expert-contacts-price__item:only-child {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}
.expert-contacts-price__item:only-child .expert-contacts-price__desc {
  margin-left: 5px;
  line-height: 19px;
}
@media (max-width: 767px) {
  .expert-contacts-price__item {
    text-align: center;
    margin: 0 15px;
  }
  .expert-contacts-price__item:first-child {
    display: block;
  }
}
.expert-contacts-price__no-items {
  display: initial;
  font-size: 18px;
  line-height: 27px;
  color: rgba(52, 52, 52, 0.5);
}
.expert-contacts-price__no-items--1 {
  display: none;
}
.expert-contacts-price__title {
  font-size: 21px;
}
@media (max-width: 767px) {
  .expert-contacts-price__title {
    font-size: 21px;
    line-height: 27px;
  }
}
.expert-contacts-price__desc {
  font-size: 15px;
  color: rgba(52, 52, 52, 0.5);
}
.expert-contacts-buttons {
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .expert-contacts-buttons {
    width: 100%;
  }
}
.expert-contacts-buttons__item {
  display: inline-block;
}
.expert-contacts-buttons__item:not(:first-child) {
  margin-left: 10px;
}
.expert-contacts-buttons__item--message ._dialog,
.expert-contacts-buttons__item--message ._message,
.expert-contacts-buttons__item--message ._request {
  display: none;
}
.expert-contacts-buttons__item--message[data-message-action="dialog"] ._dialog,
.expert-contacts-buttons__item--message[data-message-action="message"]
  ._message,
.expert-contacts-buttons__item--message[data-message-action="request"]
  ._request {
  display: inline-block;
}
@media (max-width: 767px) {
  .expert-contacts-buttons__item {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .expert-contacts {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.popup-catalog-input {
  margin-top: 20px;
}
.popup-catalog-input input {
  background: #ebf2fa;
  border-color: #157efb;
}
.popup-catalog-list {
  margin-top: 15px;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  overflow-y: auto;
  width: calc(100% + 80px);
  position: relative;
  left: -40px;
  height: 410px;
}
.popup-catalog-list::-webkit-scrollbar {
  width: 0 !important;
}
.popup-catalog-list__item {
  font-size: 15px;
  text-align: left;
  padding: 5px 40px;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.8);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  animation: fdin 0.15s ease-in 1 forwards;
}
.popup-catalog-list__item--country {
  font-weight: 700;
  margin-top: 20px;
}
.popup-catalog-list__item--ip {
  color: #f48500;
}
.popup-catalog-list__item span:nth-child(2) {
  color: rgba(0, 0, 0, 0.8);
  opacity: 0.5;
  font-weight: 200;
  text-align: right;
  -ms-flex: 1;
  flex: 1;
}
.popup-catalog-list__item:hover {
  background: #157efb;
  color: #fff;
}
.popup-catalog-list__item:hover span {
  color: #fff;
}
.online-status {
  position: absolute;
  top: 14px;
  right: 48px;
  z-index: 1;
}
.online-status__indicator {
  background-color: #bebebe;
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
}
.online-status__tooltip {
  display: none;
  position: absolute;
  z-index: 2;
  left: 8px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 8px;
  border-radius: 5px;
  padding: 3px 8px;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  white-space: nowrap;
  background-color: #bebebe;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
.online-status__tooltip:after {
  content: "";
  position: absolute;
  border: 5px solid transparent;
  left: 50%;
  margin-left: -5px;
  bottom: -10px;
  border-top: 5px solid #bebebe;
}
.online-status:hover .online-status__tooltip {
  display: block;
  opacity: 1;
}
.online-status--s {
  top: 2px;
  right: 17px;
}
.online-status--s .online-status__indicator {
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
}
.online-status--1 .online-status__tooltip {
  background-color: #37b970;
}
.online-status--1 .online-status__tooltip:after {
  border-top-color: #37b970;
}
.online-status--1 .online-status__indicator {
  background-color: #37b970;
}
#catalog-pagination {
  margin-top: 44px;
}
@media (max-width: 767px) {
  #catalog-pagination {
    margin-top: 25px;
  }
}
.rating {
  margin: 40px auto;
  text-align: center;
}
.rating__text {
  line-height: 23px;
}
.rating__info,
.rating__stars,
.rating__text {
  font-size: 18px;
  display: inline-block;
}
.rating__info {
  height: 23px;
}
.rating__stars {
  height: 23px;
  vertical-align: bottom;
  margin-bottom: 2px;
}
.rating__stars--select {
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
.rating__stars--result {
  display: inline-block;
  position: relative;
  width: 115px;
  height: 23px;
}
.rating__stars-item {
  width: 23px;
  height: 23px;
  display: inline-block;
  padding: 1px 0;
  vertical-align: bottom;
}
.rating__stars--result.hide,
.rating__stars--select.hide {
  display: none;
  pointer-events: none;
}
.rating__text.number {
  font-weight: 700;
}
.rating__text.comment {
  font-size: 14px;
}
.rating__text.hide {
  display: none;
}
.rating__stars--gray {
  position: absolute;
  top: 1px;
  left: 0;
  background-image: url(/assets/images/gray-star.svg);
  background-size: 23px 23px;
  background-repeat: repeat;
  background-position: 50%;
  height: 23px;
  width: 115px;
}
.rating__stars--gray.hide {
  display: none;
}
.rating__stars--full {
  position: absolute;
  top: 1px;
  left: 0;
  background-image: url(/assets/images/full-star.svg);
  background-size: 23px 23px;
  background-repeat: repeat;
  background-position: 0 0;
  height: 23px;
  width: 115px;
  z-index: 1;
}
.rating__stars--full.hide {
  display: none;
}
.rating__stars-item.empty {
  background-image: url(/assets/images/empty-star.svg);
}
.rating__stars-item.empty,
.rating__stars-item.hover {
  background-size: 23px 23px;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 23px;
  height: 23px;
}
.rating__stars-item.hover {
  background-image: url(/assets/images/hover-star.svg);
}
.filter_lang_hide,
.rating__text.change br {
  display: none;
}
@media screen and (max-width: 1200px) {
  .rating {
    margin: 20px auto 40px;
  }
  .rating__info {
    display: block;
    margin: 5px 0;
  }
  .rating__text.location {
    display: block;
  }
  .rating__text.change br {
    display: inline-block;
  }
}
.nui-submenu-wrap {
  display: block !important;
  margin: unset !important;
}
.catalog-mobile-hidden {
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (max-width: 767px) {
  .catalog-mobile-hidden {
    display: none !important;
  }
}
.catalog-desktop-hidden {
  display: none !important;
}
@media (max-width: 767px) {
  .catalog-desktop-hidden {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.content-filter-id--1 .main-filters-item,
.content-filter-id--4 .main-filters-item {
  display: none;
}
.content-filter-id--1 .main-filter-list__item--active span:first-child,
.content-filter-id--4 .main-filter-list__item--active span:first-child {
  color: #157efb;
}
.content-filter-id--3 .main-filter {
  width: 100%;
  padding: 0 25px;
  margin: 25px 0 10px;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .content-filter-id--3 .main-filter {
    padding: 0 35px;
  }
}
.content-filter-id--3 .main-filters-item__arrow,
.content-filter-id--3 .main-filters-item__clear,
.content-filter-id--3 .main-filters-item__title-small {
  display: none !important;
}
.cities-from-country-bottom {
  font-size: 14px;
  line-height: 21px;
  margin: 20px 0 40px;
}
.cities-from-country-bottom .wrapper {
  width: unset;
  max-width: 1200px;
}
@media (max-width: 1260px) {
  .cities-from-country-bottom .wrapper {
    max-width: 710px;
  }
}
.cities-from-country-bottom * {
  box-sizing: border-box;
}
.cities-from-country-bottom__title {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
}
.cities-from-country-bottom__inner {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cities-from-country-bottom__city {
  position: relative;
  float: left;
  max-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  -ms-flex: 0.84;
  flex: 0.84;
}
.cities-from-country-bottom__city a {
  color: #2e2e2e;
  cursor: pointer;
}
.cities-from-country-bottom__city a:hover {
  color: #595656;
}
.cities-from-country-bottom__city:after {
  content: "";
  display: block;
  width: 40px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, #fff);
}
.cities-from-country-bottom__count {
  -ms-flex: 0.16;
  flex: 0.16;
  float: right;
  width: 35px;
  text-align: right;
  color: #878787;
}
.cities-from-country-bottom__city-block {
  width: 350px;
  padding: 0 10px;
  font-weight: 400;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .cities-from-country-bottom__city-block {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 1260px) {
  .cities-from-country-bottom {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cities-from-country-bottom {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .slider-h {
    overflow: unset;
  }
}
@media (min-width: 768px) {
  .photos-error__item-text {
    font-size: 30px;
  }
}
.reset-filters {
  display: none;
  color: #157efb;
  font-size: 17px;
  margin-top: 20px;
}
.reset-filters--active {
  display: initial;
}
.photos-error-container {
  margin-top: 100px;
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .photos-error-container {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.photos-error-container [data-type="fav"] {
  display: none;
}
.photos-error-container--height {
  height: 300px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.photos-error-container._fav [data-type="fav"] {
  display: block;
}
.photos-error-container._fav [data-type="common"] {
  display: none;
}

.expert-body__avatar img {
  border-radius: 50%;
}
.expert-photos__container {
  overflow-x: scroll !important;
}

.expert-photos__container::-webkit-scrollbar {
  height: 8px;
  height: 6px;
  width: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 100%;
  cursor: pointer;
}

.expert-photos__container::-webkit-scrollbar-track {
  background-color: #e5e5e5;
}

.expert-photos__container::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}