.skeleton-box {
  position: relative;
}
.skeleton-box.car__item .item__slider::after,
.skeleton-box .slick-dots,
.skeleton-box .li__text {
  display: none;
}
.skeleton-box a {
  border-bottom: none !important;
}
.item__slider__empty {
  height: 150px;
  width: 100%;
  margin-top: 41px;
  margin-bottom: 18px;
  position: relative;
}
.skeleton-box .item__title,
.skeleton-box .item__info,
.skeleton-box .item__slider,
.skeleton-box a,
.skeleton-box ul,
.skeleton-box li,
.skeleton-box b,
.skeleton-box span,
.skeleton-box .item__reviews,
.item__slider__empty {
  overflow: hidden;
  background-color: #dddbdd !important;
  color: #dddbdd !important;
  min-width: 30%;
  min-height: 1em;
}
.skeleton-box img {
  opacity: 0;
}
.skeleton-box button,
.skeleton-box a.btn-hover {
  background-color: #cccacc !important;
  opacity: 0.5;
  border-color: #cccacc !important;
  color: #cccacc !important;
}
.skeleton-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.2) 20%,
    rgba(255, 255, 255, 0.5) 60%,
    rgba(255, 255, 255, 0)
  );
  -webkit-animation: shimmer 2s infinite;
  animation: shimmer 2s infinite;
  content: "";
}
@-webkit-keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
.header-img {
  width: 100%;
  margin-top: 36px;
  margin-bottom: 15px;
  height: 171px;
}
.skeleton {
  opacity: 0.7;
  -webkit-animation: skeleton-loading 1s linear infinite alternate;
  animation: skeleton-loading 1s linear infinite alternate;
  border-radius: 5px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f1f1f1),
    color-stop(50%, #f8f8f8),
    to(#f1f1f1)
  );
  background: -o-linear-gradient(left, #f1f1f1 0, #f8f8f8 50%, #f1f1f1 100%);
  background: linear-gradient(to right, #f1f1f1 0, #f8f8f8 50%, #f1f1f1 100%);
  background-size: 200%;
}
.skeleton-box .item__title {
  height: 200px;
}
.skeleton-box .top__lft-inner {
  width: 100%;
}
.skeleton-box .item__inf_mob {
  display: none !important;
}
.is-loading .wrapper {
  overflow-x: hidden;
}
@media screen and (max-width: 992px) {
  .skeleton-card:not(.minimize-detail) {
    width: calc(100% / 2);
  }
  .skeleton-card:not(.minimize-detail):nth-child(3n + 3) {
    border-right: 1px solid #e5e5e5;
  }
  .skeleton-card:not(.minimize-detail):nth-child(2n + 2) {
    border-right: none;
  }
}
@media screen and (max-width: 576px) {
  .skeleton-card {
    width: calc(100% / 1);
    border-right: none;
  }
  .skeleton-card:nth-child(3n + 3) {
    border-right: none;
  }
  .skeleton-card:nth-child(2n + 2) {
    border-right: none;
  }
}
@media screen and (max-width: 576px) {
  .header-img {
    margin-top: 20px;
    margin-bottom: 29px;
    max-width: 203px;
    height: 112px;
  }
}
.vue-range-slider.slider-component {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vue-range-slider.slider-component .slider {
  position: relative;
  display: block;
  border-radius: 15px;
  background-color: #ccc;
}
.vue-range-slider.slider-component .slider::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.vue-range-slider.slider-component .slider .slider-dot {
  position: absolute;
  -webkit-transition: all 0s;
  transition: all 0s;
  will-change: transform;
  cursor: pointer;
  z-index: 5;
}
.vue-range-slider.slider-component .slider .slider-dot .slider-dot-handle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0.5px 0.5px 2px 1px rgba(0, 0, 0, 0.32);
  box-shadow: 0.5px 0.5px 2px 1px rgba(0, 0, 0, 0.32);
}
.vue-range-slider.slider-component
  .slider
  .slider-dot.slider-dot-focus
  .slider-dot-handle {
  -webkit-box-shadow: 0 0 2px 1px #3498db;
  box-shadow: 0 0 2px 1px #3498db;
}
.vue-range-slider.slider-component .slider .slider-dot.slider-dot-dragging {
  z-index: 5;
}
.vue-range-slider.slider-component .slider .slider-dot.slider-dot-disabled {
  z-index: 4;
}
.vue-range-slider.slider-component
  .slider
  .slider-dot.slider-hover:hover
  .slider-tooltip-wrap {
  display: block;
}
.vue-range-slider.slider-component
  .slider
  .slider-dot.slider-always
  .slider-tooltip-wrap {
  display: block !important;
}
.vue-range-slider.slider-component .slider .slider-process {
  position: absolute;
  border-radius: 15px;
  background-color: #3498db;
  z-index: 1;
}
.vue-range-slider.slider-component
  .slider
  .slider-process.slider-process-draggable {
  cursor: pointer;
  z-index: 3;
}
.vue-range-slider.slider-component .slider .slider-input {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}
.vue-range-slider.slider-component .slider .slider-piecewise {
  position: absolute;
  width: 100%;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  height: 100%;
  list-style: none;
}
.vue-range-slider.slider-component .slider .slider-piecewise .piecewise-item {
  position: absolute;
  width: 8px;
  height: 8px;
}
.vue-range-slider.slider-component
  .slider
  .slider-piecewise
  .piecewise-item:first-child
  .piecewise-dot,
.vue-range-slider.slider-component
  .slider
  .slider-piecewise
  .piecewise-item:last-child
  .piecewise-dot {
  visibility: hidden;
}
.vue-range-slider.slider-component
  .slider
  .slider-piecewise
  .piecewise-item
  .piecewise-dot {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.vue-range-slider.slider-component.slider-horizontal .slider-dot {
  left: 0;
}
.vue-range-slider.slider-component.slider-horizontal .slider-process {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  will-change: width;
}
.vue-range-slider.slider-component.slider-vertical .slider-dot {
  bottom: 0;
}
.vue-range-slider.slider-component.slider-vertical .slider-process {
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  will-change: height;
}
.vue-range-slider.slider-component.slider-horizontal-reverse .slider-dot {
  right: 0;
}
.vue-range-slider.slider-component.slider-horizontal-reverse .slider-process {
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
}
.vue-range-slider.slider-component.slider-vertical-reverse .slider-dot {
  top: 0;
}
.vue-range-slider.slider-component.slider-vertical-reverse .slider-process {
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
}
.vue-range-slider.slider-component.slider-horizontal
  .slider-piecewise
  .piecewise-item
  .piecewise-label,
.vue-range-slider.slider-component.slider-horizontal-reverse
  .slider-piecewise
  .piecewise-item
  .piecewise-label {
  position: absolute;
  display: inline-block;
  top: 100%;
  left: 50%;
  white-space: nowrap;
  font-size: 12px;
  color: #333;
  -webkit-transform: translate(-50%, 8px);
  transform: translate(-50%, 8px);
  visibility: visible;
}
.vue-range-slider.slider-component.slider-vertical
  .slider-piecewise
  .piecewise-item
  .piecewise-label,
.vue-range-slider.slider-component.slider-vertical-reverse
  .slider-piecewise
  .piecewise-item
  .piecewise-label {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 100%;
  white-space: nowrap;
  font-size: 12px;
  color: #333;
  -webkit-transform: translate(8px, -50%);
  transform: translate(8px, -50%);
  visibility: visible;
}
.vue-range-slider.slider-component .slider-tooltip-wrap {
  display: none;
  position: absolute;
  z-index: 9;
}
.vue-range-slider.slider-component .slider-tooltip-wrap.merged-tooltip {
  display: block;
  visibility: hidden;
}
.vue-range-slider.slider-component .slider-tooltip-wrap.slider-tooltip-top {
  top: -9px;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.vue-range-slider.slider-component
  .slider-tooltip-wrap.slider-tooltip-top
  .slider-tooltip::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: inherit;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.vue-range-slider.slider-component .slider-tooltip-wrap.slider-tooltip-bottom {
  bottom: -9px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
.vue-range-slider.slider-component
  .slider-tooltip-wrap.slider-tooltip-bottom
  .slider-tooltip::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: inherit;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.vue-range-slider.slider-component .slider-tooltip-wrap.slider-tooltip-left {
  top: 50%;
  left: -9px;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.vue-range-slider.slider-component
  .slider-tooltip-wrap.slider-tooltip-left
  .slider-tooltip::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: inherit;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.vue-range-slider.slider-component .slider-tooltip-wrap.slider-tooltip-right {
  top: 50%;
  right: -9px;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}
.vue-range-slider.slider-component
  .slider-tooltip-wrap.slider-tooltip-right
  .slider-tooltip::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: inherit;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.vue-range-slider.slider-component .slider-tooltip-wrap.merged-tooltip {
  display: block;
  visibility: hidden;
}
.vue-range-slider.slider-component .slider-tooltip-wrap .slider-tooltip {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  padding: 2px 5px;
  min-width: 20px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #3498db;
  background-color: #3498db;
}
.vue-range-slider.slider-component.slider-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.vue-range-slider.slider-component.slider-disabled .slider-dot {
  cursor: not-allowed;
}
.vue-range-slider.slider-component.slider-has-label {
  margin-bottom: 15px;
}
.banner__reviews {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  margin-left: auto;
  cursor: pointer;
}
.banner__reviews path {
  fill: #fff;
  transition: all 0.3s ease;
}
.banner__reviews:hover path {
  fill: #f91942;
}
.banner__reviews span {
  font-weight: 900;
  font-size: 16px;
  color: #3a3a3a;
  border-bottom: 1px dashed #3a3a3a;
  margin-left: 8px;
}
[name="selectSorting"] .option span {
  white-space: nowrap;
}
[name="selectSorting"] {
  z-index: 3;
}
.right-tooltip-filter-price {
  margin-left: -80%;
}
.alert__money .money__block {
  background: #e9f8ff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  padding-left: 27px;
  padding-right: 27px;
}
.alert__money .money__close {
  cursor: pointer;
}
.alert__money p {
  font-size: 16px;
  line-height: 150%;
  color: #0082be;
}
.alert__money p a {
  text-decoration: underline;
  color: #0082be;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .alert__money .money__block {
    align-items: flex-start;
    height: auto;
    padding: 27px;
  }
  .alert__money p a,
  .alert__money p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 992px) {
  .page-index__banner .banner__reviews {
    display: none;
  }
  .alert__money .money__block {
    padding: 18px;
  }
}
@media screen and (max-width: 700px) {
  .alert__money .money__block {
    padding: 18px;
  }
}
a.block-submit,
button.block-submit,
input.block-submit {
  height: 45px;
  background: #f91942;
  border-radius: 41px;
  max-width: 234px;
  width: 100%;
  font-weight: 900;
  font-size: 16px;
  line-height: 45px;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  margin-top: 18px;
  text-align: center;
}
a.block-submit--accept,
button.block-submit--accept,
input.block-submit--accept {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  width: auto;
  padding-left: 40px;
  padding-right: 40px;
  white-space: nowrap;
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  a.block-submit,
  button.block-submit,
  input.block-submit {
    margin-top: 18px;
  }
}
@media screen and (max-width: 700px) {
  a.block-submit,
  button.block-submit,
  input.block-submit {
    margin-left: auto;
    margin-right: auto;
    max-width: 324px;
    margin-top: 27px;
  }
}
input.btn-hover:hover,
button.btn-hover:hover,
a.btn-hover:hover {
  background: #db1f35;
  border: 1px solid #f91942;
  color: #ffffff;
}
.btn-inline {
  display: inline-block !important;
  margin-right: 10px;
  text-transform: none !important;
  width: auto !important;
  padding-left: 25px;
  padding-right: 25px;
}
input.btn-light,
button.btn-light,
a.btn-light {
  background: #ffffff;
  border: 1px solid #f91942;
  color: #f91942;
}
.notes__item.notes__item--ultra {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 400px) {
  .notes__item.notes__item--ultra {
    flex-direction: column;
  }
}
main.page-country blockquote,
main.page-city blockquote,
main.page-post blockquote,
.cke_contents_ltr blockquote {
  position: relative;
  z-index: 1;
  display: block;
}
main.page-country blockquote,
main.page-city blockquote,
main.page-post blockquote,
.cke_contents_ltr blockquote:not(.quote) {
  padding: 20px 40px 20px 40px;
}
.cke_contents_ltr blockquote p:first-child {
  margin-top: 0;
}
main.page-country blockquote:not(.quote):before,
main.page-city blockquote:not(.quote):before,
main.page-post blockquote:not(.quote):before,
.cke_contents_ltr blockquote:not(.quote):before {
  content: " ";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: -1;
  background-image: linear-gradient(#fafafa, #fafafa);
  border-radius: 5px;
}
main.page-country blockquote:not(.quote):after,
main.page-city blockquote:not(.quote):after,
main.page-post blockquote:not(.quote):after,
.cke_contents_ltr blockquote:not(.quote):after {
  content: " ";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  z-index: -2;
  background-image: linear-gradient(
    165deg,
    #f91942 0%,
    #fafafa 15.15%,
    #fafafa 84.69%,
    #f91942 100%
  );
  border-radius: 5px;
}
main.page-country blockquote p:last-child,
main.page-city blockquote p:last-child,
main.page-post blockquote p:last-child,
.cke_contents_ltr blockquote p:last-child {
  margin-bottom: 0;
}
main.page-country blockquote.quote,
main.page-city blockquote.quote,
main.page-post blockquote.quote,
.cke_contents_ltr blockquote.quote {
  display: flex;
  align-items: center;
  padding-left: 175px;
  min-height: 175px;
}
main.page-country blockquote.quote ::before,
main.page-city blockquote.quote ::before,
main.page-post blockquote.quote ::before,
.cke_contents_ltr blockquote.quote ::before {
  content: url(../../redesign/images/svg/quotesOutline.svg);
  width: 115px;
  height: 110px;
  top: 15px;
  left: 0;
  position: absolute;
  background: #fafafa;
  border-radius: 75px;
  padding-top: 40px;
  padding-left: 35px;
}
.seo-text {
  margin-top: 28px;
}
.seo-text,
.seo-text p {
  font-weight: normal;
  font-size: 16px;
  line-height: 2;
  text-transform: none;
  color: #3a3a3a;
}
.seo-text a,
.seo-text p a {
  text-decoration: underline;
  color: #f91942;
}
.seo-text p,
.seo-text ul {
  margin-bottom: 16px;
}
.seo-text ul {
  padding-left: 22px;
  list-style-type: disc;
}
.seo-text.dip-up {
  margin-top: -20px;
  margin-bottom: 54px;
}
@media screen and (max-width: 400px) {
  .seo-text.dip-up {
    margin-top: -20px;
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 700px) {
  .seo-text.dip-up {
    margin-top: -20px;
    margin-bottom: 36px;
  }
}
a.link-dashed {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #f91942;
  border-bottom: 1px dashed #f91942;
  transition: all 0.3s ease;
  cursor: pointer;
}
a.link-dashed:hover {
  border-bottom: 1px dashed transparent;
}
button.btn-hover,
a.btn-hover {
  font-weight: 900;
  font-size: 14px;
  line-height: 40px;
  color: #ffffff;
  background: #f91942;
  border: 1px solid #f91942;
  height: 40px;
  cursor: pointer;
  border-radius: 32px;
  position: relative;
  text-align: center;
}
button.btn-hover:hover,
a.btn-hover:hover {
  background: #db1f35;
  border: 1px solid #f91942;
}
.list-more {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 20px;
}
.list-more.full-line:after {
  content: "";
  background: #f91942;
  height: 2px;
  width: 100%;
  margin-left: 10px;
}
.list-more.full-line:before {
  content: "";
  background: #f91942;
  height: 2px;
  width: 100%;
  margin-right: 10px;
}
.list-more button.btn-hover,
.list-more a.btn-hover {
  max-width: 350px;
  width: 100%;
  height: 45px;
  font-size: 18px;
  font-weight: 900;
  line-height: 45px;
}
.list-more.full-line button.btn-hover:after,
.list-more.full-line a.btn-hover:after {
  content: "";
  padding: 8px 7px 8px 10px;
  border: 2px solid #f91942;
  border-radius: 32px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: -10px;
  top: -10px;
}
.list-more p.counter {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 10px;
  color: #3a3a3a;
}
.list-more a.link-dashed {
  margin-top: 10px;
}
